:root {
  --navy: #011139;
  --navy-2: #102B52;
  --gold: #DB9C2C;
  --gold-light: #E7B85A;
  --warm-white: #FEFAF2;
  --off-white: #F7F5EF;
  --ink: #17233C;
  --muted: #5D6678;
  --line: rgba(23,35,60,.15);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, Helvetica, sans-serif;
  --shadow: 0 22px 60px rgba(1,17,57,.14);
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--off-white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--warm-white); color: var(--navy); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(1,17,57,.94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--warm-white); text-decoration: none; }
.brand img { width: 50px; height: 62px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong { font: 600 31px/1 var(--serif); letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: rgba(254,250,242,.88); text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-light); }
.site-nav .nav-cta { border: 1px solid var(--gold); border-radius: 999px; padding: 10px 17px; color: var(--warm-white); }
.site-nav .nav-cta:hover { background: var(--gold); color: var(--navy); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--warm-white); border-radius: 2px; }

.section-dark, .approach, .about, .site-footer { background: var(--navy); color: var(--warm-white); }
.hero { position: relative; overflow: hidden; min-height: 730px; display: grid; align-items: center; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(1,17,57,.8)); pointer-events: none; }
.hero-glow { position: absolute; width: 760px; height: 760px; left: -280px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(16,43,82,.8), transparent 66%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, .78fr); gap: clamp(54px,7vw,100px); align-items: center; padding-block: 82px 94px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 13px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #9B650F; }
.hero h1 { margin: 0; max-width: 820px; color: var(--warm-white); font: 500 clamp(56px,6.3vw,92px)/.98 var(--serif); letter-spacing: -.045em; }
.hero h1 span { color: var(--gold-light); }
.hero-lead { max-width: 700px; margin: 28px 0 0; color: rgba(254,250,242,.78); font-size: clamp(18px,1.7vw,22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(254,250,242,.45); color: var(--warm-white); }
.button-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 38px; color: rgba(254,250,242,.62); font-size: 13px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 10px; }
.hero-proof span:not(:first-child)::before { content: ''; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.hero-visual { position: relative; margin: 0; }
.hero-visual::before { content: ''; position: absolute; inset: -18px 22px 24px -22px; border: 1px solid rgba(219,156,44,.45); border-radius: 44% 56% 46% 54% / 35% 41% 59% 65%; transform: rotate(-4deg); }
.hero-visual picture { position: relative; display: block; overflow: hidden; border-radius: 44% 56% 46% 54% / 35% 41% 59% 65%; box-shadow: 0 38px 90px rgba(0,0,0,.35); }
.hero-visual img { width: 100%; height: 575px; object-fit: cover; object-position: 58% 57%; }
.hero-visual figcaption { position: absolute; left: -28px; bottom: 30px; max-width: 315px; padding: 15px 18px; color: var(--navy); background: rgba(254,250,242,.94); border-left: 4px solid var(--gold); box-shadow: var(--shadow); font: italic 600 16px/1.35 var(--serif); }

.statement { background: var(--warm-white); }
.statement-inner { display: grid; grid-template-columns: .8fr 1.25fr 1fr; gap: clamp(30px,5vw,80px); align-items: end; padding-block: 72px; }
.statement-kicker { margin: 0; color: #8A5A0C; font-size: 13px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.statement h2 { margin: 0; font: 500 clamp(38px,4vw,58px)/1.04 var(--serif); letter-spacing: -.035em; color: var(--navy); }
.statement-inner > p:last-child { margin: 0; color: var(--muted); font-size: 17px; }

.section { padding-block: 112px; }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading.narrow { max-width: 700px; }
.section-heading h2, .experience h2, .contact h2 { margin: 0; color: var(--navy); font: 500 clamp(42px,5vw,66px)/1.04 var(--serif); letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 22px 0 0; max-width: 650px; color: var(--muted); font-size: 18px; }
.section-heading.light h2 { color: var(--warm-white); }
.card-grid { display: grid; gap: 22px; }
.expertise-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.expertise-card { position: relative; padding: 34px; background: var(--warm-white); border: 1px solid rgba(1,17,57,.09); border-radius: 20px; box-shadow: 0 14px 40px rgba(1,17,57,.06); transition: transform .22s, box-shadow .22s; }
.expertise-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.icon-wrap { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; background: rgba(219,156,44,.13); }
.icon-wrap svg { width: 30px; height: 30px; fill: none; stroke: #9B650F; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.expertise-card h3 { margin: 0; color: var(--navy); font: 600 29px/1.15 var(--serif); }
.expertise-card p { margin: 15px 0; color: var(--muted); }
.expertise-card ul { margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--ink); }
.expertise-card li { position: relative; padding-left: 18px; margin: 7px 0; font-size: 14px; }
.expertise-card li::before { content: ''; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.approach { position: relative; overflow: hidden; }
.approach::before { content: ''; position: absolute; inset: 0; opacity: .24; background: linear-gradient(90deg, rgba(1,17,57,.98), rgba(1,17,57,.78)), url('../images/cosmic-sunrise-wide.webp') center/cover; }
.approach > .shell { position: relative; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(254,250,242,.2); }
.steps article { min-height: 250px; padding: 32px 28px 10px 0; border-right: 1px solid rgba(254,250,242,.18); }
.steps article:not(:first-child) { padding-left: 28px; }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--gold-light); font: 500 18px/1 var(--serif); }
.steps h3 { margin: 26px 0 12px; font: 600 28px/1.15 var(--serif); }
.steps p { margin: 0; color: rgba(254,250,242,.68); }

.experience { background: var(--warm-white); }
.experience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,110px); align-items: start; }
.experience-copy p { color: var(--muted); font-size: 17px; }
.experience-copy .experience-note { margin-top: 28px; font-size: 12px; color: #7A8190; }
.company-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.company-list span { padding: 17px 10px 17px 0; border-bottom: 1px solid var(--line); color: var(--navy); font: 600 18px/1.25 var(--serif); }
.company-list span:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }

