@font-face {
  font-family: Estedad;
  src: url("fonts/estedad.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("fonts/manrope.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --black: #090a0b;
  --ink: #101214;
  --ink-2: #15181b;
  --ink-3: #1c2024;
  --paper: #eee9df;
  --muted: #96928b;
  --wine: #8e4b5d;
  --wine-dark: #4a2731;
  --line: rgba(238, 233, 223, .12);
  --line-strong: rgba(238, 233, 223, .24);
  --grid: rgba(238, 233, 223, .027);
  --gutter: clamp(22px, 4.8vw, 80px);
  --max: 1600px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--ink);
  font-family: Estedad, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
}

html[dir="ltr"] body { font-family: Manrope, Arial, sans-serif; line-height: 1.65; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

::selection { color: var(--paper); background: var(--wine-dark); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; height: auto; }
figure, h1, h2, h3, p, blockquote { margin: 0; }
:focus-visible { outline: 2px solid var(--wine); outline-offset: 5px; }

.skip-link {
  position: fixed;
  top: 12px;
  inset-inline-start: 12px;
  z-index: 200;
  padding: 10px 16px;
  color: var(--black);
  background: var(--paper);
  transform: translateY(-180%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: none; }

.progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: 2px;
  background: rgba(255, 255, 255, .035);
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--wine);
}

.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  padding-inline: var(--gutter);
}

.nav-inner {
  width: min(var(--max), 100%);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.045em;
}

.wordmark i { color: var(--wine); font-style: normal; }

.lang-switch { display: flex; align-items: center; direction: ltr; }

.lang-switch a {
  min-width: 42px;
  padding: 10px 9px;
  border-inline-start: 1px solid var(--line);
  color: rgba(238, 233, 223, .42);
  font-family: Manrope, Arial, sans-serif;
  font-size: .64rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-align: center;
  transition: color .25s ease, background .25s ease;
}

.lang-switch a:last-child { border-inline-end: 1px solid var(--line); }
.lang-switch a:hover { color: var(--paper); background: rgba(238, 233, 223, .04); }
.lang-switch a[aria-current="page"] { color: var(--black); background: var(--paper); }

.eyebrow,
.section-index,
.trace-code,
.hero-index,
.hero-media figcaption,
.hero-foot,
.contact-label,
.footer {
  font-family: Manrope, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .17em;
}

.hero {
  position: relative;
  width: min(var(--max), 100%);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(128px, 15vh, 178px) var(--gutter) clamp(58px, 8vh, 90px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  grid-template-rows: 1fr auto;
  gap: 54px clamp(46px, 6vw, 104px);
  align-items: center;
  border-inline: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px),
    radial-gradient(circle at 86% 13%, rgba(142, 75, 93, .08), transparent 30rem);
  background-size: 64px 64px, 64px 64px, auto;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 49%;
  z-index: -1;
  width: 1px;
  background: var(--line);
}

.hero-index {
  position: absolute;
  inset-block-start: 108px;
  inset-inline-start: 18px;
  display: grid;
  gap: 5px;
  color: rgba(238, 233, 223, .26);
  font-size: .56rem;
  line-height: 1.4;
  writing-mode: vertical-rl;
}

.hero-copy { position: relative; z-index: 3; }

.eyebrow,
.section-index {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(238, 233, 223, .42);
  font-size: .62rem;
  font-weight: 650;
}

.eyebrow::before,
.section-index::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--wine);
}

.hero h1 {
  max-width: 790px;
  margin-top: 30px;
  font-size: clamp(4.2rem, 7.35vw, 8.1rem);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.075em;
}

.hero h1 span {
  color: rgba(238, 233, 223, .62);
  font-weight: 380;
}

.hero-lede {
  max-width: 590px;
  margin-top: 38px;
  color: rgba(238, 233, 223, .58);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 2;
}

html[dir="ltr"] .hero-lede { line-height: 1.8; }

.hero-lede strong { color: rgba(238, 233, 223, .92); font-weight: 560; }

.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line-strong);
  font-size: .84rem;
  font-weight: 600;
  transition: gap .3s var(--ease), border-color .3s ease;
}

.primary-link span:last-child { color: var(--wine); font-size: 1.2rem; direction: ltr; }
.primary-link:hover { gap: 22px; border-color: var(--wine); }

