@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Cormorant:wght@500;600&family=Manrope:wght@400;500;600&family=Tenor+Sans&family=Young+Serif&display=swap');

:root {
  --white: oklch(1 0 0);
  --off: oklch(.975 .004 145);
  --ink: oklch(.20 .018 145);
  --muted: oklch(.46 .018 145);
  --sage: oklch(.73 .042 145);
  --laurel: oklch(.58 .095 140);
  --charcoal: oklch(.22 .018 145);
  --charcoal-2: oklch(.29 .020 145);
  --blush: oklch(.72 .075 18);
  --jean: oklch(.42 .055 250);
  --pivoine: oklch(.58 .10 22);
  --line: oklch(.87 .012 145);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 50; transform: translateY(-180%); background: var(--white); padding: .8rem 1rem; }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: auto; padding: 1.25rem clamp(1rem,4vw,3rem); }
.wordmark { font-family: Cormorant, serif; font-size: 1.65rem; font-weight: 600; }
.wordmark small { display: block; margin-top: -.28rem; font: 500 .52rem/1 Manrope,sans-serif; letter-spacing: .28em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; font-size: .82rem; font-weight: 600; }
.site-nav a:hover, .site-nav a:focus-visible { text-decoration: underline; text-underline-offset: .35rem; }
.contact-pill { border-radius: 999px; padding: .75rem 1rem; color: var(--white); background: var(--charcoal); }
.language-picker { display: inline-flex; align-items: center; }
.language-picker-global { margin-left: 1rem; }
.language-picker button { min-width: 2rem; min-height: 2.25rem; padding: .35rem .4rem; border: 1px solid transparent; border-radius: 999px; color: inherit; background: transparent; font: inherit; font-size: .68rem; cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.language-picker button[aria-pressed="true"] { border-color: currentColor; }
.language-picker button:hover, .language-picker button:focus-visible { border-color: currentColor; outline: none; }
.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; }
.proposal-switch { position: fixed; right: 1rem; bottom: 1rem; z-index: 25; display: flex; gap: .3rem; padding: .35rem; border-radius: 999px; background: var(--charcoal); color: var(--white); font-size: .72rem; }
.proposal-switch a { display: grid; min-width: 2rem; min-height: 2rem; place-items: center; border-radius: 50%; }
.proposal-switch a[aria-current="page"] { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; }
.section-shell { max-width: var(--max); margin: auto; padding: clamp(4rem,9vw,8rem) clamp(1rem,4vw,3rem); }
.section-title { max-width: 12ch; margin: 0; font: 600 clamp(2.8rem,6vw,5.6rem)/.95 Cormorant,serif; letter-spacing: -.03em; text-wrap: balance; }
.section-lead { max-width: 62ch; color: var(--muted); line-height: 1.75; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 3rem; padding: .8rem 1.1rem; border: 1px solid currentColor; border-radius: 999px; font-weight: 600; font-size: .85rem; }
.button.solid { border-color: var(--charcoal); color: var(--white); background: var(--charcoal); }
.button:hover { transform: translateY(-2px); }
.material-line { display: flex; flex-wrap: wrap; gap: 1.4rem; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .8rem; }
.footer { padding: 3rem clamp(1rem,4vw,3rem) 6rem; background: var(--charcoal); color: var(--white); }
.footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: var(--max); margin: auto; }
.footer h2 { max-width: 12ch; margin: 0 0 1.25rem; font: 500 clamp(2.8rem,6vw,5rem)/.95 Cormorant,serif; letter-spacing: -.03em; }
.footer p { color: oklch(.82 .018 145); }
.footer-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.footer .button { color: var(--white); }
[data-reveal] { opacity: 1; transform: none; transition: transform .8s cubic-bezier(.16,1,.3,1), opacity .6s ease; }
@supports (animation-timeline: view()) { [data-reveal] { animation: reveal linear both; animation-timeline: view(); animation-range: entry 5% cover 25%; } }
@keyframes reveal { from { opacity: .2; transform: translateY(2rem); } to { opacity: 1; transform: none; } }

