@font-face{font-family:Inter;src:url('../assets/fonts/inter-latin.woff2') format('woff2');font-style:normal;font-weight:400 700;font-display:swap}
@font-face{font-family:'Space Grotesk';src:url('../assets/fonts/space-grotesk-latin.woff2') format('woff2');font-style:normal;font-weight:400 700;font-display:swap}

/* Identidad: modifica estas variables para ajustar todo el sitio. */
:root{--black:#080808;--surface:#111112;--raised:#19191b;--copper:#EF6C1F;--chrome:#C7CCD1;--white:#fff;--muted:#a3a3a8;--line:#2c2c2f;--font-body:Inter,Arial,sans-serif;--font-heading:'Space Grotesk',Arial,sans-serif;--wrap:1400px;--header:80px;--ease:cubic-bezier(.22,1,.36,1);color-scheme:dark}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 24px)}
body{margin:0;background:var(--black);color:var(--white);font-family:var(--font-body);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
body,button,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,input,select,textarea{font:inherit}
button,a,input,select,summary,textarea{touch-action:manipulation}
button{cursor:pointer;color:inherit}
button:disabled{cursor:not-allowed;opacity:.5}
a{color:inherit;text-decoration:none}
button{border:0}
img{display:block;max-width:100%;height:auto}
figure,p,h1,h2,h3{margin:0}
h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:1.05;letter-spacing:-.045em}
h2{font-size:clamp(2.05rem,4.2vw,3.65rem)}
svg{flex-shrink:0}
:focus-visible{outline:3px solid var(--copper);outline-offset:5px}
::selection{background:var(--copper);color:var(--black)}
[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.icon-library{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.wrap{width:min(var(--wrap),calc(100% - 40px));margin-inline:auto}
.section{padding-block:76px}
.eyebrow{display:flex;align-items:center;gap:12px;font-size:.75rem;line-height:1.5;font-weight:600;letter-spacing:.12em;color:var(--chrome);text-transform:uppercase;margin-bottom:24px}
.accent-line{display:block;background:var(--copper);width:23px;height:2px;flex-shrink:0}
.brand-dot{color:var(--copper)}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:14px 22px;font-size:.875rem;font-weight:600;border:1px solid transparent;border-radius:2px;line-height:1.4;transition:background .2s,transform .2s var(--ease),border-color .2s,color .2s}
.button:active{transform:scale(.975)}
.button-primary{background:var(--copper);color:var(--black)}
.button-primary:hover:not(:disabled){background:#ff8138;transform:translateY(-2px)}
.button-outline{border-color:#626267;background:transparent;color:var(--white)}
.button-outline:hover:not(:disabled){background:var(--raised);border-color:var(--chrome)}
.icon-button{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border-radius:2px;transition:background .2s}
.icon-button:hover{background:var(--raised)}
.text-link{display:inline-flex;align-items:center;gap:12px;font-size:.875rem;font-weight:500;background:none;padding:8px 0;min-height:44px}
.text-link:hover{color:var(--copper)}
.skip-link{position:fixed;top:10px;left:16px;padding:12px 20px;transform:translateY(-200%);z-index:100;background:var(--copper);color:var(--black);font-weight:700}
.skip-link:focus{transform:translateY(0)}

/* Navegación */
.site-header{position:sticky;top:0;z-index:30;background:rgba(8,8,8,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.header-inner{min-height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;min-height:48px}
.brand-emblem{width:35px;height:42px;object-fit:contain;background:white;border-radius:1px}
.wordmark{font-family:var(--font-heading);font-weight:700;font-size:2rem;line-height:1;letter-spacing:-.07em}
.header-actions{display:flex;align-items:center;gap:6px}
.desktop-nav,.instagram-header,.cart-word{display:none}
.cart-trigger{display:flex;align-items:center;justify-content:center;gap:10px;background:transparent;min-height:46px;padding:8px 4px;font-size:.875rem}
.cart-trigger:hover{color:var(--copper)}
.cart-count{min-width:23px;height:23px;background:var(--copper);color:var(--black);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border-radius:2px;padding:2px 5px}
.mobile-nav{position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - var(--header));overflow:auto;background:var(--surface);padding:16px 20px 26px;border-bottom:1px solid var(--line);box-shadow:0 14px 20px #0006}
.mobile-nav a{display:block;padding:13px 8px;font-size:1rem;border-bottom:1px solid var(--line)}
.mobile-nav a:hover{color:var(--copper)}

/* Portada editorial. Las fotografías reales se presentan sin filtros. */
.hero{padding-block:44px 32px;display:grid;gap:34px;overflow:hidden}
.hero-copy{padding-block:0;min-width:0}
.hero .eyebrow{font-size:.75rem;letter-spacing:.075em;gap:8px;margin-bottom:27px;flex-wrap:wrap}
.eyebrow-place{color:var(--muted)}
.hero h1{font-size:clamp(2.8rem,10.6vw,5rem);line-height:.98;letter-spacing:-.055em;max-width:900px}
.hero h1 span{color:var(--copper)}
.hero-subtitle{margin-top:25px;color:var(--chrome);max-width:420px;font-size:1rem;line-height:1.8}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.hero-actions .button{flex:1 1 auto;padding-inline:17px}
.hero-signature{display:flex;align-items:center;gap:12px;margin-top:40px;font-size:.75rem;color:var(--muted);letter-spacing:.07em;flex-wrap:wrap}
.signature-line{height:1px;width:25px;background:#5f5f62}
.signature-coordinates{margin-left:auto;color:var(--chrome);font-family:var(--font-heading)}
.hero-visual{position:relative;display:flex;flex-direction:column;min-width:0;background:#fff;color:var(--black);border-radius:2px;overflow:hidden}
.hero-art-label{display:flex;justify-content:space-between;gap:12px;padding:18px 20px 0;font-family:var(--font-heading);font-size:.75rem;font-weight:500;letter-spacing:.1em}
.hero-image-wrap{position:relative;width:100%;display:flex;align-items:center;justify-content:center;flex:1;min-height:0}
.hero-image-wrap img{height:100%;max-height:450px;width:100%;object-fit:contain}
.hero-visual figcaption{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 12px;margin:0 20px;padding:14px 0 17px;border-top:1px solid #d8d8d8;font-size:.75rem;font-weight:500}
.hero-photo-note{color:#626267}
.hero-visual.has-photo{background:var(--surface);color:var(--white)}
.hero-visual.has-photo .hero-art-label{padding-bottom:16px}
.hero-visual.has-photo .hero-image-wrap img{object-fit:cover;max-height:none;aspect-ratio:4/5}
.hero-visual.has-photo figcaption{border-color:var(--line)}
.culture-strip{margin-top:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.culture-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:68px;font-family:var(--font-heading);font-size:.875rem;font-weight:600;letter-spacing:.04em}
.strip-plus{color:var(--copper);font-size:1.5rem;font-weight:400}
.strip-location{display:none}

/* Colección */
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:34px;flex-wrap:wrap}
.section-heading .eyebrow{color:var(--copper);margin-bottom:17px}
.section-note{font-size:.875rem;line-height:1.7;color:var(--muted)}
.product-grid{display:grid;gap:42px}
.product-card{min-width:0}
.product-media{position:relative;aspect-ratio:5/4;background:var(--surface);overflow:hidden;border:1px solid var(--line);margin-bottom:22px}
.product-photo{width:100%;height:100%;object-fit:contain;transition:transform .7s var(--ease)}
.product-card:hover .product-photo{transform:scale(1.025)}
.photo-placeholder{height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;padding:20px;color:var(--muted);overflow:hidden}
.placeholder-top,.placeholder-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.75rem;letter-spacing:.08em;z-index:1}
.placeholder-mark{align-self:center;font-family:var(--font-heading);font-size:clamp(4.4rem,15vw,10rem);font-weight:700;letter-spacing:-.07em;line-height:1;color:#313135}
.placeholder-bottom{letter-spacing:0}
.placeholder-bottom span:last-child{color:var(--chrome)}
.product-index{color:var(--copper)}
.product-badge{position:absolute;top:18px;left:18px;z-index:2;background:var(--copper);color:var(--black);padding:5px 10px;font-size:.75rem;font-weight:600}
.product-badge.sold-out{background:var(--chrome);color:var(--black)}
.product-media:has(.product-badge) .placeholder-top{padding-top:40px}
.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}
.product-title-row h3{font-size:1.45rem;line-height:1.15;letter-spacing:-.035em;max-width:75%}
.product-price{font-family:var(--font-heading);font-size:1.1rem;line-height:1.5;white-space:nowrap;color:var(--chrome)}
.product-form{display:grid;gap:20px}
.size-fieldset{padding:0;margin:0;border:0;min-width:0}
.size-fieldset legend{font-size:.875rem;margin-bottom:10px;color:var(--chrome)}
.size-options{display:flex;gap:8px;flex-wrap:wrap}
.size-option{position:relative;cursor:pointer}
.size-option input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}
.size-option span{display:flex;align-items:center;justify-content:center;min-width:46px;height:44px;padding:7px 10px;border:1px solid #515156;border-radius:2px;font-size:.875rem;transition:background .2s,color .2s,border-color .2s}
.size-option input:checked+span{background:var(--chrome);border-color:var(--chrome);color:var(--black);font-weight:600}
.size-option input:focus-visible+span{outline:3px solid var(--copper);outline-offset:3px}
.size-option input:hover:not(:disabled)+span{border-color:var(--copper)}
.size-option input:disabled+span{color:#77777c;border-color:var(--line);text-decoration:line-through}
.size-option:has(input:disabled){cursor:not-allowed}
.product-actions{display:flex;align-items:flex-end;gap:12px}
.quantity-wrap{flex-shrink:0}
.quantity-wrap>label{display:block;color:var(--chrome);font-size:.875rem;margin-bottom:9px}
.quantity-control{display:flex;align-items:center;min-height:54px;border:1px solid #515156;border-radius:2px}
.quantity-control button{width:44px;height:52px;background:transparent;display:flex;align-items:center;justify-content:center;padding:0}
.quantity-control button:hover:not(:disabled){color:var(--copper);background:var(--raised)}
.quantity-control button .icon{width:16px;height:16px}
.quantity-control input{width:35px;min-width:0;padding:0;border:0;outline-offset:1px;text-align:center;background:transparent;color:var(--white);font-size:1rem;appearance:textfield;-moz-appearance:textfield}
.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.add-button{flex:1;gap:10px;padding-inline:10px;min-width:0}
.add-button .icon{width:19px;height:19px}
.product-message{font-size:.875rem;color:var(--chrome);margin-top:-5px;min-height:0}
.collection-note{margin-top:28px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:.875rem}

/* Historia y lookbook */
.story{background:var(--surface);border-block:1px solid var(--line);position:relative}
.story-grid{display:grid;gap:35px}
.story .eyebrow{color:var(--copper)}
.story h2{font-size:clamp(2.25rem,5vw,4.7rem);line-height:1.04;letter-spacing:-.05em}
.story h2 span{color:var(--copper)}
.story-copy>p{font-size:1.1rem;line-height:1.85;color:var(--chrome);max-width:470px}
.story-signature{display:flex;align-items:center;gap:25px;padding-top:28px;margin-top:32px;border-top:1px solid #39393d}
.story-signature .wordmark{font-size:2.8rem}
.story-signature>span:last-child{font-size:.875rem;line-height:1.5;color:var(--muted)}
.lookbook-grid{display:grid;gap:16px}
.lookbook-card{min-width:0}
.lookbook-media{aspect-ratio:4/5;border:1px solid var(--line);background:var(--surface);overflow:hidden}
.lookbook-photo{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.lookbook-card:hover .lookbook-photo{transform:scale(1.025)}
.lookbook-placeholder{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:24px}
.lookbook-placeholder>span{font-size:.75rem;letter-spacing:.09em;color:var(--muted)}
.lookbook-placeholder strong{font-family:var(--font-heading);font-size:clamp(3rem,10vw,5rem);font-weight:500;color:#343437;line-height:1;letter-spacing:-.07em}
.lookbook-placeholder p{font-size:.875rem;color:var(--muted)}
.lookbook-card figcaption{display:flex;justify-content:space-between;align-items:center;padding:15px 0 0;font-size:.875rem}
.lookbook-card figcaption span:last-child{color:var(--muted);font-size:.75rem;font-family:var(--font-heading)}

/* Compra y preguntas frecuentes */
.purchase{border-top:1px solid var(--line)}
.purchase-grid{display:grid;gap:35px}
.purchase-intro .eyebrow{color:var(--copper)}
.purchase-intro h2{font-size:clamp(2.5rem,4.3vw,3.8rem)}
.purchase-intro h2 span{color:var(--chrome)}
.purchase-intro>p:not(.eyebrow){color:var(--muted);margin-top:24px;max-width:300px}
.purchase-intro .text-link{margin-top:20px;color:var(--copper)}
.faq-list{border-top:1px solid #444448}
.faq-item{border-bottom:1px solid #444448}
.faq-item summary{list-style:none;cursor:pointer;padding:23px 0;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:1rem;line-height:1.5;font-weight:500}
summary::-webkit-details-marker{display:none}
.faq-item summary .icon{width:18px;height:18px;color:var(--copper);transition:transform .25s}
.faq-item[open] summary .icon{transform:rotate(45deg)}
.faq-item[open] summary{color:var(--copper)}
.faq-item p{color:var(--chrome);padding:0 30px 24px 0;font-size:1rem;overflow-wrap:anywhere;white-space:pre-line}

/* Pie */
.site-footer{background:var(--surface);border-top:1px solid var(--line);padding-block:40px 22px}
.footer-top{display:flex;align-items:center;flex-wrap:wrap;gap:22px;padding-bottom:30px}
.footer-brand{gap:15px}
.footer-brand .brand-emblem{width:45px;height:54px}
.footer-brand .wordmark{font-size:2.9rem}
.footer-top>p{font-size:.875rem;color:var(--chrome);flex-basis:100%}
.back-top{margin-left:auto}
.footer-socials{display:grid;border-top:1px solid var(--line)}
.footer-socials>a{display:grid;grid-template-columns:1fr auto;align-items:center;gap:5px 20px;padding:20px 0;border-bottom:1px solid var(--line)}
.footer-socials>a>span:first-child{font-size:.875rem;font-weight:600}
.footer-socials>a>span:nth-child(2){font-size:.875rem;color:var(--muted);grid-row:2;overflow-wrap:anywhere}
.footer-socials>a>.icon{grid-column:2;grid-row:1 / 3}
.footer-socials>a:hover{color:var(--copper)}
.footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:24px;color:var(--muted);font-size:.75rem}
.footer-bottom>span{font-family:var(--font-heading);letter-spacing:.055em}

/* Carrito, diálogos y confirmaciones */
.cart-dialog{position:fixed;inset:0 0 0 auto;margin:0;border:0;border-left:1px solid var(--line);padding:0;width:min(100%,540px);height:100%;height:100dvh;max-height:100dvh;max-width:100%;background:var(--black);color:var(--white);overscroll-behavior:contain}
.cart-dialog::backdrop{background:rgba(0,0,0,.75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.cart-dialog[open]{animation:drawer-in .28s var(--ease)}
.cart-shell{padding:24px 20px max(28px,env(safe-area-inset-bottom));min-height:100%;display:flex;flex-direction:column}
.cart-header{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cart-header .eyebrow{font-size:.75rem;margin-bottom:12px;color:var(--muted)}
.cart-header h2{font-size:2rem}
.cart-description{font-size:.875rem;color:var(--muted);padding-top:15px;padding-bottom:24px}
.cart-empty{min-height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:35px 10px}
.cart-empty>.icon{width:45px;height:45px;color:var(--copper);margin-bottom:24px}
.cart-empty h3{font-size:1.6rem;line-height:1.2}
.cart-empty p{color:var(--muted);font-size:1rem;max-width:260px;margin:15px 0 26px}
.cart-content{flex:1}
.cart-item{border-top:1px solid var(--line);display:grid;grid-template-columns:65px 1fr;gap:16px;padding:24px 0}
.cart-thumb{width:65px;height:82px;background:var(--raised);display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:var(--font-heading);font-size:.875rem;color:var(--muted);font-weight:600}
.cart-thumb img{width:100%;height:100%;object-fit:contain}
.cart-item-main{min-width:0}
.cart-item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.cart-item h3{font-size:1.05rem;line-height:1.35;letter-spacing:-.025em}
.cart-item-price{font-size:.875rem;color:var(--chrome);margin-top:4px}
.remove-item{background:none;font-size:.875rem;text-decoration:underline;text-underline-offset:4px;color:var(--muted);padding:10px 0;min-height:44px}
.remove-item:hover{color:var(--copper)}
.cart-item-controls{display:flex;align-items:flex-end;gap:16px;margin-top:15px;flex-wrap:wrap}
.cart-size{display:flex;flex-direction:column;gap:7px;font-size:.875rem;color:var(--chrome)}
.cart-size select{min-width:80px;min-height:46px;background:var(--surface);color:var(--white);border:1px solid #515156;border-radius:2px;padding:8px 25px 8px 10px;font-size:1rem}
.cart-item .quantity-control{min-height:46px}
.cart-item .quantity-control button{height:44px}
.cart-item .quantity-wrap>label{margin-bottom:7px}
.cart-item-limit{margin-top:10px;font-size:.875rem;color:var(--muted)}
.cart-checkout{padding-top:15px;border-top:1px solid var(--line)}
.totals{margin:0;display:grid;gap:12px}
.totals>div{display:flex;justify-content:space-between;gap:18px;font-size:.875rem;color:var(--chrome)}
.totals dd{margin:0;text-align:right}
.totals .grand-total{border-top:1px solid var(--line);margin-top:4px;padding-top:18px;color:var(--white);font-family:var(--font-heading);font-weight:600;font-size:1.25rem}
.order-note{font-size:.875rem;color:var(--muted);margin-top:13px;margin-bottom:20px}
.order-preview{margin-bottom:20px;border:1px solid #45454a;padding:0 14px}
.order-preview summary{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:48px;list-style:none;font-size:.875rem;cursor:pointer}
.order-preview summary .icon{width:16px;height:16px}
.order-preview[open] summary .icon{transform:rotate(45deg)}
.order-preview textarea{background:var(--surface);color:var(--chrome);border:1px solid var(--line);padding:13px;width:100%;resize:vertical;min-height:190px;max-height:450px;line-height:1.6;font-size:1rem;margin-bottom:14px}
.checkout-button{width:100%;font-size:.875rem;gap:9px;padding-inline:12px;min-height:58px}
.checkout-button .icon{width:19px;height:19px}
.checkout-tools{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-block:8px 10px;flex-wrap:wrap}
.checkout-tools .text-link{font-size:.875rem}
.checkout-tools .icon{width:16px;height:16px}
.dm-note{font-size:.875rem;line-height:1.6;color:var(--muted)}
.notice,.checkout-status{border:1px solid var(--copper);padding:12px 14px;font-size:.875rem;line-height:1.6;color:var(--chrome);margin-bottom:16px}
.checkout-status{margin-top:16px;margin-bottom:0}
.toast{position:fixed;z-index:40;bottom:max(18px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:max-content;max-width:calc(100% - 32px);display:flex;align-items:center;gap:12px;background:#232325;border:1px solid #5c5c62;box-shadow:0 5px 35px #0007;padding:10px 16px;line-height:1.45;font-size:.875rem;border-radius:3px}
.toast>.icon{color:var(--copper);width:20px;height:20px}
.toast button{background:none;color:var(--copper);text-decoration:underline;text-underline-offset:3px;min-height:44px;padding:0 5px;font-size:.875rem;white-space:nowrap}
.noscript-note{position:fixed;bottom:0;left:0;right:0;background:var(--copper);color:var(--black);padding:20px;z-index:100}
.noscript-note a{text-decoration:underline}

@keyframes drawer-in{from{transform:translateX(40px);opacity:.5}to{transform:translateX(0);opacity:1}}
@keyframes section-in{from{opacity:.6;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
.reveal-in{animation:section-in .7s var(--ease) both}

@media(min-width:600px){
  .wrap{width:min(var(--wrap),calc(100% - 64px))}
  .hero{padding-top:50px;gap:45px}
  .hero h1{font-size:clamp(4rem,8vw,6rem)}
  .hero-actions .button{flex:0 1 auto;min-width:180px}
  .hero-signature{max-width:480px}
  .hero-image-wrap img{max-height:530px}
  .section{padding-block:90px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  .product-media{aspect-ratio:1/1}
  .product-title-row{min-height:58px}
  .product-title-row h3{font-size:1.3rem}
  .product-price{font-size:1rem}
  .size-options{gap:6px}
  .size-option span{min-width:40px;padding-inline:8px}
  .product-actions{flex-wrap:wrap}
  .product-actions .add-button{flex-basis:100%}
  .product-actions .quantity-wrap{flex-basis:100%}
  .product-actions .quantity-control{width:max-content}
  .lookbook-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .lookbook-media{aspect-ratio:3/4}
  .lookbook-placeholder{padding:18px}
  .lookbook-placeholder strong{font-size:3.25rem}
  .footer-top>p{flex-basis:auto}
  .footer-socials{grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line)}
  .footer-socials>a{border-bottom:0;padding:22px 15px;border-right:1px solid var(--line)}
  .footer-socials>a:first-child{padding-left:0}
  .footer-socials>a:last-child{border-right:0}
  .footer-socials>a>.icon{width:18px}
  .cart-shell{padding:30px 30px max(30px,env(safe-area-inset-bottom))}
}
@media(min-width:980px){
  :root{--header:92px}
  .wrap{width:min(var(--wrap),calc(100% - 96px))}
  .desktop-nav{display:flex;align-items:center;gap:24px;margin-left:auto;margin-right:auto}
  .desktop-nav a{position:relative;font-size:.875rem;color:var(--chrome);padding:17px 0;white-space:nowrap}
  .desktop-nav a::after{content:'';position:absolute;bottom:9px;left:0;width:100%;height:2px;background:var(--copper);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}
  .desktop-nav a:hover,.desktop-nav a.active{color:var(--white)}
  .desktop-nav a:hover::after,.desktop-nav a.active::after{transform:scaleX(1)}
  .menu-trigger,.mobile-nav{display:none!important}
  .instagram-header{display:inline-flex}
  .cart-word{display:inline}
  .header-actions{gap:13px}
  .header-actions .instagram-header{border-right:1px solid var(--line);border-radius:0;padding-right:16px;width:50px}
  .brand-emblem{width:37px;height:45px}
  .wordmark{font-size:2.3rem}
  .hero{grid-template-columns:1.12fr 1fr;gap:4.7%;align-items:center;padding-block:54px 50px}
  .hero-copy{padding-block:26px}
  .hero h1{font-size:clamp(3.1rem,5.5vw,5.9rem);line-height:1.01;white-space:nowrap}
  .hero-subtitle{font-size:1rem;max-width:420px}
  .hero-actions{gap:12px;margin-top:30px}
  .hero-actions .button{min-width:0;padding-inline:20px}
  .hero-signature{margin-top:52px;max-width:none}
  .hero .eyebrow{font-size:.75rem;letter-spacing:.07em}
  .hero-visual{height:clamp(490px,43vw,620px)}
  .hero-image-wrap{overflow:hidden}
  .hero-image-wrap img{max-height:100%;position:absolute;inset:0;height:100%;object-fit:contain}
  .hero-art-label{padding:22px 23px 0}
  .hero-visual figcaption{margin-inline:23px;padding-bottom:21px}
  .hero-visual.has-photo .hero-image-wrap img{aspect-ratio:auto}
  .culture-strip{margin-top:0}
  .culture-strip-inner{min-height:83px;justify-content:flex-start;font-size:1.15rem;gap:40px}
  .strip-location{display:flex;gap:25px;align-items:center;margin-left:auto;font-family:var(--font-body);font-size:.75rem;color:var(--muted);font-weight:500;letter-spacing:.1em}
  .strip-location .icon{color:var(--copper)}
  .section{padding-block:110px}
  .section-heading{margin-bottom:42px}
  .product-grid{gap:32px}
  .product-media{aspect-ratio:5/4}
  .placeholder-mark{font-size:clamp(6rem,12vw,10rem)}
  .photo-placeholder{padding:27px}
  .product-title-row{min-height:0;align-items:baseline;margin-bottom:25px}
  .product-title-row h3{font-size:1.65rem}
  .product-price{font-size:1.15rem}
  .size-options{gap:8px}
  .size-option span{min-width:48px}
  .product-form{grid-template-columns:1fr;gap:22px}
  .product-actions{flex-wrap:nowrap}
  .product-actions .quantity-wrap{flex-basis:auto}
  .product-actions .add-button{flex-basis:auto}
  .quantity-control button{width:44px}
  .quantity-control input{width:39px}
  .add-button{padding-inline:22px;justify-content:space-between}
  .story-grid{grid-template-columns:1.15fr 1fr;gap:8%;align-items:center}
  .story-copy{padding-top:52px}
  .story-copy>p{font-size:1.15rem}
  .lookbook-grid{gap:25px}
  .lookbook-placeholder{padding:25px}
  .lookbook-placeholder strong{font-size:5rem}
  .lookbook-card:nth-child(2){padding-top:38px}
  .purchase-grid{grid-template-columns:.8fr 1.2fr;gap:10%}
  .faq-item summary{padding:26px 0}
  .footer-top{padding-block:6px 35px;gap:30px}
  .footer-top>p{margin-right:auto}
  .footer-socials>a{padding:25px 28px}
  .footer-socials>a>span:nth-child(2){font-size:.875rem}
}
@media(min-width:1440px){.hero h1{font-size:6.1rem}.hero .eyebrow{font-size:.8rem}.hero-subtitle{font-size:1.075rem}.hero-actions .button{min-width:192px}.hero-signature{margin-top:65px}.hero-visual{height:645px}}
@media(max-width:359px){.wrap{width:calc(100% - 32px)}.hero h1{font-size:2.65rem}.hero-actions .button{flex-basis:100%}.eyebrow-place{width:100%;margin-left:31px}.product-title-row{flex-direction:column;gap:10px}.product-title-row h3{max-width:100%}.add-button{font-size:.8rem;gap:5px}.cart-shell{padding-inline:16px}.checkout-button{flex-wrap:wrap}.toast{flex-wrap:wrap;gap:4px 10px}.culture-strip-inner{font-size:.75rem;gap:8px}.footer-brand .wordmark{font-size:2.4rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
@media print{.site-header,.hero-actions,.product-form,.cart-dialog,.toast,.back-top,.checkout-tools{display:none!important}body{background:#fff;color:#000}.section{padding-block:30px}.story,.site-footer{background:#fff;color:#000}.wrap{width:100%}a{color:#000}.hero h1{font-size:40px}.hero-visual{max-height:400px}.product-card{break-inside:avoid}}