.hero-media {
  position: relative;
  min-height: min(72vh, 760px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--black);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 88% 100%, 0 100%);
}

html[dir="rtl"] .hero-media {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 0 94%);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(9, 10, 11, .05) 45%, rgba(9, 10, 11, .7) 100%),
    linear-gradient(90deg, rgba(9, 10, 11, .35), transparent 38%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: min(72vh, 760px);
  object-fit: cover;
  object-position: center 28%;
  filter: grayscale(1) sepia(.04) saturate(.55) contrast(1.12) brightness(.71);
  transform: scale(1.035) translateY(var(--hero-shift, 0));
  transition: transform 1.1s var(--ease), filter .6s ease;
}

.hero-media:hover img { filter: grayscale(1) contrast(1.12) brightness(.79); transform: scale(1.015) translateY(var(--hero-shift, 0)); }

.hero-media figcaption {
  position: absolute;
  inset-inline: 20px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  color: rgba(238, 233, 223, .45);
  font-size: .53rem;
}

.scanline {
  position: absolute;
  inset: 0 auto 0 21%;
  z-index: 3;
  width: 1px;
  background: rgba(238, 233, 223, .23);
  pointer-events: none;
}

.scanline::after {
  content: "";
  position: absolute;
  top: 28%;
  left: -4px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--wine);
  border-radius: 50%;
  background: var(--black);
}

.hero-foot {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: rgba(238, 233, 223, .3);
  font-size: .53rem;
}

.present-strip {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--paper);
  color: var(--black);
}

.present-track {
  width: max-content;
  padding: 16px 0;
  display: flex;
  gap: 28px;
  align-items: center;
  animation: drift 34s linear infinite;
  font-family: Manrope, Estedad, Arial, sans-serif;
  font-size: clamp(.72rem, 1vw, .88rem);
  font-weight: 720;
  letter-spacing: .13em;
  white-space: nowrap;
  direction: ltr;
}

.present-track i { color: var(--wine); font-style: normal; }

@keyframes drift { to { transform: translateX(-50%); } }

.position {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(100px, 13vw, 190px) var(--gutter);
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
  gap: clamp(50px, 8vw, 138px);
  border-inline: 1px solid var(--line);
  background: var(--ink-2);
}

.position p {
  max-width: 1100px;
  font-size: clamp(2.35rem, 5.3vw, 6.2rem);
  font-weight: 620;
  line-height: 1.25;
  letter-spacing: -.055em;
}

.position p span { color: rgba(238, 233, 223, .46); font-weight: 330; }

.dossier {
  background-color: var(--black);
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 64px 64px;
}

.section-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(100px, 12vw, 180px) var(--gutter);
  border-inline: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .56fr);
  gap: 50px;
  align-items: end;
  margin-bottom: clamp(60px, 8vw, 112px);
}

.section-title {
  margin-top: 22px;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -.065em;
}

.section-intro {
  max-width: 540px;
  color: rgba(238, 233, 223, .5);
  font-size: .98rem;
  font-weight: 300;
}

.trace-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid var(--line-strong);
}

.trace-tab {
  position: relative;
  min-height: 138px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  gap: 15px;
  border: 0;
  border-inline-end: 1px solid var(--line);
  color: rgba(238, 233, 223, .42);
  background: transparent;
  text-align: start;
  cursor: pointer;
  transition: color .3s ease, background .3s ease;
}

.trace-tab:last-child { border-inline-end: 0; }

.trace-tab::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 2px;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .45s var(--ease);
}

.trace-tab:hover { color: rgba(238, 233, 223, .78); background: rgba(238, 233, 223, .025); }
.trace-tab[aria-selected="true"] { color: var(--paper); background: rgba(238, 233, 223, .045); }
.trace-tab[aria-selected="true"]::after { transform: scaleX(1); }

.trace-tab small {
  font-family: Manrope, Arial, sans-serif;
  font-size: .54rem;
  font-weight: 650;
  letter-spacing: .16em;
}

.trace-tab time {
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  font-weight: 360;
  line-height: 1;
}

html[dir="ltr"] .trace-tab time { font-family: Manrope, Arial, sans-serif; }

.trace-tab strong { font-size: .82rem; font-weight: 520; }

.trace-panels { min-height: 650px; }

.trace-panel {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(280px, .64fr) minmax(500px, 1.36fr);
  gap: clamp(42px, 6vw, 100px);
  align-items: center;
  padding: clamp(54px, 7vw, 100px) 0 0;
}