.about { position: relative; overflow: hidden; }
.about::after { content: ''; position: absolute; width: 700px; height: 700px; right: -350px; top: -310px; border-radius: 50%; background: radial-gradient(circle, rgba(16,43,82,.85), transparent 68%); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px,10vw,140px); align-items: center; }
.about-mark { display: grid; place-items: center; min-height: 450px; border: 1px solid rgba(219,156,44,.35); border-radius: 38% 62% 55% 45% / 45% 40% 60% 55%; background: linear-gradient(145deg, rgba(16,43,82,.8), rgba(1,17,57,.15)); }
.about-mark img { width: 68%; filter: drop-shadow(0 18px 34px rgba(0,0,0,.28)); }
.about-copy h2 { margin: 0; color: var(--warm-white); font: 500 clamp(50px,6vw,78px)/1 var(--serif); }
.about-copy p { color: rgba(254,250,242,.72); }
.about-copy .about-lead { font-size: 20px; color: rgba(254,250,242,.9); }
.credential-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.credential-line span { padding: 8px 12px; border: 1px solid rgba(219,156,44,.5); border-radius: 999px; color: var(--gold-light); font-weight: 750; font-size: 13px; }
.credential-note { font-size: 13px; }
.about-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; }
.about-links a { color: var(--warm-white); text-underline-offset: 5px; text-decoration-color: rgba(219,156,44,.65); }

.contact { background: var(--off-white); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,9vw,120px); align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.direct-email { display: inline-block; margin-top: 18px; color: var(--navy); font: 600 clamp(24px,3vw,36px)/1.1 var(--serif); text-decoration-color: var(--gold); text-underline-offset: 7px; }
.contact-links { display: grid; gap: 10px; margin-top: 32px; }
.contact-links a { color: var(--navy-2); }
.contact-form { padding: 34px; background: var(--warm-white); border: 1px solid rgba(1,17,57,.1); border-radius: 22px; box-shadow: var(--shadow); }
.form-row { display: grid; gap: 7px; margin-bottom: 18px; }
.form-row label { color: var(--navy); font-size: 13px; font-weight: 750; letter-spacing: .03em; }
.form-row label span { color: var(--muted); font-weight: 500; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid rgba(1,17,57,.22); border-radius: 10px; padding: 12px 13px; color: var(--ink); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-row textarea { resize: vertical; min-height: 140px; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(219,156,44,.14); }
.honey { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.form-status { display: none; margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; font-size: 14px; }
.form-status.success { display: block; background: #E8F4EC; color: #1E6038; }
.form-status.error { display: block; background: #FCEBEA; color: #8C2E2A; }

.site-footer { padding-block: 42px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; }
.footer-brand .brand-copy strong { font-size: 25px; }
.footer-inner > p { margin: 0; color: rgba(254,250,242,.62); font-size: 13px; }
.copyright { text-align: right; }

@media (max-width: 1000px) {
  .site-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 42px; }
  .hero-visual img { height: 500px; }
  .statement-inner { grid-template-columns: 1fr 1.4fr; }
  .statement-inner > p:last-child { grid-column: 2; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(-n+2) { border-bottom: 1px solid rgba(254,250,242,.18); }
  .experience-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: .75fr 1.25fr; gap: 45px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 72px; }
  :root { --shell: min(100% - 28px, 680px); }
  .header-inner { min-height: 70px; }
  .brand img { width: 42px; height: 54px; }
  .brand-copy strong { font-size: 26px; }
  .brand-copy small { font-size: 8px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 12px 20px 24px; background: rgba(1,17,57,.99); border-bottom: 1px solid rgba(255,255,255,.08); transform: translateY(-140%); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; }
  .site-nav a { padding: 13px 8px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .site-nav .nav-cta { margin-top: 10px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 65px 75px; }
  .hero h1 { font-size: clamp(52px,15vw,78px); }
  .hero-visual { max-width: 520px; margin-inline: auto; }
  .hero-visual img { height: 560px; }
  .hero-visual figcaption { left: 16px; right: 16px; bottom: 20px; max-width: none; }
  .statement-inner { grid-template-columns: 1fr; padding-block: 58px; }
  .statement-inner > p:last-child { grid-column: auto; }
  .section { padding-block: 82px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .experience-grid { gap: 40px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-mark { min-height: 360px; }
  .about-mark img { width: 52%; }
  .footer-inner { grid-template-columns: 1fr; text-align: left; }
  .copyright { text-align: left; }
}

@media (max-width: 520px) {
  .brand-copy small { letter-spacing: .1em; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 8px; }
  .hero-proof span:not(:first-child)::before { display: none; }
  .hero-visual img { height: 470px; }
  .statement h2, .section-heading h2, .experience h2, .contact h2 { font-size: 40px; }
  .expertise-card { padding: 26px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child) { padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(254,250,242,.18); }
  .company-list { grid-template-columns: 1fr; }
  .company-list span:nth-child(even) { padding-left: 0; border-left: 0; }
  .contact-form { padding: 24px 20px; }
}

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