:root {
  --about-paper: #f1eee7;
  --about-paper-light: #f8f6f1;
  --about-ink: #1c1a17;
  --about-stone: #716b62;
  --about-rule: #cbc4b8;
  --about-red: #c3312a;
  --about-image-matte: #d6d0c5;
  --about-footer-muted: #aaa49a;
  --about-serif: "Galok Floane", "EB Garamond", "Times New Roman", serif;
  --about-pad: clamp(24px, 4.8vw, 80px);
  --about-max: 1800px;
  --about-ease: cubic-bezier(.22, .61, .36, 1);
}

html { scroll-behavior: smooth; }

body.about-luxe-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--about-ink);
  background: var(--about-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.about-luxe-page *,
.about-luxe-page *::before,
.about-luxe-page *::after { box-sizing: border-box; }

.about-luxe-page a { color: inherit; }
.about-luxe-page img { max-width: 100%; }

.about-skip {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 500;
  padding: 12px 16px;
  color: var(--about-paper-light);
  background: var(--about-ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.about-skip:focus { transform: translateY(0); }

.about-nav {
  position: sticky;
  top: 0;
  z-index: 120;
  color: var(--about-ink);
  background: rgba(241, 238, 231, 0.92);
  border-bottom: 1px solid var(--about-rule);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(115%);
}

.about-nav .nav-inner {
  width: min(100%, var(--about-max));
  max-width: none;
}

.about-nav .brand-lockup b { color: var(--about-ink); }

#about-main,
.about-footer {
  width: min(100%, var(--about-max));
  margin-inline: auto;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.44fr) minmax(0, 0.56fr);
  min-height: calc(100svh - 88px);
  background: var(--about-paper);
  border-bottom: 1px solid var(--about-rule);
}

.about-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(72px, 8vw, 144px) var(--about-pad) clamp(40px, 5vw, 72px);
}

.about-kicker,
.about-intro-label,
.about-selection-head > div > p,
.about-method-head > p,
.about-film-head > p:first-child,
.about-entry-meta > span,
.about-method-step > span,
.about-film-frame figcaption,
.about-hero-primary figcaption,
.about-hero-edge,
.about-rail-hint {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-kicker {
  margin: 0;
  color: var(--about-red);
}

.about-hero h1,
.about-intro h2,
.about-selection h2,
.about-method h2,
.about-film h2,
.about-contact h2 {
  font-family: var(--about-serif);
  font-weight: 700;
  text-wrap: balance;
}

.about-hero h1 {
  margin: clamp(72px, 12vh, 160px) 0 64px;
  font-size: clamp(4.3rem, 8vw, 9.6rem);
  line-height: 0.78;
  letter-spacing: -0.055em;
}

.about-hero h1 em,
.about-film h2 em,
.about-contact h2 em {
  color: var(--about-red);
  font-weight: 700;
}

.about-hero-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding-top: 24px;
  border-top: 1px solid var(--about-rule);
}

.about-hero-note p {
  max-width: 500px;
  margin: 0;
  color: var(--about-stone);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.about-hero-note a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 24px;
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.83rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease;
}

.about-hero-note a:hover,
.about-hero-note a:focus-visible { color: var(--about-red); }

.about-hero-media {
  position: relative;
  min-width: 0;
  min-height: 700px;
  overflow: hidden;
  background: var(--about-image-matte);
}

.about-hero-primary,
.about-hero-inset { margin: 0; }

.about-hero-primary {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-hero-primary::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(28, 26, 23, 0.02) 55%, rgba(28, 26, 23, 0.42));
  pointer-events: none;
}

.about-hero-primary img,
.about-hero-inset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-primary img {
  object-position: 56% center;
  transform: scale(1.02);
  transition: transform 1.2s var(--about-ease);
}

.about-hero-primary figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 3vw, 48px);
  bottom: clamp(22px, 3vw, 40px);
  left: clamp(24px, 3vw, 48px);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--about-paper-light);
}

