/* ============================================================
   NOVEX REALTY — printed-portfolio elegance, night edition
   night #121417 · bone #EFEBE2 · platinum #AEB3B8 · lagoon #1F3B40 · gold #C3A572
   ============================================================ */

:root {
  --night: #121417;
  --night-lift: #1B1E23;
  --bone: #EFEBE2;
  --bone-soft: rgba(239, 235, 226, .72);
  --bone-faint: rgba(239, 235, 226, .5);
  --platinum: #AEB3B8;
  --lagoon: #1F3B40;
  --gold: #C3A572;
  --hair: rgba(239, 235, 226, .16);
  --hair-gold: rgba(195, 165, 114, .55);
  --display: "Playfair Display", "Times New Roman", serif;
  --body: "Jost", "Avenir Next", sans-serif;
  --caps: "Julius Sans One", "Optima", sans-serif;
  --ease-certain: cubic-bezier(.22, .61, .21, 1);
  --wrap: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  background: var(--night);
  color: var(--bone);
  font-family: var(--body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* black-paper grain — light speckle, screened */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection { background: rgba(195, 165, 114, .35); }

a { color: inherit; text-decoration-color: var(--hair-gold); text-underline-offset: .2em; }
a:hover { text-decoration-color: var(--gold); }

:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
  border-radius: 1px;
}

img, video { display: block; max-width: 100%; }

.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: clamp(24px, 6vw, 76px);
}

/* ---------- shared type ---------- */
.eyebrow {
  font-family: var(--caps);
  font-size: .68rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--bone-soft);
}
.eyebrow.center { text-align: center; }

/* ---------- the horizon line ---------- */
#horizon {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  z-index: 40;
  pointer-events: none;
  overflow: visible;
}
#horizon-path {
  stroke: var(--gold);
  stroke-width: 1.75;
}
#horizon-under {
  stroke: rgba(8, 10, 13, .45);
  stroke-width: 2.75;
}
#horizon .h-dot { transition: opacity .6s var(--ease-certain); }

/* ============================================================
   COVER — the cinemagraph is the hero
   ============================================================ */
.cover {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--night);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: clamp(20px, 3.4vh, 36px) clamp(24px, 6vw, 76px) clamp(28px, 5vh, 56px);
}

.cover .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: no-preference) {
  .cover .hero-media { animation: coverSettle 3.6s var(--ease-certain) both; }
}
@keyframes coverSettle { from { transform: scale(1.05); } to { transform: scale(1.001); } }

.cover-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(10, 12, 15, .6) 0%, rgba(10, 12, 15, .2) 22%, transparent 42%),
    linear-gradient(to top, rgba(10, 12, 15, .66) 0%, rgba(10, 12, 15, .22) 24%, transparent 50%),
    radial-gradient(120% 66% at 50% 47%, rgba(10, 12, 15, .5), transparent 68%);
}

/* film grain over the cover loop, as over every cinemagraph */
.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .085;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cover-cities, .cover-center, .cover .contents { position: relative; z-index: 2; }

.cover-cities, .foot-cities {
  display: flex;
  gap: clamp(18px, 4vw, 56px);
  justify-content: center;
  font-family: var(--caps);
  font-size: .62rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--bone-soft);
}
.cover-cities { color: rgba(239, 235, 226, .88); text-shadow: 0 1px 12px rgba(8, 10, 13, .65); }
.city { display: inline-flex; gap: .9em; white-space: nowrap; }
.city-time { color: var(--gold); font-variant-numeric: tabular-nums; letter-spacing: .18em; }
.city-time:empty { display: none; }

.cover-center { max-width: 46em; }

.cover-est {
  font-family: var(--caps);
  font-size: .62rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: rgba(239, 235, 226, .92);
  text-shadow: 0 1px 14px rgba(8, 10, 13, .7);
  margin-bottom: clamp(1.2rem, 3vh, 2.2rem);
}

.wordmark {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(4.2rem, 12.5vw, 10.5rem);
  line-height: .95;
  letter-spacing: .18em;
  margin-right: -.18em; /* optical centring of tracked caps */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0 1px 26px rgba(8, 10, 13, .45);
}
.wordmark-sub {
  font-family: var(--caps);
  font-size: clamp(.62rem, 1vw, .78rem);
  letter-spacing: .92em;
  margin-right: -.92em;
  text-transform: uppercase;
  color: rgba(239, 235, 226, .82);
  margin-top: clamp(.9rem, 1.6vh, 1.4rem);
  text-shadow: none;
}

