
:root {
  --bg: #11110f;
  --bg-soft: #171714;
  --panel: #1d1c18;
  --text: #f4efe3;
  --muted: #c6bcaa;
  --border: rgba(214, 188, 120, 0.22);
  --honey: #d9b063;
  --honey-deep: #bf8d35;
  --max: 1200px;
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body: 'Helvetica Neue', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(17,17,15,.82);
  border-bottom: 1px solid var(--border);
}
.nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand span, .display { font-family: var(--font-display); }
.brand span { font-size: 1.4rem; color: var(--honey); letter-spacing: .04em; }
.nav-links { display: flex; list-style: none; gap: 34px; padding: 0; margin: 0; text-transform: uppercase; letter-spacing: .22em; font-size: .75rem; }
.nav-links a, .footer-links a { color: var(--muted); }
.nav-links a.active, .nav-links a:hover, .footer-links a:hover, .inline-link:hover { color: var(--honey); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 30px; border: 1px solid var(--honey);
  text-transform: uppercase; letter-spacing: .24em; font-size: .72rem;
  transition: .25s ease; gap: 10px;
}
.btn-primary { background: var(--honey); color: #1a160e; }
.btn-primary:hover { background: var(--honey-deep); border-color: var(--honey-deep); }
.btn-secondary { color: var(--honey); }
.btn-secondary:hover { background: var(--honey); color: #1a160e; }
.hero { position: relative; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.hero-overlay-1 { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,15,.96) 0%, rgba(17,17,15,.78) 48%, rgba(17,17,15,.18) 100%); }
.hero-overlay-2 { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,15,.1), rgba(17,17,15,.75) 100%); }
.hero-inner { position: relative; padding: 128px 0 150px; }
.eyebrow { color: var(--honey); text-transform: uppercase; letter-spacing: .42em; font-size: .72rem; }
.hero h1, h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; }
.hero h1 { font-size: clamp(3.4rem, 7vw, 7rem); line-height: 1.03; max-width: 760px; margin: 18px 0 0; }
.gold { color: var(--honey); font-style: normal; }
.hero p.lead { max-width: 620px; font-size: 1.15rem; color: var(--muted); margin-top: 28px; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.ribbon { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.02); }
.ribbon .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; padding: 28px 0; color: rgba(217,176,99,.82); text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; }
.section { padding: 112px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.est-badge { position: absolute; right: -24px; bottom: -24px; padding: 16px 24px; border: 1px solid var(--honey); background: var(--bg); }
.est-badge p { margin: 0; color: var(--honey); font-family: var(--font-display); font-size: 2rem; }
.section h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.08; margin: 0; }
.divider { width: 120px; height: 1px; background: linear-gradient(90deg, transparent, var(--honey), transparent); margin: 30px 0; }
.text-muted { color: var(--muted); }
.inline-link { color: var(--honey); text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; border-bottom: 1px solid var(--honey); padding-bottom: 4px; }
.products, .benefits { background: rgba(255,255,255,.02); border-top: 1px solid var(--border); }
.center-intro { max-width: 720px; margin: 0 auto 80px; text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.product-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #090909; }
.product-meta, .benefit-grid { display: grid; gap: 14px; }
.product-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: 22px; }
.product-head p { margin: 0; }
.overline { color: rgba(217,176,99,.72); text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; }
.product-title, .benefit-title { font-size: 2rem; margin: 6px 0 0; }
.price { color: var(--honey); font-size: 2rem; font-family: var(--font-display); }
.center-actions { text-align: center; margin-top: 56px; }
.split-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: end; margin-bottom: 64px; }
.benefit-grid { grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }
.benefit { background: var(--bg); padding: 40px; }
.benefit-number { color: var(--honey); font-family: var(--font-display); font-size: 2rem; }
.cta { border-top: 1px solid var(--border); }
.cta-inner { max-width: 860px; margin: 0 auto; text-align: center; padding: 112px 0; }
.cta-inner h2 { font-size: clamp(2.7rem, 6vw, 5.4rem); }
.site-footer { border-top: 1px solid var(--border); margin-top: 64px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: center; padding: 64px 0; }
.footer-col { text-align: center; }
.footer-title { color: var(--honey); text-transform: uppercase; letter-spacing: .25em; font-size: .74rem; margin-bottom: 20px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-logo { width: 160px; height: 160px; object-fit: contain; margin: 0 auto; }
.socials { display: flex; gap: 20px; align-items: center; justify-content: center; }
.socials a { color: var(--muted); }
.socials a:hover { color: var(--honey); }
.footer-bottom { border-top: 1px solid var(--border); padding: 20px 0 28px; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .8rem; }
.page-hero { padding: 88px 0 40px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); margin: 14px 0 0; }
.page-copy { max-width: 760px; }
.content-grid { display: grid; gap: 28px; }
.card { border: 1px solid var(--border); background: rgba(255,255,255,.02); padding: 28px; }
.contact-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
@media (max-width: 980px) {
  .nav { flex-wrap: wrap; padding: 14px 0; }
  .nav-links { width: 100%; justify-content: center; flex-wrap: wrap; gap: 18px; }
  .two-col, .grid-2, .split-intro, .footer-main, .benefit-grid { grid-template-columns: 1fr; }
  .est-badge { position: static; display: inline-block; margin-top: 18px; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero-inner, .section, .cta-inner { padding-top: 84px; padding-bottom: 84px; }
  .brand span { font-size: 1.1rem; }
  .brand img { width: 54px; height: 54px; }
  .btn { width: 100%; }
}


.benefits-page-hero { padding: 80px 0 48px; }
.benefits-page-hero h1 { font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: 1.05; max-width: 900px; margin: 14px 0 0; }
.benefits-page-hero p { max-width: 760px; }
.benefits-grid-wrap { border-top: 1px solid var(--border); }
.benefits-grid-3 { width: min(100%, var(--max)); margin: 0 auto; display: grid; gap: 1px; background: var(--border); grid-template-columns: repeat(3, 1fr); }
.benefit-card { background: var(--bg); padding: 40px 40px 44px; transition: background .25s ease; }
.benefit-card:hover { background: var(--bg-soft); }
.benefit-card .num { color: var(--honey); font-family: var(--font-display); font-size: 2rem; }
.benefit-card h2 { font-size: 2rem; margin: 18px 0 0; }
.benefit-card .divider { width: 60px; margin: 24px 0; }
.quote-block { max-width: 760px; margin: 0 auto; text-align: center; padding: 112px 0; }
.quote-block .quote { color: var(--honey); font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.3; font-style: italic; }
.quote-block .cite { margin-top: 22px; color: var(--muted); text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; }
@media (max-width: 980px) { .benefits-grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .benefits-grid-3 { grid-template-columns: 1fr; } }


.contact-hero { padding: 80px 0 64px; }
.contact-hero h1 { font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: 1.05; max-width: 760px; margin: 14px 0 0; }
.contact-wrap { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; padding-bottom: 128px; }
.contact-form { display: grid; gap: 24px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-field label { display: block; color: var(--honey); text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; margin-bottom: 12px; }
.form-field input, .form-field textarea {
  width: 100%; background: transparent; color: var(--text); border: 1px solid var(--border);
  padding: 14px 16px; outline: none; transition: border-color .25s ease, background .25s ease;
  font: inherit;
}
.form-field input:focus, .form-field textarea:focus { border-color: var(--honey); background: rgba(255,255,255,.02); }
.form-field textarea { min-height: 180px; resize: vertical; }
.contact-aside { border-left: 1px solid var(--border); padding-left: 40px; display: grid; gap: 40px; align-content: start; }
.contact-aside h3 { color: var(--honey); text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; margin: 0 0 12px; font-family: var(--font-body); }
.contact-aside p, .contact-aside a, .contact-aside li { color: var(--muted); }
.contact-aside a:hover { color: var(--honey); }
.contact-aside ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
@media (max-width: 980px) {
  .contact-wrap, .form-grid-2 { grid-template-columns: 1fr; }
  .contact-aside { border-left: 0; border-top: 1px solid var(--border); padding-left: 0; padding-top: 32px; }
}

.shop-order-band {
  padding-top: 64px;
}

.shop-order-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.shop-order-box {
  background: rgba(255,255,255,.02);
  border: 1px solid var(--border);
  padding: 44px 34px 36px;
  text-align: center;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.shop-order-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 188, 120, 0.16);
  background: rgba(255,255,255,.03);
  color: var(--muted);
  margin-bottom: 28px;
}

.shop-order-icon svg,
.shop-order-btn svg {
  width: 28px;
  height: 28px;
}

.shop-order-box h3 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 2.4vw, 2.3rem);
  color: var(--honey);
}

