:root {
  --ink: #171812;
  --ink-2: #25271f;
  --panel: #ffffff;
  --panel-2: #f4f6ef;
  --gold: #b78329;
  --gold-light: #d9ad57;
  --lime: #86c81a;
  --teal: #159f9b;
  --white: #171812;
  --muted: #676b62;
  --line: rgba(25,28,20,.12);
  --shadow: 0 24px 70px rgba(35,40,28,.12);
}

body { background: #fff; color: var(--ink); }
.announcement { background: linear-gradient(90deg,#f2d79d,#d9ad57,#f2d79d); color: #2f2109; }
.site-header { background: rgba(255,255,255,.92); backdrop-filter: blur(18px); position: sticky; top: 0; box-shadow: 0 8px 30px rgba(27,30,20,.06); }
.nav { border-bottom-color: rgba(25,28,20,.09); }
.nav-links a { color: #55594f; }
.nav-links a:hover, .nav-links a:focus-visible { color: #15170f; }
.nav-cta { color: #6b4911; background: #fffaf0; border-color: rgba(183,131,41,.45); }
.nav-cta:hover { color: #fff; background: #a97319; }
.menu-toggle span { background: #272a21; }

.hero { min-height: 640px; }
.hero::before { background: rgba(21,159,155,.11); }
.hero::after { content: ""; position: absolute; z-index: -3; right: -34vw; top: -190px; width: 70vw; height: 720px; background: radial-gradient(circle at center,rgba(217,173,87,.18),transparent 67%); }
.hero-copy > p { color: #656960; }
h1 em { -webkit-text-stroke-color: #9b6b1c; text-stroke-color: #9b6b1c; }
.button-primary { color: #fff; background: linear-gradient(135deg,#bd8a30,#946313); box-shadow: 0 14px 32px rgba(159,108,24,.2); }
.button-primary:hover { background: #80540d; }
.button-ghost { color: #24271f; background: #fff; border-color: rgba(25,28,20,.18); }
.button-ghost:hover { background: #f7f5ee; border-color: rgba(183,131,41,.45); }
.trust-row { border-top-color: rgba(25,28,20,.11); }
.trust-row span { color: #7b8077; }
.hero-visual::before { border-color: rgba(183,131,41,.32); }
.hero-visual::after { background: linear-gradient(155deg,rgba(217,173,87,.2),rgba(21,159,155,.08)); }
.hero-glow { background: rgba(217,173,87,.23); }
.power-orbit { background: rgba(255,255,255,.9); border-color: rgba(134,200,26,.75); box-shadow: 0 12px 34px rgba(46,55,30,.14); }
.hero-badge { color: #fff; background: rgba(25,27,22,.92); }

.benefit-strip { background: #f7f8f3; border-block-color: rgba(25,28,20,.1); }
.benefit { border-color: rgba(25,28,20,.1); }
.benefit small { color: #777c72; }

.products-section { padding-top: 104px; }
.section-heading > p { color: #696e64; }
.collection-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: -8px 0 32px; }
.collection-button { min-height: 42px; padding: 0 17px; border: 1px solid rgba(25,28,20,.13); border-radius: 999px; background: #fff; color: #555a50; font-size: .8rem; font-weight: 800; cursor: pointer; transition: .2s ease; }
.collection-button:hover { border-color: #b78329; color: #80550e; }
.collection-button.active { background: #202319; border-color: #202319; color: #fff; }
.product-card { background: #fff; border-color: rgba(25,28,20,.11); box-shadow: 0 12px 40px rgba(32,36,24,.07); }
.product-card:hover { border-color: rgba(183,131,41,.4); box-shadow: 0 24px 60px rgba(38,41,30,.13); }
.product-card.is-hidden { display: none; }
.product-info > p { color: #6c7167; }
.product-footer { border-top-color: rgba(25,28,20,.1); }
.product-footer .price { color: #7d520c; font: 700 1.18rem "Oswald",sans-serif; letter-spacing: .02em; }
.text-link { color: #24271e; }
.text-link:hover { color: #956313; }
.rating { color: #71766c; }

.bulk-offer { padding: 0 0 105px; }
.bulk-offer-card { min-height: 245px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 40px; padding: 42px 48px; overflow: hidden; position: relative; border-radius: 28px; color: #fff; background: radial-gradient(circle at 85% 15%,rgba(142,214,31,.18),transparent 30%),linear-gradient(120deg,#161a14,#27291f); box-shadow: 0 25px 70px rgba(30,33,24,.18); }
.bulk-offer-card::after { content: ""; position: absolute; right: -80px; bottom: -150px; width: 290px; height: 290px; border: 1px solid rgba(217,173,87,.38); border-radius: 50%; }
.discount-seal { width: 132px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; border: 1px dashed rgba(255,255,255,.56); border-radius: 50%; background: #b57d20; box-shadow: inset 0 0 0 9px rgba(255,255,255,.1),0 14px 35px rgba(0,0,0,.2); transform: rotate(-7deg); }
.discount-seal strong { font: 700 2.5rem/1 "Oswald",sans-serif; }
.discount-seal span { font: 700 .72rem "Oswald",sans-serif; letter-spacing: .18em; }
.bulk-copy { position: relative; z-index: 1; }
.bulk-copy .kicker { color: #d7f5a7; }
.bulk-copy h2 { margin-top: 5px; color: #fff; font-size: clamp(2.2rem,4vw,3.6rem); text-transform: uppercase; }
.bulk-copy p { margin-bottom: 0; color: #c6c9c0; max-width: 640px; }
.bulk-offer-card .button { width: auto; position: relative; z-index: 2; white-space: nowrap; }

.brand-story { background: linear-gradient(125deg,#f5f7f1 0%,#fff 55%,#fbf5e9 100%); border-block-color: rgba(25,28,20,.1); }
.story-copy > p { color: #696e65; }
.story-copy li { color: #454a41; }
.review-card { background: #fff; border-color: rgba(25,28,20,.11); box-shadow: 0 12px 38px rgba(31,35,25,.06); }
.review-card blockquote { color: #4c5048; }
.review-card footer { border-top-color: rgba(25,28,20,.1); }
.review-card footer span { color: #797e74; }

.contact-section { color: #fff; background: radial-gradient(circle at 15% 20%,rgba(21,159,155,.13),transparent 38%),#20231b; border-top: 0; }
.home-contact-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.home-contact-card h2 { margin-top: 8px; color: #fff; font: 600 clamp(2.5rem,5vw,4.6rem)/1.05 "Oswald",sans-serif; text-transform: uppercase; }
.home-contact-card p { max-width: 650px; color: #c2c6bc; }
.home-contact-actions { display: grid; min-width: 250px; gap: 12px; }
.home-contact-actions .button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.24); }

.footer { color: #fff; background: #12140f; }
.footer-grid a:not(.brand), .footer-grid span { color: #aeb2a8; }
.footer-bottom { border-top-color: rgba(255,255,255,.11); }
.mobile-bar { color: #fff; }

.modal-backdrop { background: rgba(25,26,21,.62); }
.modal-panel { color: #20231b; background: #fff; border-color: rgba(183,131,41,.25); }
.modal-media { background: #f0f1ec; }
.modal-close { color: #fff; background: rgba(22,24,19,.88); }
.modal-content > p { color: #686d63; }
.modal-content li { color: #4f544b; background: #f8f9f5; border-color: rgba(25,28,20,.1); }
.modal-order { border-top-color: rgba(25,28,20,.11); }
.modal-order strong { color: #895b11; font-size: 1.3rem; }

.contact-page-main { background: #f7f8f3; }
.contact-hero { padding: 72px 0 62px; text-align: center; background: radial-gradient(circle at 50% 0,rgba(217,173,87,.23),transparent 46%),#fff; }
.contact-hero h1 { max-width: 880px; margin: 10px auto 18px; color: #1b1e17; font-size: clamp(3rem,7vw,6rem); }
.contact-hero p { max-width: 650px; margin: 0 auto; color: #656a61; }
.contact-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 28px; padding-block: 70px; }
.contact-info-panel, .contact-page-form { border: 1px solid rgba(25,28,20,.1); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(33,37,27,.08); }
.contact-info-panel { overflow: hidden; }
.contact-info-copy { padding: 34px; }
.contact-info-copy h2 { margin-bottom: 10px; font-size: 2.2rem; }
.contact-info-copy > p { color: #74796f; }
.contact-methods { display: grid; gap: 13px; margin-top: 27px; }
.contact-method { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 13px; padding: 14px; border-radius: 12px; background: #f5f6f1; }
.contact-method .icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #a8741e; font-weight: 800; }
.contact-method small { display: block; color: #7b8077; }
.contact-method strong { display: block; color: #2b2e26; font-size: .9rem; line-height: 1.35; }
.hours { padding: 21px 34px; color: #d8dbd2; background: #22251d; }
.hours strong { display: block; color: #fff; }
.contact-page-form { padding: 36px; }
.contact-page-form h2 { margin-bottom: 8px; font-size: 2.4rem; }
.contact-page-form > p { margin: 0 0 26px; color: #70766b; }
.contact-page-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #3e423a; font-size: .82rem; font-weight: 800; }
.contact-page-form input, .contact-page-form select, .contact-page-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d7dad1; border-radius: 9px; background: #fbfcf9; color: #191b16; outline: none; }
.contact-page-form input:focus, .contact-page-form select:focus, .contact-page-form textarea:focus { border-color: #a8741e; box-shadow: 0 0 0 3px rgba(183,131,41,.15); }
.contact-page-form textarea { min-height: 130px; resize: vertical; }
.map-section { padding: 0 0 90px; }
.map-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 24px; }
.map-heading h2 { margin-top: 8px; font-size: clamp(2.4rem,5vw,4rem); text-transform: uppercase; }
.map-heading p { max-width: 460px; color: #74796e; }
.map-frame { overflow: hidden; height: 460px; border: 10px solid #fff; border-radius: 24px; box-shadow: 0 20px 60px rgba(30,35,25,.12); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 920px) {
  .nav-links { background: rgba(255,255,255,.98); }
  .benefit { border-color: rgba(25,28,20,.1); }
  .bulk-offer-card { grid-template-columns: 120px 1fr; }
  .bulk-offer-card .button { grid-column: 2; justify-self: start; }
  .discount-seal { width: 110px; }
  .home-contact-card { align-items: flex-start; flex-direction: column; }
  .home-contact-actions { min-width: min(100%,360px); }
  .contact-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .collection-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; margin-right: -12px; scrollbar-width: none; }
  .collection-tabs::-webkit-scrollbar { display: none; }
  .collection-button { flex: 0 0 auto; }
  .bulk-offer { padding-bottom: 78px; }
  .bulk-offer-card { grid-template-columns: 1fr; gap: 24px; padding: 30px 24px; text-align: center; }
  .bulk-offer-card .button { grid-column: auto; justify-self: stretch; }
  .discount-seal { margin-inline: auto; }
  .home-contact-card { gap: 26px; }
  .contact-hero { padding: 52px 0; }
  .contact-page-grid { padding-block: 48px; }
  .contact-info-copy, .contact-page-form { padding: 24px 20px; }
  .map-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .map-frame { height: 360px; border-width: 6px; }
}