.thesis {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.4;
  margin-top: clamp(1.6rem, 4vh, 3rem);
  text-shadow: 0 1px 18px rgba(8, 10, 13, .5);
}
.thesis em { font-style: italic; }

.contents {
  width: min(720px, 100%);
  border-top: 1px solid rgba(239, 235, 226, .28);
  border-bottom: 1px solid rgba(239, 235, 226, .28);
  padding: .9rem 0;
  display: flex;
  justify-content: center;
  column-gap: clamp(14px, 3vw, 40px);
  row-gap: .3rem;
  flex-wrap: wrap;
  font-family: var(--caps);
  font-size: .64rem;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.contents a { text-decoration: none; padding: .2em .1em; }
.contents a:hover .toc-n, .contents a:focus-visible .toc-n { color: var(--gold); }
.toc-n { color: rgba(239, 235, 226, .55); margin-right: .55em; transition: color .3s var(--ease-certain); }

/* cover choreography */
@media (prefers-reduced-motion: no-preference) {
  .cover-est, .wordmark, .thesis, .contents, .cover-cities {
    opacity: 0;
    transform: translateY(10px);
    animation: settle 1.5s var(--ease-certain) forwards;
  }
  .cover-cities { animation-delay: 1.05s; }
  .cover-est { animation-delay: .1s; }
  .wordmark { animation-delay: .25s; }
  .thesis { animation-delay: .55s; }
  .contents { animation-delay: .9s; }
}
@keyframes settle { to { opacity: 1; transform: none; } }

/* ---------- foreword — the title page verso ---------- */
.foreword {
  padding: clamp(110px, 16vh, 180px) 24px 0;
}
.foreword p {
  max-width: 34em;
  margin-inline: auto;
  text-align: center;
  color: var(--bone-soft);
  font-size: .98rem;
}

/* ============================================================
   HEROES — cinemagraph chapters
   ============================================================ */
.hero {
  position: relative;
  height: 100svh;
  min-height: 540px;
  overflow: hidden;
  background: var(--lagoon);
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: no-preference) {
  .hero .hero-media { transform: scale(1.045); transition: transform 3.2s var(--ease-certain); }
  .hero.in .hero-media { transform: scale(1.001); }
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 14, 17, .58) 0%, rgba(12, 14, 17, .18) 26%, transparent 48%);
}

/* film grain over the loops — covers the 720p softness at full bleed */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .085;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-type { z-index: 2; }

.hero-type {
  position: absolute;
  left: 0; right: 0;
  bottom: clamp(40px, 8.5vh, 84px);
  color: var(--bone);
  width: 100%;
}
/* Paris: the type tucks below the rail the line traces */
[data-hero="paris"] .hero-type { bottom: clamp(26px, 4.5vh, 48px); }
/* Como: the mist is bright — the type needs a firmer ground */
[data-hero="como"] .hero-scrim {
  background: linear-gradient(to top, rgba(12, 14, 17, .68) 0%, rgba(12, 14, 17, .28) 30%, transparent 54%);
}
.hero-type .eyebrow { color: rgba(239, 235, 226, .82); }
.hero-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.4vw, 4.6rem);
  line-height: 1.1;
  letter-spacing: .01em;
  margin-top: 1.1rem;
  max-width: 12em;
  text-wrap: balance;
}
.hero-sub {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  color: rgba(239, 235, 226, .85);
  margin-top: 1rem;
  max-width: 34em;
}

/* chapter I opens on the ground, not on a repeated loop */
.chapter-head { padding-top: clamp(100px, 15vh, 170px); }

/* type barely moves */
@media (prefers-reduced-motion: no-preference) {
  .hero-type .eyebrow, .chapter-head .eyebrow, .hero-title, .hero-sub {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 1.6s var(--ease-certain), transform 1.6s var(--ease-certain);
  }
  .hero.in .hero-type .eyebrow, .chapter-head.in .eyebrow { opacity: 1; transform: none; transition-delay: .15s; }
  .hero.in .hero-title, .chapter-head.in .hero-title { opacity: 1; transform: none; transition-delay: .3s; }
  .hero.in .hero-sub, .chapter-head.in .hero-sub { opacity: 1; transform: none; transition-delay: .55s; }
}

/* ============================================================
   CHAPTER BODY
   ============================================================ */
