:root{--bg:#f7f4ef;--paper:#fff;--ink:#211611;--muted:#75665e;--line:#ddd4cd;--accent:#b94d25;--dark:#3a2017;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;--shell:1440px;--gutter:40px;--section:72px}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.shell{width:min(var(--shell),100%);margin:0 auto;padding-inline:var(--gutter)}.skip{position:absolute;left:-999px;top:0;background:#000;color:#fff;padding:10px;z-index:1000}.skip:focus{left:10px;top:10px}.kicker{margin:0 0 14px;font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--accent)}.kicker-light{color:#efaa8e}.brand-strip{height:30px;background:var(--dark);color:#e9dad2}.brand-strip-row{height:100%;display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:.16em}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-row{height:72px;display:grid;grid-template-columns:180px 1fr 180px;align-items:center}.brand{width:104px;display:block}.brand img{width:100%;height:48px;object-fit:contain;background:#fff}.desktop-nav{justify-self:center;display:flex;gap:34px}.desktop-nav a{font-size:13px;font-weight:700}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--accent)}.store-link{justify-self:end;font-size:12px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:4px}.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:12px;place-content:center;gap:6px}.menu-toggle span{width:21px;height:1px;background:var(--ink);display:block}.mobile-nav{position:fixed;top:102px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:20px var(--gutter);z-index:40}.mobile-nav a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-weight:700}.mobile-store{color:var(--accent)}

/* HERO: compact retail split */
.hero{background:var(--bg);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:44% 56%;min-height:620px;padding-inline:0}.hero-copy{padding:72px 64px 64px max(var(--gutter),calc((100vw - var(--shell))/2 + var(--gutter)));display:flex;flex-direction:column;justify-content:center}.hero-copy h1{font-family:var(--serif);font-size:clamp(58px,5vw,78px);line-height:.98;font-weight:400;letter-spacing:-.035em;margin:0 0 24px;max-width:640px}.hero-lead{font-size:17px;line-height:1.55;color:var(--muted);max-width:520px;margin:0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid var(--ink);font-size:12px;font-weight:800}.button-primary{background:var(--ink);color:#fff}.button-secondary{background:transparent}.hero-footnote{margin:28px 0 0;max-width:520px;padding-top:18px;border-top:1px solid var(--line);font-size:12px;line-height:1.5;color:var(--muted)}.hero-media{margin:0;min-height:620px;position:relative;overflow:hidden;background:#d8ccc2}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 45%}.hero-media figcaption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.95);padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-media figcaption span{font-size:9px;font-weight:800;letter-spacing:.16em;color:var(--accent)}.hero-media figcaption strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em}


@media(min-width:1101px){.hero-grid{height:clamp(720px,78vh,800px);min-height:720px}.hero-copy{height:100%;min-height:0;padding-left:var(--gutter);transform:translateY(-20px)}.hero-media{height:100%;min-height:0}.hero-media img{height:100%;min-height:0;object-fit:cover;object-position:center 42%}}

/* CATEGORY STRIP */
.explore{background:#fff;border-bottom:1px solid var(--line)}.explore-row{display:grid;grid-template-columns:1.15fr repeat(4,1fr);padding-inline:0}.explore-row>*{height:78px;display:flex;align-items:center;padding:0 22px;border-right:1px solid var(--line);font-size:12px;font-weight:700}.explore-row>*:first-child{border-left:1px solid var(--line)}.explore-title{font-size:10px!important;letter-spacing:.17em;color:var(--accent)}.explore-row a:hover{background:var(--bg)}

.section{padding:var(--section) 0}.section-head{display:grid;grid-template-columns:1fr minmax(280px,430px);gap:48px;align-items:end;margin-bottom:30px}.section-head h2{font-family:var(--serif);font-size:clamp(42px,3.6vw,54px);line-height:1;font-weight:400;letter-spacing:-.025em;margin:0}.section-head>p{margin:0;color:var(--muted);font-size:14px;line-height:1.6;max-width:430px;justify-self:end}.text-link{align-self:end;justify-self:end;font-size:12px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:4px}

/* COLLECTIONS: 4 equal retail cards, no dead zones */
.collections{background:#fff}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.collection-card{border:1px solid var(--line);background:#fff;min-width:0}.collection-media{height:330px;background:#f4f1ec;display:grid;place-items:center;overflow:hidden}.collection-media img{width:100%;height:100%;object-fit:contain;padding:22px;transition:transform .35s ease}.collection-card:hover .collection-media img{transform:scale(1.025)}.collection-caption{min-height:104px;border-top:1px solid var(--line);display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:start;padding:16px}.collection-caption>span{font-size:10px;font-weight:800;color:var(--accent)}.collection-caption h3{font-family:var(--serif);font-size:25px;font-weight:400;margin:0 0 4px}.collection-caption p{font-size:12px;color:var(--muted);margin:0;line-height:1.35}.collection-caption b{font-size:11px;white-space:nowrap;margin-top:5px}

/* PRODUCTS */
.products{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-card{background:#fff;border:1px solid var(--line);min-width:0}.product-image{aspect-ratio:1/1;background:#f4f1ec;overflow:hidden;display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:contain;padding:20px}.product-info{padding:15px}.product-meta{display:flex;justify-content:space-between;gap:10px;font-size:9px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.product-info h3{font-family:var(--serif);font-size:25px;line-height:1.06;font-weight:400;margin:10px 0 8px}.product-info p{font-size:12px;line-height:1.45;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-actions{display:grid;gap:7px;margin-top:15px}.product-actions a,.product-actions button{border:0;background:none;padding:0;text-align:left;font-size:11px;font-weight:800;cursor:pointer}.product-actions a{color:var(--accent)}

/* MANIFESTO: compact 50/50 */
.manifesto{background:var(--dark);color:#fff}.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;min-height:500px;padding-inline:0}.manifesto-media{overflow:hidden;min-height:500px}.manifesto-media img{width:100%;height:100%;object-fit:cover;object-position:center}.manifesto-copy{padding:64px max(var(--gutter),calc((100vw - var(--shell))/2 + var(--gutter))) 60px 58px;display:flex;flex-direction:column;justify-content:center}.manifesto-copy h2{font-family:var(--serif);font-size:clamp(48px,4.2vw,64px);line-height:.98;font-weight:400;letter-spacing:-.025em;margin:0 0 22px;max-width:610px}.manifesto-copy p{font-size:15px;line-height:1.6;color:#e2d3cc;max-width:570px;margin:0 0 22px}.manifesto-copy a{font-size:12px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:4px;width:max-content}

/* PROCESS */
.process{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.process-grid article{padding:24px 22px 26px;border-right:1px solid var(--line);min-height:190px}.process-grid article:last-child{border-right:0}.process-grid span{font-size:10px;font-weight:800;color:var(--accent)}.process-grid h3{font-family:var(--serif);font-size:26px;font-weight:400;margin:20px 0 8px}.process-grid p{font-size:12px;line-height:1.45;color:var(--muted);margin:0}

/* INSPIRATION */
.inspiration{background:var(--bg);border-top:1px solid var(--line)}.inspiration-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:245px 245px;gap:12px}.inspiration-grid figure{margin:0;position:relative;overflow:hidden;background:#ece5de;border:1px solid var(--line)}.inspiration-main{grid-row:1/3}.inspiration-grid figure:nth-child(2),.inspiration-grid figure:nth-child(3){grid-column:2}.inspiration-grid img{width:100%;height:100%;object-fit:contain;padding:14px}.inspiration-main img{object-fit:cover;padding:0}.inspiration-grid figcaption{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,255,255,.94);padding:10px 12px;display:flex;justify-content:space-between;gap:18px}.inspiration-grid figcaption span{font-size:9px;letter-spacing:.13em;font-weight:800;color:var(--accent)}.inspiration-grid figcaption strong{font-size:11px;text-align:right}

/* BUY */
.buy{background:#fff}.buy-grid{display:grid;grid-template-columns:1.35fr .95fr;gap:12px}.buy-card{min-height:195px;border:1px solid var(--line);padding:24px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.buy-primary{background:var(--ink);color:#fff}.buy-secondary{background:var(--bg);color:var(--ink)}.buy-card small{font-size:9px;letter-spacing:.14em;font-weight:800;color:var(--accent)}.buy-primary small{color:#f1a889}.buy-card h3{font-family:var(--serif);font-size:36px;font-weight:400;margin:12px 0 6px}.buy-card p{margin:0;line-height:1.45;font-size:12px;color:var(--muted);max-width:500px}.buy-primary p{color:#d5c7c0}.buy-card strong{font-size:12px;font-weight:800;margin-top:20px}

/* FAQ */
.faq{background:var(--bg);border-top:1px solid var(--line)}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px}.faq-grid h2{font-family:var(--serif);font-size:46px;line-height:1;font-weight:400;margin:0}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;padding:16px 28px 16px 0;font-size:14px;font-weight:700;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:0;top:15px}.faq-list details[open] summary:after{content:'\2212 '}.faq-list p{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.55;max-width:720px}

/* FOOTER */
.footer{background:var(--dark);color:#fff;padding:48px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:36px}.footer-brand img{width:100px;background:#fff;padding:5px}.footer-brand p{font-family:var(--serif);font-size:28px;margin:18px 0 0}.footer-grid h3{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#d9a994;margin:0 0 14px}.footer-grid a,.footer-grid button{display:block;background:none;border:0;color:#e2d5cf;padding:4px 0;font-size:12px;text-align:left;cursor:pointer}.footer-bottom{margin-top:38px;padding-top:16px;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;color:#a99b94;font-size:10px}

/* MODAL */
.channel-modal{border:0;padding:0;width:min(660px,calc(100vw - 28px));max-height:calc(100vh - 28px);background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28)}.channel-modal::backdrop{background:rgba(28,17,13,.55)}.modal-head{display:flex;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid var(--line)}.modal-head h2{font-family:var(--serif);font-size:36px;font-weight:400;margin:0}.modal-head button{border:0;background:none;font-size:28px;cursor:pointer}.modal-list{padding:0 24px 24px}.modal-option{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.modal-option small{display:block;font-size:9px;letter-spacing:.1em;color:var(--accent);font-weight:800}.modal-option strong{display:block;font-family:var(--serif);font-size:25px;font-weight:400;margin:3px 0}.modal-option p{font-size:11px;color:var(--muted);margin:0}.modal-option a,.modal-option>span{font-size:11px;font-weight:800;white-space:nowrap}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

@media(max-width:1100px){:root{--gutter:28px;--section:62px}.header-row{grid-template-columns:150px 1fr 150px}.desktop-nav{gap:22px}.hero-grid{grid-template-columns:46% 54%;height:auto;min-height:570px}.hero-copy{padding-top:64px;padding-bottom:58px;transform:none}.hero-media{height:570px;min-height:570px}.collection-media{height:280px}.section-head{grid-template-columns:1fr .75fr;gap:30px}.manifesto-copy{padding-left:42px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.brand-strip{display:none}.desktop-nav,.store-link{display:none}.menu-toggle{display:grid;justify-self:end}.header-row{grid-template-columns:1fr auto;height:68px}.brand{width:94px}.mobile-nav{top:69px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:52px var(--gutter) 42px}.hero-copy h1{font-size:60px}.hero-media{min-height:500px;height:64vw;max-height:600px}.explore{overflow:hidden}.explore-row{overflow-x:auto;width:100%;grid-template-columns:170px repeat(4,170px);padding:0}.explore-row>*{height:68px;white-space:nowrap}.section-head{grid-template-columns:1fr;gap:14px}.section-head>p,.text-link{justify-self:start}.collection-grid{grid-template-columns:repeat(2,1fr)}.collection-media{height:320px}.manifesto-grid{grid-template-columns:1fr}.manifesto-media{min-height:430px}.manifesto-copy{padding:48px var(--gutter)}.process-grid{grid-template-columns:1fr 1fr}.process-grid article:nth-child(2){border-right:0}.process-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.inspiration-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 300px}.inspiration-main{grid-column:1/-1;grid-row:auto}.inspiration-grid figure:nth-child(2),.inspiration-grid figure:nth-child(3){grid-column:auto}.buy-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr;gap:26px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:560px){:root{--gutter:18px;--section:50px}.header-row{height:64px}.mobile-nav{top:65px}.hero-copy{padding-top:42px;padding-bottom:34px}.hero-copy h1{font-size:clamp(48px,14vw,60px)}.hero-lead{font-size:15px}.hero-actions{display:grid}.button{width:100%}.hero-media{height:76vw;min-height:390px}.hero-media figcaption{left:10px;right:10px;bottom:10px}.explore-row{grid-template-columns:150px repeat(4,150px)}.explore-row>*{height:62px;padding:0 14px}.section-head h2{font-size:40px}.section-head>p{font-size:13px}.collection-grid{grid-template-columns:1fr 1fr;gap:8px}.collection-media{height:220px}.collection-caption{grid-template-columns:24px 1fr;padding:12px;min-height:96px}.collection-caption h3{font-size:21px}.collection-caption p{font-size:11px}.collection-caption b{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-info{padding:11px}.product-info h3{font-size:20px}.product-info p{display:none}.product-meta{display:block}.product-meta span:last-child{display:block;margin-top:4px}.product-actions{gap:5px}.product-actions a,.product-actions button{font-size:10px}.manifesto-media{min-height:360px}.manifesto-copy{padding:42px 20px}.manifesto-copy h2{font-size:43px}.manifesto-copy p{font-size:13px}.process-grid{grid-template-columns:1fr}.process-grid article{border-right:0!important;border-bottom:1px solid var(--line)!important;min-height:auto;padding:20px}.process-grid article:last-child{border-bottom:0!important}.process-grid h3{margin-top:12px}.inspiration-grid{grid-template-columns:1fr;grid-template-rows:none}.inspiration-grid figure,.inspiration-main{grid-column:auto!important;grid-row:auto;min-height:330px}.inspiration-grid figcaption{display:grid}.inspiration-grid figcaption strong{text-align:left}.buy-card{min-height:178px;padding:20px}.buy-card h3{font-size:32px}.faq-grid h2{font-size:38px}.footer{padding-top:42px}.footer-grid{gap:30px}.footer-bottom{display:grid;gap:4px}.modal-head{padding:18px}.modal-head h2{font-size:30px}.modal-list{padding:0 18px 18px}.modal-option{grid-template-columns:1fr}.modal-option a,.modal-option>span{justify-self:start}}
@media(max-width:410px){.collection-grid,.product-grid{grid-template-columns:1fr}.collection-media{height:290px}.hero-media{min-height:360px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.collection-media img{transition:none}}


/* WEB08-R2 - banner multicanal + vitrine com fotos reais */
.channel-banner{margin-top:24px;border:1px solid var(--line);background:rgba(255,255,255,.72);padding:14px 14px 12px;max-width:620px}
.channel-banner-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:12px}
.channel-banner-head>div{display:grid;gap:4px}
.channel-banner-head strong{font-family:var(--serif);font-size:20px;font-weight:400}
.channel-banner-head span{font-size:11px;line-height:1.35;color:var(--muted)}
.channel-banner-more,.text-link-button{border:0;background:none;padding:0;color:var(--ink);font:inherit;font-size:10px;font-weight:800;cursor:pointer;border-bottom:1px solid currentColor}
.channel-banner-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line);background:#fff}
.channel-chip{min-width:0;min-height:58px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px 5px;border-right:1px solid var(--line);font-size:10px;text-align:center;background:#fff}
.channel-chip:last-child{border-right:0}
.channel-chip:hover,.channel-chip:focus-visible{background:#f8f1e8}
.channel-chip-primary{background:#f4e7d8}
.channel-chip.is-pending{opacity:.62;cursor:default}
.channel-mark{display:grid;place-items:center;width:23px;height:23px;border:1px solid var(--line);border-radius:50%;font-family:var(--serif);font-size:12px;color:var(--accent)}
.channel-chip-primary .channel-mark{border-color:var(--accent);color:var(--accent)}
.hero-copy{padding-top:56px;padding-bottom:44px}
.hero-footnote{margin-top:16px}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-image{aspect-ratio:1/1.06}
.product-image img{object-fit:cover;padding:0}
.product-card:nth-child(2) .product-image img,.product-card:nth-child(5) .product-image img,.product-card:nth-child(6) .product-image img{object-position:center 42%}
.product-info{min-height:235px;display:flex;flex-direction:column}
.product-info p{display:block;-webkit-line-clamp:unset}
.product-actions{margin-top:auto;padding-top:14px}
.product-actions button{order:1}
.product-actions a{order:2}
.text-link-button{justify-self:end;align-self:end;width:max-content}
.manifesto-media img{object-fit:cover;object-position:center 35%}
.inspiration-grid img{object-fit:cover;padding:0}

@media(min-width:1101px){
  .hero-grid{height:clamp(720px,78vh,820px);min-height:720px}
  .hero-copy{transform:none;padding-top:44px;padding-bottom:42px}
  .hero-media img{object-position:center 50%}
}
@media(max-width:1100px){
  .channel-banner{max-width:none}
}
@media(max-width:760px){
  .channel-banner{margin-top:18px;padding:12px}
  .channel-banner-head{align-items:start}
  .channel-banner-head span{font-size:10px}
  .channel-banner-grid{grid-template-columns:repeat(2,1fr)}
  .channel-chip{border-bottom:1px solid var(--line)}
  .channel-chip:nth-child(2n){border-right:0}
  .channel-chip:last-child{grid-column:1/3;border-bottom:0}
  .product-info{min-height:auto}
}


/* WEB09D-R6: collection landing pages only */
.collection-landing .hero-grid{min-height:560px}
.collection-landing .hero-copy{justify-content:center}
.collection-landing .hero-media{min-height:560px}
.collection-landing .collection-products .product-grid{grid-template-columns:repeat(auto-fit,minmax(245px,1fr))}
.collection-landing .breadcrumb{padding-top:22px;padding-bottom:2px;font-size:11px;color:var(--muted)}
.collection-landing .breadcrumb a{font-weight:800;color:var(--ink)}
.collection-landing .collection-intro{max-width:850px}
.collection-landing .collection-intro p{font-size:15px;line-height:1.65;color:var(--muted)}
.collection-landing .related-links{display:flex;flex-wrap:wrap;gap:10px}
.collection-landing .related-links a{border:1px solid var(--line);background:#fff;padding:12px 14px;font-size:12px;font-weight:800}
.collection-landing .collection-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.collection-landing .collection-cta a{display:inline-flex;align-items:center;min-height:48px;padding:0 18px;background:var(--dark);color:#fff;font-size:12px;font-weight:800}
.collection-landing .collection-cta a.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}
@media(max-width:760px){
  .collection-landing .hero-grid{min-height:0}
  .collection-landing .hero-media{min-height:380px}
  .collection-landing .collection-products .product-grid{grid-template-columns:1fr}
}


/* WEB09D-R7: product landing pages only */
.product-landing .breadcrumb{padding-top:22px;padding-bottom:2px;font-size:11px;color:var(--muted)}
.product-landing .breadcrumb a{font-weight:800;color:var(--ink)}
.product-landing .hero-grid{min-height:620px}
.product-landing .hero-copy{justify-content:center}
.product-landing .hero-media{min-height:620px}
.product-landing .product-facts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin-top:26px}
.product-landing .product-facts div{padding:15px 16px;border-right:1px solid var(--line)}
.product-landing .product-facts div:last-child{border-right:0}
.product-landing .product-facts small{display:block;font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:var(--terracotta);font-weight:900;margin-bottom:5px}
.product-landing .product-facts strong{font-size:12px;line-height:1.4}
.product-landing .product-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.product-landing .product-cta a,.product-landing .product-cta button{min-height:48px;padding:0 18px;border:1px solid var(--dark);font-size:12px;font-weight:800;cursor:pointer}
.product-landing .product-cta a{display:inline-flex;align-items:center;background:var(--dark);color:#fff}
.product-landing .product-cta button{background:#fff;color:var(--ink)}
.product-landing .product-story{max-width:880px}
.product-landing .product-story h2{font-family:var(--serif);font-size:clamp(40px,3.7vw,58px);font-weight:400;line-height:1.02;margin:0 0 20px}
.product-landing .product-story p{font-size:15px;line-height:1.7;color:var(--muted)}
.product-detail-link{font-weight:800}
@media(max-width:760px){
  .product-landing .hero-grid{min-height:0}
  .product-landing .hero-media{min-height:390px}
  .product-landing .product-facts{grid-template-columns:1fr}
  .product-landing .product-facts div{border-right:0;border-bottom:1px solid var(--line)}
  .product-landing .product-facts div:last-child{border-bottom:0}
}


/* WEB09D-R8 - SOCIAL PROOF + EDITORIAL MOTION */
.social-proof{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}
.social-proof-head h2{font-family:var(--serif);font-size:clamp(44px,4.5vw,66px);font-weight:400;line-height:.98;margin:0}
.social-proof-head>p{max-width:560px}
.social-proof-controls{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 20px}
.social-proof-note{display:grid;gap:3px}
.social-proof-note strong{font-family:var(--serif);font-size:24px;font-weight:400}
.social-proof-note span{font-size:11px;color:var(--muted)}
.social-proof-buttons{display:flex;gap:7px}
.social-proof-buttons button{height:38px;min-width:38px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:12px;font-weight:800;padding:0 12px;cursor:pointer}
.social-proof-buttons button:hover,.social-proof-buttons button:focus-visible{background:var(--bg);border-color:#cdb9aa}
.social-proof-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:8px}
.social-proof-viewport::-webkit-scrollbar{display:none}
.social-proof-track{display:flex;gap:14px;width:max-content;padding-right:var(--gutter)}
.social-proof-card{width:clamp(260px,26vw,340px);margin:0;scroll-snap-align:start;background:var(--bg);border:1px solid var(--line);overflow:hidden}
.social-proof-card img{width:100%;aspect-ratio:9/16;object-fit:cover;background:#f4eee7}
.social-proof-card figcaption{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:13px 14px;border-top:1px solid var(--line)}
.social-proof-card figcaption span{grid-row:1/3;color:var(--accent);font-size:13px;letter-spacing:.05em}
.social-proof-card figcaption strong{font-size:11px}
.social-proof-card figcaption small{font-size:9px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.social-proof-footer{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}
.social-proof-footer p{font-family:var(--serif);font-size:25px;margin:0}
.social-proof-footer button{justify-self:end}

/* Motion is progressive enhancement: content remains visible if JS fails. */
html.motion-ready [data-motion],html.motion-ready .motion-target{opacity:0;transform:translateY(14px);transition:opacity .62s ease,transform .62s cubic-bezier(.2,.7,.2,1);transition-delay:var(--motion-delay,0ms)}
html.motion-ready [data-motion].is-visible,html.motion-ready .motion-target.is-visible{opacity:1;transform:none}
html.motion-ready .social-proof-card{transition:opacity .62s ease,transform .62s cubic-bezier(.2,.7,.2,1),box-shadow .25s ease}
html.motion-ready .social-proof-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(61,39,31,.08)}
.product-image img{transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-image img{transform:scale(1.018)}
.buy-card,.product-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.buy-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(61,39,31,.06);border-color:#ccb7a7}

@media(max-width:820px){
  .social-proof-controls{align-items:center}
  .social-proof-card{width:min(78vw,330px)}
  .social-proof-track{gap:10px}
}
@media(max-width:560px){
  .social-proof-controls{align-items:flex-start}
  .social-proof-note strong{font-size:22px}
  .social-proof-buttons button{height:36px;min-width:36px;padding:0 10px}
  .social-proof-card{width:82vw}
  .social-proof-footer{align-items:flex-start;flex-direction:column}
  .social-proof-footer p{font-size:23px}
}
@media(prefers-reduced-motion:reduce){
  .social-proof-viewport{scroll-behavior:auto}
  html.motion-ready [data-motion],html.motion-ready .motion-target{opacity:1!important;transform:none!important;transition:none!important}
  html.motion-ready .social-proof-card:hover,.buy-card:hover,.product-card:hover{transform:none}
  .product-image img{transition:none}
}


/* WEB09D-R9 - MOBILE EDITORIAL GATEWAY */
@media(max-width:760px){
  :root{--gutter:20px;--section:54px}
  .section{padding:54px 0}
  .collections{background:#fff}
  .products{background:#f8f4ee}
  .social-proof{background:#fff}
  .process{background:#f8f4ee}
  .inspiration{background:#fff}
  .buy{background:#ead9c4}
  .faq{background:#fff}

  .section-head{margin-bottom:24px;gap:10px}
  .section-head h2{font-size:clamp(38px,11vw,48px);line-height:.98}
  .section-head>p{font-size:13px;line-height:1.55;max-width:34em}
  .kicker{font-size:10px;letter-spacing:.18em}

  .hero-copy{padding:42px var(--gutter) 30px}
  .hero-copy h1{font-size:clamp(46px,13vw,58px);line-height:.94;margin-bottom:18px;max-width:9.8ch}
  .hero-lead{font-size:15px;line-height:1.5;max-width:29em}
  .hero-actions{margin-top:22px}
  .hero-media{height:68vh;min-height:430px;max-height:600px}
  .hero-media img{object-position:center 50%}
  .hero-media figcaption{padding:10px 12px;gap:12px}
  .hero-footnote{display:none}

  .channel-banner{margin-top:20px;padding:0;border:0;background:transparent}
  .channel-banner-head{margin-bottom:10px;align-items:center}
  .channel-banner-head span{display:none}
  .channel-banner-grid{grid-template-columns:1.35fr 1fr 1fr}
  .channel-chip{min-height:62px;border-bottom:0;padding:8px 5px}
  .channel-chip:nth-child(n+4){display:none}
  .channel-chip:nth-child(2n){border-right:1px solid var(--line)}
  .channel-chip:last-child{grid-column:auto}
  .channel-chip:nth-child(3){border-right:0}
  .channel-mark{width:25px;height:25px}

  .explore{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
  .explore-row{grid-template-columns:max-content repeat(4,max-content);gap:0;overflow-x:auto;scroll-snap-type:x proximity;padding-left:var(--gutter);padding-right:var(--gutter)}
  .explore-row>*{height:58px;padding:0 17px;scroll-snap-align:start}
  .explore-title{padding-left:0;padding-right:20px}

  .collection-grid{grid-template-columns:1fr 1fr;gap:10px}
  .collection-card{overflow:hidden}
  .collection-media{height:auto;aspect-ratio:4/5}
  .collection-media img{padding:12px;object-fit:cover}
  .collection-caption{grid-template-columns:22px 1fr;gap:7px;padding:12px;min-height:112px}
  .collection-caption h3{font-size:22px;line-height:1}
  .collection-caption p{font-size:10.5px;line-height:1.35}
  .collection-caption b{display:none}

  #destaques .shell{padding-right:0}
  #destaques .product-head{padding-right:var(--gutter)}
  .product-grid{
    display:flex;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-padding-left:0;
    scrollbar-width:none;
    padding:2px var(--gutter) 10px 0;
    overscroll-behavior-inline:contain;
  }
  .product-grid::-webkit-scrollbar{display:none}
  .product-card{
    flex:0 0 min(82vw,340px);
    scroll-snap-align:start;
    min-width:min(82vw,340px);
    box-shadow:none;
  }
  .product-image{aspect-ratio:1/1.02}
  .product-info{padding:16px;min-height:0}
  .product-meta{font-size:9px;display:flex}
  .product-meta span:last-child{margin-top:0;text-align:right}
  .product-info h3{
    font-size:30px;line-height:1.02;margin:12px 0 9px;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden
  }
  .product-info p{
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
    font-size:12px;line-height:1.45
  }
  .product-actions{
    display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;
    margin-top:16px;padding-top:13px;border-top:1px solid var(--line)
  }
  .product-actions a,.product-actions button{font-size:11px}
  .product-actions a{order:1}
  .product-actions button{order:2}
  .product-actions .product-detail-link{font-weight:900}

  .social-proof-head h2{font-size:clamp(40px,11vw,50px)}
  .social-proof-controls{margin-bottom:14px}
  .social-proof-note span{font-size:10px}
  .social-proof-buttons button{height:34px;min-width:34px}
  .social-proof-card{width:78vw;max-width:320px}
  .social-proof-footer{margin-top:18px}

  .manifesto-grid{display:grid;grid-template-columns:1fr}
  .manifesto-media{min-height:420px;height:64vh;max-height:560px}
  .manifesto-media img{object-position:center 36%}
  .manifesto-copy{padding:42px var(--gutter) 48px}
  .manifesto-copy h2{font-size:clamp(39px,11vw,50px);line-height:.98;max-width:11ch}
  .manifesto-copy p{font-size:13px;line-height:1.6}

  .process-grid{grid-template-columns:1fr 1fr;border:1px solid var(--line);background:#fff}
  .process-grid article{
    min-height:178px;padding:17px;
    border-right:1px solid var(--line)!important;
    border-bottom:1px solid var(--line)!important
  }
  .process-grid article:nth-child(2n){border-right:0!important}
  .process-grid article:nth-child(n+3){border-bottom:0!important}
  .process-grid h3{font-size:29px;line-height:1;margin:13px 0 8px}
  .process-grid p{font-size:11px;line-height:1.42}

  .inspiration-grid{grid-template-columns:1fr 1fr;grid-template-rows:430px 230px;gap:8px}
  .inspiration-main{grid-column:1/-1!important;grid-row:1!important}
  .inspiration-grid figure:nth-child(2),.inspiration-grid figure:nth-child(3){grid-column:auto!important;grid-row:2!important;min-height:0}
  .inspiration-grid figure{min-height:0}
  .inspiration-grid figcaption{padding:10px 11px}
  .inspiration-grid figcaption span{font-size:9px}
  .inspiration-grid figcaption strong{font-size:10px}

  .buy-grid{gap:10px}
  .buy-card{min-height:190px;padding:22px}
  .buy-card h3{font-size:36px}
  .buy-card p{font-size:12px}
  .buy-primary{background:var(--dark);color:#fff;border-color:var(--dark)}
  .buy-primary p,.buy-primary small{color:#ead9c4}
  .buy-secondary{background:#fff}

  body{padding-bottom:78px}
  .mobile-buy-dock{
    position:fixed;z-index:55;left:10px;right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom,0px));
    display:grid;grid-template-columns:1.2fr 1fr;gap:7px;padding:7px;
    background:rgba(248,244,238,.96);border:1px solid rgba(61,39,31,.16);
    box-shadow:0 12px 30px rgba(61,39,31,.16);backdrop-filter:blur(12px)
  }
  .mobile-buy-dock a,.mobile-buy-dock button{
    min-height:50px;display:flex;align-items:center;justify-content:center;
    border:1px solid var(--dark);padding:0 12px;font-size:11px;font-weight:900;cursor:pointer
  }
  .mobile-buy-dock a{background:var(--dark);color:#fff}
  .mobile-buy-dock button{background:#fff;color:var(--ink)}
}
@media(min-width:761px){.mobile-buy-dock{display:none}}
@media(max-width:390px){
  .collection-grid{grid-template-columns:1fr 1fr}
  .collection-media{aspect-ratio:1/1.12}
  .collection-caption h3{font-size:20px}
  .product-card{flex-basis:84vw;min-width:84vw}
  .process-grid h3{font-size:26px}
}
@media(prefers-reduced-motion:reduce){.product-grid,.explore-row{scroll-behavior:auto}}


/* WEB09D-R10 - MOBILE POLISH & CONVERSION */
.mobile-swipe-hint{display:none}

@media(max-width:760px){
  /* Hero: preserve impact while reducing unnecessary line breaks */
  .hero-copy h1{
    font-size:clamp(44px,12vw,52px);
    line-height:.95;
    max-width:none;
    letter-spacing:-.035em;
  }
  .hero-copy{padding-top:38px;padding-bottom:28px}
  .hero-lead{margin-top:0}

  /* Mobile product rail cue */
  .mobile-swipe-hint{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:7px;
    margin:-8px var(--gutter) 12px 0;
    font-size:10px;
    line-height:1;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--muted);
  }
  .mobile-swipe-hint span{
    color:var(--accent);
    font-size:15px;
    transform:translateY(-1px);
  }

  /* Product cards: slightly more editorial and less tall */
  .product-card{flex-basis:min(80vw,330px);min-width:min(80vw,330px)}
  .product-image{aspect-ratio:1/1}
  .product-info h3{font-size:28px;-webkit-line-clamp:2}
  .product-info p{-webkit-line-clamp:2}
  .product-actions{margin-top:14px}

  /* Social proof: show a clearer peek of the next story */
  .social-proof-card{width:72vw;max-width:300px}
  .social-proof-track{gap:12px}
  .social-proof-buttons button{height:32px;min-width:32px;padding:0 9px;font-size:10px}
  .social-proof-note strong{font-size:21px}
  .social-proof-footer p{font-size:22px}

  /* Manifesto: dramatic, but no longer dominates multiple screens */
  .manifesto-copy{padding:38px var(--gutter) 42px}
  .manifesto-copy h2{
    font-size:clamp(36px,9.6vw,44px);
    line-height:.97;
    max-width:none;
    letter-spacing:-.025em;
    margin-bottom:18px;
  }
  .manifesto-copy p{font-size:12.5px;line-height:1.58;margin-bottom:18px}
  .manifesto-media{height:58vh;min-height:390px;max-height:510px}

  /* Process: stronger visual numbering without adding clutter */
  .process-grid article{min-height:164px;padding:16px}
  .process-grid span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border:1px solid rgba(183,78,38,.28);
    font-size:9px;
    letter-spacing:.08em;
  }
  .process-grid h3{font-size:27px;margin:12px 0 7px}
  .process-grid p{font-size:10.5px;line-height:1.4}

  /* Purchase destination gets an intentional hierarchy */
  .buy-grid{grid-template-columns:1fr}
  .buy-primary{min-height:210px;padding:24px}
  .buy-primary h3{font-size:38px}
  .buy-secondary{min-height:150px;padding:20px}
  .buy-secondary h3{font-size:30px}

  /* Compact sticky purchase dock. Hidden by default; JS activates it
     only after the hero and hides it again inside the buy section. */
  body{padding-bottom:64px}
  .mobile-buy-dock{
    left:8px;
    right:8px;
    bottom:calc(7px + env(safe-area-inset-bottom,0px));
    grid-template-columns:1.28fr .9fr;
    gap:5px;
    padding:5px;
    background:rgba(248,244,238,.94);
    box-shadow:0 8px 22px rgba(61,39,31,.14);
    transform:translateY(calc(100% + 18px));
    opacity:0;
    pointer-events:none;
    transition:transform .28s cubic-bezier(.2,.7,.2,1),opacity .22s ease;
  }
  .mobile-buy-dock.is-active{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  .mobile-buy-dock a,.mobile-buy-dock button{
    min-height:44px;
    padding:0 9px;
    font-size:10px;
    letter-spacing:.01em;
  }
}

@media(max-width:390px){
  .hero-copy h1{font-size:clamp(42px,11.7vw,48px)}
  .product-card{flex-basis:82vw;min-width:82vw}
  .social-proof-card{width:74vw}
  .manifesto-copy h2{font-size:clamp(34px,9.3vw,40px)}
  .mobile-buy-dock{grid-template-columns:1.18fr .82fr}
  .mobile-buy-dock a,.mobile-buy-dock button{font-size:9.5px}
}

@media(prefers-reduced-motion:reduce){
  .mobile-buy-dock{transition:none}
}

/* WEB09D-R11 - INSPIRACOES CRAFTO */
.editorial-home{background:#f8f4ee;border-top:1px solid var(--line)}
.editorial-home .section-head h2{max-width:12ch}
.editorial-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.editorial-card{display:grid;grid-template-rows:auto 1fr;background:#fff;border:1px solid var(--line)}
.editorial-card-media{aspect-ratio:4/3;overflow:hidden;background:var(--bg)}
.editorial-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.editorial-card:hover .editorial-card-media img{transform:scale(1.018)}
.editorial-card-body{padding:18px;display:flex;flex-direction:column;gap:10px}
.editorial-meta{display:flex;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.editorial-meta b{color:var(--accent)}
.editorial-card h3{font-family:var(--serif);font-size:32px;line-height:1.02;font-weight:400;margin:2px 0}
.editorial-card p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}
.editorial-card a{margin-top:auto;padding-top:10px;font-size:11px;font-weight:900}
.editorial-index-hero{padding:78px 0 54px;background:#f8f4ee;border-bottom:1px solid var(--line)}
.editorial-index-hero h1{font-family:var(--serif);font-size:clamp(58px,7vw,94px);line-height:.92;font-weight:400;max-width:9ch;margin:16px 0 22px}
.editorial-index-hero .lead{max-width:720px;font-size:17px;line-height:1.6;color:var(--muted)}
.editorial-index-hero .updated{margin-top:24px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:900}
.editorial-index-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.editorial-index-card{display:grid;grid-template-columns:42% 1fr;border:1px solid var(--line);background:#fff;min-height:280px}
.editorial-index-card img{width:100%;height:100%;object-fit:cover;min-height:280px}
.editorial-index-card .copy{padding:22px;display:flex;flex-direction:column;gap:10px}
.editorial-index-card h2{font-family:var(--serif);font-size:35px;line-height:1;font-weight:400;margin:0}
.editorial-index-card p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}
.editorial-index-card a{margin-top:auto;font-size:11px;font-weight:900}
.article-hero{padding:54px 0 36px;background:#f8f4ee}
.article-breadcrumb{font-size:10px;color:var(--muted);margin-bottom:28px}
.article-breadcrumb a{font-weight:800;color:var(--ink)}
.article-hero h1{font-family:var(--serif);font-size:clamp(54px,6.2vw,86px);line-height:.94;font-weight:400;max-width:12ch;margin:14px 0 22px}
.article-hero .dek{max-width:780px;font-size:18px;line-height:1.55;color:var(--muted)}
.article-top-meta{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:22px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.article-top-meta b{color:var(--accent)}
.article-cover{margin-top:36px;aspect-ratio:16/8.5;overflow:hidden;background:var(--bg)}
.article-cover img{width:100%;height:100%;object-fit:cover}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:56px;padding-top:54px;padding-bottom:66px}
.article-body{max-width:760px}
.article-body .article-lead{font-family:var(--serif);font-size:30px;line-height:1.25;margin:0 0 36px;color:var(--ink)}
.article-body h2{font-family:var(--serif);font-size:36px;line-height:1;font-weight:400;margin:38px 0 12px}
.article-body p{font-size:15px;line-height:1.75;color:#655a54;margin:0 0 18px}
.article-apply{margin-top:42px;padding:24px;border:1px solid var(--line);background:#f8f4ee}
.article-apply p{margin:0 0 16px}
.article-apply a{display:inline-flex;align-items:center;min-height:46px;padding:0 16px;background:var(--dark);color:#fff;font-size:11px;font-weight:900}
.article-source{position:sticky;top:110px;align-self:start;border-top:2px solid var(--accent);padding-top:16px}
.article-source h3{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin:0 0 10px}
.article-source p{font-size:11px;line-height:1.55;color:var(--muted)}
.article-source a{font-size:11px;font-weight:900}
.article-related{background:#f8f4ee;border-top:1px solid var(--line)}
.article-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.article-related-card{background:#fff;border:1px solid var(--line);padding:18px}
.article-related-card small{font-size:9px;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-weight:900}
.article-related-card h3{font-family:var(--serif);font-size:25px;line-height:1.05;font-weight:400;margin:10px 0 14px}
@media(max-width:760px){
  .editorial-home-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-right:var(--gutter);scrollbar-width:none}
  .editorial-card{flex:0 0 78vw;scroll-snap-align:start}
  .editorial-card h3{font-size:28px}
  .editorial-index-hero{padding:54px 0 38px}
  .editorial-index-hero h1{font-size:clamp(48px,13vw,62px);max-width:none}
  .editorial-index-hero .lead{font-size:14px}
  .editorial-index-grid{grid-template-columns:1fr;gap:10px}
  .editorial-index-card{grid-template-columns:1fr;min-height:0}
  .editorial-index-card img{height:auto;min-height:0;aspect-ratio:4/3}
  .editorial-index-card .copy{padding:18px}
  .editorial-index-card h2{font-size:31px}
  .article-hero{padding:38px 0 26px}
  .article-hero h1{font-size:clamp(44px,11.5vw,56px);max-width:none}
  .article-hero .dek{font-size:15px}
  .article-cover{aspect-ratio:4/3;margin-top:26px}
  .article-layout{grid-template-columns:1fr;gap:34px;padding-top:36px;padding-bottom:48px}
  .article-body .article-lead{font-size:25px}
  .article-body h2{font-size:31px}
  .article-body p{font-size:14px;line-height:1.7}
  .article-source{position:static;border-top:1px solid var(--line);padding-top:18px}
  .article-related-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .article-related-card{flex:0 0 74vw;scroll-snap-align:start}
}


/* WEB09D-R11.1 - ARTICLE PHOTO INTEGRITY
   Editorial photographs must be shown in full, never cropped. */
.article-cover{
  max-width:1040px;
  margin:36px auto 0;
  aspect-ratio:auto;
  overflow:visible;
  background:transparent;
}
.article-cover img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center;
}
@media(max-width:760px){
  .article-cover{
    width:100%;
    max-width:none;
    margin-top:26px;
    aspect-ratio:auto;
  }
  .article-cover img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}


/* WEB09D-R11.2 - MOBILE GALLERY FINAL */
@media(max-width:760px){
  /* Ambientes:
     1 imagem principal em largura total + 2 imagens secundarias abaixo */
  #ambientes .shell{
    padding-left:var(--gutter);
    padding-right:var(--gutter);
  }

  #ambientes .inspiration-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-rows:auto auto;
    gap:8px;
    width:100%;
    overflow:visible;
  }

  #ambientes .inspiration-main{
    grid-column:1 / -1 !important;
    grid-row:1 !important;
    width:100%;
    min-width:0;
    min-height:0;
    aspect-ratio:auto;
  }

  #ambientes .inspiration-main img{
    display:block;
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    object-position:center;
    padding:0;
  }

  #ambientes .inspiration-grid figure:nth-child(2),
  #ambientes .inspiration-grid figure:nth-child(3){
    grid-column:auto !important;
    grid-row:2 !important;
    width:100%;
    min-width:0;
    min-height:0;
    aspect-ratio:4/5;
  }

  #ambientes .inspiration-grid figure:nth-child(2) img,
  #ambientes .inspiration-grid figure:nth-child(3) img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    padding:0;
  }

  #ambientes .inspiration-grid figcaption{
    left:8px;
    right:8px;
    bottom:8px;
    padding:9px 10px;
  }

  #ambientes .inspiration-main figcaption{
    left:12px;
    right:12px;
    bottom:12px;
  }

  /* O dock continua existindo, mas some enquanto Ambientes esta visivel. */
  .mobile-buy-dock.is-gallery-hidden{
    transform:translateY(calc(100% + 18px)) !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}

@media(max-width:390px){
  #ambientes .inspiration-grid{
    gap:7px;
  }
  #ambientes .inspiration-grid figure:nth-child(2),
  #ambientes .inspiration-grid figure:nth-child(3){
    aspect-ratio:3/4;
  }
  #ambientes .inspiration-grid figcaption{
    padding:8px;
  }
}


/* WEB09D-R11.3 - MOBILE GALLERY CACHEPROOF
   Final override: FLEX is used instead of GRID on mobile to eliminate
   legacy column conflicts and guarantee 100% + 50/50 composition. */
@media(max-width:760px){
  #ambientes{
    overflow:hidden;
  }

  #ambientes .shell{
    width:100% !important;
    max-width:none !important;
    padding-left:var(--gutter) !important;
    padding-right:var(--gutter) !important;
  }

  #ambientes .inspiration-grid{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:stretch !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    grid-template-columns:none !important;
    grid-template-rows:none !important;
    overflow:visible !important;
  }

  #ambientes .inspiration-grid > figure{
    box-sizing:border-box !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
  }

  #ambientes .inspiration-grid > .inspiration-main{
    flex:0 0 100% !important;
    width:100% !important;
    max-width:100% !important;
    min-height:0 !important;
    height:auto !important;
    aspect-ratio:auto !important;
    grid-column:auto !important;
    grid-row:auto !important;
  }

  #ambientes .inspiration-grid > .inspiration-main > img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:center !important;
    padding:0 !important;
    margin:0 !important;
  }

  #ambientes .inspiration-grid > figure:nth-child(2),
  #ambientes .inspiration-grid > figure:nth-child(3){
    flex:0 0 calc(50% - 4px) !important;
    width:calc(50% - 4px) !important;
    max-width:calc(50% - 4px) !important;
    min-height:260px !important;
    height:auto !important;
    aspect-ratio:4/5 !important;
    grid-column:auto !important;
    grid-row:auto !important;
  }

  #ambientes .inspiration-grid > figure:nth-child(2) > img,
  #ambientes .inspiration-grid > figure:nth-child(3) > img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    object-fit:cover !important;
    object-position:center !important;
    padding:0 !important;
    margin:0 !important;
  }

  #ambientes .inspiration-grid figcaption{
    left:8px !important;
    right:8px !important;
    bottom:8px !important;
    padding:8px 9px !important;
  }

  #ambientes .inspiration-main figcaption{
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
  }

  /* Dock is fully suppressed when gallery JS marks the page. */
  body.gallery-in-view .mobile-buy-dock{
    display:none !important;
  }
}

@media(max-width:390px){
  #ambientes .inspiration-grid{
    gap:7px !important;
  }
  #ambientes .inspiration-grid > figure:nth-child(2),
  #ambientes .inspiration-grid > figure:nth-child(3){
    flex-basis:calc(50% - 3.5px) !important;
    width:calc(50% - 3.5px) !important;
    max-width:calc(50% - 3.5px) !important;
    min-height:230px !important;
  }
}

/* WEB10A-R2 — additive only; visual baseline WEB09D-R11.4 preserved. */
.product-gallery-10a{display:grid;grid-template-columns:1.35fr .65fr;gap:12px;margin-top:24px}.product-gallery-10a .gallery-side{display:grid;gap:12px}.product-gallery-10a figure{margin:0;overflow:hidden;background:#eee7df}.product-gallery-10a img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-gallery-10a figure:hover img{transform:scale(1.018)}
@media(max-width:760px){.product-gallery-10a{grid-template-columns:1fr}.product-gallery-10a .gallery-side{grid-template-columns:1fr 1fr}.product-gallery-10a figure{min-height:0}.product-gallery-10a img{height:auto;object-fit:contain}}
@media(prefers-reduced-motion:reduce){.product-gallery-10a img{transition:none}.product-gallery-10a figure:hover img{transform:none}}


/* WEB10B-R2 — REFINAMENTO TÉCNICO SOBRE IDENTIDADE APROVADA
   Sem redesign: corrige densidade, hero de produto, ambientação e responsividade. */
.product-landing .breadcrumb{
  max-width:var(--shell);
  margin:0 auto;
  padding:18px var(--gutter) 10px;
}
.product-landing .hero{
  background:var(--bg);
  border-top:0;
}
.product-landing .hero-grid{
  width:100%;
  max-width:var(--shell);
  margin:0 auto;
  padding:0 var(--gutter) 42px;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:stretch;
  gap:34px;
  min-height:0;
  height:auto;
}
.product-landing .hero-copy{
  padding:44px 0 34px;
  transform:none;
  justify-content:center;
  min-width:0;
}
.product-landing .hero-copy h1{
  font-size:clamp(44px,4vw,66px);
  line-height:1;
  max-width:10.5ch;
  margin-bottom:20px;
}
.product-landing .hero-text{
  max-width:560px;
  font-size:16px;
  line-height:1.6;
  color:var(--muted);
}
.product-landing .hero-media{
  min-height:0;
  height:auto;
  aspect-ratio:1 / 1;
  align-self:center;
  background:#eee7df;
}
.product-landing .hero-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.product-landing .product-facts{
  margin-top:22px;
}
.product-landing .product-cta{
  margin-top:20px;
}
.product-landing .product-cta a,
.product-landing .product-cta button{
  min-height:46px;
}
.product-landing .section{
  padding-top:54px;
  padding-bottom:54px;
}
.product-landing .product-story{
  max-width:var(--shell);
}
.product-landing .product-story > p:not(.kicker){
  max-width:780px;
}
.product-landing .product-gallery-10a{
  margin-top:30px;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:10px;
}
.product-landing .product-gallery-10a figure{
  min-height:0;
}
.product-landing .product-gallery-10a > figure{
  aspect-ratio:4 / 3;
}
.product-landing .product-gallery-10a .gallery-side figure{
  aspect-ratio:4 / 3;
}
.product-landing .product-gallery-10a img{
  object-fit:cover;
  object-position:center;
}
.product-landing .faq{
  padding-top:48px;
}
.product-landing .faq-grid{
  gap:46px;
}

@media(max-width:980px){
  .product-landing .hero-grid{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }
  .product-landing .hero-copy h1{
    font-size:clamp(38px,5vw,52px);
  }
  .product-landing .product-facts{
    grid-template-columns:1fr;
  }
  .product-landing .product-facts div{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .product-landing .product-facts div:last-child{border-bottom:0}
}

@media(max-width:760px){
  .product-landing .breadcrumb{
    padding:14px var(--gutter) 8px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .product-landing .hero-grid{
    display:flex;
    flex-direction:column;
    gap:0;
    padding:0 0 28px;
  }
  .product-landing .hero-media{
    order:1;
    width:100%;
    aspect-ratio:4 / 3;
    min-height:0;
    max-height:none;
  }
  .product-landing .hero-copy{
    order:2;
    padding:26px var(--gutter) 0;
  }
  .product-landing .hero-copy h1{
    max-width:none;
    font-size:clamp(34px,10vw,46px);
    line-height:1.02;
    margin-bottom:14px;
  }
  .product-landing .hero-text{
    font-size:14px;
    line-height:1.55;
  }
  .product-landing .product-facts{
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:18px;
  }
  .product-landing .product-facts div{
    padding:12px 10px;
    border-right:1px solid var(--line);
    border-bottom:0;
  }
  .product-landing .product-facts div:last-child{border-right:0}
  .product-landing .product-facts small{font-size:8px}
  .product-landing .product-facts strong{font-size:11px}
  .product-landing .product-cta{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .product-landing .product-cta a,
  .product-landing .product-cta button{
    width:100%;
    justify-content:center;
  }
  .product-landing .section{
    padding-top:42px;
    padding-bottom:42px;
  }
  .product-landing .product-story h2{
    font-size:clamp(34px,9vw,44px);
  }
  .product-landing .product-gallery-10a{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .product-landing .product-gallery-10a > figure,
  .product-landing .product-gallery-10a .gallery-side figure{
    aspect-ratio:4 / 3;
  }
  .product-landing .product-gallery-10a .gallery-side{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .product-landing .product-gallery-10a img{
    height:100%;
    object-fit:cover;
  }
}

@media(max-width:430px){
  .product-landing .hero-media{aspect-ratio:1 / 1}
  .product-landing .product-facts{
    grid-template-columns:1fr;
  }
  .product-landing .product-facts div{
    border-right:0;
    border-bottom:1px solid var(--line);
    display:grid;
    grid-template-columns:112px 1fr;
    gap:10px;
    align-items:center;
  }
  .product-landing .product-facts div:last-child{border-bottom:0}
  .product-landing .product-facts small{margin:0}
  .product-landing .product-gallery-10a .gallery-side{
    grid-template-columns:1fr;
  }
}

@media(prefers-reduced-motion:reduce){
  .product-landing .product-gallery-10a img{transition:none!important}
}

/* WEB10C-03-R2 — TikTok Shop desktop gateway */
.tiktok-gateway{border:0;padding:0;background:transparent;max-width:none;width:auto;color:#38261e}
.tiktok-gateway::backdrop{background:rgba(38,27,21,.66);backdrop-filter:blur(4px)}
.tiktok-gateway-card{position:relative;width:min(610px,calc(100vw - 32px));background:#f5ede2;border:1px solid rgba(84,55,39,.16);border-radius:28px;padding:34px;box-shadow:0 26px 80px rgba(38,24,17,.28)}
.tiktok-gateway-kicker{margin:0 0 8px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#8a766a}
.tiktok-gateway h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,4vw,52px);line-height:.98;font-weight:500;color:#36251d}
.tiktok-gateway-close{position:absolute;right:26px;top:24px;width:48px;height:48px;border:1px solid rgba(84,55,39,.2);border-radius:50%;background:transparent;color:#36251d;font-size:27px;line-height:1;cursor:pointer}
.tiktok-gateway-body{display:grid;grid-template-columns:210px 1fr;gap:28px;align-items:center;margin-top:28px}
.tiktok-gateway-qr{display:grid;place-items:center;background:#fff;border-radius:20px;padding:18px;box-shadow:0 12px 30px rgba(65,41,29,.08)}
.tiktok-gateway-qr img{display:block;width:100%;height:auto;image-rendering:auto}
.tiktok-gateway-copy strong{display:block;font-size:18px;line-height:1.2;margin-bottom:12px}
.tiktok-gateway-copy p{margin:0 0 12px;font-size:17px;line-height:1.45;color:#4d4039}
.tiktok-gateway-url{display:block;margin:2px 0 18px;font-size:13px;color:#8a766a;overflow-wrap:anywhere}
.tiktok-gateway-actions{display:flex;flex-wrap:wrap;gap:10px}
.tiktok-gateway-actions button,.tiktok-gateway-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;font:inherit;text-decoration:none;cursor:pointer}
.tiktok-gateway-copy-btn{border:0;background:#3d291f;color:#fff}
.tiktok-gateway-browser{border:1px solid rgba(84,55,39,.22);background:transparent;color:#3d291f}
.tiktok-gateway-copy-btn.is-copied{background:#5b473c}
@media(max-width:760px){.tiktok-gateway{display:none!important}}
@media(max-width:620px){.tiktok-gateway-card{padding:26px}.tiktok-gateway-body{grid-template-columns:1fr}.tiktok-gateway-qr{width:190px;margin:auto}.tiktok-gateway-close{right:18px;top:18px}}
