:root {
  --ink: #111315;
  --black: #090a0b;
  --paper: #e8e6df;
  --paper-dark: #d9d6ce;
  --line: rgba(17, 19, 21, 0.18);
  --warm: #b8805b;
  --brass: #a6783f;
  --leather: #4b3026;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 19.2px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }

.page-noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 15; height: 86px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 4.2vw;
  color: #f3f1eb; transition: background .4s, height .4s, backdrop-filter .4s;
}
.site-header.scrolled { height: 70px; background: rgba(8, 9, 10, .82); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 4px; font-size: 15.6px; font-weight: 600; letter-spacing: .25em; }
.brand img { display: block; width: auto; height: 1.32em; object-fit: contain; flex: none; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14.4px; letter-spacing: .08em; }
.main-nav a { opacity: .72; transition: opacity .25s; }
.main-nav a:hover { opacity: 1; }
.language-picker { position: relative; width: 32px; height: 32px; flex: none; }
.main-nav .lang-switch { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; color: inherit; background: rgba(8,9,10,.08); opacity: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font: inherit; font-size: 10.8px; letter-spacing: .08em; cursor: pointer; transition: border-color .25s, background .25s; }
.main-nav .lang-switch:hover, .main-nav .lang-switch:focus-visible, .language-picker.is-open .lang-switch { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.48); outline: none; }
.language-menu { position: absolute; top: calc(100% + 10px); left: 50%; z-index: 2; min-width: 116px; display: grid; gap: 2px; padding: 5px; color: #f3f1eb; background: rgba(10,11,12,.94); border: 1px solid rgba(255,255,255,.16); border-radius: 15px; box-shadow: 0 12px 30px rgba(0,0,0,.3); backdrop-filter: blur(14px); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -5px); transition: opacity .2s, visibility .2s, transform .2s; }
.language-picker.is-open .language-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.main-nav .language-menu a { display: grid; grid-template-columns: 22px 1fr; align-items: center; height: 30px; padding: 0 8px; border-radius: 10px; font-size: 10.8px; letter-spacing: .04em; opacity: .65; }
.main-nav .language-menu strong { font-weight: 500; letter-spacing: .08em; }
.main-nav .language-menu span { font-weight: 300; }
.main-nav .language-menu a:hover, .main-nav .language-menu a:focus-visible { background: rgba(255,255,255,.08); opacity: 1; outline: none; }
.main-nav .language-menu a[aria-current="page"] { color: var(--warm); background: rgba(184,128,91,.12); opacity: 1; }
.main-nav .nav-cta { opacity: 1; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; padding: 11px 17px; }
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: 48% 52%;
  color: #efeee9; background: radial-gradient(circle at 76% 42%, #2d3031 0, #151718 31%, #090a0b 67%);
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.42), transparent 58%); }
.hero-copy { z-index: 2; align-self: center; padding-left: 8.3vw; padding-top: 65px; }
.eyebrow { font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.origin-mark { position: relative; display: inline-block; padding-bottom: 8px; }
.origin-mark::after { content: ""; position: absolute; right: .15em; bottom: 1px; left: 0; height: 2px; background: linear-gradient(90deg, #1b4c9a 0 33.333%, #eeece5 33.333% 66.666%, #c8383b 66.666%); box-shadow: 0 0 8px rgba(255,255,255,.08); }
.hero h1, h2 { font-family: var(--display); font-weight: 300; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(76.8px, 9.6vw, 156px); line-height: .88; margin: 25px 0 37px; }
em { font-family: Georgia, serif; font-weight: 400; }
.hero h1 em { color: #b6b2a9; }
.hero-intro { max-width: 520px; color: #aaa9a5; font-size: 19.2px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 38px; margin-top: 40px; padding-bottom: 7px; border-bottom: 1px solid #777; font-size: 14.4px; letter-spacing: .08em; }
.text-link span { color: var(--warm); }

.hero-object { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-object::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #111314 0%, transparent 18%), linear-gradient(180deg, rgba(0,0,0,.3), transparent 30%, rgba(0,0,0,.25)); z-index: 1; pointer-events: none; }
.halo { position: absolute; z-index: 1; width: 39vw; height: 39vw; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 100px rgba(219,221,214,.07), inset 0 0 100px rgba(220,221,214,.03); }
.hero-product { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); will-change: transform; filter: saturate(.88) contrast(1.06); }
.speaker-shadow { display: none; }
.visual-note { position: absolute; bottom: 5.5%; right: 4.5vw; color: #656765; font-size: 9.6px; letter-spacing: .2em; text-transform: uppercase; }
.hero-index { position: absolute; z-index: 3; bottom: 35px; left: 4.2vw; display: flex; align-items: center; gap: 11px; color: #686967; font-size: 10.8px; }
.hero-index i { width: 55px; height: 1px; background: #3e4040; }
.hero-index i::before { content: ""; display: block; width: 25%; height: 1px; background: #aaa; }

.section-pad { padding: 140px 8.3vw; }
.section-label { display: flex; align-items: center; gap: 15px; color: #747570; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.section-label span { color: var(--warm); }
.manifesto { position: relative; min-height: 760px; overflow: hidden; isolation: isolate; background: var(--paper); }
.manifesto::before { content: ""; position: absolute; z-index: 0; inset: 0; width: 100%; background-color: var(--paper); background-image: url("assets/images/Photo IRL/rst100-intention-outpaint-5k-feather.png"); background-image: image-set(url("assets/images/Photo IRL/rst100-intention-outpaint-5k.webp") type("image/webp"), url("assets/images/Photo IRL/rst100-intention-outpaint-5k-feather.png") type("image/png")); background-position: left center; background-size: auto 100%; background-repeat: no-repeat; opacity: .94; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 55%, rgba(0,0,0,.72) 68%, transparent 86%); mask-image: linear-gradient(90deg, #000 0%, #000 55%, rgba(0,0,0,.72) 68%, transparent 86%); }
.manifesto::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(232,230,223,0) 0%, rgba(232,230,223,.08) 27%, rgba(232,230,223,.58) 42%, rgba(232,230,223,.94) 58%, var(--paper) 78%); pointer-events: none; }
.manifesto > * { position: relative; z-index: 1; }
.manifesto > .section-label { width: 65%; margin-left: auto; }
.manifesto-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); grid-template-areas: "visual copy" "visual aside"; align-items: start; column-gap: clamp(55px, 7vw, 130px); margin-top: 95px; }
.manifesto-copy { grid-area: copy; font-family: var(--display); font-size: clamp(40.8px, 5.76vw, 88.8px); line-height: 1.16; letter-spacing: -.055em; }
.manifesto-copy .muted { color: var(--brass); }
.manifesto-aside { grid-area: aside; justify-self: start; max-width: 390px; margin-top: 75px; color: var(--leather); font-size: 15.6px; line-height: 1.8; }

.signature { background: var(--paper-dark); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 75px; }
.section-heading h2 { font-size: clamp(50.4px, 6vw, 86.4px); line-height: 1.05; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "material sound" "design design"; gap: 1px; background: #b5b2aa; border: 1px solid #b5b2aa; }
.feature { position: relative; min-height: clamp(380px, 26vw, 460px); padding: 30px; overflow: hidden; background: #e6e3dc; }
.feature-main { grid-area: design; grid-row: auto; min-height: 0; aspect-ratio: 6000 / 3368; }
.feature:not(.feature-main) { display: flex; min-height: 0; flex-direction: column; }
.feature:not(.feature-main) .feature-content { position: static; max-width: 430px; margin-top: clamp(28px, 4vw, 56px); }
.feature-grid > article:nth-child(2) { grid-area: material; }
.feature-grid > article:nth-child(3) { grid-area: sound; }
.feature-dark { color: #e9e7e1; background: #17191a; }
.feature-number { color: #85857f; font-size: 10.8px; }
.feature-content { position: absolute; z-index: 2; left: 30px; bottom: 32px; max-width: 390px; }
.feature-content h3 { margin: 15px 0 22px; font-family: var(--display); font-weight: 300; font-size: clamp(36px, 3.6vw, 56.4px); line-height: 1.05; letter-spacing: -.05em; }
.feature-content > p:last-child { max-width: 430px; color: #6c6d67; font-size: 14.4px; line-height: 1.75; }
.feature-dark .feature-content > p:last-child { color: #8f908d; }
.product-detail { position: absolute; inset: 0; }
.product-detail::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11,12,13,.88) 100%); }
.product-detail img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.product-detail img.design-focus { object-fit: contain; object-position: center; background: #0b0c0d; }
.feature-main { color: #eeeae2; }
.feature-main .feature-number, .feature-main .feature-content > p:last-child { color: #aaa59e; }
.feature-main .feature-content { z-index: 3; max-width: 520px; }

.datasheet { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 35px; margin-top: 90px; padding: 28px 30px; color: #e8e6df; background: #17191a; border: 1px solid #292b2c; }
.datasheet-mark { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: #212324; }
.datasheet-mark span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #777873; border-radius: 50%; color: #aaa8a2; font-size: 19.2px; line-height: 1; }
.datasheet-copy h3 { margin: 10px 0 8px; font-family: var(--display); font-size: 30px; font-weight: 300; letter-spacing: -.04em; }
.datasheet-copy > p:last-child { color: #858681; font-size: 13.2px; line-height: 1.6; }
.datasheet-link { display: flex; align-items: center; gap: 45px; padding: 14px 18px; border: 1px solid #4a4b49; border-radius: 99px; font-size: 12px; letter-spacing: .06em; transition: color .3s, background .3s; }
.datasheet-link:hover { color: #111; background: #e5e3dd; }
.datasheet-link span { color: var(--warm); font-size: 10.8px; }

.finishes { display: grid; grid-template-columns: 1.1fr 2.4fr; gap: 1px; margin-top: 90px; overflow: hidden; background: #b5b2aa; border: 1px solid #b5b2aa; }
.finishes-intro, .finish-options, .finishes figure { min-width: 0; }
.finishes-intro, .finishes figure { background: #dfdcd5; }
.finish-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #b5b2aa; }
.finishes-intro { padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; }
.finishes-intro h3 { margin: 18px 0; font-family: var(--display); font-size: 37.2px; font-weight: 300; line-height: 1.08; letter-spacing: -.045em; }
.finishes-note { color: #73736e; font-size: 13.2px; line-height: 1.7; }
.finishes-contact { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; width: fit-content; margin-top: 20px; padding-bottom: 5px; color: #383a39; border-bottom: 1px solid #8c8982; font-size: 12px; letter-spacing: .035em; transition: color .25s, border-color .25s; }
.finishes-contact:hover { color: var(--warm); border-color: var(--warm); }
.finishes-contact span { color: var(--warm); }
.finishes figure { margin: 0; overflow: hidden; background: #b9b9b7; }
.finish-visual { position: relative; isolation: isolate; width: 100%; height: 360px; overflow: hidden; background: #222526; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.finish-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 34% 68%, rgba(0,0,0,.22)); }
.finish-visual img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .5s; }
.finish-chrome img { object-position: 50% 52%; }
.finish-champagne img { object-position: 50% 50%; }
.finish-grey img { object-position: 50% 47%; }
@media (hover: hover) and (pointer: fine) {
  .finishes figure:hover .finish-visual img { transform: scale(1.025); filter: saturate(.95) contrast(1.04); }
}
.finishes figcaption { display: flex; gap: 16px; padding: 18px 20px; border-top: 1px solid #b5b2aa; font-size: 12px; letter-spacing: .06em; }
.finishes figcaption span { color: var(--warm); }

.detail-band { position: relative; width: 100%; height: auto; aspect-ratio: 5307 / 2975; overflow: hidden; color: #e5e3dd; background: #0b0c0d; }
.detail-media { position: absolute; inset: 0; overflow: hidden; }
.detail-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,8,.86) 0%, rgba(7,8,8,.15) 58%, rgba(7,8,8,.42)), linear-gradient(180deg, transparent 45%, rgba(0,0,0,.82)); }
.detail-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.62) contrast(1.04); }
.detail-light { position: absolute; top: -25%; left: 47%; width: 6%; height: 150%; transform: rotate(12deg); background: rgba(255,255,255,.17); filter: blur(16px); }
.detail-copy { position: absolute; z-index: 2; left: 8.3vw; bottom: 85px; }
.detail-copy > p:last-child { margin-top: 14px; font-family: var(--display); font-size: clamp(40.8px, 5.28vw, 78px); letter-spacing: -.05em; }
.detail-note { position: absolute; z-index: 2; right: 8.3vw; bottom: 92px; color: #858683; font-size: 13.2px; line-height: 1.7; }

.studio { position: relative; overflow: hidden; background: #e8e6df; }
.studio > *:not(.studio-sketch) { position: relative; z-index: 1; }
.studio-sketch { position: absolute; z-index: 0; top: 35px; right: 1.5vw; width: 42vw; max-width: 610px; height: auto; opacity: .13; mix-blend-mode: multiply; filter: grayscale(1) contrast(1.15); pointer-events: none; transform: rotate(1.5deg); }
.studio-layout { display: grid; grid-template-columns: 1.05fr .95fr; margin-top: 105px; }
.studio-title h2 { font-size: clamp(57.6px, 7.2vw, 105.6px); line-height: 1.02; }
.studio-title em { color: #9c9991; }
.studio-copy { padding: 10px 5vw 0; }
.studio-copy p { color: #696a65; font-size: 15.6px; line-height: 1.85; margin-bottom: 25px; }
.studio-copy .lead { color: var(--ink); font-family: var(--display); font-size: 24px; line-height: 1.55; letter-spacing: -.02em; }
.creators { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 110px; background: #b9b6ae; border: 1px solid #b9b6ae; }
.creators figure { min-width: 0; margin: 0; background: #e0ddd6; }
.creator-photo { height: 430px; overflow: hidden; background: #18191a; }
.creator-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.creators figure:nth-child(1) .creator-photo img { object-position: 54% center; }
.creators figure:nth-child(2) .creator-photo img { object-position: 48% center; }
.creators figure:nth-child(3) .creator-photo img { object-position: 32% center; }
.creators figure:hover .creator-photo img { transform: scale(1.025); filter: grayscale(1) contrast(1.2); }
.creators figcaption { display: grid; grid-template-columns: 30px 1fr; min-height: 135px; padding: 22px; }
.creators figcaption > span { color: var(--warm); font-size: 10.8px; }
.creators figcaption p { color: #777771; font-size: 13.2px; line-height: 1.6; }
.creators figcaption strong { display: block; margin-bottom: 12px; color: var(--ink); font-family: var(--display); font-size: 21.6px; font-weight: 400; letter-spacing: -.025em; }

.contact { position: relative; min-height: 690px; overflow: hidden; display: grid; place-items: center; color: #ebe9e3; text-align: center; background: #0a0b0c; }
.contact-copy { z-index: 2; }
.contact h2 { margin: 22px 0 25px; font-size: clamp(72px, 9.6vw, 141.6px); }
.contact-copy > p:not(.eyebrow) { color: #81827f; font-size: 15.6px; line-height: 1.8; }
.button { display: inline-flex; gap: 55px; margin-top: 45px; padding: 16px 22px; border: 1px solid #4a4b49; border-radius: 99px; font-size: 13.2px; letter-spacing: .06em; transition: background .3s, color .3s; }
.button:hover { color: #111; background: #e5e3dd; }
.button span { color: var(--warm); }
.contact-orbit, .contact-orbit i { position: absolute; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.contact-orbit { width: 720px; height: 720px; }
.contact-orbit i { inset: 12%; }
.contact-orbit i:nth-child(2) { inset: 27%; border-color: rgba(184,128,91,.13); }
.contact-orbit i:nth-child(3) { inset: 43%; background: rgba(184,128,91,.08); }

footer { height: 115px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.2vw; color: #858681; background: #0a0b0c; border-top: 1px solid #232526; font-size: 10.8px; letter-spacing: .13em; text-transform: uppercase; }
.footer-brand { color: #dedcd6; }
.made-in-france { display: flex; flex-direction: column; align-items: center; gap: 11px; transition: color .25s; }
.made-in-france:hover { color: #dedcd6; }
.made-in-france i { display: block; width: 92px; height: 2px; background: linear-gradient(90deg, #1b4c9a 0 33.333%, #e9e8e3 33.333% 66.666%, #c8383b 66.666%); box-shadow: 0 0 10px rgba(255,255,255,.06); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  html, body { max-width: 100%; overflow-x: clip; }
  body { font-size: 24px; }

  .site-header { height: clamp(52px, 7vw, 68px); padding: 0 clamp(10px, 2.4vw, 22px); }
  .site-header.scrolled { height: clamp(50px, 6.2vw, 62px); }
  .menu-toggle { display: none; }
  .brand { flex: 0 0 auto; gap: clamp(3px, .5vw, 5px); font-size: clamp(12px, 1.875vw, 16.5px); letter-spacing: .18em; }
  .brand img { width: auto; height: 1.32em; }
  .main-nav { position: absolute; inset: auto clamp(7px, 2vw, 18px) auto clamp(82px, 24vw, 216px); min-width: 0; padding: 0; flex-direction: row; align-items: center; justify-content: space-between; gap: clamp(1px, .5vw, 5px); font-family: var(--sans); font-size: clamp(7.8px, 1.5vw, 13.5px); white-space: nowrap; background: transparent; transform: none; transition: none; }
  .menu-open .main-nav { transform: none; }
  .main-nav .nav-cta { margin-top: 0; padding: clamp(4px, .8vw, 7px) clamp(5px, 1vw, 9px); font-family: var(--sans); font-size: inherit; }
  .language-picker { width: clamp(19px, 2.8vw, 25px); height: clamp(19px, 2.8vw, 25px); }
  .main-nav .lang-switch { width: clamp(19px, 2.8vw, 25px); height: clamp(19px, 2.8vw, 25px); font-family: var(--sans); font-size: clamp(6.75px, 1.05vw, 10.5px); }
  .language-menu { top: calc(100% + 6px); min-width: clamp(88px, 13vw, 112px); gap: 1px; padding: 3px; border-radius: 11px; }
  .main-nav .language-menu a { grid-template-columns: clamp(17px, 2.8vw, 22px) 1fr; height: clamp(20px, 3.5vw, 28px); padding: 0 clamp(4px, .8vw, 7px); font-size: clamp(6.75px, 1.05vw, 10.5px); }

  .hero { grid-template-columns: 48% 52%; min-height: max(620px, 100svh); }
  .hero-copy { min-width: 0; align-self: center; padding: clamp(52px, 8vw, 72px) 8px 20px clamp(12px, 3.5vw, 32px); }
  .origin-mark { padding-bottom: 5px; }
  .origin-mark::after { height: 1px; bottom: 0; }
  .hero h1 { margin: clamp(12px, 2vw, 22px) 0 clamp(14px, 2.5vw, 25px); font-size: clamp(43.5px, 12vw, 108px); }
  .hero-intro { max-width: 420px; font-size: clamp(12.75px, 2.25vw, 21px); line-height: 1.55; }
  .text-link { gap: clamp(10px, 3vw, 28px); margin-top: clamp(16px, 3.5vw, 32px); font-size: clamp(9.75px, 1.65vw, 15px); }
  .hero-object { position: relative; inset: auto; min-height: max(620px, 100svh); }
  .hero-object::before { background: linear-gradient(90deg, #111314 0%, transparent 18%), linear-gradient(180deg, rgba(0,0,0,.3), transparent 30%, rgba(0,0,0,.25)); }
  .hero-product { object-position: center; transform: none; filter: saturate(.88) contrast(1.06); will-change: auto; }
  .halo { width: 39vw; height: 39vw; }
  .visual-note { display: block; right: clamp(8px, 2vw, 18px); font-size: clamp(6.75px, 1.125vw, 10.5px); }
  .hero-index { bottom: clamp(12px, 2.5vw, 24px); left: clamp(12px, 3vw, 27px); gap: clamp(5px, 1vw, 10px); font-size: clamp(7.5px, 1.2vw, 12px); }
  .hero-index i { width: clamp(20px, 5vw, 45px); }

  .section-pad { padding: clamp(48px, 10vw, 90px) clamp(14px, 3.5vw, 28px); }
  .section-label, .eyebrow { gap: clamp(7px, 1.4vw, 13px); font-size: clamp(9px, 1.5vw, 13.5px); letter-spacing: .16em; }

  .manifesto { min-height: clamp(500px, 60vw, 620px); }
  .manifesto::before { width: 100%; background-position: left 28%; background-size: 142% auto; opacity: .88; -webkit-mask-image: linear-gradient(90deg, #000 0 45%, rgba(0,0,0,.9) 52%, rgba(0,0,0,.42) 72%, transparent 94%); mask-image: linear-gradient(90deg, #000 0 45%, rgba(0,0,0,.9) 52%, rgba(0,0,0,.42) 72%, transparent 94%); }
  .manifesto::after { background: linear-gradient(90deg, rgba(232,230,223,0) 0 45%, rgba(232,230,223,.82) 52%, rgba(232,230,223,.98) 62%, var(--paper) 100%); }
  .manifesto > .section-label { width: 50%; margin-left: 50%; }
  .manifesto-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "visual copy" "visual aside"; column-gap: 10px; margin-top: 32px; }
  .manifesto-copy { min-width: 0; margin: 0; font-size: clamp(28.5px, 7.2vw, 64.5px); line-height: 1.08; }
  .manifesto-copy p, .manifesto-aside { max-width: 100%; overflow-wrap: break-word; }
  .manifesto-aside { min-width: 0; justify-self: start; max-width: none; margin: 16px 0 0; font-size: clamp(11.25px, 1.8vw, 16.5px); line-height: 1.45; }

  .section-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: clamp(28px, 7vw, 62px); }
  .section-heading h2 { margin-top: 0; font-size: clamp(34.5px, 7.5vw, 67.5px); }

  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "material sound" "design design"; }
  .feature { min-height: clamp(250px, 52vw, 400px); padding: clamp(9px, 2.4vw, 22px); }
  .feature:not(.feature-main) { min-height: 0; }
  .feature:not(.feature-main) .feature-content { margin-top: clamp(8px, 2.5vw, 14px); }
  .feature-main { grid-area: design; grid-row: auto; min-height: 0; aspect-ratio: 6000 / 3368; }
  .feature-number { font-size: clamp(7.5px, 1.2vw, 12px); }
  .feature-content { right: clamp(9px, 2.4vw, 22px); bottom: clamp(10px, 2.8vw, 26px); left: clamp(9px, 2.4vw, 22px); max-width: none; }
  .feature-content h3 { margin: clamp(5px, 1.4vw, 13px) 0 clamp(7px, 2vw, 18px); font-size: clamp(19.5px, 4.5vw, 40.5px); }
  .feature-content > p:last-child { font-size: clamp(9.6px, 1.725vw, 15px); line-height: 1.5; }
  .product-detail img.design-focus { object-position: center; }

  .datasheet { grid-template-columns: clamp(32px, 7vw, 63px) minmax(0, 1fr) clamp(96px, 22vw, 185px); gap: clamp(6px, 2vw, 18px); margin-top: clamp(30px, 8vw, 72px); padding: clamp(10px, 3vw, 27px); }
  .datasheet-mark { width: clamp(28px, 6vw, 54px); height: clamp(28px, 6vw, 54px); }
  .datasheet-mark span { width: clamp(15px, 3vw, 27px); height: clamp(15px, 3vw, 27px); font-size: clamp(10.5px, 2.1vw, 19.5px); }
  .datasheet-copy { min-width: 0; }
  .datasheet-copy h3 { margin: 4px 0; font-size: clamp(16.5px, 3.75vw, 33px); }
  .datasheet-copy > p:last-child { font-size: clamp(8.25px, 1.5vw, 13.5px); line-height: 1.45; }
  .datasheet-link { grid-column: auto; min-width: 0; justify-content: space-between; gap: clamp(4px, 1.4vw, 12px); padding: clamp(6px, 1.4vw, 12px); font-size: clamp(8.25px, 1.5vw, 13.5px); white-space: normal; overflow-wrap: anywhere; }
  .datasheet-link span { flex: 0 0 auto; font-size: inherit; }

  .finishes { grid-template-columns: minmax(0, 1.1fr) minmax(0, 2.4fr); min-height: clamp(350px, 46vw, 414px); margin-top: clamp(30px, 8vw, 72px); }
  .finishes-intro { min-height: 0; padding: clamp(9px, 2.5vw, 23px); }
  .finishes-intro h3 { margin: clamp(6px, 1.6vw, 14px) 0; font-size: clamp(18px, 4.5vw, 40.5px); }
  .finishes-note { font-size: clamp(8.25px, 1.575vw, 13.5px); line-height: 1.45; }
  .finishes-contact { gap: clamp(3px, 1vw, 9px); width: 100%; margin-top: clamp(6px, 1.7vw, 15px); font-size: clamp(7.35px, 1.35vw, 12px); overflow-wrap: anywhere; }
  .finish-options { grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; scroll-snap-type: none; }
  .finish-options figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; scroll-snap-align: none; }
  .finish-visual { height: 100%; min-height: 0; aspect-ratio: auto; }
  .finishes figcaption { display: grid; grid-template-columns: auto 1fr; gap: clamp(3px, .8vw, 7px); min-height: clamp(60px, 10vw, 90px); padding: clamp(5px, 1.2vw, 10px) clamp(4px, 1vw, 8px); font-size: clamp(8.25px, 1.425vw, 12px); line-height: 1.3; letter-spacing: .025em; }

  .detail-band { height: auto; aspect-ratio: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(92px, .42fr); grid-template-rows: auto auto; align-items: end; }
  .detail-media { position: relative; inset: auto; grid-column: 1 / -1; grid-row: 1; aspect-ratio: 5307 / 2975; }
  .detail-photo { object-fit: contain; object-position: center; background: #0b0c0d; }
  .detail-copy { position: relative; grid-column: 1; grid-row: 2; left: auto; bottom: auto; min-width: 0; padding: clamp(12px, 3.6vw, 32px); }
  .detail-copy > p:last-child { margin-top: clamp(6px, 1.5vw, 13px); font-size: clamp(27px, 6.6vw, 60px); line-height: 1.04; }
  .detail-note { position: relative; display: block; grid-column: 2; grid-row: 2; right: auto; bottom: auto; align-self: end; min-width: 0; padding: clamp(12px, 3.6vw, 32px); text-align: right; font-size: clamp(9px, 1.5vw, 13.5px); line-height: 1.35; }

  .studio-layout { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); grid-template-rows: auto auto auto; column-gap: clamp(8px, 2.2vw, 20px); margin-top: clamp(38px, 8vw, 72px); }
  .studio-title, .studio-copy { min-width: 0; }
  .studio-title { grid-column: 1; grid-row: 1; }
  .studio-title h2 { font-size: clamp(34.5px, 9vw, 81px); }
  .studio-copy { display: contents; padding: 0; opacity: 1; transform: none; transition: none; }
  .studio-copy p { margin-bottom: clamp(7px, 2vw, 18px); font-size: clamp(9.6px, 1.8vw, 15.75px); line-height: 1.55; }
  .studio-copy .lead { grid-column: 1; grid-row: 2 / span 2; margin: clamp(16px, 4vw, 36px) 0 0; padding-right: clamp(4px, 1vw, 9px); font-size: clamp(12.75px, 3vw, 27px); line-height: 1.45; }
  .studio-copy > p:nth-child(2) { grid-column: 2; grid-row: 2; margin: clamp(55px, 15vw, 120px) 0 clamp(7px, 2vw, 18px); }
  .studio-copy > p:nth-child(3) { grid-column: 2; grid-row: 3; margin: 0 0 clamp(7px, 2vw, 18px); }
  .studio-sketch { top: clamp(82px, 14vw, 126px); right: -1vw; width: clamp(165px, 48vw, 360px); opacity: .15; }
  .creators { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(35px, 9vw, 81px); overflow: visible; scroll-snap-type: none; }
  .creators figure { scroll-snap-align: none; }
  .creator-photo { height: auto; aspect-ratio: 4 / 3; }
  .creators figure:nth-child(3) .creator-photo img { object-position: 32% center; }
  .creators figcaption { grid-template-columns: clamp(10px, 2.2vw, 20px) minmax(0, 1fr); min-height: clamp(100px, 20vw, 150px); padding: clamp(6px, 1.7vw, 15px); }
  .creators figcaption > span { font-size: clamp(7.5px, 1.2vw, 12px); }
  .creators figcaption p { font-size: clamp(8.1px, 1.5vw, 13.5px); line-height: 1.45; }
  .creators figcaption strong { margin-bottom: clamp(4px, 1vw, 9px); font-size: clamp(10.5px, 2.4vw, 21px); }

  .contact { min-height: clamp(420px, 68vw, 620px); }
  .contact h2 { font-size: clamp(57px, 12vw, 108px); }
  .contact-copy > p:not(.eyebrow) { font-size: clamp(12px, 1.95vw, 18px); }
  .contact-orbit { width: clamp(340px, 58vw, 520px); height: clamp(340px, 58vw, 520px); }
  .button { gap: clamp(14px, 4vw, 36px); max-width: 90vw; margin-top: clamp(20px, 4vw, 36px); padding: clamp(9px, 1.5vw, 14px) clamp(12px, 2vw, 18px); font-size: clamp(10.2px, 1.8vw, 15px); overflow-wrap: anywhere; }

  footer { height: clamp(64px, 9vw, 80px); padding: 0 clamp(10px, 2.4vw, 22px); flex-direction: row; align-items: center; gap: clamp(5px, 1.4vw, 12px); font-size: clamp(7.5px, 1.35vw, 12px); letter-spacing: .07em; white-space: nowrap; }
  footer .brand { gap: clamp(3px, .5vw, 5px); font-size: clamp(10.5px, 1.65vw, 15px); }
  footer .brand img { width: auto; height: 1.32em; }
  .made-in-france { align-items: center; gap: clamp(5px, 1vw, 9px); }
  .made-in-france i { width: clamp(45px, 9vw, 81px); height: 1px; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 10px; }
  .site-header > .brand { gap: 3px; font-size: 10.8px; letter-spacing: .12em; }
  .site-header > .brand img { width: auto; height: 1.32em; }
  .section-pad { padding: 48px 14px; }
  .manifesto {
    min-height: 0;
    padding-top: clamp(28px, 7vw, 36px);
    padding-bottom: clamp(26px, 6.5vw, 34px);
  }
  .manifesto::before {
    background-position: left 22%;
    background-size: 157% auto;
    opacity: .9;
    -webkit-mask-image: linear-gradient(90deg, #000 0 48%, rgba(0,0,0,.99) 60%, rgba(0,0,0,.91) 76%, rgba(0,0,0,.68) 90%, rgba(0,0,0,.3) 98%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0 48%, rgba(0,0,0,.99) 60%, rgba(0,0,0,.91) 76%, rgba(0,0,0,.68) 90%, rgba(0,0,0,.3) 98%, transparent 100%);
  }
  .manifesto::after {
    background: linear-gradient(90deg, rgba(232,230,223,0) 0 36%, rgba(232,230,223,.05) 52%, rgba(232,230,223,.16) 68%, rgba(232,230,223,.36) 84%, rgba(232,230,223,.66) 95%, var(--paper) 100%);
  }
  .manifesto > .section-label { width: 50%; margin-left: 50%; }
  .manifesto-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    margin-top: clamp(22px, 5.5vw, 28px);
  }
  .manifesto-copy { font-size: clamp(19.95px, 5.04vw, 45.15px); }
  .manifesto-aside { margin-top: 12px; }
  .signature { padding-top: clamp(38px, 9vw, 48px); }
  .hero-copy { padding-left: 12px; }
  .main-nav { gap: 0; }
  .main-nav .nav-cta { padding-inline: 3px; }
  .feature:not(.feature-main) { min-height: 0; }
  .feature-main { min-height: clamp(300px, 82vw, 360px); aspect-ratio: auto; background: #0b0c0d; }
  .product-detail img.design-focus { object-position: center top; }
  .contact-copy { max-width: calc(100vw - 28px); }
}

@media (max-width: 360px) {
  .main-nav { left: 88px; }
}

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