.chapter-body {
  padding-top: clamp(88px, 13vh, 150px);
  padding-bottom: clamp(88px, 13vh, 150px);
}

.prose {
  max-width: 33.5em;
  font-size: 1.0625rem;
}
.prose p + p { margin-top: 1.4em; }
.prose p:first-child::first-letter {
  font-family: var(--display);
  font-size: 3.1em;
  line-height: .82;
  float: left;
  padding-right: .12em;
  padding-top: .06em;
}
#paris .prose, #como .prose { margin-left: auto; }
#como .prose { margin-left: 0; } /* Como prose stays left; plate is centred */

/* ---------- tipped-in plates, mounted on black paper ---------- */
.plate {
  width: min(480px, 88%);
  margin-top: clamp(72px, 10vh, 120px);
  background: var(--night-lift);
  border: 1px solid rgba(239, 235, 226, .12);
  padding: clamp(14px, 2vw, 22px);
  box-shadow:
    0 1px 0 rgba(239, 235, 226, .05) inset,
    0 26px 56px -26px rgba(0, 0, 0, .85);
}
.plate-right { margin-left: auto; margin-right: clamp(0px, 4vw, 56px); }
.plate-left { margin-right: auto; margin-left: clamp(0px, 4vw, 56px); }
.plate-center { margin-inline: auto; }

/* the frontispiece — chapter I's terrace, printed and at rest */
.plate-frontis {
  width: min(940px, 92%);
  margin-inline: auto;
  margin-top: clamp(56px, 8vh, 96px);
}

.plate img { width: 100%; height: auto; }

.plate-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: .8rem;
}
.plate-no {
  font-family: var(--caps);
  font-size: .62rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--platinum);
}
.plate-cap {
  font-family: var(--display);
  font-style: italic;
  font-size: .95rem;
  color: var(--bone-soft);
  padding-top: .9rem;
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  .plate { opacity: 0; transform: translateY(26px); transition: opacity 1.4s var(--ease-certain), transform 1.4s var(--ease-certain); }
  .plate.in { opacity: 1; transform: none; }
}

/* ---------- light calendar ---------- */
.calendar-block {
  margin-top: clamp(88px, 12vh, 140px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.calendar-copy .cal-lede {
  margin-top: 1.3rem;
  max-width: 30em;
}
.cal-today {
  margin-top: 1.3rem;
  font-family: var(--display);
  font-style: italic;
  font-size: .95rem;
  color: var(--bone-soft);
}
.cal-today:empty { display: none; }
.cal-today .u-gold { color: var(--gold); font-style: normal; }

.calendar-fig svg { width: 100%; height: auto; display: block; }
.calendar-fig .cal-arc { stroke: rgba(239, 235, 226, .38); fill: none; stroke-width: 1; }
.calendar-fig .cal-arc.now { stroke: rgba(239, 235, 226, .66); stroke-width: 1.3; }
.calendar-fig .cal-gold { stroke: var(--gold); fill: none; stroke-width: 1.7; }
.calendar-fig .cal-grid { stroke: rgba(239, 235, 226, .09); stroke-width: 1; }
.calendar-fig .cal-tick { stroke: rgba(239, 235, 226, .26); stroke-width: 1; }
.calendar-fig .cal-hour {
  font-family: var(--caps);
  font-size: 11px;
  letter-spacing: .16em;
  fill: rgba(239, 235, 226, .55);
}
.calendar-fig .cal-month {
  font-family: var(--caps);
  font-size: 9.5px;
  letter-spacing: .12em;
  fill: rgba(239, 235, 226, .5);
}
.calendar-fig .cal-month.now { fill: var(--bone); }
.calendar-fig .cal-dot { fill: var(--gold); }
.calendar-fig .cal-dot-ring { fill: none; stroke: var(--gold); opacity: .5; }
.calendar-fig .cal-axis-label {
  font-family: var(--caps);
  font-size: 10px;
  letter-spacing: .3em;
  fill: rgba(239, 235, 226, .48);
  text-transform: uppercase;
}

/* living gold — the golden hour breathes once the calendar is lit
   (JS adds .breathe after the entry choreography; .cal-paused offscreen).
   Candlelight across a room: an 8.5s luminance cycle, opacity only. */
.calendar-fig .cal-glint-halo { fill: var(--gold); opacity: .3; }
.calendar-fig .cal-glint-core { fill: #F5E9C9; }
@media (prefers-reduced-motion: no-preference) {
  .calendar-fig.breathe .cal-gold { animation: goldBreath 8.5s ease-in-out infinite; }
  .calendar-fig.breathe .cal-dot-ring {
    transform-box: fill-box;
    transform-origin: center;
    animation: haloBreath 8.5s ease-in-out infinite;
  }
  .calendar-fig.cal-paused .cal-gold,
  .calendar-fig.cal-paused .cal-dot-ring { animation-play-state: paused; }
}
@keyframes goldBreath {
  0%, 100% { opacity: 1; }
  50% { opacity: .8; }
}
@keyframes haloBreath {
  0%, 100% { opacity: .5; transform: scale(1); }
  50% { opacity: .3; transform: scale(1.14); }
}

/* ---------- specs ---------- */
.specs {
  margin-top: clamp(88px, 12vh, 140px);
  max-width: 620px;
}
#paris .specs { margin-left: auto; }
.specs-title {
  font-family: var(--caps);
  font-weight: 400;
  font-size: .68rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--bone-soft);
  margin-bottom: 1.6rem;
}
.specs table { width: 100%; border-collapse: collapse; }
.specs th, .specs td {
  text-align: left;
  padding: .72rem 0;
  border-top: 1px solid var(--hair);
  vertical-align: baseline;
}
.specs tr:last-child th, .specs tr:last-child td { border-bottom: 1px solid var(--hair); }
.specs th {
  font-family: var(--caps);
  font-weight: 400;
  font-size: .6rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--bone-soft);
  width: 38%;
  padding-right: 1.5rem;
}
.specs td { font-size: 1rem; }
.specs-ask td {
  font-family: var(--display);
  font-size: 1.35rem;
}
.specs-ask th, .specs-ask td { border-top-color: var(--hair-gold); }

/* ============================================================
   INTERLUDES
   ============================================================ */
.interlude {
  padding: clamp(120px, 24vh, 240px) 24px;
  text-align: center;
}
.interlude-n {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--platinum);
}
.interlude-line {
  margin-top: 1rem;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: var(--bone-soft);
}