.shop-order-box p {
  margin: 0;
  max-width: 22ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.shop-order-actions {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 44px;
  flex-wrap: wrap;
}

.shop-order-btn {
  min-width: 210px;
}

.shop-order-btn-primary {
  background: var(--honey);
  color: #1a160e;
}

.shop-order-btn-primary:hover {
  background: var(--honey-deep);
  border-color: var(--honey-deep);
  color: #1a160e;
}

.shop-order-btn-secondary {
  background: transparent;
  color: var(--honey);
}

.shop-order-btn-secondary:hover {
  background: var(--honey);
  color: #1a160e;
}

@media (max-width: 980px) {
  .shop-order-grid {
    grid-template-columns: 1fr;
  }

  .shop-order-box p {
    max-width: 28ch;
  }
}

@media (max-width: 640px) {
  .shop-order-band {
    padding-top: 48px;
  }

  .shop-order-box {
    padding: 36px 24px 30px;
    min-height: auto;
  }

  .shop-order-actions {
    gap: 14px;
    margin-top: 32px;
  }

  .shop-order-btn {
    width: 100%;
  }
}




.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 1px solid var(--border);
  color: var(--honey);
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.02);
  padding: 0;
  cursor: pointer;
}
.menu-toggle svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.nav-mobile-row {
  display: contents;
}
@media (max-width: 980px) {
  .nav {
    display: block;
    padding: 14px 0;
  }
  .nav-mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }
  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }
  .menu-toggle {
    display: inline-flex;
    flex: 0 0 48px;
  }
  .nav-links,
  .nav .btn.btn-secondary {
    display: none;
  }
  body.menu-open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    border-top: 1px solid var(--border);
    padding-top: 16px;
    margin-top: 14px;
  }
  body.menu-open .nav-links li {
    width: 100%;
  }
  body.menu-open .nav-links a {
    display: block;
    width: 100%;
    padding: 14px 0;
  }
  body.menu-open .nav .btn.btn-secondary {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}