.trace-panel[hidden] { display: none; }

.trace-panel.is-entering .trace-copy { animation: copy-in .7s var(--ease) both; }
.trace-panel.is-entering .trace-media,
.trace-panel.is-entering .trace-monogram { animation: media-in .8s var(--ease) both; }

@keyframes copy-in { from { opacity: 0; transform: translateY(24px); } }
@keyframes media-in { from { opacity: 0; clip-path: inset(0 10% 0 0); } }

.trace-code {
  color: var(--wine);
  font-size: .58rem;
  font-weight: 650;
}

.trace-copy h3 {
  max-width: 540px;
  margin-top: 24px;
  font-size: clamp(2.1rem, 4.1vw, 4.8rem);
  font-weight: 640;
  line-height: 1.22;
  letter-spacing: -.055em;
}

.trace-copy p {
  max-width: 500px;
  margin-top: 28px;
  color: rgba(238, 233, 223, .52);
  font-size: .98rem;
  font-weight: 300;
}

.trace-media,
.trace-monogram {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #111316;
}

.trace-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(9, 10, 11, .38));
  pointer-events: none;
}

.trace-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(.035) saturate(.65) contrast(1.08) brightness(.82);
  transition: transform 1s var(--ease), filter .5s ease;
}

.trace-media:hover img { transform: scale(1.025); filter: grayscale(1) contrast(1.08) brightness(.9); }
.trace-media--alborz img { object-position: center 48%; }
.trace-media--events img { object-position: center 48%; }
.trace-media--community img { object-position: center 27%; }
.trace-media--property img { object-position: center 46%; }

.trace-monogram {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(142, 75, 93, .12), transparent 34%),
    repeating-linear-gradient(90deg, transparent 0 63px, var(--grid) 64px),
    repeating-linear-gradient(0deg, transparent 0 63px, var(--grid) 64px),
    var(--ink-2);
  color: rgba(238, 233, 223, .86);
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(8rem, 21vw, 21rem);
  font-weight: 780;
  letter-spacing: -.11em;
  line-height: .75;
}

.belief {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  isolation: isolate;
  background: var(--ink-3);
}

.belief-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.belief-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: grayscale(1) contrast(1.14) brightness(.43);
}

.belief::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 10, 11, .9) 0, rgba(9, 10, 11, .55) 55%, rgba(9, 10, 11, .28)),
    linear-gradient(0deg, rgba(9, 10, 11, .82), transparent 55%);
}

.belief-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(110px, 14vw, 210px) var(--gutter) clamp(90px, 10vw, 150px);
  border-inline: 1px solid rgba(238, 233, 223, .09);
}

.belief blockquote {
  max-width: 1180px;
  margin-top: 35px;
  font-size: clamp(4rem, 10.5vw, 11.5rem);
  font-weight: 720;
  line-height: .94;
  letter-spacing: -.075em;
}

.belief blockquote span {
  color: rgba(238, 233, 223, .55);
  font-weight: 320;
}

.belief p {
  max-width: 620px;
  margin-top: 42px;
  color: rgba(238, 233, 223, .55);
  font-size: clamp(.98rem, 1.2vw, 1.15rem);
  font-weight: 300;
}

.notes { background: var(--paper); color: var(--black); }
.notes .section-shell { border-color: rgba(9, 10, 11, .12); }
.notes .section-index { color: rgba(9, 10, 11, .48); }

.notes-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: clamp(60px, 10vw, 170px);
  align-items: end;
}

.notes h2 {
  max-width: 840px;
  margin-top: 28px;
  font-size: clamp(3.3rem, 7.4vw, 8.3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.07em;
}

.notes-copy {
  padding-top: 34px;
  border-top: 1px solid rgba(9, 10, 11, .22);
}

.notes-copy p {
  max-width: 560px;
  color: rgba(9, 10, 11, .6);
  font-size: clamp(1rem, 1.25vw, 1.17rem);
  font-weight: 380;
}

.notes-link {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-block: 1px solid rgba(9, 10, 11, .2);
  font-weight: 650;
  transition: padding .3s var(--ease), color .3s ease;
}

.notes-link span:last-child { color: var(--wine); direction: ltr; }
.notes-link:hover { padding-inline: 14px; color: var(--wine-dark); }

.behrad {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(69, 90, 103, .16), transparent 31rem),
    #0c1215;
}

