:root {
  --ink: #171713;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --collection-white: #f7f6f2;
  --gold: #a4834b;
  --line: rgba(23, 23, 19, .16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 300; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

a, button, .product-card, .product-image, .showroom {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button:focus:not(:focus-visible), a:focus:not(:focus-visible) { outline: none; }
.menu-button, .menu-button span, .showroom img, .product-image img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 94px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 5vw; border-bottom: 1px solid rgba(23,23,19,.1); color: var(--ink); background: #fff;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); box-shadow: inset 0 0 0 3px rgba(255,255,255,.55); }
.brand-mark::after { content: ""; position: absolute; inset: 3px; border: 1px solid currentColor; border-radius: inherit; opacity: .22; }
.brand-mark i { position: absolute; font-size: 19px; font-weight: 500; line-height: 1; }
.brand-mark i:first-child { margin-left: -7px; font-style: italic; transform: translateY(-1px) rotate(-5deg); }
.brand-mark i:last-child { margin-left: 7px; font-size: 17px; font-style: italic; transform: translateY(2px) rotate(4deg); }
.brand-name { font: 19px var(--serif); letter-spacing: .05em; }
.desktop-nav { display: flex; gap: 38px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a, footer a { transition: opacity .25s; }
.desktop-nav a:hover, footer a:hover { opacity: .6; }
.header-cta { justify-self: end; padding: 10px 18px; border: 1px solid rgba(23,23,19,.4); border-radius: 999px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; transition: color .25s, background .25s; }
.header-cta:hover { color: white; background: var(--ink); }
.menu-button { display: none; background: none; border: 0; }

.hero { position: relative; min-height: 680px; display: block; overflow: hidden; padding: 94px 0 0; background: #d9d4ca; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 94px 0 0; pointer-events: none; background: linear-gradient(90deg, var(--cream) 0%, rgba(244,240,232,.99) 34%, rgba(244,240,232,.76) 41%, rgba(244,240,232,.3) 48%, rgba(244,240,232,.06) 55%, transparent 62%); }
.hero-copy { position: relative; z-index: 2; width: min(49%, 680px); min-height: 586px; display: flex; flex-direction: column; justify-content: center; padding: 42px 0 35px 5vw; }
.hero-copy { grid-column: 1; grid-row: 1; }
.eyebrow { margin: 0 0 28px; font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(54px, 5.1vw, 78px); line-height: .98; letter-spacing: -.04em; }
em { color: var(--gold); font-weight: 400; }
.hero-text { max-width: 420px; margin: 24px 0 27px; color: #54534d; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.hero-actions .button { position: relative; gap: 0; padding-inline: 48px; text-align: center; }
.hero-actions .button-dark { min-width: 218px; }
.hero-actions .button-outline { min-width: 190px; }
.hero-actions .button span { position: absolute; right: 21px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 34px; min-height: 54px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }
.button-outline { gap: 24px; border-color: rgba(23,23,19,.42); color: var(--ink); background: rgba(255,255,255,.32); }
.button-outline:hover { color: white; background: var(--ink); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--line); font-size: 12px; }
.text-link span { margin-left: 12px; }
.hero-meta { display: flex; gap: 28px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); color: #77746b; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.hero-meta span { display: flex; align-items: baseline; gap: 8px; }
.hero-meta strong { color: var(--ink); font: 19px var(--serif); }
.showroom { position: absolute; z-index: 0; inset: 94px 0 0; width: 100%; height: auto; min-width: 0; overflow: hidden; background: transparent; }
.showroom::before { display: none; }
.showroom-track { position: absolute; inset: 0; }
.showroom-slide { position: absolute; inset: 0; display: grid; place-items: center end; overflow: hidden; opacity: 0; visibility: hidden; background: transparent; transform: scale(1.015); transition: opacity .75s ease, transform 1.2s ease, visibility .75s; }
.showroom-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.showroom-slide::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 62%; background: linear-gradient(180deg, transparent 58%, rgba(16,15,12,.58)); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24%, #000 100%); mask-image: linear-gradient(90deg, transparent 0, #000 24%, #000 100%); }
.showroom-slide > img { position: absolute; z-index: 0; top: 50%; right: 0; width: 72%; height: 100%; max-width: none; max-height: none; object-fit: cover; object-position: center; transform: translateY(-50%); }
.showroom-slide.product-campaign > img { width: 72%; height: 100%; max-width: none; max-height: none; object-fit: cover; object-position: center; }
.product-campaign::after { background: linear-gradient(180deg, transparent 68%, rgba(16,15,12,.48)); }
.showroom-caption { position: absolute; z-index: 2; right: 14vw; bottom: 72px; color: white; text-align: right; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
.showroom-caption span { display: block; margin-bottom: 9px; font-size: 14px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; text-shadow: 0 2px 14px rgba(0,0,0,.48); }
.showroom-caption strong { font: 36px/1 var(--serif); }
.showroom-nav { position: absolute; z-index: 4; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 6px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; background: rgba(19,19,16,.48); box-shadow: 0 8px 28px rgba(0,0,0,.2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transform: translateX(-50%); }
.showroom-arrow { width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; color: inherit; background: rgba(255,255,255,.08); cursor: pointer; transition: color .25s, background .25s, transform .25s; }
.showroom-arrow:hover { color: var(--ink); background: white; transform: scale(1.04); }
.showroom-progress { width: 78px; height: 2px; overflow: hidden; border-radius: 2px; background: rgba(255,255,255,.38); }
.showroom-progress span { display: block; height: 100%; background: white; transition: transform .5s ease; }

.reveal-editorial { opacity: 1; }
.reveal-editorial > * { opacity: 0; filter: blur(8px); transform: translate3d(0, 34px, 0); transform-origin: center bottom; transition: opacity 1s ease, filter 1.15s cubic-bezier(.16,1,.3,1), transform 1.2s cubic-bezier(.16,1,.3,1); will-change: opacity, filter, transform; }
.reveal-editorial > :nth-child(2) { transition-delay: .13s; }
.reveal-editorial > :nth-child(3) { transition-delay: .24s; }
.reveal-editorial > :nth-child(4) { transition-delay: .34s; }
.reveal-editorial.is-visible > * { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
.reveal-editorial > .contact-watermark { opacity: 1; filter: none; transform: translateX(-50%); transition: none; will-change: auto; }
.reveal-editorial .eyebrow::before { transform: scaleX(0); transform-origin: left center; transition: transform .85s cubic-bezier(.16,1,.3,1) .35s; }
.reveal-editorial.is-visible .eyebrow::before { transform: scaleX(1); }

.manifesto { display: grid; grid-template-columns: 18% 82%; gap: 24px; align-items: start; padding: 76px 7vw 72px; }
.manifesto-text { max-width: 780px; margin: 0; font: clamp(31px, 3.45vw, 51px)/1.16 var(--serif); letter-spacing: -.02em; }
.manifesto-detail { padding: 5px 0 0 24px; border-left: 1px solid var(--line); }
.manifesto-detail span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.manifesto-detail p { margin: 18px 0 0; color: #6f6d64; font-size: 12px; line-height: 1.65; }

.collection { padding: 68px 0 78px; overflow: hidden; background: var(--collection-white); box-shadow: inset 0 1px rgba(23,23,19,.035), inset 0 -1px rgba(23,23,19,.035); }
.section-heading { display: flex; justify-content: space-between; align-items: end; padding: 0 7vw 34px; }
.section-heading h2, .contact h2 { font-size: clamp(43px, 5vw, 68px); line-height: .96; letter-spacing: -.025em; }
.section-heading > p { max-width: 300px; margin: 0 5vw 8px 0; color: #67655d; font-size: 13px; line-height: 1.8; }
.collection-intro { max-width: 340px; margin: 22px 0 0; color: #67655d; font-size: 13px; line-height: 1.75; }
.carousel { position: relative; }
.carousel-controls { position: absolute; z-index: 6; top: -72px; right: 7vw; display: flex; justify-content: flex-end; align-items: center; margin: 0; }
.carousel-count { font: 13px var(--serif); }
.carousel-count strong { font-size: 24px; font-weight: 400; }
.arrow { width: 48px; height: 48px; margin-left: 8px; border: 1px solid rgba(23,23,19,.35); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.arrow:hover { color: white; background: var(--ink); }
.carousel-viewport { overflow: visible; padding: 0 7vw; }
.carousel-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: flex-start; gap: 30px 18px; transform: none !important; }
.product-card { position: relative; width: 100%; min-width: 0; overflow: visible; border: 0; border-radius: 5px; background: transparent; box-shadow: none; }
.product-card[hidden] { display: none !important; }
.product-card.is-revealed { animation: productReveal .7s ease; }
@keyframes productReveal { from { opacity: 0; } to { opacity: 1; } }
.product-image { position: relative; z-index: 3; flex: none; width: 100%; min-height: 0; aspect-ratio: 1; overflow: visible; background: var(--collection-white) !important; border: 0; cursor: pointer; }
.product-image::before, .product-image::after { content: ""; position: absolute; z-index: 7; top: 0; bottom: 0; width: 18px; pointer-events: none; background: var(--collection-white) !important; }
.product-image::before { left: -2px; }
.product-image::after { right: -2px; }
.product-card.is-product-active .product-image { z-index: 5; }
.product-image span { display: none; }
.product-image img { --product-rest-y: 0px; --product-rest-scale: 1.02; --product-active-y: 22px; --product-active-scale: 1.2; position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; object-position: center; mix-blend-mode: multiply; -webkit-mask-image: radial-gradient(ellipse 43% 49% at 50% 52%, #000 68%, rgba(0,0,0,.96) 78%, transparent 100%); mask-image: radial-gradient(ellipse 43% 49% at 50% 52%, #000 68%, rgba(0,0,0,.96) 78%, transparent 100%); filter: brightness(1.015) contrast(1.08); transform: translateY(var(--product-rest-y)) scale(var(--product-rest-scale)); backface-visibility: hidden; transition: transform .75s cubic-bezier(.2,.72,.2,1); }
.product-card.is-product-active .product-image img { transform: translateY(var(--product-active-y)) scale(var(--product-active-scale)); }
.product-card:is([data-name="Musc Anass"], [data-name="Musc Mayssane"], [data-name="Musc Love"], [data-name="Musc Oud"], [data-name="Musc Tahara"], [data-name="Musc Slim"]) .product-image img { --product-rest-y: 10px; --product-rest-scale: 1.5; --product-active-y: 32px; --product-active-scale: 1.8; }
.product-card:is([data-name="Musc Ayad"], [data-name="Musc Brown"], [data-name="Musc Velvet"]) .product-image img { --product-rest-y: 19px; --product-rest-scale: 1.08; --product-active-y: 41px; --product-active-scale: 1.3; }
.product-card:is([data-name="Musc Ayad"], [data-name="Musc Brown"]) .product-image img { -webkit-mask-image: radial-gradient(ellipse 50% 49% at 50% 52%, #000 76%, rgba(0,0,0,.96) 86%, transparent 100%); mask-image: radial-gradient(ellipse 50% 49% at 50% 52%, #000 76%, rgba(0,0,0,.96) 86%, transparent 100%); }
.product-card[data-name="So Musc"] .product-image img { --product-rest-y: 24px; --product-rest-scale: .7; --product-active-y: 46px; --product-active-scale: .84; }
.warm { background: #d8cdbb; }.ivory { background: #f1ede3; }.blush { background: #e6d5d2; }.plum { background: #b7aab2; }
.smoke { background: #b4b2ac; }.amber { background: #d2b995; }.cocoa { background: #a89586; }.pure { background: #eeeae1; }
.ink { background: #9b9b98; }.sage { background: #c8cec3; }
.product-info { position: relative; padding: 14px 14px 13px; border: 0; border-radius: 5px; text-align: center; background: transparent; box-shadow: none; }
.product-info::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(23,23,19,.1); border-radius: inherit; background: #fff; box-shadow: 0 12px 30px rgba(42,37,29,.045); }
.product-info > * { position: relative; z-index: 6; }
.product-info p { margin: 0 0 6px; color: #77736a; font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: opacity .28s ease, transform .35s ease; }
.product-card.is-product-active .product-info p { opacity: 0; transform: translateY(5px); }

@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-image { z-index: 5; }
  .product-card:hover .product-image img { transform: translateY(var(--product-active-y)) scale(var(--product-active-scale)); }
  .product-card:hover .product-info p { opacity: 0; transform: translateY(5px); }
}
.product-info h3 { font-size: 22px; }
.product-title-row { display: flex; justify-content: center; align-items: center; gap: 9px; min-width: 0; }
.product-insight { position: relative; z-index: 8; flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; font-family: var(--serif); font-size: 14px; font-weight: 500; line-height: 1; transition: color .25s ease, background .25s ease, transform .25s ease; }
.product-insight:hover, .product-insight:focus-visible, .product-card.is-story-open .product-insight { color: white; background: var(--ink); transform: rotate(8deg) scale(1.06); outline: none; }
.product-story { position: absolute; z-index: 20; inset: 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; align-items: stretch; overflow: hidden; padding: 34px 25px 78px; border-radius: 5px; color: var(--ink); background: #fff; box-shadow: 0 24px 60px rgba(28,25,19,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(16px) scale(.975); transform-origin: center 72%; clip-path: inset(2% 1% 0 round 5px); transition: opacity .34s ease, visibility 0s linear .5s, transform .5s cubic-bezier(.16,1,.3,1), clip-path .5s cubic-bezier(.16,1,.3,1), box-shadow .45s ease; }
.product-story::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--ink); }
.product-card.is-story-open .product-story { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); clip-path: inset(0 round 5px); box-shadow: 0 24px 60px rgba(28,25,19,.16); transition-delay: 0s; }
.product-story > :not(.product-story-close):not(.story-buy) { opacity: 0; transform: translateY(8px); transition: opacity .34s ease, transform .48s cubic-bezier(.16,1,.3,1); }
.product-card.is-story-open .product-story > :not(.product-story-close):not(.story-buy) { opacity: 1; transform: translateY(0); transition-delay: .08s; }
.product-card.is-story-closing .product-story { visibility: visible; pointer-events: none; animation: storyPanelClose .52s cubic-bezier(.4,0,.2,1) both; }
.product-card.is-story-closing .product-story > :not(.product-story-close):not(.story-buy) { animation: storyContentClose .24s ease both; }
.product-card.is-story-closing .product-story-close { animation: storyCloseControl .3s ease both; }
@keyframes storyContentClose { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-7px); } }
@keyframes storyCloseControl { from { opacity: 1; transform: rotate(0) scale(1); } to { opacity: 0; transform: rotate(18deg) scale(.82); } }
@keyframes storyPanelClose {
  0% { opacity: 1; transform: translateY(0) scale(1); clip-path: inset(0 round 5px); box-shadow: 0 24px 60px rgba(28,25,19,.16); }
  42% { opacity: .98; transform: translateY(2px) scale(.997); clip-path: inset(0 round 5px); box-shadow: 0 18px 42px rgba(28,25,19,.12); }
  100% { opacity: 0; transform: translateY(15px) scale(.975); clip-path: inset(3% 1.5% 0 round 5px); box-shadow: 0 8px 22px rgba(28,25,19,.04); }
}
.product-card.is-story-open .product-image img { transform: translateY(var(--product-rest-y)) scale(var(--product-rest-scale)) !important; }
.product-card:is(.is-story-open, .is-story-closing) .product-info .order-link { z-index: 30; pointer-events: auto; }
.product-story-close { position: absolute; top: 14px; right: 15px; width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(23,23,19,.28); border-radius: 50%; background: transparent; cursor: pointer; font-size: 20px; font-weight: 300; line-height: 1; transition: color .2s ease, background .2s ease, transform .2s ease; }
.product-story-close:hover, .product-story-close:focus-visible { color: white; background: var(--ink); transform: rotate(8deg); outline: none; }
.story-profile { align-self: flex-start; display: inline-flex; margin-bottom: 12px; padding: 7px 11px; border: 1px solid rgba(23,23,19,.25); border-radius: 999px; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.product-story h3 { width: 100%; max-width: 290px; font: 27px/1.08 var(--serif); letter-spacing: -.025em; }
.product-card:is([data-name="Musc Mayssane"], [data-name="Musc Slim"]) .product-story h3 { font-size: 24px; }
.product-story > p { width: 100%; margin: 12px 0 14px; color: #4f4d47; font-size: 12px; line-height: 1.58; }
.story-notes { display: flex; flex-wrap: wrap; gap: 6px; }
.story-notes span { padding: 7px 10px; border-radius: 999px; color: white; background: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.product-story small { display: block; margin-top: 13px; padding-top: 11px; border-top: 1px solid var(--line); color: #69675f; font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: .03em; }
.order-link { position: relative; z-index: 6; display: flex; justify-content: center; align-items: center; width: 86%; min-height: 43px; margin: 13px auto 0; padding: 0 18px; border: 0; border-radius: 999px; color: white; background: var(--ink); cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s, background .2s; }
.order-link:hover { transform: translateY(-2px); background: var(--gold); }
.order-link span { margin-left: 7px; }
.story-buy { display: none; }
.collection-toggle { display: flex; width: max-content; margin: 42px auto 0; }
.collection-toggle { position: relative; min-width: 164px; padding-inline: 42px; text-align: center; }
.collection-toggle span { position: absolute; right: 22px; font-size: 14px; transition: transform .3s ease; }
.collection-toggle[aria-expanded="true"] span { transform: rotate(180deg); }

.contact { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 0; text-align: center; color: white; background: #252722; }
.contact-main { position: relative; z-index: 2; min-height: 430px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 70px 20px 56px; }
.contact h2 { position: relative; z-index: 2; }
.contact .button { position: relative; z-index: 2; margin-top: 30px; }
.contact-trigger { min-width: 226px; padding-inline: 48px; text-align: center; }
.contact-trigger span { position: absolute; right: 24px; }
.contact-watermark { position: absolute; z-index: 0; left: 50%; bottom: 58px; color: rgba(255,255,255,.04); font: 25vw/.9 var(--serif); white-space: nowrap; transform: translateX(-50%); }
footer { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 46px 6vw; color: #c8c5bc; background: transparent; border-top: 0; }
footer p, footer > a { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.contact-dialog { width: min(580px, calc(100% - 30px)); padding: 55px; border: 0; color: var(--ink); background: var(--paper); }
.contact-dialog::backdrop { background: rgba(18,18,16,.73); backdrop-filter: blur(6px); }
.contact-dialog h2 { font-size: 48px; line-height: 1; }
.dialog-close { position: absolute; top: 20px; right: 22px; border: 0; background: none; cursor: pointer; font-size: 28px; font-weight: 200; }
.contact-dialog form { display: grid; gap: 18px; margin-top: 36px; }
.contact-dialog label { display: grid; gap: 8px; font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.optional-label { margin-left: 6px; color: #8a877f; font-size: 8px; font-weight: 400; letter-spacing: .1em; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.contact-dialog input, .contact-dialog textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); outline: none; resize: vertical; color: var(--ink); background: transparent; font-size: 14px; font-weight: 300; }
.contact-dialog input:focus, .contact-dialog textarea:focus { border-color: var(--gold); }
.form-note { display: none; margin: 0; color: #69675f; font-size: 11px; line-height: 1.5; }
.form-note.is-success { color: #386943; }
.form-note.is-error { color: #9d3535; }

@media (min-width: 1600px) {
  .hero::before { background: linear-gradient(90deg, var(--cream) 0%, rgba(244,240,232,.99) 30%, rgba(244,240,232,.8) 36%, rgba(244,240,232,.32) 43%, rgba(244,240,232,.06) 50%, transparent 56%); }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; padding: 0 22px; color: var(--ink); border-color: var(--line); }
  .desktop-nav, .header-cta { display: none; }
  .menu-button {
    position: absolute;
    top: 18px;
    right: 17px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background .4s ease, transform .45s cubic-bezier(.16,1,.3,1);
  }
  .menu-button span {
    position: absolute;
    left: 8px;
    top: 15px;
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transition: top .4s cubic-bezier(.16,1,.3,1), transform .5s cubic-bezier(.16,1,.3,1), width .35s ease;
  }
  .menu-button span:last-child { top: 23px; }
  .site-header.menu-active .menu-button { background: rgba(255,255,255,.08); transform: rotate(90deg); }
  .site-header.menu-active .menu-button span { top: 19px; width: 25px; transform: rotate(45deg); }
  .site-header.menu-active .menu-button span:last-child { transform: rotate(-45deg); }
  .site-header.menu-active { position: fixed; color: white; background: #252722; }
  .site-header.menu-active .desktop-nav { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 40px; color: white; background: #252722; font: 36px var(--serif); }
  .hero { min-height: 0; display: flex; flex-direction: column; padding: 76px 0 0; background: var(--cream); }
  .hero::before { display: none; }
  .hero-copy { order: 1; width: 100%; min-height: 470px; padding: 56px 25px 38px; }
  .showroom { position: relative; inset: auto; order: 2; width: 100%; height: 520px; min-height: 0; margin: 0; }
  .showroom-slide { place-items: center; }
  .showroom-slide > img, .showroom-slide.product-campaign > img { position: relative; top: auto; right: auto; width: 100%; max-width: 100%; height: 100%; max-height: none; object-fit: contain; object-position: center; transform: none; -webkit-mask-image: none; mask-image: none; }
  .showroom-slide::after { width: 100%; -webkit-mask-image: none; mask-image: none; }
  .showroom-nav { color: white; }
  h1 { font-size: clamp(51px, 13vw, 76px); }
  .showroom-caption { right: auto; left: 25px; text-align: left; }
  .showroom-nav { right: auto; }
  .manifesto { grid-template-columns: 1fr; gap: 20px; padding: 62px 25px; }
  .manifesto-detail { max-width: 440px; margin: 5px 0 0 auto; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; padding: 0 25px 30px; }
  .carousel-controls { top: -58px; right: 25px; }
  .carousel-viewport { padding: 0 25px; }
  .carousel-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { gap: 30px; flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .brand-name { font-size: 17px; }
  .hero {
    height: 100svh;
    min-height: 640px;
    max-height: 900px;
    padding-top: 76px;
    isolation: isolate;
    background: #d8d2c7;
  }
  .hero::before {
    display: block;
    z-index: 1;
    inset: 76px 0 0;
    background: linear-gradient(180deg,
      transparent 0%,
      transparent 51%,
      rgba(244,240,232,.16) 56%,
      rgba(244,240,232,.72) 62%,
      rgba(244,240,232,.97) 68%,
      var(--cream) 73%,
      var(--cream) 100%);
  }
  .hero-copy {
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 0;
    left: 0;
    order: initial;
    width: 100%;
    height: 35%;
    min-height: 238px;
    padding: clamp(18px, 3.5vh, 32px) 22px 16px;
    justify-content: flex-start;
    pointer-events: none;
  }
  .hero-copy h1,
  .hero-copy p,
  .hero-copy a { pointer-events: auto; }
  h1 { font-size: clamp(41px, 11.3vw, 49px); line-height: .96; }
  .hero-text { max-width: 345px; margin: 14px 0 18px; font-size: 13px; line-height: 1.5; }
  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 9px;
    width: calc(100vw - 44px);
    max-width: none;
  }
  .hero-actions .button {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 50px;
    gap: 0;
    padding: 0 32px;
    font-size: 9.5px;
    letter-spacing: .09em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
  }
  .hero-actions .button span {
    position: absolute;
    right: 14px;
    margin: 0;
  }
  .hero-meta { gap: 18px; margin-top: 28px; }
  .hero-meta span { align-items: flex-start; flex-direction: column; gap: 2px; }
  .showroom {
    position: absolute;
    z-index: 0;
    inset: 76px 0 0;
    order: initial;
    width: 100%;
    height: auto;
    min-height: 0;
    touch-action: pan-y;
    cursor: grab;
  }
  .showroom.is-swiping { cursor: grabbing; }
  .showroom-slide > img,
  .showroom-slide.product-campaign > img {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .showroom-slide:nth-child(1) > img { object-position: 48% 50%; }
  .showroom-slide:nth-child(2) > img { object-position: 50% 50%; }
  .showroom-slide:nth-child(3) > img { object-position: 48% 50%; }
  .showroom-slide:nth-child(4) > img { object-position: 49% 50%; }
  .showroom-slide:nth-child(5) > img { object-position: 50% 50%; }
  .showroom-slide:nth-child(6) > img { object-position: 48% 50%; }
  .showroom-slide:nth-child(7) > img { object-position: 50% 50%; }
  .showroom-slide.product-campaign { background: var(--slide-tone); }
  .showroom-slide.product-campaign > img {
    z-index: 1;
    top: 0;
    left: -1px;
    right: auto;
    bottom: auto;
    width: calc(100% + 2px);
    height: auto;
    object-fit: contain;
    object-position: center top;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .showroom-slide::after {
    z-index: 1;
    background: linear-gradient(180deg, transparent 62%, rgba(13,13,11,.58) 100%);
  }
  .showroom-caption {
    z-index: 2;
    top: 45%;
    right: auto;
    bottom: auto;
    left: 22px;
    max-width: calc(100% - 44px);
    padding: 9px 12px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 4px;
    text-align: left;
    background: rgba(17,17,14,.5);
    box-shadow: 0 10px 28px rgba(0,0,0,.16);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }
  .showroom-caption span { margin-bottom: 5px; font-size: 12px; letter-spacing: .17em; }
  .showroom-caption strong { font-size: 29px; }
  .showroom-nav {
    display: none;
  }
  .showroom-arrow { width: 34px; height: 34px; }
  .showroom-progress { width: 68px; }
  .manifesto-text { font-size: 34px; }
  .collection { padding-block: 58px; }
  .carousel-track { grid-template-columns: 1fr; }
  .product-info h3 { font-size: 23px; }
  .product-insight { width: 27px; height: 27px; font-size: 15px; }
  .product-story { inset: 0; padding: 38px 28px 86px; }
  .product-story h3 { max-width: 310px; font-size: 30px; }
  .product-card:is([data-name="Musc Mayssane"], [data-name="Musc Slim"]) .product-story h3 { font-size: 27px; }
  .product-story > p { font-size: 13px; line-height: 1.62; }
  .product-story small { font-size: 11px; }
  .contact-main { min-height: 390px; }
  .contact-dialog { padding: 50px 25px 30px; }
  .contact-dialog h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal-editorial > * { opacity: 1; filter: none; transform: none; }
  .reveal-editorial .eyebrow::before { transform: scaleX(1); }
}
