:root {
    --ink: #101712;
    --forest: #18291f;
    --forest-2: #243a2b;
    --paper: #f2eee5;
    --surface: #fffdf8;
    --leather: #a76c3b;
    --gold: #c6a15f;
    --gold-light: #ead6a7;
    --muted: #646a63;
    --line: #d7d0c3;
    --success: #28643e;
    --danger: #9b2f27;
    --container: 1280px;
    --serif: "Bodoni MT", Didot, "Times New Roman", Georgia, serif;
    --sans: Aptos, Inter, "Segoe UI", Arial, sans-serif;
    --shadow-sm: 0 12px 34px rgba(16, 23, 18, .08);
    --shadow-md: 0 24px 70px rgba(16, 23, 18, .15);
    --shadow-deep: 0 38px 100px rgba(8, 13, 10, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.container { width: calc(100% - 36px); max-width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 12px 16px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.kicker { margin: 0 0 14px; color: var(--leather); font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 24px; border: 1px solid transparent; border-radius: 0; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 12px 30px rgba(7, 11, 8, .16); }
.button-primary:hover { background: var(--forest-2); border-color: var(--forest-2); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-secondary:hover { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: var(--surface); border-color: var(--surface); }
.button-dark { color: white; background: var(--ink); border-color: var(--ink); }
.button-full { width: 100%; }

/* Header */
.promo-bar { min-height: 40px; display: flex; align-items: center; color: #efe9dd; background: #0e1711; border-bottom: 1px solid rgba(255,255,255,.1); }
.promo-inner { display: flex; align-items: center; justify-content: center; gap: 30px; text-align: center; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.promo-inner > span { display: none; }
.promo-inner strong { color: var(--gold-light); }
.site-header { position: sticky; z-index: 80; top: 0; color: var(--ink); background: rgba(255,253,248,.97); border-bottom: 1px solid rgba(16,23,18,.12); box-shadow: 0 7px 30px rgba(11,16,12,.06); backdrop-filter: blur(16px); }
.header-inner { min-width: 0; height: 78px; display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; gap: 4px; }
.brand { width: max-content; display: inline-flex; flex-direction: column; color: var(--ink); font-family: var(--serif); font-size: 28px; font-weight: 700; line-height: .78; letter-spacing: .18em; }
.brand span { margin-top: 8px; font-family: var(--sans); font-size: 6px; font-weight: 900; letter-spacing: .5em; }
.header-inner .brand { justify-self: center; }
.icon-button { width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { width: 24px; height: 1px; display: block; margin: 7px 0; background: currentColor; transition: .25s; }
.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
.main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 34px 24px 42px; background: var(--surface); border-top: 1px solid var(--line); box-shadow: var(--shadow-md); }
.menu-open .main-nav { display: grid; gap: 18px; }
.main-nav a { position: relative; padding-block: 6px; font-family: var(--serif); font-size: 27px; line-height: 1.1; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: .25s; }
.main-nav a:hover::after { transform: scaleX(1); }
.cart-link { position: relative; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; justify-self: end; }
.cart-label { display: none; }
.cart-link i { width: 19px; height: 17px; display: block; margin-top: 5px; border: 1.5px solid var(--ink); }
.cart-link i::before { content: ""; width: 11px; height: 8px; position: absolute; top: 9px; left: 17px; border: 1.5px solid var(--ink); border-bottom: 0; border-radius: 8px 8px 0 0; }
.cart-count { position: absolute; top: 0; right: -2px; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 4px; color: white; background: var(--leather); border-radius: 20px; font-size: 9px; font-style: normal; font-weight: 900; }

/* Home hero */
.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(145deg,#132219 0%,#1f3528 65%,#294331 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px); background-size: 68px 68px; }
.hero-grid { position: relative; z-index: 1; min-height: 760px; display: grid; align-items: center; padding-block: 58px 46px; }
.hero-copy { min-width: 0; position: relative; z-index: 4; }
.hero-edition { margin-bottom: 34px; display: flex; align-items: center; gap: 10px; color: #aebbad; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.hero-edition i { width: 38px; height: 1px; display: block; background: rgba(255,255,255,.35); }
.hero .kicker { color: #e5c986; }
.hero h1, .section-heading h2, .featured-heading h2, .editorial h2, .occasion-heading h2, .manifesto-content h2, .footer-offer h2, .product-summary h1, .page-heading h1, .checkout-title h1, .order-confirmation h1, .empty-page h1 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }
.hero h1 { max-width: 720px; color: #fffdf7; font-size: clamp(48px,13vw,74px); line-height: .94; }
.hero h1 span { display: block; }
.hero h1 span:last-child { color: var(--gold-light); font-style: italic; }
.hero-lead { max-width: 590px; margin: 25px 0 0; color: #c8d0c9; font-size: 16px; line-height: 1.8; }
.hero-actions { margin-top: 31px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.hero .button-primary { color: var(--ink); background: #eee4d1; border-color: #eee4d1; box-shadow: var(--shadow-deep); }
.hero-text-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; color: #f4f0e8; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-highlights { margin-top: 30px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 12px 20px; color: #d9dfda; border-top: 1px solid rgba(255,255,255,.16); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-highlights span { position: relative; padding-left: 14px; }
.hero-highlights span::before { content: ""; width: 5px; height: 5px; position: absolute; top: 50%; left: 0; background: var(--gold); border-radius: 50%; transform: translateY(-50%); }
.hero-visual { min-width: 0; min-height: 430px; position: relative; margin-top: 42px; overflow: hidden; background: linear-gradient(135deg,#e4d7c0,#f8f2e5 55%,#cbb99b); border: 1px solid rgba(255,255,255,.32); box-shadow: var(--shadow-deep); isolation: isolate; }
.hero-visual::before { content: "ROCCO"; position: absolute; top: 35px; left: -6px; color: rgba(22,38,27,.1); font-family: var(--serif); font-size: clamp(72px,24vw,125px); font-weight: 700; line-height: 1; letter-spacing: .08em; }
.hero-visual::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(25,42,30,.19); pointer-events: none; }
.hero-visual-top { position: absolute; z-index: 4; top: 29px; right: 30px; left: 30px; display: flex; justify-content: space-between; color: #35493a; font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.hero-shape { width: 300px; height: 300px; position: absolute; z-index: 0; right: -50px; bottom: -55px; border: 1px solid rgba(29,49,34,.26); border-radius: 50%; }
.hero-product { position: absolute; z-index: 2; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 26px 22px rgba(20,29,22,.22)); }
.hero-product-main { width: 94%; right: -1%; bottom: 18px; transform: rotate(-5deg); }
.hero-product-back { width: 65%; top: 73px; left: -16%; opacity: .58; transform: rotate(14deg); }
.hero-model-mark { position: absolute; z-index: 4; top: 82px; right: 27px; display: grid; color: var(--forest); text-align: right; }
.hero-model-mark small { font-size: 7px; font-weight: 900; letter-spacing: .18em; }
.hero-model-mark strong { font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1; }
.hero-card { width: 190px; position: absolute; z-index: 5; right: 22px; bottom: 20px; padding: 18px; color: var(--ink); background: rgba(255,253,248,.96); border-top: 4px solid var(--leather); box-shadow: var(--shadow-md); }
.hero-card span, .hero-card small { display: block; }
.hero-card span { color: var(--leather); font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.hero-card strong { display: block; margin: 5px 0 3px; font-family: var(--serif); font-size: 20px; }
.hero-card small { color: var(--muted); font-size: 9px; }
.hero-card a { display: block; margin-top: 11px; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-rail { position: relative; z-index: 3; min-width: max-content; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 0; color: #19291f; background: var(--gold); border-top: 1px solid rgba(255,255,255,.25); font-family: var(--serif); font-size: 16px; letter-spacing: .1em; }
.hero-rail i { width: 4px; height: 4px; background: #19291f; border-radius: 50%; }

/* Commercial strips and intro */
.trust-strip { color: var(--ink); background: var(--surface); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.trust-grid > div { min-height: 116px; display: flex; align-items: center; gap: 12px; padding: 18px 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid > div:nth-child(even) { border-right: 0; }
.trust-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.trust-icon { flex: 0 0 29px; color: var(--gold); font-family: var(--serif); font-size: 22px; }
.trust-grid p { margin: 0; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-family: var(--serif); font-size: 14px; font-weight: 600; }
.trust-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; }
/* Featured editorial models */
.featured-models { padding-block: 80px 96px; color: white; background: var(--forest); }
.featured-heading { margin-bottom: 38px; }
.featured-heading .kicker { color: var(--gold-light); }
.featured-heading h2 { max-width: 760px; font-size: clamp(42px,10vw,70px); line-height: .98; }
.featured-heading > p:last-child { max-width: 430px; margin: 20px 0 0; color: #b9c2bb; }
.featured-grid { display: grid; gap: 16px; }
.featured-card { min-height: 460px; position: relative; overflow: hidden; display: block; background: #d9ccb7; box-shadow: 0 20px 55px rgba(5,9,6,.22); }
.featured-card::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg,transparent 34%,rgba(7,12,8,.83)); }
.featured-card::after { content: ""; position: absolute; z-index: 3; inset: 13px; border: 1px solid rgba(255,255,255,.43); pointer-events: none; }
.featured-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; mix-blend-mode: multiply; transition: transform .65s ease; }
.featured-card:hover img { transform: scale(1.045); }
.featured-card-blue { background: #aebfc0; }
.featured-card-light { background: #e9e4d8; }
.featured-tag { position: absolute; z-index: 4; top: 29px; left: 30px; padding: 8px 10px; color: var(--ink); background: rgba(255,253,248,.9); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.featured-overlay { position: absolute; z-index: 4; right: 31px; bottom: 31px; left: 31px; }
.featured-overlay small, .featured-overlay strong, .featured-overlay b { display: block; }
.featured-overlay small { margin-bottom: 8px; color: var(--gold-light); font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.featured-overlay strong { font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.02; }
.featured-overlay b { margin-top: 18px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

/* Products */
.section { padding-block: 90px; }
.products-section { background: linear-gradient(180deg,#f7f3ea,#ebe4d7); }
.section-heading { margin-bottom: 42px; display: grid; gap: 24px; }
.section-heading h2 { font-size: clamp(44px,10vw,72px); line-height: .96; }
.product-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 30px; }
.product-card { min-width: 0; overflow: hidden; background: var(--surface); border: 1px solid #d8d0c2; box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.product-image-wrap { min-height: 0; position: relative; overflow: hidden; display: block; aspect-ratio: 1.08; background: radial-gradient(circle at 50% 40%,#fff 0 34%,#eee9df 35% 100%); border-bottom: 1px solid var(--line); }
.product-image-wrap::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(36,52,40,.12); pointer-events: none; }
.product-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; mix-blend-mode: multiply; transition: opacity .45s, transform .6s; }
.product-image-alt { opacity: 0; }
.product-card:hover .product-image-main { opacity: 0; }
.product-card:hover .product-image-alt { opacity: 1; transform: scale(1.035); }
.product-frame-number { position: absolute; z-index: 3; right: 21px; bottom: 8px; color: rgba(29,43,32,.11); font-family: var(--serif); font-size: 64px; line-height: 1; }
.product-badge { position: absolute; z-index: 4; top: 22px; left: 22px; padding: 8px 10px; color: white; background: var(--forest); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-view { position: absolute; z-index: 5; right: 20px; bottom: 20px; left: 20px; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; color: white; background: rgba(15,22,17,.94); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(10px); transition: .3s; }
.product-card:hover .product-view { opacity: 1; transform: none; }
.product-card-body { padding: 23px 20px 21px; }
.product-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-card-meta > span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.product-eyebrow { margin: 0; color: var(--leather); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-card h3 { min-height: 52px; margin: 12px 0 0; font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.14; }
.product-pricing { margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.product-price { margin: 0; font-size: 18px; font-weight: 900; }
.product-pricing > div > small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }

/* Editorial and occasions */
.editorial { overflow: hidden; color: white; background: #101914; }
.editorial-grid { display: grid; }
.editorial-collage { min-height: 540px; position: relative; margin-top: 40px; }
.editorial-image { overflow: hidden; position: absolute; background: #d8d0c1; box-shadow: var(--shadow-deep); }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.editorial-image-main { top: 0; right: 0; left: 0; height: 74%; }
.editorial-image-main::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.5); }
.editorial-image-float { width: 59%; height: 48%; right: -5px; bottom: 0; border: 8px solid #101914; }
.editorial-index { position: absolute; right: 10px; bottom: 10px; padding: 8px 10px; color: var(--ink); background: var(--surface); font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.editorial-copy { position: relative; padding: 62px 0 88px; }
.editorial-number { display: block; margin-bottom: 45px; color: rgba(255,255,255,.22); font-family: var(--serif); font-size: 56px; }
.editorial-copy .kicker { color: var(--gold-light); }
.editorial h2 { font-size: clamp(45px,11vw,76px); line-height: .96; }
.editorial-copy > p:not(.kicker) { max-width: 560px; margin: 26px 0 0; color: #bdc6bf; font-size: 15px; line-height: 1.85; }
.editorial-points { margin: 34px 0 28px; border-block: 1px solid rgba(255,255,255,.16); }
.editorial-points > div { min-height: 58px; display: grid; grid-template-columns: 45px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.editorial-points > div:last-child { border: 0; }
.editorial-points strong { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.text-link { display: inline-flex; gap: 12px; padding: 7px 0; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.occasion-section { padding-block: 92px; background: var(--surface); }
.occasion-heading { margin-bottom: 42px; }
.occasion-heading h2 { font-size: clamp(44px,10vw,68px); line-height: .98; }
.occasion-grid { display: grid; border-top: 1px solid var(--ink); }
.occasion-grid article { position: relative; padding: 32px 8px 34px; border-bottom: 1px solid var(--line); }
.occasion-grid article::before { content: ""; width: 0; position: absolute; top: -1px; left: 0; height: 3px; background: var(--leather); transition: width .35s; }
.occasion-grid article:hover::before { width: 100%; }
.occasion-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.occasion-grid h3 { margin: 25px 0 12px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.occasion-grid p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.occasion-grid a { display: inline-block; margin-top: 24px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.manifesto-band { position: relative; overflow: hidden; padding-block: 85px; color: white; text-align: center; background: var(--leather); }
.manifesto-track { min-width: max-content; position: absolute; top: 18px; left: 50%; display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.12); font-family: var(--serif); font-size: 52px; font-weight: 700; letter-spacing: .1em; transform: translateX(-50%); }
.manifesto-track i { width: 8px; height: 8px; background: currentColor; border-radius: 50%; }
.manifesto-content { position: relative; z-index: 2; }
.manifesto-content p { margin: 0 0 5px; color: #f2e2cf; font-size: 13px; }
.manifesto-content h2 { font-size: clamp(44px,11vw,78px); line-height: .98; }
.manifesto-content .button { margin-top: 32px; }

/* Footer */
.footer-offer { padding-block: 65px; color: var(--ink); background: var(--gold); }
.footer-offer-inner { display: grid; gap: 28px; align-items: center; }
.offer-number { display: flex; align-items: flex-end; gap: 10px; }
.offer-number span { font-family: var(--serif); font-size: 92px; line-height: .7; }
.offer-number small { padding-bottom: 4px; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.footer-offer .kicker { color: #61411f; }
.footer-offer h2 { font-size: clamp(38px,9vw,60px); line-height: 1; }
.footer-offer p { max-width: 600px; margin-bottom: 0; font-size: 13px; }
.assurance { color: var(--ink); background: #f8f5ee; border-block: 1px solid var(--line); }
.assurance-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.assurance-grid > div { min-height: 135px; display: flex; align-items: flex-start; gap: 12px; padding: 25px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.assurance-grid > div:nth-child(even) { border-right: 0; }
.assurance-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.assurance-grid > div > span { color: var(--gold); font-family: var(--serif); font-size: 24px; line-height: 1; }
.assurance-grid p { margin: 0; }
.assurance-grid strong, .assurance-grid small { display: block; }
.assurance-grid strong { font-family: var(--serif); font-size: 16px; font-weight: 600; }
.assurance-grid small { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.site-footer { position: relative; overflow: hidden; padding: 83px 0 24px; color: #e9e5dc; background: #0d1410; }
.footer-wordmark { position: absolute; top: 15px; left: 50%; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: clamp(120px,24vw,350px); font-weight: 700; line-height: .75; letter-spacing: .09em; transform: translateX(-50%); white-space: nowrap; pointer-events: none; }
.footer-grid { position: relative; z-index: 2; display: grid; gap: 45px; }
.brand-light { color: white; }
.brand-light span { color: #aab1aa; }
.footer-brand > p { max-width: 390px; margin: 30px 0 0; color: #aeb7af; font-size: 14px; line-height: 1.8; }
.footer-signature { max-width: 390px; margin-top: 31px; padding-top: 25px; display: flex; gap: 15px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-signature > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 23px; }
.footer-signature p { margin: 0; }
.footer-signature strong, .footer-signature small { display: block; }
.footer-signature strong { color: white; font-size: 9px; letter-spacing: .14em; }
.footer-signature small { margin-top: 5px; color: #8f9a91; font-size: 10px; line-height: 1.45; }
.footer-column { display: grid; align-content: start; gap: 13px; }
.footer-column h3 { margin: 0 0 10px; color: var(--gold-light); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: #b3bbb4; font-size: 13px; transition: color .2s,transform .2s; }
.footer-column a:hover { color: white; transform: translateX(3px); }
.footer-all-link { margin-top: 8px; color: white !important; font-size: 9px !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-facts p { margin: 0; padding-bottom: 13px; display: grid; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-facts strong { color: white; font-size: 11px; letter-spacing: .08em; }
.footer-facts span { margin-top: 4px; color: #929c94; font-size: 10px; }
.footer-bottom { position: relative; z-index: 2; margin-top: 62px; padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; color: #737d75; border-top: 1px solid rgba(255,255,255,.13); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { color: #c3c9c4; }

/* Product detail */
body[data-page="product"] { background: #fff; }
.breadcrumbs { padding-block: 20px; display: flex; flex-wrap: wrap; gap: 8px; color: #777; font-size: 10px; }
.breadcrumbs a:hover { color: #111; }
.product-showcase { padding-bottom: 76px; display: grid; grid-template-areas: "summary" "gallery" "info"; }
.product-summary { min-width: 0; grid-area: summary; }
.product-gallery { min-width: 0; grid-area: gallery; margin-top: 24px; display: grid; gap: 10px; }
.product-main-image { min-width: 0; position: relative; order: 1; overflow: hidden; aspect-ratio: 1; background: #f4f4f1; border: 1px solid #dfdfdc; }
.product-main-image img { width: 100%; height: 100%; display: block; aspect-ratio: auto; object-fit: contain; transition: opacity .18s ease; }
.product-gallery-meta { position: absolute; z-index: 2; top: 18px; right: 18px; left: 18px; display: flex; justify-content: space-between; color: #555; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.product-gallery-meta b { color: #111; font-weight: 900; }
.product-gallery-controls { position: absolute; z-index: 3; right: 17px; bottom: 17px; display: flex; gap: 6px; }
.product-gallery-controls button { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: #171717; border: 1px solid #171717; font-size: 16px; transition: color .2s,background .2s; }
.product-gallery-controls button:hover { color: #171717; background: #fff; }
.product-thumbnails { min-width: 0; order: 2; padding: 0 0 5px; display: grid; grid-auto-flow: column; grid-auto-columns: 70px; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.product-thumbnail { width: 70px; aspect-ratio: 1; overflow: hidden; scroll-snap-align: start; padding: 3px; background: #f4f4f1; border: 1px solid #ddd; }
.product-thumbnail.active { border-color: #171717; box-shadow: inset 0 0 0 1px #171717; }
.product-thumbnail:focus-visible { outline: 2px solid #111; outline-offset: 2px; }
.product-thumbnail img { width: 100%; height: 100%; display: block; aspect-ratio: auto; object-fit: contain; }
.product-info { min-width: 0; grid-area: info; display: block; }
.product-heading { order: 1; padding: 18px 0 25px; border-bottom: 1px solid #ddd; }
.product-heading .kicker { margin-bottom: 14px; color: #444; }
.product-summary h1 { max-width: 620px; font-size: clamp(40px,10.5vw,58px); line-height: .98; }
.product-attributes-inline { margin-top: 17px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #666; font-size: 11px; }
.product-attributes-inline i { width: 3px; height: 3px; background: #999; border-radius: 50%; }
.product-pricing-panel { order: 2; margin-top: 28px; padding-block: 21px; border-block: 1px solid #ddd; }
.detail-price { padding-right: 0; }
.detail-price small, .detail-price strong { display: block; }
.detail-price small { margin-bottom: 7px; color: #777; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.detail-price strong { color: #171717; font-size: 24px; font-weight: 800; }
.product-short-description { order: 4; margin: 23px 0 0; color: #666; font-size: 13px; line-height: 1.75; }
.size-picker { order: 5; padding-top: 25px; }
.field-label-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.field-label { font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.link-button { padding: 3px 0; color: #333; background: transparent; border: 0; border-bottom: 1px solid #777; font-size: 10px; }
.size-options { margin: 13px 0 19px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.size-options input { position: absolute; opacity: 0; pointer-events: none; }
.size-options span { min-height: 50px; display: grid; place-items: center; background: #fff; border: 1px solid #d7d7d4; font-size: 12px; font-weight: 800; transition: color .2s,background .2s,border-color .2s; }
.size-options label:hover span { border-color: #222; }
.size-options input:focus-visible + span { outline: 2px solid #111; outline-offset: 2px; }
.size-options input:checked + span { color: #fff; background: #171717; border-color: #171717; }
.field-error { margin: -9px 0 14px; color: var(--danger); font-size: 11px; }
.product-info .add-product { order: 6; min-height: 58px; font-size: 11px; letter-spacing: .1em; }
.detail-benefits { order: 7; margin: 18px 0 0; display: grid; grid-template-columns: 1fr; border-top: 1px solid #ddd; }
.detail-benefits p { margin: 0; padding: 16px 0; display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: center; border-bottom: 1px solid #ddd; }
.detail-benefits .benefit-icon { color: #222; font-size: 17px; }
.detail-benefits strong, .detail-benefits small { display: block; }
.detail-benefits strong { color: #222; font-size: 11px; }
.detail-benefits small { margin-top: 3px; color: #777; font-size: 10px; }
.product-info details { order: 8; border-bottom: 1px solid #ddd; }
.product-info summary { position: relative; padding: 18px 24px 18px 0; cursor: pointer; list-style: none; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-info summary::-webkit-details-marker { display: none; }
.product-info summary::after { content: "+"; position: absolute; right: 2px; font-size: 17px; font-weight: 400; }
.product-info details[open] summary::after { content: "−"; }
.product-info details > p { margin: 0; padding: 0 0 21px; color: #666; font-size: 12px; line-height: 1.75; }
.product-technical-list { margin: 0; padding-bottom: 18px; }
.product-technical-list > div { padding: 7px 0; display: flex; justify-content: space-between; gap: 20px; }
.product-technical-list dt { color: #777; font-size: 11px; }
.product-technical-list dd { margin: 0; color: #222; font-size: 11px; font-weight: 700; text-align: right; }
.product-overview { padding-block: 82px; overflow: hidden; background: #f1f1ee; border-block: 1px solid #ddd; }
.product-overview-grid { display: grid; gap: 42px; }
.product-overview-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(45px,11vw,72px); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.product-overview-copy > p:not(.kicker) { max-width: 590px; margin: 25px 0 0; color: #666; font-size: 14px; line-height: 1.85; }
.product-overview-specs { margin: 32px 0 0; border-top: 1px solid #ccc; }
.product-overview-specs > div { padding: 16px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid #ccc; }
.product-overview-specs dt { color: #777; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-overview-specs dd { margin: 0; font-family: var(--serif); font-size: 17px; font-weight: 600; }
.product-overview-images { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.72fr); align-items: end; gap: 12px; }
.product-overview-images figure { margin: 0; overflow: hidden; background: #fff; border: 1px solid #ddd; }
.product-overview-images figure:last-child { margin-bottom: 28px; }
.product-overview-images img { width: 100%; height: 100%; display: block; aspect-ratio: 1; object-fit: contain; }
.recommendations { background: #fff; border-top: 1px solid #ddd; }
.product-grid.product-grid-small { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(270px,82vw); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 18px; }
.product-grid.product-grid-small .product-card { scroll-snap-align: start; }
@media (min-width: 980px) {
    .product-showcase { grid-template-areas: "gallery summary" "gallery info"; grid-template-columns: minmax(0,1.25fr) minmax(370px,.75fr); grid-template-rows: auto 1fr; align-items: start; column-gap: clamp(38px,4vw,70px); }
    .product-gallery { order: initial; margin-top: 0; grid-template-columns: 80px minmax(0,1fr); align-items: start; gap: 12px; }
    .product-main-image { grid-column: 2; grid-row: 1; order: initial; }
    .product-thumbnails { grid-column: 1; grid-row: 1; order: initial; grid-auto-flow: row; grid-auto-columns: initial; grid-template-columns: 1fr; grid-auto-rows: 80px; max-height: 690px; padding: 0 4px 0 0; overflow-x: hidden; overflow-y: auto; scroll-snap-type: y mandatory; }
    .product-thumbnail { width: 100%; }
    .product-info { position: static; display: block; }
    .product-heading { padding-top: 0; }
    .product-summary h1 { font-size: clamp(43px,3.5vw,57px); }
    .product-overview-grid { grid-template-columns: minmax(340px,.78fr) minmax(0,1.22fr); align-items: center; gap: clamp(60px,7vw,110px); }
    .product-grid.product-grid-small { grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-flow: initial; grid-auto-columns: initial; overflow: visible; scroll-snap-type: none; }
}
.size-dialog { width: min(92vw,600px); padding: 30px; background: var(--surface); border: 0; box-shadow: var(--shadow-deep); }
.size-dialog::backdrop { background: rgba(8,12,9,.75); }
.dialog-close { width: 40px; height: 40px; position: absolute; top: 14px; right: 14px; background: transparent; border: 1px solid var(--line); font-size: 22px; }
.size-dialog h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 36px; }
.size-table { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); }
.size-table > div { padding: 12px; display: flex; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }
.size-dialog > small { display: block; margin-top: 15px; color: var(--muted); }

/* Cart */
.cart-page { min-height: 70vh; padding-bottom: 110px; background: #f4f3f0; }
.page-heading { padding-block: 55px 32px; }
.page-heading h1 { font-size: clamp(52px,12vw,82px); line-height: .95; }
.cart-page .page-heading { padding-block: 42px 26px; }
.cart-page-heading { display: grid; gap: 19px; border-bottom: 1px solid #d5d5d1; }
.cart-heading-copy { display: grid; gap: 11px; align-content: end; }
.cart-heading-copy p { max-width: 430px; margin: 0; color: #666; font-size: 12px; line-height: 1.65; }
.cart-heading-copy a { width: fit-content; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid #777; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cart-layout { display: grid; gap: 28px; padding-top: 24px; }
.cart-products-panel { min-width: 0; }
.cart-list-heading { min-height: 75px; padding: 0 2px 17px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.cart-list-heading span { color: #777; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.cart-list-heading h2 { margin: 3px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1; }
.cart-list-heading > strong { padding-bottom: 2px; color: #555; font-size: 9px; font-weight: 800; }
.cart-table-heading { display: none; }
.cart-items { display: grid; gap: 11px; }
.cart-item { min-width: 0; position: relative; padding: 14px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 18px; background: #fff; border: 1px solid #d8d8d4; }
.cart-product-cell { min-width: 0; grid-column: 1/-1; padding-bottom: 15px; display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 14px; border-bottom: 1px solid #e0e0dc; }
.cart-item-image { min-width: 0; overflow: hidden; align-self: start; background: #f5f5f2; border: 1px solid #e1e1dd; }
.cart-item-image img { width: 100%; height: 100%; display: block; aspect-ratio: 1; object-fit: contain; transition: transform .25s; }
.cart-item-image:hover img { transform: scale(1.035); }
.cart-item-info { min-width: 0; padding: 3px 34px 0 0; }
.cart-item-model { margin: 0; color: #777; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.cart-item-info h2 { margin: 7px 0 10px; font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.08; overflow-wrap: anywhere; }
.cart-item-variant { width: fit-content; margin: 0; display: flex; align-items: center; gap: 7px; color: #666; background: #f2f2ef; font-size: 9px; }
.cart-item-variant > span { padding-left: 8px; }
.cart-item-variant select { width: 54px; height: 34px; padding: 0 5px; color: #171717; background: #fff; border: 1px solid #ccc; border-radius: 0; font-size: 10px; font-weight: 800; }
.remove-item { width: 44px; height: 44px; position: absolute; top: 7px; right: 7px; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: #555; background: transparent; border: 0; font-size: 0; }
.remove-item span { font-size: 20px; font-weight: 300; line-height: 1; }
.remove-item:hover { color: var(--danger); }
.cart-price-cell, .cart-total-cell { min-width: 0; grid-row: 2; padding-top: 15px; display: grid; gap: 4px; align-content: center; }
.cart-price-cell { grid-column: 1; }
.cart-total-cell { grid-column: 2; text-align: right; }
.cart-price-cell strong, .cart-total-cell strong { font-size: 15px; white-space: nowrap; }
.cart-mobile-label { color: #777; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cart-quantity-cell { grid-column: 1/-1; grid-row: 3; margin-top: 14px; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid #e0e0dc; }
.quantity { height: 42px; display: grid; grid-template-columns: repeat(3,42px); border: 1px solid #c9c9c5; }
.quantity button { min-width: 42px; padding: 0; background: #fff; border: 0; font-size: 14px; }
.quantity button:hover:not(:disabled) { color: #fff; background: #171717; }
.quantity button:disabled { color: #aaa; background: #f3f3f1; cursor: not-allowed; }
.quantity span { display: grid; place-items: center; border-inline: 1px solid #c9c9c5; font-size: 10px; font-weight: 800; }
.cart-status { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.order-summary { padding: 27px 22px; background: #fff; border: 1px solid #d6d6d3; border-top: 4px solid #171717; box-shadow: 0 20px 55px rgba(0,0,0,.08); }
.order-summary h2 { margin: 3px 0 22px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.summary-row, .coupon-summary, .summary-total { display: flex; justify-content: space-between; gap: 15px; }
.summary-row, .coupon-summary { padding: 13px 0; color: #666; border-bottom: 1px solid #ddd; font-size: 11px; }
.summary-row strong, .coupon-summary strong { color: #171717; text-align: right; }
.summary-row .free { color: var(--success); }
.summary-total { padding: 21px 0; align-items: end; font-family: var(--serif); font-size: 18px; }
.summary-total strong { font-size: 27px; }
.summary-note { margin: 0 0 18px; padding: 12px 14px; color: #666; background: #f2f2ef; border-left: 2px solid #171717; font-size: 10px; line-height: 1.55; }
.cart-summary { width: 100%; padding: 25px 20px; justify-self: end; box-shadow: 0 17px 45px rgba(0,0,0,.07); }
.cart-summary .summary-heading { padding-bottom: 5px; }
.cart-summary .summary-heading > span { color: #666; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.cart-summary .summary-total { padding-top: 24px; }
.cart-summary .checkout-button { min-height: 58px; }
.cart-payment-preview { margin-top: 17px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 5px; }
.cart-payment-preview b { width: 38px; height: 25px; display: grid; place-items: center; border: 1px solid #ccc; font-size: 8px; }
.cart-payment-preview img { width: 38px; height: 25px; padding: 2px; object-fit: contain; background: #fff; border: 1px solid #e0e0dd; }
.cart-payment-preview span { color: #777; font-size: 9px; }
.continue-link { display: block; margin-top: 18px; text-align: center; font-size: 10px; font-weight: 800; }
.empty-cart, .empty-page { padding-block: 70px 95px; text-align: center; }
.empty-cart-card { max-width: 640px; margin-inline: auto; padding: 58px 24px; background: #fff; border: 1px solid #d8d8d4; border-top: 4px solid #171717; }
.empty-cart-card .kicker { margin-top: 22px; color: #666; }
.empty-cart h2, .empty-page h1 { margin: 14px 0; font-family: var(--serif); font-size: 45px; font-weight: 500; }
.empty-cart p:not(.kicker) { color: #666; }
.empty-icon { width: 70px; height: 70px; margin: 0 auto; display: grid; place-items: center; color: #fff; background: #171717; border: 7px solid #dededb; border-radius: 50%; font-family: var(--serif); font-size: 25px; }
.cart-mobile-checkout { min-height: 74px; position: fixed; z-index: 75; right: 0; bottom: 0; left: 0; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 18px; background: rgba(255,255,255,.98); border-top: 1px solid #ccc; box-shadow: 0 -12px 35px rgba(0,0,0,.14); transition: transform .22s,opacity .22s; }
.cart-mobile-checkout.is-hidden { opacity: 0; transform: translateY(110%); pointer-events: none; }
.cart-mobile-checkout div { display: grid; }
.cart-mobile-checkout small { color: #666; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cart-mobile-checkout strong { font-family: var(--serif); font-size: 20px; }
.cart-mobile-checkout > a { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 14px; color: #fff; background: #171717; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

/* Checkout */
.checkout-body { color: var(--ink); background: #f3f0e9; }
.checkout-header { position: sticky; z-index: 60; top: 0; background: rgba(255,253,248,.97); border-bottom: 1px solid rgba(16,23,18,.13); box-shadow: 0 7px 24px rgba(11,16,12,.05); backdrop-filter: blur(14px); }
.checkout-header .container { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.checkout-header .brand { font-size: 24px; }
.checkout-header .brand span { margin-top: 7px; font-size: 5px; }
.checkout-back { min-height: 44px; display: inline-flex; align-items: center; color: #555b55; font-size: 9px; font-weight: 800; letter-spacing: .03em; }
.checkout-security { padding: 6px 9px; color: #4d554e; border: 1px solid #c9c5bb; font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.checkout-layout { display: grid; grid-template-areas: "title" "summary" "main"; gap: 18px; padding-block: 28px 76px; }
.checkout-main { min-width: 0; grid-area: main; }
.checkout-title { min-width: 0; grid-area: title; padding: 3px 0 5px; }
.checkout-title .kicker { margin-bottom: 7px; font-size: 8px; }
.checkout-title h1 { max-width: 650px; font-size: clamp(38px,10.5vw,54px); line-height: .98; }
.checkout-title-copy > p:last-child { max-width: 520px; margin: 11px 0 0; color: var(--muted); font-size: 11px; }
.checkout-steps { margin: 21px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; border: 1px solid #d2cdc2; background: rgba(255,253,248,.66); }
.checkout-steps li { min-width: 0; min-height: 46px; padding: 7px 9px; display: flex; align-items: center; gap: 7px; border-right: 1px solid #d2cdc2; }
.checkout-steps li:last-child { border-right: 0; }
.checkout-steps span { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; color: #fff; background: var(--ink); font-family: var(--serif); font-size: 11px; }
.checkout-steps b { overflow: hidden; font-size: 8px; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.checkout-form-shell { overflow: hidden; background: var(--surface); border: 1px solid #d2cdc2; border-top: 4px solid var(--ink); box-shadow: 0 20px 56px rgba(16,23,18,.07); }
.checkout-card { margin: 0; padding: 25px 18px 28px; background: transparent; border: 0; border-bottom: 1px solid #d8d2c7; }
.checkout-card:last-child { border-bottom: 0; }
.step-heading { margin-bottom: 22px; display: flex; align-items: center; gap: 13px; }
.step-heading > span { width: 33px; height: 33px; flex: 0 0 33px; display: grid; place-items: center; color: #fff; background: var(--ink); font-family: var(--serif); font-size: 15px; }
.step-heading h2 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1; }
.step-heading p { margin: 4px 0 0; color: #72776f; font-size: 9px; }
.form-grid { display: grid; gap: 14px; }
.address-grid { grid-template-columns: repeat(12,minmax(0,1fr)); }
.address-grid .field-cep, .address-grid .field-street, .address-grid .field-district { grid-column: 1/-1; }
.address-grid .field-number { grid-column: span 4; }
.address-grid .field-complement { grid-column: span 8; }
.address-grid .field-city { grid-column: span 8; }
.address-grid .field-state { grid-column: span 4; }
.field { min-width: 0; display: grid; align-content: start; gap: 6px; }
.field > span, .coupon-box label > span, .shipping-methods legend { color: #343a35; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.field input, .coupon-box input { width: 100%; height: 51px; padding: 0 14px; color: var(--ink); background: #fff; border: 1px solid #c6c1b7; border-radius: 0; transition: border-color .18s, box-shadow .18s, background .18s; }
.field input::placeholder, .coupon-box input::placeholder { color: #999c97; }
.field input:focus, .coupon-box input:focus { outline: 0; border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.field.invalid input { border-color: var(--danger); background: #fff8f7; box-shadow: inset 0 0 0 1px var(--danger); }
.error-message { min-height: 0; color: var(--danger); font-size: 9px; line-height: 1.35; }
.error-message:empty { display: none; }
.field-cep { position: relative; }
.cep-status { display: block; color: #666c65; font-size: 9px; line-height: 1.4; }
.cep-status:empty { display: none; }
.cep-status.success { color: var(--success); font-weight: 700; }
.cep-status.error { color: var(--danger); font-weight: 700; }
.cep-status.notice { color: #78613a; }
.cep-status.loading { color: #5f655f; }
.field-cep.cep-loading input { padding-right: 44px; background: #fafaf8; }
.field-cep.cep-loading::after { content: ""; width: 15px; height: 15px; position: absolute; top: 38px; right: 15px; border: 2px solid #cbc7bd; border-top-color: #171717; border-radius: 50%; animation: cep-spin .7s linear infinite; }
.field-cep.cep-lookup-error input { border-color: var(--danger); background: #fff8f7; }
@keyframes cep-spin { to { transform: rotate(360deg); } }
.shipping-methods { min-width: 0; margin: 21px 0 0; padding: 0; border: 0; }
.shipping-options, .payment-tabs { margin-top: 8px; display: grid; gap: 9px; }
.choice-card, .payment-tab { min-height: 79px; position: relative; padding: 14px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; background: #fff; border: 1px solid #cbc6bc; cursor: pointer; transition: border-color .18s, box-shadow .18s, background .18s, transform .18s; }
.choice-card:hover, .payment-tab:hover { border-color: #6d746d; transform: translateY(-1px); }
.choice-card:has(input:checked), .payment-tab:has(input:checked) { border-color: var(--ink); background: #f8f7f2; box-shadow: inset 0 0 0 1px var(--ink); }
.choice-card input, .payment-tab input { width: 19px; height: 19px; margin: 0; accent-color: var(--ink); }
.choice-card strong, .choice-card small, .payment-tab strong, .payment-tab small { display: block; }
.choice-card strong, .payment-tab strong { font-size: 11px; letter-spacing: .02em; }
.choice-card small, .payment-tab small { margin-top: 3px; color: #6b716b; font-size: 9px; line-height: 1.4; }
.choice-card b, .payment-tab b { color: var(--success); font-size: 9px; white-space: nowrap; }
.payment-tabs { margin-top: 0; }
.payment-mini-brands { display: flex; align-items: center; gap: 3px; }
.payment-mini-brands img { width: 28px; height: 19px; padding: 1px; object-fit: contain; background: #fff; border: 1px solid #dedbd3; }
.payment-panel { margin-top: 9px; padding: 16px; background: #f2f0e9; border: 1px solid #d3cec3; }
.payment-placeholder, .card-unavailable { display: flex; align-items: center; gap: 12px; }
.payment-placeholder > span, .card-unavailable > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; color: #fff; background: var(--ink); font-size: 8px; font-weight: 900; }
.payment-placeholder strong, .payment-placeholder p, .card-unavailable strong, .card-unavailable p { display: block; margin: 0; }
.payment-placeholder strong { font-size: 10px; }
.payment-placeholder p, .card-unavailable p { margin-top: 3px; color: var(--muted); font-size: 8px; }
.payment-panel > small { display: block; margin-top: 10px; color: #6b706a; font-size: 8px; }
.card-form-layout { display: grid; gap: 19px; }
.card-preview { min-height: 0; position: relative; aspect-ratio: 1.586; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: #fff; background: linear-gradient(135deg,#0c0c0c 0%,#292929 55%,#111 100%); border: 1px solid #050505; box-shadow: 0 17px 34px rgba(0,0,0,.18); }
.card-preview::after { content: "ROCCO"; position: absolute; right: -10px; bottom: -25px; color: rgba(255,255,255,.05); font-family: var(--serif); font-size: 70px; }
.card-preview-top, .card-preview-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.card-chip { width: 39px; height: 29px; display: block; background: linear-gradient(135deg,#d9c694,#a78c52); border: 1px solid rgba(255,255,255,.25); border-radius: 5px; }
.card-preview-brand { min-width: 54px; min-height: 32px; display: grid; place-items: center; }
.card-preview-brand > span { font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.card-preview-brand img { width: 54px; height: 34px; padding: 3px; object-fit: contain; background: #fff; }
.card-preview > strong { position: relative; z-index: 1; overflow: hidden; font-family: var(--sans); font-size: clamp(15px,4.7vw,21px); font-weight: 500; letter-spacing: .1em; white-space: nowrap; }
.card-preview-bottom > span { min-width: 0; display: grid; gap: 4px; }
.card-preview-bottom > span:last-child { flex: 0 0 auto; }
.card-preview-bottom small { color: #aaa; font-size: 7px; letter-spacing: .12em; }
.card-preview-bottom b { max-width: 220px; overflow: hidden; font-size: 9px; letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
.card-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; align-content: start; }
.card-fields .field-wide { grid-column: 1/-1; }
.card-input-wrap { position: relative; }
.card-input-wrap input { padding-right: 70px; }
.card-input-wrap img { width: 48px; height: 30px; position: absolute; top: 50%; right: 10px; padding: 2px; object-fit: contain; background: #fff; transform: translateY(-50%); }
.checkout-card-brands { margin-top: 17px; padding-top: 15px; display: flex; flex-wrap: wrap; align-items: center; gap: 5px; border-top: 1px solid #d2cec4; }
.checkout-card-brands img { width: 45px; height: 30px; padding: 3px; object-fit: contain; background: #fff; border: 1px solid #d7d3ca; filter: grayscale(1); opacity: .48; transition: filter .18s, opacity .18s, border-color .18s; }
.checkout-card-brands img.active { border-color: var(--ink); filter: none; opacity: 1; box-shadow: inset 0 0 0 1px var(--ink); }
.coupon-box { margin-top: 20px; padding-top: 19px; border-top: 1px solid #d4d0c6; }
.coupon-box label > div { margin-top: 7px; display: grid; grid-template-columns: minmax(0,1fr) auto; }
.coupon-box .button { min-height: 49px; padding-inline: 19px; }
.coupon-message { margin: 8px 0 0; color: var(--success); font-size: 9px; }
.checkout-finish { margin-top: 13px; padding: 18px; background: var(--surface); border: 1px solid #d2cdc2; box-shadow: 0 12px 35px rgba(16,23,18,.05); }
.submit-order { min-height: 58px; }
.checkout-error { margin: 12px 0 0; padding: 14px 15px; color: #fff; background: var(--danger); border-left: 5px solid #5c1712; font-size: 10px; font-weight: 800; letter-spacing: .01em; }
.checkout-error.system-error::before { content: "ERRO"; margin-right: 10px; padding-right: 10px; border-right: 1px solid rgba(255,255,255,.45); font-size: 8px; letter-spacing: .14em; }
.checkout-protection { margin: 12px 0 0; color: #666c65; text-align: center; font-size: 8px; }
.checkout-protection::before { content: "\2713"; margin-right: 6px; color: var(--success); font-weight: 900; }
.checkout-summary { min-width: 0; grid-area: summary; align-self: start; padding: 0; overflow: hidden; background: var(--surface); border-color: #d2cdc2; border-top-color: var(--ink); box-shadow: 0 17px 44px rgba(16,23,18,.08); transition: opacity .18s; }
.checkout-summary.is-updating { opacity: .58; pointer-events: none; }
.checkout-summary-details > summary { min-height: 76px; padding: 15px 17px; display: grid; grid-template-columns: minmax(0,1fr) auto 17px; align-items: center; gap: 11px; list-style: none; cursor: pointer; }
.checkout-summary-details > summary::-webkit-details-marker { display: none; }
.checkout-summary-details > summary::after { content: "+"; color: #5e655f; font-size: 18px; font-weight: 300; line-height: 1; }
.checkout-summary-details[open] > summary::after { content: "−"; }
.checkout-summary-title { min-width: 0; display: grid; line-height: 1.15; }
.checkout-summary-title small { color: var(--leather); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.checkout-summary-title strong { margin-top: 4px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.checkout-summary-title em { margin-top: 3px; color: var(--muted); font-size: 8px; font-style: normal; }
[data-summary-compact-total] { font-family: var(--serif); font-size: 20px; font-weight: 500; white-space: nowrap; }
.checkout-summary-body { padding: 0 17px 18px; border-top: 1px solid #ded9ce; }
.checkout-items { max-height: none; overflow: visible; }
.checkout-item { padding: 13px 0; display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 11px; border-bottom: 1px solid var(--line); }
.checkout-item img { width: 58px; aspect-ratio: 1; object-fit: contain; background: #f1eee7; }
.checkout-item h3 { margin: 0; font-family: var(--serif); font-size: 14px; font-weight: 500; line-height: 1.15; }
.checkout-item p { margin: 4px 0 0; color: var(--muted); font-size: 8px; }
.checkout-item > strong { font-size: 9px; white-space: nowrap; }
.checkout-summary-values { padding-top: 6px; }
.checkout-summary .summary-row, .checkout-summary .coupon-summary { padding-block: 11px; }
.checkout-summary .summary-total { padding: 17px 0 7px; }
.checkout-summary .summary-total strong { font-size: 25px; }

/* Order */
.order-page { min-height: 80vh; padding-block: 70px 95px; background: #f4f3f0; }
.order-confirmation { max-width: 850px; text-align: center; }
.success-mark { width: 78px; height: 78px; margin: 0 auto 24px; display: grid; place-items: center; color: #fff; background: #171717; border: 7px solid #dededb; border-radius: 50%; font-size: 17px; font-weight: 900; }
.order-confirmation h1 { font-size: clamp(45px,10vw,70px); line-height: .98; }
.order-confirmation > p { max-width: 620px; margin-inline: auto; color: #666; }
.pix-payment-box { margin: 35px 0 18px; padding: 24px; text-align: left; background: #fff; border: 1px solid #d5d5d1; border-top: 5px solid #171717; box-shadow: 0 20px 55px rgba(0,0,0,.08); }
.pix-payment-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.pix-payment-heading span { color: var(--success); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.pix-payment-heading h2 { margin: 4px 0 0; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.status-pill { padding: 7px 10px; border-radius: 20px; font-size: 8px !important; }
.status-pill.pending { color: #77551e; background: #f2e4c5; }
.status-pill.paid { color: white; background: var(--success); }
.pix-payment-content { margin-top: 22px; display: grid; gap: 20px; }
.pix-payment-content img { width: min(100%,260px); margin: 0 auto; }
.pix-payment-content label { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 900; }
.pix-payment-content textarea { width: 100%; min-height: 100px; padding: 12px; resize: none; background: #f4f4f1; border: 1px solid #ccc; font-size: 9px; }
.pix-payment-content .button { width: 100%; margin-top: 9px; }
.pix-payment-content small { display: block; margin-top: 8px; color: var(--muted); }
.phase-alert { margin: 14px 0; padding: 16px; text-align: left; background: #fff; border: 1px solid #d5d5d1; border-left: 4px solid #171717; }
.phase-alert p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.order-recap { margin: 22px 0; display: grid; background: #fff; border: 1px solid #d5d5d1; }
.order-recap > div { padding: 15px; display: grid; gap: 4px; border-bottom: 1px solid var(--line); }
.order-recap > div:last-child { border: 0; }
.order-recap span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.order-recap strong { font-family: var(--serif); font-size: 17px; }
.toast { min-width: min(90vw,340px); position: fixed; z-index: 200; bottom: 24px; left: 50%; padding: 14px 18px; color: white; background: var(--ink); box-shadow: var(--shadow-deep); text-align: center; font-size: 11px; opacity: 0; transform: translate(-50%,20px); pointer-events: none; transition: .25s; }
.toast.visible { opacity: 1; transform: translate(-50%,0); }

@media (hover: none) { .product-view { opacity: 1; transform: none; } }

@media (min-width: 640px) {
    .container { width: calc(100% - 56px); }
    .hero-actions { flex-direction: row; align-items: center; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 18px; }
    .product-card h3 { font-size: 20px; }
    .featured-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .featured-card-large { grid-column: 1/-1; min-height: 560px; }
    .footer-offer-inner { grid-template-columns: auto 1fr; }
    .footer-offer .button { grid-column: 2; justify-self: start; }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-brand { grid-column: 1/-1; }
    .form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .field-wide { grid-column: 1/-1; }
    .shipping-options, .payment-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .checkout-layout { gap: 22px; padding-block: 36px 88px; }
    .checkout-title { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,330px); align-items: end; gap: 25px; }
    .checkout-title h1 { font-size: 48px; }
    .checkout-steps { margin: 0; }
    .checkout-card { padding: 30px; }
    .contact-grid, .address-grid { grid-template-columns: repeat(12,minmax(0,1fr)); }
    .contact-grid .field-name { grid-column: span 7; }
    .contact-grid .field-cpf { grid-column: span 5; }
    .contact-grid .field-phone { grid-column: span 5; }
    .contact-grid .field-email { grid-column: span 7; }
    .address-grid .field-cep { grid-column: span 4; }
    .address-grid .field-street { grid-column: span 8; }
    .address-grid .field-number { grid-column: span 3; }
    .address-grid .field-complement { grid-column: span 9; }
    .address-grid .field-district { grid-column: span 5; }
    .address-grid .field-city { grid-column: span 5; }
    .address-grid .field-state { grid-column: span 2; }
    .checkout-finish { padding: 23px; }
    .size-table { grid-template-columns: repeat(4,1fr); }
    .order-recap { grid-template-columns: repeat(3,1fr); }
    .order-recap > div { border-right: 1px solid var(--line); border-bottom: 0; }
}

@media (min-width: 760px) {
    .card-form-layout { grid-template-columns: minmax(270px,.9fr) minmax(0,1.1fr); align-items: start; }
    .card-preview { width: 100%; min-width: 0; min-height: 0; }
    .cart-mobile-checkout { display: none !important; }
}

@media (min-width: 640px) {
    .cart-summary { max-width: 520px; }
}

@media (min-width: 760px) {
    .cart-table-heading { padding: 0 18px 11px; display: grid; grid-template-columns: minmax(300px,1fr) 100px 128px 112px; gap: 0; color: #777; border-bottom: 1px solid #cfcfcb; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
    .cart-table-heading span:not(:first-child) { text-align: center; }
    .cart-table-heading span:last-child { text-align: right; }
    .cart-items { gap: 9px; padding-top: 9px; }
    .cart-item { min-height: 148px; padding: 17px 18px; grid-template-columns: minmax(300px,1fr) 100px 128px 112px; align-items: center; column-gap: 0; }
    .cart-product-cell { grid-column: auto; padding: 0 18px 0 0; grid-template-columns: 112px minmax(0,1fr); gap: 17px; border: 0; }
    .cart-item-info { padding: 1px 0 0; }
    .cart-item-info h2 { max-width: 390px; font-size: 20px; }
    .cart-item-variant { display: inline-flex; }
    .remove-item { width: fit-content; min-width: 44px; height: 44px; position: static; margin-top: 3px; justify-content: flex-start; gap: 4px; color: #666; font-size: 8px; }
    .remove-item span { font-size: 14px; }
    .cart-price-cell, .cart-total-cell { grid-row: auto; grid-column: auto; padding: 0; display: flex; justify-content: center; text-align: center; }
    .cart-total-cell { justify-content: flex-end; text-align: right; }
    .cart-price-cell strong, .cart-total-cell strong { font-size: 13px; }
    .cart-quantity-cell { grid-column: auto; grid-row: auto; margin: 0; padding: 0; justify-content: center; border: 0; }
    .cart-mobile-label { display: none; }
}

@media (min-width: 900px) {
    .container { width: calc(100% - 80px); }
    .promo-bar { min-height: 42px; }
    .promo-inner { justify-content: space-between; }
    .promo-inner > span { display: inline; }
    .header-inner { height: 92px; grid-template-columns: 1fr auto 1fr; }
    .header-inner .brand { justify-self: start; font-size: 32px; }
    .menu-toggle { display: none; }
    .main-nav { position: static; display: flex; align-items: center; gap: 27px; padding: 0; background: transparent; border: 0; box-shadow: none; }
    .main-nav a { font-family: var(--sans); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
    .cart-link { width: auto; justify-self: end; gap: 10px; }
    .cart-label { display: inline; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
    .cart-link i { position: relative; }
    .cart-link i::before { top: -8px; left: 3px; }
    .cart-count { top: -2px; right: -11px; }
    .hero-grid { min-height: 720px; grid-template-columns: minmax(0,.84fr) minmax(470px,1.16fr); gap: 58px; padding-block: 60px; }
    .hero h1 { font-size: clamp(65px,7.1vw,100px); }
    .hero-visual { min-height: 570px; margin: 0; }
    .hero-product-main { width: 92%; right: -2%; bottom: 12px; }
    .hero-product-back { width: 58%; top: 87px; left: -11%; }
    .hero-card { width: 215px; right: 25px; bottom: 25px; padding: 21px; }
    .hero-rail { font-size: 19px; gap: 28px; }
    .trust-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .trust-grid > div { min-height: 120px; justify-content: center; border-right: 1px solid var(--line); border-bottom: 0; }
    .trust-grid > div:nth-child(even) { border-right: 1px solid var(--line); }
    .trust-grid > div:last-child { border-right: 0; }
    .featured-heading { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: end; }
    .featured-heading .kicker { grid-column: 1/-1; }
    .featured-heading > p:last-child { margin: 0; }
    .featured-grid { min-height: 720px; grid-template-columns: 1.35fr .85fr; grid-template-rows: repeat(2,minmax(0,1fr)); }
    .featured-card { min-height: 0; }
    .featured-card-large { grid-column: 1; grid-row: 1/3; }
    .featured-overlay strong { font-size: 34px; }
    .section-heading { grid-template-columns: minmax(0,1fr) 410px; align-items: end; }
    .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px 22px; }
    .editorial-grid { min-height: 820px; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
    .editorial-collage { min-height: 680px; margin: 0; }
    .editorial-copy { padding: 70px 0; }
    .occasion-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .occasion-grid article { min-height: 315px; padding: 37px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--ink); }
    .occasion-grid article:last-child { border-right: 0; }
    .footer-offer-inner { grid-template-columns: auto minmax(0,1fr) auto; gap: 45px; }
    .footer-offer .button { grid-column: auto; justify-self: end; }
    .assurance-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .assurance-grid > div { min-height: 145px; justify-content: center; padding: 28px 17px; border-right: 1px solid var(--line); border-bottom: 0; }
    .assurance-grid > div:nth-child(even) { border-right: 1px solid var(--line); }
    .assurance-grid > div:last-child { border-right: 0; }
    .footer-grid { grid-template-columns: 1.35fr repeat(2,.8fr); }
    .footer-brand { grid-column: 1; grid-row: 1/3; }
    .cart-page-heading { grid-template-columns: minmax(0,1fr) minmax(280px,430px); align-items: end; }
    .cart-heading-copy { justify-items: end; text-align: right; }
    .cart-heading-copy a { justify-self: end; }
    .cart-mobile-checkout { display: none !important; }
    .checkout-header > .container > a:last-child { display: block; }
    .checkout-card { padding: 31px; }
    .pix-payment-content { grid-template-columns: 250px minmax(0,1fr); align-items: center; }
}

@media (min-width: 1060px) {
    .checkout-layout { grid-template-areas: "title summary" "main summary"; grid-template-columns: minmax(0,1fr) 390px; align-items: start; column-gap: 46px; row-gap: 22px; }
    .checkout-summary { position: sticky; top: 90px; }
    .checkout-summary-details > summary { padding: 21px; grid-template-columns: minmax(0,1fr) 17px; }
    [data-summary-compact-total] { display: none; }
    .checkout-summary-title strong { font-size: 27px; }
    .checkout-summary-body { padding: 0 21px 21px; }
    .checkout-items { max-height: 330px; overflow: auto; overscroll-behavior: contain; }
    .card-form-layout { grid-template-columns: 1fr; }
    .card-preview { width: min(100%,390px); }
}

@media (min-width: 1160px) {
    .main-nav { gap: 38px; }
    .hero-grid { gap: 82px; }
    .product-grid { gap: 42px 28px; }
    .footer-grid { grid-template-columns: 1.35fr repeat(3,.65fr); gap: 58px; }
    .footer-brand { grid-row: auto; }
    .checkout-layout { grid-template-columns: minmax(0,1fr) 410px; gap: 58px; }
}

@media (min-width: 1360px) {
    .card-form-layout { grid-template-columns: minmax(270px,.9fr) minmax(0,1.1fr); align-items: start; }
    .card-preview { width: 100%; }
}

@media (min-width: 1200px) {
    .cart-layout { grid-template-columns: minmax(0,1fr) 360px; align-items: start; gap: 36px; }
    .cart-summary { position: sticky; top: 150px; }
}

@media (max-width: 430px) {
    .hero h1 { font-size: 46px; }
    .hero-card { width: 170px; right: 14px; bottom: 14px; padding: 14px; }
    .hero-card small { display: none; }
    .hero-visual-top { right: 23px; left: 23px; }
    .hero-visual-top span:last-child { display: none; }
    .product-card-body { padding-inline: 18px; }
    .product-card-meta > span { display: none; }
    .assurance-grid > div, .trust-grid > div { padding-inline: 7px; }
    .coupon-box label > div { grid-template-columns: 1fr; gap: 7px; }
    .coupon-box .button { width: 100%; }
}

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

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(198,161,95,.7); outline-offset: 3px; }

/* Reference-inspired black and white storefront */
:root {
    --forest: #1d1d1d;
    --forest-2: #303030;
    --paper: #ffffff;
    --surface: #ffffff;
    --leather: #191919;
    --gold: #aa956f;
    --gold-light: #e5d8c1;
    --muted: #686868;
    --line: #dedede;
}

body { background: #fff; }
.promo-bar { min-height: 34px; color: #fff; background: #1d1d1d; }
.promo-inner { font-size: 9px; letter-spacing: .08em; }
.promo-inner strong { color: white; font-weight: 500; }
.site-header { background: rgba(255,255,255,.98); border-bottom-color: #dedede; box-shadow: 0 4px 16px rgba(0,0,0,.045); }
.header-inner { position: relative; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.header-search-form { display: none; }
.search-toggle { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0; color: #171717; background: transparent; border: 0; }
.search-toggle i { width: 17px; height: 17px; position: relative; display: block; border: 1.5px solid currentColor; border-radius: 50%; }
.search-toggle i::after { content: ""; width: 7px; height: 1.5px; position: absolute; right: -5px; bottom: -2px; background: currentColor; transform: rotate(45deg); transform-origin: left; }
.search-toggle span { display: none; }
.cart-link i { border-color: #171717; }
.hero { color: #171717; background: #f4f3f0; }
.hero::before { opacity: .04; background-image: linear-gradient(rgba(0,0,0,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.35) 1px,transparent 1px); }
.hero-edition { color: #666; }
.hero-edition i { background: #aaa; }
.hero .kicker { color: #222; }
.hero h1, .hero h1 span:last-child { color: #171717; font-style: normal; }
.hero-lead { color: #595959; }
.hero .button-primary { color: white; background: #1d1d1d; border-color: #1d1d1d; }
.hero-text-link { color: #171717; border-bottom-color: #777; }
.hero-highlights { color: #333; border-top-color: #cfcfcf; }
.hero-highlights span::before { background: #1d1d1d; }
.hero-visual { background: linear-gradient(135deg,#dedbd5,#fff 58%,#d3d0c9); border-color: #c9c9c9; box-shadow: 0 25px 70px rgba(0,0,0,.14); }
.hero-rail { color: white; background: #1d1d1d; border-color: #1d1d1d; }
.hero-rail i { background: white; }
.products-section, .occasion-section { background: #fff; }
.featured-models { color: #171717; background: #f5f5f3; }
.featured-heading .kicker { color: #555; }
.featured-heading > p:last-child { color: #666; }
.featured-overlay { color: white; }
.featured-overlay small { color: white; }
.product-card { border-color: #dedede; box-shadow: none; }
.product-card:hover { box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.product-image-wrap { background: #f5f5f4; }
.product-badge { background: #1d1d1d; }
.product-eyebrow { color: #555; }
.editorial { background: #1d1d1d; }
.manifesto-band { background: #1d1d1d; }

/* Search drawer */
.search-drawer { max-height: calc(100vh - 40px); position: fixed; z-index: 120; top: 0; right: 0; left: 0; overflow-y: auto; padding: 42px 0 50px; color: #171717; background: white; box-shadow: 0 25px 80px rgba(0,0,0,.24); opacity: 0; visibility: hidden; transform: translateY(-24px); transition: .28s ease; }
.search-open .search-drawer { opacity: 1; visibility: visible; transform: none; }
.search-backdrop { position: fixed; z-index: 110; inset: 0; background: rgba(0,0,0,.48); }
.search-drawer-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.search-drawer-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px,8vw,58px); font-weight: 500; line-height: 1; }
.search-close { width: 44px; height: 44px; flex: 0 0 44px; color: #171717; background: transparent; border: 1px solid #bbb; font-size: 26px; }
.global-search-form { margin-top: 35px; }
.global-search-form > label { display: block; margin-bottom: 7px; color: #666; font-size: 10px; letter-spacing: .04em; }
.global-search-form > div { display: grid; grid-template-columns: minmax(0,1fr) auto; border-bottom: 1px solid #1d1d1d; }
.global-search-form input { min-width: 0; height: 56px; padding: 0; background: transparent; border: 0; outline: 0; font-family: var(--serif); font-size: 22px; }
.global-search-form button { padding: 0 8px 0 22px; color: #171717; background: transparent; border: 0; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-results-label { margin: 32px 0 12px; display: flex; justify-content: space-between; color: #666; font-size: 9px; letter-spacing: .1em; }
.search-results { display: grid; grid-template-columns: 1fr; border-top: 1px solid #ddd; }
.search-result { min-width: 0; padding: 10px 0; display: grid; grid-template-columns: 72px minmax(0,1fr) auto; align-items: center; gap: 13px; border-bottom: 1px solid #ddd; }
.search-result img { width: 72px; aspect-ratio: 1; object-fit: cover; background: #f4f4f3; mix-blend-mode: multiply; }
.search-result > span { min-width: 0; display: grid; }
.search-result small { color: #777; font-size: 7px; letter-spacing: .08em; }
.search-result strong { overflow: hidden; margin: 2px 0; font-family: var(--serif); font-size: 14px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.search-result em { color: #333; font-size: 10px; font-style: normal; }
.search-result > b { font-weight: 400; }
.search-empty { padding: 25px 0; color: #666; text-align: center; }

/* Collection search and filters */
.collection-tools { margin-bottom: 0; padding: 20px; display: grid; gap: 14px; background: #f5f5f3; border: 1px solid #dedede; }
.collection-tools label { display: grid; gap: 6px; }
.collection-tools label > span { color: #5f5f5f; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.collection-tools input, .collection-tools select { width: 100%; height: 48px; padding: 0 13px; color: #171717; background: white; border: 1px solid #cfcfcf; border-radius: 0; }
.collection-search > div { position: relative; }
.collection-search i { width: 14px; height: 14px; position: absolute; top: 16px; left: 14px; border: 1.3px solid #333; border-radius: 50%; }
.collection-search i::after { content: ""; width: 6px; height: 1px; position: absolute; right: -4px; bottom: -2px; background: #333; transform: rotate(45deg); }
.collection-search input { padding-left: 40px; }
.collection-result-bar { min-height: 55px; margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid #dedede; }
.collection-result-bar p { margin: 0; color: #666; font-size: 10px; text-transform: uppercase; }
.collection-result-bar p strong { color: #171717; }
.collection-result-bar button { padding: 4px 0; color: #171717; background: transparent; border: 0; border-bottom: 1px solid; font-size: 9px; text-transform: uppercase; }
.collection-empty { padding: 70px 20px; text-align: center; border: 1px solid #ddd; }
.collection-empty > span { width: 60px; height: 60px; margin: 0 auto; display: grid; place-items: center; color: white; background: #1d1d1d; border-radius: 50%; font-family: var(--serif); font-size: 25px; }
.collection-empty h3 { margin: 18px 0 5px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.collection-empty p { margin: 0 0 20px; color: #666; }

/* Footer matching the supplied reference structure */
.footer-news { padding: 62px 0; color: white; background: #1d1d1d; }
.footer-news-grid { display: grid; gap: 38px; align-items: center; }
.footer-orbit { width: 175px; height: 175px; position: relative; margin: 0 auto; display: grid; place-items: center; }
.footer-orbit > span { font-family: var(--serif); font-size: 80px; font-style: italic; font-weight: 700; line-height: 1; }
.footer-orbit svg { position: absolute; inset: 0; overflow: visible; animation: footer-orbit 24s linear infinite; }
.footer-orbit text { fill: white; font-family: var(--sans); font-size: 10px; letter-spacing: 2px; }
@keyframes footer-orbit { to { transform: rotate(360deg); } }
.footer-news-content .kicker { color: #aaa; }
.footer-news-content h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px,8vw,54px); font-weight: 400; letter-spacing: .12em; line-height: 1.1; text-transform: uppercase; }
.footer-news-content > p:not(.kicker) { margin: 15px 0 0; color: #aaa; font-size: 12px; }
.newsletter-form { margin-top: 31px; display: grid; gap: 20px; }
.newsletter-form label { display: grid; }
.newsletter-form label span { color: #999; font-size: 10px; letter-spacing: .08em; }
.newsletter-form input { width: 100%; height: 45px; padding: 0; color: white; background: transparent; border: 0; border-bottom: 1px solid #aaa; outline: 0; }
.newsletter-form input:focus { border-bottom-color: white; }
.newsletter-honeypot { width: 1px !important; height: 1px !important; position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.newsletter-form button { min-height: 48px; padding: 0 24px; color: #171717; background: white; border: 1px solid white; font-size: 10px; text-transform: uppercase; }
.newsletter-form button:disabled { opacity: .55; cursor: wait; }
.newsletter-status { min-height: 18px; grid-column: 1/-1; margin: 0; color: #ddd; font-size: 10px; }
.site-footer { padding: 0 0 20px; color: #171717; background: white; }
.footer-directory { padding-block: 45px 50px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 25px; }
.footer-directory .footer-column { gap: 8px; }
.footer-directory .footer-column h3, .footer-payment h3 { margin: 0 0 16px; color: #171717; font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; }
.footer-directory .footer-column a, .footer-directory .footer-column p { width: auto; margin: 0; color: #242424; font-size: 12px; line-height: 1.45; }
.footer-directory .footer-column a:hover { color: #777; transform: none; text-decoration: underline; }
.footer-directory .footer-column p { display: grid; gap: 2px; }
.footer-directory .footer-column p span { color: #666; font-size: 10px; }
.footer-coupon { width: fit-content; padding: 8px 10px; background: #f0f0ee; border: 1px dashed #999; font-size: 12px; letter-spacing: .12em; }
.footer-payment { grid-column: 1/-1; }
.footer-payment > div { margin-bottom: 25px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.footer-payment > div span, .footer-payment > div small { min-height: 31px; display: inline-flex; align-items: center; padding: 5px 10px; color: #171717; background: #f4f4f2; border: 1px solid #ccc; font-size: 10px; font-weight: 800; }
.footer-service-strip { border-block: 1px solid #dedede; background: #fafafa; }
.footer-service-strip > .container { display: grid; }
.footer-service-strip > .container > div { min-height: 125px; padding: 25px 0; display: grid; align-content: center; border-bottom: 1px solid #dedede; }
.footer-service-strip > .container > div:last-child { border-bottom: 0; }
.footer-service-strip small, .footer-service-strip strong, .footer-service-strip span { display: block; }
.footer-service-strip small { margin-bottom: 6px; font-size: 9px; letter-spacing: .2em; }
.footer-service-strip strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.footer-service-strip span { margin-top: 3px; color: #666; font-size: 10px; }
.site-footer .footer-bottom { margin-top: 0; color: #777; border-top: 0; }
.site-footer .footer-bottom a { color: #171717; }

@media (min-width: 640px) {
    .search-results { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 30px; }
    .collection-tools { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .collection-search { grid-column: 1/-1; }
    .newsletter-form { grid-template-columns: minmax(0,1fr) minmax(0,1fr) auto; align-items: end; }
    .newsletter-form button { height: 48px; }
}

@media (min-width: 900px) {
    .header-inner { height: 132px; grid-template-columns: 1fr auto 1fr; grid-template-rows: 80px 52px; }
    .header-inner .brand { grid-column: 2; grid-row: 1; justify-self: center; font-size: 34px; }
    .header-search-form { width: min(100%,275px); grid-column: 1; grid-row: 1; align-self: center; display: grid; grid-template-columns: minmax(0,1fr) 35px; border-bottom: 1px solid #8d8d8d; }
    .header-search-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .header-search-form input { min-width: 0; height: 39px; padding: 0; background: transparent; border: 0; outline: 0; font-size: 11px; }
    .header-search-form button { position: relative; background: transparent; border: 0; }
    .header-search-form button i { width: 15px; height: 15px; position: absolute; top: 10px; left: 7px; border: 1.3px solid #222; border-radius: 50%; }
    .header-search-form button i::after { content: ""; width: 6px; height: 1px; position: absolute; right: -4px; bottom: -2px; background: #222; transform: rotate(45deg); }
    .header-actions { grid-column: 3; grid-row: 1; justify-self: end; gap: 22px; }
    .search-toggle { display: none; }
    .main-nav { grid-column: 1/-1; grid-row: 2; align-self: stretch; justify-content: center; border-top: 1px solid #dedede; }
    .main-nav a { min-width: 100px; text-align: center; }
    .search-drawer { padding-top: 55px; }
    .search-results { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .collection-tools { grid-template-columns: minmax(260px,1.4fr) repeat(3,minmax(150px,.7fr)); align-items: end; }
    .collection-search { grid-column: auto; }
    .footer-news { padding: 75px 0; }
    .footer-news-grid { grid-template-columns: 240px minmax(0,1fr); gap: 55px; }
    .footer-orbit { width: 205px; height: 205px; }
    .footer-directory { grid-template-columns: 1.05fr .9fr 1fr 1fr 1.25fr; gap: 40px; padding-block: 48px 65px; }
    .footer-payment { grid-column: auto; }
    .footer-service-strip > .container { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .footer-service-strip > .container > div { min-height: 130px; padding: 25px 35px; text-align: center; border-right: 1px solid #dedede; border-bottom: 0; }
    .footer-service-strip > .container > div:last-child { border-right: 0; }
}

@media (max-width: 899px) {
    .header-inner { grid-template-columns: 48px minmax(0,1fr) 92px; }
    .header-inner .brand { position: absolute; left: 50%; transform: translateX(-50%); }
    .header-actions { grid-column: 3; }
    .footer-news-content h2 { letter-spacing: .07em; }
}

@media (prefers-reduced-motion: reduce) {
    .footer-orbit svg { animation: none; }
}

/* Footer rebuilt to mirror the supplied reference */
.footer-news { min-height: 338px; padding: 66px 0; display: flex; align-items: center; }
.footer-news-grid { max-width: 1080px; grid-template-columns: 220px minmax(0,1fr); gap: 74px; }
.footer-orbit { width: 185px; height: 185px; }
.footer-orbit > span { font-size: 86px; }
.footer-news-content h2 { font-size: clamp(27px,2.5vw,38px); font-weight: 400; letter-spacing: .18em; white-space: nowrap; }
.footer-news-content .newsletter-form { margin-top: 45px; grid-template-columns: minmax(0,1fr) minmax(0,1fr) 144px; gap: 18px; }
.footer-news-content .newsletter-form label { align-self: end; }
.footer-news-content .newsletter-form button { height: 48px; align-self: end; }
.footer-news-content .newsletter-status { min-height: 16px; margin-top: -8px; }
.site-footer { padding: 0; }
.footer-main { background: #fff; }
.footer-reference-grid { min-height: 350px; padding-block: 43px 58px; display: grid; grid-template-columns: 1.15fr .92fr 1fr 1.45fr 1.55fr; gap: 45px; }
.footer-reference-grid, .footer-copy-grid { max-width: 1560px; }
.footer-reference-grid article { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-reference-grid h3 { margin: 0 0 19px; color: #111; font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; }
.footer-reference-grid a, .footer-reference-grid article > span { color: #171717; font-size: 12px; line-height: 1.35; }
.footer-reference-grid a:hover { text-decoration: underline; }
.footer-reference-grid article > span + span { margin-top: 4px; }
.footer-commerce h3 { margin-bottom: 15px; }
.footer-payment-icons { width: 100%; max-width: 370px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.footer-payment-icons b { width: 48px; height: 32px; flex: 0 0 48px; padding: 0 6px; display: grid; place-items: center; color: #111; background: #f3f3f3; border: 1px solid #ccc; text-align: center; font-size: 10px; }
.footer-payment-icons img { width: 48px; height: 32px; flex: 0 0 48px; padding: 3px; object-fit: contain; background: #fff; filter: grayscale(1); }
.footer-reference-grid .footer-social-title { margin-top: 36px; }
.footer-social-icons { display: flex; align-items: center; gap: 18px; }
.footer-social-icons span { width: 24px; height: 24px; display: grid; place-items: center; color: white; background: #111; border-radius: 50%; font-family: Arial,sans-serif; font-size: 13px; }
.footer-copy { min-height: 122px; display: flex; align-items: center; background: #fafafa; border-block: 1px solid #dedede; }
.footer-copy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: center; }
.footer-copy-grid > div { min-height: 92px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 17px; text-align: center; }
.footer-copy-grid h3 { flex: 0 0 100%; margin: 0; color: #111; font-size: 10px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; }
.footer-copy-grid p { margin: 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: #333; }
.footer-copy-grid p b { font-size: 25px; }
.footer-copy-grid p strong { font-family: var(--serif); font-size: 20px; letter-spacing: .08em; }
.footer-copy-grid p span { display: block; font-size: 9px; line-height: 1.1; }
.footer-legal { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #777; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 899px) {
    .footer-news { min-height: 0; padding-block: 55px; }
    .footer-news-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-news-content h2 { text-align: center; white-space: normal; }
    .footer-news-content .newsletter-form { grid-template-columns: 1fr; margin-top: 32px; }
    .footer-reference-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 25px; }
    .footer-commerce { grid-column: 1/-1; }
    .footer-copy-grid { grid-template-columns: 1fr; }
    .footer-copy-grid > div { min-height: 105px; border-bottom: 1px solid #dedede; }
    .footer-copy-grid > div:last-child { border-bottom: 0; }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .footer-news-grid { grid-template-columns: 190px minmax(0,1fr); gap: 42px; }
    .footer-news-content h2 { font-size: 32px; letter-spacing: .12em; white-space: normal; }
    .footer-reference-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px 34px; }
    .footer-commerce { grid-column: 1/-1; }
}

@media (min-width: 1200px) {
    .footer-reference-grid { grid-template-columns: 1.15fr .85fr .9fr 1.1fr minmax(320px,1.5fr); gap: 32px; }
}

@media (min-width: 700px) and (max-width: 899px) {
    .footer-news-grid { grid-template-columns: 155px minmax(0,1fr); gap: 38px; }
    .footer-orbit { width: 155px; height: 155px; }
    .footer-orbit > span { font-size: 70px; }
    .footer-news-content h2 { font-size: 28px; text-align: left; }
    .footer-news-content .newsletter-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-news-content .newsletter-form button { grid-column: 1/-1; width: 180px; }
    .footer-copy-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .footer-copy-grid > div { min-height: 100px; padding-inline: 12px; border-right: 1px solid #dedede; border-bottom: 0; }
    .footer-copy-grid > div:last-child { border-right: 0; }
}

@media (max-width: 520px) {
    .order-page { padding-block: 54px 78px; }
    .order-confirmation h1 { max-width: 100%; font-size: clamp(36px,10.5vw,42px); overflow-wrap: anywhere; }
    .order-confirmation > p { font-size: 14px; }
    .order-confirmation > p strong { display: block; margin-top: 3px; word-break: break-all; }
    .pix-payment-box { padding: 20px; }
    .footer-orbit { width: 150px; height: 150px; }
    .footer-orbit > span { font-size: 68px; }
    .footer-reference-grid { grid-template-columns: 1fr; }
    .footer-commerce { grid-column: auto; }
    .footer-reference-grid h3 { font-size: 18px; }
    .footer-reference-grid a, .footer-reference-grid article > span { font-size: 14px; }
    .footer-legal { padding-block: 15px; flex-wrap: wrap; justify-content: center; text-align: center; }
}

/* Public storefront UI/UX refinement */
body.menu-open, body.search-open { overflow: hidden; }
.menu-backdrop { position: fixed; z-index: 70; inset: 0; background: rgba(0,0,0,.48); }
.product-main-image { touch-action: pan-y; }
#novidades, #colecao, #materiais, #beneficios { scroll-margin-top: 92px; }
.product-price { white-space: nowrap; }
.cart-mobile-checkout { background: #fff; }
.footer-reference-grid article:first-child > span + span { margin-top: 0; }
.global-search-form input:focus-visible, .header-search-form input:focus-visible { outline: 2px solid #171717; outline-offset: 4px; }
.order-confirmation > p strong { overflow-wrap: anywhere; }

@media (hover: none) {
    .product-image-alt, .product-view { display: none; }
    .product-card:hover { transform: none; }
}

@media (max-width: 899px) {
    .main-nav { z-index: 2; max-height: calc(100vh - 112px); overflow-y: auto; padding: 24px 18px 30px; background: #fff; }
    .menu-open .main-nav { gap: 4px; }
    .main-nav a { min-height: 52px; display: flex; align-items: center; padding: 9px 4px; border-bottom: 1px solid #dedede; }
    .main-nav a:last-child { border-bottom: 0; }
    .search-result small { font-size: 9px; }
    .search-result em { font-size: 11px; }
    .collection-tools label > span { font-size: 10px; }
    .collection-result-bar p, .collection-result-bar button { font-size: 10px; }
    .cart-list-heading span, .cart-list-heading > strong, .cart-item-model, .cart-mobile-label, .cart-summary .summary-heading > span, .cart-mobile-checkout small { font-size: 9px; }
    .quantity { height: 44px; grid-template-columns: repeat(3,44px); }
    .quantity button { min-width: 44px; }
    .cart-item-variant select { height: 44px; }
    .checkout-header .brand span { font-size: 6px; }
    .checkout-security, .checkout-title .kicker, .checkout-steps b { font-size: 9px; }
    .step-heading p, .field > span, .coupon-box label > span, .shipping-methods legend { font-size: 10px; }
    .payment-placeholder p, .card-unavailable p, .payment-panel > small, .checkout-protection, .checkout-summary-title small, .checkout-summary-title em, .checkout-item p { font-size: 9px; }
    .checkout-item > strong { font-size: 10px; }
}

@media (min-width: 900px) {
    .menu-backdrop { display: none !important; }
    #novidades, #colecao, #materiais, #beneficios { scroll-margin-top: 150px; }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .footer-commerce { grid-column: span 2; }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .product-grid.product-grid-small { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 639px) {
    .hero-grid { min-height: 0; padding-block: 43px 36px; }
    .hero-edition { margin-bottom: 23px; font-size: 9px; }
    .hero-lead { margin-top: 19px; font-size: 15px; line-height: 1.65; }
    .hero-actions { margin-top: 23px; }
    .hero-highlights { margin-top: 23px; padding-top: 16px; font-size: 9px; }
    .hero-visual { min-height: 360px; margin-top: 32px; }
    .section { padding-block: 68px; }
    .section-heading { margin-bottom: 30px; }
    .section-heading h2 { font-size: 42px; }
    .collection-tools { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 14px; }
    .collection-search, .collection-tools label:last-child { grid-column: 1/-1; }
    .collection-result-bar { margin-bottom: 18px; }
    .featured-models { padding-block: 66px 72px; overflow: hidden; }
    .featured-heading { margin-bottom: 28px; }
    .featured-heading h2 { font-size: 42px; }
    .featured-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(280px,86vw); gap: 13px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; }
    .featured-card { min-height: 380px; scroll-snap-align: start; }
    .featured-overlay { right: 24px; bottom: 25px; left: 24px; }
    .featured-overlay strong { font-size: 28px; }
    .product-showcase { padding-bottom: 58px; }
    .product-heading { padding-top: 10px; }
    .product-overview { padding-block: 68px; }
    .footer-reference-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 22px; }
    .footer-commerce { grid-column: 1/-1; }
}

@media (min-width: 360px) and (max-width: 639px) {
    .products-section .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 10px; }
    .products-section .product-card-body { padding: 13px 11px 14px; }
    .products-section .product-badge { top: 11px; left: 11px; padding: 6px 7px; font-size: 7px; letter-spacing: .07em; }
    .products-section .product-frame-number { right: 10px; bottom: 4px; font-size: 38px; }
    .products-section .product-eyebrow { font-size: 9px; letter-spacing: .05em; }
    .products-section .product-card h3 { min-height: 38px; margin-top: 8px; font-size: 16px; line-height: 1.12; }
    .products-section .product-pricing { margin-top: 12px; padding-top: 11px; display: block; }
    .products-section .product-price { font-size: 15px; }
    .products-section .product-pricing > div > small { font-size: 9px; }
}

/* Purchase journey refinement */
body.collection-filter-open,
body.product-cart-drawer-open { overflow: hidden; }

.product-card { position: relative; }
.product-card-link { display: none; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-card-link span { font-size: 14px; font-weight: 400; }
.search-result img { height: 72px; object-fit: contain; }

/* Collection controls */
.collection-controls { margin-bottom: 0; padding: 20px; display: grid; grid-template-columns: minmax(250px,1.35fr) minmax(0,2.65fr); align-items: end; gap: 14px; background: #f5f5f3; border: 1px solid #dedede; }
.collection-controls .collection-search { min-width: 0; display: grid; gap: 6px; }
.collection-controls .collection-search > span { color: #5f5f5f; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.collection-controls .collection-search input { width: 100%; height: 48px; color: #171717; background: #fff; border: 1px solid #cfcfcf; }
.collection-tools { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; background: transparent; border: 0; }
.collection-tools-heading,
.collection-filter-actions,
.collection-filter-toggle { display: none; }
.collection-filter-backdrop { position: fixed; z-index: 145; inset: 0; background: rgba(0,0,0,.48); }

/* Product purchase bar and confirmation */
.product-buybar { display: none; }
.product-cart-backdrop { position: fixed; z-index: 180; inset: 0; background: rgba(0,0,0,.55); backdrop-filter: blur(2px); }
.product-cart-drawer { width: min(100%,440px); position: fixed; z-index: 190; top: 0; right: 0; bottom: 0; padding: 30px; display: flex; flex-direction: column; color: #171717; background: #fff; border-left: 1px solid #ccc; box-shadow: -25px 0 75px rgba(0,0,0,.2); transform: translateX(105%); visibility: hidden; transition: transform .3s ease,visibility .3s; }
.product-cart-drawer-open .product-cart-drawer { transform: none; visibility: visible; }
.product-cart-drawer header { padding-bottom: 24px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d8d8d4; }
.product-cart-drawer header p { margin: 0 0 7px; color: var(--success); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.product-cart-drawer header h2 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1; }
.product-cart-drawer header button { width: 44px; height: 44px; flex: 0 0 44px; padding: 0; color: #171717; background: #fff; border: 1px solid #bbb; font-size: 25px; }
.product-cart-drawer-item { margin-top: 24px; padding-bottom: 24px; display: grid; grid-template-columns: 112px minmax(0,1fr); align-items: center; gap: 18px; border-bottom: 1px solid #d8d8d4; }
.product-cart-drawer-item img { width: 112px; aspect-ratio: 1; object-fit: contain; background: #f4f4f1; border: 1px solid #deded9; }
.product-cart-drawer-item > div { min-width: 0; display: grid; gap: 6px; }
.product-cart-drawer-item small { color: #777; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.product-cart-drawer-item strong { font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.12; }
.product-cart-drawer-item span { color: #60655f; font-size: 10px; }
.product-cart-drawer-total { padding: 20px 0; display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.product-cart-drawer-total span { color: #666; font-size: 11px; }
.product-cart-drawer-total span b { color: #171717; }
.product-cart-drawer-total > strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.product-cart-drawer-actions { margin-top: auto; display: grid; gap: 9px; }
.product-cart-drawer-actions > button { min-height: 44px; padding: 0; color: #555; background: transparent; border: 0; border-bottom: 1px solid #aaa; justify-self: center; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.size-guide-instructions { margin: -5px 0 20px; padding: 14px; display: grid; grid-template-columns: 31px minmax(0,1fr); align-items: center; gap: 12px; background: #f2f2ef; }
.size-guide-instructions > span { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: #171717; font-family: var(--serif); }
.size-guide-instructions p { margin: 0; color: #565c56; font-size: 11px; line-height: 1.55; }
.size-guide-tip { margin: 15px 0 0; padding-top: 15px; color: #5d625d; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.55; }
.size-guide-tip strong { color: #171717; }

/* Checkout clarity */
.checkout-context { color: #676c67; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.checkout-title { display: block; }
.field:has(input:required) > span::after { content: " *"; color: var(--danger); }
.field > span,
.coupon-box label > span,
.shipping-methods legend { font-size: 10px; }
.payment-tab-card small { color: #8b5d22; font-weight: 800; }
.coupon-box.is-applied { padding: 17px; background: #f3f7f3; border: 1px solid #b8c9bb; }
.coupon-box.is-applied .button { color: #fff; background: var(--success); border-color: var(--success); opacity: 1; }
.coupon-message.notice { color: #78613a; }
.coupon-message.error { color: var(--danger); }
.checkout-summary-details > summary::after { content: "⌄"; font-size: 17px; transition: transform .18s; }
.checkout-summary-details[open] > summary::after { content: "⌄"; transform: rotate(180deg); }
.checkout-mobile-action { display: none; }

@media (hover: none) {
    .product-card-link { display: flex; }
}

@media (max-width: 979px) {
    body[data-page="product"] { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
    .product-buybar { min-height: 72px; position: fixed; z-index: 76; right: 0; bottom: 0; left: 0; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(255,255,255,.98); border-top: 1px solid #c9c9c5; box-shadow: 0 -12px 34px rgba(0,0,0,.13); transition: opacity .2s,transform .2s; }
    .product-buybar.is-hidden { opacity: 0; transform: translateY(110%); pointer-events: none; }
    .product-buybar > div { min-width: 0; display: grid; }
    .product-buybar small { overflow: hidden; color: #676c67; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
    .product-buybar strong { font-family: var(--serif); font-size: 21px; font-weight: 600; }
    .product-buybar button { min-height: 50px; padding: 0 17px; display: inline-flex; align-items: center; gap: 11px; color: #fff; background: #171717; border: 1px solid #171717; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
}

@media (max-width: 759px) {
    .checkout-body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    .checkout-mobile-action { min-height: 74px; position: fixed; z-index: 75; right: 0; bottom: 0; left: 0; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(255,255,255,.98); border-top: 1px solid #c9c5bb; box-shadow: 0 -12px 35px rgba(0,0,0,.14); transition: opacity .2s,transform .2s; }
    .checkout-mobile-action.is-hidden { opacity: 0; transform: translateY(110%); pointer-events: none; }
    .checkout-mobile-action > div { min-width: 0; display: grid; }
    .checkout-mobile-action small { color: #686e68; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .checkout-mobile-action strong { font-family: var(--serif); font-size: 21px; font-weight: 600; }
    .checkout-mobile-action button { min-height: 50px; padding: 0 17px; display: inline-flex; align-items: center; gap: 10px; color: #fff; background: #171717; border: 1px solid #171717; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
    .checkout-mobile-action button:disabled { opacity: .55; }
    .checkout-body .toast { bottom: calc(91px + env(safe-area-inset-bottom)); }
}

@media (max-width: 639px) {
    /* Home: commercial content appears sooner without losing the editorial identity */
    .hero-grid { padding-block: 32px 24px; }
    .hero-edition { margin-bottom: 17px; }
    .hero h1 { font-size: 43px; }
    .hero-lead { margin-top: 17px; font-size: 14px; line-height: 1.6; }
    .hero-actions { margin-top: 20px; gap: 10px; }
    .hero-actions .button { width: 100%; min-height: 52px; }
    .hero-text-link { width: 100%; min-height: 42px; justify-content: space-between; }
    .hero-highlights { display: none; }
    .hero-visual { min-height: 300px; margin-top: 22px; }
    .hero-product-back,
    .hero-card { display: none; }
    .hero-product-main { width: 100%; height: 100%; right: 0; bottom: 0; object-fit: contain; transform: none; }
    .hero-model-mark { top: 65px; }
    .hero-rail { min-width: 0; padding-block: 11px; gap: 13px; font-size: 12px; }
    .hero-rail span:nth-of-type(4),
    .hero-rail i:nth-of-type(3) { display: none; }
    .trust-grid { width: 100%; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .trust-grid::-webkit-scrollbar { display: none; }
    .trust-grid > div { min-height: 86px; flex: 0 0 76%; padding: 14px 18px; scroll-snap-align: start; border-right: 1px solid var(--line) !important; border-bottom: 0 !important; }
    .trust-grid > div:last-child { border-right: 0 !important; }
    .trust-grid strong { font-size: 15px; }
    .products-section { padding-block: 54px 64px; }
    .products-section .section-heading { margin-bottom: 23px; }
    .products-section .section-heading h2 { font-size: 39px; }

    /* Search and filters */
    .search-drawer { max-height: 100dvh; padding: 28px 0 36px; }
    .search-drawer-heading h2 { font-size: 38px; }
    .global-search-form { margin-top: 24px; }
    .global-search-form > div { grid-template-columns: minmax(0,1fr) 48px; }
    .global-search-form input { height: 52px; font-size: 18px; }
    .global-search-form button { width: 48px; padding: 0; overflow: hidden; font-size: 0; }
    .global-search-form button span { font-size: 16px; }
    .search-results-label { margin-top: 24px; }
    .search-result { grid-template-columns: 82px minmax(0,1fr) 20px; gap: 12px; }
    .search-result img { width: 82px; height: 82px; object-fit: contain; }
    .search-result strong { font-size: 15px; white-space: normal; }
    .collection-controls { padding: 0; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 9px; background: transparent; border: 0; }
    .collection-controls .collection-search > span { font-size: 9px; }
    .collection-controls .collection-search input { height: 50px; padding-right: 10px; }
    .collection-filter-toggle { min-width: 108px; height: 50px; padding: 0 13px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: #171717; border: 1px solid #171717; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
    .collection-filter-toggle b { min-width: 18px; height: 18px; display: grid; place-items: center; color: #171717; background: #fff; border-radius: 50%; font-size: 8px; }
    .collection-filter-toggle i { width: 10px; height: 10px; position: relative; display: block; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
    .collection-tools { max-height: min(78dvh,660px); position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; padding: 22px 18px calc(18px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr; gap: 15px; overflow-y: auto; color: #171717; background: #fff; border: 0; border-top: 4px solid #171717; box-shadow: 0 -25px 70px rgba(0,0,0,.24); visibility: hidden; transform: translateY(105%); transition: transform .28s ease,visibility .28s; }
    .collection-filter-open .collection-tools { visibility: visible; transform: none; }
    .collection-tools-heading { padding-bottom: 15px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid #ddd; }
    .collection-tools-heading div { display: grid; }
    .collection-tools-heading span { color: #777; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
    .collection-tools-heading strong { margin-top: 3px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
    .collection-tools-heading button { width: 42px; height: 42px; padding: 0; background: #fff; border: 1px solid #bbb; font-size: 23px; }
    .collection-tools label { gap: 7px; }
    .collection-tools input,
    .collection-tools select { height: 52px; }
    .collection-filter-actions { position: sticky; bottom: calc(-18px - env(safe-area-inset-bottom)); margin: 3px -18px calc(-18px - env(safe-area-inset-bottom)); padding: 11px 18px calc(11px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: .65fr 1.35fr; gap: 8px; background: #fff; border-top: 1px solid #ccc; }
    .collection-filter-actions button { min-height: 48px; padding: 0 12px; border: 1px solid #171717; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
    .collection-filter-actions button:first-child { color: #171717; background: #fff; }
    .collection-filter-actions button:last-child { color: #fff; background: #171717; }
    .collection-filter-actions button[hidden] + button { grid-column: 1/-1; }
    .collection-result-bar { min-height: 48px; margin-bottom: 15px; }

    /* Product */
    .breadcrumbs { padding-block: 14px; }
    .product-showcase { padding-bottom: 43px; }
    .product-heading { padding: 7px 0 18px; }
    .product-summary h1 { font-size: 39px; line-height: 1; }
    .product-attributes-inline { margin-top: 13px; font-size: 10px; }
    .product-pricing-panel { margin-top: 18px; padding-block: 15px; }
    .detail-price strong { font-size: 23px; }
    .product-gallery { margin-top: 18px; gap: 8px; }
    .product-main-image { aspect-ratio: 1.06; }
    .product-gallery-meta > span:first-child { display: none; }
    .product-gallery-meta { justify-content: flex-end; }
    .product-thumbnails { grid-auto-columns: 62px; }
    .product-thumbnail { width: 62px; }
    .product-info { display: flex; flex-direction: column; }
    .size-picker { order: 1; padding-top: 23px; }
    .product-info .add-product { order: 2; }
    .product-short-description { order: 3; margin-top: 22px; }
    .detail-benefits { order: 4; }
    .product-info details { order: 5; }
    .link-button { min-height: 44px; display: inline-flex; align-items: center; }
    .field-error { margin: 0 0 14px; }
    .product-overview { padding-block: 55px; }
    .product-overview-copy h2 { font-size: 41px; }
    .product-overview-images { margin-top: -6px; }
    .product-grid.product-grid-small { grid-auto-columns: minmax(265px,78vw); gap: 13px; }
    .product-cart-drawer { max-height: 84dvh; top: auto; padding: 22px 18px calc(18px + env(safe-area-inset-bottom)); overflow-y: auto; border-top: 4px solid #171717; border-left: 0; transform: translateY(105%); }
    .product-cart-drawer-open .product-cart-drawer { transform: none; }
    .product-cart-drawer header { padding-bottom: 18px; }
    .product-cart-drawer header h2 { font-size: 30px; }
    .product-cart-drawer-item { margin-top: 18px; padding-bottom: 18px; grid-template-columns: 92px minmax(0,1fr); gap: 14px; }
    .product-cart-drawer-item img { width: 92px; }
    .product-cart-drawer-total { padding: 17px 0; }
    .product-cart-drawer-actions { margin-top: 0; }

    .products-section .product-card-body { display: flex; flex-direction: column; }
    .products-section .product-badge,
    .products-section .product-pricing > div > small { display: none; }
    .products-section .product-card h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .products-section .product-pricing { margin-top: auto; padding-top: 11px; }
    .products-section .product-card-link { min-height: 38px; margin-top: 10px; padding-top: 9px; }

    /* Cart */
    .cart-page { padding-bottom: 94px; }
    .cart-page .page-heading { padding-block: 28px 20px; }
    .cart-page .page-heading h1 { font-size: 49px; }
    .cart-page-heading { gap: 12px; }
    .cart-heading-copy { gap: 8px; }
    .cart-layout { padding-top: 17px; }
    .cart-list-heading { min-height: 58px; padding-bottom: 13px; }
    .cart-list-heading h2 { font-size: 24px; }
    .cart-item { padding: 12px; column-gap: 13px; }
    .cart-product-cell { grid-template-columns: 94px minmax(0,1fr); gap: 12px; }
    .cart-item-info { padding-right: 24px; }
    .cart-item-info h2 { font-size: 17px; }
    .cart-price-cell,
    .cart-total-cell { padding-top: 12px; }
    .cart-quantity-cell { margin-top: 11px; padding-top: 11px; }
    .cart-summary { padding: 22px 18px; }
    .cart-mobile-checkout > a { padding-inline: 15px; }
    .cart-page .toast { bottom: calc(91px + env(safe-area-inset-bottom)); }

    /* Checkout */
    .checkout-header .container { min-height: 64px; }
    .checkout-context { display: none; }
    .checkout-layout { gap: 14px; padding-block: 22px 58px; }
    .checkout-title { padding: 0; }
    .checkout-title h1 { font-size: 39px; }
    .checkout-title-copy > p:last-child { font-size: 11px; line-height: 1.5; }
    .checkout-summary-details > summary { min-height: 69px; padding: 13px 15px; }
    .checkout-summary-title strong { font-size: 20px; }
    .checkout-card { padding: 22px 17px 24px; }
    .step-heading { margin-bottom: 19px; }
    .step-heading h2 { font-size: 26px; }
    .step-heading p { font-size: 10px; }
    .form-grid { gap: 13px; }
    .field > span,
    .coupon-box label > span,
    .shipping-methods legend { font-size: 10px; }
    .field input,
    .coupon-box input { height: 53px; }
    .choice-card,
    .payment-tab { min-height: 76px; padding: 13px; }
    .choice-card strong,
    .payment-tab strong { font-size: 12px; }
    .choice-card small,
    .payment-tab small { font-size: 10px; }
    .payment-panel { padding: 13px; }
    .payment-placeholder > span { width: 39px; height: 39px; flex-basis: 39px; }
    .coupon-box { margin-top: 17px; padding-top: 17px; }
    .checkout-finish { padding: 15px; }
}

@media (max-width: 520px) {
    .footer-reference-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 22px; }
    .footer-reference-grid article:nth-child(4),
    .footer-commerce { grid-column: 1/-1; }
    .footer-reference-grid h3 { font-size: 16px; }
    .footer-reference-grid a,
    .footer-reference-grid article > span { font-size: 12px; }
}

@media (min-width: 640px) {
    .collection-filter-backdrop { display: none !important; }
}

@media (min-width: 900px) {
    .header-inner { height: 94px; grid-template-columns: minmax(250px,1fr) auto minmax(250px,1fr); grid-template-rows: 1fr; }
    .header-inner .brand { grid-column: 2; grid-row: 1; justify-self: center; }
    .header-search-form { display: none; }
    .main-nav { grid-column: 1; grid-row: 1; justify-self: start; align-self: center; }
    .header-actions { grid-column: 3; grid-row: 1; }
    .search-toggle { width: auto; display: flex; padding-inline: 8px; }
    .search-toggle span { display: inline; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
}

/* Category navigation and local product videos */

.size-picker-single .size-options { max-width: 260px; grid-template-columns: minmax(150px,1fr); }

.product-videos { padding-block: clamp(66px,8vw,112px); overflow: hidden; color: #fff; background: #171817; }
.product-videos-heading { margin-bottom: 34px; display: grid; gap: 20px; }
.product-videos-heading .kicker { color: #b8a675; }
.product-videos-heading h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(42px,5.5vw,76px); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.product-videos-heading > p { max-width: 510px; margin: 0; color: #aaaeaa; font-size: 13px; line-height: 1.75; }
.product-video-reel { padding-bottom: 13px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(248px,300px); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-color: #6c6f6b #292b29; }
.product-video-card { margin: 0; scroll-snap-align: start; background: #222422; border: 1px solid #3c3e3b; }
.product-video-card video { width: 100%; display: block; aspect-ratio: 9 / 16; object-fit: cover; background: #0d0e0d; }
.product-video-card figcaption { min-height: 78px; padding: 15px 16px; display: grid; align-content: center; gap: 5px; border-top: 1px solid #3c3e3b; }
.product-video-card figcaption span { color: #b8a675; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.product-video-card figcaption strong { overflow: hidden; font-family: var(--serif); font-size: 16px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 639px) {
    .product-videos { padding-block: 58px; }
    .product-videos-heading { margin-bottom: 26px; }
    .product-videos-heading h2 { font-size: 40px; }
    .product-video-reel { width: calc(100% - 36px); margin-inline: auto; grid-auto-columns: minmax(250px,78vw); }
}

@media (min-width: 760px) {
    .product-videos-heading { grid-template-columns: minmax(0,1.45fr) minmax(270px,.55fr); align-items: end; }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .header-inner { height: 132px; grid-template-columns: 1fr auto 1fr; grid-template-rows: 78px 54px; }
    .header-inner .brand { grid-column: 2; grid-row: 1; }
    .header-actions { grid-column: 3; grid-row: 1; }
    .main-nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; justify-content: center; align-self: stretch; gap: 28px; border-top: 1px solid #dedede; }
}

@media (min-width: 1200px) {
    .main-nav { gap: clamp(14px,1.35vw,24px); }
    .main-nav a { min-width: 0; white-space: nowrap; }
}

/* Product detail hierarchy */
.product-short-description { padding: 22px 0; border-bottom: 1px solid #deded9; }
.product-short-description > span { display: block; margin-bottom: 8px; color: #676c67; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.product-short-description > p { margin: 0; color: #555b56; font-size: 13px; line-height: 1.75; }
.detail-benefits .benefit-icon { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: #171717; font-size: 7px; font-weight: 900; letter-spacing: .05em; }
.product-overview-copy > p:not(.kicker) { max-width: 520px; }

/* Optional accessories at the end of checkout */
.checkout-order-bump { background: #f6f4ee; }
.order-bump-heading { margin-bottom: 20px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.order-bump-heading .kicker { margin-bottom: 5px; color: #61665f; font-size: 7px; }
.order-bump-heading h2 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1; }
.order-bump-heading p:last-child { margin: 8px 0 0; color: #6b706a; font-size: 9px; line-height: 1.5; }
.order-bump-heading > span { flex: 0 0 auto; padding: 6px 8px; color: #595e58; background: #fff; border: 1px solid #cac6bc; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.order-bump-list { padding-bottom: 7px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(245px,82vw); gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.order-bump-card { min-width: 0; padding: 11px; display: grid; grid-template-columns: 82px minmax(0,1fr); align-items: center; gap: 12px; scroll-snap-align: start; background: #fff; border: 1px solid #d6d2c8; transition: border-color .18s,box-shadow .18s,background .18s; }
.order-bump-card.is-added { background: #f2f7f2; border-color: #8daa94; box-shadow: inset 0 0 0 1px #8daa94; }
.order-bump-card > img { width: 82px; aspect-ratio: 1; object-fit: contain; background: #f1f0ec; border: 1px solid #e0ddd5; }
.order-bump-card > div { min-width: 0; align-self: center; }
.order-bump-card small { display: block; color: #747972; font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.order-bump-card h3 { margin: 5px 0 7px; font-family: var(--serif); font-size: 16px; font-weight: 500; line-height: 1.12; }
.order-bump-card strong { font-size: 11px; }
.order-bump-card > button { min-height: 40px; grid-column: 1/-1; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: #171717; border: 1px solid #171717; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.order-bump-card > button:disabled { color: #315a3d; background: transparent; border-color: #8daa94; opacity: 1; cursor: default; }
.order-bump-card.is-added > button:not(:disabled) { color: #315a3d; background: transparent; border-color: #8daa94; }
.order-bump-card > button span { font-size: 14px; font-weight: 400; }

@media (max-width: 639px) {
    .product-showcase { padding-bottom: 50px; }
    .product-heading { padding: 4px 0 18px; }
    .product-pricing-panel { margin-top: 0; padding: 16px 0; border-top: 0; }
    .product-gallery { margin-top: 15px; }
    .product-main-image { background: #f5f5f2; border-color: #d9d9d5; }
    .product-info { margin-top: 13px; padding: 22px 18px 18px; background: #f7f6f2; border: 1px solid #d9d7cf; }
    .product-short-description { order: 1; margin: 0 0 22px; padding: 0 0 20px; }
    .size-picker { order: 2; padding-top: 0; }
    .product-info .add-product { order: 3; }
    .detail-benefits { order: 4; margin-top: 20px; }
    .product-info details { order: 5; }
    .detail-benefits p { grid-template-columns: 35px minmax(0,1fr); }
    .product-overview-grid { gap: 30px; }
}

@media (min-width: 640px) {
    .order-bump-list { grid-auto-flow: initial; grid-auto-columns: initial; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
}

@media (min-width: 980px) {
    .product-showcase { grid-template-columns: minmax(0,1.38fr) minmax(390px,.62fr); column-gap: clamp(28px,3vw,48px); }
    .product-gallery { grid-template-columns: 86px minmax(0,1fr); }
    .product-thumbnails { grid-auto-rows: 86px; max-height: 720px; }
    .product-summary { padding: 31px 34px 0; background: #fff; border: 1px solid #d9d9d5; border-bottom: 0; }
    .product-heading { padding: 0 0 23px; }
    .product-pricing-panel { margin-top: 0; padding: 21px 0 24px; border-top: 0; }
    .product-info { padding: 0 34px 32px; background: #fff; border: 1px solid #d9d9d5; border-top: 0; box-shadow: 0 24px 55px rgba(0,0,0,.07); }
    .product-short-description { margin-top: 0; }
    .size-picker { padding-top: 22px; }
    .product-main-image { background: #f5f5f2; }
}

/* Conversion-focused visual system */
html { scrollbar-gutter: stable; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
.button:active, .product-buybar button:active, .checkout-mobile-action button:active { transform: translateY(1px); }
button[aria-busy="true"] { cursor: wait; opacity: .72; }

.section-heading-note { max-width: 460px; align-self: end; }
.section-heading-note p { margin: 0; color: #5e635e; font-size: 13px; line-height: 1.75; }
.section-heading-note span { margin-top: 14px; display: inline-flex; align-items: center; gap: 9px; color: #171717; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-heading-note span::before { content: ""; width: 25px; height: 1px; background: #171717; }
.products-section { padding-top: 0; }
.product-grid { align-items: stretch; }
.product-card { display: flex; flex-direction: column; }
.product-image { object-fit: contain; }
.product-card-body { flex: 1; display: flex; flex-direction: column; }
.product-pricing { margin-top: auto; }
.product-card-link { display: flex; }

.product-heading-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-heading-top .kicker { margin-bottom: 14px; }
.product-share { min-height: 40px; margin-bottom: 8px; padding: 0 0 0 12px; display: inline-flex; align-items: center; gap: 8px; color: #5f645f; background: transparent; border: 0; border-bottom: 1px solid #a7aaa7; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-share:hover { color: #171717; border-color: #171717; }
.product-share span { font-size: 13px; font-weight: 400; }
.product-main-image img { transition: opacity .2s ease, transform .25s ease; }
.product-main-image img.is-switching { opacity: .38; transform: scale(.985); }
.product-swipe-hint { display: none; }
.product-size-prompt { margin: 8px 0 0; color: #6b706b; font-size: 10px; line-height: 1.45; }
.product-size-prompt.is-selected { color: var(--success); font-weight: 800; }
.product-size-prompt.is-selected::before { content: "✓"; margin-right: 6px; }
.size-options span { position: relative; }
.size-options input:checked + span::after { content: "✓"; position: absolute; top: 3px; right: 5px; font-size: 7px; }
.product-info .add-product { box-shadow: 0 14px 30px rgba(0,0,0,.14); }

.purchase-path { margin-top: -1px; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; background: #fff; border: 1px solid #d3d3cf; }
.purchase-path li { min-width: 0; min-height: 58px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; color: #737773; border-right: 1px solid #deded9; }
.purchase-path li:last-child { border-right: 0; }
.purchase-path span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; color: #666; background: #f3f2ee; border: 1px solid #d0d0cb; font-family: var(--serif); font-size: 12px; }
.purchase-path b { overflow: hidden; font-size: 9px; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.purchase-path li.is-active { color: #171717; box-shadow: inset 0 -3px #171717; }
.purchase-path li.is-active span { color: #fff; background: #171717; border-color: #171717; }
.cart-layout { padding-top: 30px; }
.cart-item { transition: border-color .2s, box-shadow .2s, transform .2s; }
.cart-item:hover { border-color: #babbb6; box-shadow: 0 16px 34px rgba(0,0,0,.055); transform: translateY(-2px); }
.cart-summary { border-top-width: 5px; }
.cart-payment-preview img { filter: saturate(.88); }

.checkout-title { gap: 30px; }
.checkout-progress { min-width: 0; }
.checkout-steps { margin: 0; }
.checkout-steps li { position: relative; color: #777c77; transition: color .2s, background .2s; }
.checkout-steps li.is-active { color: #171717; background: #fff; box-shadow: inset 0 -3px #171717; }
.checkout-steps li.is-complete { color: #274f35; background: #f3f7f3; }
.checkout-steps li.is-complete span { color: #fff; background: var(--success); font-size: 0; }
.checkout-steps li.is-complete span::after { content: "✓"; font-family: var(--sans); font-size: 10px; font-weight: 900; }
.checkout-progress-rail { height: 3px; margin-top: 8px; overflow: hidden; background: #dad6cc; }
.checkout-progress-rail span { width: 12%; height: 100%; display: block; background: var(--success); transition: width .35s ease; }
.field.is-complete input:not(:focus) { border-color: #91a096; background: #fcfefc; }
.checkout-card { position: relative; transition: box-shadow .25s, background .25s; }
.checkout-card.is-complete { box-shadow: inset 3px 0 var(--success); }
.checkout-card.is-complete .step-heading > span { background: var(--success); font-size: 0; }
.checkout-card.is-complete .step-heading > span::after { content: "✓"; font-family: var(--sans); font-size: 12px; font-weight: 900; }
.checkout-form-shell { border-top-width: 5px; }
.checkout-summary { border-top-width: 5px; }
.choice-card:has(input:checked), .payment-tab:has(input:checked) { box-shadow: inset 0 0 0 1px var(--ink), 0 9px 22px rgba(0,0,0,.045); }
.submit-order, .checkout-mobile-action button { box-shadow: 0 13px 28px rgba(0,0,0,.15); }

@media (max-width: 639px) {
    .section-heading-note p { font-size: 12px; }
    .section-heading-note span { margin-top: 10px; }
    .products-section .product-card-link { font-size: 8px; letter-spacing: .05em; }
    .product-heading-top { align-items: flex-start; }
    .product-heading-top .kicker { padding-top: 8px; }
    .product-share { flex: 0 0 auto; padding-left: 7px; font-size: 7px; }
    .product-swipe-hint { position: absolute; z-index: 3; bottom: 19px; left: 17px; display: inline-flex; padding: 7px 9px; color: #555a55; background: rgba(255,255,255,.88); border: 1px solid #d1d1cc; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
    .product-main-image:has(.product-gallery-controls) .product-swipe-hint { right: 117px; }
    .product-info { box-shadow: 0 18px 40px rgba(0,0,0,.065); }
    .purchase-path { width: calc(100% - 36px); }
    .purchase-path li { min-height: 52px; padding: 8px; gap: 6px; }
    .purchase-path span { width: 23px; height: 23px; flex-basis: 23px; font-size: 10px; }
    .purchase-path b { font-size: 7px; letter-spacing: .04em; }
    .cart-layout { padding-top: 22px; }
    .cart-item:hover { transform: none; }
    .checkout-progress { margin-top: 19px; }
    .checkout-steps li { min-height: 44px; padding: 6px; gap: 5px; }
    .checkout-steps span { width: 21px; height: 21px; flex-basis: 21px; font-size: 10px; }
    .checkout-steps b { font-size: 7px; letter-spacing: .035em; }
}

@media (min-width: 640px) {
    .checkout-title { display: grid; grid-template-columns: minmax(0,1fr) minmax(310px,380px); align-items: end; }
}

@media (min-width: 900px) {
}

@media (min-width: 980px) {
    .product-info { position: sticky; top: 112px; }
}

/* Order payment experience */
.order-page { min-height: 80vh; padding-block: 38px 88px; background: #eeece7; }
.order-confirmation { max-width: 1180px; text-align: left; }
.order-hero { margin-bottom: 22px; display: grid; gap: 22px; }
.order-state-heading { display: flex; align-items: center; gap: 13px; }
.order-state-heading .kicker { margin: 0 0 6px; color: var(--success); font-size: 9px; }
.success-mark { width: 54px; height: 54px; flex: 0 0 54px; margin: 0; display: grid; place-items: center; color: #fff; background: var(--ink); border: 0; border-radius: 50%; font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.success-mark.is-paid { background: var(--success); font-size: 20px; }
.order-confirmation h1 { max-width: 760px; margin-top: 23px; font-size: clamp(43px,7vw,66px); line-height: .97; overflow-wrap: normal; }
.order-hero-copy > p { max-width: 650px; margin: 15px 0 0; color: #555b56; font-size: 14px; }
.status-pill { width: fit-content; padding: 6px 9px; display: inline-flex; align-items: center; border-radius: 99px; font-size: 8px !important; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.status-pill.pending { color: #74531a; background: #f3e7cb; }
.status-pill.paid { color: #fff; background: var(--success); }
.status-pill.unavailable { color: var(--danger); background: #f9e5e2; }
.order-number { width: fit-content; max-width: 100%; margin-top: 21px; padding: 10px 13px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; background: rgba(255,255,255,.62); border: 1px solid #d1cec7; }
.order-number span { color: #70746f; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.order-number strong { overflow-wrap: anywhere; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 10px; }
.order-total-highlight { padding: 24px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--forest); border-top: 4px solid var(--gold); box-shadow: 0 18px 42px rgba(16,23,18,.13); }
.order-total-highlight span { color: #d9d8ce; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.order-total-highlight strong { margin-top: 7px; font-family: var(--serif); font-size: 35px; font-weight: 500; line-height: 1; }
.order-total-highlight small { margin-top: 8px; color: #bbc4bd; font-size: 9px; }
.order-layout { display: grid; gap: 18px; align-items: start; }
.pix-payment-box { margin: 0; padding: 22px; text-align: left; background: #fff; border: 1px solid #d1cec7; border-top: 5px solid var(--ink); box-shadow: 0 22px 60px rgba(16,23,18,.08); }
.pix-payment-heading { padding-bottom: 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid #dedbd4; }
.pix-payment-heading > div > span { color: var(--success); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.pix-payment-heading h2 { margin: 4px 0 0; font-family: var(--serif); font-size: clamp(25px,4vw,34px); font-weight: 500; line-height: 1.04; }
.pix-payment-heading > small { flex: 0 0 auto; color: #777b76; text-align: right; font-size: 8px; line-height: 1.45; }
.pix-payment-heading > small strong { display: block; color: var(--ink); font-size: 9px; }
.pix-payment-content { margin-top: 22px; display: grid; gap: 22px; align-items: stretch; }
.pix-qr-panel { padding: 17px; display: flex; flex-direction: column; align-items: center; background: #f5f3ed; border: 1px solid #ddd9d0; text-align: center; }
.pix-method-label { align-self: flex-start; color: #5f655f; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.pix-qr-frame { width: min(100%,310px); margin: 14px auto; aspect-ratio: 1; padding: 13px; display: grid; place-items: center; overflow: hidden; background: #fff; border: 1px solid #c8c5bd; box-shadow: 0 11px 30px rgba(0,0,0,.06); }
.pix-qr-frame img { width: 100%; height: 100%; margin: 0; object-fit: contain; image-rendering: auto; }
.pix-qr-panel > small { max-width: 275px; color: #656b65; font-size: 9px; line-height: 1.5; }
.pix-qr-unavailable { padding: 20px; display: grid; gap: 5px; color: #6d716d; }
.pix-qr-unavailable strong { color: var(--ink); font-family: var(--serif); font-size: 21px; font-weight: 500; }
.pix-qr-unavailable span { font-size: 10px; }
.pix-copy-panel { min-width: 0; display: flex; flex-direction: column; }
.pix-steps { margin: 0; padding: 0; display: grid; list-style: none; border-top: 1px solid #ddd9d1; }
.pix-steps li { min-width: 0; padding: 12px 0; display: grid; grid-template-columns: 29px minmax(0,1fr); align-items: center; gap: 10px; border-bottom: 1px solid #ddd9d1; }
.pix-steps li > span { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 9px; font-weight: 900; }
.pix-steps p { margin: 0; min-width: 0; }
.pix-steps strong,.pix-steps small { display: block; }
.pix-steps strong { font-size: 10px; }
.pix-steps small { margin-top: 1px; color: #727771; font-size: 8px; }
.pix-copy-area { margin-top: 18px; }
.pix-copy-area label { display: block; margin-bottom: 7px; color: #555b55; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.pix-copy-area textarea { width: 100%; min-height: 154px; padding: 16px; resize: none; overflow-wrap: anywhere; color: #323632; background: #f4f3ef; border: 1px solid #c9c7c0; outline: 0; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 10px; line-height: 1.6; }
.pix-copy-area textarea:focus { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.pix-copy-area > small { display: block; margin-top: 6px; color: #777c77; font-size: 8px; }
.pix-copy-button { width: 100%; min-height: 56px; margin-top: 13px; justify-content: space-between; box-shadow: 0 12px 28px rgba(16,23,18,.15); }
.pix-copy-button b { font-size: 17px; font-weight: 400; }
.pix-copy-button.is-copied { background: var(--success); border-color: var(--success); }
.pix-live-status { margin-top: 18px; padding: 13px 15px; display: flex; align-items: center; gap: 12px; color: #35513e; background: #edf4ee; border: 1px solid #c8d8cb; }
.pix-live-status i { width: 17px; height: 17px; flex: 0 0 17px; border: 2px solid #b6c9ba; border-top-color: var(--success); border-radius: 50%; animation: cep-spin .8s linear infinite; }
.pix-live-status span { min-width: 0; }
.pix-live-status strong,.pix-live-status small { display: block; }
.pix-live-status strong { font-size: 9px; }
.pix-live-status small { margin-top: 2px; color: #65806c; font-size: 8px; }
.payment-complete-state,.payment-unavailable-state { margin-top: 22px; padding: 28px; display: grid; grid-template-columns: 50px minmax(0,1fr); align-items: center; gap: 16px; }
.payment-complete-state { color: #235a36; background: #edf5ef; border: 1px solid #bfd2c4; }
.payment-unavailable-state { color: #7e2f29; background: #fbefed; border: 1px solid #e0c2bd; }
.payment-complete-state > span,.payment-unavailable-state > span { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; background: currentColor; border-radius: 50%; font-size: 19px; font-weight: 900; }
.payment-complete-state strong,.payment-unavailable-state strong { display: block; color: currentColor; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.payment-complete-state p,.payment-unavailable-state p { margin: 5px 0 0; color: #5e675f; font-size: 10px; }
.order-summary-card { padding: 21px; background: #fff; border: 1px solid #d1cec7; border-top: 5px solid var(--gold); box-shadow: 0 22px 60px rgba(16,23,18,.07); }
.order-summary-heading { padding-bottom: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; border-bottom: 1px solid #ddd9d1; }
.order-summary-heading span { color: var(--leather); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.order-summary-heading h2 { margin: 3px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.order-summary-heading a { padding-bottom: 2px; color: #555b56; border-bottom: 1px solid #777; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.order-items { display: grid; }
.order-item { min-width: 0; padding: 14px 0; display: grid; grid-template-columns: 68px minmax(0,1fr) auto; align-items: center; gap: 11px; border-bottom: 1px solid #e0ddd6; }
.order-item img { width: 68px; height: 68px; object-fit: contain; background: #f3f1eb; border: 1px solid #e0ddd5; }
.order-item > div { min-width: 0; }
.order-item small,.order-item strong,.order-item span { display: block; }
.order-item small { color: #787c77; font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.order-item strong { margin-top: 3px; font-family: var(--serif); font-size: 14px; font-weight: 500; line-height: 1.13; }
.order-item span { margin-top: 4px; color: #696e69; font-size: 8px; }
.order-item > b { padding-left: 4px; font-size: 9px; white-space: nowrap; }
.order-values { padding-top: 8px; }
.order-values p { margin: 0; padding: 8px 0; display: flex; justify-content: space-between; gap: 18px; color: #656a65; font-size: 9px; }
.order-values p strong { color: var(--ink); }
.order-values .discount,.order-values .discount strong { color: var(--success); }
.order-values .total { margin-top: 5px; padding-top: 14px; align-items: center; border-top: 1px solid #c9c6be; color: var(--ink); font-size: 11px; font-weight: 900; }
.order-values .total strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.order-delivery { margin-top: 15px; padding: 14px; display: grid; background: #f3f1eb; border-left: 3px solid var(--ink); }
.order-delivery > span { color: #747974; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.order-delivery strong { margin-top: 3px; font-size: 10px; }
.order-delivery small { margin-top: 3px; color: #6b706b; font-size: 8px; }

@media (min-width: 700px) {
    .order-hero { grid-template-columns: minmax(0,1fr) 280px; align-items: stretch; }
    .pix-payment-content { grid-template-columns: minmax(260px,310px) minmax(0,1fr); }
}

@media (min-width: 980px) {
    .order-page { padding-block: 52px 105px; }
    .order-layout { grid-template-columns: minmax(0,1fr) 370px; gap: 24px; }
    .pix-payment-box { padding: 28px; }
    .order-summary-card { position: sticky; top: 112px; }
}

@media (max-width: 520px) {
    .order-page { padding-block: 26px 64px; }
    .order-confirmation h1 { margin-top: 20px; font-size: 42px; overflow-wrap: normal; }
    .order-hero-copy > p { font-size: 12px; }
    .order-total-highlight { padding: 20px; }
    .pix-payment-box,.order-summary-card { padding: 17px; }
    .pix-payment-heading { flex-direction: column; }
    .pix-payment-heading > small { text-align: left; }
    .pix-qr-panel { padding: 13px; }
    .pix-qr-frame { width: min(100%,290px); }
    .pix-copy-area textarea { min-height: 176px; padding: 14px; font-size: 9px; }
    .pix-copy-button { min-height: 58px; }
    .pix-live-status { align-items: flex-start; }
    .payment-complete-state,.payment-unavailable-state { padding: 20px; grid-template-columns: 42px minmax(0,1fr); }
    .payment-complete-state > span,.payment-unavailable-state > span { width: 42px; height: 42px; }
    .order-item { grid-template-columns: 62px minmax(0,1fr); }
    .order-item img { width: 62px; height: 62px; }
    .order-item > b { grid-column: 2; padding: 0; }
}

/* Order payment experience v2 */
.order-page { min-height: 72vh; padding: 34px 0 84px; background: #f4f2ed; }
.order-confirmation { max-width: 1200px; text-align: left; }
.order-page-header { margin-bottom: 22px; padding: 0 2px 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; border-bottom: 1px solid #cfccc4; }
.order-reference { margin: 0 0 10px; color: #6f746f; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.order-reference strong { margin-left: 7px; color: var(--ink); font-family: ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .02em; overflow-wrap: anywhere; }
.order-status-line { display: flex; align-items: center; gap: 11px; }
.order-status-dot { width: 11px; height: 11px; flex: 0 0 11px; border-radius: 50%; box-shadow: 0 0 0 5px rgba(177,126,26,.10); }
.order-status-dot.pending { background: #b17e1a; }
.order-status-dot.paid { background: var(--success); box-shadow: 0 0 0 5px rgba(38,105,62,.1); }
.order-status-dot.unavailable { background: #9f3932; box-shadow: 0 0 0 5px rgba(159,57,50,.1); }
.order-page-header h1 { max-width: none; margin: 0; font-family: var(--serif); font-size: clamp(30px,4vw,43px); font-weight: 500; line-height: 1; }
.order-status-description { max-width: 650px; margin: 10px 0 0; color: #5e645f; font-size: 11px; line-height: 1.55; }
.order-header-total { flex: 0 0 auto; padding-left: 28px; display: grid; justify-items: end; border-left: 1px solid #cfccc4; }
.order-header-total span { color: #737873; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.order-header-total strong { margin-top: 4px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1; white-space: nowrap; }
.order-layout { display: grid; gap: 20px; align-items: start; }
.payment-card { min-width: 0; background: #fff; border: 1px solid #d0cdc5; box-shadow: 0 18px 50px rgba(16,23,18,.06); }
.payment-card-header { min-height: 92px; padding: 20px 22px; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 14px; border-bottom: 1px solid #dedbd4; }
.pix-brand-mark { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.payment-card-header > div:nth-child(2) > span { color: #687069; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.payment-card-header h2 { margin: 4px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1; }
.pix-timer { min-width: 112px; padding: 10px 12px; display: grid; justify-items: end; background: #f5efe1; border: 1px solid #e4d7ba; }
.pix-timer span { color: #806324; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.pix-timer strong { margin-top: 2px; color: #5d4818; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 22px; line-height: 1; }
.pix-timer small { margin-top: 3px; color: #8a7a55; font-size: 7px; }
.pix-checkout-grid { padding: 24px; display: grid; gap: 24px; }
.pix-qr-column { min-width: 0; padding: 17px; display: flex; flex-direction: column; align-items: center; background: #f6f4ef; border: 1px solid #dfdcd4; }
.pix-section-label { width: 100%; margin: 0 0 13px; color: #59605a; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.pix-qr-stage { width: min(100%,292px); aspect-ratio: 1; padding: 11px; display: grid; place-items: center; background: #fff; border: 1px solid #c9c6bf; box-shadow: 0 10px 25px rgba(0,0,0,.055); }
.pix-qr-stage > img,.pix-qr-stage canvas,.pix-qr-stage [data-pix-qr-fallback] > img { width: 100% !important; height: 100% !important; margin: 0; display: block; object-fit: contain; }
.pix-qr-stage [data-pix-qr-fallback] { width: 100%; height: 100%; display: grid; place-items: center; }
.pix-qr-stage [data-pix-qr-fallback][hidden] { display: none; }
.pix-qr-error { max-width: 190px; margin: 0; color: #7e2f29; text-align: center; font-size: 10px; line-height: 1.5; }
.pix-qr-help { max-width: 250px; margin: 12px 0 0; color: #686e69; text-align: center; font-size: 8px; line-height: 1.5; }
.pix-copy-column { min-width: 0; display: flex; flex-direction: column; }
.pix-instruction { padding: 12px 0; display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: center; gap: 10px; border-bottom: 1px solid #e0ddd6; }
.pix-instruction:first-child { padding-top: 2px; }
.pix-instruction > span { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 9px; font-weight: 900; }
.pix-instruction p { min-width: 0; margin: 0; }
.pix-instruction strong,.pix-instruction small { display: block; }
.pix-instruction strong { font-size: 10px; }
.pix-instruction small { margin-top: 2px; color: #707570; font-size: 8px; line-height: 1.45; }
.pix-copy-area { margin-top: 17px; }
.pix-copy-area label { display: block; margin-bottom: 7px; color: #555b55; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.pix-copy-area textarea { width: 100%; min-height: 112px; padding: 14px; resize: none; overflow-wrap: anywhere; color: #303530; background: #f4f3ef; border: 1px solid #c7c5be; outline: 0; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 9px; line-height: 1.55; }
.pix-copy-area textarea:focus { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.pix-copy-button { width: 100%; min-height: 54px; margin-top: 11px; padding-inline: 18px; justify-content: space-between; box-shadow: none; }
.pix-copy-button b { font-size: 16px; font-weight: 400; }
.pix-copy-button.is-copied { background: var(--success); border-color: var(--success); }
.pix-live-status { margin: 0 24px 24px; padding: 12px 14px; display: flex; align-items: center; gap: 11px; color: #35513e; background: #edf4ee; border: 1px solid #c8d8cb; }
.pix-live-status i { width: 16px; height: 16px; flex: 0 0 16px; border: 2px solid #b6c9ba; border-top-color: var(--success); border-radius: 50%; animation: cep-spin .8s linear infinite; }
.pix-live-status strong,.pix-live-status small { display: block; }
.pix-live-status strong { font-size: 9px; }
.pix-live-status small { margin-top: 2px; color: #66806d; font-size: 8px; }
.payment-result-state { margin: 24px; padding: 25px; display: grid; grid-template-columns: 46px minmax(0,1fr); align-items: center; gap: 16px; }
.payment-result-state > span { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border-radius: 50%; font-size: 18px; font-weight: 900; }
.payment-result-state strong { display: block; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.payment-result-state p { max-width: 520px; margin: 5px 0 0; color: #606661; font-size: 10px; line-height: 1.55; }
.payment-result-state.is-paid { color: #235a36; background: #edf5ef; border: 1px solid #bfd2c4; }
.payment-result-state.is-paid > span { background: #28643c; }
.payment-result-state.is-expired { color: #7e2f29; background: #fbefed; border: 1px solid #e0c2bd; }
.payment-result-state.is-expired > span { background: #9f3932; }
.pix-regenerate-actions { margin: -8px 24px 24px; }
.pix-regenerate-actions .button { width: 100%; min-height: 55px; justify-content: space-between; }
.pix-regenerate-actions .button.is-loading { cursor: wait; opacity: .72; }
.pix-regenerate-actions p { margin: 10px 0 0; padding: 10px 12px; color: #8b2f29; background: #fbefed; border: 1px solid #e0c2bd; font-size: 9px; }
.order-summary-card { padding: 20px; background: #fff; border: 1px solid #d0cdc5; border-top: 3px solid var(--gold); box-shadow: 0 18px 50px rgba(16,23,18,.055); }
.order-summary-heading { padding-bottom: 15px; align-items: flex-end; }
.order-summary-heading span { font-size: 7px; }
.order-summary-heading h2 { font-size: 23px; }
.order-summary-heading a { max-width: 120px; text-align: right; line-height: 1.35; }
.order-item { grid-template-columns: 64px minmax(0,1fr) auto; }
.order-item img { width: 64px; height: 64px; }
.order-delivery { border-left-width: 2px; }

@media (min-width: 760px) {
    .pix-checkout-grid { grid-template-columns: minmax(245px,292px) minmax(0,1fr); }
}

@media (min-width: 1000px) {
    .order-page { padding-top: 42px; }
    .order-layout { grid-template-columns: minmax(0,1fr) 380px; gap: 22px; }
    .order-summary-card { position: sticky; top: 112px; }
}

@media (max-width: 640px) {
    .order-page { padding: 24px 0 60px; }
    .order-page-header { padding-bottom: 18px; align-items: flex-start; }
    .order-page-header h1 { font-size: 31px; }
    .order-status-description { font-size: 10px; }
    .order-header-total { padding-left: 15px; }
    .order-header-total strong { font-size: 23px; }
    .payment-card-header { min-height: 0; padding: 16px; grid-template-columns: 42px minmax(0,1fr); }
    .pix-brand-mark { width: 42px; height: 42px; }
    .payment-card-header h2 { font-size: 22px; }
    .pix-timer { grid-column: 1 / -1; width: 100%; min-width: 0; padding: 9px 11px; grid-template-columns: auto auto 1fr; align-items: center; justify-items: start; gap: 8px; }
    .pix-timer strong { font-size: 19px; }
    .pix-timer small { margin: 0 0 0 auto; }
    .pix-checkout-grid { padding: 16px; gap: 18px; }
    .pix-qr-column { padding: 13px; }
    .pix-qr-stage { width: min(100%,275px); }
    .pix-copy-area textarea { min-height: 122px; }
    .pix-live-status { margin: 0 16px 16px; }
    .payment-result-state { margin: 16px; padding: 19px; grid-template-columns: 40px minmax(0,1fr); }
    .payment-result-state > span { width: 40px; height: 40px; }
    .payment-result-state strong { font-size: 21px; }
    .pix-regenerate-actions { margin: 0 16px 16px; }
    .order-summary-card { padding: 16px; }
}

@media (max-width: 410px) {
    .order-page-header { display: block; }
    .order-header-total { margin-top: 16px; padding: 12px 0 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #cfccc4; border-left: 0; }
    .order-header-total strong { margin: 0; }
    .order-item { grid-template-columns: 58px minmax(0,1fr); }
    .order-item img { width: 58px; height: 58px; }
    .order-item > b { grid-column: 2; }
}

body[data-page="order-success"] .promo-bar,
body[data-page="order-success"] .header-search-form,
body[data-page="order-success"] .main-nav,
body[data-page="order-success"] .header-actions,
body[data-page="order-success"] .menu-toggle,
body[data-page="order-success"] .search-drawer,
body[data-page="order-success"] .search-backdrop,
body[data-page="order-success"] .menu-backdrop,
body[data-page="order-success"] .footer-news,
body[data-page="order-success"] .footer-main { display: none !important; }
body[data-page="order-success"] .site-header { position: relative; top: auto; }
body[data-page="order-success"] .header-inner { height: 82px; display: flex; align-items: center; justify-content: center; }
body[data-page="order-success"] .header-inner .brand { position: static; justify-self: auto; font-size: 32px; transform: none; }
body[data-page="order-success"] .footer-copy { min-height: 96px; }
body[data-page="order-success"] .footer-copy-grid > div { min-height: 82px; }

@media (max-width: 700px) {
    body[data-page="order-success"] .header-inner { height: 72px; }
    body[data-page="order-success"] .header-inner .brand { font-size: 28px; }
    body[data-page="order-success"] .footer-copy { min-height: 0; }
    body[data-page="order-success"] .footer-copy-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    body[data-page="order-success"] .footer-copy-grid > div { min-height: 82px; padding: 10px 4px; border-right: 1px solid #dedede; border-bottom: 0; }
    body[data-page="order-success"] .footer-copy-grid > div:last-child { border-right: 0; }
    body[data-page="order-success"] .footer-copy-grid h3 { font-size: 7px; letter-spacing: .16em; }
    body[data-page="order-success"] .footer-copy-grid p span { font-size: 7px; }
    body[data-page="order-success"] .footer-copy-grid p b { font-size: 18px; }
    body[data-page="order-success"] .footer-copy-grid p strong { font-size: 14px; }
}