.about-hero-inset {
  position: absolute;
  z-index: 3;
  left: clamp(-120px, -7vw, -48px);
  bottom: clamp(90px, 10vh, 150px);
  width: clamp(180px, 18vw, 330px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 10px solid var(--about-paper);
}

.about-hero-inset img { object-position: 56% center; }

.about-hero-edge {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 18px;
  color: rgba(248, 246, 241, 0.8);
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.about-js .about-hero-copy > *,
.about-js .about-hero-inset {
  opacity: 0;
  transform: translateY(24px);
}

.about-js .about-hero-primary { clip-path: inset(0 0 100% 0); }

.about-ready .about-hero-copy > *,
.about-ready .about-hero-inset {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms var(--about-ease), transform 650ms var(--about-ease);
}

.about-ready .about-hero-copy > :nth-child(2) { transition-delay: 90ms; }
.about-ready .about-hero-copy > :nth-child(3) { transition-delay: 170ms; }
.about-ready .about-hero-inset { transition-delay: 420ms; }

.about-ready .about-hero-primary {
  clip-path: inset(0);
  transition: clip-path 900ms var(--about-ease);
}

.about-ready .about-hero-primary img { transform: scale(1); }

.about-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 120px);
  padding: clamp(104px, 14vw, 232px) var(--about-pad);
  background: var(--about-paper-light);
  border-bottom: 1px solid var(--about-rule);
}

.about-intro-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  min-height: 260px;
  color: var(--about-stone);
}

.about-intro-copy { max-width: 1180px; }

.about-intro h2 {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 7.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.about-intro-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 80px);
  max-width: 900px;
  margin: clamp(64px, 8vw, 120px) 0 0 auto;
}

.about-intro-body p {
  margin: 0;
  color: var(--about-stone);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.7;
  text-wrap: pretty;
}

.about-selection {
  overflow: hidden;
  padding: clamp(96px, 10vw, 168px) 0 clamp(80px, 9vw, 144px);
  background: var(--about-paper);
  border-bottom: 1px solid var(--about-rule);
}

.about-selection-head {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: end;
  padding: 0 var(--about-pad) clamp(48px, 6vw, 88px);
}

.about-selection-head > div > p,
.about-method-head > p,
.about-film-head > p:first-child {
  margin: 0 0 24px;
  color: var(--about-red);
}

.about-selection h2,
.about-method h2,
.about-film h2 {
  margin: 0;
  font-size: clamp(3.4rem, 6.6vw, 7.8rem);
  line-height: 0.84;
  letter-spacing: -0.05em;
}

.about-selection-controls {
  display: flex;
  gap: 10px;
}

.about-rail-button {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  color: var(--about-ink);
  background: transparent;
  border: 1px solid var(--about-ink);
  border-radius: 50%;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.about-rail-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.5;
}

.about-rail-button:hover,
.about-rail-button:focus-visible {
  color: var(--about-paper-light);
  background: var(--about-ink);
}

.about-rail-button:disabled {
  color: var(--about-rule);
  border-color: var(--about-rule);
  background: transparent;
  cursor: default;
}

.about-selection-rail {
  display: grid;
  grid-auto-columns: min(68vw, 1080px);
  grid-auto-flow: column;
  gap: clamp(20px, 2.2vw, 36px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 var(--about-pad) 24px;
  cursor: grab;
  scroll-padding-inline: var(--about-pad);
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--about-ink) transparent;
  scrollbar-width: thin;
}

.about-selection-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.about-selection-rail::-webkit-scrollbar { height: 3px; }
.about-selection-rail::-webkit-scrollbar-track { background: transparent; }
.about-selection-rail::-webkit-scrollbar-thumb { background: var(--about-ink); }

.about-entry { min-width: 0; scroll-snap-align: start; }
.about-entry a { display: block; text-decoration: none; }

.about-entry figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--about-image-matte);
}

.about-entry img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.98);
  transform: scale(1.001);
  transition: filter 180ms ease, transform 280ms var(--about-ease);
}

.about-entry:nth-child(1) img { object-position: center 48%; }
.about-entry:nth-child(3) img { object-position: center 42%; }

@media (hover: hover) and (pointer: fine) {
  .about-entry a:hover img,
  .about-entry a:focus-visible img {
    filter: saturate(1) contrast(1);
    transform: scale(1.02);
  }
}

.about-entry-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 28px;
  align-items: end;
  padding-top: 18px;
}

.about-entry-meta > span { color: var(--about-stone); }
.about-entry-meta > span:first-child { align-self: start; }
.about-entry-meta > span:last-child { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--about-ink); }

.about-entry-meta strong {
  font-family: var(--about-serif);
  font-size: clamp(1.9rem, 3.1vw, 3.7rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

.about-rail-hint {
  margin: 18px var(--about-pad) 0;
  color: var(--about-stone);
}

.about-method {
  padding: clamp(104px, 12vw, 200px) var(--about-pad);
  background: var(--about-paper-light);
  border-bottom: 1px solid var(--about-rule);
}

.about-method-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 120px);
  margin-bottom: clamp(72px, 9vw, 144px);
}

