:root {
  --navy-950: #163047;
  --navy-900: #193a54;
  --navy-800: #244b67;
  --blue-700: #d7b15e;
  --blue-600: #a7792a;
  --sky-400: #d7b15e;
  --sky-100: #514737;
  --mist: #59636c;
  --mist-2: #535d66;
  --cream: #5c666f;
  --gold: #d7b15e;
  --gold-soft: #efd08a;
  --gold-deep: #a7792a;
  --gold-metallic: linear-gradient(120deg, #a7792a 0%, #d7b15e 34%, #f1d58c 52%, #d7b15e 72%, #9e7026 100%);
  --graphite-950: #3c464f;
  --graphite-900: #46515a;
  --graphite-800: #525d66;
  --graphite-700: #606a73;
  --ink: #f9f5ed;
  --muted: #f9f5ed;
  --white: #f9f5ed;
  --line: rgba(215, 177, 94, .42);
  --shadow: 0 24px 70px rgba(0, 0, 0, .28);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--graphite-950);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); color: var(--ink); background: var(--graphite-800); border: 1px solid var(--gold); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-header.scrolled { background: rgba(25,58,84,.97); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(0,0,0,.24); border-bottom: 1px solid rgba(215,177,94,.34); }
.nav-wrap { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); }
.site-header.scrolled .brand { color: var(--white); }
.brand-mark { width: 58px; height: 58px; flex: 0 0 auto; color: var(--gold); }
.site-header .brand { gap: 13.8px; }
.site-header .brand-mark { width: 66.7px; height: 66.7px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark .brand-blades { filter: drop-shadow(0 1px 4px rgba(215,177,94,.24)); }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 600; letter-spacing: -.03em; }
.brand-text small { margin-top: 5px; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.site-header .brand-text strong { font-size: 35.65px; }
.site-header .brand-text small { margin-top: 5.75px; font-size: 12.075px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: rgba(249,245,237,.82); text-decoration: none; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-soft); }
.site-header.scrolled .main-nav a { color: rgba(249,245,237,.86); }
.main-nav .nav-cta { border: 1px solid rgba(215,177,94,.9); border-radius: 999px; padding: 11px 18px; }
.main-nav .nav-cta:hover { color: var(--navy-950); background: var(--gold-metallic); }
.site-header.scrolled .main-nav .nav-cta { color: var(--gold-soft); background: rgba(215,177,94,.1); border-color: var(--gold); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero {
  position: relative; min-height: 790px; display: grid; align-items: center;
  padding: 144px 0 88px; color: var(--white); isolation: isolate;
  background:
    radial-gradient(circle at 84% 16%, rgba(215,177,94,.21), transparent 28%),
    radial-gradient(circle at 14% 88%, rgba(111,121,129,.3), transparent 32%),
    linear-gradient(125deg, #153248, var(--navy-900) 54%, #46515a);
}
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 120px; background: linear-gradient(to top, rgba(22,48,71,.36), transparent); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .4; background-image: linear-gradient(rgba(215,177,94,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(215,177,94,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 74%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); gap: 86px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-soft); }
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
.eyebrow-dark { color: var(--gold-soft); }
.hero h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(43px, 4.55vw, 69px); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { max-width: 680px; margin: 28px 0 0; font-size: clamp(17px, 1.45vw, 20px); color: rgba(249,245,237,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy-900); border-color: rgba(215,177,94,.94); box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.button-primary:hover { color: var(--navy-950); background: var(--gold-metallic); box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.button-ghost { color: var(--white); border-color: rgba(215,177,94,.66); background: rgba(215,177,94,.065); }
.button-ghost:hover { color: var(--gold-soft); background: rgba(215,177,94,.14); }
.button-dark { color: var(--white); background: var(--navy-950); border-color: rgba(215,177,94,.8); }
.button-outline-light { color: var(--white); border-color: rgba(215,177,94,.76); }
.button-outline-light:hover { background: var(--gold-metallic); color: var(--navy-950); }
.hero-proof { display: flex; gap: 0; margin: 45px 0 0; padding: 0; list-style: none; }
.hero-proof li { min-width: 150px; padding: 0 22px; border-left: 1px solid rgba(215,177,94,.48); }
.hero-proof li:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { display: block; font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.hero-proof span { display: block; margin-top: 3px; color: rgba(249,245,237,.75); font-size: 11px; letter-spacing: .05em; }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.insight-card { position: relative; z-index: 2; width: min(100%, 470px); padding: 32px; border: 1px solid rgba(215,177,94,.56); border-radius: 26px; background: linear-gradient(145deg, rgba(82,93,102,.95), rgba(25,58,84,.94)); backdrop-filter: blur(22px); box-shadow: 0 40px 100px rgba(4,20,36,.3); overflow: hidden; }
.insight-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 12%, rgba(215,177,94,.26), transparent 38%); pointer-events: none; }
.insight-head { position: relative; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.insight-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--ink); }
.live-dot { font-size: 10px; color: var(--gold-soft); border: 1px solid rgba(215,177,94,.58); border-radius: 999px; padding: 5px 9px; }
.live-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(215,177,94,.18); }
.insight-card h2 { position: relative; margin: 24px 0 5px; font-family: Georgia, serif; font-size: 38px; line-height: 1.08; font-weight: 500; }
.insight-chart { height: 150px; margin: 15px -4px 3px; }
.insight-chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--gold-soft); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 640; stroke-dashoffset: 640; animation: draw 2s .4s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.process-list { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; padding: 16px 0 0; border-top: 1px solid rgba(215,177,94,.42); list-style: none; }
.process-list li { display: flex; gap: 8px; align-items: flex-start; }
.process-list li > span { color: var(--gold); font-size: 10px; }
.process-list strong, .process-list small { display: block; }
.process-list strong { font-size: 11px; }
.process-list small { color: var(--ink); font-size: 9px; line-height: 1.4; }
.visual-orbit { position: absolute; border: 1px solid rgba(215,177,94,.4); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; animation: orbit 22s linear infinite; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; animation: orbit 18s linear infinite reverse; }
.visual-orbit::before { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 22px rgba(215,177,94,.78); }
@keyframes orbit { to { transform: rotate(360deg); } }
.floating-note { position: absolute; z-index: 4; padding: 11px 15px; border: 1px solid rgba(215,177,94,.52); border-radius: 12px; background: rgba(25,58,84,.94); backdrop-filter: blur(12px); box-shadow: 0 12px 34px rgba(0,0,0,.24); color: rgba(249,245,237,.78); font-size: 11px; letter-spacing: .02em; }
.floating-note span { color: var(--gold-soft); font-weight: 800; margin-right: 5px; }
.note-top { top: 54px; right: -12px; }
.note-bottom { left: -28px; bottom: 72px; }
.hero-scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(249,245,237,.8); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.hero-scroll span { width: 1px; height: 32px; background: linear-gradient(to bottom, rgba(215,177,94,.14), var(--gold)); }