/* ============================================================
   THE STANDARD
   ============================================================ */
.standard {
  background: var(--lagoon);
  color: var(--bone);
  padding: clamp(100px, 15vh, 170px) 0;
}
.standard .eyebrow { color: rgba(239, 235, 226, .6); }
.standard-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  text-align: center;
  margin-top: 1.2rem;
  text-wrap: balance;
}
.standard-grid {
  margin-top: clamp(64px, 9vh, 100px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(36px, 5vw, 72px);
}
.cert { border-top: 1px solid rgba(195, 165, 114, .5); padding-top: 1.6rem; }
.cert-n {
  font-family: var(--caps);
  font-size: .66rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.cert p:last-child {
  font-size: .98rem;
  color: rgba(239, 235, 226, .85);
}

/* ============================================================
   VIEWING — the correspondence card
   ============================================================ */
.viewing { padding: clamp(100px, 15vh, 180px) 0; }
.viewing-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  text-align: center;
  margin-top: 1.2rem;
}
.viewing-sub {
  text-align: center;
  font-family: var(--display);
  color: var(--bone-soft);
  margin-top: .9rem;
  font-size: 1.05rem;
}

.card {
  width: min(620px, 100%);
  margin: clamp(48px, 7vh, 72px) auto 0;
  background: var(--night-lift);
  border: 1px solid rgba(239, 235, 226, .14);
  box-shadow: 0 1px 0 rgba(239, 235, 226, .05) inset, 0 28px 64px -32px rgba(0, 0, 0, .9);
  padding: clamp(28px, 5vw, 52px);
  position: relative;
}
.card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--hair-gold);
  pointer-events: none;
}

.field { border: 0; }
.field + .field { margin-top: 2rem; }
.field label, .field legend {
  display: block;
  font-family: var(--caps);
  font-size: .62rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--bone-soft);
  margin-bottom: .9rem;
}
.field input[type="text"], .field input[type="email"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--hair);
  background: transparent;
  font-family: var(--display);
  font-size: 1.35rem;
  padding: .35em 0 .45em;
  color: var(--bone);
  border-radius: 0;
  transition: border-color .4s var(--ease-certain);
}
.field input::placeholder { color: rgba(239, 235, 226, .32); font-style: italic; }
.field input:focus { outline: none; border-bottom-color: var(--gold); }

