@charset "utf-8";

@font-face { font-family: "Manrope Variable"; font-style: normal; font-display: swap; font-weight: 200 800; src: url("/node_modules/@fontsource-variable/manrope/files/manrope-cyrillic-ext-wght-normal.woff2") format("woff2-variations"); unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face { font-family: "Manrope Variable"; font-style: normal; font-display: swap; font-weight: 200 800; src: url("/node_modules/@fontsource-variable/manrope/files/manrope-cyrillic-wght-normal.woff2") format("woff2-variations"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; }

@font-face { font-family: "Manrope Variable"; font-style: normal; font-display: swap; font-weight: 200 800; src: url("/node_modules/@fontsource-variable/manrope/files/manrope-greek-wght-normal.woff2") format("woff2-variations"); unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF; }

@font-face { font-family: "Manrope Variable"; font-style: normal; font-display: swap; font-weight: 200 800; src: url("/node_modules/@fontsource-variable/manrope/files/manrope-vietnamese-wght-normal.woff2") format("woff2-variations"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; }

@font-face { font-family: "Manrope Variable"; font-style: normal; font-display: swap; font-weight: 200 800; src: url("/node_modules/@fontsource-variable/manrope/files/manrope-latin-ext-wght-normal.woff2") format("woff2-variations"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face { font-family: "Manrope Variable"; font-style: normal; font-display: swap; font-weight: 200 800; src: url("/node_modules/@fontsource-variable/manrope/files/manrope-latin-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@charset "utf-8";

:root { font-family: "Manrope Variable", Arial, sans-serif; color: rgb(237, 240, 242); background: rgb(11, 20, 28); font-synthesis: none; --bg: #0b141c; --surface: #111e28; --text: #edf0f2; --muted: #a9b2bb; --gold: #ddbb83; --line: #ffffff1c; --button-text: #15202a; color-scheme: dark; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body { margin: 0px; }

a { color: inherit; text-decoration: none; }

button { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; }

svg { flex-shrink: 0; }

img { display: block; max-width: 100%; }

::selection { background: var(--gold); color: rgb(11, 20, 28); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }

.container { width: min(1200px, 100% - 96px); margin-inline: auto; }

.skip-link { position: fixed; top: -80px; left: 20px; z-index: 10; background: var(--gold); color: rgb(11, 20, 28); padding: 14px; }

.skip-link:focus { top: 10px; }

.header { height: 80px; background: var(--bg); position: relative; z-index: 3; border-bottom: 1px solid var(--line); }

.nav-shell { width: min(1320px, 100% - 80px); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.wordmark { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; font-size: 18px; letter-spacing: 0.28em; font-weight: 500; white-space: nowrap; }

.wordmark-line { display: block; width: 30px; height: 1px; background: var(--gold); }

.navigation { display: flex; align-items: center; gap: 30px; font-size: 12px; color: var(--muted); }

.navigation a:hover { color: var(--text); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 17px 25px; background: var(--gold); color: var(--button-text); font-size: 13px; font-weight: 650; border-radius: 4px; white-space: nowrap; transition: background 0.2s, transform 0.2s; }

.button:hover { background: rgb(239, 212, 167); transform: translateY(-2px); }

.button-small { padding: 11px 19px; gap: 22px; font-size: 12px; }

.menu-toggle { display: none; background: none; border: 0px; padding: 8px; }

.hero { position: relative; isolation: isolate; min-height: 610px; display: flex; align-items: center; color: rgb(237, 240, 242); background: rgb(11, 20, 28); overflow: hidden; }

.hero-image { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; z-index: -3; }

.hero-shade { position: absolute; inset: 0px; background: linear-gradient(90deg, rgba(7, 16, 24, 0.84), rgba(7, 16, 24, 0.4) 47%, rgba(7, 16, 24, 0.05) 80%), linear-gradient(0deg, rgb(11, 20, 28) 0%, transparent 23%); z-index: -2; }

.hero-content { padding-block: 65px 90px; }

.eyebrow { font-size: 10px; letter-spacing: 0.22em; font-weight: 600; color: var(--gold); margin: 0px 0px 25px; }

.hero h1 { font-size: clamp(46px, 5.15vw, 76px); line-height: 1.12; letter-spacing: -0.055em; font-weight: 450; margin: 0px 0px 25px; }

.hero h1 span { color: rgb(221, 187, 131); }

.hero-description { font-size: 15px; line-height: 1.85; max-width: 390px; color: rgb(194, 201, 206); margin: 0px 0px 33px; }

.hero-actions { display: flex; align-items: center; gap: 31px; }

.hero-secondary { font-size: 12px; display: flex; align-items: center; gap: 14px; }

.hero-secondary:hover { color: rgb(221, 187, 131); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); padding: 30px 0px 38px; border-bottom: 1px solid var(--line); gap: 30px; }

.principles p { margin: 0px; color: var(--muted); font-size: 12px; line-height: 1.9; }

.principles p:not(:first-child) { border-left: 1px solid var(--line); padding-left: 44px; }

.principles strong { font-size: 14px; color: var(--text); font-weight: 500; }

.section { padding-block: 100px; }

.section-heading { max-width: 670px; margin-bottom: 48px; }

h2 { font-size: clamp(30px, 3.1vw, 46px); font-weight: 450; line-height: 1.2; letter-spacing: -0.045em; margin: 0px 0px 22px; }

.section-heading > p:last-child { max-width: 490px; font-size: 14px; color: var(--muted); line-height: 1.9; margin-bottom: 0px; }

.expertise-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: stretch; }

.service-options { display: flex; flex-direction: column; }

.service-option { display: flex; align-items: center; gap: 24px; padding: 24px 18px; border-top: 0px; border-right: 0px; border-left: 0px; border-image: none; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: background 0.2s; }

.service-option > svg:first-child { color: var(--muted); }

.service-option > svg:last-child { margin-left: auto; color: var(--muted); }

.service-option span { font-size: 16px; font-weight: 500; }

.service-option small { display: block; font-size: 11px; color: var(--muted); margin-top: 7px; font-weight: 400; }

.service-option.selected { background: var(--surface); border-left: 2px solid var(--gold); padding-left: 16px; }

.service-option.selected > svg { color: var(--gold); }

.service-option:hover { background: var(--surface); }

.service-detail { background: var(--surface); padding: 36px 40px; border: 1px solid var(--line); border-radius: 6px; position: relative; }

.detail-icon { color: var(--gold); margin-bottom: 22px; }

.service-detail h3 { font-size: 25px; letter-spacing: -0.035em; font-weight: 500; line-height: 1.3; margin: 0px 0px 16px; }

.service-detail p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 0px; max-width: 380px; }

.service-detail ul { display: flex; flex-wrap: wrap; list-style: none; padding: 0px; gap: 8px; margin: 23px 0px 27px; }

.service-detail li { font-size: 10px; color: var(--muted); padding: 6px 10px; border: 1px solid var(--line); border-radius: 3px; }

.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 12px; color: var(--gold); }

.text-link:hover { color: var(--text); }

.approach { background: var(--surface); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }

.step-number { font-size: 12px; color: var(--gold); display: block; border-top: 1px solid var(--line); padding-top: 21px; margin-bottom: 24px; }

.process-grid h3 { font-size: 18px; font-weight: 500; letter-spacing: -0.02em; margin: 0px 0px 14px; }

.process-grid p { font-size: 12px; line-height: 1.9; color: var(--muted); margin: 0px; }

.about { display: grid; grid-template-columns: 0.9fr 1fr; gap: 100px; align-items: center; }

.about-image { border-radius: 6px; overflow: hidden; }

.about-image img { width: 100%; height: auto; }

.about-copy h2 span { color: var(--gold); }

.about-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.95; color: var(--muted); margin-bottom: 18px; }

.about-values { list-style: none; padding: 10px 0px 0px; margin: 0px; display: grid; gap: 17px; }

.about-values li { font-size: 11px; display: flex; align-items: center; gap: 12px; }

.about-values svg { color: var(--gold); }

.contact { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 0.85fr; gap: 90px; align-items: center; }

.contact h2 { font-size: clamp(40px, 4.6vw, 64px); }

.contact h2 span { color: var(--gold); }

.contact-intro p { font-size: 13px; color: var(--muted); line-height: 1.9; margin-bottom: 28px; }

.contact-row { display: flex; align-items: center; gap: 20px; padding: 25px 5px; border-bottom: 1px solid var(--line); }

.contact-row > svg:first-child { color: var(--gold); }

.contact-row > svg:last-child { margin-left: auto; color: var(--muted); }

.contact-row span { font-size: 15px; }

.contact-row small { display: block; font-size: 11px; color: var(--muted); margin-top: 7px; }

.contact-row:hover:not(.pending) { color: var(--gold); }

.contact-row .soon { margin-left: auto; font-size: 10px; color: var(--muted); }

.footer { padding-block: 32px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 30px; }

.footer .wordmark { font-size: 14px; }

.footer p, .footer small { font-size: 10px; color: var(--muted); }

@media (prefers-color-scheme: light) {
  :root { --bg: #f7f8f9; --surface: #edf0f2; --text: #15212b; --muted: #52616c; --gold: #84612d; --line: #14222f24; --button-text: #15202a; background: var(--bg); color: var(--text); color-scheme: light; }
  .button { background: rgb(221, 187, 131); }
  .hero .eyebrow { color: rgb(221, 187, 131); }
  .hero-shade { background: linear-gradient(90deg, rgba(7, 16, 24, 0.84), rgba(7, 16, 24, 0.4) 47%, rgba(7, 16, 24, 0.05) 80%); }
  .hero-secondary:hover { color: rgb(221, 187, 131); }
}

@media (min-width: 1600px) {
  .hero { min-height: 690px; }
}

@media (max-width: 1024px) {
  .container { width: calc(100% - 64px); }
  .nav-shell { width: calc(100% - 48px); gap: 20px; }
  .navigation { gap: 20px; }
  .wordmark { font-size: 15px; }
  .hero { min-height: 560px; }
  .hero h1 { font-size: 62px; }
  .expertise-grid { gap: 32px; }
  .about { gap: 48px; }
  .process-grid { gap: 25px; }
  .contact { gap: 50px; }
  .service-detail { padding: 28px; }
  .service-option { gap: 16px; }
  .service-option span { font-size: 14px; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 24px; }
  .container { width: calc(100% - 40px); }
  .header { height: 70px; }
  .nav-shell { width: calc(100% - 40px); gap: 15px; }
  .menu-toggle { display: flex; }
  .nav-cta { margin-left: auto; padding: 10px 13px; gap: 12px; }
  .navigation { display: none; position: absolute; top: 69px; left: 0px; right: 0px; padding: 24px; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: rgba(0, 0, 0, 0.133) 0px 18px 20px; }
  .navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0px; }
  .navigation a { padding: 14px; font-size: 15px; }
  .hero { min-height: 600px; align-items: flex-start; }
  .hero-content { padding-block: 65px 145px; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7, 16, 24, 0.867), rgba(7, 16, 24, 0.44)), linear-gradient(0deg, rgb(11, 20, 28), transparent 30%); }
  .hero h1 { font-size: clamp(40px, 8vw, 59px); letter-spacing: -0.055em; }
  .hero-description { font-size: 13px; max-width: 315px; }
  .eyebrow { font-size: 9px; letter-spacing: 0.16em; }
  .hero-actions { gap: 23px; flex-wrap: wrap; }
  .hero-secondary { font-size: 11px; gap: 9px; }
  .hero .button { padding: 15px 21px; gap: 17px; }
  .principles { gap: 15px; padding-block: 25px; }
  .principles p { font-size: 10px; line-height: 1.8; }
  .principles strong { font-size: 11px; }
  .principles p:not(:first-child) { padding-left: 14px; }
  .section { padding-block: 64px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading > p:last-child { font-size: 13px; }
  .expertise-grid { grid-template-columns: 1fr; gap: 25px; }
  .service-option { padding-block: 20px; }
  .service-option span { font-size: 15px; }
  .service-detail { min-height: 345px; padding: 29px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 32px 25px; }
  .process-grid h3 { font-size: 16px; }
  .about { grid-template-columns: 1fr; gap: 36px; }
  .about-image { max-width: 460px; }
  .about-copy h2 { font-size: 34px; }
  .contact { grid-template-columns: 1fr; gap: 32px; }
  .contact h2 { font-size: 46px; }
  .footer { flex-wrap: wrap; gap: 15px; padding-block: 30px; }
  .footer small { width: 100%; margin-top: 5px; }
  .footer p { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { transition: none !important; animation: auto ease 0s 1 normal none running none !important; }
}

@charset "utf-8";

.hero h1 { font-size: clamp(40px, 4.65vw, 67px); }

.service-options { justify-content: flex-start; }

.service-option { min-height: 113px; }

.service-detail .service-deliverable { border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 25px; font-size: 12px; }

.service-deliverable strong { display: block; color: var(--text); font-size: 12px; font-weight: 550; margin-bottom: 7px; }

.solutions { border-top: 1px solid var(--line); }

.example-note { color: var(--muted); font-size: 12px; line-height: 1.7; max-width: 580px; margin: -23px 0px 30px; }

.solution-story { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 40px; padding: 35px 0px; border-top: 1px solid var(--line); }

.solution-scope { font-size: 11px; line-height: 1.7; color: var(--gold); margin: 0px 0px 12px; }

.solution-story h3 { font-size: 25px; font-weight: 450; line-height: 1.3; letter-spacing: -0.035em; margin: 0px; max-width: 280px; }

.solution-story h4, .project-story h4 { font-size: 12px; font-weight: 550; margin: 3px 0px 12px; display: flex; align-items: center; gap: 12px; }

.solution-story p:not(.solution-scope), .project-story p:not(.solution-scope) { font-size: 13px; line-height: 1.85; color: var(--muted); margin: 0px; }

.solution-answer h4 { color: var(--gold); }

.discovery { background: var(--surface); }

.discovery-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }

.discovery-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; color: var(--muted); max-width: 400px; margin: 0px 0px 30px; }

.discovery-copy > p.discovery-call-note { font-size: 12px; margin: 18px 0px 0px; }

.discovery-value { font-size: 16px; font-weight: 550; line-height: 1.5; margin: 0px 0px 12px; color: var(--gold); }

.discovery-deliverables { border-left: 1px solid var(--line); padding-left: 45px; }

.discovery-deliverables h3 { font-size: 22px; letter-spacing: -0.03em; font-weight: 500; margin: 0px 0px 12px; }

.discovery-deliverables p { font-size: 12px; color: var(--muted); line-height: 1.85; margin: 0px; }

.discovery-deliverables ul { list-style: none; padding: 0px; display: grid; gap: 26px; margin: 32px 0px; }

.discovery-deliverables li { display: flex; gap: 16px; }

.discovery-deliverables li > svg { color: var(--gold); margin-top: 2px; }

.discovery-deliverables h4 { margin: 0px 0px 8px; font-size: 14px; font-weight: 500; }

.discovery-deliverables .discovery-footnote { border-top: 1px solid var(--line); padding-top: 20px; font-size: 11px; }

.team-section { border-block: 1px solid var(--line); padding-block: 40px; }

.team-heading { max-width: 900px; }

.team-heading > p { max-width: 500px; }

.team-commitments { list-style: none; padding: 0px; margin: 36px 0px 28px; display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 36px; }

.team-commitments h3 { font-size: 16px; font-weight: 550; line-height: 1.5; margin: 0px 0px 10px; }

.team-commitments p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 0px; max-width: 310px; }

.team-heading p, .team-member p { font-size: 13px; line-height: 1.85; color: var(--muted); margin: 0px 0px 20px; }

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 30px; margin-top: 40px; }