.about-method-head > p { align-self: start; }

.about-method-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
}

.about-method-visual {
  position: sticky;
  top: 116px;
  height: min(72vh, 820px);
  overflow: hidden;
  background: var(--about-image-matte);
}

.about-method-visual figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 520ms var(--about-ease), transform 800ms var(--about-ease);
}

.about-method-visual figure.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.about-method-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-method-visual figure:nth-child(1) img { object-position: center 50%; }
.about-method-visual figure:nth-child(2) img { object-position: center 62%; }
.about-method-visual figure:nth-child(3) img { object-position: center 50%; }

.about-method-count {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 14px;
  color: rgba(248, 246, 241, 0.9);
  font-family: var(--about-serif);
  font-size: clamp(4rem, 8vw, 9rem);
  line-height: 0.8;
}

.about-method-copy { border-top: 1px solid var(--about-rule); }

.about-method-step {
  display: flex;
  width: 100%;
  min-height: min(58vh, 580px);
  flex-direction: column;
  justify-content: center;
  padding: 48px 0;
  color: var(--about-stone);
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--about-rule);
  border-radius: 0;
  cursor: pointer;
  transition: color 260ms ease;
}

.about-method-step > span { color: var(--about-red); }

.about-method-step strong {
  max-width: 600px;
  margin-top: 32px;
  color: inherit;
  font-family: var(--about-serif);
  font-size: clamp(2.8rem, 4.5vw, 5.5rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.about-method-step small {
  max-width: 520px;
  margin-top: 28px;
  color: inherit;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.about-method-step.is-active,
.about-method-step:hover,
.about-method-step:focus-visible { color: var(--about-ink); }

.about-film {
  padding: clamp(104px, 12vw, 200px) var(--about-pad) clamp(96px, 10vw, 168px);
  background: var(--about-paper);
  border-bottom: 1px solid var(--about-rule);
}

.about-film-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
  margin-bottom: clamp(64px, 8vw, 128px);
}

.about-film-head > p:first-child { grid-row: 1 / 3; }

.about-film-head > p:last-child {
  max-width: 540px;
  margin: 40px 0 0 auto;
  color: var(--about-stone);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.about-film-frame { margin: 0; }
.about-film-frames {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
}
.about-film-frame-vertical {
  max-width: 380px;
  margin-left: 0;
}
@media (max-width: 900px) {
  .about-film-frames { grid-template-columns: 1fr; }
  .about-film-frame-vertical { max-width: min(380px, 62vw); }
}

.about-film-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--about-ink);
  object-fit: cover;
}

.about-film-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  color: var(--about-stone);
}

.about-contact {
  padding: clamp(112px, 14vw, 240px) var(--about-pad) clamp(96px, 12vw, 200px);
  background: var(--about-paper-light);
}

.about-contact > p {
  max-width: 480px;
  margin: 0 0 clamp(64px, 8vw, 120px);
  color: var(--about-stone);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.6;
}

.about-contact h2 {
  max-width: 1400px;
  margin: 0;
  font-size: clamp(4rem, 9.2vw, 11rem);
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.about-contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 88px);
  margin-top: clamp(80px, 10vw, 160px);
}

.about-contact-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 24px;
  min-height: 152px;
  align-content: space-between;
  padding: 20px 0;
  border-top: 1px solid var(--about-ink);
  border-bottom: 1px solid var(--about-rule);
  text-decoration: none;
  transition: color 200ms ease;
}

.about-contact-links span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-contact-links strong {
  align-self: end;
  overflow-wrap: anywhere;
  font-family: var(--about-serif);
  font-size: clamp(1.55rem, 2.8vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
}

.about-contact-links b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--about-red);
  font-size: 1.6rem;
}

.about-contact-links a:hover,
.about-contact-links a:focus-visible { color: var(--about-red); }

.about-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  padding: 72px var(--about-pad);
  color: var(--about-paper-light);
  background: var(--about-ink);
}

.about-footer .brand-lockup b,
.about-footer .brand-lockup small { color: var(--about-paper-light); }

.about-footer p {
  margin: 0;
  color: var(--about-footer-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.about-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
}

.about-footer > div a {
  color: var(--about-paper-light);
  font-size: 0.82rem;
  text-underline-offset: 5px;
}

.about-js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
}

