:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #111; background: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 12px; line-height: 1.2; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link, .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { width: auto; height: auto; clip: auto; margin: 8px; padding: 8px; background: #fff; z-index: 5; }
.announcement { height: 38px; display: grid; place-items: center; margin: 0; font-weight: 700; background: #f5f5f5; text-align: center; }
.site-header { position: absolute; z-index: 2; top: 38px; display: flex; align-items: center; gap: 27px; width: 100%; padding: 26px 29px; color: #fff; text-shadow: 0 1px 8px rgb(0 0 0 / 28%); }
.wordmark, .footer-wordmark, .gallery-heading h2 { font-size: 22px; font-weight: 900; letter-spacing: -1.7px; white-space: nowrap; }
.primary-nav, .utility-nav { display: flex; align-items: center; gap: 26px; font-size: 12px; }
.primary-nav a, .utility-nav button, .site-footer a { text-decoration: underline; text-underline-offset: 2px; }
.primary-nav a + a { position: relative; }
.primary-nav a + a::before { content: ""; position: absolute; top: 50%; left: -13px; width: 1px; height: 12px; background: #111; transform: translateY(-50%); }
.utility-nav { margin-left: auto; gap: 18px; }
.utility-button, .icon-button, .menu-button { color: inherit; border: 0; background: transparent; padding: 0; cursor: pointer; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; min-height: 24px; line-height: 1; }
.icon-button:focus-visible { outline: 1px solid currentColor; outline-offset: 4px; }
.utility-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.menu-button { display: none; }
.hero { height: 560px; overflow: hidden; background: #3f4648 url("./assets/hero/atelier-rosier-hero-poster.webp") center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 38px 0 auto; height: 560px; background: rgb(0 0 0 / 20%); pointer-events: none; }
.hero video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; pointer-events: none; }
.hero + .catalogue, .catalogue + .gallery { border-top: 3px solid #111; }
.catalogue { padding: 0 30px 100px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 420px)); gap: 24px 30px; justify-content: start; }
.product-card { position: relative; min-width: 0; }
.product-card.sold-out::before { content: "SOLD OUT"; position: absolute; z-index: 1; top: 10px; left: 10px; font-size: 10px; }
.product-card a { display: block; aspect-ratio: 1 / 1.24; overflow: hidden; }
.product-card img { width: 100%; height: 100%; object-fit: cover; display: block; background: #eee; }
.product-card-image { transform: scale(1.25); object-position: center 54%; transform-origin: center 54%; }
.product-card p { margin: 12px 0 5px; text-transform: none; font-size: 12px; }
.product-card span { font-size: 12px; }
.product-card-price { display: flex; gap: 8px; align-items: baseline; }
.product-card-price del, .product-price del { color: #666; }
.product-card button { display: block; margin-top: 11px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.product-card-choice { display: block; width: fit-content; margin-top: 11px; text-decoration: underline; text-underline-offset: 3px; }
.product-card button:disabled { cursor: not-allowed; opacity: .55; text-decoration: none; }
.icon-button [data-cart-count] { margin-left: 4px; font-size: 10px; font-variant-numeric: tabular-nums; transform: translateY(-5px); }
.all-products-link { display: block; width: fit-content; margin: 95px auto 0; text-decoration: underline; text-underline-offset: 3px; }
.gallery { padding: 0 30px 100px; }
.gallery-heading { display: flex; justify-content: center; align-items: baseline; margin: 0 0 18px; }
.gallery-heading h2 { margin: 0; }
.shooting-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 21vw; gap: 12px; }
.shooting-gallery + .shooting-gallery { margin-top: 40px; }
.gallery-image { min-width: 0; margin: 0; overflow: hidden; }
.gallery-image img { height: 100%; width: 100%; display: block; object-fit: cover; transition: transform 450ms cubic-bezier(.16, 1, .3, 1); }
.gallery-image:hover img { transform: scale(1.035); }
.gallery-image-worn img { transform: scale(1.16); }
.gallery-image-worn:hover img { transform: scale(1.195); }
.gallery-image-large { grid-column: span 2; grid-row: span 2; }
.gallery-image-tall { grid-row: span 2; }
.gallery-image-wide { grid-column: span 2; }
.product-page .site-header { position: static; color: #111; text-shadow: none; }
.product-page-main { padding: 30px; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .7fr); gap: clamp(28px, 5vw, 84px); align-items: start; max-width: 1440px; margin: 0 auto; }
.product-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.product-media figure { min-width: 0; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; background: #eee; }
.product-media figure button { display: block; width: 100%; height: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; }
.product-media figure button:focus-visible { outline: 2px solid #111; outline-offset: -4px; }
.product-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-purchase { position: sticky; top: 24px; max-width: 390px; padding-top: 4px; }
.product-back { display: inline-block; margin-bottom: 38px; text-decoration: underline; text-underline-offset: 3px; }
.product-purchase h1 { margin: 0; font-size: 28px; font-weight: 400; text-wrap: balance; }
.product-price { margin: 12px 0 0; }
.product-price { display: flex; gap: 10px; align-items: baseline; font-size: 16px; }
.product-price span { font-weight: 700; }
.color-selector { margin: 28px 0 0; border: 0; padding: 0; }
.color-selector legend { margin-bottom: 10px; padding: 0; }
.color-selector div { display: flex; gap: 16px; flex-wrap: wrap; }
.color-swatch-label { display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer; }
.color-swatch-label input { position: absolute; opacity: 0; }
.color-swatch { display: block; width: 48px; height: 48px; background-size: cover; background-position: center; border: 2px solid transparent; }
.color-swatch--indigo { background-image: url('./assets/denim-indigo-swatch.webp'); }
.color-swatch--noir { background-image: url('./assets/denim-noir-swatch.webp'); }
.color-swatch--fleur-rose { background-image: url('./assets/flower-rose-swatch.webp'); }
.color-swatch--fleur-dore { background-image: url('./assets/flower-dore-swatch.webp'); }
.color-swatch--fleur-bleu { background-image: url('./assets/flower-bleu-swatch.webp'); }
.color-swatch-label:has(input:checked) .color-swatch { border-color: #111; outline: 2px solid #111; outline-offset: 2px; }
.color-swatch-label:has(input:focus-visible) .color-swatch { outline: 3px solid #111; outline-offset: 3px; }
.color-swatch-name { display: none; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.color-selector .color-swatch-label.color-sold-out { opacity: 0.45; cursor: not-allowed; pointer-events: none; }
.color-selector .color-swatch-label.color-sold-out .color-swatch { position: relative; }
.color-selector .color-swatch-label.color-sold-out .color-swatch::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: linear-gradient(to top right, transparent calc(50% - 0.7px), #888 calc(50% - 0.7px), #888 calc(50% + 0.7px), transparent calc(50% + 0.7px)); }
.material-selector + .material-selector { margin-top: 20px; }
.material-selector .color-swatch-name { display: block; }
.size-selector { margin: 28px 0 0; border: 0; padding: 0; }
.size-selector legend { margin-bottom: 10px; padding: 0; }
.size-selector div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.size-selector label { display: grid; place-items: center; min-height: 42px; border: 1px solid #111; cursor: pointer; }
.size-selector input { position: absolute; opacity: 0; }
.size-selector label:has(input:checked) { color: #fff; background: #111; }
.size-selector label.size-sold-out { color: #aaa; cursor: not-allowed; pointer-events: none; position: relative; }
.size-selector label.size-sold-out::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top right, transparent calc(50% - 0.5px), #ccc calc(50% - 0.5px), #ccc calc(50% + 0.5px), transparent calc(50% + 0.5px)); }
.size-selector label:has(input:focus-visible) { outline: 2px solid #111; outline-offset: 3px; }
.size-error { min-height: 1.2em; margin: 8px 0 0; color: #a00000; }
.size-guide { margin-top: 20px; }
.size-guide summary { cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.size-guide table { width: 100%; margin-top: 12px; border-collapse: collapse; font-size: 11px; }
.size-guide th, .size-guide td { border: 1px solid #111; padding: 7px; text-align: left; }
.fabric-info { margin-top: 16px; }
.fabric-info summary { cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.fabric-info ul { margin: 12px 0 0; padding-left: 18px; font-size: 12px; line-height: 1.6; }
.fabric-info li { margin-bottom: 6px; }
.product-purchase [data-add-to-cart] { width: 100%; margin-top: 32px; border: 1px solid #111; padding: 15px; color: #fff; background: #111; cursor: pointer; }
.product-purchase [data-add-to-cart]:hover { color: #111; background: #fff; }
.product-purchase [data-add-to-cart]:focus-visible, .product-back:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.legal-page .site-header { position: static; color: #111; text-shadow: none; }
.legal-page-main { width: min(900px, calc(100% - 60px)); margin: 0 auto; padding: 54px 0 100px; }
.legal-page-main h1 { margin: 0; font-size: clamp(28px, 4vw, 42px); font-weight: 400; text-wrap: balance; }
.legal-page-main h2 { margin: 42px 0 12px; font-size: 18px; font-weight: 400; }
.legal-page-main p, .legal-page-main li { max-width: 72ch; font-size: 14px; line-height: 1.55; }
.legal-page-main ul { display: grid; gap: 8px; padding-left: 20px; }
.legal-updated { margin: 12px 0 0; color: #555; }
.legal-notice { margin: 30px 0 0; padding: 16px; color: #111; background: #f5f5f5; }
.legal-page-main a { text-decoration: underline; text-underline-offset: 3px; }
.confirmation-page { display: flex; flex-direction: column; min-height: 100vh; }
.confirmation-main { flex: 1; display: flex; flex-direction: column; justify-content: center; width: min(560px, calc(100% - 60px)); margin: 0 auto; padding: 54px 0 80px; }
.confirmation-main h1 { margin: 0 0 10px; font-size: clamp(32px, 6vw, 48px); font-weight: 900; letter-spacing: -2px; }
.confirmation-main > p { margin: 0 0 40px; font-size: 14px; line-height: 1.7; color: #555; }
.order-id-block { background: #f5f5f5; padding: 18px 22px; margin-bottom: 32px; }
.order-id-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #555; margin-bottom: 6px; }
.order-id-value { font-size: 20px; font-weight: 700; letter-spacing: .04em; min-height: 1.2em; }
.order-id-value:empty::after { content: "—"; color: #ccc; }
.confirmation-section { border-top: 1px solid #e5e5e5; padding: 20px 0; }
.confirmation-section h2 { margin: 0 0 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #555; }
.confirmation-items { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.confirmation-items li { font-size: 14px; }
.confirmation-delivery { margin: 0; font-size: 14px; }
.confirmation-delivery-address { margin-top: 6px; font-weight: 700; }
.confirmation-total-row { display: flex; justify-content: space-between; align-items: baseline; }
.confirmation-total-row span:first-child { font-size: 14px; }
.confirmation-total-row span:last-child { font-weight: 700; font-size: 16px; }
.confirmation-back { display: inline-block; margin-top: 40px; text-decoration: underline; text-underline-offset: 3px; font-size: 14px; }
@keyframes shimmer { 0%,100%{opacity:1}50%{opacity:.4} }
.is-loading .order-id-value { display: inline-block; width: 110px; height: 20px; background: #eee; animation: shimmer 1.2s ease-in-out infinite; vertical-align: middle; }
.is-loading .order-id-value:empty::after { content: none; }
.site-footer { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 40px; border-top: 3px solid #111; padding: 48px 30px 18px; color: #fff; background: #111; }
.site-footer h2 { margin: 0 0 16px; font-size: 12px; font-weight: 400; }
.site-footer p { margin: 0 0 15px; }
.site-footer section { display: flex; flex-direction: column; gap: 9px; }
.site-footer form { display: flex; border-bottom: 1px solid #fff; }
.site-footer input { min-width: 0; flex: 1; color: #fff; border: 0; outline: 0; padding: 7px 0; background: transparent; }
.site-footer input::placeholder { color: #fff; opacity: 1; }
.site-footer form button { color: #fff; border: 0; background: transparent; padding: 6px 0 6px 14px; cursor: pointer; }
.copyright { grid-column: 1 / -1; margin: 60px 0 0 !important; font-size: 10px; }
.cart-dialog { width: min(560px, calc(100% - 24px)); margin: auto 0 auto auto; max-height: 100%; min-height: 100%; border: 0; padding: 34px; overflow-y: auto; color: #fff; background: #111; }
.cart-dialog::backdrop { background: rgb(0 0 0 / 38%); }
.cart-dialog h2 { margin: 0 0 28px; font-size: 24px; letter-spacing: -.02em; }
.cart-dialog ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.cart-dialog li { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #555; padding-bottom: 10px; }
.cart-item-swatch { width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; object-fit: cover; }
.cart-item-details { flex: 1; }
.cart-item-details, .cart-item-price { display: inline-flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.cart-item-price del { color: #bbb; }
.cart-item-sale { font-weight: 700; }
.cart-dialog button { color: inherit; border: 1px solid currentColor; background: transparent; padding: 12px; cursor: pointer; }
.cart-dialog .cart-close { position: absolute; top: 18px; right: 18px; border: 0; padding: 4px; font-size: 23px; }
.cart-dialog [data-cart-error] { min-height: 1.35em; margin: 16px 0 0; color: #ffb3b3; font-size: 13px; line-height: 1.35; }
.delivery-options { display: grid; gap: 10px; margin: 28px 0 0; border: 0; padding: 0; }
.delivery-options legend { margin-bottom: 12px; padding: 0; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.delivery-choice { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; border: 1px solid #4a4a4a; padding: 14px; cursor: pointer; background: #151515; }
.delivery-choice:hover { border-color: #777; background: #191919; }
.delivery-choice:has(input:checked) { border-color: #fff; background: #fff; color: #111; }
.delivery-choice:has(input:focus-visible) { outline: 2px solid #fff; outline-offset: 3px; }
.delivery-choice input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #111; }
.delivery-choice > span { display: grid; gap: 4px; color: inherit; line-height: 1.35; }
.delivery-choice > span > span:last-child { color: #c8c8c8; }
.delivery-choice:has(input:checked) > span > span:last-child { color: #333; }
.delivery-choice-title { display: block; font-weight: 700; }
.delivery-details { margin-top: 18px; border-top: 1px solid #333; padding-top: 18px; }
.delivery-details h3 { margin: 0 0 14px; font-size: 16px; letter-spacing: -.01em; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: end; }
.field-control { display: grid; gap: 6px; min-width: 0; color: #ddd; font-size: 12px; line-height: 1.2; }
.field-control-wide { grid-column: 1 / -1; }
.field-control input { width: 100%; min-height: 42px; border: 1px solid #777; padding: 10px 11px; color: #111; background: #fff; border-radius: 0; }
.field-control input:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.address-suggestions { display: grid; grid-column: 1 / -1; gap: 8px; }
.address-suggestions button { width: 100%; border-color: #444; padding: 12px; color: #eee; text-align: left; line-height: 1.35; background: #151515; }
.address-suggestions button:hover, .address-suggestions button:focus-visible { border-color: #fff; background: #fff; color: #111; }
.secondary-action { min-height: 42px; align-self: end; }
.pickup-results { display: grid; gap: 8px; margin-top: 14px; }
.pickup-results label { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; border: 1px solid #444; padding: 12px; color: #eee; cursor: pointer; line-height: 1.35; background: #151515; }
.pickup-results label:has(input:checked) { border-color: #fff; background: #fff; color: #111; }
.pickup-results input { margin-top: 2px; accent-color: #111; }
.checkout-primary { width: 100%; margin-top: 18px; border-color: #fff !important; color: #111 !important; background: #fff !important; font-weight: 700; }
.checkout-primary:hover { color: #fff !important; background: #111 !important; }
.image-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; border: 0; padding: 24px; background: #111; }
.image-lightbox::backdrop { background: rgb(0 0 0 / 88%); }
.image-lightbox img { display: block; width: 100%; height: 100%; object-fit: contain; }
.image-lightbox-close { position: absolute; z-index: 1; top: 18px; right: 18px; width: 42px; height: 42px; color: #fff; border: 1px solid #fff; background: #111; font-size: 28px; line-height: 1; cursor: pointer; }
.image-lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (max-width: 900px) { .site-header { gap: 15px; padding: 18px; } .primary-nav { gap: 14px; } .utility-nav { display: none; } .shooting-gallery { grid-auto-rows: 36vw; } .product-detail { grid-template-columns: 1fr; } .product-purchase { position: static; max-width: none; } .site-footer { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .announcement { height: 44px; padding: 0 20px; font-size: 10px; } .site-header { top: 44px; justify-content: space-between; } .wordmark { font-size: 18px; } .primary-nav { display: none; position: absolute; top: 58px; right: 18px; flex-direction: column; align-items: flex-end; padding: 14px; background: rgb(0 0 0 / 70%); } .product-page .primary-nav { color: #fff; } .legal-page .primary-nav { display: flex; position: static; flex-direction: row; padding: 0; color: #111; background: transparent; } .primary-nav.is-open { display: flex; } .utility-nav { display: flex; margin-left: auto; } .legal-page .menu-button { display: none; } .hero { height: 500px; } .hero::after { inset: 44px 0 auto; height: 500px; } .catalogue, .gallery, .product-page-main { padding-right: 10px; padding-left: 10px; } .catalogue { padding-bottom: 65px; } .product-grid { grid-template-columns: minmax(0, 1fr); } .shooting-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 48vw; gap: 8px; } .gallery-image-large { grid-column: span 2; grid-row: span 2; } .gallery-image-tall { grid-row: span 2; } .gallery-image-wide { grid-column: span 2; } .product-media { gap: 8px; } .product-purchase h1 { font-size: 24px; } .legal-page-main { width: min(100% - 40px, 900px); padding-top: 34px; } .site-footer { grid-template-columns: 1fr; gap: 32px; padding: 35px 20px 18px; } .copyright { margin-top: 12px !important; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .gallery-image img { transition: none; } }
