:root {
  --navy: #071D36;
  --navy-2: #0B2949;
  --gold: #C99A38;
  --gold-light: #E4C477;
  --cream: #F6F5F1;
  --white: #FFFFFF;
  --ink: #17202A;
  --muted: #5B6470;
  --line: rgba(7, 29, 54, 0.14);
  --shadow: 0 24px 70px rgba(4, 18, 34, 0.18);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--gold-light); color: var(--navy); }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 110px 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; left: 16px; top: -60px; z-index: 9999; background: var(--white);
  color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  background: rgba(7, 29, 54, 0.86); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { background: rgba(7, 29, 54, 0.96); box-shadow: 0 10px 35px rgba(0,0,0,.16); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 285px; height: 64px; object-fit: cover; object-position: center; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; color: rgba(255,255,255,.82); font-weight: 700; font-size: .94rem; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { color: var(--navy); background: var(--gold); padding: 11px 17px; border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--white); margin: 5px 0; }

.hero {
  min-height: 760px; padding: 155px 0 85px; color: var(--white); overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(201,154,56,.20), transparent 24%),
    radial-gradient(circle at 95% 85%, rgba(255,255,255,.07), transparent 25%),
    linear-gradient(135deg, #06172c 0%, var(--navy) 55%, #0a2a4a 100%);
  position: relative;
}
.hero::after {
  content: ""; position: absolute; inset: auto -8% -45% auto; width: 600px; aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018);
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 900; margin: 0 0 18px; }
.hero h1 { font-size: clamp(3.4rem, 7vw, 6.7rem); line-height: .93; letter-spacing: -.055em; margin: 0; max-width: 760px; }
.hero h1 span { color: var(--gold); }
.hero-lead { max-width: 680px; color: rgba(255,255,255,.76); font-size: 1.17rem; margin: 28px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 12px 30px rgba(201,154,56,.22); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.28); color: var(--white); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.10); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 28px; list-style: none; padding: 0; margin: 34px 0 0; color: rgba(255,255,255,.56); font-size: .82rem; font-weight: 700; }
.trust-list li { position: relative; }
.trust-list li:not(:last-child)::after { content: ""; position: absolute; right: -16px; top: 50%; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.path-card { width: min(100%, 515px); background: rgba(255,255,255,.97); color: var(--navy); border-radius: 24px; padding: 26px; box-shadow: var(--shadow); transform: rotate(1.25deg); }
.path-card-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.status-dot { color: #1d6d43; background: #e8f6ee; border-radius: 999px; padding: 6px 10px; }
.status-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; background: #2d925c; border-radius: 50%; margin-right: 7px; vertical-align: 1px; }
.path-line { height: 150px; margin: 18px 0 6px; border-radius: 16px; position: relative; overflow: hidden; background: linear-gradient(135deg, #edf1f4, #f8f7f2); }
.path-line::before { content: ""; position: absolute; width: 120%; height: 105px; left: -16%; top: 45px; border-top: 9px solid var(--gold); border-radius: 50%; transform: rotate(-8deg); }
.path-line::after { content: ""; position: absolute; width: 120%; height: 105px; left: -16%; top: 56px; border-top: 4px solid var(--navy); border-radius: 50%; transform: rotate(-8deg); }
.path-node { position: absolute; z-index: 2; width: 15px; height: 15px; border: 4px solid var(--white); background: var(--navy); border-radius: 50%; box-shadow: 0 4px 10px rgba(7,29,54,.25); }
.node-one { left: 12%; top: 93px; }.node-two { left: 38%; top: 75px; }.node-three { left: 66%; top: 50px; }.node-four { right: 10%; top: 35px; background: var(--gold); }
.mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.mini-grid article { background: #f8f7f3; border: 1px solid var(--line); border-radius: 14px; padding: 14px; min-height: 155px; }
.mini-number { color: var(--gold); font-weight: 900; font-size: .72rem; }
.mini-grid h2 { font-size: 1rem; margin: 7px 0 5px; }
.mini-grid p { color: var(--muted); font-size: .78rem; line-height: 1.45; margin: 0; }
.floating-note { position: absolute; background: var(--white); color: var(--navy); border-radius: 14px; padding: 12px 16px; box-shadow: 0 14px 35px rgba(0,0,0,.18); min-width: 155px; }
.floating-note strong, .floating-note span { display: block; }.floating-note strong { font-size: .83rem; }.floating-note span { color: var(--muted); font-size: .72rem; }
.note-one { left: -8px; top: 105px; transform: rotate(-5deg); }.note-two { right: -5px; bottom: 82px; transform: rotate(4deg); }

.section-heading { max-width: 780px; }
.section-heading h2, .about h2, .contact h2 { color: var(--navy); font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.06; letter-spacing: -.045em; margin: 0 0 22px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.problem { background: var(--cream); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 12px 30px rgba(7,29,54,.05); }
.pillar-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--navy); color: var(--gold); border-radius: 12px; font-size: 1.55rem; font-weight: 300; }
.pillar-kicker { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; margin: 24px 0 8px; }
.pillar h3 { color: var(--navy); font-size: 1.8rem; margin: 0 0 10px; }
.pillar p:last-child { color: var(--muted); margin: 0; }

.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.sticky-heading { position: sticky; top: 125px; }
.text-link { display: inline-flex; gap: 9px; color: var(--navy); text-decoration: none; font-weight: 900; border-bottom: 2px solid var(--gold); padding-bottom: 3px; margin-top: 12px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.service-number { color: var(--gold); font-weight: 900; font-size: .84rem; letter-spacing: .12em; }
.service-item h3 { color: var(--navy); font-size: 1.65rem; margin: -4px 0 8px; }
.service-item p { color: var(--muted); margin: 0; }

.retailers { background: var(--navy); color: var(--white); }
.retailer-box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.retailer-box h2 { font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.07; letter-spacing: -.045em; margin: 0; }
.retailer-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.retailer-tags span { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); border-radius: 999px; padding: 10px 15px; font-size: .86rem; font-weight: 800; }

.process { background: #ecebe6; }
.process-grid { counter-reset: process; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; padding: 0; margin: 55px 0 0; border-top: 1px solid var(--line); }
.process-grid li { position: relative; padding: 34px 26px 0 0; }
.process-grid li:not(:last-child) { border-right: 1px solid var(--line); margin-right: 26px; }
.process-grid li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 900; margin-bottom: 25px; }
.process-grid h3 { color: var(--navy); font-size: 1.35rem; margin: 0 0 9px; }
.process-grid p { color: var(--muted); margin: 0; font-size: .94rem; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.about-mark { min-height: 470px; background: var(--navy); border-radius: 24px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.about-mark::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; top: -145px; right: -140px; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.02); }
.about-mark img { position: absolute; width: 135px; height: 135px; object-fit: cover; object-position: center; top: 42px; left: 38px; }
.about-mark span { color: var(--white); font-size: clamp(2rem, 3vw, 3rem); font-weight: 900; line-height: 1.05; letter-spacing: -.04em; position: relative; }
.about-copy .lead { font-size: 1.12rem; color: var(--ink); }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.founder-line { display: flex; align-items: center; gap: 14px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); }
.founder-line strong { color: var(--navy); }
.founder-initials { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--navy); font-weight: 900; font-size: .78rem; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; max-width: 570px; }
.contact-direct { display: grid; gap: 12px; margin-top: 34px; }
.contact-direct a { text-decoration: none; background: var(--cream); border: 1px solid var(--line); border-radius: 13px; padding: 14px 17px; }
.contact-direct span, .contact-direct strong { display: block; }
.contact-direct span { color: var(--gold); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 900; }
.contact-direct strong { color: var(--navy); margin-top: 2px; overflow-wrap: anywhere; }
.contact-form { background: var(--navy); color: var(--white); border-radius: 22px; padding: 34px; box-shadow: var(--shadow); }
.contact-form label { display: block; font-weight: 800; font-size: .82rem; margin: 0 0 7px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.20); background: rgba(255,255,255,.08); color: var(--white); border-radius: 10px; padding: 12px 13px; outline: none; margin: 0 0 18px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,154,56,.15); }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.contact-form .button { width: 100%; border: 0; margin-top: 2px; }
.form-note { color: rgba(255,255,255,.55); font-size: .72rem; line-height: 1.45; text-align: center; margin: 13px 0 0; }
.honey { display: none !important; }