.behrad .section-shell { position: relative; min-height: 88svh; display: grid; align-content: center; }

.behrad-prelude {
  margin-top: clamp(70px, 9vw, 128px);
  color: rgba(232, 235, 231, .5);
  font-size: clamp(1rem, 1.4vw, 1.3rem);
}

.behrad h2 {
  margin-top: 8px;
  color: #e8ebe7;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(6.4rem, 19vw, 20rem);
  font-weight: 790;
  line-height: .8;
  letter-spacing: -.075em;
  transform: translateX(-.03em);
}

.behrad-bottom {
  margin-top: clamp(65px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
  gap: 50px;
  align-items: end;
}

.behrad-bottom p {
  max-width: 680px;
  color: rgba(232, 235, 231, .55);
  font-size: clamp(.98rem, 1.2vw, 1.15rem);
  font-weight: 300;
}

.behrad-button {
  width: 100%;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-block: 1px solid rgba(232, 235, 231, .22);
  background: transparent;
  text-align: start;
  cursor: pointer;
  transition: padding .3s var(--ease), color .3s ease;
}

.behrad-button span:last-child { color: var(--wine); direction: ltr; }
.behrad-button:hover { padding-inline: 14px; color: #fff; }

.contact { background: var(--black); }

.contact .section-shell {
  min-height: 85svh;
  display: grid;
  align-content: center;
}

.contact h2 {
  max-width: 1180px;
  margin-top: 34px;
  font-size: clamp(3.7rem, 9vw, 10rem);
  font-weight: 690;
  line-height: 1.04;
  letter-spacing: -.07em;
}

.contact h2 span { color: rgba(238, 233, 223, .46); font-weight: 330; }

.contact-sub {
  margin-top: 35px;
  color: rgba(238, 233, 223, .42);
  font-size: 1rem;
}

.contact-links {
  margin-top: clamp(68px, 9vw, 130px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.contact-link {
  min-height: 130px;
  padding: 24px 0;
  display: grid;
  align-content: space-between;
  border-bottom: 1px solid var(--line);
  transition: padding .35s var(--ease), background .35s ease;
}

.contact-link + .contact-link { border-inline-start: 1px solid var(--line); padding-inline-start: 30px; }
.contact-link:hover { padding-inline: 18px; background: rgba(238, 233, 223, .025); }

.contact-label { color: rgba(238, 233, 223, .34); font-size: .56rem; }
.contact-value { font-family: Manrope, Arial, sans-serif; font-size: clamp(1rem, 1.9vw, 1.55rem); font-weight: 520; direction: ltr; }

.footer {
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  margin: 0 auto;
  padding: 28px 0 38px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: rgba(238, 233, 223, .26);
  font-size: .52rem;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}

.js .reveal.in-view { opacity: 1; transform: none; }
.js .delay-1 { transition-delay: .1s; }
.js .delay-2 { transition-delay: .2s; }

html[dir="ltr"] .hero h1,
html[dir="ltr"] .section-title,
html[dir="ltr"] .trace-copy h3,
html[dir="ltr"] .belief blockquote,
html[dir="ltr"] .notes h2,
html[dir="ltr"] .contact h2 { letter-spacing: -.06em; }

html[lang="es"] .hero h1 { font-size: clamp(3.7rem, 6.25vw, 7rem); }

@media (max-width: 1080px) {
  .hero { grid-template-columns: minmax(0, .94fr) minmax(370px, 1.06fr); gap: 44px; }
  .hero h1 { font-size: clamp(3.7rem, 7.3vw, 6.5rem); }
  html[lang="es"] .hero h1 { font-size: clamp(3.25rem, 5.9vw, 5.5rem); }
  .trace-panel { grid-template-columns: minmax(250px, .65fr) minmax(420px, 1.35fr); }
}

@media (max-width: 840px) {
  .nav-inner { min-height: 68px; }
  .hero {
    min-height: auto;
    padding-top: 112px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .hero::after { display: none; }
  .hero-index { display: none; }
  .hero h1,
  html[lang="es"] .hero h1 { max-width: 760px; font-size: clamp(3.7rem, 11.7vw, 6.5rem); }
  .hero-lede { max-width: 720px; }
  .hero-media { min-height: 0; aspect-ratio: 16 / 10; }
  .hero-media img { min-height: 0; aspect-ratio: 16 / 10; object-position: center 27%; }
  .hero-foot { grid-row: 3; }
  .position { grid-template-columns: 1fr; gap: 34px; }
  .section-head { grid-template-columns: 1fr; }
  .section-intro { max-width: 680px; }
  .trace-tabs { overflow-x: auto; grid-template-columns: repeat(5, minmax(145px, 1fr)); scrollbar-width: thin; }
  .trace-tab { min-height: 122px; }
  .trace-panels { min-height: 0; }
  .trace-panel { min-height: 0; grid-template-columns: 1fr; }
  .trace-copy h3 { max-width: 720px; }
  .trace-media, .trace-monogram { grid-row: 1; }
  .trace-copy { grid-row: 2; }
  .notes-grid, .behrad-bottom { grid-template-columns: 1fr; }
  .behrad h2 { font-size: clamp(6rem, 22vw, 11rem); }
}

@media (max-width: 560px) {
  :root { --gutter: 22px; }
  .nav-inner { min-height: 64px; }
  .wordmark { font-size: 1rem; }
  .lang-switch a { min-width: 37px; padding: 9px 7px; font-size: .58rem; }
  .hero { padding-top: 102px; padding-bottom: 42px; gap: 38px; }
  .eyebrow, .section-index { font-size: .55rem; letter-spacing: .14em; }
  .eyebrow::before, .section-index::after { width: 28px; }
  .hero h1,
  html[lang="es"] .hero h1 {
    margin-top: 24px;
    font-size: clamp(3rem, 14.3vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -.065em;
  }
  .hero-lede { margin-top: 28px; font-size: .96rem; line-height: 1.95; }
  html[dir="ltr"] .hero-lede { line-height: 1.65; }
  .primary-link { margin-top: 28px; }
  .hero-media,
  html[dir="rtl"] .hero-media { aspect-ratio: 16 / 10; clip-path: none; }
  .hero-media img { aspect-ratio: 16 / 10; object-position: center 25%; }
  .hero-media figcaption { inset-inline: 12px; bottom: 10px; font-size: .45rem; letter-spacing: .11em; }
  .hero-foot { padding-top: 16px; font-size: .45rem; }
  .present-track { padding-block: 13px; }
  .position { padding-block: 86px; }
  .position p { font-size: clamp(2.15rem, 10.8vw, 3.6rem); line-height: 1.32; }
  .section-shell { padding-block: 88px; }
  .section-head { margin-bottom: 52px; }
  .section-title { font-size: clamp(3rem, 14vw, 4.45rem); }
  .trace-tabs { margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
  .trace-tab { min-width: 142px; padding: 16px; }
  .trace-panel { padding-top: 42px; gap: 36px; }
  .trace-copy h3 { margin-top: 18px; font-size: clamp(2rem, 10.5vw, 3.2rem); }
  .trace-copy p { margin-top: 20px; font-size: .92rem; }
  .trace-media, .trace-monogram { aspect-ratio: 16 / 10; }
  .belief { min-height: auto; }
  .belief-media { position: relative; aspect-ratio: 16 / 10; z-index: 0; }
  .belief-media img { aspect-ratio: 16 / 10; object-position: center 40%; filter: grayscale(1) contrast(1.08) brightness(.68); }
  .belief::before { top: auto; height: 58%; background: linear-gradient(0deg, var(--black), transparent); }
  .belief-inner { padding-top: 74px; }
  .belief blockquote { font-size: clamp(3.5rem, 16vw, 5.4rem); line-height: .98; }
  .belief p { margin-top: 28px; font-size: .93rem; }
  .notes-grid { gap: 55px; }
  .notes h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .behrad .section-shell { min-height: auto; }
  .behrad-prelude { margin-top: 64px; }
  .behrad h2 { margin-top: 16px; font-size: clamp(5.2rem, 25vw, 8.2rem); }
  .behrad-bottom { margin-top: 64px; }
  .contact .section-shell { min-height: auto; }
  .contact h2 { font-size: clamp(3.25rem, 15vw, 5.2rem); }
  .contact-links { grid-template-columns: 1fr; margin-top: 68px; }
  .contact-link + .contact-link { border-inline-start: 0; padding-inline-start: 0; }
  .contact-link + .contact-link:hover { padding-inline: 18px; }
  .footer { flex-direction: column; }
}

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