@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --navy-950: #071a2c;
  --navy-900: #0b2239;
  --navy-800: #102f4d;
  --slate-600: #526779;
  --slate-400: #93a4b2;
  --cloud: #f3f6f8;
  --paper: #fcfcfa;
  --white: #ffffff;
  --copper: #b7793e;
  --copper-light: #d29b65;
  --ink: #152536;
  --line: rgba(16, 47, 77, 0.14);
  --shadow: 0 24px 70px rgba(7, 26, 44, 0.12);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(32px, calc((100vw - 1180px) / 2)); color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1.1; letter-spacing: .06em; }
.brand-name { font-weight: 700; font-size: 15px; }
.brand-role { color: var(--copper-light); font-size: 9px; font-weight: 600; margin-top: 7px; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.main-nav a { text-decoration: none; opacity: .84; transition: opacity .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.52); padding: 11px 18px; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.5); color: white; background: transparent; padding: 8px 12px; }

.hero { min-height: 780px; height: 100vh; max-height: 940px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy-950); color: white; }
.hero-media { position: absolute; inset: 0; background: url('hero-advisor.png') center center / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,44,.99) 0%, rgba(7,26,44,.93) 38%, rgba(7,26,44,.36) 69%, rgba(7,26,44,.18) 100%), linear-gradient(0deg, rgba(7,26,44,.55), transparent 42%); }
.hero-content { position: relative; z-index: 2; padding-top: 68px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .17em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 6.6vw, 92px); line-height: .99; letter-spacing: -.045em; font-weight: 600; }
.hero h1 em { color: #e2e8ec; font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 575px; margin: 30px 0 0; color: rgba(255,255,255,.8); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--copper); border-color: var(--copper); }
.button-primary:hover { background: #9e6532; border-color: #9e6532; }
.button-quiet { color: white; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); backdrop-filter: blur(6px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 28px; margin: 46px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.15); width: min(680px, 100%); list-style: none; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .02em; }
.hero-proof li::before { content: "•"; color: var(--copper-light); margin-right: 10px; }
.scroll-cue { position: absolute; z-index: 3; right: max(32px, calc((100vw - 1180px) / 2)); bottom: 44px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); text-decoration: none; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { display: inline-block; width: 28px; height: 1px; background: var(--copper-light); }

.section { padding-block: 118px; }
.section-intro { padding-bottom: 102px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
h2 { margin: 0; color: var(--navy-900); font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -.04em; font-weight: 600; }
.intro-copy { max-width: 560px; }
.intro-copy p { color: var(--slate-600); margin: 0 0 24px; }
.intro-copy .large-copy { color: var(--ink); font-size: 21px; line-height: 1.6; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 82px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { padding: 35px 34px 38px 0; }
.value-card + .value-card { padding-left: 34px; border-left: 1px solid var(--line); }
.card-number, .solution-index { color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.value-card h3, .solution-card h3, .process-list h3, .audience-grid h3 { margin: 18px 0 10px; color: var(--navy-900); font-size: 21px; line-height: 1.2; }
.value-card p { margin: 0; color: var(--slate-600); font-size: 14px; }

.solutions { background: var(--cloud); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 64px; }
.section-heading > p { margin: 0 0 4px; color: var(--slate-600); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { min-height: 370px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: white; border: 1px solid rgba(16,47,77,.08); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.solution-card h3 { margin-top: 0; font-size: 28px; }
.solution-card p { color: var(--slate-600); }
.solution-card a { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 32px; padding-top: 19px; border-top: 1px solid var(--line); text-decoration: none; color: var(--navy-800); font-size: 13px; font-weight: 700; }
.solution-card a span { color: var(--copper); font-size: 20px; }
.operational-note { margin: 24px 0 0; color: var(--slate-600); font-size: 12px; }

.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.process-title p { max-width: 400px; color: var(--slate-600); margin-top: 28px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--copper); font-size: 11px; font-weight: 700; }
.process-list h3 { margin: 0 0 4px; }
.process-list p { margin: 0; color: var(--slate-600); font-size: 14px; }

.audiences { color: white; background: var(--navy-900); }
.section-kicker.light { color: var(--copper-light); }
.audiences h2, .request-section h2 { color: white; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 62px; border-top: 1px solid rgba(255,255,255,.16); }
.audience-grid article { padding: 34px 40px 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.audience-grid article:nth-child(even) { padding-left: 40px; border-left: 1px solid rgba(255,255,255,.16); }
.audience-grid h3 { color: white; margin-top: 0; }
.audience-grid p { margin: 0; color: rgba(255,255,255,.66); max-width: 450px; }

.advisor { display: grid; grid-template-columns: .42fr 1fr; gap: 100px; align-items: center; }
.advisor-mark { display: grid; place-items: center; aspect-ratio: 1; max-width: 350px; width: 100%; color: rgba(255,255,255,.92); background: var(--navy-900); font-family: "Instrument Serif", Georgia, serif; font-size: 92px; border-radius: 50%; box-shadow: inset 0 0 0 16px var(--paper), inset 0 0 0 17px rgba(183,121,62,.5); }
.advisor-copy { max-width: 640px; }
.advisor-copy > p:not(.section-kicker):not(.advisor-role) { color: var(--slate-600); font-size: 18px; }
.advisor-role { color: var(--copper); font-size: 13px; font-weight: 700; }
.advisor-links { display: flex; flex-wrap: wrap; gap: 22px; padding-top: 15px; }
.advisor-links a { color: var(--navy-800); font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(183,121,62,.5); text-underline-offset: 5px; }

.request-section { background: var(--navy-950); color: white; }
.request-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.request-intro > p:not(.section-kicker) { color: rgba(255,255,255,.68); }
.direct-contact { display: flex; flex-direction: column; gap: 7px; margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.direct-contact span { color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.direct-contact a { color: white; text-decoration: none; }
.travel-form { padding: 42px; background: white; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.travel-form label { display: block; margin-bottom: 19px; color: var(--navy-900); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.travel-form input:not([type="checkbox"]), .travel-form select, .travel-form textarea { width: 100%; display: block; margin-top: 7px; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(16,47,77,.28); border-radius: 0; outline: none; }
.travel-form textarea { resize: vertical; }
.travel-form input:focus, .travel-form select:focus, .travel-form textarea:focus { border-bottom-color: var(--copper); box-shadow: 0 1px 0 var(--copper); }
.privacy-check { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--slate-600) !important; font-weight: 500 !important; letter-spacing: 0 !important; }
.privacy-check input { margin: 3px 0 0; accent-color: var(--copper); }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: wait; opacity: .72; }
.form-note { color: var(--slate-600); font-size: 11px; margin: 12px 0 0; }
.form-status { min-height: 1.5em; margin: 7px 0 0; color: var(--navy-800); font-size: 12px; font-weight: 600; }

.faq { padding-bottom: 130px; }
.faq h2 { margin-bottom: 55px; }
.faq-list { max-width: 900px; margin-left: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; position: relative; padding: 24px 52px 24px 0; color: var(--navy-900); font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; top: 17px; color: var(--copper); font-size: 26px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 60px 24px 0; color: var(--slate-600); }

.site-footer { padding: 60px 0 26px; color: white; background: #05121e; }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 60px; align-items: start; padding-bottom: 46px; }
.footer-top p { max-width: 480px; margin: 0; color: rgba(255,255,255,.63); }
.back-to-top { text-decoration: none; color: var(--copper-light); font-size: 12px; font-weight: 700; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .04em; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .site-header { height: 76px; padding: 0 18px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 20px; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.14); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 4px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 760px; max-height: none; height: 100svh; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,26,44,.98), rgba(7,26,44,.72)), linear-gradient(0deg, rgba(7,26,44,.62), transparent); }
  .hero h1 { font-size: clamp(46px, 12vw, 72px); }
  .scroll-cue { display: none; }
  .section { padding-block: 84px; }
  .intro-grid, .section-heading, .process-layout, .request-grid, .advisor { grid-template-columns: 1fr; gap: 42px; }
  .value-grid, .solution-grid { grid-template-columns: 1fr; }
  .value-card, .value-card + .value-card { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .solution-card { min-height: 310px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article, .audience-grid article:nth-child(even) { padding: 28px 0; border-left: 0; }
  .advisor-mark { max-width: 250px; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .hero-content { padding-top: 78px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px 18px; margin-top: 30px; }
  h2 { font-size: 40px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .travel-form { padding: 28px 22px; }
  .advisor-links { flex-direction: column; gap: 8px; }
  .footer-bottom { flex-direction: column; }
}

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