/*
Theme Name: Fera Wear
Theme URI: https://ferawear.com
Author: Fera Wear
Description: Tema editorial premium para Fera Wear, com integração WooCommerce e WhatsApp.
Version: 1.0.28
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: fera-wear
*/

:root {
  --ink: #0a0a09;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --gold: #caa437;
  --forest: #263328;
  --stone: #7b786f;
  --line: rgba(10, 10, 9, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --wrap: min(1380px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: var(--wrap); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 112px); font-weight: 500; letter-spacing: -.035em; line-height: .88; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 72px); font-weight: 500; letter-spacing: -.025em; line-height: .95; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 28px; border: 1px solid var(--ink); border-radius: 999px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; text-align: center; transition: .25s ease; }
.button svg, .wp-element-button svg, .woocommerce a.button svg, .woocommerce button.button svg { flex: 0 0 18px; width: 18px; height: 18px; }
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { color: var(--ink); background: transparent; }
.button--light { border-color: var(--paper); color: var(--ink); background: var(--paper); }
.button--light:hover { color: var(--paper); background: transparent; }
.button--outline { color: var(--ink); background: transparent; }
.button--outline:hover { color: var(--paper); background: var(--ink); }
.button--gold { border-color: var(--gold); color: var(--ink); background: var(--gold); }
.button--gold:hover { color: var(--gold); background: transparent; }

