@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Syne:wght@500;600;700;800&display=swap');

:root {
  --ink: #241321;
  --plum: #2b1028;
  --plum-2: #3c1838;
  --ivory: #f4efdf;
  --paper: #fffaf0;
  --blue: #2455ff;
  --yellow: #f3dc75;
  --coral: #ff6d5f;
  --line: rgba(36, 19, 33, .2);
  --display: 'Syne', Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
  --pad: clamp(20px, 4.3vw, 72px);
  --radius: 0;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3, h4, figure, blockquote, dl, dd { margin: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 10px 14px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow, .section-index, .mini-label { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-index { display: flex; gap: 10px; align-items: center; }
.section-index::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.display { font-family: var(--display); letter-spacing: -.055em; line-height: .92; }
.link-arrow { display: inline-flex; gap: 12px; align-items: center; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.link-arrow span { transition: transform .25s ease; }
.link-arrow:hover span { transform: translate(4px, -4px); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); background: var(--ink); color: var(--ivory); font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 6px 6px 0 var(--coral); }
.button-light { background: var(--ivory); color: var(--ink); }
.button-blue { background: var(--blue); border-color: var(--blue); color: white; }

.topline { min-height: 38px; padding: 8px var(--pad); display: flex; justify-content: space-between; gap: 20px; background: var(--blue); color: white; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.topline a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,239,223,.96); border-bottom: 1px solid var(--ink); backdrop-filter: blur(16px); }
.nav-shell { min-height: 80px; padding: 0 var(--pad); display: grid; grid-template-columns: minmax(180px, .8fr) minmax(400px, 1.5fr) auto; align-items: center; gap: 30px; }
.brand { width: fit-content; display: grid; text-decoration: none; line-height: .78; font-family: var(--display); text-transform: uppercase; }
.brand strong { font-size: 24px; letter-spacing: -.07em; }
.brand span { margin-left: 29px; color: var(--blue); font-size: 18px; font-weight: 800; letter-spacing: -.05em; }
.site-menu { display: flex; justify-content: center; align-items: center; gap: clamp(17px, 2vw, 34px); }
.site-menu > a { font-size: 13px; font-weight: 700; text-decoration: none; }
.site-menu > a:hover, .site-menu > a[aria-current="page"] { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-phone { font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav-cta { padding: 13px 17px; background: var(--coral); border: 1px solid var(--ink); font-weight: 700; text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ''; display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: calc(100svh - 118px); position: relative; display: grid; align-items: end; overflow: hidden; background: var(--plum); color: white; }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-media::after { content: ''; background: linear-gradient(90deg, rgba(28,8,26,.86) 0%, rgba(28,8,26,.42) 45%, rgba(28,8,26,.1) 75%), linear-gradient(0deg, rgba(28,8,26,.72), transparent 60%); }
.hero-content { position: relative; z-index: 1; width: min(1370px, 100%); padding: clamp(70px, 10vh, 130px) var(--pad) clamp(45px, 7vh, 80px); }
.hero h1 { max-width: 940px; font: 700 clamp(62px, 9.6vw, 150px)/.78 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lower { margin-top: clamp(35px, 6vw, 76px); display: grid; grid-template-columns: minmax(260px, 500px) auto; justify-content: space-between; align-items: end; gap: 40px; }
.hero-lead { max-width: 540px; font-size: clamp(17px, 1.7vw, 24px); line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stamp { position: absolute; right: var(--pad); top: 10%; z-index: 2; width: 126px; height: 126px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; text-align: center; font: 700 12px/1.2 var(--display); letter-spacing: .08em; text-transform: uppercase; animation: float 5s ease-in-out infinite; }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); }
.number-card { min-height: 215px; padding: 35px var(--pad) 30px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.number-card:last-child { border-right: 0; }
.number-card strong { font: 700 clamp(44px, 5.5vw, 84px)/.9 var(--display); letter-spacing: -.07em; }
.number-card p { max-width: 180px; font-size: 13px; font-weight: 600; }
.number-card:nth-child(2) { background: var(--yellow); }
.number-card:nth-child(3) { background: var(--coral); }
.number-card:nth-child(4) { background: var(--blue); color: white; }

.manifesto { min-height: 760px; padding: clamp(90px, 11vw, 170px) var(--pad); display: grid; grid-template-columns: .55fr 2fr .9fr; gap: 5vw; background: var(--plum); color: var(--ivory); }
.manifesto h2 { max-width: 900px; font: 600 clamp(46px, 7vw, 110px)/.9 var(--display); letter-spacing: -.065em; }
.manifesto h2 em { display: block; color: var(--coral); font-style: normal; }
.manifesto-copy { align-self: end; display: grid; gap: 22px; font-size: 17px; }

.expertises { padding: 80px var(--pad) 110px; }
.section-head { margin-bottom: 50px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 30px; }
.section-head h2 { font: 700 clamp(44px, 6vw, 90px)/.9 var(--display); letter-spacing: -.065em; }
.section-head > p:last-child { max-width: 360px; justify-self: end; }
.expertise-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr 1fr; border: 1px solid var(--ink); }
.expertise-card { min-height: 430px; padding: 28px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; transition: color .25s ease, background .25s ease; }
.expertise-card:last-child { border-right: 0; }
.expertise-card:nth-child(2) { background: var(--yellow); }
.expertise-card:nth-child(3) { background: var(--blue); color: white; }
.expertise-card:nth-child(4) { background: var(--coral); }
.expertise-card:hover { background: var(--plum); color: white; }
.expertise-card .count { font: 700 52px/1 var(--display); }
.expertise-card h3 { font: 700 clamp(27px, 3vw, 46px)/.95 var(--display); letter-spacing: -.045em; }
.expertise-card p { font-size: 14px; }

.price-selection { display: grid; grid-template-columns: .92fr 1.08fr; background: var(--paper); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.price-image { min-height: 740px; position: relative; overflow: hidden; }
.price-image img { width: 100%; height: 100%; object-fit: cover; }
.price-image-label { position: absolute; left: 22px; bottom: 22px; padding: 10px 14px; background: var(--yellow); border: 1px solid var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.price-copy { padding: clamp(55px, 7vw, 105px); }
.price-copy h2 { margin: 22px 0 35px; font: 700 clamp(50px, 6vw, 92px)/.86 var(--display); letter-spacing: -.07em; }
.price-list { border-top: 1px solid var(--ink); }
.price-row { padding: 20px 0; display: grid; grid-template-columns: 1fr auto; gap: 20px; border-bottom: 1px solid var(--line); }
.price-row strong { font-size: 17px; }
.price-row span { font-weight: 700; }
.price-row small { grid-column: 1/-1; margin-top: -15px; font-size: 12px; color: rgba(36,19,33,.68); }

.diagnostic { padding: 100px var(--pad); display: grid; grid-template-columns: .8fr 1.35fr; gap: 8vw; background: var(--blue); color: white; }
.diagnostic h2 { margin: 20px 0 28px; font: 700 clamp(48px, 6vw, 88px)/.9 var(--display); letter-spacing: -.065em; }
.steps { margin-top: 50px; display: grid; gap: 0; }
.step { padding: 24px 0; display: grid; grid-template-columns: 48px 1fr; gap: 15px; border-top: 1px solid rgba(255,255,255,.5); }
.step:last-child { border-bottom: 1px solid rgba(255,255,255,.5); }
.step span { font: 700 28px/1 var(--display); color: var(--yellow); }
.step h3 { font: 700 20px/1.1 var(--display); }
.step p { margin-top: 7px; font-size: 13px; color: rgba(255,255,255,.78); }
.form-card { padding: clamp(28px, 4vw, 52px); background: var(--ivory); color: var(--ink); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--yellow); }
.form-card h3 { margin-bottom: 8px; font: 700 clamp(28px, 3vw, 44px)/1 var(--display); letter-spacing: -.04em; }
.form-card > p { margin-bottom: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .choice-set legend { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--ink); border-radius: 0; background: var(--paper); color: var(--ink); }
.field textarea { min-height: 100px; resize: vertical; }
.choice-set { grid-column: 1/-1; margin: 0; padding: 0; border: 0; }
.choice-set div { margin-top: 9px; display: flex; flex-wrap: wrap; gap: 8px; }
.choice-set label { padding: 8px 11px; border: 1px solid var(--ink); background: var(--paper); font-size: 13px; cursor: pointer; }
.choice-set input { accent-color: var(--blue); }
.form-note { grid-column: 1/-1; font-size: 12px; color: rgba(36,19,33,.65); }
.form-result { grid-column: 1/-1; padding: 15px; background: #daf7c9; border: 1px solid var(--ink); font-weight: 700; }

.lookbook { padding: 100px var(--pad); background: var(--plum); color: white; }
.lookbook-head { margin-bottom: 55px; display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.lookbook h2 { max-width: 760px; font: 700 clamp(48px, 7vw, 100px)/.88 var(--display); letter-spacing: -.07em; }
.look-scene { position: relative; min-height: 720px; overflow: hidden; background: #160c15; border: 1px solid rgba(255,255,255,.35); }
.look-scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.look-before { filter: saturate(.55) contrast(.9) brightness(.78); }
.look-after { clip-path: inset(0 48% 0 0); }
.look-divider { position: absolute; inset: 0 auto 0 52%; width: 1px; background: white; pointer-events: none; }
.look-range { position: absolute; left: 5%; bottom: 35px; z-index: 3; width: 90%; accent-color: var(--yellow); cursor: ew-resize; }
.look-legend { position: absolute; z-index: 2; top: 25px; padding: 9px 12px; background: var(--ivory); color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.look-legend.before { left: 25px; }
.look-legend.after { right: 25px; background: var(--coral); }

.team { padding: 100px var(--pad); }
.team-grid { margin-top: 50px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.team-photo { min-height: 650px; background: var(--paper); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card { min-height: 650px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; background: var(--yellow); }
.team-card:last-child { background: var(--coral); }
.team-card .role { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.team-card h3 { font: 700 clamp(36px, 4vw, 58px)/.9 var(--display); letter-spacing: -.055em; }
.team-card blockquote { font-size: 17px; }

.experience { display: grid; grid-template-columns: 1.2fr .8fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.experience-copy { padding: 100px var(--pad); }
.experience-copy h2 { margin: 18px 0 28px; font: 700 clamp(48px, 6vw, 94px)/.88 var(--display); letter-spacing: -.07em; }
.experience-list { margin-top: 40px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); }
.experience-list article { padding: 20px 16px 20px 0; border-bottom: 1px solid var(--ink); }
.experience-list h3 { font: 700 18px/1.1 var(--display); }
.experience-list p { margin-top: 8px; font-size: 13px; }
.experience-art { min-height: 750px; padding: 55px; display: flex; flex-direction: column; justify-content: space-between; background: var(--yellow); }
.experience-art .giant { font: 800 clamp(120px, 18vw, 280px)/.7 var(--display); letter-spacing: -.1em; color: var(--blue); }
.experience-art p { max-width: 340px; font: 600 clamp(27px, 3vw, 42px)/1.05 var(--display); }

.services-signature { padding: 95px var(--pad); background: var(--coral); }
.service-ribbon { margin-top: 45px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.service-ribbon article { min-height: 240px; padding: 24px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.service-ribbon article:last-child { border: 0; }
.service-ribbon span { font: 700 36px/1 var(--display); }
.service-ribbon h3 { font: 700 21px/1.05 var(--display); }
.service-ribbon p { font-size: 13px; }

.reviews-journal { display: grid; grid-template-columns: 1fr 1fr; }
.reviews, .journal { padding: 90px var(--pad); }
.reviews { background: var(--yellow); }
.reviews blockquote { margin-top: 55px; font: 600 clamp(28px, 3.5vw, 50px)/1.05 var(--display); letter-spacing: -.04em; }
.review-meta { margin-top: 35px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--ink); padding-top: 16px; font-size: 13px; }
.journal { background: var(--ivory); }
.journal-list { margin-top: 35px; border-top: 1px solid var(--ink); }
.journal-list a { padding: 21px 0; display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; border-bottom: 1px solid var(--ink); align-items: center; text-decoration: none; }
.journal-list a:hover h3 { color: var(--blue); }
.journal-list h3 { font: 700 20px/1.1 var(--display); }
.journal-list p { margin-top: 5px; font-size: 12px; }

.booking { padding: 100px var(--pad); display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--blue); color: white; }
.booking h2 { margin: 20px 0; font: 700 clamp(52px, 7vw, 105px)/.85 var(--display); letter-spacing: -.075em; }
.booking .form-card { box-shadow: 12px 12px 0 var(--coral); }

.visit { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 660px; }
.visit-image { min-height: 660px; }
.visit-image img { width: 100%; height: 100%; object-fit: cover; }
.visit-copy { padding: 85px var(--pad); background: var(--plum); color: white; }
.visit-copy h2 { margin: 18px 0 50px; font: 700 clamp(48px, 5vw, 78px)/.9 var(--display); letter-spacing: -.06em; }
.visit-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px; }
.visit-info div:last-child { grid-column: 1/-1; }
.visit-info h3 { margin-bottom: 10px; color: var(--yellow); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.visit-info a { color: white; }

.site-footer { padding: 65px var(--pad) 30px; display: grid; grid-template-columns: 1.5fr repeat(2, .8fr) 1fr; gap: 55px; background: #190b18; color: var(--ivory); border-top: 1px solid rgba(255,255,255,.22); }
.site-footer .brand strong { font-size: 31px; }
.site-footer p { margin-top: 25px; max-width: 280px; color: rgba(244,239,223,.74); font-size: 13px; }
.footer-col { display: grid; align-content: start; gap: 9px; }
.footer-col h2 { margin-bottom: 7px; color: var(--yellow); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-col a { width: fit-content; font-size: 13px; text-decoration: none; }
.footer-col a:hover { color: var(--coral); }
.footer-end { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; gap: 20px; color: rgba(244,239,223,.65); font-size: 12px; }
.nmr-paysec, .osg-avis { width: 100% !important; max-width: none !important; grid-column: 1 / -1 !important; clear: both !important; }

/* Pages internes */
.page-hero { min-height: 590px; position: relative; display: flex; align-items: end; overflow: hidden; background: var(--plum); color: white; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .48; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,8,26,.88), rgba(28,8,26,.14)); }
.page-hero-copy { position: relative; z-index: 1; width: min(1100px, 100%); padding: 100px var(--pad) 70px; }
.breadcrumbs { margin-bottom: 25px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.page-hero h1 { max-width: 980px; font: 700 clamp(58px, 9vw, 132px)/.82 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.page-hero .lead { margin-top: 30px; max-width: 700px; font-size: clamp(18px, 2vw, 26px); }
.page-main { background: var(--paper); }
.page-section { padding: 85px var(--pad); }
.intro-layout { display: grid; grid-template-columns: .55fr 1.3fr .65fr; gap: 5vw; }
.intro-layout h2, .content-title { font: 700 clamp(40px, 5vw, 72px)/.92 var(--display); letter-spacing: -.055em; }
.richtext { display: grid; gap: 20px; font-size: 17px; }
.fact-panel { padding: 26px; align-self: start; background: var(--yellow); border: 1px solid var(--ink); }
.fact-panel strong { display: block; margin: 12px 0; font: 700 38px/1 var(--display); }
.detail-cards { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.detail-cards article { min-height: 270px; padding: 28px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.detail-cards article:last-child { border: 0; }
.detail-cards article:nth-child(2) { background: var(--yellow); }
.detail-cards article:nth-child(3) { background: var(--coral); }
.detail-cards h3 { margin: 12px 0; font: 700 27px/1 var(--display); }
.detail-cards p { font-size: 14px; }
.process-band { padding: 80px var(--pad); display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; background: var(--plum); color: white; }
.process-list { display: grid; }
.process-list article { padding: 22px 0; display: grid; grid-template-columns: 48px 1fr; gap: 15px; border-top: 1px solid rgba(255,255,255,.35); }
.process-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.35); }
.process-list span { color: var(--yellow); font: 700 25px/1 var(--display); }
.process-list h3 { font: 700 18px/1.1 var(--display); }
.process-list p { margin-top: 6px; color: rgba(255,255,255,.75); font-size: 13px; }
.page-cta { padding: 80px var(--pad); display: grid; grid-template-columns: 1.4fr auto; gap: 40px; align-items: center; background: var(--blue); color: white; }
.page-cta h2 { max-width: 850px; font: 700 clamp(37px, 5vw, 70px)/.92 var(--display); letter-spacing: -.055em; }
.related { padding: 70px var(--pad); }
.related h2 { margin-bottom: 30px; font: 700 32px/1 var(--display); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.related-grid a { padding: 20px 14px 20px 0; border-bottom: 1px solid var(--ink); text-decoration: none; font-weight: 700; }
.related-grid a:hover { color: var(--blue); }
.legal { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 120px; }
.legal h1 { margin-bottom: 55px; font: 700 clamp(52px, 8vw, 100px)/.85 var(--display); letter-spacing: -.07em; }
.legal h2 { margin: 42px 0 12px; font: 700 26px/1 var(--display); }
.legal p, .legal li { margin-bottom: 12px; }
.legal .updated { padding: 14px; background: var(--yellow); border: 1px solid var(--ink); font-size: 13px; }
.faq-list { margin-top: 35px; border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); }
.faq-item button { width: 100%; padding: 20px 0; display: flex; justify-content: space-between; border: 0; background: transparent; color: inherit; text-align: left; font-weight: 700; cursor: pointer; }
.faq-item div { padding: 0 0 22px; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes float { 50% { transform: translateY(12px) rotate(4deg); } }

@media (max-width: 1100px) {
  .nav-shell { grid-template-columns: 1fr auto auto; }
  .site-menu { display: none; }
  .menu-toggle { display: block; order: 3; }
  .menu-open .site-menu { position: fixed; top: 118px; left: 0; right: 0; display: grid; padding: 30px var(--pad); justify-items: start; background: var(--ivory); border-bottom: 1px solid var(--ink); }
  .menu-open .menu-toggle span { opacity: 0; }
  .menu-open .menu-toggle::before { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-card { border-bottom: 1px solid var(--ink); }
  .expertise-card:nth-child(2) { border-right: 0; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-photo { grid-column: 1/-1; min-height: 540px; }
  .team-card { min-height: 420px; }
  .service-ribbon { grid-template-columns: repeat(2, 1fr); }
  .service-ribbon article:nth-child(2) { border-right: 0; }
  .service-ribbon article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  body { font-size: 15px; }
  .topline span:nth-child(2) { display: none; }
  .nav-shell { min-height: 70px; gap: 10px; }
  .nav-phone, .nav-cta { display: none; }
  .menu-open .site-menu { top: 108px; }
  .hero { min-height: 740px; }
  .hero-media::after { background: linear-gradient(0deg, rgba(28,8,26,.92), rgba(28,8,26,.16)); }
  .hero-content { padding-bottom: 32px; }
  .hero h1 { font-size: clamp(53px, 18vw, 82px); }
  .hero-lower { grid-template-columns: 1fr; gap: 28px; }
  .hero-stamp { width: 90px; height: 90px; top: 4%; font-size: 10px; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .number-card { min-height: 165px; padding: 22px 20px; border-bottom: 1px solid var(--ink); }
  .number-card:nth-child(2) { border-right: 0; }
  .manifesto, .diagnostic, .booking, .process-band, .price-selection, .experience, .reviews-journal, .visit { grid-template-columns: 1fr; }
  .manifesto { min-height: 0; gap: 40px; }
  .manifesto-copy { max-width: 520px; }
  .section-head, .intro-layout { grid-template-columns: 1fr; }
  .section-head > p:last-child { justify-self: start; }
  .expertise-grid, .detail-cards { grid-template-columns: 1fr; }
  .expertise-card { min-height: 310px; border-right: 0; }
  .price-image { min-height: 520px; }
  .price-copy { padding: 60px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full, .choice-set, .form-note, .form-result { grid-column: auto; }
  .lookbook-head { display: grid; }
  .look-scene { min-height: 520px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-photo { grid-column: auto; min-height: 440px; }
  .team-card { min-height: 340px; }
  .experience-art { min-height: 520px; }
  .experience-list { grid-template-columns: 1fr; }
  .service-ribbon { grid-template-columns: 1fr; }
  .service-ribbon article { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .visit-info { grid-template-columns: 1fr; }
  .visit-info div:last-child { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand, .footer-end { grid-column: 1/-1; }
  .footer-end { display: grid; }
  .page-hero { min-height: 520px; }
  .page-hero h1 { font-size: clamp(48px, 15vw, 76px); }
  .legal h1 { font-size: clamp(38px, 11vw, 56px); line-height: .92; letter-spacing: -.055em; overflow-wrap: anywhere; }
  .detail-cards article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .page-cta { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}

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