.team-member img { width: 100%; aspect-ratio: 6 / 7; object-fit: cover; border-radius: 6px; }

.team-member h4 { font-size: 18px; font-weight: 500; margin: 20px 0px 7px; }

.team-member { border-top: 1px solid var(--line); }

.team-member .team-role { color: var(--gold); font-size: 12px; }

.selected-work { margin-top: 70px; }

.project-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px; }

.project-story img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; border-radius: 6px; margin-bottom: 24px; }

.project-story h3 { font-size: 24px; font-weight: 500; }

.project-story h4 { margin-top: 20px; }

.project-story .text-link { margin-top: 24px; }

.faq { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 85px; }

.faq-list { border-top: 1px solid var(--line); }

.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 14px; line-height: 1.7; padding: 22px 0px; }

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary > svg { color: var(--gold); transition: transform 0.2s; }

.faq-list details[open] summary > svg { transform: rotate(45deg); }

.faq-list details[open] summary { color: var(--gold); }

.faq-list details > p { font-size: 13px; line-height: 1.9; color: var(--muted); margin: 0px; padding: 0px 30px 24px 0px; }

.contact-row span { min-width: 0px; overflow-wrap: anywhere; }

@media (max-width: 1024px) {
  .discovery-layout, .faq { gap: 40px; }
  .solution-story { gap: 25px; }
  .service-option span { font-size: 14px; }
  .discovery-deliverables { padding-left: 30px; }
}

