:root {
  --ink: #070707;
  --ink-2: #0d0d0d;
  --panel: #141414;
  --panel-2: #1b1b1b;
  --gold: #dcae4c;
  --gold-light: #f4d37e;
  --cream: #f3eee4;
  --muted: #aaa59d;
  --line: rgba(220,174,76,.28);
  --white-line: rgba(255,255,255,.12);
  --shadow: 0 28px 80px rgba(0,0,0,.38);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-main { overflow: hidden; }
.section { padding: 112px 0; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 99999; top: 12px; left: 12px; background: #fff; color: #111; padding: 10px 14px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(45px, 5.4vw, 78px); }
.button { min-height: 52px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.button-gold { color: #080808; background: var(--gold); }
.button-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,.65); background: rgba(0,0,0,.18); }
.button-outline:hover { color: var(--gold-light); border-color: var(--gold); background: rgba(0,0,0,.55); transform: translateY(-2px); }
.text-link { display: inline-flex; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.text-link:hover { color: #fff; }

.announcement-bar { height: 40px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #080808; background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.announcement-bar strong { font-size: 11px; }
.site-header { position: relative; z-index: 1000; border-bottom: 1px solid var(--white-line); background: rgba(5,5,5,.96); }
.site-header.is-sticky { position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 8px 25px rgba(0,0,0,.35); animation: headerIn .3s ease; }
@keyframes headerIn { from { transform: translateY(-100%); } }
.header-inner { min-height: 86px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand img, .brand .custom-logo { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; }
.brand .custom-logo-link { line-height: 0; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: var(--serif); color: var(--gold-light); font-size: 23px; line-height: 1; }
.brand small { margin-top: 6px; font-size: 7px; font-weight: 800; letter-spacing: .36em; }
.primary-nav ul { margin: 0; padding: 0; display: flex; justify-content: center; gap: 30px; list-style: none; }
.primary-nav a, .header-actions a, .header-actions button { color: #fff; background: none; border: 0; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.primary-nav a:hover, .header-actions a:hover, .header-actions button:hover { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.bag-link { display: flex; align-items: center; gap: 7px; }
.bag-count { min-width: 22px; height: 22px; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: #111; background: var(--gold); }
.menu-toggle { display: none; width: 42px; height: 38px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: #fff; }
.search-drawer { position: absolute; top: 100%; left: 0; right: 0; padding: 25px 0; border-top: 1px solid var(--white-line); background: #0b0b0b; box-shadow: var(--shadow); }
.search-drawer .shell { display: flex; align-items: center; gap: 15px; }
.search-drawer form { flex: 1; display: flex; }
.search-drawer input { width: 100%; height: 48px; padding: 0 18px; color: #fff; border: 1px solid var(--white-line); background: #151515; outline: 0; }
.search-drawer input:focus { border-color: var(--gold); }
.search-drawer form button, .search-close { padding: 0 22px; color: #080808; border: 0; background: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-close { height: 48px; color: #fff; border: 1px solid var(--white-line); background: transparent; }

.hero { min-height: min(820px, calc(100vh - 126px)); position: relative; display: flex; align-items: center; background: #060606 var(--hero-image) center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.84) 32%, rgba(0,0,0,.18) 68%, rgba(0,0,0,.07) 100%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 50%); }
.hero-inner { position: relative; z-index: 1; padding-top: 50px; padding-bottom: 50px; }
.hero .eyebrow { display: flex; align-items: center; gap: 13px; }
.hero .eyebrow span { width: 35px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(64px, 7vw, 100px); }
.hero h1 em { display: block; }
.hero-copy { max-width: 610px; margin-bottom: 32px; color: #ccc8c1; font-size: 18px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-stats { margin-top: 45px; display: flex; gap: 38px; }
.hero-stats div { display: flex; align-items: baseline; gap: 8px; }
.hero-stats strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.hero-stats span { color: #a7a29b; font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.trust-strip { border-block: 1px solid var(--white-line); background: #0a0a0a; }
.trust-strip .shell { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #bbb7b0; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.section-heading { margin-bottom: 54px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); align-items: end; gap: 60px; }
.section-heading h2 { max-width: 800px; margin: 0; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); }
.section-heading.compact { align-items: end; }
.categories-section { background: radial-gradient(circle at 40% 30%, rgba(220,174,76,.05), transparent 37%), var(--ink); }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.category-card { min-height: 475px; position: relative; grid-column: span 4; overflow: hidden; background: #151515; }
.category-card:nth-child(n+4) { min-height: 340px; grid-column: span 3; }
.category-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .7s ease, filter .5s ease; }
.category-card:hover img { transform: scale(1.045); filter: saturate(1); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.05) 65%); }
.category-number { position: absolute; top: 18px; right: 18px; color: rgba(255,255,255,.7); font: 18px var(--serif); }
.category-content { position: absolute; left: 26px; right: 26px; bottom: 25px; display: flex; flex-direction: column; }
.category-content strong { font: 38px/1 var(--serif); }
.category-card:nth-child(n+4) .category-content strong { font-size: 30px; }
.category-content small { margin: 8px 0 14px; color: #c5c0b8; }
.category-content b { color: var(--gold-light); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.offer-section { border-block: 1px solid var(--line); background: linear-gradient(135deg, #17120b, #080808 52%, #100d08); }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.offer-card { min-height: 190px; padding: 25px; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.01)); overflow: hidden; transition: .3s ease; }
.offer-card::before { content: ""; width: 130px; height: 130px; position: absolute; top: -80px; right: -70px; border: 1px solid rgba(220,174,76,.25); border-radius: 50%; transition: .4s ease; }
.offer-card:hover { border-color: var(--gold); background: rgba(220,174,76,.08); transform: translateY(-5px); box-shadow: 0 22px 45px rgba(0,0,0,.25); }
.offer-card:hover::before { transform: scale(1.8); }
.offer-card small { color: #b9b3aa; font-size: 9px; letter-spacing: .22em; }
.offer-card strong { margin: 12px 0 15px; color: var(--gold-light); font: 58px/.9 var(--serif); }
.offer-card strong span { font-size: 28px; }
.offer-card b { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.promise-section { padding: 0; border-bottom: 1px solid var(--white-line); background: #0d0d0d; }
.promise-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.promise-copy { padding: 110px max(5vw, calc((100vw - 1180px)/2)); display: flex; flex-direction: column; justify-content: center; }
.promise-copy h2 { max-width: 590px; }
.promise-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); }
.promise-copy .text-link { margin-top: 22px; }
.video-card { min-height: 680px; position: relative; overflow: hidden; background: #050505; }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 45%); pointer-events: none; }
.video-card video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.video-label { position: absolute; z-index: 2; left: 34px; bottom: 33px; display: flex; flex-direction: column; }
.video-label span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.video-label strong { margin-top: 5px; font: 30px var(--serif); }
.sound-toggle { position: absolute; z-index: 3; right: 25px; bottom: 30px; padding: 10px 15px; color: #fff; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.45); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.products-section { background: #f1ede5; color: #111; }
.products-section .eyebrow { color: #a6771a; }
.products-section h2 em { color: #9b6e19; }
.products-section .section-heading > p { color: #5d5a55; }
.products-section .text-link { color: #8a6113; }
.sample-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 16px; }
.sample-product { min-width: 0; color: #111; }
.sample-image { height: 360px; margin-bottom: 15px; position: relative; display: block; overflow: hidden; background: #ddd7cc; }
.sample-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.sample-product:hover img { transform: scale(1.04); }
.sample-image b { position: absolute; top: 12px; left: 12px; padding: 7px 9px; color: #fff; background: #111; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.sample-image i { position: absolute; left: 15px; right: 15px; bottom: 15px; padding: 11px; color: #fff; background: rgba(0,0,0,.88); font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; opacity: 0; transform: translateY(7px); transition: .25s ease; }
.sample-product:hover .sample-image i { opacity: 1; transform: none; }
.sample-product > small { display: block; color: #8b6a27; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sample-product > strong { margin: 4px 0; display: block; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.2; }
.sample-price { font-weight: 800; }
.sample-price del { margin-left: 5px; color: #89837a; font-size: 13px; font-weight: 400; }
.sample-note { margin: 28px 0 0; color: #706c65; font-size: 12px; }

.experience-section { background: #0b0b0b; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 75px; }
.experience-image { width: 100%; height: 680px; object-fit: cover; filter: saturate(.75); }
.experience-copy { padding: 45px 0; }
.experience-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.experience-links { margin-top: 50px; border-top: 1px solid var(--white-line); }
.experience-links a { min-height: 108px; display: grid; grid-template-columns: 45px 1fr 35px; align-items: center; column-gap: 14px; border-bottom: 1px solid var(--white-line); }
.experience-links a > span { align-self: start; margin-top: 25px; color: var(--gold); font: 17px var(--serif); }
.experience-links strong { display: block; font: 21px var(--serif); }
.experience-links small { display: block; color: var(--muted); }
.experience-links b { grid-column: 3; grid-row: 1 / span 2; color: var(--gold-light); font-size: 24px; font-weight: 400; }
.experience-links a:hover strong { color: var(--gold-light); }

.reviews-section { background: radial-gradient(circle at 50% 0%, rgba(220,174,76,.10), transparent 38%), #111; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 280px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.review-card div { color: var(--gold); letter-spacing: .22em; }
.review-card p { margin: 30px 0; font: 24px/1.35 var(--serif); }
.review-card strong { color: #afa9a0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.visit-section { padding: 110px 0; background: #080808; }
.visit-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.visit-copy h2 { max-width: 700px; }
.visit-copy > p:not(.eyebrow) { margin: 30px 0; color: #b8b3ab; }
.visit-card { min-height: 420px; padding: 48px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); background: linear-gradient(145deg, #18130d, #0c0c0c); }
.monogram { width: 70px; height: 70px; margin-bottom: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 35px var(--serif); }
.visit-card small { margin-top: 22px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.visit-card strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.visit-card a { margin-top: 35px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.site-footer { border-top: 1px solid var(--line); background: #050505; }
.footer-newsletter { min-height: 260px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; border-bottom: 1px solid var(--white-line); }
.footer-newsletter h2 { max-width: 650px; margin: 0; font-size: clamp(40px, 4vw, 60px); }
.newsletter-form { display: flex; }
.newsletter-form input { min-width: 0; height: 54px; flex: 1; padding: 0 18px; color: #fff; border: 1px solid var(--white-line); border-right: 0; background: #101010; outline: 0; }
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form button { padding: 0 22px; color: #080808; border: 0; background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid { padding-top: 70px; padding-bottom: 60px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-brand p { max-width: 330px; margin-top: 22px; color: #8f8b84; }
.footer-grid h4 { margin-bottom: 20px; color: var(--gold-light); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { margin-bottom: 9px; display: block; color: #9c9891; font-size: 13px; }
.footer-grid > div:not(.footer-brand) a:hover { color: #fff; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--white-line); color: #6d6963; font-size: 10px; }
.whatsapp-float { width: 54px; height: 54px; position: fixed; z-index: 999; right: 25px; bottom: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #18ba63; box-shadow: 0 14px 35px rgba(0,0,0,.38); font-size: 10px; font-weight: 800; }

/* WooCommerce */
.commerce-main, .content-main { min-height: 60vh; padding: 80px 0 110px; background: #f1ede5; color: #161616; }
.commerce-main .woocommerce-breadcrumb { color: #716c65; font-size: 12px; }
.woocommerce-products-header__title.page-title, .commerce-main .product_title, .content-main h1 { font: 55px/1.05 var(--serif); }
.commerce-main ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 18px; }
.commerce-main ul.products::before, .commerce-main ul.products::after { display: none !important; }
.commerce-main ul.products li.product, .bidbid-product-grid li.product { width: auto !important; margin: 0 !important; float: none !important; }
.commerce-main ul.products li.product a img, .bidbid-product-grid li.product a img { aspect-ratio: 3/4; margin-bottom: 15px !important; object-fit: cover; background: #ddd7cc; }
.commerce-main ul.products li.product .woocommerce-loop-product__title, .bidbid-product-grid .woocommerce-loop-product__title { padding: 0 !important; color: #171717; font: 21px/1.2 var(--serif); }
.commerce-main ul.products li.product .price, .bidbid-product-grid .price { color: #8a6218 !important; font-weight: 800 !important; }
.commerce-main ul.products li.product .button, .bidbid-product-grid .button { min-height: 40px; margin-top: 10px !important; padding: 0 15px !important; color: #fff !important; background: #111 !important; font-size: 9px !important; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 8px 10px; line-height: 1; border-radius: 0; color: #111; background: var(--gold); font-size: 10px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--gold); }
.woocommerce-message::before, .woocommerce-info::before { color: #9a6c13; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { color: #fff; border-radius: 0; background: #111; }
.woocommerce a.button.alt, .woocommerce button.button.alt { background: #a9791b; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #9b6e19; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; }
.woocommerce table.shop_table { border-radius: 0; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 45px; border: 1px solid #c8c1b6; border-radius: 0; background: #fff; }
.woocommerce .quantity .qty { min-height: 42px; }
.prose-shell { max-width: 900px; }
.entry-card { padding: 35px; background: #fff; box-shadow: 0 15px 45px rgba(0,0,0,.08); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; } }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 170px 1fr auto; }
  .primary-nav ul { gap: 17px; }
  .header-actions a:not(.bag-link) { display: none; }
  .category-card:nth-child(n+4) { grid-column: span 6; }
  .offer-grid { grid-template-columns: repeat(4, 1fr); }
  .sample-image { height: 300px; }
  .experience-grid { gap: 42px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 820px) {
  body.admin-bar .site-header.is-sticky { top: 46px; }
  .announcement-bar { justify-content: center; }
  .announcement-bar span, .announcement-bar a { display: none; }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto auto; }
  .brand img, .brand .custom-logo { width: 45px; height: 45px; }
  .brand strong { font-size: 20px; }
  .menu-toggle { display: block; grid-column: 3; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .header-actions .search-toggle { display: none; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 20px 24px 28px; border-top: 1px solid var(--white-line); background: #080808; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .2s ease; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav li { border-bottom: 1px solid var(--white-line); }
  .primary-nav a { padding: 13px 0; display: block; font-size: 11px; }
  .hero { min-height: 720px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.72) 58%, rgba(0,0,0,.25)), linear-gradient(0deg, rgba(0,0,0,.65), transparent); }
  .hero h1 { max-width: 530px; }
  .hero-copy { max-width: 520px; }
  .trust-strip .shell { min-height: 95px; flex-wrap: wrap; justify-content: center; padding-block: 20px; }
  .section { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .category-card { min-height: 430px; grid-column: span 6; }
  .category-card:nth-child(n+4) { min-height: 300px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-copy { padding: 80px max(24px, 6vw); }
  .video-card { min-height: 600px; }
  .sample-product-grid, .commerce-main ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .sample-image { height: 430px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-image { height: 580px; }
  .experience-copy { padding: 0; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 220px; }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-newsletter { padding-block: 70px; grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 30px, 1180px); }
  .announcement-bar { height: 34px; }
  .announcement-bar strong { font-size: 9px; }
  .header-inner { min-height: 68px; }
  .brand img, .brand .custom-logo { width: 41px; height: 41px; }
  .brand small { font-size: 6px; }
  .header-actions { gap: 9px; }
  .bag-link { font-size: 8px !important; }
  .bag-count { min-width: 20px; height: 20px; }
  .hero { min-height: 690px; background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.58)), linear-gradient(0deg, rgba(0,0,0,.85), transparent 75%); }
  .hero-inner { padding-top: 85px; align-self: flex-end; }
  .hero h1 { font-size: 54px; }
  .hero-copy { font-size: 15px; }
  .hero-buttons .button { flex: 1; }
  .hero-stats { gap: 20px; }
  .hero-stats div { display: block; }
  .hero-stats span { display: block; }
  .trust-strip .shell { justify-content: flex-start; gap: 15px 28px; }
  .trust-strip span { width: calc(50% - 14px); }
  h2 { font-size: 43px; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 38px; }
  .category-grid { display: flex; padding-right: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .category-grid::-webkit-scrollbar { display: none; }
  .category-card, .category-card:nth-child(n+4) { min-width: 82vw; min-height: 430px; scroll-snap-align: start; }
  .offer-grid { gap: 9px; }
  .offer-card { min-height: 150px; padding: 18px 8px; }
  .offer-card strong { font-size: 45px; }
  .promise-copy { padding-block: 68px; }
  .video-card { min-height: 520px; }
  .video-label { left: 20px; bottom: 22px; }
  .video-label strong { font-size: 22px; }
  .sound-toggle { right: 16px; bottom: 18px; }
  .sample-product-grid, .commerce-main ul.products { gap: 24px 10px; }
  .sample-image { height: 260px; }
  .sample-product > strong, .commerce-main ul.products li.product .woocommerce-loop-product__title { font-size: 17px; }
  .experience-image { height: 440px; }
  .experience-links a { grid-template-columns: 35px 1fr 25px; }
  .experience-links strong { font-size: 19px; }
  .review-card p { font-size: 21px; }
  .visit-section { padding: 68px 0; }
  .visit-card { min-height: 380px; padding: 30px; }
  .footer-newsletter { padding-block: 60px; }
  .newsletter-form { display: block; }
  .newsletter-form input, .newsletter-form button { width: 100%; height: 50px; border: 1px solid var(--white-line); }
  .footer-grid { grid-template-columns: 1fr 1fr; padding-top: 55px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding-block: 18px; display: grid; gap: 4px; }
  .whatsapp-float { right: 15px; bottom: 15px; }
  .commerce-main, .content-main { padding: 55px 0 80px; }
  .woocommerce-products-header__title.page-title, .commerce-main .product_title, .content-main h1 { font-size: 42px; }
}