.about-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms var(--about-ease), transform 620ms var(--about-ease);
}

.about-luxe-page :focus-visible {
  outline: 2px solid var(--about-red);
  outline-offset: 5px;
}

@media (max-width: 1180px) {
  .about-hero { grid-template-columns: minmax(340px, 0.46fr) minmax(0, 0.54fr); }
  .about-hero-inset { left: -64px; width: 220px; }
  .about-hero-note { grid-template-columns: 1fr; }
  .about-hero-note a { justify-self: start; }
  .about-selection-rail { grid-auto-columns: min(76vw, 980px); }
  .about-method-stage { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr); }
  .about-footer { grid-template-columns: auto 1fr; }
  .about-footer > div { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 820px) {
  :root { --about-pad: 24px; }

  .about-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .about-hero-copy {
    min-height: 62svh;
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .about-hero h1 {
    margin: 72px 0 56px;
    font-size: clamp(4.4rem, 18vw, 7rem);
  }

  .about-hero-media { min-height: 66svh; }
  .about-hero-inset { left: auto; right: 20px; bottom: 64px; width: 31vw; min-width: 148px; border-width: 7px; }
  .about-hero-edge { display: none; }

  .about-intro,
  .about-method-head,
  .about-film-head {
    grid-template-columns: 1fr;
  }

  .about-intro-label {
    min-height: 0;
    flex-direction: row;
  }

  .about-intro-body { grid-template-columns: 1fr; }
  .about-selection-rail { grid-auto-columns: 84vw; }

  .about-method-stage {
    display: block;
  }

  .about-method-visual {
    top: 72px;
    z-index: 4;
    height: 52svh;
  }

  .about-method-copy { position: relative; z-index: 5; background: rgba(248, 246, 241, 0.94); }
  .about-method-step { min-height: 48svh; padding-inline: 8px; }
  .about-film-head > p:first-child { grid-row: auto; }
  .about-film-head > p:last-child { margin-left: 0; }
  .about-contact-links { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --about-pad: 20px; }
  html { scroll-behavior: auto; }

  .about-hero-copy { min-height: 58svh; padding-top: 48px; }
  .about-hero h1 { margin: 56px 0 48px; line-height: 0.82; }
  .about-hero-note { gap: 22px; }
  .about-hero-note a { min-height: 44px; }
  .about-hero-media { min-height: 61svh; }
  .about-hero-primary figcaption { font-size: 0.62rem; }
  .about-hero-inset { min-width: 126px; }

  .about-intro-label { flex-direction: column; gap: 14px; }
  .about-intro h2 { font-size: clamp(2.9rem, 14vw, 4.7rem); }
  .about-intro-body { margin-top: 56px; }

  .about-selection-head {
    flex-direction: column;
    align-items: stretch;
  }

  .about-selection-controls { align-self: flex-end; }
  .about-selection h2,
  .about-method h2,
  .about-film h2 { font-size: clamp(3.2rem, 15vw, 5.1rem); }

  .about-selection-controls { gap: 8px; }
  .about-rail-button { width: 46px; height: 46px; }
  .about-entry figure { aspect-ratio: 4 / 5; }
  .about-entry-meta { grid-template-columns: 1fr; }
  .about-entry-meta > span:last-child { grid-column: 1; grid-row: auto; justify-self: start; }
  .about-entry-meta strong { font-size: 2.2rem; }
  .about-rail-hint { display: none; }

  .about-method { padding-inline: 0; }
  .about-method-head { padding-inline: var(--about-pad); }
  .about-method-visual { height: 50svh; }
  .about-method-copy { padding-inline: var(--about-pad); }
  .about-method-step strong { font-size: clamp(2.7rem, 13vw, 4.2rem); }

  .about-film { padding-right: 0; padding-left: 0; }
  .about-film-head { padding-inline: var(--about-pad); }
  .about-film-frame figcaption { padding-inline: var(--about-pad); font-size: 0.62rem; }

  .about-contact h2 { font-size: clamp(4rem, 18vw, 6.2rem); }
  .about-contact-links { margin-top: 72px; }
  .about-contact-links a { min-height: 132px; }

  .about-footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 56px;
  }

  .about-footer > div { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .about-luxe-page *,
  .about-luxe-page *::before,
  .about-luxe-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .about-js .about-hero-copy > *,
  .about-js .about-hero-inset,
  .about-js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .about-js .about-hero-primary { clip-path: inset(0); }
}
