/*
Theme Name: Kiody Modern Botanical
Theme URI: https://kiodykratom.com/
Author: Kiody Kratom
Description: The approved Kiody Modern Botanical storefront with WooCommerce support.
Version: 1.1.0
Text Domain: kiody-modern-botanical
*/
:root {
  --ink: #0b120e;
  --black: #080b09;
  --forest: #0c2f23;
  --gold: #b4914a;
  --gold-light: #d4bb80;
  --ivory: #f4efe5;
  --paper: #fbf8f1;
  --blue: #16354a;
  --line: rgba(30, 39, 33, 0.16);
  --shell: 1440px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.material-symbols-rounded { font-size: 22px; font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; padding: 12px 16px; }
.skip-link:focus { top: 16px; }

.preview-ribbon { position: relative; z-index: 1; width: 100%; min-height: 24px; display: flex; justify-content: center; align-items: center; gap: 7px; background: #132017; color: #e3c676; padding: 5px 12px; box-shadow: none; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.preview-ribbon .material-symbols-rounded { font-size: 15px; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--black); color: white; box-shadow: 0 8px 26px rgba(0,0,0,.16); }
.age-strip { height: 30px; display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--forest); color: #f4ead3; border-bottom: 1px solid rgba(212,187,128,.2); font-size: 12px; letter-spacing: .04em; }
.age-strip .material-symbols-rounded { color: var(--gold-light); font-size: 16px; }
.nav-shell { width: min(100%, var(--shell)); height: 76px; margin: 0 auto; display: grid; grid-template-columns: 244px 1fr 190px; align-items: center; }
.brand { align-self: stretch; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--ivory); border-right: 1px solid rgba(180,145,74,.48); padding: 3px 7px; }
.brand img { width: 230px; height: 68px; object-fit: cover; object-position: center; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(24px, 3.6vw, 58px); padding: 0 24px; }
.desktop-nav a { position: relative; color: #eee9df; text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; padding-right: 20px; }
.icon-button, .dialog-close { width: 46px; height: 46px; display: grid; place-items: center; border: 0; background: transparent; color: var(--gold-light); cursor: pointer; }
.icon-button:hover, .icon-button:focus-visible { background: rgba(255,255,255,.07); color: white; }
.cart-button { position: relative; }
.cart-count { position: absolute; right: 3px; top: 3px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 20px; display: grid; place-items: center; background: var(--gold); color: #080b09; font-size: 10px; font-weight: 800; }
.menu-button { display: none; }
.mobile-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--black); border-top: 1px solid rgba(255,255,255,.1); padding: 16px 22px 26px; }
.mobile-nav a { display: block; padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.1); color: white; text-decoration: none; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

.hero { min-height: 350px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ivory); }
.hero-copy { min-height: 350px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px max(42px, 7vw); text-align: center; border-right: 1px solid rgba(180,145,74,.4); }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; color: #8b6c30; font-size: 11px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow .material-symbols-rounded { font-size: 18px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 12px; color: #08241a; font-family: var(--serif); font-size: clamp(46px, 4.15vw, 64px); font-weight: 600; line-height: .84; letter-spacing: -.025em; }
.hero h1 em { color: #9a7738; font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 15px; color: #353b37; font-family: var(--serif); font-size: 16px; line-height: 1.35; }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border: 1px solid transparent; border-radius: 2px; text-decoration: none; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .035em; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; border-color: var(--forest); }
.button-primary:hover { background: #164935; }
.button-secondary { background: transparent; color: #4d4028; border-color: var(--gold); }
.button-gold { background: var(--gold); color: #0a110d; border-color: var(--gold); }
.button-light { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.button .material-symbols-rounded { font-size: 18px; }
.microcopy { display: none; max-width: 600px; margin: 9px 0 0; color: #777469; font-size: 8px; line-height: 1.45; }
.hero-media { position: relative; min-width: 0; min-height: 350px; overflow: hidden; background: var(--black); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(3,8,5,.18); pointer-events: none; }
.hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08) brightness(.78); }
.hero-seal { position: absolute; z-index: 2; right: 34px; bottom: 26px; width: 122px; height: 122px; border: 1px solid var(--gold); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(7,13,9,.88); color: var(--gold-light); text-align: center; }
.hero-seal .material-symbols-rounded { margin-bottom: 5px; font-size: 28px; }
.hero-seal strong { max-width: 80px; font-family: var(--serif); font-size: 16px; line-height: 1; }
.hero-seal small { margin-top: 5px; color: white; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--black); color: white; }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid rgba(212,187,128,.33); padding: 18px; }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip .material-symbols-rounded { color: var(--gold-light); font-size: 27px; }
.trust-strip strong { max-width: 140px; font-size: 11px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

.section { width: min(100% - 80px, var(--shell)); margin: 0 auto; padding: 64px 0; }
.section-heading { margin-bottom: 28px; }
.section-heading h2, .quality-copy h2, .facts-copy h2, .beverage-copy h2, .community-intro h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(44px, 4.2vw, 68px); font-weight: 600; line-height: .95; letter-spacing: -.025em; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.text-link, .source-link { display: inline-flex; align-items: center; gap: 8px; color: #5e4923; text-decoration: none; font-size: 12px; font-weight: 700; }
.text-link { border: 1px solid rgba(180,145,74,.65); padding: 11px 16px; }
.text-link .material-symbols-rounded, .source-link .material-symbols-rounded { font-size: 17px; }

.shop-format { padding-top: 20px; padding-bottom: 12px; }
.shop-format .section-heading { margin-bottom: 12px; }
.shop-format .section-heading h2 { font-size: 38px; }
.shop-format .section-heading .eyebrow { margin-bottom: 6px; }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.format-card { position: relative; height: 130px; overflow: hidden; background: #34522d; color: white; text-decoration: none; }
.format-card::after { content: ""; position: absolute; inset: 0; background: rgba(9,17,11,.28); transition: background .2s ease; }
.format-card:hover::after { background: rgba(9,17,11,.12); }
.format-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.format-card:hover img { transform: scale(1.035); }
.format-card span { position: absolute; z-index: 2; inset: auto 22px 20px 22px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 12px; }
.format-card strong { font-family: var(--serif); font-size: 25px; font-weight: 600; }
.format-card small { grid-row: 2; color: rgba(255,255,255,.8); font-size: 10px; }
.format-card i { grid-row: 1 / span 2; align-self: center; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; font-size: 18px; }
.format-card-dark { background: #171b1a; }
.format-card-amber { background: #7d3d13; }
.format-card-blue { background: var(--blue); }

.gateway-section { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; background: var(--black); padding: 12px max(18px, calc((100vw - var(--shell)) / 2)); }
.gateway-card { min-height: 124px; display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 16px; border: 1px solid rgba(180,145,74,.7); background: #0f1110; color: white; }
.gateway-icon { color: var(--gold-light); font-size: 35px; }
.gateway-card h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.gateway-card p { min-height: 40px; margin-bottom: 8px; color: #c8c9c4; font-size: 10px; line-height: 1.45; }
.gateway-card a { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--gold); padding-bottom: 3px; color: var(--gold-light); text-decoration: none; font-size: 11px; font-weight: 600; }
.gateway-card a .material-symbols-rounded { font-size: 16px; }
.gateway-green { background: #0c1a12; }
.gateway-blue { background: #0c1820; }

.products-section { padding-top: 54px; }
.product-heading { align-items: center; }
.filter-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-chip { border: 1px solid #c7b994; background: transparent; color: #4b4e48; padding: 9px 14px; cursor: pointer; font-size: 11px; }
.filter-chip.is-active, .filter-chip:hover { background: var(--forest); border-color: var(--forest); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.product-card[hidden] { display: none; }
.premium-card { border-color: rgba(180,145,74,.72); box-shadow: inset 0 3px 0 var(--gold); }
.premium-badge { position: absolute; z-index: 2; left: 14px; top: 14px; border: 1px solid rgba(255,255,255,.65); background: rgba(12,26,18,.9); color: var(--gold-light); padding: 8px 10px; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.save-button { position: absolute; z-index: 2; right: 14px; top: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(180,145,74,.65); border-radius: 50%; background: rgba(255,255,255,.88); color: #725f36; cursor: pointer; }
.save-button.is-saved { background: var(--forest); color: white; }
.save-button .material-symbols-rounded { font-size: 19px; }
.product-image { height: 300px; overflow: hidden; background: #e9e6db; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-image.green { background: #dfe5d6; }
.product-image.red { background: #ead9d3; }
.product-image.white { background: #f3eee4; }
.product-image.amber { background: #eadbc9; }
.product-image.blue { background: #d9e0e4; }
.product-image.black { background: #ddd8cd; }
.product-image.premium-green, .product-image.premium-red, .product-image.premium-white { background: #e9e0cf; }
.product-copy { padding: 20px; }
.product-copy > p { margin-bottom: 7px; color: #807c70; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.product-copy h3 { margin-bottom: 18px; font-family: var(--serif); font-size: 28px; font-weight: 600; }
.product-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); padding-top: 14px; }
.product-meta strong { font-size: 14px; }
.product-meta span { color: #7d7d75; font-size: 10px; }
.add-button { width: 100%; min-height: 43px; display: flex; align-items: center; justify-content: space-between; margin-top: 15px; border: 1px solid var(--forest); background: transparent; color: var(--forest); padding: 9px 13px; cursor: pointer; font-size: 11px; font-weight: 700; }
.add-button:hover { background: var(--forest); color: white; }
.add-button .material-symbols-rounded { font-size: 18px; }
.catalog-note, .legal-disclaimer { margin: 20px 0 0; color: #77786f; font-size: 10px; line-height: 1.55; }
.catalog-guide-link { margin-top: 28px; padding: clamp(24px, 4vw, 42px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; border: 1px solid rgba(183,141,61,.38); border-radius: 18px; background: linear-gradient(135deg, #11281f, #17382c); color: #f5efe3; }
.catalog-guide-link h3 { margin: 6px 0 10px; max-width: 760px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1; }
.catalog-guide-link p:last-child { margin: 0; max-width: 760px; color: rgba(245,239,227,.74); }

.premium-story { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 660px; background: #101712; color: white; }
.premium-story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px max(45px, 7vw); }
.premium-story-copy h2 { max-width: 680px; margin-bottom: 24px; }
.premium-story-copy > p:not(.eyebrow) { max-width: 620px; color: #c9cec9; font-family: var(--serif); font-size: 20px; line-height: 1.52; }
.premium-facts { width: 100%; display: grid; gap: 1px; margin: 25px 0 32px; background: rgba(212,187,128,.3); border: 1px solid rgba(212,187,128,.3); }
.premium-facts span { display: flex; align-items: baseline; gap: 12px; background: #151d17; padding: 15px 17px; color: #aeb7b0; font-size: 10px; }
.premium-facts b { min-width: 92px; color: var(--gold-light); font-family: var(--serif); font-size: 20px; font-weight: 600; }
.premium-story-images { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); align-items: center; overflow: hidden; background: #e9e0cf; padding: 38px 18px; }
.premium-story-images img { width: 118%; max-width: none; aspect-ratio: 1; object-fit: cover; box-shadow: 0 18px 35px rgba(28,21,12,.16); }
.premium-story-images img:nth-child(1) { transform: translateX(9%) rotate(-2deg); }
.premium-story-images img:nth-child(2) { position: relative; z-index: 1; transform: scale(1.06); }
.premium-story-images img:nth-child(3) { transform: translateX(-9%) rotate(2deg); }

.quality-section { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 620px; margin-top: 20px; background: var(--forest); color: white; }
.quality-image { min-height: 620px; overflow: hidden; }
.quality-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.quality-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px max(50px, 7vw); }
.quality-copy h2 { max-width: 600px; margin-bottom: 25px; }
.quality-copy > p:not(.eyebrow) { color: #d5d8d3; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 10px 0 30px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #eeeae0; font-size: 12px; }
.check-list .material-symbols-rounded { color: var(--gold-light); font-size: 19px; }
.quality-copy .button { align-self: flex-start; }

.legal-section { padding-top: 88px; padding-bottom: 88px; }
.legal-heading { max-width: 870px; }
.legal-heading h2 { margin-bottom: 20px; }
.legal-heading > p:last-child { max-width: 760px; color: #5e625c; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.legal-layout { display: grid; grid-template-columns: .74fr 1.26fr; border: 1px solid var(--line); background: white; }
.state-list { border-right: 1px solid var(--line); }
.state-tab { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 5px 14px; border: 0; border-bottom: 1px solid var(--line); background: white; padding: 20px 22px; text-align: left; cursor: pointer; }
.state-tab:last-child { border-bottom: 0; }
.state-tab span { color: #7c673c; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.state-tab b { grid-row: 2; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.state-tab i { grid-row: 1 / span 2; align-self: center; font-size: 18px; }
.state-tab.is-active { background: var(--forest); color: white; }
.state-tab.is-active span { color: var(--gold-light); }
.state-panel { min-height: 310px; padding: 48px; outline: none; }
.status-pill { display: inline-block; border: 1px solid #b7a06c; color: #755e31; padding: 7px 10px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.state-panel h3 { max-width: 680px; margin: 22px 0 17px; font-family: var(--serif); font-size: 35px; font-weight: 600; line-height: 1.05; }
.state-panel p { max-width: 740px; color: #5f625d; font-size: 13px; line-height: 1.65; }

.facts-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; background: var(--black); color: white; padding: 90px max(40px, calc((100vw - var(--shell)) / 2)); }
.facts-copy h2 { max-width: 580px; margin-bottom: 25px; }
.facts-copy > p:not(.eyebrow) { max-width: 620px; color: #c8cac5; font-family: var(--serif); font-size: 19px; line-height: 1.5; }
.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(212,187,128,.3); border: 1px solid rgba(212,187,128,.3); }
.facts-grid article { min-height: 210px; background: #101411; padding: 27px; }
.facts-grid span { color: var(--gold-light); font-family: var(--serif); font-size: 28px; }
.facts-grid h3 { margin: 20px 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.facts-grid p { color: #aeb3ad; font-size: 11px; line-height: 1.55; }

.learn-section { padding-top: 88px; padding-bottom: 88px; }
.heading-copy { max-width: 520px; margin: 0; color: #61645f; font-family: var(--serif); font-size: 19px; line-height: 1.5; }
.article-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 16px; }
.article-card { min-height: 320px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; padding: 28px; }
.article-featured { background: #e8e2d3; }
.article-card small { color: #826832; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: 48px 0 15px; font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1; }
.article-card p { color: #60635d; font-size: 12px; line-height: 1.6; }
.article-card button, .article-card a { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-top: auto; border: 0; border-bottom: 1px solid var(--gold); background: transparent; padding: 0 0 4px; color: #5f4921; text-decoration: none; cursor: pointer; font-size: 11px; font-weight: 700; }
.article-card .material-symbols-rounded { font-size: 17px; }

.beverage-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; background: #102333; color: white; }
.beverage-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px max(48px, 8vw); }
.beverage-copy h2 { margin-bottom: 25px; }
.beverage-copy > p:not(.eyebrow) { max-width: 630px; color: #cfd8dd; font-family: var(--serif); font-size: 19px; line-height: 1.5; }
.beverage-image { overflow: hidden; }
.beverage-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.05); }

.business-beverage-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; background: #111512; color: white; padding: 92px max(40px, calc((100vw - var(--shell)) / 2)); }
.business-beverage-intro { align-self: center; }
.business-beverage-intro h2 { max-width: 620px; margin-bottom: 24px; }
.business-beverage-intro > p:not(.eyebrow) { max-width: 600px; color: #c7cdc8; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.business-benefits { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(212,187,128,.3); background: rgba(212,187,128,.3); gap: 1px; }
.business-benefits article { min-height: 220px; background: #151b17; padding: 30px; }
.business-benefits .material-symbols-rounded { color: var(--gold-light); font-size: 32px; }
.business-benefits h3 { margin: 25px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.business-benefits p { color: #adb6af; font-size: 11px; line-height: 1.6; }
.business-note { grid-column: 2; margin: -40px 0 0; color: #9fa8a1; font-size: 9px; line-height: 1.55; }

.referral-section { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; background: #e7e2d5; padding: 90px max(40px, calc((100vw - var(--shell)) / 2)); }
.referral-copy h2 { max-width: 720px; margin-bottom: 22px; color: var(--forest); }
.referral-copy > p:not(.eyebrow):not(.referral-terms) { max-width: 720px; color: #4f5751; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.referral-reward-preview { display: grid; grid-template-columns: 1fr 1fr; max-width: 700px; border-top: 1px solid rgba(180,145,74,.48); border-bottom: 1px solid rgba(180,145,74,.48); margin-top: 30px; }
.referral-reward-preview > div { min-height: 100px; display: flex; flex-direction: column; justify-content: center; padding: 22px; }
.referral-reward-preview > div + div { border-left: 1px solid rgba(180,145,74,.48); }
.referral-reward-preview span { color: #80652f; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.referral-reward-preview strong { margin-top: 8px; color: var(--forest); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.referral-terms { max-width: 700px; color: #6c716b; font-size: 9px; line-height: 1.6; }
.referral-tool { align-self: center; border: 1px solid rgba(26,57,40,.25); background: rgba(255,255,255,.68); padding: 36px; }
.referral-tool > .material-symbols-rounded { color: var(--forest); font-size: 38px; }
.referral-tool h3 { margin: 22px 0 8px; color: var(--forest); font-family: var(--serif); font-size: 32px; font-weight: 600; }
.referral-tool > p { color: #5e665f; font-size: 11px; line-height: 1.6; }
.referral-code { display: grid; gap: 10px; margin-top: 24px; }
.referral-code code { overflow-wrap: anywhere; border: 1px solid #b9b3a5; background: white; color: #2d3a32; padding: 14px; font-size: 10px; }
.referral-code .button { width: 100%; }
.referral-tool small { display: block; margin-top: 12px; color: #6b716b; font-size: 9px; line-height: 1.5; }

.community-section { padding: 90px max(40px, calc((100vw - var(--shell)) / 2)); background: #dfe6d8; }
.community-intro { max-width: 840px; }
.community-intro h2 { margin-bottom: 24px; }
.community-intro > p:not(.eyebrow) { max-width: 760px; color: #4e574f; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.community-topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 38px 0; }
.community-topics button, .community-topics a { min-height: 160px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 16px; border: 1px solid rgba(26,57,40,.28); background: rgba(255,255,255,.55); padding: 24px; color: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.community-topics button:hover, .community-topics a:hover { background: white; }
.community-topics .material-symbols-rounded { grid-row: 1 / span 2; color: var(--forest); font-size: 35px; }
.community-topics b { font-family: var(--serif); font-size: 24px; }
.community-topics small { color: #687168; font-size: 11px; }
.community-form { border-top: 1px solid rgba(26,57,40,.25); padding-top: 30px; }
.community-form > label { display: block; margin-bottom: 13px; font-size: 12px; font-weight: 700; }
.community-form > div { display: grid; grid-template-columns: 1fr auto; max-width: 750px; }
.community-form input { min-height: 50px; border: 1px solid #829080; border-right: 0; background: #f8faf5; padding: 12px 15px; }
.community-form > p { margin: 10px 0 0; color: #667066; font-size: 9px; }
.community-form.is-success > div { display: none; }
.community-form.is-success::after { content: "You’re on the private preview list. We’ll use your feedback to shape the community launch."; display: block; max-width: 750px; border-left: 4px solid var(--forest); background: white; padding: 16px; color: var(--forest); font-weight: 700; }
.community-safety-note { max-width: 760px; margin: 15px 0 0; color: #657065; font-size: 9px; line-height: 1.5; }

.site-footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; background: var(--black); color: #c3c6c1; padding: 70px max(40px, calc((100vw - var(--shell)) / 2)) 28px; }
.footer-brand img { width: 250px; height: 90px; object-fit: cover; background: var(--ivory); padding: 4px; }
.footer-brand p { max-width: 420px; margin-top: 18px; font-family: var(--serif); font-size: 17px; line-height: 1.5; }
.site-footer h2 { color: var(--gold-light); font-family: var(--sans); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer a { color: #c3c6c1; text-decoration: none; font-size: 11px; }
.site-footer a:hover { color: white; }
.site-footer span { font-size: 10px; line-height: 1.6; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 20px; padding-top: 22px; }

.overlay, .modal-overlay { position: fixed; z-index: 100; inset: 0; display: grid; place-items: start center; overflow-y: auto; background: rgba(0,0,0,.75); padding: 10vh 22px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.overlay.is-open, .modal-overlay.is-open { opacity: 1; visibility: visible; }
.search-dialog, .info-modal { position: relative; width: min(820px, 100%); background: var(--ivory); padding: 50px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.search-dialog h2, .info-modal h2 { margin-bottom: 25px; font-family: var(--serif); font-size: 44px; font-weight: 600; }
.dialog-close { position: absolute; right: 14px; top: 14px; color: var(--ink); }
.dialog-close:hover { background: rgba(0,0,0,.06); }
.search-field { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; border-bottom: 1px solid var(--gold); padding: 12px 0; }
.search-field input { border: 0; outline: none; background: transparent; font-family: var(--serif); font-size: 22px; }
.search-results { padding-top: 20px; color: #64665f; font-size: 12px; }
.search-result-list { display: grid; gap: 8px; }
.search-result-list button { display: flex; justify-content: space-between; border: 1px solid var(--line); background: white; padding: 12px 14px; text-align: left; cursor: pointer; }

.cart-overlay { position: fixed; z-index: 100; inset: 0; background: rgba(0,0,0,.66); opacity: 0; visibility: hidden; transition: .2s ease; }
.cart-overlay.is-open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 101; right: 0; top: 0; bottom: 0; width: min(460px, 100%); display: flex; flex-direction: column; background: var(--paper); transform: translateX(102%); transition: transform .25s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-head { position: relative; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 28px; }
.cart-head h2 { margin: 0; font-family: var(--serif); font-size: 38px; }
.cart-items { flex: 1; overflow-y: auto; padding: 18px 28px; }
.empty-cart { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > .material-symbols-rounded { color: var(--gold); font-size: 56px; }
.empty-cart h3 { margin: 18px 0 7px; font-family: var(--serif); font-size: 28px; }
.empty-cart p { max-width: 270px; color: #71746d; font-size: 12px; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 10px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.cart-line h3 { margin-bottom: 4px; font-family: var(--serif); font-size: 22px; }
.cart-line p { margin: 0; color: #777970; font-size: 10px; }
.cart-line > strong { font-size: 12px; }
.quantity { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.quantity button { width: 28px; height: 28px; border: 1px solid #b9ae91; background: transparent; cursor: pointer; }
.quantity button:last-child { width: auto; border: 0; color: #8b3c2c; font-size: 10px; text-decoration: underline; }
.cart-footer { border-top: 1px solid var(--line); padding: 22px 28px 28px; }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 16px; }
.cart-footer .button { width: 100%; }
.cart-footer small { display: block; margin-top: 12px; color: #75776f; font-size: 9px; line-height: 1.5; text-align: center; }

.info-modal { width: min(520px, 100%); text-align: center; }
.modal-icon { color: var(--gold); font-size: 48px; }
.info-modal p { color: #636660; font-family: var(--serif); font-size: 18px; line-height: 1.5; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; transform: translate(-50%, 30px); max-width: calc(100% - 40px); background: var(--forest); color: white; padding: 12px 18px; opacity: 0; visibility: hidden; font-size: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.3); transition: .2s ease; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
:focus-visible { outline: 2px solid #d2a842; outline-offset: 3px; }

@media (max-width: 1120px) {
  .nav-shell { grid-template-columns: 214px 1fr 160px; }
  .brand { padding-inline: 7px; }
  .brand img { width: 202px; height: 64px; }
  .desktop-nav { gap: 23px; }
  .desktop-nav a { font-size: 10px; }
  .gateway-section { grid-template-columns: repeat(2, 1fr); }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-featured { grid-column: 1 / -1; }
}
@media (max-width: 840px) {
  .preview-ribbon { font-size: 8px; }
  .nav-shell { height: 70px; grid-template-columns: 1fr auto; }
  .brand { max-width: 212px; }
  .brand img { width: 202px; height: 62px; }
  .desktop-nav { display: none; }
  .nav-actions { padding-right: 8px; }
  .account-button { display: none; }
  .menu-button { display: grid; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 540px; order: 1; border-right: 0; }
  .hero-media { min-height: 480px; order: 0; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(212,187,128,.33); }
  .quality-section, .beverage-section, .facts-section, .premium-story, .business-beverage-section, .referral-section { grid-template-columns: 1fr; }
  .quality-image, .quality-copy { min-height: 500px; }
  .legal-layout { grid-template-columns: 1fr; }
  .state-list { border-right: 0; border-bottom: 1px solid var(--line); }
  .community-topics { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .business-note { grid-column: 1; margin: 0; }
  .premium-story-images { min-height: 450px; }
}
@media (max-width: 620px) {
  .preview-ribbon { min-height: 22px; padding: 4px 8px; font-size: 7px; }
  .section { width: min(100% - 36px, var(--shell)); padding: 52px 0; }
  .age-strip { height: 26px; font-size: 10px; }
  .nav-shell { height: 66px; }
  .brand { max-width: 178px; padding-inline: 5px; }
  .brand img { width: 168px; height: 58px; }
  .icon-button { width: 40px; }
  .nav-actions .icon-button:first-child { display: none; }
  .hero-media { min-height: 340px; }
  .hero-seal { width: 96px; height: 96px; right: 18px; bottom: 18px; }
  .hero-seal strong { font-size: 13px; }
  .hero-copy { min-height: auto; padding: 56px 24px 62px; }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-lead { font-size: 18px; }
  .microcopy { display: block; }
  .button-row { width: 100%; }
  .button-row .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(212,187,128,.23); padding-inline: 24px; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .format-grid, .gateway-section, .product-grid, .facts-grid, .article-grid { grid-template-columns: 1fr; }
  .catalog-guide-link { grid-template-columns: 1fr; gap: 20px; padding: 28px 22px; }
  .catalog-guide-link .button { width: 100%; justify-content: center; }
  .gateway-section { padding: 12px; }
  .product-heading { align-items: flex-start; }
  .filter-chips { justify-content: flex-start; }
  .product-image { height: 340px; }
  .quality-image { min-height: 360px; }
  .quality-copy { min-height: 0; padding: 58px 24px; }
  .legal-section { padding-top: 62px; }
  .state-panel { padding: 32px 24px; }
  .state-panel h3 { font-size: 29px; }
  .facts-section, .community-section, .business-beverage-section, .referral-section { padding: 65px 22px; }
  .premium-story-copy { padding: 62px 24px; }
  .premium-story-images { min-height: 0; padding: 28px 8px; }
  .facts-grid article { min-height: 180px; }
  .article-featured { grid-column: auto; }
  .beverage-copy { padding: 62px 24px; }
  .beverage-image { min-height: 400px; }
  .business-benefits, .referral-reward-preview { grid-template-columns: 1fr; }
  .business-benefits article { min-height: 180px; }
  .referral-reward-preview > div + div { border-top: 1px solid rgba(180,145,74,.48); border-left: 0; }
  .referral-tool { padding: 28px 22px; }
  .community-form > div { grid-template-columns: 1fr; gap: 9px; }
  .community-form input { border-right: 1px solid #829080; }
  .site-footer { grid-template-columns: 1fr; padding: 55px 24px 26px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .search-dialog, .info-modal { padding: 42px 24px 30px; }
  .search-dialog h2, .info-modal h2 { font-size: 36px; }
}

/* Passion, promise, and live-store bridge */
.our-story-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: 85px; align-items: center; background: #152019; color: white; padding: 95px max(42px,calc((100vw - var(--shell))/2)); }
.our-story-mark { aspect-ratio: 1; width: min(100%,360px); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(212,187,128,.55); border-radius: 50%; text-align: center; }
.our-story-mark span { color: var(--gold-light); font-family: var(--serif); font-size: 104px; line-height: .75; }
.our-story-mark small { max-width: 185px; margin-top: 24px; color: #b6c0b8; font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.our-story-copy h2 { max-width: 850px; margin-bottom: 24px; }
.our-story-copy > p:not(.eyebrow) { max-width: 900px; color: #c2cac3; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.our-story-copy > p + p { margin-top: 15px; }
.our-story-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.promise-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 45px 80px; align-items: end; background: #e5dfd1; padding: 82px max(42px,calc((100vw - var(--shell))/2)); }
.promise-strip h2 { max-width: 720px; margin-bottom: 18px; }
.promise-strip > div:first-child > p:last-child { max-width: 740px; color: #586159; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.promise-strip-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; border: 1px solid #beb6a6; background: #beb6a6; }
.promise-strip-steps span { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; background: #f7f4ec; padding: 17px; color: #435046; font-size: 10px; font-weight: 700; }
.promise-strip-steps b { color: var(--gold); font-family: var(--serif); font-size: 25px; }
.promise-strip > .button { justify-self: start; }
.live-checkout-link { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 8px; border: 1px solid var(--line); color: var(--forest); padding: 10px 12px; font-size: 9px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.live-checkout-link:hover { border-color: var(--gold); background: #f2eee3; }
.live-checkout-link .material-symbols-rounded { font-size: 14px; }

@media (max-width: 900px) {
  .our-story-section,.promise-strip { grid-template-columns: 1fr; }
  .our-story-mark { width: min(320px,82vw); }
}

@media (max-width: 620px) {
  .our-story-section,.promise-strip { gap: 40px; padding: 68px 23px; }
  .our-story-mark span { font-size: 88px; }
  .our-story-links .button,.promise-strip > .button { width: 100%; }
  .promise-strip-steps { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* WordPress and WooCommerce integration */
body.admin-bar .site-header { top: 32px; }
.kiody-modern-site .elementor-262,
.kiody-modern-site .elementor-263,
.kiody-modern-site [data-elementor-id="262"],
.kiody-modern-site [data-elementor-id="263"] { display: none !important; }
.wp-site-blocks, .site-main { min-height: 55vh; }
.kiody-content-shell, .woocommerce-page #main { width: min(100% - 64px, 1180px); margin: 0 auto; padding: 72px 0 96px; }
.kiody-content-shell h1, .kiody-content-shell h2, .woocommerce-page #main h1, .woocommerce-page #main h2 { font-family: "Cormorant Garamond", Georgia, serif; color: #0b3b2d; }
.woocommerce .woocommerce-breadcrumb { color: #6a675f; margin-bottom: 28px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; background: #fffdf7; border: 1px solid rgba(167,126,45,.3); padding: 18px; }
.woocommerce ul.products li.product img { background: #eee8dc; aspect-ratio: 1; object-fit: contain; margin-bottom: 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #0b3b2d; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: #a77e2d; font-weight: 700; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: #0b3b2d; border-radius: 0; color: #fff; font-weight: 700; padding: 14px 18px; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #a77e2d; color: #07120e; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce-message, .woocommerce-info { border-top-color: #a77e2d; background: #fffdf7; }
.woocommerce-message::before, .woocommerce-info::before { color: #a77e2d; }
.add-button { text-decoration: none; }
.product-coming-soon { cursor: default; opacity: .68; }
.search-dialog form { display: grid; gap: 18px; }
.search-dialog .search-field { margin: 0; }
.tracker-page { background: #f7f1e5; color: #151812; }
.tracker-shell { width: min(100% - 64px, 1180px); margin: 0 auto; padding: 64px 0 96px; }
.tracker-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 38px; align-items: end; padding: 48px; color: #f8f2e5; background: #082c21; border: 1px solid #ad8334; }
.tracker-hero h1 { max-width: 820px; margin: 8px 0 18px; color: #fffaf0; font: 600 clamp(3rem, 7vw, 5.8rem)/.88 "Cormorant Garamond", Georgia, serif; }
.tracker-hero .tracker-lede { max-width: 720px; margin: 0; color: #e6dfd0; font-size: 1.06rem; line-height: 1.7; }
.tracker-review-card { padding: 24px; background: #0f3b2e; border-left: 3px solid #d7aa4a; }
.tracker-review-card strong, .tracker-review-card span { display: block; }
.tracker-review-card strong { color: #fff7e8; font-size: 1.1rem; }
.tracker-review-card span { margin-top: 8px; color: #cfc6b6; line-height: 1.55; }
.tracker-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.tracker-action { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 10px 14px; color: #fff7e8; background: transparent; border: 1px solid #d7aa4a; font: 700 .8rem/1 "DM Sans", sans-serif; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.tracker-action:hover { color: #082c21; background: #d7aa4a; }
.tracker-share-status { min-height: 1.4em; margin: 10px 0 0; color: #d7aa4a; font-size: .84rem; }
.tracker-alert { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin: 28px 0 0; padding: 24px 28px; background: #fffdf8; border: 1px solid rgba(173,131,52,.45); }
.tracker-alert .material-symbols-rounded { color: #ad8334; font-size: 2rem; }
.tracker-alert h2 { margin: 0 0 7px; color: #082c21; font: 600 1.55rem/1.1 "Cormorant Garamond", Georgia, serif; }
.tracker-alert p { margin: 0; line-height: 1.65; }
.tracker-section { padding: 70px 0 0; }
.tracker-section-head { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 36px; align-items: end; margin-bottom: 26px; }
.tracker-section h2 { margin: 6px 0 0; color: #082c21; font: 600 clamp(2.5rem, 5vw, 4.4rem)/.95 "Cormorant Garamond", Georgia, serif; }
.tracker-section-head > p { margin: 0; color: #58574f; line-height: 1.75; }
.tracker-status-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #b99550; border-left: 1px solid #b99550; }
.tracker-status-grid article { min-height: 190px; padding: 24px; background: #fffdf8; border-right: 1px solid #b99550; border-bottom: 1px solid #b99550; }
.tracker-status-grid span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 22px; color: #fff; background: #0d3d2e; border-radius: 50%; font-weight: 700; }
.tracker-status-grid h3 { margin: 0 0 8px; color: #0d3d2e; font: 600 1.45rem/1.1 "Cormorant Garamond", Georgia, serif; }
.tracker-status-grid p { margin: 0; color: #5f5b52; font-size: .92rem; line-height: 1.6; }
.tracker-updates { display: grid; gap: 14px; }
.tracker-update { display: grid; grid-template-columns: 140px minmax(0, 1fr) auto; gap: 24px; align-items: start; padding: 26px; background: #fffdf8; border: 1px solid rgba(173,131,52,.35); }
.tracker-update time { color: #8b6623; font-weight: 700; }
.tracker-update h3 { margin: 0 0 8px; color: #0b3529; font: 600 1.55rem/1.15 "Cormorant Garamond", Georgia, serif; }
.tracker-update p { margin: 0; color: #56554e; line-height: 1.65; }
.tracker-pill { display: inline-flex; width: fit-content; margin-top: 12px; padding: 6px 9px; color: #0b3529; background: #e7d5ad; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tracker-source { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; color: #8a631d; font-weight: 700; text-decoration: none; }
.tracker-source:hover { color: #0b3529; }
.tracker-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tracker-faq details { padding: 22px 24px; background: #0a211a; border: 1px solid #ad8334; color: #f5eee1; }
.tracker-faq summary { color: #fffaf0; font: 600 1.35rem/1.2 "Cormorant Garamond", Georgia, serif; cursor: pointer; }
.tracker-faq p { margin: 16px 0 0; color: #d7d0c3; line-height: 1.7; }
.tracker-method { margin-top: 62px; padding: 30px; background: #e7dcc5; border-left: 4px solid #0d3d2e; }
.tracker-method h2 { margin: 0 0 10px; color: #0d3d2e; font: 600 2rem/1 "Cormorant Garamond", Georgia, serif; }
.tracker-method p { margin: 0; line-height: 1.7; }
.tracker-comments { margin-top: 70px; padding-top: 46px; border-top: 1px solid #b99550; }
.tracker-comments h2, .tracker-comments h3 { color: #0d3d2e; font-family: "Cormorant Garamond", Georgia, serif; }
.comment-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.comment-list .comment-body { padding: 22px; background: #fffdf8; border: 1px solid rgba(173,131,52,.35); }
.comment-list .children { display: grid; gap: 14px; margin: 14px 0 0 28px; list-style: none; }
.comment-meta { margin-bottom: 12px; font-size: .85rem; }
.comment-author .avatar { float: left; margin-right: 12px; border-radius: 50%; }
.comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.comment-form > p { margin: 0; }
.comment-form .comment-notes, .comment-form .comment-form-comment, .comment-form .form-submit, .comment-form-cookies-consent { grid-column: 1 / -1; }
.comment-form label { display: block; margin-bottom: 6px; font-weight: 700; }
.comment-form input:not([type="checkbox"]), .comment-form textarea { width: 100%; padding: 13px; background: #fffdf8; border: 1px solid #a99264; font: inherit; }
.comment-form input[type="submit"] { min-height: 46px; padding: 12px 18px; color: #fff; background: #0d3d2e; border: 0; font-weight: 800; cursor: pointer; }
.comment-policy { margin: 0 0 24px; padding: 14px 16px; background: #efe4cd; color: #45443e; line-height: 1.6; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 760px) {
  .kiody-content-shell, .woocommerce-page #main { width: min(100% - 32px, 1180px); padding: 48px 0 72px; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 14px; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 24px; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1; }
  .tracker-shell { width: min(100% - 28px, 1180px); padding: 28px 0 72px; }
  .tracker-hero { grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; }
  .tracker-section { padding-top: 52px; }
  .tracker-section-head { grid-template-columns: 1fr; gap: 14px; }
  .tracker-status-grid { grid-template-columns: 1fr 1fr; }
  .tracker-update { grid-template-columns: 1fr; gap: 10px; }
  .tracker-faq { grid-template-columns: 1fr; }
  .comment-form { grid-template-columns: 1fr; }
  .comment-form > p { grid-column: 1; }
}
@media (max-width: 480px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .tracker-status-grid { grid-template-columns: 1fr; }
  .tracker-hero h1 { font-size: 3rem; }
}