/* chooser */
.chooser { min-height: 100vh; background: var(--charcoal); color: var(--white); }
.chooser-main { display: grid; min-height: 100vh; grid-template-columns: minmax(12rem, .55fr) 1.45fr; grid-template-rows: auto 1fr auto; gap: 4rem; padding: clamp(1.5rem,5vw,5rem); }
.chooser-brand { display: flex; align-items: center; gap: 1rem; align-self: start; font-family: Young Serif,serif; }
.chooser-brand img { width: 3.25rem; height: 3.25rem; border-radius: 50%; }
.chooser-copy { align-self: end; max-width: 60rem; }
.chooser-copy > p:first-child { color: var(--sage); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.chooser h1 { max-width: 10ch; margin: 1rem 0 1.5rem; font: 400 clamp(3.5rem,8vw,7rem)/.92 Young Serif,serif; letter-spacing: -.035em; }
.chooser-intro { max-width: 56ch; color: oklch(.82 .018 145); line-height: 1.7; }
.proposal-list { grid-column: 2; border-top: 1px solid oklch(.42 .018 145); }
.proposal { display: grid; grid-template-columns: .6fr 1.3fr 1fr auto; align-items: center; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid oklch(.42 .018 145); transition: transform .25s ease, color .25s ease; }
.proposal span { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.proposal strong { font: 400 clamp(1.4rem,2.6vw,2.3rem)/1 Young Serif,serif; }
.proposal em { color: oklch(.76 .018 145); font-size: .8rem; font-style: normal; }
.proposal b { font-size: .78rem; }
.proposal:hover { transform: translateX(.5rem); color: var(--charcoal); }
.proposal-one:hover { background: var(--white); }
.proposal-two:hover { background: var(--sage); }
.proposal-three:hover { background: var(--blush); }
.chooser-note { align-self: end; margin: 0; color: oklch(.66 .018 145); font-size: .72rem; }

/* A — gallery */
.gallery-hero { display: grid; min-height: calc(100vh - 6rem); grid-template-columns: 1.05fr .95fr; }
.gallery-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,8vw,8rem); background: var(--white); }
.gallery-hero-copy p:first-child { color: var(--laurel); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.gallery-hero h1 { max-width: 8ch; margin: 1rem 0 1.5rem; font: 600 clamp(4rem,8vw,6rem)/.88 Cormorant,serif; letter-spacing: -.035em; text-wrap: balance; }
.gallery-hero-copy > p:not(:first-child) { max-width: 48ch; color: var(--muted); line-height: 1.7; }
.gallery-hero-image { overflow: hidden; min-height: 40rem; }
.gallery-hero-image img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.gallery-hero:hover .gallery-hero-image img { transform: scale(1.025); }
.gallery-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,10vw,9rem); align-items: end; }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(.8rem,2vw,1.5rem); margin-top: 4rem; }
.gallery-product { grid-column: span 4; }
.gallery-product.wide { grid-column: span 8; }
.gallery-product.offset { margin-top: 5rem; }
.gallery-product img { aspect-ratio: 1 / 1.04; object-fit: cover; }
.gallery-product.wide img { aspect-ratio: 2.02 / 1; }
.product-meta { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding-top: .9rem; }
.product-meta h3 { margin: 0; font: 600 1.5rem/1 Cormorant,serif; }
.product-meta p { margin: .35rem 0 0; color: var(--muted); font-size: .74rem; }
.swatch { width: .75rem; height: .75rem; margin-top: .3rem; border-radius: 50%; background: var(--swatch,var(--sage)); }
.gallery-material { background: var(--off); }
.material-story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,8vw,8rem); align-items: center; }
.material-story img { aspect-ratio: 1.2 / 1; object-fit: cover; }
.material-story h2 { margin: 0 0 1.25rem; font: 600 clamp(3rem,6vw,5rem)/.95 Cormorant,serif; letter-spacing: -.03em; }

