:root {
  --ink: #24303a;
  --forest: #244c39;
  --forest-2: #315c44;
  --sage: #6f8b57;
  --gold: #c3a04e;
  --gold-dark: #866b2f;
  --cream: #f7f2e7;
  --cream-2: #efe7d5;
  --paper: #fffdf8;
  --muted: #61706b;
  --line: #d9d0bd;
  --shadow: 0 18px 45px rgba(36, 48, 58, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.announcement { background: var(--forest); color: #fff; text-align: center; padding: 9px 20px; font-size: .92rem; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(217,208,189,.8); }
.nav-wrap { width: min(1380px, calc(100% - 48px)); min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; min-width: 0; }
.brand-mark { height: 106px; width: auto; flex: 0 0 auto; }
.brand-wordmark { width: min(720px, 52vw); height: auto; flex: 0 1 auto; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .96rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--forest-2); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--paper); border-radius: 12px; padding: 10px 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 19px; border-radius: 999px; border: 2px solid transparent; text-decoration: none; font-weight: 800; transition: .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--forest); box-shadow: 0 10px 24px rgba(36,76,57,.22); }
.btn-secondary { color: var(--forest); background: transparent; border-color: var(--forest); }
.btn-light { color: var(--forest); background: #fff; }
.btn-small { min-height: 42px; padding: 9px 15px; font-size: .92rem; }
.eyebrow { margin: 0 0 12px; color: var(--gold-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1, h2, h3 { line-height: 1.12; margin-top: 0; font-family: "Montserrat", sans-serif; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); letter-spacing: -.055em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.035em; margin-bottom: 18px; }
h3 { font-size: 1.3rem; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.28rem); color: var(--muted); max-width: 700px; }
.hero { padding: 76px 0 70px; background: linear-gradient(145deg, var(--paper) 0%, var(--cream) 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 60px; }
.hero-copy .lead { margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 20px; color: var(--muted); font-size: .94rem; font-weight: 650; }
.hero-art { position: relative; }
.hero-art::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgba(195,160,78,.18); right: -45px; top: -45px; }
.hero-art img { position: relative; filter: drop-shadow(0 22px 24px rgba(36,48,58,.14)); }
.trust-strip { margin-top: -30px; position: relative; z-index: 3; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 26px 28px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--forest); font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: .93rem; }
.section { padding: 92px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--forest); color: #fff; }
.section-dark .lead, .section-dark p { color: rgba(255,255,255,.78); }
.section-dark .benefit-card { color: var(--ink); }
.section-dark .benefit-card h3 { color: var(--forest); }
.section-dark .benefit-card p { color: var(--muted); }
.section-dark .benefit-card .icon-badge { color: var(--forest); background: var(--cream-2); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-head p { max-width: 620px; color: var(--muted); margin: 0; }
.category-grid, .benefit-grid, .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card, .benefit-card, .process-card, .channel-card, .deal-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(36,48,58,.06); }
.category-card img { aspect-ratio: 16 / 10; object-fit: cover; }
.card-body { padding: 24px; }
.card-body p { color: var(--muted); margin-bottom: 0; }
.benefit-card { padding: 26px; }
.icon-badge { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--cream-2); color: var(--forest); font-size: 1.35rem; margin-bottom: 18px; }
.process-card { padding: 26px; counter-increment: steps; }
.process-grid { counter-reset: steps; }
.process-card::before { content: counter(steps); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 900; margin-bottom: 18px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { position: relative; padding-left: 30px; margin: 12px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 900; }
.callout { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.callout .quote { font-size: 1.32rem; font-weight: 800; color: var(--forest); }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--forest); color: #fff; border-radius: 28px; padding: 42px; }
.cta-band p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.page-hero { padding: 70px 0 52px; background: var(--cream); }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.channel-card { padding: 28px; }
.channel-card p { color: var(--muted); }
.channel-label { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: var(--cream-2); color: var(--gold-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.inventory-controls { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0; }
.inventory-controls input, .inventory-controls select { min-height: 48px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 10px 14px; color: var(--ink); }
.inventory-controls input { flex: 1 1 270px; }
.inventory-controls select { flex: 0 1 230px; }
.deal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.deal-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--cream); }
.deal-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--cream); color: var(--forest); font-size: .76rem; font-weight: 800; }
.price { font-size: 1.35rem; font-weight: 900; color: var(--forest); margin: 12px 0; }
.deal-card .card-body { display: flex; flex-direction: column; min-height: 310px; }
.deal-card .card-body .btn { margin-top: auto; align-self: start; }
.empty-state { text-align: center; padding: 58px 30px; border: 2px dashed var(--line); border-radius: var(--radius); background: var(--cream); }
.faq { max-width: 860px; margin: auto; }
details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; margin-bottom: 12px; }
summary { cursor: pointer; font-weight: 800; color: var(--forest); }
details p { color: var(--muted); margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.contact-row { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 0; }
.contact-row span { display: block; color: var(--muted); font-size: .9rem; }
.legal { max-width: 860px; }
.legal h2 { font-size: 1.7rem; margin-top: 38px; }
.legal p, .legal li { color: var(--muted); }
.site-footer { padding: 58px 0 26px; background: #1f2d27; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.footer-logo { width: 220px; background: #fff; border-radius: 14px; margin-bottom: 18px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.72); }
.footer-links { display: grid; gap: 10px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 36px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.62); font-size: .88rem; }
.notice { border-left: 5px solid var(--gold); padding: 16px 18px; background: var(--cream); border-radius: 0 12px 12px 0; color: var(--muted); }
.hidden { display: none !important; }
@media (max-width: 960px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 650px; margin: auto; }
  .category-grid, .benefit-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .deal-grid, .channel-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-wrap { width: min(100% - 32px, 1160px); min-height: 112px; gap: 18px; }
  .brand { gap: 12px; }
  .brand-mark { height: 84px; }
  .brand-wordmark { width: min(440px, 47vw); }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: .88rem; }
}

@media (max-width: 860px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 4px; }
}
@media (max-width: 740px) {
  .container { width: min(100% - 28px, 1160px); }
  .announcement { font-size: .8rem; }
  .nav-wrap { width: min(100% - 24px, 1160px); min-height: 96px; }
  .brand { gap: 9px; }
  .brand-mark { height: 68px; }
  .brand-wordmark { width: min(330px, 58vw); }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 4px; }
  .hero { padding-top: 50px; }
  h1 { font-size: 3.05rem; }
  .trust-grid, .category-grid, .benefit-grid, .process-grid, .deal-grid, .channel-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 68px 0; }
  .section-head, .cta-band, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta-band { padding: 30px; }
}
@media print {
  .announcement, .site-header, .hero-actions, .cta-band, .site-footer { display: none !important; }
  .section, .hero, .page-hero { padding: 24px 0; }
  body { background: #fff; }
}