.choices { display: grid; gap: .45rem; }
.choice {
  display: flex;
  align-items: baseline;
  gap: .9em;
  font-family: var(--display);
  font-size: 1.15rem;
  cursor: pointer;
  padding: .25em 0;
}
.choice input { accent-color: var(--gold); transform: translateY(1px); }
.choice input:checked + span { color: var(--bone); }
.choice span { color: var(--bone-soft); transition: color .3s; }

.card-foot {
  margin-top: 2.4rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.card-progress {
  font-family: var(--caps);
  font-size: .62rem;
  letter-spacing: .3em;
  color: var(--bone-soft);
}
.btn, .btn-quiet {
  font-family: var(--caps);
  font-size: .66rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  background: none;
  border: 0;
  color: var(--bone);
  cursor: pointer;
  padding: .5em .2em;
  border-bottom: 1px solid var(--hair-gold);
  transition: border-color .3s var(--ease-certain), color .3s;
}
.btn:hover, .btn:focus-visible { border-bottom-color: var(--gold); }
.btn-quiet { color: var(--bone-soft); border-bottom-color: transparent; }
.btn-quiet:hover { color: var(--bone); }

/* the letter writes itself as the questions are answered */
.card-trail { margin-bottom: 1.6rem; }
.card-trail:empty { display: none; }
.card-trail p {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--bone-soft);
  line-height: 1.6;
}
.card-trail p::first-line { text-indent: 0; }
@media (prefers-reduced-motion: no-preference) {
  .card-trail p { animation: fieldIn .6s var(--ease-certain); }
}

.card-err {
  margin-top: .8rem;
  font-size: .85rem;
  color: #D69373;
  font-style: italic;
  min-height: 1.2em;
}
.card-done {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem 0 .4rem;
}

/* stepper mode (JS on) */
.card.stepped .field { display: none; }
.card.stepped .field.current { display: block; animation: none; }
@media (prefers-reduced-motion: no-preference) {
  .card.stepped .field.current { animation: fieldIn .7s var(--ease-certain); }
}
@keyframes fieldIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.card.done .card-steps, .card.done .card-foot { display: none; }

.viewing-alt {
  text-align: center;
  margin-top: 2rem;
  font-size: .9rem;
  color: var(--bone-soft);
}

/* ============================================================
   FOOTER
   ============================================================ */
.colophon {
  border-top: 1px solid var(--hair);
  padding: clamp(80px, 11vh, 130px) 24px clamp(36px, 5vh, 56px);
  text-align: center;
}
.foot-wordmark {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  letter-spacing: .2em;
  margin-right: -.2em;
  display: inline-block;
  padding-bottom: .35em; /* room for the horizon underline */
}
.foot-tag {
  font-family: var(--caps);
  font-size: .62rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--bone-soft);
  margin-top: 1.1rem;
}
.foot-cities { margin-top: 2.6rem; flex-wrap: wrap; row-gap: .6rem; }
.foot-note {
  margin-top: 2.4rem;
  font-family: var(--display);
  font-style: italic;
  font-size: .95rem;
  color: var(--bone-soft);
}
.credit {
  margin-top: 3.2rem;
  font-size: .78rem;
  color: rgba(239, 235, 226, .55);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1023px) {
  .calendar-block { grid-template-columns: 1fr; gap: 44px; }
  .calendar-fig { max-width: 560px; }
  .standard-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  /* the calendar's engraved text must survive the smaller fan */
  .calendar-fig .cal-hour { font-size: 15px; }
  .calendar-fig .cal-month { font-size: 13.5px; }
  .calendar-fig .cal-axis-label { font-size: 13.5px; letter-spacing: .2em; }
  .hero { min-height: 480px; }
  .hero-title { max-width: none; }
  .plate, .plate-right, .plate-left { width: min(440px, 100%); margin-inline: auto; transform: none; }
  .plate-frontis { width: min(560px, 92%); }
  .prose { max-width: none; }
  .specs { max-width: none; }
  .specs th { width: 42%; padding-right: 1rem; }
  .contents { column-gap: 18px; font-size: .6rem; }
  .cover-cities { gap: 14px; flex-wrap: wrap; }
  .card-foot { flex-wrap: wrap; }
  .interlude { padding-top: clamp(90px, 16vh, 140px); padding-bottom: clamp(90px, 16vh, 140px); }
}