/* B — summer-soft immersive */
.immersive {
  --brand-sage: oklch(.6629 .0252 157.3);
  --brand-sage-light: oklch(.7748 .0166 154.4);
  --brand-off-white: oklch(.9613 .0070 88.6);
  --brand-greige: oklch(.8252 .0165 82.8);
  --brand-blue-grey: oklch(.7698 .0166 216.7);
  --brand-charcoal: oklch(.4306 .0061 164.8);
  --header-ink: #617068;
  color: var(--brand-charcoal);
  background: var(--brand-off-white);
}
.immersive .site-header { max-width: none; min-height: 10rem; color: var(--brand-charcoal); background-color: var(--brand-off-white); background-image: url('images/logo-mozie-official.png'); background-position: center top; background-repeat: no-repeat; background-size: max(100%,42rem) auto; background-blend-mode: luminosity; }
.brand-symbol-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.brand-lockup { display: flex; flex: 0 0 auto; width: 13.1rem; height: 7.5rem; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.brand-symbol { display: block; width: 6.2rem; height: 3.55rem; flex: 0 0 auto; color: var(--header-ink); }
.brand-symbol svg { display: block; width: 100%; height: 100%; overflow: hidden; }
.brand-name { color: var(--header-ink); font: 500 3.05rem/.76 'Cormorant Garamond',serif; letter-spacing: -.035em; }
.brand-atelier { margin-top: .65rem; padding-left: .42em; color: var(--header-ink); font: 500 .62rem/1 Manrope,sans-serif; letter-spacing: .42em; }
.immersive .site-header .site-nav { color: var(--header-ink); }
.immersive .contact-pill { border: 1px solid var(--header-ink); color: var(--header-ink); background: transparent; }
.immersive .menu-toggle { color: var(--header-ink); }
.immersive-hero { position: relative; display: grid; min-height: calc(100svh - 10rem); place-items: center start; overflow: hidden; background: var(--brand-off-white); }
.immersive-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: right center; filter: saturate(.72) contrast(.96) brightness(1.06); }
.immersive-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,var(--brand-off-white) 0 34%,oklch(.9613 .0070 88.6 / .86) 50%,oklch(.9613 .0070 88.6 / .16) 76%); }
.immersive-hero-copy { position: relative; z-index: 1; width: min(44rem,92vw); padding: clamp(2rem,7vw,7rem); }
.immersive-hero-copy::after { content: ''; position: absolute; z-index: -1; width: clamp(15rem,32vw,29rem); aspect-ratio: 1; left: clamp(1rem,4vw,4rem); top: 50%; border: 1px solid var(--brand-blue-grey); border-radius: 50%; transform: translateY(-50%); }
.hero-kicker { display: block; max-width: 28ch; margin-bottom: 1.5rem; color: var(--brand-charcoal); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.immersive-hero h1 { max-width: 10ch; margin: 0; color: var(--brand-charcoal); font: 400 clamp(3.8rem,8vw,5.8rem)/.91 'Tenor Sans',sans-serif; letter-spacing: -.035em; }
.immersive-hero p { max-width: 42ch; margin: 1.5rem 0; color: var(--brand-charcoal); line-height: 1.75; }
.hero-button { color: var(--brand-off-white); background: var(--brand-charcoal); border-color: var(--brand-charcoal); }
.marquee { overflow: hidden; padding: 1rem 0; border: 0; color: var(--brand-off-white); background: var(--brand-sage); white-space: nowrap; }
.marquee span { display: inline-block; padding-left: 100%; font: 500 clamp(1.3rem,2.6vw,2rem)/1.1 Cormorant,serif; letter-spacing: .01em; animation: marquee 22s linear infinite; }
@keyframes marquee { to { transform: translateX(-100%); } }
.immersive-collections { padding: clamp(5rem,10vw,9rem) 0; }
.immersive-collections#nuances { background: var(--brand-sage-light); }
.immersive-collections#origines { background: var(--brand-greige); }
.immersive-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: 0 clamp(1rem,5vw,5rem) 3rem; }
.immersive-heading h2 { max-width: 12ch; margin: 0; color: var(--brand-charcoal); font: 400 clamp(3.2rem,6vw,5.2rem)/.93 'Tenor Sans',sans-serif; letter-spacing: -.035em; }
.immersive-heading p { max-width: 38ch; color: var(--brand-charcoal); line-height: 1.75; }
.collection-carousel { width: min(90%,43rem); margin-inline: auto; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; transition: transform .8s cubic-bezier(.16,1,.3,1); will-change: transform; }
.immersive-card { display: grid; min-height: clamp(18rem,27vw,22rem); flex: 0 0 100%; grid-template-columns: minmax(0,1.25fr) minmax(16rem,.75fr); overflow: hidden; background: var(--brand-off-white); }
.immersive-card img { height: 100%; min-height: 18rem; object-fit: cover; filter: saturate(.82) contrast(.97); transition: transform 1s cubic-bezier(.16,1,.3,1), filter .4s ease; }
.immersive-card[aria-hidden="false"] img { transform: scale(1.015); filter: saturate(.95) contrast(1); }
.immersive-card div { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.5rem,2.5vw,2rem); }
.immersive-card h3 { max-width: 100%; margin: 0; color: var(--brand-charcoal); font: 400 clamp(1.9rem,2.4vw,2.4rem)/.98 'Tenor Sans',sans-serif; letter-spacing: -.025em; }
.immersive-card p { margin: 1rem 0 0; color: var(--brand-charcoal); font-size: .8rem; line-height: 1.6; }
.carousel-controls { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; padding-top: 1.25rem; }
.carousel-controls button { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border: 1px solid var(--brand-charcoal); border-radius: 50%; color: var(--brand-charcoal); background: transparent; cursor: pointer; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.carousel-controls button:hover { color: var(--brand-off-white); background: var(--brand-charcoal); transform: translateY(-2px); }
.carousel-controls button:focus-visible { outline: 2px solid var(--brand-charcoal); outline-offset: 3px; }
.carousel-dots { display: flex; align-items: center; gap: .55rem; }
.carousel-dot { width: .55rem !important; height: .55rem !important; border: 0 !important; background: oklch(.4306 .0061 164.8 / .28) !important; }
.carousel-dot[aria-current="true"] { background: var(--brand-charcoal) !important; transform: scale(1.15); }
.immersive-proof { display: grid; grid-template-columns: repeat(3,1fr); max-width: none; margin: auto; padding: clamp(4rem,7vw,6rem) clamp(1rem,5vw,5rem); background: var(--brand-off-white); }
.immersive-proof div { display: flex; min-height: 12rem; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem clamp(1.5rem,4vw,4rem); color: var(--brand-charcoal); text-align: center; }
.immersive-proof div + div { border-left: 1px solid var(--brand-greige); }
.immersive-proof strong { display: block; max-width: 15rem; margin-bottom: .55rem; color: var(--brand-charcoal); font: 400 clamp(1.25rem,2vw,1.6rem)/1.15 'Tenor Sans',sans-serif; text-wrap: balance; }
.immersive-proof span { max-width: 23rem; font-size: .74rem; line-height: 1.55; }
.proof-icon { display: block; width: 3.15rem; height: 3.15rem; margin-bottom: 1.35rem; fill: none; stroke: var(--brand-charcoal); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; shape-rendering: geometricPrecision; }
.immersive .footer { background: var(--brand-charcoal); color: var(--brand-off-white); }
.immersive .footer p { color: var(--brand-greige); }
.immersive .footer .button { color: var(--brand-off-white); }
.footer-signature { display: flex; flex-direction: column; align-items: center; gap: 1rem; font-size: .72rem; }
.footer-seal { display: grid; width: 6.5rem; height: 6.5rem; place-items: center; overflow: hidden; border: 2px solid var(--brand-off-white); border-radius: 50%; color: var(--brand-off-white); background: var(--brand-blue-grey); }
.footer-seal svg { display: block; width: 4.5rem; height: 3rem; }
.footer.footer-brand { color: #F4F2ED; background: #A1B2B1; }
.footer.footer-brand p { color: #F4F2ED; }
.footer.footer-brand .button { color: #F4F2ED; }
.footer-brand-mark { display: block; width: clamp(8rem,12vw,11rem); height: auto; }
.footer-icon-actions { display: flex; gap: .75rem; margin-top: 1.5rem; }
.contact-icon { display: grid; width: 3.25rem; height: 3.25rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: #F4F2ED; transition: color .25s ease, background-color .25s ease, transform .25s cubic-bezier(.16,1,.3,1); }
.contact-icon svg { width: 1.3rem; height: 1.3rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.contact-icon .icon-dot { fill: currentColor; stroke: none; }
.contact-icon:hover { color: #617068; background: #F4F2ED; transform: translateY(-2px); }
.contact-icon:focus-visible { outline: 2px solid #F4F2ED; outline-offset: 3px; }
.immersive .proposal-switch { background: var(--brand-charcoal); }
.immersive .proposal-switch a[aria-current="page"] { color: var(--brand-charcoal); background: var(--brand-sage-light); }

/* C — atelier */
.atelier { background: var(--off); }
.atelier .wordmark, .atelier h1, .atelier h2, .atelier h3 { font-family: Young Serif,serif; font-weight: 400; }
.atelier .contact-pill { background: var(--pivoine); }
.atelier-hero { display: grid; grid-template-columns: minmax(24rem,.8fr) 1.2fr; min-height: calc(100vh - 5.5rem); border-top: 1px solid var(--line); }
.atelier-palette { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem,4vw,4rem); background: var(--sage); }
.atelier-palette h1 { max-width: 8ch; margin: 0; font-size: clamp(3.2rem,5vw,4.7rem); line-height: .9; letter-spacing: -.035em; }
.palette-dots { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 3rem; }
.palette-dots span { width: 2.35rem; height: 2.35rem; border: 1px solid oklch(.2 0 0 / .35); border-radius: 50%; background: var(--dot); }
.atelier-hero-image { position: relative; overflow: hidden; }
.atelier-hero-image img { height: 100%; object-fit: cover; }
.atelier-hero-note { position: absolute; right: 1.5rem; bottom: 1.5rem; max-width: 18rem; padding: 1rem; background: var(--white); font-size: .8rem; line-height: 1.6; }
.atelier-catalogue { display: grid; grid-template-columns: 18rem 1fr; max-width: var(--max); margin: auto; padding: clamp(5rem,10vw,9rem) clamp(1rem,4vw,3rem); }
.atelier-sidebar { position: sticky; top: 2rem; align-self: start; padding-right: 2rem; }
.atelier-sidebar h2 { margin: 0 0 1rem; font-size: 2.3rem; line-height: 1; }
.atelier-sidebar p { color: var(--muted); font-size: .84rem; line-height: 1.65; }
.atelier-links { display: grid; gap: .55rem; margin-top: 2rem; }
.atelier-links a { padding-bottom: .5rem; border-bottom: 1px solid var(--line); font-size: .8rem; font-weight: 600; }
.atelier-list { border-top: 1px solid var(--ink); }
.atelier-row { display: grid; grid-template-columns: 3rem minmax(15rem,1fr) minmax(14rem,.8fr) auto; gap: 1.5rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.atelier-row > span { font-size: .72rem; }
.atelier-row img { width: 100%; max-width: 17rem; aspect-ratio: 1.25; object-fit: cover; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.atelier-row:hover img { transform: rotate(-1.5deg) scale(1.025); }
.atelier-row h3 { margin: 0; font-size: clamp(1.35rem,2.5vw,2rem); }
.atelier-row p { margin: .35rem 0 0; color: var(--muted); font-size: .75rem; }
.color-tag { display: inline-flex; align-items: center; gap: .5rem; font-size: .7rem; }
.color-tag::before { content: ''; width: .7rem; height: .7rem; border-radius: 50%; background: var(--tag,var(--sage)); }
.atelier-note { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,7vw,7rem); align-items: center; background: var(--blush); }
.atelier-note .section-title { font-family: Young Serif,serif; font-weight: 400; }
.atelier-note blockquote { margin: 0; font: 400 clamp(2rem,4vw,3.5rem)/1.1 Young Serif,serif; }
.atelier-note cite { display: block; margin-top: 1rem; font: 600 .75rem Manrope,sans-serif; }

@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; padding: 1rem; background: var(--white); color: var(--ink); border: 1px solid var(--line); }
  .site-nav[data-open="true"] { display: flex; }
  .immersive .site-nav { background: var(--brand-off-white); color: var(--brand-charcoal); }
  .language-picker-global { margin-left: 1rem; }
  .immersive .site-header { min-height: 6.1rem; padding-top: .35rem; padding-bottom: .35rem; background-size: max(100%,42rem) auto; }
  .brand-lockup { width: 9rem; height: 5.2rem; }
  .brand-symbol { width: 4.35rem; height: 2.35rem; }
  .brand-name { font-size: 2.18rem; }
  .brand-atelier { margin-top: .48rem; font-size: .46rem; }
  .immersive-hero { min-height: calc(100svh - 6.1rem); }
  .chooser-main { display: block; padding: 1.5rem; }
  .chooser-copy { margin: 6rem 0 3rem; }
  .proposal { grid-template-columns: 1fr auto; }
  .proposal span, .proposal em { grid-column: 1 / -1; }
  .chooser-note { margin-top: 2rem; }
  .gallery-hero, .gallery-intro, .material-story, .atelier-hero, .atelier-note { grid-template-columns: 1fr; }
  .gallery-hero-copy { order: 2; padding: 3rem 1.25rem 5rem; }
  .gallery-hero-image { min-height: 65vh; }
  .gallery-product, .gallery-product.wide { grid-column: span 6; }
  .gallery-product.offset { margin-top: 0; }
  .immersive-heading { display: block; }
  .immersive-heading p { margin-top: 1.25rem; }
  .immersive-card { min-height: 0; grid-template-columns: 1fr; }
  .immersive-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: auto; object-fit: contain; background: var(--brand-off-white); filter: saturate(.95) contrast(1); transform: none !important; }
  .immersive-card[aria-hidden="false"] img { transform: none !important; }
  .immersive-card div { min-height: 9rem; padding: 1.5rem; }
  .immersive-card h3 { font-size: 2rem; }
  .carousel-controls { justify-content: center; }
  .immersive-proof { grid-template-columns: 1fr; }
  .immersive-proof div { min-height: 10rem; }
  .immersive-proof div + div { border-top: 1px solid var(--brand-greige); border-left: 0; }
  .immersive-hero::after { background: linear-gradient(90deg,var(--brand-off-white) 0 48%,oklch(.9613 .0070 88.6 / .72) 72%,oklch(.9613 .0070 88.6 / .18)); }
  .atelier-palette { min-height: 60vh; }
  .atelier-hero-image { min-height: 65vh; }
  .atelier-catalogue { grid-template-columns: 1fr; }
  .atelier-sidebar { position: static; padding: 0 0 3rem; }
  .footer-inner { display: block; }
  .footer-actions { margin-top: 2rem; }
  .footer-signature { align-items: flex-start; margin-top: 3rem; }
}

@media (max-width: 560px) {
  .gallery-product, .gallery-product.wide { grid-column: 1 / -1; }
  .gallery-product.wide img { aspect-ratio: 1 / 1.04; }
  .atelier-row { grid-template-columns: 2rem 1fr; }
  .atelier-row img, .atelier-row .color-tag { grid-column: 2; }
  .proposal-switch { right: .6rem; bottom: .6rem; }
}

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