@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/fonts/inter-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('/fonts/cormorant-garamond-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300 700; font-display: swap; src: url('/fonts/cormorant-garamond-italic-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* NAV SIZING TOKENS */
:root { --nav-top: clamp(48px,5vw,82px); --nav-scrolled-top: clamp(10px,1.5vw,28px); --nav-height: clamp(88px,7vw,116px); --nav-bottom: calc(var(--nav-top) + var(--nav-height)); }
/* SKIP LINK */
.skip-link { position: absolute; top: -100%; left: 16px; z-index: 9999; background: #342217; color: #E9D0B7; padding: 12px 24px; border-radius: 8px; font-family: var(--font-body, 'Inter', sans-serif); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: top .1s; }
.skip-link:focus { top: 16px; }
*:focus-visible { outline: 2px solid #8B4800; outline-offset: 3px; border-radius: 2px; }
#main-content:focus { outline: none; }
a, button { cursor: pointer; }
img { display: block; max-width: 100%; }
.announcement-bar { background: var(--tea); text-align: center; padding: 10px 16px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: #E9D0B7; overflow: hidden; margin: clamp(8px,0.7vw,14px) clamp(12px,2.5vw,52px) 0; border-radius: 6px; }
.announcement-track { display: inline-flex; gap: 28px; animation: marquee 96s linear infinite; white-space: nowrap; }
.adot { color: var(--amber); }
@keyframes marquee { to { transform: translateX(-50%); } }
.nav-logo-img { height: clamp(44px, 6vw, 86px); width: auto; display: block; filter: brightness(0) invert(1) sepia(1) brightness(0.84) hue-rotate(330deg) saturate(4); }
.nav-btn { background: none; border: none; padding: 0; color: #E9D0B7; font-size: inherit; letter-spacing: inherit; font-weight: inherit; font-family: var(--font-body); text-transform: uppercase; transition: color .2s; position: relative; padding-bottom: 2px; }
.nav-btn::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1.5px; background: var(--amber); transition: width .3s ease; }
.nav-btn:hover::after { width: 100%; }
.nav-btn:hover { color: var(--amber); }
.nav-left, .nav-right { display: flex; gap: 36px; align-items: center; font-size: 23px; letter-spacing: .07em; font-weight: 600; text-transform: uppercase; flex: 1; }
.nav-right { justify-content: flex-end; }
.nav-link { text-decoration: none; color: #E9D0B7; position: relative; padding-bottom: 2px; transition: color .2s; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1.5px; background: var(--amber); transition: width .3s ease; }
.nav-link:hover::after { width: 100%; }
.nav-link:hover { color: var(--amber); }
.nav-logo { text-decoration: none; transition: opacity .2s; border: 0; }
.nav-logo:hover { opacity: .7; }
.navbar { background: #342217; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px,3vw,52px); height: var(--nav-height); position: fixed; top: var(--nav-top); left: 40px; right: 40px; z-index: 200; border-radius: 16px; transition: background .35s, box-shadow .35s, top .35s, left .35s, right .35s, border-radius .35s, height .35s, transform .4s cubic-bezier(.4,0,.2,1); }
.navbar.scrolled { background: #342217; top: var(--nav-scrolled-top); left: 40px; right: 40px; border-radius: 16px; }
#nav-top-cover { position: fixed; top: 0; left: 0; right: 0; height: 44px; background: var(--cream); z-index: 199; display: none; }
.navbar.nav-hidden { transform: translateY(-250%); pointer-events: none; }
.navbar.dd-open { border-radius: 16px 16px 0 0 !important; background: #E9D0B7 !important; }
.navbar.dd-open .nav-link, .navbar.dd-open .nav-btn { color: var(--tea); }
.navbar.dd-open .nav-link:hover, .navbar.dd-open .nav-btn:hover { color: #8B4800; }
.navbar.dd-open .nav-logo-img { filter: brightness(0) sepia(1) saturate(2) hue-rotate(330deg) brightness(0.45); }
.navbar.dd-open .nav-hamburger span { background: var(--tea); }
/* Shop page: logo shift animation + square corners when scrolled+dropdown open */
body.shop-page .nav-logo-img { align-self: center; margin-top: 8px; transition: filter .35s, margin-top .35s; }
body.shop-page .navbar.scrolled .nav-logo-img { margin-top: 0; }
body.shop-page .navbar.scrolled.dd-open { border-radius: 0 0 0 0 !important; }
.dd-wrapper { position: fixed; left: 40px; right: 40px; top: calc(var(--nav-top) + var(--nav-height)); z-index: 190; overflow: hidden; border-radius: 0 0 16px 16px; pointer-events: none; visibility: hidden; transition: top 0.35s; }
.dd-wrapper.open { pointer-events: auto; visibility: visible; }
#navbar.scrolled ~ .dd-wrapper { top: calc(var(--nav-scrolled-top) + var(--nav-height)); }
.shop-dropdown { background: #E9D0B7; border-radius: 0 0 16px 16px; transform: translateY(-100%); transition: transform .65s cubic-bezier(.4,0,.2,1); }
.shop-dropdown.visible { transform: translateY(0); }
.dd-tabs { display: flex; justify-content: center; padding: 20px 52px 0; }
.dd-tab { background: none; border: none; padding: 14px 28px; font-size: clamp(14px, 1.8vw, 23px); letter-spacing: .07em; text-transform: uppercase; font-weight: 600; color: var(--muted); font-family: var(--font-body); cursor: pointer; position: relative; transition: color .2s; }
.dd-tab::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--tea); transform: scaleX(0); transition: transform .25s; }
.dd-tab.active { color: var(--tea); }
.dd-tab.active::after { transform: scaleX(1); }
.dd-panel { display: none; padding: 24px clamp(16px, 4vw, 100px) 28px; min-height: 300px; }
.dd-panel.active { display: block; }
.dd-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 24px; max-width: 70%; margin-left: auto; margin-right: auto; }
.dd-card { background: var(--white); border-radius: 12px; overflow: hidden; text-decoration: none; color: var(--tea); transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease; display: block; position: relative; z-index: 1; }
.dd-card:hover { transform: scale(1.12); box-shadow: 0 12px 32px rgba(52,34,23,.18); z-index: 10; }
.dd-card-img { aspect-ratio: 4/3; position: relative; overflow: hidden; border-radius: 12px; }
.dd-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,8,6,.72) 0%, transparent 55%); z-index: 1; pointer-events: none; }
.dd-card-badge { position: absolute; top: 10px; left: 10px; background: var(--tea); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .06em; padding: 4px 12px; border-radius: 100px; font-family: var(--font-body); z-index: 2; }
.dd-card-name { position: absolute; bottom: 12px; left: 14px; right: 14px; font-size: 15px; font-weight: 600; color: #E9D0B7; text-transform: uppercase; letter-spacing: .06em; z-index: 2; }
.dd-shop-btn { display: block; width: fit-content; margin: 0 auto; padding: 12px 36px; border: 1.5px solid var(--tea); border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; color: var(--tea); transition: background .2s, color .2s; font-family: var(--font-body); }
.dd-shop-btn:hover { background: var(--tea); color: var(--white); }
.overlay { position: fixed; inset: 0; background: rgba(30,26,20,.35); z-index: 280; opacity: 0; pointer-events: none; transition: opacity .35s; }
.overlay.show { opacity: 1; pointer-events: all; }
.search-panel { position: fixed; top: 0; right: 0; width: 520px; height: 100vh; background: var(--cream-dark); border-left: .5px solid var(--border); z-index: 300; padding: 40px; transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; gap: 32px; }
.search-panel.open { transform: translateX(0); }
.cart-panel { position: fixed; top: 0; right: 0; width: 700px; height: 100vh; background: var(--cream); border-left: .5px solid var(--border); z-index: 300; transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1); display: flex; overflow: hidden; }
.cart-panel.open { transform: translateX(0); }
.panel-header { display: flex; justify-content: space-between; align-items: center; }
.panel-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; letter-spacing: .04em; }
.panel-close { background: none; border: none; font-size: 16px; color: var(--muted); transition: color .2s; line-height: 1; font-family: var(--font-body); position: absolute; right: 24px; }
.panel-close:hover { color: var(--tea); }
.search-input-wrap { border-bottom: 1px solid var(--tea); display: flex; align-items: center; gap: 8px; padding-bottom: 10px; }
.search-input { flex: 1; background: none; border: none; font-family: var(--font-body); font-size: 14px; color: var(--tea); }
.search-input::placeholder { color: var(--muted); }
/* REC COLUMN */
.cart-rec-col { width: 220px; border-right: .5px solid var(--border); display: flex; flex-direction: column; overflow-y: auto; overflow-x: hidden; flex-shrink: 0; overscroll-behavior: contain; }
.cart-rec-col::-webkit-scrollbar { display: none; }
.cart-rec-header { display: none; }
.rec-section-label.rec-section-label--header { padding: 0 clamp(20px,3vw,52px); height: 72px; display: flex; align-items: center; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--tea); font-weight: 600; flex-shrink: 0; border-bottom: .5px solid var(--border); background: none; }
.rec-card { width: 100%; padding: 16px; cursor: pointer; position: relative; transition: background .25s; flex-shrink: 0; }
.rec-card-default { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.rec-card-img { width: 160px; height: 180px; background: var(--biscuit); border-radius: 6px; box-shadow: 0 14px 32px rgba(52,34,23,0.20), 0 4px 8px rgba(52,34,23,0.10); }
.rec-card-name { font-size: 13px; font-weight: 600; color: var(--tea); letter-spacing: .04em; text-align: center; }
.rec-card-sub { font-size: 12px; color: var(--bark-mid); text-align: center; }
.rec-card-hover { position: absolute; inset: 0; background: var(--tea); padding: 16px; display: flex; flex-direction: column; gap: 8px; opacity: 0; transition: opacity .25s; }
.rec-card:hover .rec-card-hover { opacity: 1; }
.rec-card:has(:focus-visible) .rec-card-hover { opacity: 1; }
.rec-card-hover-name { font-size: 13px; font-weight: 600; color: white; letter-spacing: .04em; }
.rec-card-hover-sub { font-size: 12px; color: rgba(255,255,255,.6); }
.rec-card-hover-ing { font-size: 12px; font-weight: 500; color: white; margin-top: 4px; }
.rec-card-hover-desc { font-size: 12px; color: rgba(255,255,255,.7); line-height: 1.6; flex: 1; }
.rec-card-add { width: 100%; border: .5px solid rgba(255,255,255,.5); border-radius: 100px; padding: 10px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: white; background: none; margin-top: 8px; transition: background .2s; }
.rec-card-add:hover { background: rgba(255,255,255,.1); }
.rec-section-label { padding: 12px 16px 6px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--tea); font-weight: 600; flex-shrink: 0; background: none; }
.rec-card-bundle-badge { position: absolute; top: 8px; left: 8px; background: var(--amber); color: white; font-size: 9px; font-weight: 700; letter-spacing: .06em; padding: 3px 8px; border-radius: 100px; text-transform: uppercase; pointer-events: none; }
/* CART MAIN */
.cart-main { flex: 1; display: flex; flex-direction: column; overflow: hidden; }
.cart-header { display: flex; justify-content: center; align-items: center; padding: 0 24px; height: 72px; flex-shrink: 0; position: relative; }
.cart-title { font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--tea); text-align: center; }
.cart-items { flex: 1; overflow-y: auto; padding: 16px; }
.cart-items::-webkit-scrollbar { display: none; }
.cart-empty-state { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 0 32px; }
.cart-empty-msg { font-size: 22px; font-weight: 700; color: var(--tea); letter-spacing: -.01em; line-height: 1.2; }
.cart-empty-sub { font-size: 13px; color: var(--tea); line-height: 1.6; margin-top: -4px; }
.cart-empty-btn { display: inline-block; margin-top: 8px; padding: 14px 40px; border: 1.5px solid var(--tea); border-radius: 100px; background: none; color: var(--tea); font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s; cursor: pointer; }
.cart-empty-btn:hover { background: var(--tea); color: var(--biscuit); }
.cart-item { background: rgba(52,34,23,0.08); border-radius: 14px; box-shadow: 0 1px 6px rgba(52,34,23,0.05); padding: 16px; margin-bottom: 12px; display: flex; gap: 14px; align-items: flex-start; position: relative; }
.cart-item-img { width: 82px; height: 100px; background: var(--biscuit-dark); border-radius: 10px; flex-shrink: 0; box-shadow: 0 12px 28px rgba(52,34,23,0.22), 0 4px 8px rgba(52,34,23,0.10); background-size: cover; background-position: center; }
.cart-item-body { flex: 1; display: flex; flex-direction: column; padding-right: 20px; }
.cart-item-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 4px; }
.cart-item-name { font-size: 14px; font-weight: 700; color: var(--tea); line-height: 1.3; }
.cart-item-price { font-size: 14px; font-weight: 700; color: var(--tea); white-space: nowrap; margin-left: 8px; }
.cart-item-sub { font-size: 12px; color: var(--tea); margin-bottom: 14px; }
.cart-item-qty { display: flex; align-items: center; gap: 10px; }
.cart-qty-btn { width: 32px; height: 32px; background: white; border: none; border-radius: 50%; font-size: 18px; color: var(--tea); display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 6px rgba(52,34,23,0.13); transition: background .15s; cursor: pointer; }
.cart-qty-btn:hover { background: var(--biscuit); }
.cart-qty-num { font-size: 14px; min-width: 20px; text-align: center; color: var(--tea); font-weight: 500; }
.cart-item-remove { position: absolute; top: 14px; right: 14px; background: none; border: none; color: var(--muted); font-size: 13px; cursor: pointer; line-height: 1; padding: 2px; transition: color .15s; }
.cart-item-remove:hover { color: var(--tea); }
.cart-item-price-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.cart-item-price--sale { font-size: 14px; font-weight: 600; color: #8B4800; }
.cart-item-price--orig { font-size: 12px; color: var(--muted); text-decoration: line-through; }
.cart-sub-wrap { margin-top: 12px; border-top: .5px solid var(--border); padding-top: 12px; }
.cart-sub-toggle-row { display: flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; border: none; font: inherit; text-align: left; width: 100%; padding: 0; background: none; }
.cart-sub-toggle { width: 40px; height: 22px; background: rgba(52,34,23,0.18); border-radius: 100px; position: relative; transition: background .25s; flex-shrink: 0; }
.cart-sub-toggle.on { background: var(--amber); }
.cart-sub-toggle-thumb { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: white; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,0.2); transition: transform .25s; }
.cart-sub-toggle.on .cart-sub-toggle-thumb { transform: translateX(18px); }
.cart-sub-label { font-size: 13px; font-weight: 600; color: var(--tea); }
.cart-sub-panel { margin-top: 10px; border: 1.5px solid var(--amber); border-radius: 10px; padding: 12px 14px; background: rgba(190,101,22,0.04); }
.cart-sub-perk { font-size: 12px; color: var(--muted); margin-bottom: 5px; display: flex; gap: 6px; }
.cart-sub-perk::before { content: '✓'; color: #8B4800; font-weight: 700; flex-shrink: 0; }
.cart-sub-freq-label { font-size: 12px; font-weight: 600; color: var(--tea); margin: 10px 0 6px; }
.cart-sub-freq-btns { display: flex; flex-wrap: wrap; gap: 6px; }
.cart-sub-freq-btn { padding: 5px 11px; border: 1px solid var(--border-mid); border-radius: 100px; background: none; font-size: 11px; color: var(--tea); font-family: var(--font-body); cursor: pointer; transition: border-color .15s, color .15s; white-space: nowrap; }
.cart-sub-freq-btn.active { border-color: var(--amber); color: #8B4800; font-weight: 700; }
.cart-sub-custom-row { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: .5px solid var(--border); font-size: 12px; color: var(--tea); }
.cart-sub-custom-row .cart-qty-btn { width: 26px; height: 26px; font-size: 15px; }
.cart-sub-custom-num { font-size: 13px; font-weight: 500; min-width: 18px; text-align: center; }
.cart-s3-widget { margin: 4px 0 10px; border: 1px solid rgba(185,120,50,0.45); border-radius: 12px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.cart-s3-header { background: linear-gradient(120deg, #BE6516 0%, #d07020 100%); padding: 10px 14px 11px; position: relative; overflow: hidden; }
.cart-s3-header-sub { font-size: 9px; font-weight: 600; color: #1A0D04; letter-spacing: .10em; text-transform: uppercase; margin-bottom: 2px; }
.cart-s3-header-save { font-size: 18px; font-weight: 700; color: white; line-height: 1; letter-spacing: -.01em; }
.cart-s3-body { background: rgba(233,208,183,0.38); padding: 10px 12px; }
.cart-s3-activate { display: flex; align-items: center; justify-content: space-between; padding: 8px 11px; background: rgba(255,255,255,0.72); border-radius: 8px; cursor: pointer; user-select: none; border: none; font: inherit; width: 100%; }
.cart-s3-activate-label { font-size: 13px; font-weight: 600; color: var(--tea); letter-spacing: .01em; }
.cart-s3-details { margin-top: 14px; padding-top: 14px; border-top: .5px solid var(--border); }
.cart-s3-perk { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 13px; color: var(--tea); }
.cart-s3-perk-icon { width: 20px; height: 20px; border-radius: 50%; background: var(--amber); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 11px; font-weight: 700; color: white; }
.cart-s3-freq-section { margin-top: 14px; padding-top: 14px; border-top: .5px solid var(--border); }
.cart-s3-freq-label { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.cart-s3-freq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.cart-s3-freq-btn { padding: 10px 8px; border: 1px solid var(--border-mid); border-radius: 100px; background: none; font-size: 12px; color: var(--tea); font-family: var(--font-body); cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.cart-s3-freq-btn.active { background: var(--tea); color: var(--biscuit); border-color: var(--tea); font-weight: 700; }
.cart-s3-custom-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: .5px solid var(--border); font-size: 12px; color: var(--tea); width: 100%; }
.cart-s3-custom-row .cart-qty-btn { width: 26px; height: 26px; font-size: 15px; }
.cart-s3-custom-num { font-size: 13px; font-weight: 500; min-width: 18px; text-align: center; }
.cart-not-eligible-notice { margin: 4px 0 8px; padding: 11px 14px; background: rgba(190,101,22,0.07); border: .5px solid rgba(190,101,22,0.3); border-radius: 10px; font-size: 12px; color: var(--tea); line-height: 1.6; }
.cart-not-eligible-notice strong { color: #8B4800; }
.progress-wrap { flex-shrink: 0; }
.progress-wrap.two-up { display: flex; border-bottom: .5px solid var(--border); }
.progress-wrap.two-up .cart-progress { flex: 1; border-bottom: none; padding: 14px 14px; }
.progress-wrap.two-up .cart-progress--bundle { border-right: .5px solid rgba(190,101,22,.2); }
.cart-progress { padding: 4px 24px 14px; border-bottom: .5px solid var(--border); }
.cart-progress-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.cart-progress-heading { font-size: 12px; font-weight: 500; color: var(--green); text-align: center; letter-spacing: .01em; }
.cart-progress-label { font-size: 12px; color: var(--green); text-align: center; }
.cart-progress-bar { height: 7px; background: rgba(52,34,23,.12); border-radius: 100px; overflow: hidden; width: 100%; }
.cart-progress-fill { height: 100%; background: var(--green); border-radius: 100px; transition: width .5s cubic-bezier(.4,0,.2,1); }
.cart-progress--bundle { background: rgba(190,101,22,.05); }
.cart-progress--bundle .cart-progress-heading { color: #8B4800; }
.cart-progress--bundle .cart-progress-label { color: #8B4800; }
.cart-progress--bundle .cart-progress-fill { background: var(--amber); }
.cart-footer { padding: 16px 24px 24px; border-top: .5px solid var(--border); flex-shrink: 0; }
.cart-subtotal { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: var(--tea); margin-bottom: 12px; }
.cart-checkout-btn { width: 100%; background: var(--tea); color: var(--biscuit); border: none; border-radius: 100px; padding: 16px; font-family: var(--font-body); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; transition: background .2s; margin-bottom: 10px; }
.cart-checkout-btn:hover { background: var(--amber); }
.cart-checkout-note { font-size: 12px; color: var(--tea); text-align: center; line-height: 1.5; }
.footer-wrap { background: var(--tea); margin: 0 40px 24px; border-radius: 16px; overflow: hidden; }
footer { padding: 52px 52px 0; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer-logo-img { height: 72px; width: auto; display: block; margin-bottom: 18px; filter: brightness(0) invert(1) sepia(1) brightness(0.84) hue-rotate(330deg) saturate(4); }
.footer-tagline { font-size: 13px; line-height: 1.78; color: rgba(233,208,183,.70); max-width: 260px; }
.footer-col h3 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(233,208,183,.70); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: rgba(233,208,183,.65); text-decoration: none; transition: color .2s; }
.footer-col a:hover { color: #D97A20; }
.footer-bottom { border-top: .5px solid rgba(233,208,183,.07); padding: 18px 52px; margin-top: 48px; display: flex; justify-content: space-between; font-size: 12px; color: rgba(233,208,183,.70); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
/* Hamburger & Mobile Nav */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; cursor: pointer; z-index: 201; flex-shrink: 0; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.nav-hamburger.open { transform: rotate(180deg); }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: #E9D0B7; border-radius: 2px; transform-origin: center; transition: transform .5s cubic-bezier(.4,0,.2,1), opacity .35s ease; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); opacity: 0; }
/* Mobile right icons */
.nav-mobile-right { display: none; align-items: center; gap: 20px; flex-shrink: 0; }
.nav-icon-btn { background: none; border: none; padding: 4px; color: #E9D0B7; cursor: pointer; position: relative; display: flex; align-items: center; }
.nav-icon-btn svg { width: 22px; height: 22px; stroke: #E9D0B7; }
.mobile-cart-badge { position: absolute; top: -3px; right: -6px; background: var(--amber); color: #fff; font-size: 9px; font-weight: 700; min-width: 15px; height: 15px; border-radius: 50%; display: none; align-items: center; justify-content: center; font-family: var(--font-body); }
/* Mobile dropdown menu */
.mobile-menu { position: fixed; left: 0; right: 0; top: calc(clamp(48px,5vw,82px) + clamp(88px,7vw,116px)); bottom: 0; z-index: 189; pointer-events: none; overflow: hidden; }
.mobile-menu.open { pointer-events: auto; }
.mobile-menu-inner { background: var(--cream); overflow-y: auto; height: 100%; transform: translateY(-100%); transition: transform .55s cubic-bezier(.4,0,.2,1); }
.mobile-menu.open .mobile-menu-inner { transform: translateY(0); }
.mm-tabs { display: flex; border-bottom: .5px solid var(--border); padding: 0 20px; background: var(--cream); position: sticky; top: 0; z-index: 2; }
.mm-tab { background: none; border: none; padding: 16px 16px 14px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; font-family: var(--font-body); transition: color .2s; }
.mm-tab.active { color: var(--tea); border-bottom-color: var(--tea); }
.mm-panel { display: none; padding: 8px 20px 4px; }
.mm-panel.active { display: block; }
.mm-product { display: flex; align-items: center; gap: 14px; padding: 12px 14px; background: var(--cream); border-radius: 14px; box-shadow: 0 2px 6px rgba(52,34,23,.10), 0 10px 24px rgba(52,34,23,.10); text-decoration: none; color: var(--bark); margin-bottom: 10px; transition: transform .2s ease, box-shadow .2s ease; }
.mm-product:last-child { margin-bottom: 0; }
.mm-product:hover { transform: translateY(-1px); box-shadow: 0 4px 10px rgba(52,34,23,.08), 0 12px 28px rgba(52,34,23,.08); }
.mm-product-img-wrap { width: 54px; height: 54px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: var(--cream); display: flex; align-items: center; justify-content: center; }
.mm-product-img { width: 100%; height: 100%; object-fit: cover; }
.mm-product-name { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--tea); }
.mm-product-desc { font-size: 11px; color: var(--muted); margin-top: 3px; line-height: 1.4; }
.mm-nav-link { display: block; padding: 16px 0; border-bottom: .5px solid var(--border); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); text-decoration: none; font-family: var(--font-body); transition: color .2s; }
.mm-nav-link:hover { color: var(--tea); }
.mm-nav-link:last-child { border-bottom: none; }
.mm-footer { padding: 20px; }
.mm-extra-links { margin-top: 20px; padding-top: 20px; border-top: .5px solid var(--border); display: flex; flex-direction: column; }
.mm-cta { display: block; width: 100%; border: 1.5px solid var(--tea); border-radius: 100px; padding: 14px; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--tea); text-decoration: none; background: none; cursor: pointer; font-family: var(--font-body); transition: background .2s, color .2s; }
.mm-cta:hover { background: var(--tea); color: var(--biscuit); }
/* Mobile product gallery (PDP pages) */
.mobile-gallery { display: none; position: relative; width: 100%; overflow: hidden; background: rgba(255,255,255,0.5); border-radius: 0; }
.mgal-track { display: flex; width: 100%; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); will-change: transform; }
.mgal-slide { min-width: 100%; width: 100%; flex-shrink: 0; }
.mgal-slide img { width: 100%; height: 72vw; max-height: 420px; object-fit: cover; display: block; }
.mgal-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; background: rgba(52,34,23,0.55); color: #E9D0B7; border: none; border-radius: 50%; width: 36px; height: 36px; font-size: 22px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.mgal-prev { left: 12px; }
.mgal-next { right: 12px; }
.mgal-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; }
.mgal-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.45); cursor: pointer; transition: background .2s, transform .2s; border: none; padding: 0; }
.mgal-dot.active { background: #E9D0B7; transform: scale(1.3); }
@media (min-width: 1920px) {
  .announcement-bar { margin: clamp(8px,0.7vw,14px) clamp(12px,2.5vw,52px) 0; }
  .navbar { left: 80px; right: 80px; padding: 0 72px; height: 120px; }
  .navbar.scrolled { left: 80px; right: 80px; top: 40px; }
  .dd-wrapper { left: 80px; right: 80px; }
  .nav-left, .nav-right { font-size: 23px; gap: 36px; }
  .footer-wrap { margin: 0 80px 36px; }
  footer { padding: 64px 72px 0; gap: 64px; }
  .footer-bottom { padding: 24px 72px; }
  .search-panel { width: 600px; }
  .cart-panel { width: 720px; }
}
@media (max-width: 1280px) {
  .nav-left, .nav-right { font-size: 18px; gap: 24px; }
}
@media (max-width: 1024px) {
  .announcement-bar { margin: clamp(8px,0.7vw,14px) clamp(12px,2.5vw,52px) 0; }
  .navbar { left: 40px; right: 40px; padding: 0 clamp(20px,3vw,52px); height: 88px; top: 52px; }
  .navbar.scrolled { left: 40px; right: 40px; top: 20px; }
  .dd-wrapper { left: 40px; right: 40px; }
  .nav-left, .nav-right { font-size: 15px; gap: 18px; }
  .footer-wrap { margin: 0 16px 20px; }
  footer { padding: 40px 32px 0; gap: 24px; }
  .footer-bottom { padding: 16px 32px; }
  .search-panel { width: 420px; }
  .cart-panel { width: 580px; }
}
@media (max-width: 768px) {
  .announcement-bar { margin: clamp(8px,0.7vw,14px) clamp(12px,2.5vw,52px) 0; font-size: 9px; }
  .navbar { left: 16px; right: 16px; padding: 0 16px; height: 64px; top: 48px; }
  .navbar.scrolled { left: 16px; right: 16px; top: 12px; }
  .dd-wrapper { left: 40px; right: 40px; display: none; }
  .nav-left, .nav-right { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile-right { display: flex; }
  .nav-logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .mobile-menu { top: 112px; }
  .navbar.scrolled .nav-logo { top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .footer-wrap { margin: 0 12px 16px; border-radius: 12px; }
  footer { padding: 32px 24px 0; grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-bottom { padding: 14px 24px; flex-direction: column; gap: 4px; text-align: center; }
  .search-panel { width: 100%; }
  .cart-panel { width: 100%; }
  .cart-rec-col { display: none; }
  .mobile-gallery { display: block; width: 100%; }
  .mgal-slide img { height: auto; max-height: none; aspect-ratio: 3/4; }
}
@media (max-width: 480px) {
  .announcement-bar { margin: 6px 10px 0; font-size: 8px; letter-spacing: .1em; }
  .navbar { left: 10px; right: 10px; padding: 0 16px; height: 56px; top: 44px; }
  .navbar.scrolled { top: 8px; }
  .mobile-menu { top: 100px; }
  .footer-wrap { margin: 0 10px 12px; }
  footer { grid-template-columns: 1fr; }
  footer > div:first-child { display: none; }
  .footer-bottom { flex-direction: column; gap: 4px; text-align: center; }
}
@media (max-width: 390px) {
  .announcement-bar { margin: 6px 8px 0; }
  .navbar { left: 8px; right: 8px; padding: 0 14px; height: 52px; top: 40px; }
  .mobile-menu { top: 92px; }
}
/* PDP VIEWPORT COLUMNS — shared fluid formula */
.pdp-card:first-child .product-info { display: block; position: sticky; top: calc(var(--nav-bottom) - 40px); height: calc(100vh - var(--nav-bottom) - 10px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(52,34,23,0.2) transparent; }
.pdp-card:first-child .product-info::-webkit-scrollbar { width: 4px; }
.pdp-card:first-child .product-info::-webkit-scrollbar-track { background: transparent; }
.pdp-card:first-child .product-info::-webkit-scrollbar-thumb { background: rgba(52,34,23,0.2); border-radius: 2px; }
.pdp-card:first-child .product-info::-webkit-scrollbar-thumb:hover { background: rgba(52,34,23,0.4); }
.pdp-card:first-child .product-above-fold { box-sizing: border-box; display: flex; flex-direction: column; height: calc(100vh - var(--nav-bottom) - 10px); overflow: hidden; padding-top: clamp(20px,3.5vh,48px); padding-bottom: 16px; position: relative; }
.pdp-card:first-child .product-above-fold .btn-add-cart { padding-top: 20px; padding-bottom: 20px; }
.pdp-card:first-child .product-info::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 48px; background: linear-gradient(to bottom, transparent, var(--cream)); pointer-events: none; opacity: 0; transition: opacity .25s; z-index: 1; }
.pdp-card:first-child .product-info.has-overflow::after { opacity: 1; }
.pdp-card:first-child .product-above-fold::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 48px; background: linear-gradient(to bottom, transparent, var(--cream)); pointer-events: none; opacity: 0; transition: opacity .25s; z-index: 1; }
.pdp-card:first-child .product-above-fold.has-overflow::after { opacity: 1; }
.pdp-card:first-child .gallery-wrap { border-radius: 16px 0 0 16px; position: sticky; top: calc(var(--nav-bottom) - 40px); height: calc(100vh - var(--nav-bottom) - 10px); }
/* Stage 2: fluid inter-block gaps — higher specificity overrides per-page fixed values */
.pdp-card:first-child .product-info .product-eyebrow { margin-bottom: clamp(4px,1.0vh,12px); }
.pdp-card:first-child .product-info .product-name { margin-bottom: clamp(6px,1.2vh,14px); }
.pdp-card:first-child .product-info .product-stars { margin-bottom: clamp(6px,1.4vh,18px); }
.pdp-card:first-child .product-info .product-desc { margin-bottom: clamp(6px,1.4vh,18px); }
.pdp-card:first-child .product-info .product-tags { margin-bottom: clamp(6px,1.6vh,24px); }
.pdp-card:first-child .product-info .product-price-row { margin-bottom: clamp(6px,1.6vh,24px); }
.pdp-card:first-child .product-info .purchase-type-wrap { margin-bottom: clamp(6px,1.4vh,18px); }
.pdp-card:first-child .product-above-fold > .qty-wrap { margin-top: auto; margin-bottom: clamp(6px,1.8vh,24px); }
.pdp-card:first-child .product-above-fold > .pdp-info-bottom { margin-top: auto; }
.pdp-card:first-child .product-info .rec-pair { margin-top: 0; }
@media (max-width: 768px) { .pdp-card:first-child .product-above-fold { height: auto; overflow: visible; padding-top: 0; } }
@media (min-width: 1025px) and (max-width: 1550px) and (max-height: 720px) { .pdp-card:first-child .product-above-fold .btn-add-cart { font-size: 12px; letter-spacing: .1em; padding-top: 14px; padding-bottom: 14px; } }
/* Compact viewport (1025–1550px wide, 550–720px tall) */
@media (min-width: 1025px) and (max-width: 1550px) and (min-height: 550px) and (max-height: 720px) {
  :root { --nav-height: 84px; }
  .navbar { height: 84px; }
  .nav-left, .nav-right { font-size: 16px; gap: 22px; }
  .pdp-card:first-child .product-above-fold { padding-top: 12px; padding-bottom: 16px; overflow-y: auto; scrollbar-width: none; }
  .pdp-card:first-child .product-above-fold::-webkit-scrollbar { display: none; }
  .pdp-card:first-child .product-info .product-name { margin-bottom: 6px; }
  .pdp-card:first-child .product-info .product-stars { margin-bottom: 6px; }
  .pdp-card:first-child .product-info .product-desc { margin-bottom: 6px; }
  .pdp-card:first-child .product-info .product-tags { margin-bottom: 6px; }
  .pdp-card:first-child .product-info .product-price-row { margin-bottom: 6px; }
  .pdp-card:first-child .product-info .purchase-type-wrap { margin-bottom: 6px; }
}