.announcement { padding: 9px 20px; color: var(--paper); background: var(--ink); text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(251,250,246,.94); backdrop-filter: blur(14px); }
.header-inner { position: relative; display: grid; min-height: 82px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.site-logo img, .custom-logo-link img { width: 164px; max-height: 56px; object-fit: contain; }
.primary-nav ul { display: flex; margin: 0; padding: 0; gap: 30px; list-style: none; }
.primary-nav a, .header-action { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.header-search { display: flex; height: 38px; min-width: 190px; align-items: center; border-bottom: 1px solid var(--line); }
.header-search input[type="search"] { width: 140px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.header-search button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.header-search svg, .header-cart svg, .header-account svg { width: 20px; height: 20px; }
.header-cart { display: inline-flex; align-items: center; gap: 7px; }
.header-account { display: inline-flex; align-items: center; gap: 7px; }
.cart-count { display: inline-grid; width: 20px; height: 20px; margin-left: 4px; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); font-size: 9px; }
.menu-toggle { display: none; padding: 8px 0; border: 0; background: none; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px 0; background: var(--ink); }

.hero { position: relative; min-height: calc(100svh - 112px); display: grid; align-items: end; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero-media { position: absolute; inset: 0; opacity: .72; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.08); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.08) 68%), linear-gradient(0deg, rgba(0,0,0,.54), transparent 55%); }
.hero-content { position: relative; z-index: 1; max-width: 820px; padding: 12vh 0 10vh; }
.hero .eyebrow { color: #e3c96b; }
.hero-copy { max-width: 540px; margin: 28px 0 36px; color: rgba(255,255,255,.78); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: 29vw; }

.hero-editorial { min-height: calc(100svh - 112px); align-items: center; padding: clamp(58px, 7vw, 104px) 0; isolation: isolate; background: radial-gradient(circle at 70% 25%, rgba(202,164,55,.14), transparent 26%), linear-gradient(120deg, #050505, #0b0b09 62%, #17120a); }
.hero-editorial::before { content: ""; position: absolute; inset: auto 0 0; height: 42%; pointer-events: none; background: linear-gradient(0deg, rgba(202,164,55,.08), transparent); }
.hero-editorial .hero-fallback { z-index: 0; place-items: center; color: rgba(255,255,255,.035); transform: translateX(-13%); }
.hero-editorial__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); align-items: center; gap: clamp(36px, 6vw, 100px); }
.hero-editorial .hero-content { max-width: 660px; padding: 0; }
.hero-editorial .display { max-width: 800px; font-size: clamp(58px, 6.8vw, 118px); }
.hero-editorial .hero-copy { max-width: 590px; }
.hero-showcase { position: relative; min-height: min(66vw, 690px); }
.hero-portrait { position: relative; z-index: 1; width: min(76%, 610px); margin: 0 0 0 auto; border: 1px solid rgba(255,255,255,.14); background: #e8dfd3; box-shadow: 0 28px 80px rgba(0,0,0,.36); }
.hero-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.hero-product-card { position: absolute; z-index: 2; left: 0; bottom: clamp(18px, 5vw, 72px); width: min(38%, 300px); margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.18); color: var(--ink); background: rgba(244,240,231,.96); box-shadow: 0 24px 60px rgba(0,0,0,.32); }
.hero-product-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.hero-product-card figcaption { display: grid; gap: 4px; padding: 12px 4px 2px; }
.hero-product-card span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-product-card strong { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1; }

.usp-bar { border-bottom: 1px solid var(--line); background: var(--cream); }
.usp-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.usp { padding: 25px; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.usp + .usp { border-left: 1px solid var(--line); }
.shopping-guide { padding: clamp(70px, 8vw, 118px) 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.shopping-guide__inner { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: start; gap: clamp(32px, 6vw, 90px); }
.shopping-guide__intro { position: sticky; top: 130px; }
.shopping-guide__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.shopping-guide__card { min-height: 270px; display: flex; padding: 28px; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.shopping-guide__card:hover { transform: translateY(-4px); border-color: rgba(202,164,55,.6); box-shadow: 0 22px 60px rgba(10,10,9,.08); }
.shopping-guide__card span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.shopping-guide__card h3 { margin: 18px 0 14px; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: .98; }
.shopping-guide__card p { margin: 0; color: var(--stone); font-size: 13px; line-height: 1.55; }
.shopping-guide__card--dark { color: var(--paper); background: var(--forest); }
.shopping-guide__card--dark p { color: rgba(255,255,255,.72); }
.section { padding: clamp(84px, 10vw, 150px) 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.woocommerce ul.products, .product-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); gap: 28px 16px; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: auto; margin: 0; }
.product-card { position: relative; }
.woocommerce ul.products li.product a img, .product-card__image { width: 100%; aspect-ratio: 4/5; margin: 0 0 18px; background: #e9e6de; object-fit: cover; image-rendering: auto; transition: transform .45s ease; }
.product-card:hover .product-card__image { transform: scale(.985); }
.fera-loop-gallery { position: relative; width: 100%; margin: 0 0 18px; overflow: hidden; background: #e9e6de; }
.fera-loop-gallery__track { display: flex; width: 100%; transition: transform .42s ease; will-change: transform; }
.fera-loop-gallery__image { flex: 0 0 100%; width: 100%; aspect-ratio: 4 / 5; margin: 0 !important; object-fit: cover; transition: transform .45s ease; }
.fera-loop-gallery__image + .fera-loop-gallery__image { opacity: .98; }
.fera-loop-gallery__dots { position: absolute; right: 14px; bottom: 14px; left: 14px; display: none; justify-content: center; gap: 7px; pointer-events: none; }
.fera-loop-gallery__dots span { width: 6px; height: 6px; border-radius: 999px; background: rgba(10,10,9,.28); }
.fera-loop-gallery__dots span.is-active { background: var(--ink); }
@media (hover: hover) and (pointer: fine) {
  .woocommerce ul.products li.product:hover .fera-loop-gallery--multiple .fera-loop-gallery__track { transform: translateX(-100%); }
  .woocommerce ul.products li.product:hover .fera-loop-gallery:not(.fera-loop-gallery--multiple) .fera-loop-gallery__image { transform: scale(.985); }
}
.product-card__meta { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .product-card h3 { padding: 0; margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.woocommerce ul.products li.product .price, .product-card__price { color: var(--stone); font-size: 13px; }
.woocommerce span.onsale, .product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; min-width: auto; min-height: auto; margin: 0; padding: 7px 10px; border-radius: 0; color: var(--paper); background: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.woocommerce ul.products li.product .button { display: none; }

.home-section { padding: clamp(78px, 9vw, 136px) 0; }
.commerce-hero { min-height: calc(100svh - 112px); align-items: center; isolation: isolate; color: var(--paper); background: radial-gradient(circle at 78% 28%, rgba(202,164,55,.18), transparent 28%), linear-gradient(115deg, #050505 0%, #0a0a09 47%, #263328 100%); }
.commerce-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,0) 44%), radial-gradient(circle at 12% 82%, rgba(202,164,55,.12), transparent 30%); }
.commerce-hero::after { content: "K"; position: absolute; z-index: 0; left: 8vw; bottom: -6vw; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: clamp(260px, 30vw, 580px); line-height: .8; }
.commerce-hero__inner { position: relative; z-index: 2; display: grid; min-height: calc(100svh - 112px); grid-template-columns: minmax(0, .92fr) minmax(420px, .88fr); align-items: center; gap: clamp(34px, 6vw, 105px); padding: clamp(62px, 8vw, 118px) 0; }
.commerce-hero__copy { max-width: 740px; }
.commerce-hero__copy p:not(.eyebrow) { max-width: 620px; margin: 26px 0 34px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.commerce-hero .display { max-width: 800px; color: var(--paper); font-size: clamp(74px, 8vw, 138px); text-shadow: 0 24px 80px rgba(0,0,0,.38); }
.commerce-hero__visual { position: relative; align-self: stretch; min-height: clamp(560px, 66vh, 760px); display: grid; align-items: end; }
.commerce-hero__media { position: relative; overflow: hidden; height: 100%; min-height: clamp(560px, 66vh, 760px); border: 1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, #e9e1d6, #b4a99e); box-shadow: 0 38px 110px rgba(0,0,0,.42); }
.commerce-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.28), transparent 42%), linear-gradient(90deg, rgba(0,0,0,.08), transparent 36%); pointer-events: none; }
.commerce-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.96) contrast(1.03); }
.commerce-hero__panel { position: absolute; right: clamp(16px, 2vw, 28px); bottom: clamp(16px, 2vw, 28px); width: min(78%, 380px); padding: 24px; border: 1px solid rgba(255,255,255,.16); color: var(--paper); background: rgba(10,10,9,.72); backdrop-filter: blur(18px); box-shadow: 0 20px 70px rgba(0,0,0,.32); }
.commerce-hero__panel span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.commerce-hero__panel strong { display: block; margin: 14px 0 10px; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: .95; }
.commerce-hero__panel p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.commerce-hero__trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.commerce-hero__trust span { display: inline-flex; min-height: 36px; align-items: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.045); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.launch-band { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(202,164,55,.2); color: var(--paper); background: var(--ink); }
.launch-band span { padding: 22px 18px; text-align: center; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.launch-band span + span { border-left: 1px solid rgba(255,255,255,.1); }
.section-head--commerce { align-items: end; }
.section-head--commerce p:not(.eyebrow) { max-width: 620px; margin: 20px 0 0; color: var(--stone); font-size: 16px; }
.home-section--products, .home-section--launches { background: var(--paper); }
.commerce-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.commerce-grid--launches { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.commerce-card { position: relative; display: grid; min-width: 0; grid-template-rows: auto 1fr; border: 1px solid var(--line); background: #fff; box-shadow: 0 22px 70px rgba(10,10,9,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.commerce-card:hover { transform: translateY(-4px); border-color: rgba(202,164,55,.42); box-shadow: 0 24px 74px rgba(10,10,9,.09); }
.commerce-card__media { position: relative; overflow: hidden; background: #efebe3; }
.commerce-card__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .45s ease; }
.commerce-card:hover .commerce-card__media img { transform: scale(1.025); }
.commerce-card__badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 8px 11px; color: var(--ink); background: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.commerce-card__body { display: flex; min-height: 230px; padding: 24px; flex-direction: column; align-items: flex-start; }
.commerce-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2vw, 34px); font-weight: 600; line-height: 1; letter-spacing: -.02em; }
.commerce-card__price { margin-top: 10px; color: var(--stone); font-weight: 800; }
.commerce-card__price del { opacity: .55; }
.commerce-card__price ins { color: var(--ink); text-decoration: none; }
.commerce-card p { margin: 16px 0 22px; color: var(--stone); font-size: 13px; line-height: 1.55; }
.commerce-card__actions { display: grid; width: 100%; gap: 10px; margin-top: auto; }
.commerce-card__actions .button { width: 100%; min-height: 48px; padding-inline: 18px; }
.commerce-card__whatsapp { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; }
.commerce-card__whatsapp:hover { border-color: var(--forest); color: var(--paper); background: var(--forest); }
.commerce-card--compact .commerce-card__body { min-height: 178px; }
.commerce-card--compact h3 { font-size: clamp(23px, 1.7vw, 30px); }
.collection-commerce-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.collection-commerce-card { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 22px; min-height: 184px; padding: 22px; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.collection-commerce-card:hover { transform: translateY(-4px); border-color: rgba(202,164,55,.42); box-shadow: 0 22px 60px rgba(10,10,9,.08); }
.collection-commerce-card img { width: 120px; aspect-ratio: 4 / 5; object-fit: cover; background: var(--cream); }
.collection-commerce-card h3 { margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: .95; }
.collection-commerce-card p { margin: 12px 0 14px; color: var(--stone); font-size: 13px; line-height: 1.45; }
.collection-commerce-card span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.signature-core { padding: clamp(84px, 10vw, 156px) 0; color: var(--paper); background: radial-gradient(circle at 12% 18%, rgba(202,164,55,.16), transparent 28%), var(--ink); }
.signature-core__grid { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1fr); align-items: center; gap: clamp(36px, 7vw, 110px); }
.signature-core__image { overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #eee9df; }
.signature-core__image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.signature-core__copy p:not(.eyebrow) { max-width: 640px; margin: 28px 0 34px; color: rgba(255,255,255,.72); font-size: 17px; }
.brasil-feature { padding: clamp(86px, 10vw, 156px) 0; background: var(--cream); }
.brasil-feature__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); align-items: center; gap: clamp(34px, 7vw, 110px); }
.brasil-feature__copy h3 { margin: 26px 0 18px; font-family: var(--serif); font-size: clamp(34px, 3.4vw, 54px); font-weight: 500; line-height: .95; }
.brasil-feature__copy p { max-width: 640px; margin: 0 0 32px; color: var(--stone); font-size: 17px; }
.brasil-feature__media { position: relative; background: #ede8df; }
.brasil-feature__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.brasil-feature__mini { position: absolute; right: 22px; bottom: 22px; min-width: 170px; padding: 18px; color: var(--paper); background: var(--ink); box-shadow: 0 18px 48px rgba(10,10,9,.16); }
.brasil-feature__mini span { display: block; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.brasil-feature__mini strong { display: block; margin-top: 6px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.why-fera { background: var(--paper); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.values-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.values-grid span, .steps-grid span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.values-grid h3, .steps-grid h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: .98; }
.values-grid p, .steps-grid p { margin: 0; color: var(--stone); font-size: 13px; line-height: 1.55; }
.how-to-buy { padding: clamp(82px, 10vw, 140px) 0; color: var(--paper); background: var(--forest); }
.how-to-buy__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(32px, 7vw, 110px); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.steps-grid article { min-height: 260px; padding: 28px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.steps-grid p { color: rgba(255,255,255,.68); }

.signature-feature { padding: clamp(84px, 10vw, 150px) 0; background: var(--paper); }
.signature-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); align-items: stretch; gap: clamp(28px, 5vw, 80px); }
.signature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.signature-copy p:not(.eyebrow) { max-width: 580px; margin: 28px 0 34px; color: var(--stone); font-size: 17px; }
.signature-card { min-height: 520px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); color: rgba(255,255,255,.92); background: radial-gradient(circle at 30% 20%, rgba(202,164,55,.22), transparent 34%), var(--ink); }
.signature-card span { color: rgba(255,255,255,.94); font-family: var(--serif); font-size: clamp(58px, 8vw, 132px); letter-spacing: -.05em; }
.signature-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; }

.manifesto { display: grid; min-height: 720px; grid-template-columns: 1.05fr .95fr; color: var(--paper); background: var(--forest); }
.manifesto-media { min-height: 600px; background: #171c18; }
.manifesto-media img { width: 100%; height: 100%; object-fit: cover; opacity: .84; }
.manifesto-mark { width: 100%; height: 100%; min-height: 600px; display: grid; place-items: center; color: rgba(255,255,255,.05); font-family: var(--serif); font-size: clamp(180px, 26vw, 420px); line-height: 1; }
.manifesto-copy { display: flex; padding: clamp(50px, 8vw, 120px); flex-direction: column; align-items: flex-start; justify-content: center; }
.manifesto-copy p:not(.eyebrow) { max-width: 520px; margin: 32px 0; color: rgba(255,255,255,.72); font-size: 17px; }
.collection-banner { padding: clamp(90px, 13vw, 190px) 0; color: var(--paper); background: var(--ink); text-align: center; }
.collection-banner .section-title { max-width: 900px; margin: 0 auto 28px; }
.collection-banner p { max-width: 590px; margin: 0 auto 34px; color: rgba(255,255,255,.67); }
.lifestyle-section { padding: clamp(84px, 10vw, 150px) 0; background: var(--paper); }
.lifestyle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lifestyle-card { min-height: 320px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(251,250,246,.2), rgba(10,10,9,.08)), var(--cream); }
.lifestyle-card:nth-child(2) { background: linear-gradient(180deg, rgba(202,164,55,.16), rgba(10,10,9,.08)), #eee7d8; }
.lifestyle-card:nth-child(3) { color: var(--paper); background: linear-gradient(180deg, rgba(10,10,9,.08), rgba(10,10,9,.55)), var(--forest); }
.lifestyle-card span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.lifestyle-card h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1; }
.lifestyle-card p { max-width: 330px; margin: 0; color: inherit; opacity: .72; }
.testimonials { background: var(--cream); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote { padding: 38px; border: 1px solid var(--line); background: var(--paper); }
.quote-stars { color: var(--gold); letter-spacing: .15em; }
.quote blockquote { margin: 24px 0 36px; font-family: var(--serif); font-size: 25px; line-height: 1.25; }
.quote cite { font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.whatsapp-cta { display: grid; padding: 0; grid-template-columns: 1.1fr .9fr; background: #d4b549; }
.whatsapp-cta__copy { padding: clamp(60px, 8vw, 120px); }
.whatsapp-cta__copy p { max-width: 520px; margin: 24px 0 34px; }
.whatsapp-cta__aside { min-height: 480px; background: var(--ink) url('assets/images/fera-logo.svg') center/48% auto no-repeat; }

.newsletter { padding: 80px 0; border-top: 1px solid rgba(255,255,255,.12); color: var(--paper); background: var(--ink); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 56px); font-weight: 500; line-height: 1; }
.newsletter-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.55); }
.newsletter-form input { width: 100%; padding: 17px 0; border: 0; outline: 0; color: white; background: transparent; }
.newsletter-form button { border: 0; color: var(--gold); background: none; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.7); background: var(--ink); }
.footer-grid { display: grid; padding-bottom: 70px; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 180px; margin-bottom: 24px; }
.footer-brand p { max-width: 330px; }
.footer-title { margin: 0 0 20px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 9px 0; }
.footer-bottom { display: flex; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); justify-content: space-between; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.whatsapp-float { position: fixed; z-index: 60; right: 22px; bottom: 22px; display: flex; width: 62px; height: 62px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--ink); background: var(--gold); box-shadow: 0 12px 35px rgba(0,0,0,.22); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 34px; height: 34px; }

.page-shell { min-height: 50vh; padding: 80px 0 120px; }
.page-header { padding: 80px 0 55px; border-bottom: 1px solid var(--line); background: var(--cream); }
.page-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 90px); font-weight: 500; line-height: .9; }
.collections-hero { padding: clamp(92px, 12vw, 172px) 0; color: var(--paper); background: radial-gradient(circle at 80% 10%, rgba(202,164,55,.16), transparent 25%), var(--ink); }
.collections-hero--sales { background: radial-gradient(circle at 78% 14%, rgba(202,164,55,.2), transparent 28%), linear-gradient(120deg, #050505, #11100c 62%, #263328); }
.collections-hero__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: end; gap: clamp(32px, 6vw, 90px); }
.collections-hero p:not(.eyebrow) { max-width: 560px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; }
.collections-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.collections-showcase { padding: clamp(72px, 9vw, 132px) 0; background: var(--paper); }
.collections-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.collection-card { border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.collection-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(10,10,9,.08); }
.collection-card--large { grid-column: span 2; }
.collection-card a { display: grid; height: 100%; grid-template-rows: auto 1fr; }
.collection-card__image { overflow: hidden; background: var(--cream); }
.collection-card__image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .45s ease; }
.collection-card:hover .collection-card__image img { transform: scale(1.025); }
.collection-card__content { padding: clamp(24px, 3vw, 36px); }
.collection-card__content h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3.4vw, 52px); font-weight: 500; line-height: .95; }
.collection-card__content p:not(.eyebrow) { min-height: 54px; margin: 18px 0 26px; color: var(--stone); }
.collection-card__content span { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.collections-paths { padding: clamp(72px, 9vw, 126px) 0; border-top: 1px solid var(--line); background: var(--cream); }
.collections-path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.collection-path-card { min-height: 260px; display: flex; padding: 30px; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.collection-path-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(10,10,9,.08); }
.collection-path-card span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.collection-path-card h3 { margin: 16px 0 12px; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: .95; }
.collection-path-card p { margin: 0; color: var(--stone); font-size: 13px; line-height: 1.55; }
.collection-path-card--all { color: var(--paper); background: var(--ink); }
.collection-path-card--all p { color: rgba(255,255,255,.68); }
.collections-note { padding: clamp(70px, 9vw, 120px) 0; color: var(--paper); background: var(--forest); }
.collections-note__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(30px, 6vw, 90px); }
.collections-note__inner p:not(.eyebrow) { max-width: 560px; margin: 0 0 28px; color: rgba(255,255,255,.72); }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 32px; color: var(--stone); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce div.product { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(40px, 7vw, 100px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product .product_title { max-width: 760px; font-family: var(--serif); font-size: clamp(40px, 4.6vw, 64px); font-weight: 500; line-height: .95; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-size: 20px; }
.woocommerce-product-details__short-description { color: var(--stone); font-size: 16px; }
.woocommerce div.product form.cart { display: block; width: 100%; max-width: 620px; margin: 32px 0 16px; clear: both; }
.woocommerce div.product form.cart .variations { width: 100%; margin-bottom: 18px; }
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { display: block; padding: 0 0 8px; text-align: left; }
.woocommerce div.product form.cart .variations tr { display: block; margin-bottom: 14px; }
.woocommerce div.product form.cart .single_variation_wrap { width: 100%; display: block; }
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart { width: 100%; display: block; }
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart::before { content: "Quantidade"; display: block; margin: 4px 0 8px; color: var(--stone); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.woocommerce div.product form.cart .woocommerce-variation { margin-bottom: 8px; }
.woocommerce div.product form.cart .variations select { min-height: 48px; padding: 0 14px; border: 1px solid var(--line); background: transparent; }
.woocommerce div.product form.cart div.quantity { float: none; width: 112px; margin: 0 0 14px; }
.woocommerce .quantity .qty { width: 100%; min-height: 58px; border: 1px solid var(--line); background: #fff; font-size: 18px; }
.woocommerce div.product form.cart .single_add_to_cart_button { float: none !important; display: flex !important; width: 100% !important; min-height: 62px; margin: 0 0 12px !important; background: var(--gold) !important; border-color: var(--gold) !important; color: var(--ink) !important; opacity: 1 !important; white-space: normal; }
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--ink) !important; border-color: var(--ink) !important; color: var(--paper) !important; }
.fera-whatsapp-product { width: 100%; min-height: 62px; margin-top: 12px; border-color: var(--forest); color: var(--paper); background: var(--forest); white-space: normal; }
.fera-whatsapp-product svg { width: 20px; height: 20px; }
.fera-whatsapp-product:hover { border-color: var(--gold); color: var(--ink); background: var(--gold); }
.fera-buy-now { width: 100%; min-height: 62px; margin-bottom: 0; border-color: var(--ink); color: var(--paper); background: var(--ink); white-space: normal; }
.fera-buy-now:hover { border-color: var(--gold); color: var(--ink); background: var(--gold); }
.purchase-note { max-width: 620px; width: 100%; margin: 12px 0 28px; color: var(--stone); font-size: 12px; line-height: 1.45; }
.woocommerce div.product .wcpay-payment-request-wrapper, .woocommerce div.product .wc-stripe-product-checkout-container, .woocommerce div.product .wc-stripe-payment-request-wrapper, .woocommerce div.product .stripe-payment-request-wrapper, .woocommerce div.product .express-payment-methods, .woocommerce div.product .payment-methods { max-width: 620px; }
.variable-items-wrapper[data-attribute_name="attribute_pa_tamanho"] .variable-item[data-value="s"] { order: 1; }
.variable-items-wrapper[data-attribute_name="attribute_pa_tamanho"] .variable-item[data-value="m"] { order: 2; }
.variable-items-wrapper[data-attribute_name="attribute_pa_tamanho"] .variable-item[data-value="l"] { order: 3; }
.variable-items-wrapper[data-attribute_name="attribute_pa_tamanho"] .variable-item[data-value="xl"] { order: 4; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1/-1; }
.woocommerce-cart-form, .cart_totals { padding: 28px; border: 1px solid var(--line); background: white; }
.fera-cart-whatsapp { width: 100%; margin-top: 12px; border-color: var(--gold); background: var(--gold); color: var(--ink); }
.fera-checkout-whatsapp { width: 100%; margin-top: 16px; border-color: var(--gold); background: var(--gold); color: var(--ink); }
.fera-checkout-whatsapp:hover, .fera-cart-whatsapp:hover { color: var(--gold); background: var(--ink); }
.fera-trust-note { margin: 14px 0 0; color: var(--stone); font-size: 12px; }
.fera-page-whatsapp-cta { margin: 24px 0; padding: 24px; border: 1px solid rgba(202,164,55,.5); background: #fffdf5; }
.fera-page-whatsapp-cta p { margin: 10px 0 0; color: var(--stone); font-size: 13px; }
.fera-page-whatsapp-cta .button { border-color: var(--gold); color: var(--ink); background: var(--gold); }
.fera-page-whatsapp-cta .button:hover { color: var(--gold); background: var(--ink); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--gold); background: var(--cream); }
.woocommerce-account .page-shell { width: min(1180px, calc(100vw - 64px)); }
.woocommerce-account .woocommerce { display: grid; width: 100%; grid-template-columns: minmax(240px, 280px) minmax(0, 1fr); align-items: start; gap: clamp(28px, 5vw, 70px); }
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none !important; width: auto !important; max-width: none !important; }
.woocommerce-account .woocommerce-MyAccount-navigation { position: sticky; top: 128px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 14px 0; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: var(--gold); }
.woocommerce-account .woocommerce-MyAccount-content { min-width: 0; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: #fff; }
.woocommerce-account .woocommerce-MyAccount-content p:first-child { margin-top: 0; }
.woocommerce-account .woocommerce-MyAccount-content a { font-weight: 800; }
.woocommerce-account .woocommerce-MyAccount-content table.shop_table, .woocommerce-account table.shop_table { width: 100%; border-color: var(--line); border-collapse: separate; border-spacing: 0; table-layout: auto; }
.woocommerce-account table.shop_table th, .woocommerce-account table.shop_table td { padding: 16px 18px; vertical-align: middle; line-height: 1.35; }
.woocommerce-account table.shop_table .button { min-width: 118px; min-height: 48px; padding-inline: 20px; }
.woocommerce-account .woocommerce-order-details, .woocommerce-account .woocommerce-customer-details { width: 100%; max-width: 100%; }
.woocommerce-account .woocommerce-order-details h2, .woocommerce-account .woocommerce-customer-details h2 { margin-top: 34px; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); font-weight: 500; line-height: .98; }
.woocommerce-account .woocommerce-order-overview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-order-overview li { margin: 0; padding: 18px; border: 1px solid var(--line); background: var(--paper); font-size: 11px; text-transform: uppercase; }
.woocommerce-account .woocommerce-MyAccount-content .button { margin-top: 8px; }
.woocommerce-account form.login, .woocommerce-account form.register { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: #fff; }
.woocommerce-account .u-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.woocommerce-account .u-column1, .woocommerce-account .u-column2 { width: auto; float: none; }
.woocommerce-account form .form-row, .woocommerce-account form .form-row-first, .woocommerce-account form .form-row-last, .woocommerce-account form .form-row-wide { float: none; width: 100%; max-width: 100%; }
.woocommerce-account form .form-row { margin: 0 0 16px; }
.woocommerce-account form fieldset { margin: 26px 0; padding: 26px; border: 1px solid var(--line); }
.woocommerce-account form legend { padding: 0 10px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce-account input.input-text { min-height: 52px; padding: 0 14px; border: 1px solid var(--line); background: var(--paper); }
.woocommerce-account:not(.logged-in) .page-shell { width: min(760px, calc(100vw - 64px)); padding-top: clamp(56px, 7vw, 96px); }
.woocommerce-account:not(.logged-in) .woocommerce { display: block; width: 100%; }
.woocommerce-account:not(.logged-in) .woocommerce h2 { max-width: 560px; margin: 0 auto 18px; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: .98; }
.woocommerce-account:not(.logged-in) form.login, .woocommerce-account:not(.logged-in) form.register { width: min(560px, 100%); max-width: 560px; margin: 0 auto; padding: clamp(30px, 4vw, 46px); border: 1px solid var(--line); background: #fff; box-shadow: 0 22px 70px rgba(10,10,9,.055); }
.woocommerce-account:not(.logged-in) form.login label, .woocommerce-account:not(.logged-in) form.register label { display: block; margin-bottom: 8px; color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1.35; letter-spacing: .02em; }
.woocommerce-account:not(.logged-in) form.login input.input-text, .woocommerce-account:not(.logged-in) form.register input.input-text { width: 100%; min-height: 56px; padding: 0 16px; font-size: 16px; }
.woocommerce-account:not(.logged-in) form.login .form-row, .woocommerce-account:not(.logged-in) form.register .form-row { width: 100%; margin-bottom: 18px; }
.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme { display: inline-flex !important; align-items: center; gap: 9px; margin: 4px 0 18px; color: var(--stone); font-size: 13px; font-weight: 700; }
.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input { width: 16px; height: 16px; margin: 0; }
.woocommerce-account:not(.logged-in) form.login .button, .woocommerce-account:not(.logged-in) form.register .button { width: 100%; min-height: 56px; }
.woocommerce-account:not(.logged-in) .woocommerce-LostPassword { margin: 18px 0 0; text-align: center; }
.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a { color: var(--stone); font-size: 13px; font-weight: 800; }
.woocommerce-account:not(.logged-in) .u-columns { max-width: 1120px; margin: 0 auto; }
.fera-account-intro, .fera-order-account-box { margin-bottom: 28px; padding: clamp(28px, 4vw, 46px); color: var(--paper); background: radial-gradient(circle at 90% 0%, rgba(202,164,55,.22), transparent 28%), var(--forest); }
.fera-account-intro h2, .fera-order-account-box h2 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); font-weight: 500; line-height: .96; }
.fera-account-intro p:not(.eyebrow), .fera-order-account-box p:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; color: rgba(255,255,255,.72); }
.fera-order-account-box .button { margin-top: 26px; }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .header-inner { grid-template-columns: 44px 1fr auto; gap: 10px; }
  .menu-toggle { display: block; }
  .site-logo, .custom-logo-link { justify-self: center; }
  .primary-nav { position: fixed; inset: 111px 0 auto; display: none; padding: 38px 24px; background: var(--paper); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; gap: 22px; }
  .header-actions { display: flex; gap: 14px; }
  .header-actions > .header-action:not(.header-cart):not(.header-account) { display: none; }
  .header-search { min-width: 0; height: 44px; border: 0; }
  .header-search input[type="search"], .header-search__text, .header-cart__text, .header-account__text { display: none; }
  .header-search button, .header-cart, .header-account { width: 32px; height: 44px; padding: 0; }
  .header-search svg, .header-cart svg, .header-account svg { width: 22px; height: 22px; }
  .header-search.is-open { position: absolute; z-index: 4; right: 0; bottom: -66px; left: 0; display: grid; height: 58px; grid-template-columns: 1fr 48px; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); background: rgba(251,250,246,.98); box-shadow: 0 16px 35px rgba(10,10,9,.12); }
  .header-search.is-open input[type="search"] { display: block; width: 100%; height: 40px; padding: 0 12px; border: 0; background: var(--cream); font-size: 16px; }
  .header-search.is-open button { width: 44px; height: 40px; color: var(--paper); background: var(--ink); }
  .header-cart { position: relative; justify-content: center; }
  .header-cart .cart-count { position: absolute; top: 4px; right: -3px; width: 16px; height: 16px; margin: 0; font-size: 8px; }
  .hero-editorial { min-height: auto; }
  .hero-editorial__inner { grid-template-columns: 1fr; }
  .hero-showcase { order: -1; min-height: auto; }
  .hero-portrait { width: min(76%, 560px); }
  .hero-product-card { width: min(34%, 240px); }
  .shopping-guide__inner { grid-template-columns: 1fr; }
  .shopping-guide__intro { position: static; }
  .shopping-guide__cards { grid-template-columns: 1fr; }
  .woocommerce ul.products, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .commerce-hero { min-height: auto; }
  .commerce-hero__inner { min-height: auto; grid-template-columns: 1fr; padding: 58px 0 70px; }
  .commerce-hero__visual { order: -1; min-height: auto; }
  .commerce-hero__media { min-height: 520px; }
  .commerce-hero__panel { max-width: 430px; }
  .launch-band { grid-template-columns: repeat(2, 1fr); }
  .launch-band span:nth-child(odd) { border-left: 0; }
  .launch-band span:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.1); }
  .commerce-grid, .commerce-grid--launches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-commerce-grid { grid-template-columns: 1fr; }
  .signature-core__grid, .brasil-feature__grid, .how-to-buy__grid { grid-template-columns: 1fr; }
  .values-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto, .whatsapp-cta { grid-template-columns: 1fr; }
  .signature-grid, .lifestyle-grid { grid-template-columns: 1fr; }
  .manifesto-media { min-height: 70vw; }
  .whatsapp-cta__aside { min-height: 380px; }
  .quote-grid { grid-template-columns: 1fr; }
  .collections-hero__inner, .collections-note__inner { grid-template-columns: 1fr; }
  .collections-grid { grid-template-columns: repeat(2, 1fr); }
  .collections-path-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce-account .page-shell { width: min(100% - 32px, 760px); }
  .woocommerce-account:not(.logged-in) .page-shell { width: min(100% - 32px, 680px); }
  .woocommerce-account .woocommerce, .woocommerce-account .u-columns { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce-MyAccount-navigation { position: static; }
  .woocommerce-account .woocommerce-order-overview { grid-template-columns: repeat(2, 1fr); }
  .newsletter-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .product_title { max-width: 680px; font-size: clamp(36px, 8.4vw, 52px); line-height: .94; }
  .woocommerce div.product form.cart { max-width: 100%; }
  .woocommerce div.product form.cart div.quantity { width: 108px; }
}

