:root {
  --navy: #14243a;
  --navy-soft: #233a56;
  --gold: #d6a84b;
  --gold-light: #f0d89e;
  --gray: #73808c;
  --ivory: #faf8f3;
  --white: #ffffff;
  --line: rgba(20, 36, 58, 0.14);
  --shadow: 0 24px 70px rgba(20, 36, 58, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--ivory); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: .75rem 1rem; background: var(--navy); color: white; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { width: min(1180px, calc(100% - 40px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand, .footer-brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--navy); color: var(--gold); font-family: Georgia, serif; font-size: 1.25rem; box-shadow: inset 0 0 0 4px var(--ivory), inset 0 0 0 5px var(--gold); }
.site-nav { display: flex; align-items: center; gap: 1.8rem; }
.site-nav a { text-decoration: none; color: var(--navy-soft); font-size: .94rem; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible { color: #8b6314; }
.nav-contact { padding: .62rem 1rem; border: 1px solid var(--line); border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--line); color: var(--navy); background: transparent; border-radius: 999px; padding: .55rem .9rem; font: inherit; font-weight: 700; }
.hero { width: min(1180px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); padding: 6rem 0; }
.eyebrow { margin: 0 0 1.2rem; color: #7d5a12; font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 7vw, 6.7rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero-lead { max-width: 660px; color: #4c5e70; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.15rem; border-radius: 999px; text-decoration: none; font-weight: 750; }
.button-primary { color: white; background: var(--navy); box-shadow: 0 12px 28px rgba(20,36,58,.18); }
.button-primary:hover { background: var(--navy-soft); transform: translateY(-1px); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.hero-card { position: relative; padding: 3rem 2rem 2.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62); box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: -55% -30% auto auto; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(214,168,75,.28), transparent 68%); }
.orbit { display: grid; place-items: center; width: 96px; height: 96px; margin-bottom: 2rem; border: 2px solid var(--navy); border-radius: 50%; box-shadow: 0 0 0 8px var(--gold-light), 0 0 0 10px var(--navy); font: 500 3rem Georgia, serif; color: var(--gold); }
.hero-card p { margin: .55rem 0; padding-bottom: .55rem; border-bottom: 1px solid var(--line); font-weight: 700; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 7rem 0; }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
h2 { margin-bottom: 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.8vw, 4.7rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
h3 { line-height: 1.2; }
.products-section { border-top: 1px solid var(--line); }
.product-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 32px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.product-copy { max-width: 620px; }
.product-label { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 2rem; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(214,168,75,.12); }
.product-card h3 { margin-bottom: .3rem; font: 500 clamp(2.8rem, 5vw, 5rem) Georgia, serif; letter-spacing: -.04em; }
.product-tagline { color: var(--gold-light); font-size: 1.25rem; font-weight: 750; }
.product-copy > p:not(.product-tagline):not(.availability) { color: #d9e0e7; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.4rem; margin: 2rem 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 1.4rem; color: #edf1f4; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .62rem; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.availability { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.16); color: #bac5ce; font-size: .9rem; }
.product-visual { display: grid; align-content: center; justify-items: center; min-height: 380px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: radial-gradient(circle at 50% 30%, rgba(214,168,75,.22), transparent 40%), rgba(255,255,255,.035); }
.budget-mark { position: relative; display: grid; place-items: center; width: 185px; height: 185px; border: 8px solid #f5f1e8; border-radius: 50%; font-family: Georgia, serif; font-size: 5rem; box-shadow: 0 0 0 7px var(--gold), 0 0 0 15px rgba(255,255,255,.9); }
.letter-b { color: white; transform: translateX(-18px); }
.letter-w { position: absolute; color: var(--gold); transform: translate(27px, 25px); }
.safe-card { width: min(85%, 320px); margin-top: 3rem; padding: 1rem 1.2rem; border-radius: 14px; color: var(--navy); background: var(--ivory); }
.safe-card span { display: block; color: var(--gray); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.safe-card strong { display: block; margin-top: .2rem; font-family: Georgia, serif; font-size: 1.2rem; }
.principles-section { border-bottom: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); overflow: hidden; }
.principle-grid article { min-height: 270px; padding: 2rem; background: var(--ivory); }
.principle-grid span { display: block; margin-bottom: 3rem; color: #8b6314; font: italic 1rem Georgia, serif; }
.principle-grid h3 { font-size: 1.22rem; }
.principle-grid p { color: #5d6c79; font-size: .96rem; }
.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.about-copy { padding-top: 2.5rem; color: #4c5e70; font-size: 1.16rem; }
.text-link { display: inline-block; margin-top: 1rem; color: #7d5a12; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.site-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 2.5rem 0 3rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 1.5rem; border-top: 1px solid var(--line); }
.footer-brand small { display: block; color: var(--gray); font-weight: 500; }
.footer-links { display: flex; gap: 1.2rem; }
.footer-links a { color: var(--navy-soft); font-size: .9rem; font-weight: 700; }
.site-footer > p { grid-column: 1 / -1; margin: 1rem 0 0; color: var(--gray); font-size: .8rem; }

@media (max-width: 900px) {
  .hero, .product-card, .about-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; gap: 3rem; }
  .hero-card { max-width: 500px; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 660px) {
  .site-header { min-height: 74px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; z-index: 20; top: 68px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: var(--ivory); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero { padding: 4.5rem 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .section { padding: 5rem 0; }
  .feature-list, .principle-grid { grid-template-columns: 1fr; }
  .product-card { padding: 1.5rem; }
  .product-visual { min-height: 330px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
