:root {
  --navy: #0b1b2e;
  --navy-deep: #081729;
  --cream: #f7f4eb;
  --stone: #efede4;
  --white: #fffefa;
  --ink: #102033;
  --muted: #6f7880;
  --gold: #d99e2f;
  --line: #dedbd1;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --container: 1024px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 14px; font-weight: 400; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.content-width { width: min(calc(100% - 48px), var(--container)); }

.hero { min-height: max(680px, 80vh); position: relative; overflow: hidden; color: var(--white); background: var(--navy); border-left: 1px solid rgba(217, 158, 47, .75); }
.stars { position: absolute; inset: 0; opacity: .9; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.3px), radial-gradient(circle, #d99e2f 0 1.2px, transparent 1.6px), radial-gradient(circle, #7990a4 0 1px, transparent 1.4px); background-position: 7% 36%, 91% 71%, 66% 15%; background-size: 137px 181px, 223px 263px, 191px 233px; }
.nav { height: 90px; position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--serif); font-size: 16px; }
.brand-mark { color: var(--gold); font-size: 17px; }
.nav-links { display: flex; align-items: center; gap: 34px; color: #aab3bf; font-size: 12px; }
.nav-links > a:hover { color: var(--white); }
.menu-toggle { display: none; width: 40px; height: 40px; color: white; border: 0; background: transparent; }
.menu-toggle svg { width: 22px; }
.button { min-height: 44px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 5px; font-size: 12px; font-weight: 500; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .product-meta svg { width: 13px; height: 13px; }
.button-small { min-height: 40px; padding-inline: 18px; }
.button-light { color: var(--ink) !important; background: var(--white); }
.button-outline { color: var(--white); border-color: #506071; background: rgba(11, 27, 46, .45); }
.hero-content { min-height: calc(max(680px, 80vh) - 90px); position: relative; display: flex; align-items: center; padding-block: 80px; }
.hero-copy { width: 505px; position: relative; z-index: 2; }
.hero h1 { max-width: 560px; margin-bottom: 24px; font-size: 38px; line-height: 1.15; }
.hero-copy > p { max-width: 540px; margin-bottom: 40px; color: #aab4c0; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; }
.compass-star { width: 66px; height: 66px; position: absolute; top: 290px; right: 68px; border-radius: 50%; }
.compass-star::before, .compass-star::after { content: ""; position: absolute; background: var(--gold); }
.compass-star::before { width: 66px; height: 1px; top: 32px; left: 0; }
.compass-star::after { width: 1px; height: 66px; top: 0; left: 32px; }
.compass-star span { width: 14px; height: 14px; position: absolute; top: 26px; left: 26px; z-index: 1; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px var(--navy); }

.section { padding: 64px 0; }
.services { background: var(--cream); }
.products { padding-top: 70px; padding-bottom: 68px; background: var(--stone); border-top: 1px solid var(--line); }
.eyebrow { margin-bottom: 12px; color: #7f7a6e; font-family: var(--mono); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.section h2, .about h2, .cta h2 { margin-bottom: 32px; font-size: 26px; line-height: 1.3; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 180px; padding: 18px; background: var(--white); border: 1px solid #e4e0d5; border-radius: 10px; }
.service-card svg { width: 22px; height: 22px; margin-bottom: 12px; color: var(--gold); stroke-width: 1.5; }
.service-card h3, .product-card h3 { margin-bottom: 6px; font-size: 18px; }
.service-card p, .product-card p { margin-bottom: 0; color: #667078; font-size: 13px; line-height: 1.55; }
.products h2 { margin-bottom: 13px; }
.section-intro { margin-bottom: 32px; color: #6e7479; font-size: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.product-card { min-height: 148px; padding: 18px; display: flex; flex-direction: column; background: var(--white); border: 1px solid #e5e1d7; border-radius: 10px; }
.product-card.featured { border-color: var(--gold); }
.product-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.tag { padding: 2px 6px; color: #9a8d74; border: 1px solid #e5dfd1; border-radius: 3px; font-family: var(--mono); font-size: 10px; letter-spacing: .8px; }
.featured .tag { color: #92610f; background: #f7e8c6; border-color: #efd29c; }
.product-card p { flex: 1; }
.product-meta { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.product-meta a { display: inline-flex; align-items: center; gap: 5px; color: var(--gold); }
.price::before { content: ""; width: 5px; height: 5px; margin-right: 8px; display: inline-block; background: var(--gold); }

.about { padding: 92px 0 82px; color: var(--white); background: var(--navy); border-left: 1px solid rgba(217, 158, 47, .75); }
.about .eyebrow { color: var(--gold); }
.about h2 { margin-bottom: 24px; }
.about-lead { max-width: 540px; margin-bottom: 40px; color: #a7b0bc; font-size: 14px; line-height: 1.7; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; }
.proof { padding-left: 20px; display: flex; flex-direction: column; gap: 6px; border-left: 2px solid var(--gold); }
.proof strong { font-size: 13px; font-weight: 500; }
.proof span { color: #8e99a6; font-size: 12px; }

.cta { padding: 55px 0 54px; text-align: center; background: var(--cream); }
.cta h2 { margin-bottom: 16px; }
.cta p { margin-bottom: 27px; color: #6d757b; font-size: 14px; }
.cta-actions { display: flex; justify-content: center; gap: 13px; }
.button-gold { color: #182536; background: #dda73f; }
.button-dark-outline { color: var(--ink); border-color: #77818a; }

.footer { padding: 48px 0 20px; color: #8e9bab; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 40px; }
.footer .brand { margin-bottom: 18px; color: var(--white); }
.gold-rule { width: 18px; height: 1px; margin-bottom: 17px; display: block; background: var(--gold); }
.footer address { font-family: var(--mono); font-style: normal; font-size: 11px; line-height: 1.7; }
.footer-label { margin-bottom: 19px; color: #687587; font-family: var(--mono); font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 13px; }
.footer-column .footer-label { margin-bottom: 2px; }
.footer a:hover { color: var(--white); }
.legal-mobile { display: none; }
.footer-bottom { margin-top: 40px; padding-top: 20px; display: flex; align-items: flex-start; justify-content: space-between; border-top: 1px solid #263447; font-size: 11px; }
.footer-bottom p { margin-bottom: 17px; }
.footer-bottom small { font-size: 11px; }
.bottom-links { display: flex; gap: 19px; }

.internal-header { color: var(--white); background: var(--navy); }
.internal-header .nav { height: 76px; }
.internal-main { min-height: 60vh; background: var(--cream); }
.page-hero { padding: 78px 0 58px; border-bottom: 1px solid var(--line); background: var(--stone); }
.page-hero .eyebrow { color: #977124; }
.page-hero h1 { max-width: 720px; margin-bottom: 16px; font-size: 48px; line-height: 1.08; }
.page-hero p { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.prose { max-width: 760px; padding-top: 64px; padding-bottom: 80px; }
.prose > p:first-child { font-size: 16px; color: #45505b; }
.prose h2 { margin: 42px 0 12px; font-size: 25px; }
.prose p, .prose li { color: #4f5963; font-size: 15px; line-height: 1.8; }
.prose ul { padding-left: 22px; }
.prose a { color: #9b6a10; text-decoration: underline; text-underline-offset: 3px; }
.updated { margin-bottom: 28px; font-family: var(--mono); font-size: 11px !important; color: #858078 !important; text-transform: uppercase; letter-spacing: 1px; }
.contact-panel { margin-top: 36px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.contact-panel h2 { margin-top: 0; }

.product-hero { padding: 76px 0 68px; color: var(--white); background: var(--navy); }
.breadcrumbs { margin-bottom: 28px; color: #8292a3; font-family: var(--mono); font-size: 11px; }
.product-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 80px; align-items: center; }
.product-hero h1 { margin-bottom: 20px; font-size: 56px; line-height: 1; }
.product-summary { max-width: 650px; color: #a9b5c1; font-size: 17px; line-height: 1.7; }
.product-badge { display: flex; gap: 10px; margin-bottom: 24px; color: var(--gold); font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.purchase-box { padding: 30px; color: var(--ink); border: 1px solid #d8d3c7; border-radius: 8px; background: var(--white); }
.purchase-box .product-price { margin-bottom: 20px; font-family: var(--mono); font-size: 28px; }
.purchase-box .button { width: 100%; min-height: 48px; font-size: 14px; }
.purchase-points { margin: 22px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.purchase-points li { position: relative; padding-left: 18px; color: #667078; font-size: 12px; line-height: 1.7; }
.purchase-points li::before { content: ""; width: 5px; height: 5px; position: absolute; top: 8px; left: 0; background: var(--gold); }
.product-content { padding: 76px 0; background: var(--cream); }
.product-content-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(240px, .5fr); gap: 80px; }
.product-content h2 { margin-bottom: 24px; font-size: 32px; }
.feature-list { margin: 0; padding: 0; list-style: none; }
.feature-list li { padding: 17px 0 17px 30px; position: relative; color: #4f5963; font-size: 15px; line-height: 1.55; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: ""; width: 8px; height: 8px; position: absolute; top: 24px; left: 0; border: 1px solid var(--gold); transform: rotate(45deg); }
.audience-box { padding: 28px; border-left: 2px solid var(--gold); background: var(--stone); }
.audience-box h3 { margin-bottom: 18px; font-size: 21px; }
.audience-box p { color: #667078; font-size: 13px; line-height: 1.65; }
.faq-section { padding: 70px 0; background: var(--stone); }
.faq-section h2 { margin-bottom: 30px; font-size: 30px; }
.faq-item { padding: 24px 0; border-top: 1px solid #d5d1c6; }
.faq-item h3 { margin-bottom: 10px; font-size: 19px; }
.faq-item p { margin-bottom: 0; color: #626b74; font-size: 14px; line-height: 1.7; }
.product-closing { padding: 64px 0; text-align: center; background: var(--cream); }
.product-closing h2 { margin-bottom: 12px; font-size: 34px; }
.product-closing p { margin-bottom: 26px; color: var(--muted); }

@media (max-width: 760px) {
  .container, .content-width { width: min(calc(100% - 40px), 520px); }
  .hero { min-height: 700px; }
  .nav { height: 72px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-links { width: calc(100% - 40px); padding: 18px; position: absolute; top: 64px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 4px; color: var(--white); background: #13263b; border: 1px solid #33465a; border-radius: 7px; }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: 12px; }
  .nav-links .button { margin-top: 6px; }
  .hero-content { height: auto; padding-top: 130px; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 340px; font-size: 34px; }
  .hero-copy > p { max-width: 360px; }
  .compass-star { top: 65px; right: 20px; transform: scale(.7); }
  .section { padding: 58px 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .about { padding: 68px 0; }
  .proof-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
  .footer-column:last-child { display: none; }
  .page-hero { padding: 56px 0 42px; }
  .page-hero h1 { font-size: 38px; }
  .prose { padding-top: 44px; padding-bottom: 58px; }
  .product-hero-grid, .product-content-grid { grid-template-columns: 1fr; gap: 40px; }
  .product-hero { padding: 56px 0; }
  .product-hero h1 { font-size: 44px; }
  .product-content { padding: 56px 0; }
}

@media (max-width: 480px) {
  .container, .content-width { width: calc(100% - 32px); }
  .hero { min-height: 660px; }
  .hero-content { padding-top: 105px; }
  .hero h1 { font-size: 30px; line-height: 1.2; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 170px; }
  .service-grid, .product-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 145px; }
  .product-card { min-height: 120px; }
  .cta-actions { align-items: center; flex-direction: column; }
  .cta-actions .button { width: min(100%, 240px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-company { grid-column: 1 / -1; }
  .legal-mobile { margin-top: 34px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 10px; }
  .legal-mobile .footer-label { margin-bottom: 3px; }
  .footer-bottom { margin-top: 42px; flex-direction: column; gap: 22px; }
  .bottom-links { display: none; }
  .page-hero h1 { font-size: 34px; }
  .prose h2 { font-size: 23px; }
  .product-hero h1 { font-size: 40px; }
  .product-summary { font-size: 15px; }
  .purchase-box { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}