/* Full portraits and quiet framing leave the artist’s work at the centre. */
:root {
  --ink: #1b1118;
  --paper: #f3ebe6;
  --rose: #edbacd;
  --line: rgba(243, 235, 230, .2);
  --display: 'Instrument Serif', Georgia, serif;
  --body: 'Manrope', sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 60px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font: 400 16px/1.6 var(--body);
  overflow-x: clip;
}
body.dialog-open { overflow: hidden; }
::selection { background: var(--rose); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
img, video { display: block; width: 100%; }
p, h1, h2, h3, figure { margin: 0; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid #d26093;
  outline-offset: 7px;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 15px;
  background: var(--rose);
  color: var(--ink);
}
.skip:focus { top: 20px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.eyebrow, .section-meta {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
}
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 28px 5%;
}
.logo {
  position: relative;
  padding-top: 14px;
  font: 400 50px/.85 var(--display);
  letter-spacing: -3px;
}
.logo > span {
  position: absolute;
  top: 0;
  left: 5px;
  font: 500 10px/1 var(--body);
  letter-spacing: 2px;
  white-space: nowrap;
}
.navigation nav { display: flex; gap: 38px; align-items: center; font-size: 14px; }
.navigation nav > a:not(.nav-cta) { position: relative; }
.navigation nav > a:not(.nav-cta)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.navigation nav > a:hover::after { transform: scaleX(1); }
.nav-cta {
  display: flex;
  gap: 35px;
  padding: 12px 20px;
  border: 1px solid #f3ebe680;
  border-radius: 40px;
  background: #1b111826;
  backdrop-filter: blur(8px);
  transition: background .3s, color .3s;
}
.nav-cta:hover { background: var(--rose); color: var(--ink); }

/* The complete film stays visible; a portrait is not enlarged into a backdrop. */
.hero {
  position: relative;
  height: 100svh;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
}
.hero-atmosphere {
  position: absolute;
  left: 19%;
  top: -20%;
  font: 400 110vh/1 var(--display);
  color: #37212d;
  opacity: .36;
  transform: rotate(-12deg);
  pointer-events: none;
}
.film-stage {
  position: absolute;
  top: 108px;
  right: 8%;
  width: auto;
  height: calc(100% - 180px);
  max-width: 46%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #130d12;
  transform-origin: center;
  box-shadow: 0 30px 100px #09060966;
  will-change: transform;
}
.hero-video { height: 100%; object-fit: contain; object-position: center; }
.film-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, #1b11184d, transparent 23%);
  box-shadow: inset 0 0 0 1px #f3ebe61a;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: 70%;
  padding: clamp(190px, 24vh, 290px) 0 0 7%;
  pointer-events: none;
}
.hero-copy button { pointer-events: auto; }
.hero-copy .eyebrow { margin-bottom: 30px; color: var(--rose); }
h1 {
  font: 400 clamp(115px, 14.3vw, 245px)/.8 var(--display);
  letter-spacing: -.045em;
}
.line { display: block; overflow: hidden; padding: 0 .12em .1em 0; }
.line > * { display: block; }
.line.second { margin-left: 15%; margin-top: -.06em; color: var(--rose); }
.line em { font-weight: 400; }
.hero-bottom { display: flex; gap: 45px; align-items: center; margin-top: 35px; }
.hero-bottom > p { font-size: 15px; line-height: 1.7; color: #dbc9d0; }
.film-open {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 5px;
  border: 0;
  background: none;
  text-align: left;
}
.play-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 12px;
  transition: background .3s, transform .5s var(--ease);
}
.film-open:hover .play-icon { background: var(--rose); color: var(--ink); transform: scale(1.08); }
.film-open > span:last-child { font-size: 13px; }
.film-open small { display: block; margin-top: 5px; color: #cdb9c2; font-size: 9px; letter-spacing: .1em; }
.film-label {
  position: absolute;
  z-index: 2;
  right: 4.1%;
  top: 42%;
  display: flex;
  gap: 30px;
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: .19em;
}
.hero-scroll {
  position: absolute;
  bottom: 25px;
  left: 7%;
  right: 5%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: .13em;
}
.hero-scroll a span { margin-left: 30px; font-size: 20px; }
.hero-scroll button {
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #1b1118aa;
  font-size: 12px;
}
.hero-scroll button:disabled { cursor: default; opacity: .7; }
.hero-chapter {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: none;
  align-content: center;
  padding-left: 7%;
  text-align: left;
  pointer-events: none;
}
.hero-chapter > span { font-size: 11px; letter-spacing: .2em; }
.hero-chapter p {
  margin-top: 30px;
  font: 400 clamp(90px, 10vw, 165px)/.9 var(--display);
  letter-spacing: -.04em;
}
.hero-chapter em { color: var(--rose); }
.hero-progress { position: absolute; z-index: 5; bottom: 0; left: 0; right: 0; height: 2px; background: var(--line); }
.hero-progress span { display: block; height: 100%; background: var(--rose); transform: scaleX(0); transform-origin: left; }

.story { position: relative; overflow: hidden; padding: 48px 7% 95px; background: var(--paper); color: var(--ink); }
.section-meta { display: flex; justify-content: space-between; gap: 20px; }
.story-heading {
  margin: 100px auto 75px;
  text-align: center;
  font: 400 clamp(60px, 7.5vw, 120px)/1.08 var(--display);
  letter-spacing: -.035em;
}
.story-heading em { color: #885567; font-weight: 400; }
.story-collage {
  display: grid;
  grid-template-columns: 1fr .68fr 1fr;
  align-items: center;
  gap: 5%;
  max-width: 1240px;
  min-height: 480px;
  margin: auto;
}
.floating-photo { width: 100%; will-change: transform; }
.floating-photo.one { transform: rotate(-2deg); }
.floating-photo.two { width: 94%; justify-self: end; transform: rotate(2deg) translateY(32px); }
.floating-photo img { height: auto; aspect-ratio: 3/4; object-fit: contain; background: #e8ddd7; }
.floating-photo figcaption { margin-top: 13px; padding-top: 13px; border-top: 1px solid #b5a3a7; font-size: 9px; letter-spacing: .12em; }
.artist-name { display: block; margin-bottom: 4px; font: 400 26px/1.1 var(--display); letter-spacing: -.02em; }
.artist-caption { display: block; font-size: 10px; line-height: 1.6; letter-spacing: .08em; }
.story-note { text-align: center; }
.star { display: block; margin-bottom: 32px; color: #975a71; font-size: 53px; }
.story-note p { font: 400 clamp(25px, 2.4vw, 38px)/1.25 var(--display); }
.story-note > span:last-child { display: block; margin-top: 28px; font-size: 9px; letter-spacing: .12em; }
.story-caption { margin-top: 70px; color: #725c65; font-size: 13px; text-align: center; }

.reel-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10%;
  height: 100svh;
  min-height: 760px;
  padding: 55px 12%;
  background: #251923;
}
.reel-copy h2 { margin: 35px 0; font: 400 clamp(65px, 6.5vw, 100px)/.93 var(--display); letter-spacing: -.035em; }
.reel-copy h2 em { color: var(--rose); font-weight: 400; }
.reel-copy > p:not(.eyebrow) { color: #cebbc4; }
.text-button { gap: 25px; margin-top: 15px; padding: 20px 0 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
.reel-frame {
  position: relative;
  justify-self: center;
  width: 100%;
  height: 85%;
  max-width: 420px;
  max-height: 740px;
  overflow: hidden;
  background: #1b1118;
}
.scrub-video { height: 100%; object-fit: contain; }
.frame-caption { position: absolute; bottom: 16px; left: 16px; padding: 6px 10px; background: #1b1118aa; color: white; font-size: 9px; letter-spacing: .1em; pointer-events: none; }
.reel-timeline { display: flex; align-items: center; gap: 15px; margin-top: 40px; font-size: 10px; letter-spacing: .08em; }
.reel-timeline > div { height: 1px; flex: 1; background: var(--line); }
.reel-timeline i { display: block; height: 2px; background: var(--rose); transform: scaleX(0); transform-origin: left; }
.reel-copy > .scrub-hint { display: none; margin-top: 15px; font-size: 10px; letter-spacing: .12em; }

/* Consistent portrait proportions preserve each look without a zoomed face crop. */
.looks { overflow: hidden; padding: 40px 0; background: #b48a9b; color: var(--ink); }
.looks > .section-meta { padding: 0 5%; }
.gallery-viewport { overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--ink) transparent; }
.gallery-track { display: flex; align-items: center; gap: 5vw; width: max-content; padding: 45px 7vw 20px; }
.gallery-intro { width: 30vw; flex-shrink: 0; }
.gallery-intro h2 { font: 400 clamp(70px, 7vw, 110px)/.91 var(--display); letter-spacing: -.035em; }
.gallery-intro .eyebrow { margin-bottom: 30px; }
.gallery-intro > p:not(.eyebrow) { margin-top: 27px; font-size: 14px; }
.long-arrow { font-size: 80px; line-height: 1.3; }
.editorial-card { display: block; width: min(31vw, 430px); flex-shrink: 0; }
.card-image { position: relative; overflow: hidden; aspect-ratio: 3/4; background: #9a7887; }
.card-image > img { width: 100%; height: 100%; object-fit: contain; transition: transform 1s var(--ease); }
.lilac-card, .pearl-card { padding-top: 42px; }
.editorial-card:hover .card-image > img { transform: scale(1.025); }
.card-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  background: #1b111855;
  backdrop-filter: blur(8px);
  color: var(--paper);
  font-size: 24px;
  transition: background .3s;
}
.editorial-card:hover .card-link { background: var(--ink); }
.card-caption { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 19px; }
.card-caption h3 { font: 400 30px/1.1 var(--display); }
.card-caption > span { font-size: 9px; letter-spacing: .1em; }
.gallery-outro { display: flex; flex-direction: column; align-items: center; gap: 25px; width: 24vw; flex-shrink: 0; text-align: center; }
.gallery-outro > span { font-size: 11px; letter-spacing: .14em; }
.round-link { display: grid; place-items: center; width: 120px; height: 120px; border: 1px solid var(--ink); border-radius: 50%; font-size: 60px; transition: background .4s, color .4s; }
.round-link:hover { background: var(--ink); color: var(--rose); }
.gallery-progress { height: 1px; margin: 25px 5% 0; background: #1b111840; }
.gallery-progress span { display: block; width: 100%; height: 2px; background: var(--ink); transform: scaleX(.1); transform-origin: left; }

/* Two honest, equally sized views avoid combining faces photographed at different angles. */
.transformation { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 7%; padding: 120px 7%; }
.transformation h2 { margin: 30px 0; font: 400 clamp(62px, 6.1vw, 96px)/.98 var(--display); letter-spacing: -.035em; }
.transformation h2 em { color: var(--rose); font-weight: 400; }
.transformation-copy > p:not(.eyebrow) { color: #c9b6c0; font-size: 15px; }
.comparison-hint { display: flex; align-items: center; gap: 20px; margin: 32px 0; }
.comparison-hint span:first-child { color: var(--rose); font-size: 28px; }
.comparison-hint span:last-child { font-size: 10px; letter-spacing: .12em; }
.underlined { display: inline-block; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
.comparison-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
  width: 100%;
  max-width: 720px;
  justify-self: center;
}
.comparison-panel { min-width: 0; }
.comparison-image { width: 100%; overflow: hidden; aspect-ratio: 9/16; background: #33252e; }
.comparison-image > img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.comparison-panel figcaption { display: flex; flex-direction: column; gap: 5px; margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--line); }
.comparison-panel figcaption > span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.comparison-panel figcaption > small { color: #bda8b3; font-size: 10px; line-height: 1.5; }
.comparison-panel:last-child figcaption > span { color: var(--rose); }

/* A framed closing portrait keeps the face intact behind the final invitation. */
.contact { position: relative; display: flex; align-items: center; min-height: 820px; overflow: hidden; isolation: isolate; padding: 110px 8%; border-top: 1px solid var(--line); background: #21161e; }
.contact-photo { position: absolute; z-index: -2; top: 75px; right: 8%; bottom: 75px; width: 37%; }
.contact-photo > img { height: 100%; object-fit: contain; object-position: center; filter: brightness(.82) saturate(.88); }
.contact::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #21161e 20%, #21161e80 48%, transparent 75%); pointer-events: none; }
.contact-inner { max-width: 65%; text-align: left; }
.contact h2 { margin: 38px 0; font: 400 clamp(80px, 10.2vw, 162px)/.9 var(--display); letter-spacing: -.04em; }
.contact h2 em { color: var(--rose); font-weight: 400; }
.contact-cta { display: inline-flex; align-items: center; gap: 60px; padding: 18px 27px; border: 1px solid #e5ccd399; border-radius: 50px; backdrop-filter: blur(10px); font-size: 14px; transition: background .4s, color .4s; }
.contact-cta:hover { background: var(--rose); color: var(--ink); }
.contact-cta > span:last-child { font-size: 25px; }
.contact-inner > p:last-child { margin-top: 30px; color: #ddcbd2; font-size: 13px; line-height: 1.8; }
footer { overflow: hidden; padding: 60px 5% 25px; background: var(--rose); color: var(--ink); }
.footer-wordmark { position: relative; display: block; padding-bottom: 35px; text-align: center; font: 400 28vw/.85 var(--display); letter-spacing: -.065em; }
.footer-wordmark > span { position: absolute; top: 17%; right: 13%; font: italic 3vw/1 var(--display); letter-spacing: -.03em; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 25px; border-top: 1px solid #6e3e5655; font-size: 11px; }
.footer-bottom p { max-width: 55%; line-height: 1.8; }
.film-dialog { width: min(510px, 94vw); max-height: 95dvh; overflow: auto; padding: 18px; border: 1px solid var(--line); background: var(--ink); color: var(--paper); }
.film-dialog::backdrop { background: #0c080ce6; backdrop-filter: blur(15px); }
.dialog-header { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 15px; }
.dialog-header h2 { font: 400 30px var(--display); }
.film-close { width: 42px; height: 42px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; background: none; }
.full-film { max-height: 72dvh; object-fit: contain; background: #0f0b0e; }
.film-dialog > p { margin: 15px 0 0; font-size: 12px; }
.film-dialog a { text-decoration: underline; }

@media (min-width: 901px) {
  .motion-ready .gallery-viewport { overflow: hidden; }
  .editorial-card { width: min(31vw, 430px, calc((100svh - 300px) * .75)); }
  .motion-ready .hero-chapter { display: block; opacity: 0; visibility: hidden; }
  .motion-ready .scrub-hint { display: block; }
}

@media (max-width: 1100px) {
  .hero { min-height: 720px; }
  .hero-copy { padding-top: 215px; }
  .hero-bottom { gap: 26px; }
  .hero-bottom > p { font-size: 13px; }
  .film-stage { right: 6%; }
  .film-label { right: 2.4%; }
  .story-collage { min-height: 390px; }
  .story-heading { margin-bottom: 65px; }
  .editorial-card { width: min(36vw, calc((100svh - 325px) * .75)); }
  .gallery-intro { width: 34vw; }
  .card-caption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .reel-story { gap: 7%; padding: 55px 7%; }
  .transformation { gap: 6%; padding: 90px 6%; }
  .transformation h2 { font-size: 68px; }
  .comparison-pair { gap: 12px; }
  .contact { min-height: 760px; padding: 90px 7%; }
  .contact-photo { right: 6%; width: 40%; }
}

@media (min-width: 901px) and (max-height: 740px) {
  .looks { padding-block: 28px; }
  .gallery-track { padding-top: 30px; padding-bottom: 16px; }
  .gallery-intro h2 { font-size: clamp(64px, 6vw, 90px); }
  .gallery-intro .eyebrow { margin-bottom: 20px; }
  .gallery-intro > p:not(.eyebrow) { margin-top: 18px; font-size: 13px; }
  .long-arrow { font-size: 60px; }
  .lilac-card, .pearl-card { padding-top: 24px; }
}
@media (max-width: 900px) {
  .navigation { padding: 28px 6%; }
  .navigation nav { gap: 25px; }
  .hero { height: 90svh; min-height: 710px; }
  .hero-copy { width: 60%; padding-top: 225px; }
  .hero-copy .eyebrow { font-size: 10px; margin-bottom: 30px; }
  h1 { font-size: clamp(108px, 14.3vw, 140px); }
  .film-stage { top: 120px; height: calc(100% - 190px); right: 6%; }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 25px; }
  .hero-bottom > p { display: none; }
  .film-open { gap: 12px; }
  .play-icon { width: 47px; height: 47px; }
  .film-open > span:last-child { font-size: 12px; }
  .film-label { display: none; }
  .story { padding-bottom: 75px; }
  .story-heading { margin-top: 80px; font-size: 9vw; }
  .story-collage { grid-template-columns: 1fr .62fr 1fr; gap: 4%; min-height: 330px; }
  .story-note p { font-size: 25px; }
  .story-note > span:last-child { font-size: 8px; }
  .story-caption { margin-top: 60px; }
  .star { font-size: 43px; margin-bottom: 25px; }
  .reel-story { height: auto; min-height: 730px; }
  .reel-frame { height: 590px; }
  .reel-copy h2 { font-size: 72px; }
  .gallery-track { gap: 7vw; padding-bottom: 30px; }
  .gallery-intro { width: 45vw; }
  .gallery-intro h2 { font-size: 78px; }
  .editorial-card { width: 52vw; }
  .gallery-outro { width: 40vw; }
  .gallery-hint { font-size: 10px; }
  .looks { padding-bottom: 35px; }
  .looks > .section-meta { padding: 0 6%; }
  .gallery-progress { display: none; }
  .transformation { grid-template-columns: 1fr; gap: 40px; padding: 80px 8%; }
  .transformation-copy { max-width: 550px; }
  .transformation h2 { font-size: 76px; }
  .comparison-pair { max-width: 660px; justify-self: start; gap: 18px; }
  .comparison-hint { margin: 25px 0; }
  .contact { min-height: 710px; padding: 85px 7%; }
  .contact h2 { font-size: 99px; }
  .contact-photo { top: 80px; bottom: 80px; right: 5%; width: 43%; }
  .contact-cta { gap: 30px; font-size: 12px; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 25px; }
  .navigation { padding: 22px 6%; }
  .logo { font-size: 45px; }
  .navigation nav { gap: 17px; font-size: 12px; }
  .navigation nav > a:first-child { display: none; }
  .nav-cta { padding: 10px 15px; gap: 22px; }
  .hero { display: flex; flex-direction: column; height: auto; min-height: 0; padding: 110px 7% 92px; }
  .hero-atmosphere { top: 35%; left: 5%; font-size: 170vw; }
  .film-stage { position: relative; top: auto; right: auto; width: 100%; max-width: 100%; height: auto; aspect-ratio: 3/4; background: #130d12; }
  .film-shade { background: linear-gradient(0deg, #1b111833, transparent 20%); }
  .hero-copy { width: 100%; padding: 33px 0 0; }
  .hero-copy .eyebrow { margin-bottom: 20px; font-size: 9px; letter-spacing: .15em; }
  h1 { font-size: clamp(108px, 28vw, 168px); line-height: .79; }
  .line.second { margin-left: 33%; }
  .hero-bottom { flex-direction: row; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; }
  .hero-bottom > p { display: block; min-width: 98px; color: #e5d4db; font-size: 12px; }
  .film-open { gap: 10px; padding: 5px 0; }
  .play-icon { width: 42px; height: 42px; }
  .film-open > span:last-child { font-size: 11px; }
  .film-open small { font-size: 8px; }
  .hero-scroll { left: 7%; right: 7%; bottom: 26px; gap: 12px; font-size: 8px; }
  .hero-scroll a { max-width: 180px; }
  .hero-scroll a span { margin-left: 9px; }
  .hero-scroll button { padding: 9px 12px; font-size: 10px; white-space: nowrap; }
  .section-meta { font-size: 9px; }
  .section-meta > span:last-child { letter-spacing: .04em; text-align: right; }
  .story { padding: 30px 6% 55px; }
  .story-heading { margin: 60px auto 40px; font-size: clamp(44px, 10.5vw, 62px); }
  .story-collage { grid-template-columns: 1fr 1fr; gap: 6%; min-height: 0; }
  .floating-photo.one { transform: rotate(-2deg); }
  .floating-photo.two { grid-column: 2; grid-row: 1; width: 100%; margin-top: 35px; transform: rotate(2deg); }
  .floating-photo figcaption { padding-top: 10px; margin-top: 10px; font-size: 8px; letter-spacing: .06em; line-height: 1.6; }
  .artist-name { font-size: 23px; }
  .artist-caption { font-size: 8px; }
  .story-note { display: flex; grid-column: 1/-1; grid-row: 2; align-items: center; justify-content: center; gap: 24px; margin-top: 22px; text-align: left; }
  .story-note .star { margin: 0; font-size: 42px; }
  .story-note p { font-size: 27px; }
  .story-note > span:last-child { display: none; }
  .story-caption { max-width: 290px; margin: 35px auto 0; font-size: 12px; }
  .reel-story { grid-template-columns: 1fr; gap: 35px; padding: 65px 7%; }
  .reel-copy h2 { font-size: 74px; margin: 25px 0; }
  .reel-copy h2 br:last-child { display: none; }
  .reel-copy > p:not(.eyebrow) { font-size: 14px; }
  .reel-frame { width: 100%; height: auto; max-height: none; aspect-ratio: 9/16; }
  .reel-timeline { display: none; }
  .reel-copy > .scrub-hint { display: none; }
  .text-button { font-size: 13px; }
  .looks { padding-top: 28px; }
  .gallery-track { gap: 26px; padding: 35px 6vw 25px; }
  .gallery-intro { width: 65vw; }
  .gallery-intro .eyebrow { font-size: 9px; }
  .gallery-intro h2 { font-size: 72px; }
  .gallery-intro > p:not(.eyebrow) { font-size: 13px; }
  .editorial-card { width: 76vw; }
  .lilac-card, .pearl-card { padding-top: 30px; }
  .card-caption h3 { font-size: 29px; }
  .card-caption > span { font-size: 9px; }
  .gallery-outro { width: 65vw; }
  .transformation { gap: 30px; padding: 65px 7%; }
  .transformation h2 { font-size: 70px; margin: 20px 0; }
  .transformation-copy > p:not(.eyebrow) { font-size: 14px; }
  .comparison-hint { gap: 15px; margin: 21px 0; }
  .comparison-hint span:last-child { font-size: 9px; }
  .comparison-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .comparison-image { aspect-ratio: 9/16; }
  .comparison-panel figcaption { gap: 4px; margin-top: 11px; padding-top: 10px; }
  .comparison-panel figcaption > span { font-size: 10px; }
  .comparison-panel figcaption > small { font-size: 9px; }
  .contact { flex-direction: column; min-height: 0; padding: 60px 7% 70px; }
  .contact-photo { position: relative; z-index: 0; inset: auto; width: 78%; max-width: 340px; aspect-ratio: 3/4; }
  .contact-photo > img { filter: brightness(.87) saturate(.9); }
  .contact::after { display: none; }
  .contact-inner { position: relative; z-index: 1; max-width: 100%; margin-top: 30px; text-align: center; }
  .contact .eyebrow { font-size: 10px; }
  .contact h2 { margin: 28px 0; font-size: clamp(70px, 18vw, 108px); }
  .contact-cta { gap: 30px; padding: 14px 22px; font-size: 13px; }
  .contact-inner > p:last-child { font-size: 11px; }
  footer { padding-top: 35px; }
  .footer-wordmark { padding-bottom: 30px; font-size: 32vw; }
  .footer-wordmark > span { right: 8%; font-size: 4vw; }
  .footer-bottom { flex-wrap: wrap; gap: 20px; font-size: 10px; }
  .footer-bottom p { max-width: none; width: 100%; order: 3; }
}

@media (max-width: 360px) {
  .navigation nav { gap: 12px; }
  .nav-cta { gap: 14px; padding-inline: 12px; }
  .hero-bottom { gap: 10px; }
  .hero-bottom > p { font-size: 10px; min-width: 82px; }
  .play-icon { width: 36px; height: 36px; }
  .film-open > span:last-child { font-size: 10px; }
  .hero-scroll { letter-spacing: .08em; }
  .hero-scroll a span { margin-left: 3px; }
  .comparison-pair { gap: 8px; }
}

/* Off on purpose: motion is always on, whatever the device's reduced-motion setting (owner's call, 2026-09-23). */
@media not all {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-chapter { display: none !important; }
  .floating-photo { will-change: auto; }
}



