:root {
    --ink: #070706;
    --ink-soft: #11100e;
    --panel: #17140f;
    --panel-light: #211c14;
    --gold: #c99a49;
    --gold-light: #e5c17b;
    --ivory: #f2ebdd;
    --stone: #a79e91;
    --line: rgba(229, 193, 123, 0.22);
    --shell: min(1380px, calc(100vw - 48px));
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(76px, 9vw, 140px); }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus { z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #000; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .27em; text-transform: uppercase; }
.button { min-height: 56px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 700; letter-spacing: .055em; transition: .24s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #0a0805; background: linear-gradient(135deg, var(--gold-light), #b98231); box-shadow: 0 15px 38px rgba(198, 143, 56, .17); }
.button-outline { border-color: rgba(229, 193, 123, .68); background: rgba(4, 4, 3, .28); color: var(--ivory); }
.text-link { display: inline-block; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.aylora-empty { padding: 50px; border: 1px solid var(--line); color: var(--stone); text-align: center; }

.announcement-bar { min-height: 40px; padding: 9px 24px; display: grid; place-items: center; background: linear-gradient(90deg, #493113, #af7d2f 50%, #493113); color: #fff1d1; font-size: 11px; letter-spacing: .08em; text-align: center; }
.site-header { position: sticky; z-index: 60; top: 0; border-bottom: 1px solid rgba(255, 255, 255, .08); background: rgba(6, 6, 5, .91); backdrop-filter: blur(18px); }
.header-shell { width: var(--shell); min-height: 86px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { width: max-content; display: flex; align-items: center; gap: 15px; }
.brand .custom-logo-link { display: flex; }
.brand .custom-logo { width: auto; max-width: 210px; max-height: 58px; object-fit: contain; }
.monogram { color: var(--gold-light); font-family: var(--serif); font-size: 42px; font-weight: 600; letter-spacing: -.18em; line-height: 1; }
.wordmark { font-family: var(--serif); font-size: 20px; letter-spacing: .18em; white-space: nowrap; }
.wordmark b { color: var(--stone); font-weight: 500; }
.primary-nav .menu { margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); list-style: none; }
.primary-nav a { color: #d9d0c2; font-size: 12px; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--gold-light); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.header-action, .cart-link { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cart-link { display: flex; align-items: center; gap: 8px; }
.aylora-cart-count { min-width: 22px; height: 22px; padding-inline: 5px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #080705; font-size: 9px; }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; color: var(--gold-light); }
.menu-toggle > span:not(.screen-reader-text) { width: 25px; height: 1px; margin: 6px 0; display: block; background: currentColor; }

.hero { min-height: 780px; height: calc(100vh - 126px); max-height: 930px; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; z-index: -3; inset: 0; background: url("../images/hero-noir-or.png") center / cover no-repeat; animation: hero-breathe 12s ease-in-out infinite alternate; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 72% 44%, rgba(186, 122, 37, .16), transparent 30%), linear-gradient(90deg, #050504 0%, rgba(5, 5, 4, .95) 42%, rgba(5, 5, 4, .18) 72%, rgba(5, 5, 4, .5)); }
.hero-content { padding-block: 80px; }
.hero h1, .section-heading h2, .sale-banner h2, .video-layout h2, .story-layout h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .92; letter-spacing: -.045em; }
.hero h1 { max-width: 780px; font-size: clamp(66px, 7.3vw, 122px); }
.hero h1 em, .section-heading h2 em, .sale-banner h2 em, .video-layout h2 em, .story-layout h2 em { color: var(--gold-light); font-weight: 500; }
.hero-content > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 0; color: #bfb5a7; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; gap: 17px; flex-wrap: wrap; }
.hero-proof { max-width: 720px; margin-top: 48px; padding-top: 25px; display: flex; gap: clamp(24px, 4vw, 55px); border-top: 1px solid rgba(255, 255, 255, .1); color: #978e82; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.hero-proof span { display: grid; gap: 5px; }
.hero-proof b { color: var(--ivory); font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: 0; text-transform: none; }
@keyframes hero-breathe { from { transform: scale(1.01); } to { transform: scale(1.045); } }

.section-heading { margin-bottom: 52px; display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.section-heading h2, .sale-banner h2, .video-layout h2, .story-layout h2 { font-size: clamp(52px, 5.5vw, 86px); }
.section-heading > p { max-width: 430px; margin: 0; color: var(--stone); font-size: 13px; line-height: 1.8; }

.category-showcase { background: #0b0a08; }
.category-cards { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr; gap: 18px; }
.category-card { min-height: 520px; padding: 36px; position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; isolation: isolate; border: 1px solid var(--line); background-position: center; background-size: cover; }
.category-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(4, 4, 3, .92)); transition: background .25s ease; }
.category-card::after { content: ""; position: absolute; z-index: -2; inset: 0; background: var(--category-image) center / cover no-repeat; transition: transform .6s ease; }
.category-card:hover::after { transform: scale(1.04); }
.category-men { --category-image: url("../images/men-collection-sheet.png"); }
.category-women { --category-image: url("../images/women-collection-sheet.png"); }
.category-mixed { --category-image: url("../images/hero-noir-or.png"); }
.category-card span { color: var(--gold-light); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.category-card h3 { margin: 9px 0 22px; font-family: var(--serif); font-size: clamp(34px, 3vw, 50px); line-height: 1; }
.category-card b { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.products-section { background: var(--ink); }
ul.products { margin: 0 !important; padding: 0; display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
ul.products::before, ul.products::after { display: none !important; }
ul.products li.product.aylora-product-card { width: auto !important; margin: 0 !important; padding: 0; float: none !important; display: flex; flex-direction: column; background: var(--ink-soft); border: 1px solid rgba(255, 255, 255, .08); }
.product-visual { aspect-ratio: .82; position: relative; overflow: hidden; background: #0b0907; }
.product-visual > a, .product-visual img { width: 100%; height: 100%; display: block; }
.product-visual img { object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.aylora-product-card:hover .product-visual img { transform: scale(1.035); filter: saturate(1.05) contrast(1.03); }
.sale-badge, .product-badge { position: absolute; top: 14px; padding: 7px 10px; border: 1px solid rgba(229, 193, 123, .5); background: rgba(7, 7, 6, .8); color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.sale-badge { left: 14px; }
.product-badge { right: 14px; }
.product-card-body { flex: 1; padding: 22px; display: flex; flex-direction: column; }
.product-brand { margin: 0 0 8px; color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-card-body h2 { margin: 0; font-family: var(--serif); font-size: 26px !important; font-weight: 600; line-height: 1.1; }
.product-price { min-height: 28px; margin-top: 16px; color: var(--ivory); font-size: 15px; font-weight: 700; }
.product-price del { margin-right: 7px; color: #696158; font-size: 11px; opacity: 1; }
.product-price ins { color: var(--ivory); text-decoration: none; }
.saving-message { margin: 5px 0 0; color: #79b88b; font-size: 9px; }
.product-card-actions { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255, 255, 255, .09); }
.details-link { color: var(--stone); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.product-card-actions .button { min-height: 38px; padding: 0 13px; border-color: var(--line); background: transparent; color: var(--gold-light); font-size: 8px; }
.product-card-actions .added_to_cart { color: var(--gold-light); font-size: 8px; }

.sale-section { background: #11100e; }
.sale-banner { margin-bottom: 52px; padding: clamp(30px, 5vw, 70px); display: flex; align-items: end; justify-content: space-between; gap: 30px; border: 1px solid var(--line); background: radial-gradient(circle at 86% 20%, rgba(201, 154, 73, .22), transparent 35%), #15120e; }
.sale-banner > div { max-width: 780px; }
.sale-banner h2 { font-size: clamp(50px, 5vw, 78px); }
.sale-banner p:not(.eyebrow) { max-width: 600px; color: var(--stone); line-height: 1.75; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding-inline: max(24px, calc((100vw - 1380px) / 2)); border-block: 1px solid var(--line); background: #15120e; }
.trust-strip article { min-height: 145px; padding: 28px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.trust-strip article:first-child { border-left: 1px solid var(--line); }
.trust-strip article > span { flex: 0 0 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(229, 193, 123, .4); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); }
.trust-strip h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 19px; }
.trust-strip p { margin: 0; color: #7e766b; font-size: 9px; line-height: 1.6; }

.video-section { background: #080706; }
.video-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: center; }
.video-layout > div:first-child p:not(.eyebrow), .story-layout > div:last-child > p:not(.eyebrow) { color: var(--stone); font-size: 13px; line-height: 1.8; }
.video-frame { aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); background: #000; box-shadow: 0 30px 80px rgba(0, 0, 0, .4); }
.video-frame iframe, .video-frame video, .video-frame .wp-video { width: 100% !important; height: 100% !important; }

.story-section { background: linear-gradient(120deg, #15110c, #080706 52%); border-block: 1px solid var(--line); }
.story-layout { min-height: 520px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.story-mark { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(229, 193, 123, .25); border-radius: 50%; box-shadow: inset 0 0 100px rgba(201, 154, 73, .07); }
.story-mark span { color: transparent; font-family: var(--serif); font-size: clamp(100px, 15vw, 220px); letter-spacing: -.18em; -webkit-text-stroke: 1px var(--gold-light); }

.journal-section { background: #0b0a08; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.post-card { border: 1px solid rgba(255, 255, 255, .08); background: #11100e; }
.post-image { aspect-ratio: 1.45; display: block; overflow: hidden; background: linear-gradient(135deg, #261c0f, #080706); }
.post-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-image img { transform: scale(1.035); }
.post-card > div { padding: 26px; }
.post-card span { color: var(--gold); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin: 10px 0; font-family: var(--serif); font-size: 27px; line-height: 1.1; }
.post-card p { margin: 0; color: var(--stone); font-size: 11px; line-height: 1.7; }

.page-hero { padding-block: clamp(80px, 9vw, 150px); background: radial-gradient(circle at 78% 20%, rgba(201, 154, 73, .18), transparent 35%), #0a0907; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 105px); font-weight: 500; line-height: .96; }
.page-hero p:not(.eyebrow) { max-width: 760px; color: var(--stone); line-height: 1.7; }
.content-shell, .article-shell { padding-block: clamp(60px, 8vw, 120px); }
.content-shell { max-width: 980px; }
.content-shell article, .article-content { color: #c9c0b4; font-size: 15px; line-height: 1.85; }
.content-shell h2, .content-shell h3, .article-content h2, .article-content h3 { color: var(--ivory); font-family: var(--serif); line-height: 1.1; }
.content-shell h2, .article-content h2 { margin-top: 48px; font-size: 44px; }
.article-shell { width: min(900px, calc(100vw - 48px)); margin-inline: auto; }
.article-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 90px); line-height: .98; }
.article-cover { margin-block: 45px; }
.article-cover img { width: 100%; display: block; }

.term-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.term-card { min-height: 430px; padding: 34px; position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; isolation: isolate; border: 1px solid var(--line); }
.term-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: var(--term-image) center / cover no-repeat; transition: transform .5s ease; }
.term-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(5, 5, 4, .1), rgba(5, 5, 4, .94)); }
.term-card:hover::before { transform: scale(1.04); }
.term-card span, .term-card b { color: var(--gold-light); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.term-card h2 { margin: 10px 0; font-family: var(--serif); font-size: 42px; }
.term-card p { color: var(--stone); font-size: 11px; }

.commerce-shell { padding-block: clamp(55px, 7vw, 100px); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 34px; color: var(--stone); font-size: 11px; }
.woocommerce .woocommerce-ordering select { padding: 11px 14px; border: 1px solid var(--line); background: #11100e; color: var(--ivory); }
.woocommerce nav.woocommerce-pagination { margin-top: 45px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 3px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; padding: 0; display: grid; place-items: center; background: #11100e; color: var(--ivory); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--gold); color: #000; }

.single-product div.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 7vw, 100px); }
.single-product div.product .woocommerce-product-gallery, .single-product div.product .summary { width: 100% !important; float: none !important; }
.single-product div.product .summary { align-self: center; }
.single-product .product_title { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 78px); line-height: .95; }
.single-product .price { color: var(--gold-light) !important; font-size: 23px !important; }
.single-product .woocommerce-product-details__short-description { color: var(--stone); line-height: 1.8; }
.single-product form.cart { display: flex; gap: 12px; }
.single-product .quantity input { min-height: 52px; border: 1px solid var(--line); background: #11100e; color: var(--ivory); }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 48px; padding: 0 20px; border-radius: 2px; background: linear-gradient(135deg, var(--gold-light), #b98231); color: #080705; font-size: 11px; font-weight: 700; }
.woocommerce button.button:hover, .woocommerce a.button:hover { background: #efc978; color: #080705; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 45px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 25px 0 0; padding: 0; border: 0; background: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 15px 0; color: var(--stone); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--gold-light); }
.aylora-product-video { grid-column: 1 / -1; margin-top: 42px; padding: 30px; border: 1px solid var(--line); }
.aylora-product-video h2 { font-family: var(--serif); font-size: 40px; }
.aylora-product-video iframe, .aylora-product-video video { width: min(900px, 100%); aspect-ratio: 16 / 9; }

.woocommerce table.shop_table { border-color: var(--line); border-radius: 0; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: rgba(255, 255, 255, .08); }
.woocommerce-cart table.cart img { width: 82px; }
.woocommerce-cart .cart-collaterals .cart_totals { width: min(520px, 100%); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 2px; background: #11100e; color: var(--ivory); }
.select2-dropdown { background: #11100e; color: var(--ivory); }
.woocommerce-checkout #payment { background: #15130f; }
.woocommerce-checkout #payment div.payment_box { background: #211c14; color: var(--stone); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #211c14; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--gold); background: #15130f; color: var(--ivory); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--gold); }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 25%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 71%; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); }
.woocommerce-MyAccount-navigation li a { display: block; padding: 14px 18px; border-bottom: 1px solid rgba(255, 255, 255, .08); }

.site-footer { padding: 75px max(24px, calc((100vw - 1380px) / 2)) 28px; border-top: 1px solid rgba(255, 255, 255, .08); background: #050504; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.footer-brand > div { display: flex; align-items: center; gap: 20px; }
.footer-brand strong { font-family: var(--serif); font-size: 20px; letter-spacing: .15em; }
.footer-brand p { max-width: 390px; color: #6b645b; font-size: 10px; line-height: 1.8; }
.site-footer h2 { margin: 0 0 18px; color: var(--gold-light); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.site-footer a { margin: 11px 0; display: block; color: #8d857b; font-size: 10px; }
.site-footer a:hover { color: var(--ivory); }
.footer-bottom { margin-top: 55px; padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .07); color: #5f5951; font-size: 8px; }
.footer-bottom a { display: inline; }
.whatsapp-float { position: fixed; z-index: 65; right: 22px; bottom: 22px; min-height: 52px; padding: 7px 17px 7px 7px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; background: #1f9d55; color: #fff; box-shadow: 0 14px 38px rgba(0, 0, 0, .42); }
.whatsapp-float b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .16); font-size: 11px; }
.whatsapp-float span { font-size: 10px; font-weight: 700; }

@media (max-width: 1100px) {
    body.admin-bar .site-header { top: 32px; }
    .header-shell { grid-template-columns: 1fr auto auto; }
    .menu-toggle { display: block; }
    .primary-nav { position: fixed; top: 126px; left: 0; right: 0; padding: 24px; opacity: 0; visibility: hidden; transform: translateY(-10px); background: #0a0907; border-bottom: 1px solid var(--line); transition: .25s ease; }
    body.admin-bar .primary-nav { top: 158px; }
    .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .primary-nav .menu { align-items: stretch; flex-direction: column; gap: 0; }
    .primary-nav a { padding: 14px 5px; display: block; border-bottom: 1px solid rgba(255, 255, 255, .07); }
    .category-cards { grid-template-columns: 1fr 1fr; }
    .category-mixed { grid-column: 1 / -1; min-height: 360px; }
    ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .trust-strip article:nth-child(3) { border-left: 1px solid var(--line); }
}

@media (max-width: 780px) {
    :root { --shell: min(100% - 30px, 1380px); }
    body.admin-bar .site-header { top: 46px; }
    .announcement-bar { font-size: 9px; }
    .header-shell { min-height: 72px; gap: 12px; }
    .monogram { font-size: 34px; }
    .wordmark { font-size: 15px; letter-spacing: .13em; }
    .header-action, .cart-link > span:first-child { display: none; }
    .primary-nav { top: 112px; }
    body.admin-bar .primary-nav { top: 158px; }
    .hero { min-height: 680px; height: calc(100svh - 112px); }
    .hero-media { background-position: 64% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(5, 5, 4, .98), rgba(5, 5, 4, .56)); }
    .hero h1 { font-size: clamp(58px, 17vw, 82px); }
    .hero-content > p:not(.eyebrow) { font-size: 14px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-proof { gap: 17px; justify-content: space-between; }
    .hero-proof span:nth-child(3) { display: none; }
    .section { padding-block: 75px; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
    .section-heading h2, .sale-banner h2, .video-layout h2, .story-layout h2 { font-size: clamp(48px, 14vw, 66px); }
    .category-cards, .video-layout, .story-layout, .footer-grid, .post-grid, .term-grid { grid-template-columns: 1fr; }
    .category-mixed { grid-column: auto; }
    .category-card { min-height: 430px; }
    ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
    .product-card-body { padding: 15px; }
    .product-card-body h2 { font-size: 20px !important; }
    .product-card-actions { align-items: stretch; flex-direction: column; }
    .product-card-actions .button { width: 100%; }
    .sale-banner { align-items: flex-start; flex-direction: column; }
    .trust-strip { grid-template-columns: 1fr; padding-inline: 15px; }
    .trust-strip article, .trust-strip article:nth-child(3) { border-left: 1px solid var(--line); }
    .video-layout, .story-layout { gap: 45px; }
    .story-mark { width: 78vw; justify-self: center; }
    .single-product div.product { grid-template-columns: 1fr; }
    .woocommerce div.product .woocommerce-tabs { grid-column: auto; }
    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
    .footer-grid { gap: 35px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { padding-right: 7px; }
}

@media (max-width: 480px) {
    .wordmark b { display: none; }
    .hero-proof { font-size: 8px; }
    ul.products { grid-template-columns: 1fr 1fr; }
    .product-visual { aspect-ratio: .78; }
    .product-brand { font-size: 7px; }
    .product-price { font-size: 13px; }
    .saving-message { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