@media (max-width: 600px) {
  :root { --wrap: calc(100vw - 28px); }
  .announcement { font-size: 8px; }
  .header-inner { min-height: 70px; }
  .site-logo img, .custom-logo-link img { width: 142px; }
  .primary-nav { top: 99px; }
  .hero { min-height: 720px; }
  .hero-editorial { min-height: auto; padding: 34px 0 62px; }
  .display { font-size: clamp(44px, 14vw, 68px); }
  .hero-editorial .display { font-size: clamp(45px, 15vw, 70px); }
  .hero-content { padding-bottom: 70px; }
  .hero-editorial .hero-content { padding-bottom: 0; }
  .hero-actions .button { width: 100%; }
  .commerce-hero { min-height: auto; overflow: hidden; }
  .commerce-hero::after { display: none; }
  .commerce-hero__inner { min-height: auto; gap: 18px; padding: 16px 0 34px; }
  .commerce-hero__visual { width: calc(100vw - 28px); min-height: auto; margin-inline: auto; }
  .commerce-hero__media { min-height: 0; aspect-ratio: 1 / 1.04; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 22px 62px rgba(0,0,0,.34); }
  .commerce-hero__media::after { background: linear-gradient(0deg, rgba(0,0,0,.18), transparent 44%); }
  .commerce-hero__media img { object-position: center 8%; }
  .commerce-hero__panel { display: none; }
  .commerce-hero__copy .eyebrow { margin-bottom: 10px; font-size: 9px; letter-spacing: .18em; }
  .commerce-hero .display { font-size: clamp(42px, 13.6vw, 58px); line-height: .9; }
  .commerce-hero__copy p:not(.eyebrow) { max-width: 94%; margin: 14px 0 18px; font-size: 14px; line-height: 1.45; }
  .commerce-hero .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr) 54px; gap: 10px; }
  .commerce-hero .hero-actions .button { width: 100%; min-height: 50px; padding: 0 16px; border-radius: 999px; font-size: 10px; letter-spacing: .12em; }
  .commerce-hero .hero-actions .button--light { width: 54px; min-width: 54px; padding: 0; color: var(--paper); background: transparent; font-size: 0; }
  .commerce-hero .hero-actions .button--light::before { content: "WA"; color: var(--paper); font-size: 11px; font-weight: 900; letter-spacing: .05em; }
  .commerce-hero__trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
  .commerce-hero__trust span { min-height: 72px; justify-content: center; flex-direction: column; gap: 7px; padding: 10px 6px; border-radius: 18px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.055); font-size: 7.5px; line-height: 1.25; letter-spacing: .08em; text-align: center; }
  .commerce-hero__trust span::before { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid rgba(202,164,55,.42); border-radius: 999px; color: var(--gold); background: rgba(202,164,55,.08); font-size: 8px; font-weight: 900; letter-spacing: .05em; }
  .commerce-hero__trust span:nth-child(1)::before { content: "US"; }
  .commerce-hero__trust span:nth-child(2)::before { content: "PT"; }
  .commerce-hero__trust span:nth-child(3)::before { content: "$"; }
  .launch-band { display: none; }
  .home-section { padding: 66px 0; }
  .home-section--products { padding-top: 46px; }
  .home-section--products .section-head { gap: 22px; margin-bottom: 30px; }
  .home-section--products .section-title { font-size: clamp(42px, 12vw, 58px); }
  .home-section--products .section-head--commerce p:not(.eyebrow) { max-width: 92%; font-size: 16px; line-height: 1.45; }
  .home-section > .container, .signature-core > .container, .brasil-feature > .container, .how-to-buy > .container { width: calc(100vw - 28px); }
  .commerce-grid, .commerce-grid--featured, .commerce-grid--launches { grid-template-columns: 1fr; gap: 42px; }
  .commerce-card { border-color: rgba(10,10,9,.11); box-shadow: 0 18px 50px rgba(10,10,9,.055); }
  .commerce-card__media img { aspect-ratio: 1 / 1.18; }
  .commerce-card__badge { top: 12px; left: 12px; }
  .commerce-card__body { min-height: auto; padding: 22px 4px 2px; background: var(--paper); }
  .commerce-card h3 { max-width: 92%; font-size: clamp(38px, 12vw, 56px); line-height: .98; }
  .commerce-card p { max-width: 92%; font-size: 14px; }
  .commerce-card__actions { margin-top: 18px; }
  .collection-commerce-grid { gap: 14px; }
  .collection-commerce-card { grid-template-columns: 104px 1fr; min-height: 160px; padding: 16px; gap: 16px; }
  .collection-commerce-card img { width: 104px; }
  .collection-commerce-card h3 { font-size: 28px; }
  .signature-core { padding: 66px 0; }
  .signature-core__grid { gap: 28px; }
  .brasil-feature { padding: 66px 0; }
  .brasil-feature__mini { right: 14px; bottom: 14px; min-width: 140px; padding: 14px; }
  .values-grid, .steps-grid { grid-template-columns: 1fr; }
  .values-grid article, .steps-grid article { min-height: 210px; padding: 24px; }
  .hero-showcase { margin-inline: -6px; }
  .hero-portrait { width: 82%; }
  .hero-product-card { width: 40%; padding: 8px; bottom: 18px; }
  .hero-product-card figcaption { padding-top: 8px; }
  .hero-product-card strong { font-size: 16px; }
  .usp-grid { grid-template-columns: 1fr; }
  .usp + .usp { border-top: 1px solid var(--line); border-left: 0; }
  .shopping-guide { padding: 62px 0; }
  .shopping-guide__inner { width: calc(100vw - 28px); }
  .shopping-guide__card { min-height: 230px; padding: 26px; }
  .shopping-guide__card h3 { font-size: 34px; }
  .section-head { align-items: start; flex-direction: column; }
  .section > .container { width: calc(100vw - 20px); }
  .collections-grid { grid-template-columns: 1fr; }
  .collection-card--large { grid-column: auto; }
  .collection-card__content p:not(.eyebrow) { min-height: 0; }
  .collections-path-grid { grid-template-columns: 1fr; }
  .collection-path-card { min-height: 230px; padding: 26px; }
  .signature-card { min-height: 320px; }
  .signature-card span { font-size: 62px; }
  .signature-card img { min-height: 320px; }
  .lifestyle-card { min-height: 250px; padding: 28px; }
  .woocommerce ul.products, .woocommerce-page ul.products, .product-grid { display: grid !important; width: 100% !important; grid-template-columns: 1fr !important; gap: 58px !important; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; max-width: none !important; margin: 0 !important; }
  .woocommerce ul.products li.product a { display: block; width: 100%; }
  .woocommerce ul.products li.product a img, .product-card__image { width: 100% !important; max-width: none !important; margin-bottom: 20px; aspect-ratio: 4 / 5; }
  .fera-loop-gallery { margin-bottom: 20px; touch-action: pan-y; }
  .fera-loop-gallery__dots { display: flex; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .product-card h3 { max-width: 100%; font-size: 34px; line-height: 1.04; }
  .woocommerce ul.products li.product .price, .product-card__price { font-size: 18px; }
  .woocommerce span.onsale, .product-badge { top: 12px; left: 12px; padding: 8px 12px; font-size: 10px; }
  .woocommerce div.product .product_title { font-size: clamp(34px, 10.6vw, 42px); line-height: .96; letter-spacing: -.03em; }
  .woocommerce-product-details__short-description { font-size: 15px; }
  .woocommerce div.product form.cart, .purchase-note, .woocommerce div.product .wcpay-payment-request-wrapper, .woocommerce div.product .wc-stripe-product-checkout-container, .woocommerce div.product .wc-stripe-payment-request-wrapper, .woocommerce div.product .stripe-payment-request-wrapper, .woocommerce div.product .express-payment-methods, .woocommerce div.product .payment-methods { width: 100%; max-width: none; }
  .woocommerce div.product form.cart div.quantity { width: 96px; }
  .woocommerce div.product form.cart .single_add_to_cart_button, .fera-buy-now, .fera-whatsapp-product { width: 100% !important; min-height: 58px; padding-inline: 18px; font-size: 11px; line-height: 1.25; letter-spacing: .11em; }
  .woocommerce-account .page-shell { width: calc(100vw - 28px); padding-top: 48px; }
  .woocommerce-account:not(.logged-in) .page-shell { width: calc(100vw - 28px); padding-top: 44px; }
  .woocommerce-account:not(.logged-in) form.login, .woocommerce-account:not(.logged-in) form.register { padding: 26px; }
  .woocommerce-account:not(.logged-in) .woocommerce h2 { font-size: 34px; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account form.login, .woocommerce-account form.register { padding: 24px; }
  .woocommerce-account .woocommerce-order-overview { grid-template-columns: 1fr; }
  .woocommerce-account table.shop_table thead { display: none; }
  .woocommerce-account table.shop_table, .woocommerce-account table.shop_table tbody, .woocommerce-account table.shop_table tr, .woocommerce-account table.shop_table td { display: block; width: 100%; }
  .woocommerce-account table.shop_table tr { border-bottom: 1px solid var(--line); }
  .woocommerce-account table.shop_table td { border: 0; padding: 12px 0; }
  .woocommerce-account table.shop_table td::before { content: attr(data-title); display: block; margin-bottom: 4px; color: var(--stone); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .woocommerce-account table.shop_table .button { width: 100%; }
  .purchase-note { margin-bottom: 22px; font-size: 12px; line-height: 1.5; }
  .manifesto-copy, .whatsapp-cta__copy { padding: 60px 24px; }
  .whatsapp-cta__aside { min-height: 280px; background-size: 62% auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 58px; height: 58px; }
  .whatsapp-float svg { width: 32px; height: 32px; }
}