.site-footer { background: #041426; color: rgba(255,255,255,.65); padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1.1fr; gap: 50px; align-items: start; }
.footer-logo { width: 255px; height: 58px; object-fit: cover; object-position: center; margin-bottom: 10px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.55); }
.footer-links, .footer-meta { display: grid; gap: 9px; }
.footer-links a, .footer-meta a { text-decoration: none; }
.footer-links a:hover, .footer-meta a:hover { color: var(--white); }
.footer-meta { text-align: right; overflow-wrap: anywhere; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.09); padding-top: 20px; margin-top: 40px; font-size: .72rem; color: rgba(255,255,255,.38); }

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

.legal-page { background: var(--cream); min-height: 100vh; padding: 145px 0 90px; }
.legal-wrap { max-width: 820px; }
.legal-wrap h1 { color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.045em; }
.legal-wrap h2 { color: var(--navy); margin-top: 34px; }
.legal-wrap p, .legal-wrap li { color: var(--muted); }
.back-link { color: var(--navy); font-weight: 900; text-decoration: none; border-bottom: 2px solid var(--gold); }

@media (max-width: 980px) {
  .section-pad { padding: 85px 0; }
  .hero { padding-top: 135px; }
  .hero-grid, .services-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-visual { min-height: 480px; }
  .sticky-heading { position: static; }
  .retailer-box { grid-template-columns: 1fr; gap: 35px; }
  .process-grid { grid-template-columns: repeat(2,1fr); row-gap: 40px; }
  .process-grid li:nth-child(2) { border-right: 0; margin-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { text-align: left; grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-wrap { height: 70px; }
  .brand img { width: 225px; height: 52px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; background: rgba(7,29,54,.98); padding: 12px 20px 22px; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav .nav-cta { text-align: center; border: 0; margin-top: 13px; }
  .hero { min-height: auto; padding: 125px 0 72px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.8rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 7px; }
  .trust-list li::after { display: none; }
  .hero-visual { min-height: 430px; }
  .path-card { padding: 17px; transform: none; }
  .path-card-top { font-size: .65rem; }
  .mini-grid { grid-template-columns: 1fr; }
  .mini-grid article { min-height: 0; }
  .path-line { height: 105px; }
  .floating-note { display: none; }
  .pillar-grid { grid-template-columns: 1fr; }
  .service-item { grid-template-columns: 48px 1fr; gap: 12px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:not(:last-child) { border-right: 0; margin-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 32px; }
  .about-mark { min-height: 390px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
}

@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; }
}

@media print {
  .site-header { position: static; }
  .reveal, .js .reveal { opacity: 1 !important; transform: none !important; }
  .hero { min-height: auto; }
}
