:root {
  --black: #090a0a;
  --coal: #111313;
  --coal-2: #191b1a;
  --ivory: #f4efe5;
  --paper: #fbf8f1;
  --gold: #d3a45e;
  --gold-light: #efd19a;
  --mist: #b9beb9;
  --ink: #181a19;
  --line-dark: rgba(255, 255, 255, .16);
  --line-light: rgba(24, 26, 25, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wide: min(1380px, calc(100% - 72px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 110px; }
body { overflow-x: clip; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, h4, ul, ol, dl, figure, blockquote { margin-top: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.wide-shell { width: var(--wide); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: 1rem; padding: .8rem 1rem; color: var(--black); background: var(--gold-light); border-radius: 6px; transform: translateY(-170%); }
.skip-link:focus { transform: none; }

.prelude { position: relative; z-index: 301; color: #161817; background: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.prelude .wide-shell { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.prelude a { text-decoration: underline; text-underline-offset: 3px; }
.premium-header { position: sticky; z-index: 300; top: 0; color: var(--ivory); background: rgba(9, 10, 10, .93); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(18px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.lux-brand { display: inline-flex; align-items: center; gap: 14px; line-height: 1; }
.lux-monogram { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 30px; font-style: italic; }
.lux-brand strong, .lux-brand small { display: block; }
.lux-brand strong { font-family: var(--serif); font-size: 23px; font-weight: 500; letter-spacing: .02em; }
.lux-brand small { margin-top: 7px; color: #a7aba8; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.premium-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 750; }
.premium-nav > a:not(.lux-cta), .nav-group > button { padding: 34px 0; color: #d4d5d1; border: 0; background: transparent; }
.premium-nav > a:not(.lux-cta):hover, .nav-group > button:hover { color: var(--gold-light); }
.nav-group { position: relative; }
.nav-group > button::after { content: "+"; margin-left: 8px; color: var(--gold); }
.nav-panel { position: absolute; visibility: hidden; opacity: 0; left: 50%; top: calc(100% - 2px); width: 420px; padding: 18px; color: var(--ivory); background: #121413; border: 1px solid var(--line-dark); box-shadow: 0 30px 70px rgba(0,0,0,.46); transform: translate(-50%, 12px); transition: .25s ease; }
.nav-group:hover .nav-panel, .nav-group:focus-within .nav-panel, .nav-group.is-open .nav-panel { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.nav-panel a { display: grid; grid-template-columns: 32px 1fr; padding: 13px 10px; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: 19px; }
.nav-panel a:last-child { border: 0; }
.nav-panel span { color: var(--gold); font-family: var(--sans); font-size: 11px; font-weight: 900; }
.nav-panel small { grid-column: 2; color: #8e938f; font-family: var(--sans); font-size: 11px; }
.lux-cta { min-height: 48px; display: inline-flex; align-items: center; padding: 12px 20px; color: var(--black); background: var(--gold); border: 1px solid var(--gold); font-size: 13px; font-weight: 900; transition: background .2s ease, color .2s ease; }
.lux-cta:hover { color: var(--gold-light); background: transparent; }
.lux-menu-toggle { display: none; border: 0; color: var(--ivory); background: transparent; }

.premium-hero { position: relative; min-height: calc(100svh - 130px); overflow: hidden; color: var(--ivory); background: var(--black); }
.hero-backdrop { position: absolute; inset: 0; }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,6,.94) 0%, rgba(5,6,6,.76) 34%, rgba(5,6,6,.2) 67%, rgba(5,6,6,.52) 100%), linear-gradient(0deg, rgba(5,6,6,.72), transparent 55%); }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.05); animation: hero-settle 1.8s cubic-bezier(.2,.8,.2,1) forwards; }
@keyframes hero-settle { to { transform: scale(1); } }
.premium-hero-inner { position: relative; min-height: calc(100svh - 130px); display: grid; grid-template-columns: 1fr 330px; align-items: end; gap: 70px; padding-top: 100px; padding-bottom: 90px; }
.hero-title-block { max-width: 880px; opacity: 0; transform: translateY(34px); animation: hero-rise .9s .25s cubic-bezier(.2,.75,.2,1) forwards; }
.lux-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 21px; color: #a5aaa6; font-size: 12px; font-weight: 900; letter-spacing: .21em; text-transform: uppercase; }
.lux-eyebrow span { width: 40px; height: 1px; background: var(--gold); }
.premium-hero h1, .lux-section h2, .inner-hero h1, .legal-hero h1 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .92; text-wrap: balance; }
.premium-hero h1 { max-width: 950px; margin-bottom: 30px; font-size: clamp(72px, 9.2vw, 152px); }
.premium-hero h1 em { color: var(--gold-light); font-weight: inherit; }
.hero-title-block > p:not(.lux-eyebrow) { max-width: 680px; margin-bottom: 34px; color: #d0d2cd; font-family: var(--serif); font-size: clamp(21px, 1.7vw, 28px); line-height: 1.45; }
.hero-buttons { display: flex; gap: 13px; flex-wrap: wrap; }
.gold-button, .ghost-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid var(--gold); font-size: 14px; font-weight: 900; letter-spacing: .02em; transition: transform .25s ease, color .25s ease, background .25s ease; }
.gold-button { color: #121312; background: var(--gold); }
.ghost-button { color: var(--ivory); background: rgba(9,10,10,.18); }
.gold-button:hover, .ghost-button:hover { transform: translateY(-3px); color: #121312; background: var(--gold-light); }
.hero-production-card { align-self: center; padding: 32px; background: rgba(12,14,13,.78); border: 1px solid rgba(239,209,154,.38); backdrop-filter: blur(13px); opacity: 0; transform: translateY(34px); animation: hero-rise .9s .48s cubic-bezier(.2,.75,.2,1) forwards; }
.hero-production-card p { margin-bottom: 38px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-production-card strong { display: block; margin-bottom: 22px; font-family: var(--serif); font-size: 45px; font-weight: 400; line-height: 1; }
.hero-production-card span { display: block; margin-bottom: 26px; color: #b9bdb8; font-size: 14px; }
.hero-production-card a { color: var(--gold-light); font-size: 14px; font-weight: 900; }
.hero-scroll { position: absolute; left: 0; bottom: 28px; display: flex; align-items: center; gap: 12px; color: #a5aaa6; font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero-scroll i { width: 65px; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }
.hero-scroll i::after { content: ""; display: block; width: 28px; height: 1px; background: var(--gold); animation: scroll-line 2s infinite ease-in-out; }
@keyframes scroll-line { 50% { transform: translateX(38px); } }
@keyframes hero-rise { to { opacity: 1; transform: none; } }

.signature-bar { color: var(--ivory); background: #121413; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.signature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signature-grid div { min-height: 132px; display: grid; align-content: center; padding: 24px 34px; border-right: 1px solid var(--line-dark); }
.signature-grid div:first-child { border-left: 1px solid var(--line-dark); }
.signature-grid strong { color: var(--gold-light); font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1; }
.signature-grid span { margin-top: 9px; color: #9ba09c; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.lux-section { padding: clamp(92px, 10vw, 160px) 0; }
.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: 65px 1fr .8fr; align-items: center; gap: clamp(45px, 7vw, 105px); }
.vertical-caption { margin: 0; color: #8a7460; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.manifesto-copy { max-width: 700px; }
.manifesto-copy h2 { margin-bottom: 34px; font-size: clamp(53px, 5.5vw, 86px); }
.manifesto-lead { font-family: var(--serif); font-size: clamp(22px, 2.1vw, 31px); line-height: 1.45; }
.manifesto-copy > p:not(.lux-eyebrow):not(.manifesto-lead) { color: #5e625f; }
.manifesto-copy blockquote { margin: 42px 0 0; padding: 28px 0 0 25px; border-top: 1px solid var(--line-light); border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.manifesto-copy cite { display: block; margin-top: 18px; color: #797d79; font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.manifesto-image { position: relative; }
.manifesto-image::before { content: ""; position: absolute; inset: -14px 18px 18px -14px; z-index: -1; border: 1px solid #a58557; }
.manifesto-image img { height: 710px; object-fit: cover; filter: saturate(.78) contrast(1.06); }
.manifesto-image > span { position: absolute; left: -25px; bottom: 25px; padding: 14px 20px; color: var(--black); background: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.studios-section { color: var(--ivory); background: var(--black); }
.lux-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 62px; }
.lux-heading h2 { margin: 0; font-size: clamp(54px, 6.2vw, 96px); }
.lux-heading > p { max-width: 520px; margin: 0 0 8px auto; color: #9fa49f; }
.studio-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.studio-card { background: #141615; border: 1px solid var(--line-dark); transition: transform .35s ease, border-color .35s ease; }
.studio-card:hover { border-color: rgba(211,164,94,.72); transform: translateY(-6px); }
.card-image { position: relative; height: 400px; overflow: hidden; }
.card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,9,9,.7), transparent 55%); }
.card-image img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.07); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.studio-card:hover .card-image img { transform: scale(1.035); filter: saturate(.95) contrast(1.04); }
.card-image > span { position: absolute; z-index: 2; right: 24px; top: 22px; display: grid; place-items: center; width: 48px; height: 48px; color: var(--gold-light); background: rgba(8,9,9,.72); border: 1px solid rgba(239,209,154,.4); border-radius: 50%; font-size: 12px; font-weight: 900; }
.card-body { padding: 30px 34px 34px; }
.card-body > p { margin-bottom: 10px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.card-body h3 { margin-bottom: 20px; font-family: var(--serif); font-size: 46px; font-weight: 400; }
.card-body ul { min-height: 89px; margin: 0 0 25px; padding: 0; list-style: none; color: #aeb2ae; font-size: 14px; }
.card-body li::before { content: "—"; margin-right: 9px; color: var(--gold); }
.card-body footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 21px; border-top: 1px solid var(--line-dark); }
.card-body footer strong { font-size: 14px; }
.card-body footer i { color: var(--gold-light); font-size: 13px; font-style: normal; font-weight: 900; }
.pricing-note { margin: 28px 0 0; color: #767b77; font-size: 12px; }

.event-worlds { color: var(--ivory); background: #202320; }
.lux-heading--light .lux-eyebrow { color: #b5bab5; }
.world-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.world-card { position: relative; min-height: 510px; overflow: hidden; border: 1px solid var(--line-dark); }
.world-card--wide { min-height: 640px; }
.world-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,6,.95), rgba(5,6,6,.05) 75%); }
.world-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.68); transition: transform .8s ease, filter .45s ease; }
.world-card:hover img { transform: scale(1.04); filter: saturate(.95); }
.world-card > div { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: clamp(28px, 4vw, 52px); }
.world-card span { color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.world-card h3 { max-width: 630px; margin: 12px 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 56px); font-weight: 400; line-height: 1.05; }
.world-card p { max-width: 560px; color: #c4c7c2; font-size: 15px; }
.world-card i { color: var(--gold-light); font-size: 13px; font-style: normal; font-weight: 900; }

.method-premium { background: var(--ivory); }
.method-premium-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.method-photo { position: relative; }
.method-photo img { height: 790px; object-fit: cover; filter: saturate(.65) contrast(1.05); }
.method-photo span { position: absolute; right: -28px; bottom: 35px; padding: 17px 22px; color: var(--ivory); background: var(--coal); font-family: var(--serif); font-size: 18px; }
.method-content h2 { margin-bottom: 46px; font-size: clamp(52px, 5.7vw, 86px); }
.method-content ol { margin: 0; padding: 0; list-style: none; }
.method-content li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line-light); }
.method-content li:last-child { border-bottom: 1px solid var(--line-light); }
.method-content li > span { color: #a17745; font-size: 12px; font-weight: 900; }
.method-content h3 { margin-bottom: 6px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.method-content li p { margin: 0; color: #5e625e; font-size: 15px; }

.estimator-section { color: var(--ivory); background: #101211; }
.estimator-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; }
.estimator-copy { position: sticky; top: 130px; }
.estimator-copy h2 { font-size: clamp(54px, 5.7vw, 84px); }
.estimator-copy > p:not(.lux-eyebrow) { color: #a8ada8; }
.estimator-proof { margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line-dark); }
.estimator-proof strong, .estimator-proof span { display: block; }
.estimator-proof strong { color: var(--gold-light); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.estimator-proof span { margin-top: 8px; color: #8f948f; font-size: 13px; }
.estimator { padding: clamp(30px, 5vw, 58px); color: var(--ink); background: var(--paper); }
.estimator > label, .estimator fieldset { display: block; margin-bottom: 32px; }
.estimator label, .estimator legend { font-size: 14px; font-weight: 850; }
.estimator select { width: 100%; margin-top: 10px; padding: 15px; border: 1px solid var(--line-light); background: white; }
.estimator input[type="range"] { width: 100%; margin: 18px 0 8px; accent-color: #a77a40; }
.estimator output { display: block; color: #8e6330; font-family: var(--serif); font-size: 29px; }
.estimator fieldset { padding: 0; border: 0; }
.switches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.switches label { position: relative; }
.switches input { position: absolute; opacity: 0; }
.switches span { min-height: 72px; display: grid; place-items: center; padding: 12px; border: 1px solid var(--line-light); text-align: center; }
.switches input:checked + span { color: #fff; background: #202320; border-color: #202320; }
.estimate-result { margin-top: 38px; padding: 30px; color: var(--ivory); background: #202320; border-left: 4px solid var(--gold); }
.estimate-result p { margin-bottom: 5px; color: #9da29e; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.estimate-result strong, .estimate-result span, .estimate-result a { display: block; }
.estimate-result strong { font-family: var(--serif); font-size: 40px; font-weight: 400; }
.estimate-result span { margin: 8px 0 24px; color: #c5c8c3; font-size: 14px; }
.estimate-result a { color: var(--gold-light); font-size: 14px; font-weight: 900; }

.craft-section { background: var(--paper); }
.craft-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.craft-copy h2 { font-size: clamp(54px, 5.8vw, 86px); }
.craft-copy > p:not(.lux-eyebrow) { color: #5f635f; }
.craft-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.craft-copy li { padding: 14px 0; border-bottom: 1px solid var(--line-light); font-size: 14px; font-weight: 800; }
.craft-copy li::before { content: "+"; margin-right: 11px; color: #a27137; }
.craft-images { position: relative; min-height: 720px; }
.craft-images img { position: absolute; object-fit: cover; box-shadow: 0 32px 80px rgba(24,26,25,.2); }
.craft-images img:first-child { z-index: 2; left: 0; top: 0; width: 52%; height: 610px; }
.craft-images img:last-child { right: 0; bottom: 0; width: 62%; height: 460px; border: 13px solid var(--paper); }

.film-section { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; color: var(--ivory); background: var(--black); }
.film-backdrop { position: absolute; inset: 0; }
.film-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,6,.94), rgba(5,6,6,.45) 58%, rgba(5,6,6,.35)); }
.film-backdrop img { height: 100%; object-fit: cover; }
.film-content { position: relative; }
.film-content h2 { margin-bottom: 30px; font-size: clamp(68px, 8vw, 124px); }
.film-content > p:not(.lux-eyebrow) { max-width: 600px; margin-bottom: 33px; color: #c2c6c1; }

.commitments { color: var(--ivory); background: #1a1d1b; }
.commitment-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.commitment-grid article { min-height: 330px; padding: 35px 30px; border-right: 1px solid var(--line-dark); }
.commitment-grid article:last-child { border: 0; }
.commitment-grid span { color: var(--gold); font-size: 11px; font-weight: 900; }
.commitment-grid h3 { margin: 70px 0 14px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.commitment-grid p { margin: 0; color: #9fa49f; font-size: 14px; }

.testimonials { color: var(--ink); background: var(--gold-light); }
.testimonials-grid { display: grid; grid-template-columns: .32fr .68fr; align-items: stretch; gap: 80px; }
.testimonial-score { display: grid; align-content: center; padding-right: 50px; border-right: 1px solid rgba(24,26,25,.3); }
.testimonial-score strong { font-family: var(--serif); font-size: clamp(90px, 10vw, 150px); font-weight: 400; line-height: .8; }
.testimonial-score span { margin-top: 28px; letter-spacing: .15em; }
.testimonial-score p { margin: 8px 0 0; font-size: 13px; font-weight: 850; }
.testimonial-slider { position: relative; min-height: 400px; display: grid; align-content: center; }
.testimonial-slider blockquote { display: none; margin: 0; font-family: var(--serif); font-size: clamp(30px, 3.4vw, 51px); line-height: 1.25; }
.testimonial-slider blockquote.is-active { display: block; animation: quote-in .55s ease; }
@keyframes quote-in { from { opacity: 0; transform: translateY(12px); } }
.testimonial-slider cite { display: block; margin-top: 32px; font-family: var(--sans); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-controls { display: flex; align-items: center; gap: 18px; margin-top: 45px; }
.testimonial-controls button { width: 45px; height: 45px; border: 1px solid rgba(24,26,25,.4); border-radius: 50%; background: transparent; }
.testimonial-controls span { font-size: 12px; font-weight: 900; }

.team-section { background: var(--paper); }
.team-premium-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 100px; }
.team-premium-image { position: relative; }
.team-premium-image img { height: 660px; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.team-premium-image span { position: absolute; left: 25px; bottom: 25px; padding: 14px 18px; color: var(--ivory); background: rgba(10,11,11,.84); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.team-premium-copy h2 { font-size: clamp(54px, 5.8vw, 86px); }
.team-premium-copy > p:not(.lux-eyebrow) { color: #606460; }
.team-premium-copy dl { margin: 32px 0; }
.team-premium-copy dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line-light); font-size: 14px; }
.team-premium-copy dt { font-weight: 900; }
.team-premium-copy dd { margin: 0; color: #646864; }
.line-link { color: #8b602f; font-size: 14px; font-weight: 900; text-decoration: underline; text-underline-offset: 6px; }

.project-section { color: var(--ivory); background: var(--black); }
.project-grid { display: grid; grid-template-columns: .74fr 1.26fr; align-items: start; gap: clamp(60px, 8vw, 125px); }
.project-intro { position: sticky; top: 130px; }
.project-intro h2 { font-size: clamp(68px, 7.5vw, 112px); }
.project-intro > p:not(.lux-eyebrow) { color: #a8aca8; }
.contact-lines { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.contact-lines a, .contact-lines span { display: block; margin: 8px 0; }
.contact-lines a { color: var(--gold-light); font-family: var(--serif); font-size: 23px; }
.contact-lines span { color: #858a86; font-size: 12px; font-weight: 850; }
.project-form { padding: clamp(30px, 5vw, 60px); color: var(--ink); background: var(--paper); }
.form-step-label { display: flex; align-items: center; gap: 12px; margin: 8px 0 22px; color: #80582e; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.form-step-label:not(:first-child) { margin-top: 40px; padding-top: 27px; border-top: 1px solid var(--line-light); }
.form-step-label span { display: grid; place-items: center; width: 31px; height: 31px; color: var(--ivory); background: var(--coal); border-radius: 50%; font-size: 10px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.project-form > label { display: block; }
.project-form label { font-size: 14px; font-weight: 850; }
.project-form input, .project-form select, .project-form textarea { width: 100%; margin-top: 8px; padding: 15px; background: white; border: 1px solid var(--line-light); border-radius: 0; font-size: 16px; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: #9c713e; outline: 3px solid rgba(211,164,94,.18); }
.project-consent { display: flex !important; align-items: flex-start; gap: 10px; margin: 24px 0; color: #686c68; font-size: 12px !important; font-weight: 650 !important; }
.project-consent input { flex: 0 0 18px; width: 18px; margin-top: 3px; }
.gold-button--full { width: 100%; border: 0; }
.project-status { min-height: 30px; margin: 14px 0 0; color: #76512d; font-size: 14px; font-weight: 900; }

.premium-footer { color: #bdc1bc; background: #0c0e0d; border-top: 1px solid var(--line-dark); }
.footer-top { display: grid; grid-template-columns: 1.25fr .75fr .9fr .8fr; gap: 70px; padding: 78px 0 62px; }
.lux-brand--footer { color: var(--ivory); }
.footer-top > div:first-child > p { margin: 28px 0 0; color: #7f8580; }
.footer-top h2 { margin: 0 0 19px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.footer-top a, .footer-top span { display: block; margin: 9px 0; font-size: 14px; }
.footer-top a:hover { color: var(--gold-light); }
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 23px 0 28px; border-top: 1px solid var(--line-dark); color: #6f7570; font-size: 11px; }
.footer-legal nav { display: flex; gap: 24px; }

.reveal-lux { opacity: 0; transform: translateY(30px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.72,.2,1); }
.reveal-lux[data-delay="1"] { transition-delay: .12s; }
.reveal-lux[data-delay="2"] { transition-delay: .22s; }
.reveal-lux[data-delay="3"] { transition-delay: .32s; }
.reveal-lux.is-visible { opacity: 1; transform: none; }

/* Pages intérieures */
.inner-page { color: var(--ink); background: var(--paper); }
.inner-hero { position: relative; min-height: 740px; display: grid; align-items: end; overflow: hidden; color: var(--ivory); background: var(--black); }
.inner-hero-media { position: absolute; inset: 0; }
.inner-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,6,.94), rgba(5,6,6,.25) 70%), linear-gradient(0deg, rgba(5,6,6,.7), transparent 60%); }
.inner-hero-media img { height: 100%; object-fit: cover; }
.inner-hero-content { position: relative; max-width: 930px; padding: 120px 0 80px; }
.inner-hero .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: #b7bbb6; font-size: 12px; font-weight: 800; }
.inner-hero .breadcrumb a { color: var(--gold-light); }
.inner-hero h1 { margin-bottom: 28px; font-size: clamp(70px, 9vw, 132px); }
.inner-hero-content > p:not(.lux-eyebrow):not(.breadcrumb) { max-width: 680px; color: #d0d3ce; font-family: var(--serif); font-size: clamp(21px, 2vw, 29px); }
.inner-hero-actions { display: flex; gap: 13px; margin-top: 32px; flex-wrap: wrap; }
.inner-facts { color: var(--ivory); background: var(--coal); }
.inner-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.inner-facts-grid div { min-height: 126px; display: grid; align-content: center; padding: 20px 28px; border-right: 1px solid var(--line-dark); }
.inner-facts-grid div:first-child { border-left: 1px solid var(--line-dark); }
.inner-facts-grid dt { color: #929792; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.inner-facts-grid dd { margin: 8px 0 0; color: var(--gold-light); font-family: var(--serif); font-size: 27px; }
.inner-section { padding: clamp(80px, 9vw, 140px) 0; }
.inner-intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 135px); }
.inner-index { color: #9b713e; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.inner-rich h2 { margin-bottom: 30px; font-family: var(--serif); font-size: clamp(50px, 5.8vw, 86px); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.inner-rich .big-lead { font-family: var(--serif); font-size: clamp(23px, 2.4vw, 33px); line-height: 1.45; }
.inner-rich > p:not(.big-lead) { color: #606460; }
.inner-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.inner-feature-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line-light); }
.inner-feature-grid article:last-child { border: 0; }
.inner-feature-grid span { color: #9b713e; font-size: 11px; font-weight: 900; }
.inner-feature-grid h3 { margin: 55px 0 11px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.inner-feature-grid p { margin: 0; color: #656965; font-size: 14px; }
.inner-split { color: var(--ivory); background: var(--coal); }
.inner-split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.inner-split-image img { height: 680px; object-fit: cover; filter: saturate(.72); }
.inner-split-copy h2 { color: var(--ivory); }
.inner-split-copy > p:not(.lux-eyebrow) { color: #aeb3ae; }
.deliverables { margin: 35px 0 0; padding: 0; list-style: none; }
.deliverables li { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: 15px; }
.deliverables li::before { content: "+"; margin-right: 11px; color: var(--gold); }
.case-study { background: var(--ivory); }
.case-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.case-image { position: relative; }
.case-image img { height: 620px; object-fit: cover; }
.case-image span { position: absolute; left: 20px; bottom: 20px; padding: 13px 17px; color: var(--ivory); background: rgba(9,10,10,.82); font-size: 12px; font-weight: 850; }
.case-copy h2 { font-size: clamp(52px, 5.5vw, 82px); }
.case-copy blockquote { margin: 35px 0 0; padding: 28px 0 0 25px; border-top: 1px solid var(--line-light); border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 24px; }
.case-copy cite { display: block; margin-top: 17px; color: #707570; font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.inner-faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line-light); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-light); }
.faq-list summary { position: relative; padding: 25px 45px 25px 0; list-style: none; font-family: var(--serif); font-size: 23px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 22px; color: #956a37; font-family: var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 45px; color: #606460; font-size: 15px; }
.inner-cta { color: var(--ivory); background: var(--black); }
.inner-cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.inner-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.2vw, 95px); font-weight: 400; line-height: .98; }

/* Pages légales */
.legal-page { background: var(--paper); }
.legal-hero { padding: 110px 0 70px; color: var(--ivory); background: var(--coal); }
.legal-hero .breadcrumb { color: #9ca19c; font-size: 12px; }
.legal-hero h1 { margin: 25px 0 0; font-size: clamp(58px, 7vw, 98px); }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 90px; padding: 90px 0 130px; }
.legal-toc { position: sticky; top: 130px; align-self: start; padding: 24px; border: 1px solid var(--line-light); }
.legal-toc strong { display: block; margin-bottom: 15px; color: #8c6231; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 8px 0; color: #5f635f; font-size: 13px; }
.legal-content { max-width: 820px; }
.legal-content > p:first-child { font-family: var(--serif); font-size: 25px; }
.legal-content section { padding-top: 35px; margin-top: 35px; border-top: 1px solid var(--line-light); }
.legal-content h2 { margin-bottom: 17px; font-family: var(--serif); font-size: 35px; font-weight: 400; letter-spacing: -.03em; }
.legal-content p, .legal-content li { color: #5b605c; font-size: 15px; }
.legal-content a { color: #865d2e; text-decoration: underline; }

@media (max-width: 1180px) {
  :root { --wide: min(100% - 48px, 1100px); }
  .premium-nav { gap: 17px; font-size: 13px; }
  .premium-hero-inner { grid-template-columns: 1fr 280px; }
  .card-image { height: 340px; }
  .commitment-grid { grid-template-columns: 1fr 1fr; }
  .commitment-grid article:nth-child(2) { border-right: 0; }
  .commitment-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 920px) {
  body { font-size: 17px; }
  :root { --wide: min(100% - 36px, 760px); }
  .prelude .wide-shell span { display: none; }
  .prelude .wide-shell { justify-content: center; }
  .header-inner { min-height: 78px; }
  .lux-menu-toggle { z-index: 3; display: grid; grid-template-columns: 24px auto; align-items: center; gap: 0 10px; }
  .lux-menu-toggle i { grid-column: 1; display: block; width: 24px; height: 1px; margin: 3px 0; background: var(--ivory); }
  .lux-menu-toggle span { grid-column: 2; grid-row: 1 / 3; font-size: 12px; font-weight: 850; }
  .premium-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; padding: 100px 28px 40px; color: var(--ivory); background: #0c0e0d; overflow-y: auto; transform: translateX(100%); transition: transform .35s ease; }
  .menu-open .premium-nav { transform: none; }
  .premium-nav > a:not(.lux-cta), .nav-group > button { display: block; width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: 26px; text-align: left; }
  .nav-panel { position: static; display: none; visibility: visible; opacity: 1; width: 100%; padding: 8px 0 12px 15px; border: 0; box-shadow: none; transform: none; }
  .nav-group.is-open .nav-panel { display: block; transform: none; }
  .nav-group:hover .nav-panel:not(:focus-within) { visibility: visible; }
  .lux-cta { margin-top: 15px; justify-content: center; }
  .premium-hero, .premium-hero-inner { min-height: 760px; }
  .premium-hero-inner { grid-template-columns: 1fr; align-content: end; gap: 30px; padding-top: 90px; }
  .hero-production-card { display: none; }
  .signature-grid { grid-template-columns: 1fr 1fr; }
  .signature-grid div:nth-child(2) { border-right: 0; }
  .signature-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .manifesto-grid { grid-template-columns: 1fr; }
  .vertical-caption { display: none; }
  .manifesto-image { max-width: 650px; }
  .manifesto-image img { height: 620px; }
  .lux-heading { grid-template-columns: 1fr; gap: 25px; }
  .lux-heading > p { margin-left: 0; }
  .studio-cards, .world-grid, .method-premium-grid, .estimator-grid, .craft-grid, .team-premium-grid, .project-grid, .inner-intro-grid, .inner-split-grid, .case-grid, .faq-grid { grid-template-columns: 1fr; }
  .world-card, .world-card--wide { min-height: 560px; }
  .method-photo img { height: 650px; }
  .method-photo span { right: 20px; }
  .estimator-copy, .project-intro { position: static; }
  .craft-images { min-height: 650px; }
  .film-section { min-height: 700px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 45px; }
  .testimonial-score { padding: 0 0 35px; border-right: 0; border-bottom: 1px solid rgba(24,26,25,.3); }
  .testimonial-slider { min-height: 330px; }
  .team-premium-image img { height: 580px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .inner-hero { min-height: 680px; }
  .inner-facts-grid { grid-template-columns: 1fr 1fr; }
  .inner-facts-grid div:nth-child(2) { border-right: 0; }
  .inner-facts-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .inner-feature-grid { grid-template-columns: 1fr; }
  .inner-feature-grid article { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .inner-feature-grid article:last-child { border-bottom: 0; }
  .inner-split-image img, .case-image img { height: 560px; }
  .inner-cta-grid { grid-template-columns: 1fr; align-items: start; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-toc { position: static; }
}

@media (max-width: 580px) {
  :root { --wide: calc(100% - 24px); }
  .lux-section, .inner-section { padding: 74px 0; }
  .lux-brand strong { font-size: 20px; }
  .lux-brand small { letter-spacing: .13em; }
  .lux-monogram { width: 44px; height: 44px; }
  .premium-hero, .premium-hero-inner { min-height: 700px; }
  .hero-backdrop img { object-position: 62% center; }
  .premium-hero h1 { font-size: clamp(59px, 18vw, 88px); }
  .hero-title-block > p:not(.lux-eyebrow) { font-size: 19px; }
  .hero-buttons { flex-direction: column; }
  .gold-button, .ghost-button { width: 100%; }
  .signature-grid div { min-height: 105px; padding: 18px; }
  .signature-grid strong { font-size: 31px; }
  .manifesto-image img { height: 450px; }
  .manifesto-image > span { left: 10px; }
  .studio-cards { gap: 17px; }
  .card-image { height: 280px; }
  .card-body { padding: 25px 22px; }
  .card-body h3 { font-size: 39px; }
  .world-card, .world-card--wide { min-height: 470px; }
  .method-photo img { height: 470px; }
  .switches { grid-template-columns: 1fr; }
  .estimator, .project-form { padding: 28px 18px; }
  .craft-images { min-height: 500px; }
  .craft-images img:first-child { height: 430px; }
  .craft-images img:last-child { height: 300px; }
  .film-section { min-height: 620px; }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitment-grid article, .commitment-grid article:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .commitment-grid h3 { margin-top: 35px; }
  .testimonial-slider blockquote { font-size: 28px; }
  .team-premium-image img { height: 400px; }
  .field-pair { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-legal nav { flex-direction: column; gap: 7px; }
  .inner-hero { min-height: 620px; }
  .inner-hero h1 { font-size: clamp(56px, 17vw, 86px); }
  .inner-hero-content > p:not(.lux-eyebrow):not(.breadcrumb) { font-size: 19px; }
  .inner-hero-actions { flex-direction: column; }
  .inner-facts-grid div { min-height: 105px; padding: 18px; }
  .inner-facts-grid dd { font-size: 23px; }
  .inner-split-image img, .case-image img { height: 420px; }
  .legal-hero { padding: 80px 0 55px; }
  .legal-layout { padding: 65px 0 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-lux, [data-hero-reveal] { opacity: 1; transform: none; }
}

/* Lisibilité minimale : aucun contenu utile sous 14 px. */
.card-body > p,
.card-body footer i,
.card-image > span,
.case-copy cite,
.case-image span,
.commitment-grid span,
.contact-lines span,
.estimate-result p,
.estimator-proof span,
.footer-legal,
.footer-top h2,
.form-step-label,
.form-step-label span,
.hero-production-card p,
.hero-scroll,
.inner-facts-grid dt,
.inner-feature-grid span,
.inner-hero .breadcrumb,
.inner-index,
.legal-hero .breadcrumb,
.legal-toc a,
.legal-toc strong,
.lux-brand small,
.lux-cta,
.lux-eyebrow,
.lux-menu-toggle span,
.manifesto-copy cite,
.manifesto-image > span,
.method-content li > span,
.nav-panel small,
.nav-panel span,
.prelude,
.premium-nav,
.pricing-note,
.project-consent,
.signature-grid span,
.team-premium-image span,
.testimonial-controls span,
.testimonial-score p,
.testimonial-slider cite,
.vertical-caption,
.world-card i,
.world-card span { font-size: 14px; }

.nmr-paysec__k,
.nmr-paysec__lead,
.nmr-paysec__note,
.nmr-paysec__info,
.nmr-paysec__price span,
.osg-kick,
.osg-tag { font-size: 14px !important; }
.osg-pdf { font-size: 15px !important; }
.project-consent span,
.credit-ia,
.lg-pied,
.mlg-code { font-size: 14px !important; }
.cqr-kick,
.cqr-code figcaption,
.nmr-topbar__menu a,
.nmr-topbar__switch,
.nmr-topbar__link,
.nmr-topbar__cta,
.nmr-cta__eyebrow,
.nmr-cta__sub,
.nmr-cta__btn { font-size: 14px !important; }
