:root {
  color-scheme: light;
  --navy-950: #06172c;
  --navy-900: #081f3a;
  --navy-800: #0d2d4f;
  --gold: #d4a84f;
  --gold-light: #f0d99e;
  --cream: #f7f2e8;
  --cream-dark: #e9e0d1;
  --white: #fffefa;
  --ink: #142b42;
  --muted: #607083;
  --line: rgba(8, 31, 58, .15);
  --shadow: 0 28px 80px rgba(6, 23, 44, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: 7.5rem 0; }
.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; z-index: 1000; top: -5rem; left: 1rem; padding: .8rem 1rem; background: var(--gold); color: var(--navy-950); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 72px; background: rgba(6,23,44,.96); box-shadow: 0 8px 34px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: #fff; }
.brand img { width: 48px; height: 48px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .86rem; letter-spacing: .19em; }
.brand-copy small { margin-top: .3rem; color: var(--gold-light); font-family: var(--serif); font-size: .73rem; font-style: italic; letter-spacing: .03em; }
.primary-nav { display: flex; align-items: center; gap: 1.8rem; }
.primary-nav > a { position: relative; color: rgba(255,255,255,.84); font-size: .86rem; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--gold); transition: right .2s; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a:not(.button):focus-visible::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; color: white; padding: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .85rem 1.45rem; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-size: .9rem; font-weight: 800; letter-spacing: .03em; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .65rem 1rem; }
.button-gold { background: var(--gold); color: var(--navy-950) !important; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.45); color: white; }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.eyebrow { margin: 0 0 1.25rem; color: #9a722c; font-size: .72rem; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }

.hero { position: relative; min-height: 760px; height: 100vh; max-height: 980px; display: grid; align-items: center; overflow: hidden; background: var(--navy-950); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; width: 760px; height: 760px; right: -260px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(212,168,79,.26), rgba(212,168,79,0) 66%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); padding-top: 5rem; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(3.7rem, 6.5vw, 6.8rem); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lede { max-width: 680px; margin: 1.8rem 0 0; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 2.5rem; color: rgba(255,255,255,.63); font-size: .77rem; }
.hero-proof span { position: relative; padding-left: 1rem; }
.hero-proof span::before { content: ""; position: absolute; left: 0; top: .55rem; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero-panel { position: relative; min-height: 470px; padding: 2.2rem; overflow: hidden; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.045); backdrop-filter: blur(10px); box-shadow: 0 40px 90px rgba(0,0,0,.24); }
.panel-topline { display: flex; justify-content: space-between; color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .18em; }
.framework-list { list-style: none; margin: 4.2rem 0 0; padding: 0; }
.framework-list li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; align-items: start; padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.13); }
.framework-list li > span { color: var(--gold); font-size: .7rem; }
.framework-list strong { display: block; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.framework-list small { color: rgba(255,255,255,.56); }
.panel-mark { position: absolute; right: -1.3rem; bottom: -3.6rem; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 13rem; font-weight: 800; line-height: 1; }
.scroll-cue { position: absolute; left: 50%; bottom: 1.8rem; display: grid; justify-items: center; gap: .45rem; color: rgba(255,255,255,.52); text-decoration: none; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { display: block; width: 1px; height: 28px; background: var(--gold); }

.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 5rem; margin-bottom: 4rem; }
.section-heading h2, .approach h2, .about h2, .quote h2 { margin: 0; color: var(--navy-900); font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.section-heading > p { max-width: 470px; margin: 0 0 .5rem; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(8,31,58,.15); border: 1px solid rgba(8,31,58,.15); }
.service-card { position: relative; min-height: 480px; padding: 2rem; background: var(--white); transition: background .25s, transform .25s; }
.service-card:hover { z-index: 1; background: #fff; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { color: #9a722c; font-size: .68rem; font-weight: 800; }
.service-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 3.5rem 0 2.2rem; border: 1px solid var(--gold); border-radius: 50%; color: #9a722c; font-family: var(--serif); font-size: 1.7rem; }
.service-card h3 { margin: 0 0 1rem; color: var(--navy-900); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-card p { color: var(--muted); }
.service-card ul { list-style: none; margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.service-card li { padding: .65rem 0 .65rem 1rem; border-bottom: 1px solid var(--line); font-size: .82rem; }
.service-card li::before { content: "—"; margin-left: -1rem; margin-right: .55rem; color: var(--gold); }

.statement { padding: 7rem 0; background: var(--gold); color: var(--navy-950); }
.statement-inner { text-align: center; }
.statement p { margin: 0; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.statement h2 { margin: .6rem 0 0; font-family: var(--serif); font-size: clamp(3.1rem, 8vw, 7.8rem); font-weight: 400; line-height: 1; letter-spacing: -.055em; }
.statement h2 span { color: var(--white); }

.approach { background: var(--white); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8rem; }
.approach-intro { position: sticky; top: 9rem; align-self: start; }
.approach-intro > p:not(.eyebrow) { max-width: 460px; color: var(--muted); }
.text-link { display: inline-flex; gap: .8rem; align-items: center; margin-top: 1rem; color: var(--navy-900); font-weight: 800; text-underline-offset: .35rem; text-decoration-color: var(--gold); }
.text-link span { color: #9a722c; font-size: 1.3rem; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 4rem 1fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: #9a722c; font-size: .7rem; font-weight: 800; }
.steps h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; color: var(--navy-900); }
.steps p { max-width: 520px; margin: .5rem 0 0; color: var(--muted); }

.about { overflow: hidden; background: var(--navy-900); color: #fff; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 7rem; }
.about .eyebrow { color: var(--gold-light); }
.about h2 { color: #fff; }
.about-mark { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: min(460px, 100%); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.16); color: var(--gold); font-family: var(--serif); font-size: clamp(7rem, 16vw, 13rem); line-height: 1; }
.about-mark::before, .about-mark::after { content: ""; position: absolute; background: rgba(255,255,255,.16); }
.about-mark::before { width: 1px; height: 100%; left: 50%; }
.about-mark::after { height: 1px; width: 100%; top: 50%; }
.about-mark span { display: grid; place-items: center; }
.about-mark span:last-child { color: var(--white); align-self: end; }
.large-copy { margin: 2rem 0 1.2rem; color: rgba(255,255,255,.85); font-family: var(--serif); font-size: 1.45rem; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.large-copy) { color: rgba(255,255,255,.58); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.8rem; }
.principles div { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.2); }
.principles strong, .principles span { display: block; }
.principles strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.principles span { margin-top: .4rem; color: rgba(255,255,255,.5); font-size: .72rem; }

.quote { background: var(--cream); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; }
.quote-copy > p:not(.eyebrow) { color: var(--muted); }
.direct-contact { margin-top: 3rem; border-top: 1px solid var(--line); }
.direct-contact a { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.direct-contact span { color: var(--muted); font-size: .73rem; }
.direct-contact strong { color: var(--navy-900); font-size: .84rem; }
.quote-form { padding: 2.4rem; border-top: 5px solid var(--gold); background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: block; margin-bottom: 1rem; }
.quote-form label > span { display: block; margin-bottom: .45rem; color: var(--navy-900); font-size: .76rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #bfc8ce; border-radius: 2px; background: #fff; color: var(--ink); padding: .85rem .9rem; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(212,168,79,.27); border-color: #a87b25; }
.quote-form [aria-invalid="true"] { border-color: #9b2c2c; }
.form-submit { width: 100%; margin-top: .4rem; }
.form-note, .form-status { margin: .85rem 0 0; color: var(--muted); font-size: .72rem; }
.form-status { min-height: 1.2em; color: #8b251d; font-weight: 700; }

.site-footer { padding: 5.5rem 0 1.5rem; background: var(--navy-950); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .85fr; gap: 5rem; }
.footer-brand p { max-width: 420px; color: rgba(255,255,255,.5); }
.footer-grid h3 { margin: 0 0 1rem; color: var(--gold-light); font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; width: fit-content; margin: .6rem 0; color: rgba(255,255,255,.68); text-decoration: none; font-size: .82rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: .7rem; }
.footer-bottom span:last-child { color: var(--gold-light); font-family: var(--serif); font-style: italic; }
.floating-whatsapp { position: fixed; z-index: 90; right: 1.25rem; bottom: 1.25rem; display: grid; place-items: center; width: 52px; height: 52px; border: 3px solid var(--white); border-radius: 50%; background: #1f9f58; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.22); text-decoration: none; font-size: .7rem; font-weight: 900; }
.floating-whatsapp:hover { transform: translateY(-2px); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .container { width: min(100% - 2rem, 760px); }
  .section { padding: 5.5rem 0; }
  .nav-toggle { display: block; z-index: 2; }
  .primary-nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 1.4rem; visibility: hidden; opacity: 0; background: var(--navy-950); transition: opacity .25s, visibility .25s; }
  .primary-nav.open { visibility: visible; opacity: 1; }
  .primary-nav > a { font-family: var(--serif); font-size: 1.6rem; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 900px; height: auto; max-height: none; padding: 9.5rem 0 5rem; }
  .hero-grid, .section-heading, .approach-grid, .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 3rem; }
  .hero-panel { min-height: 410px; }
  .scroll-cue { display: none; }
  .section-heading, .approach-grid, .about-grid, .quote-grid { gap: 3.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .approach-intro { position: static; }
  .about-mark { width: min(380px, 100%); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 1.4rem, 560px); }
  .site-header, .site-header.scrolled { height: 68px; }
  .brand img { width: 43px; height: 43px; }
  .brand-copy strong { font-size: .76rem; }
  .brand-copy small { font-size: .65rem; }
  .hero { min-height: 830px; padding-top: 8rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: .65rem; }
  .hero-panel { min-height: 385px; padding: 1.35rem; }
  .framework-list { margin-top: 3rem; }
  .framework-list strong { font-size: 1.5rem; }
  .section { padding: 4.5rem 0; }
  .section-heading h2, .approach h2, .about h2, .quote h2 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .statement { padding: 5rem 0; }
  .statement h2 { font-size: 3.7rem; }
  .steps li { grid-template-columns: 2.5rem 1fr; gap: .8rem; }
  .principles { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 1.3rem; }
  .direct-contact a { grid-template-columns: 4rem 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }
}

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