.solutions { padding: 120px 0; color: var(--ink); background: linear-gradient(180deg, #606a73, #525d66); }
.section-heading { display: grid; grid-template-columns: .62fr 1.38fr; gap: 64px; align-items: start; margin-bottom: 54px; }
.section-heading h2 { max-width: 870px; margin: 0; font-family: Georgia, serif; font-size: clamp(31px, 3.4vw, 48px); font-weight: 500; line-height: 1.17; letter-spacing: -.03em; }
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.offer-card { position: relative; min-height: 590px; display: flex; flex-direction: column; padding: 48px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.offer-card-light { color: var(--ink); background: linear-gradient(145deg, #68727b, #59646d); border: 1px solid rgba(215,177,94,.42); }
.offer-card-blue { color: var(--white); background: linear-gradient(145deg, #244b67, #314653 72%); border: 1px solid rgba(215,177,94,.52); }
.offer-number { position: absolute; top: 30px; right: 34px; font-family: Georgia, serif; font-size: 66px; line-height: 1; background: var(--gold-metallic); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: .34; }
.offer-card-blue .offer-number { opacity: .38; }
.offer-icon { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid rgba(215,177,94,.56); border-radius: 18px; color: var(--gold-soft); background: rgba(215,177,94,.11); box-shadow: inset 0 1px rgba(241,213,140,.12); }
.offer-card-blue .offer-icon { background: rgba(215,177,94,.13); }
.offer-icon svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.offer-card h3 { max-width: 420px; margin: 31px 0 18px; font-family: Georgia, serif; font-size: clamp(31px, 3vw, 42px); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; }
.offer-card > p { margin: 0; font-size: 16px; color: var(--ink); }
.offer-card-blue > p { color: rgba(249,245,237,.7); }
.offer-card ul { display: grid; gap: 9px; margin: 25px 0 34px; padding: 0; list-style: none; }
.offer-card li { position: relative; padding-left: 25px; font-size: 14px; }
.offer-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-soft); font-weight: 800; }
.offer-card-blue li::before { color: var(--gold-soft); }
.text-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--gold-soft); font-weight: 750; text-decoration: none; }
.offer-card-blue .text-link { color: var(--gold-soft); border-color: rgba(215,177,94,.48); }
.text-link span { font-size: 22px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(6px); }
.project-strip { display: grid; grid-template-columns: .92fr 1.3fr auto; gap: 36px; align-items: center; margin-top: 24px; padding: 34px 38px; border: 1px solid rgba(215,177,94,.46); border-radius: 20px; background: #4b5660; box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.mini-label { margin: 0 0 4px; color: var(--gold-soft); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-strip h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.project-strip > p { margin: 0; color: rgba(249,245,237,.85); font-size: 14px; }
.support-grid { display: grid; grid-template-columns: repeat(3, auto) 1fr; gap: 10px; align-items: stretch; margin-top: 68px; padding-top: 45px; border-top: 1px solid var(--line); }
.support-pill { min-width: 148px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: rgba(18,58,99,.16); text-align: left; font-weight: 750; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.support-pill:hover { transform: translateY(-2px); }
.support-pill span { display: block; margin-bottom: 9px; color: var(--gold-soft); font-size: 10px; }
.support-pill.active { color: var(--white); background: var(--navy-900); border-color: var(--gold); }
.support-pill.active span { color: var(--gold-soft); }
.support-detail { min-height: 132px; padding: 20px 0 20px 30px; border-left: 1px solid var(--line); }
.support-detail strong { display: block; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.support-detail p { margin: 7px 0 0; color: var(--ink); font-size: 14px; }

.expertise { padding: 0 0 120px; color: var(--white); background: linear-gradient(180deg, #193a54, #214761 58%, #414b54); }
.why-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; padding: 118px 0 108px; }
.why-intro { position: sticky; top: 125px; align-self: start; }
.why-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 56px); font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
.why-intro > p:not(.eyebrow) { margin: 25px 0 32px; color: rgba(249,245,237,.66); }
.why-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why-card { min-height: 350px; padding: 34px; border: 1px solid rgba(215,177,94,.44); border-radius: 20px; background: linear-gradient(145deg, rgba(87,98,108,.76), rgba(38,72,96,.78)); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.why-card:nth-child(3) { grid-column: 1 / -1; min-height: 260px; }
.why-index { color: var(--gold-soft); font-size: 11px; letter-spacing: .16em; }
.why-card h3 { margin: 48px 0 13px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.why-card:nth-child(3) h3 { margin-top: 28px; }
.why-card p { margin: 0; color: var(--ink); font-size: 14.5px; line-height: 1.72; }
.areas { padding-top: 108px; border-top: 1px solid rgba(215,177,94,.46); }
.areas-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: end; margin-bottom: 50px; }
.areas-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(40px, 4.4vw, 62px); font-weight: 500; line-height: 1.05; }
.areas-heading > p { margin: 0; color: rgba(249,245,237,.75); font-size: 17px; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.topic-card { position: relative; min-height: 555px; display: flex; flex-direction: column; padding: 0 34px 30px; border: 1px solid rgba(215,177,94,.42); border-radius: 22px; background: linear-gradient(145deg, #314b60, #2d404f); overflow: hidden; transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.topic-card:hover, .topic-card:focus-within { transform: translateY(-5px); background: linear-gradient(145deg, #38566c, #344b5c); border-color: rgba(215,177,94,.8); }
.topic-art { height: 230px; margin: 0 -34px 26px; display: grid; place-items: center; background: radial-gradient(circle at 72% 25%, rgba(215,177,94,.2), transparent 34%), linear-gradient(135deg, #59636c, #2a4559); overflow: hidden; border-bottom: 1px solid rgba(215,177,94,.32); }
.topic-art svg { width: 100%; height: 100%; fill: none; stroke: var(--gold); stroke-width: 1.8; opacity: .96; }
.topic-art svg circle, .topic-art svg rect { fill: rgba(215,177,94,.12); }
.art-market, .art-special, .art-ai { background: radial-gradient(circle at 70% 25%, rgba(215,177,94,.21), transparent 34%), linear-gradient(135deg, #5d6871, #2b4659); }
.art-market svg, .art-special svg, .art-ai svg { stroke: var(--gold-soft); }
.art-market svg rect { fill: rgba(215,177,94,.14); }
.topic-tag { color: var(--gold-soft); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.topic-card h3 { max-width: 450px; margin: 14px 0 14px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; line-height: 1.12; }
.topic-card p { margin: 0; color: rgba(249,245,237,.75); font-size: 14px; }
.topic-details { max-height: 0; margin: 0; padding: 0; opacity: 0; overflow: hidden; list-style: none; transition: max-height .35s ease, margin .35s ease, opacity .25s ease; }
.topic-details li { position: relative; padding: 5px 0 5px 20px; color: rgba(249,245,237,.73); font-size: 12px; }
.topic-details li::before { content: ""; position: absolute; left: 0; top: 13px; width: 8px; height: 1px; background: var(--gold); }
.topic-card.expanded .topic-details { max-height: 140px; margin: 16px 0 4px; opacity: 1; }
.topic-more { display: flex; width: 100%; justify-content: space-between; align-items: center; margin-top: auto; padding: 20px 0 0; border: 0; border-top: 1px solid rgba(215,177,94,.4); color: var(--gold-soft); background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }
.topic-more b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(215,177,94,.66); border-radius: 50%; font-size: 17px; font-weight: 400; transition: transform .2s; }
.topic-card.expanded .topic-more b { transform: rotate(45deg); }
.topic-card.expanded p { color: rgba(249,245,237,.86); }

.contact { position: relative; padding: 118px 0; color: var(--ink); background: linear-gradient(135deg, #606a73, #525d66); overflow: hidden; }
.contact-pattern { position: absolute; right: -170px; top: -170px; width: 560px; height: 560px; border: 1px solid rgba(215,177,94,.3); border-radius: 50%; box-shadow: 0 0 0 80px rgba(215,177,94,.05), 0 0 0 160px rgba(215,177,94,.03); }
.contact-layout { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: 85px; align-items: start; }
.contact-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(41px, 4.5vw, 64px); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.contact-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--ink); font-size: 17px; }
.contact-direct { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 24px; margin: 38px 0; padding: 23px 0; border-block: 1px solid var(--line); }
.contact-method { display: grid; align-content: start; }
.contact-method + .contact-method { padding-left: 24px; border-left: 1px solid var(--line); }
.contact-direct span { color: var(--ink); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct a { margin-top: 5px; color: var(--gold-soft); font-family: Georgia, serif; font-size: 22px; text-decoration: none; overflow-wrap: anywhere; }
.contact-direct a:hover { color: var(--white); }
.contact-promise { display: flex; gap: 13px; align-items: flex-start; }
.contact-promise > span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-soft); background: var(--navy-900); }
.contact-promise p { margin: 0; color: var(--ink); font-size: 13px; }
.contact-promise strong { color: var(--ink); }
.contact-form { display: grid; gap: 19px; padding: 38px; border: 1px solid rgba(215,177,94,.46); border-radius: 24px; background: linear-gradient(145deg, #4b5761, #414d57); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { position: relative; display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid rgba(215,177,94,.42); border-radius: 9px; outline: 0; color: var(--ink); background: #58646e; padding: 13px 14px; font-size: 14px; font-weight: 450; transition: border .2s, box-shadow .2s, background .2s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(249,245,237,.9); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); background: #606c76; box-shadow: 0 0 0 4px rgba(215,177,94,.17); }
.contact-form textarea { resize: vertical; min-height: 128px; }
.char-count { position: absolute; right: 12px; bottom: 8px; color: var(--ink); font-size: 10px; font-weight: 500; }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; color: var(--muted) !important; font-weight: 450 !important; }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold); }
.form-submit { width: 100%; border: 1px solid var(--gold); }
.form-note { margin: -7px 0 0; text-align: center; color: rgba(249,245,237,.8); font-size: 10px; }
.form-status { min-height: 0; border-radius: 8px; color: var(--gold-soft); background: rgba(215,177,94,.16); text-align: center; font-size: 12px; font-weight: 650; }
.form-status.visible { min-height: 38px; padding: 9px 12px; }
.contact-call { align-content: center; min-height: 360px; }
.contact-call h3 { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(29px, 3vw, 40px); font-weight: 500; line-height: 1.13; }
.contact-call > p:not(.mini-label) { margin: 0; color: var(--ink); font-size: 16px; line-height: 1.7; }
.contact-call .button { width: fit-content; max-width: 100%; }

.site-footer { padding: 38px 0; color: rgba(249,245,237,.68); background: #163047; border-top: 1px solid rgba(215,177,94,.34); }
.footer-layout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { width: 46px; height: 46px; }
.brand-footer .brand-text strong { font-size: 25px; }
.brand-footer .brand-text small { font-size: 9.5px; }
.footer-layout > p { margin: 0; font-size: 12px; }
.copyright { text-align: right; }
.mobile-contact { display: none; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 80; width: 44px; height: 44px; border: 1px solid rgba(215,177,94,.78); border-radius: 50%; color: var(--gold-soft); background: var(--navy-900); box-shadow: 0 9px 24px rgba(0,0,0,.26); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .13s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 750px; }
  .hero-visual { width: min(100%, 650px); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 5px; }
  .offer-card { padding: 38px; }
  .project-strip { grid-template-columns: 1fr 1.3fr; }
  .project-strip .button { grid-column: 1 / -1; width: max-content; }
  .support-grid { grid-template-columns: repeat(3, 1fr); }
  .support-detail { grid-column: 1 / -1; padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .why-layout { grid-template-columns: 1fr; gap: 55px; }
  .why-intro { position: static; max-width: 680px; }
  .areas-heading { gap: 45px; }
  .contact-layout { gap: 45px; }
  .contact-direct { grid-template-columns: 1fr; gap: 18px; }
  .contact-method + .contact-method { padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .nav-wrap { height: 78px; }
  .site-header .brand { gap: 11.5px; }
  .site-header .brand-mark { width: 55.2px; height: 55.2px; }
  .site-header .brand-text strong { font-size: 29.9px; }
  .site-header .brand-text small { margin-top: 4.6px; font-size: 10.35px; letter-spacing: .14em; }
  .nav-toggle { display: block; position: relative; z-index: 3; color: var(--white); }
  .site-header.scrolled .nav-toggle, .site-header.menu-open .nav-toggle { color: var(--gold-soft); }
  .site-header.menu-open { background: var(--navy-900); border-bottom: 1px solid rgba(215,177,94,.34); }
  .main-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 12px 16px 24px; color: var(--white); background: var(--navy-900); box-shadow: 0 20px 45px rgba(0,0,0,.28); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a, .site-header .main-nav a { padding: 14px 8px; color: var(--white); border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta, .site-header .main-nav .nav-cta { margin-top: 12px; text-align: center; color: var(--gold-soft); background: var(--navy-900); border: 1px solid var(--gold); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 0; padding: 120px 0 78px; }
  .hero h1 { font-size: clamp(44px, 12vw, 66px); }
  .hero-proof { flex-wrap: wrap; gap: 22px 0; }
  .hero-visual { min-height: 500px; }
  .note-top { right: 0; }
  .note-bottom { left: 0; }
  .hero-scroll { display: none; }
  .solutions { padding: 90px 0; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; }
  .offer-card .text-link { margin-top: 20px; }
  .project-strip { grid-template-columns: 1fr; }
  .project-strip .button { grid-column: auto; }
  .why-layout { padding: 90px 0; }
  .areas { padding-top: 90px; }
  .areas-heading { grid-template-columns: 1fr; gap: 20px; }
  .topic-grid { grid-template-columns: 1fr; }
  .contact { padding: 90px 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .brand-footer { justify-content: center; }
  .copyright { text-align: center; }
}

@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .container { width: calc(100% - 28px); }
  .site-header .brand-mark { width: 50.6px; height: 50.6px; }
  .site-header .brand-text strong { font-size: 27.6px; }
  .site-header .brand-text small { font-size: 9.545px; letter-spacing: .11em; }
  .hero { padding-top: 114px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof li { min-width: 0; padding: 0 10px; }
  .hero-proof strong { font-size: 14px; line-height: 1.25; }
  .hero-proof span { font-size: 9px; line-height: 1.3; }
  .hero-visual { min-height: 440px; margin-top: 5px; }
  .insight-card { padding: 23px 20px; }
  .insight-card h2 { font-size: 31px; }
  .insight-chart { height: 126px; }
  .process-list { gap: 4px; }
  .process-list li > span { display: none; }
  .floating-note { font-size: 9px; }
  .note-top { top: 15px; }
  .note-bottom { bottom: 25px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 330px; height: 330px; }
  .section-heading h2 { font-size: 33px; }
  .offer-card { padding: 30px 24px; border-radius: 20px; }
  .offer-card h3 { font-size: 33px; }
  .offer-card > p { font-size: 15px; }
  .project-strip { padding: 27px 24px; }
  .project-strip .button { width: 100%; }
  .support-grid { grid-template-columns: 1fr; }
  .support-pill { min-width: 0; display: flex; align-items: center; gap: 9px; }
  .support-pill span { display: inline; margin: 0; }
  .why-cards { grid-template-columns: 1fr; }
  .why-card:nth-child(3) { grid-column: auto; }
  .why-card, .why-card:nth-child(3) { min-height: 0; }
  .topic-card { min-height: 515px; padding-inline: 24px; }
  .topic-art { margin-inline: -24px; }
  .topic-card h3 { font-size: 28px; }
  .contact-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-direct a { font-size: 20px; }
  .contact-direct { grid-template-columns: 1fr; gap: 18px; }
  .contact-method + .contact-method { padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .mobile-contact { position: fixed; inset: auto 0 0; z-index: 95; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 60px; color: var(--white); background: var(--navy-950); box-shadow: 0 -8px 30px rgba(0,0,0,.25); font-size: 13px; font-weight: 800; }
  .mobile-contact a { display: flex; justify-content: center; align-items: center; gap: 9px; padding: 12px; color: inherit; text-decoration: none; }
  .mobile-contact a:first-child { color: var(--gold-soft); border-right: 1px solid rgba(215,177,94,.56); }
  .mobile-contact a:last-child { background: var(--navy-800); }
  .back-to-top { right: 14px; bottom: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .mobile-contact, .back-to-top, .hero-scroll, .contact-form { display: none !important; }
  .hero, .expertise { color: #111; background: #fff; }
  .reveal { opacity: 1; transform: none; }
}