@media (max-width: 767px) {
  .team-commitments { grid-template-columns: 1fr; gap: 24px; margin-top: 28px; }
  .hero h1 { font-size: clamp(30px, 7.5vw, 57px); }
  .service-option { min-height: 95px; }
  .solution-story { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }
  .solution-story h3 { max-width: none; font-size: 27px; }
  .solution-story h4 { margin-bottom: 8px; }
  .example-note { margin-top: -12px; }
  .discovery-layout, .faq { grid-template-columns: 1fr; gap: 38px; }
  .discovery-deliverables { border-left: 0px; border-top: 1px solid var(--line); padding: 30px 0px 0px; }
  .discovery .button { padding-inline: 18px; gap: 16px; font-size: 12px; }
  .faq .section-heading { margin-bottom: 0px; }
  .faq-list summary { font-size: 13px; }
}

@media (max-width: 380px) {
  .nav-shell { gap: 8px; }
  .nav-shell .wordmark { font-size: 14px; }
}

@charset "utf-8";

.resize-observer[data-v-8859cc6c] { position: absolute; top: 0px; left: 0px; z-index: -1; width: 100%; height: 100%; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background-color: transparent; pointer-events: none; display: block; overflow: hidden; opacity: 0; }

.resize-observer[data-v-8859cc6c] object { display: block; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1; }

@charset "utf-8";

x-vue-echarts { display: flex; flex-direction: column; width: 100%; height: 100%; min-width: 0px; }

.vue-echarts-inner { flex-grow: 1; min-width: 0px; width: auto !important; height: auto !important; }

@charset "utf-8";

astro-island, astro-slot, astro-static-slot { display: contents; }