/* Relationship Capital Group — site styles
   Palette: limestone and night, with a claret accent (private-club leather rather than "premium gold").
   Type: Instrument Serif for statements, Instrument Sans for reading and labels. */

@font-face {
  font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/fonts/instrument-serif-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("/fonts/instrument-serif-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("/fonts/instrument-sans-latin.woff2") format("woff2");
}

:root {
  --night: #101417;
  --night-2: #1a1f24;
  --stone: #e8e6e1;
  --stone-2: #dcd9d2;
  --chalk: #f3f2ee;
  --ink: #121518;
  --ink-soft: #50555b;
  --line: rgba(18, 21, 24, .18);
  --claret: #6d2a25;
  --on-dark: #eeece7;
  --on-dark-soft: rgba(238, 236, 231, .68);
  --on-dark-line: rgba(238, 236, 231, .2);
  --claret-light: #d7a291;

  --serif: "Instrument Serif", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --max: 1320px;
  --gutter: clamp(1rem, 5vw, 4rem);
  --space: clamp(5rem, 14vh, 10rem);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--stone);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
em { font-style: italic; }
strong { font-weight: inherit; color: var(--ink); }
.on-dark strong { color: var(--on-dark); }

:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.skip {
  position: absolute; left: 1rem; top: -100px; z-index: 100;
  padding: .75rem 1rem; background: var(--night); color: var(--on-dark);
}
.skip:focus { top: 1rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: min(var(--max), 100% - 2 * var(--gutter)); margin-inline: auto; }

.on-dark { color: var(--on-dark); }
.bg-chalk { background: var(--chalk); }
.bg-stone2 { background: var(--stone-2); }

/* ---------- type ---------- */

.eyebrow {
  display: block;
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--claret);
}
.on-dark .eyebrow { color: var(--claret-light); }

h1, h2, h3,
.t-xxl, .t-xl, .t-l, .t-m, .t-s {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.012em;
  text-wrap: balance;
}
.t-xxl { font-size: clamp(3rem, 9.2vw, 9.5rem); line-height: .92; letter-spacing: -.025em; }
.t-xl  { font-size: clamp(2.5rem, 6.2vw, 6.25rem); line-height: .97; letter-spacing: -.02em; }
.t-l   { font-size: clamp(2rem, 4.1vw, 4rem); line-height: 1.04; }
.t-m   { font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: 1.16; }
.t-s   { font-size: clamp(1.3rem, 1.8vw, 1.7rem); line-height: 1.2; }

.line { display: block; }
.accent { color: var(--claret); font-style: italic; }
.on-dark .accent { color: var(--claret-light); }
.serif-soft { color: var(--ink-soft); }
.on-dark .serif-soft { color: var(--on-dark-soft); }

.lead { max-width: 36em; font-size: 1.125rem; line-height: 1.7; color: var(--ink-soft); text-wrap: pretty; }
.on-dark .lead { color: var(--on-dark-soft); }

.arrow { display: inline-block; font-family: var(--sans); font-size: .55em; vertical-align: .35em; transition: transform .4s var(--ease); }

/* ---------- media & image placeholders ---------- */

.media { position: relative; overflow: hidden; background: var(--night-2); }
.media picture { display: block; width: 100%; height: 100%; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.ph { position: absolute; inset: 0; }
.ph::after { /* suggestion of architecture: columns and cornices */
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(238,236,231,.035) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(180deg, transparent 0 140px, rgba(238,236,231,.025) 140px 141px);
}
.ph--dusk {
  background:
    radial-gradient(90% 60% at 72% 108%, rgba(215, 162, 145, .42), transparent 60%),
    radial-gradient(40% 30% at 20% 85%, rgba(236, 196, 140, .16), transparent 70%),
    linear-gradient(180deg, #0c1115 0%, #17222b 48%, #2a2f36 78%, #463b37 100%);
}
.ph--interior {
  background:
    radial-gradient(45% 55% at 30% 45%, rgba(230, 170, 110, .28), transparent 70%),
    radial-gradient(35% 40% at 78% 60%, rgba(215, 162, 145, .18), transparent 70%),
    linear-gradient(160deg, #15110f 0%, #2b211c 55%, #4a3228 100%);
}
.ph--stone {
  background:
    radial-gradient(60% 70% at 50% 30%, rgba(238, 236, 231, .16), transparent 70%),
    linear-gradient(180deg, #3a3a39 0%, #57534d 60%, #6d665d 100%);
}
.ph--portrait {
  background:
    radial-gradient(50% 45% at 50% 38%, rgba(238, 236, 231, .14), transparent 70%),
    linear-gradient(180deg, #2a2e32 0%, #3f3d3a 100%);
}
.ph--portrait::after { background: none; }
.ph-note {
  position: absolute; left: 1rem; bottom: 1rem; z-index: 2; max-width: 44ch;
  font-size: .68rem; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase;
  color: rgba(238, 236, 231, .62);
}

/* ---------- header & nav ---------- */

.site-header { position: relative; z-index: 30; }
.site-header--over { position: absolute; inset: 0 0 auto; color: var(--on-dark); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.6rem; }

.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand__name { font-family: var(--serif); font-size: 1.65rem; letter-spacing: -.01em; }
.brand__sub { margin-top: .4rem; font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; opacity: .72; }

.nav ul { display: flex; align-items: center; gap: clamp(1.25rem, 2.6vw, 2.5rem); }
.nav a {
  display: inline-block; padding-block: .4rem; white-space: nowrap;
  font-size: .875rem; letter-spacing: .02em; text-decoration: none;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background-size .4s var(--ease);
}
.nav a:hover, .nav a[aria-current="page"] { background-size: 100% 1px; }
.nav .nav__cta a { padding: .7rem 1.1rem; border: 1px solid currentColor; background: none; }

.menu-toggle { display: none; }

@media (max-width: 1020px) {
  .nav ul { flex-wrap: wrap; gap: .25rem 1.25rem; }
  .site-header__inner { flex-wrap: wrap; }

  .js .site-header__inner { flex-wrap: nowrap; }
  .js .menu-toggle {
    position: relative; z-index: 2;
    display: inline-flex; padding: .6rem .9rem;
    border: 1px solid currentColor; background: none; color: inherit;
    font: inherit; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; cursor: pointer;
  }
  .menu-toggle__close { display: none; }
  .js .nav {
    position: fixed; inset: 0; z-index: 1;
    display: flex; align-items: center;
    padding: 6rem var(--gutter) 3rem;
    background: var(--night); color: var(--on-dark);
    opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s;
  }
  .js .nav ul { flex-direction: column; align-items: flex-start; gap: 1.1rem; }
  .js .nav a { font-family: var(--serif); font-size: clamp(2rem, 8vw, 2.6rem); letter-spacing: -.01em; }
  .js .nav .nav__cta { margin-top: 1rem; }
  .js .nav .nav__cta a { font-family: var(--sans); font-size: .9rem; letter-spacing: .04em; }
  .nav-open .nav { opacity: 1; visibility: visible; }
  .nav-open .site-header { color: var(--on-dark); }
  .nav-open .menu-toggle__open { display: none; }
  .nav-open .menu-toggle__close { display: inline; }
  .nav-open .brand { position: relative; z-index: 2; }
  .nav-open body { overflow: hidden; }
}

/* ---------- home: hero & doors ---------- */

.hero { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100vh; min-height: 100svh; background: var(--night); }
.hero__media { position: absolute; inset: 0; }
.hero__media::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(16,20,23,.72) 0%, rgba(16,20,23,.4) 45%, rgba(16,20,23,.1) 75%),
    linear-gradient(180deg, rgba(16,20,23,.6) 0%, rgba(16,20,23,.2) 32%, rgba(16,20,23,.5) 60%, rgba(16,20,23,.9) 100%);
}
.hero__media .ph-note { top: 7.5rem; bottom: auto; left: auto; right: var(--gutter); text-align: right; }
.hero__content { position: relative; z-index: 2; padding-top: 9rem; padding-bottom: clamp(1.5rem, 4vh, 3rem); }
.hero__title { max-width: 9.5ch; margin-top: 1.25rem; }

.doors { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(3rem, 11vh, 7rem); border-top: 1px solid var(--on-dark-line); }
.door { position: relative; display: block; padding: 2rem clamp(1.5rem, 3vw, 3rem) 1.25rem 0; text-decoration: none; }
.door + .door { padding-left: clamp(1.5rem, 3vw, 3rem); border-left: 1px solid var(--on-dark-line); }
.door::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 1px;
  background: var(--claret-light); transition: width .6s var(--ease);
}
.door + .door::before { left: clamp(1.5rem, 3vw, 3rem); }
.door:hover::before, .door:focus-visible::before { width: calc(100% - clamp(1.5rem, 3vw, 3rem)); }
.door:hover .arrow, .door:focus-visible .arrow { transform: translate(.2em, -.2em); }
.door__title { display: block; margin-top: .9rem; font-family: var(--serif); font-size: clamp(1.9rem, 3.3vw, 3rem); line-height: 1; }
.door__text { display: block; max-width: 32em; margin-top: .9rem; font-size: .98rem; line-height: 1.55; color: var(--on-dark-soft); }

/* ---------- home: the hinge ---------- */

.hinge { padding-block: var(--space); text-align: center; }
.hinge__title { max-width: 12ch; margin-inline: auto; }
.worlds {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(1.5rem, 4vw, 4.5rem);
  max-width: 64rem; margin: clamp(3rem, 8vh, 5rem) auto 0;
  text-align: left;
}
.world { font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.2; }
.world--one { text-align: right; }
.worlds__divider { width: 1px; background: var(--line); }
.worlds__both { max-width: 30em; margin: clamp(2.5rem, 6vh, 4rem) auto 0; font-size: 1.125rem; line-height: 1.7; color: var(--ink-soft); text-align: center; }
.hinge__link { display: inline-block; margin-top: 2.5rem; padding-bottom: .3rem; border-bottom: 1px solid var(--line); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }

/* ---------- home: intro beats (one statement per screen) ---------- */

.beat { padding-block: clamp(4.5rem, 16vh, 11rem); }
.beat + .beat { border-top: 1px solid var(--line); }
.beat--lede, .beat--knowledge { padding-block: clamp(3.5rem, 11vh, 7rem); }
.beat--lede p, .beat--knowledge p { max-width: 30em; }
.beat--knowledge p { margin-left: auto; }
.beat--principle .line:last-child { color: var(--claret); font-style: italic; }
.beat--stance p { max-width: 18ch; margin-left: auto; text-align: right; }
.approach { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 2rem; align-items: baseline; }
.approach__list { display: flex; flex-wrap: wrap; }
.approach__list li { flex: 1 1 auto; white-space: nowrap; padding: 1rem 1.5rem 1rem 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.1; }
.approach__list li + li { padding-left: 1.5rem; border-left: 1px solid var(--line); }

/* ---------- full-width image statements ---------- */

.band { position: relative; display: flex; align-items: flex-end; min-height: 88vh; min-height: 88svh; background: var(--night); }
.band--short { min-height: 72vh; min-height: 72svh; }
.band__media { position: absolute; inset: 0; }
.band__media::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(16,20,23,.72) 0%, rgba(16,20,23,.35) 45%, rgba(16,20,23,0) 75%),
    linear-gradient(180deg, rgba(16,20,23,.1) 30%, rgba(16,20,23,.78) 100%);
}
.band__media .ph-note { top: 1.5rem; bottom: auto; }
.band__inner { position: relative; z-index: 2; padding-block: var(--space); }
.band__text { max-width: 14ch; }
.band--short .band__text { max-width: 20ch; }

/* ---------- home: why it exists ---------- */

.why { padding-block: var(--space) calc(var(--space) * 1.2); background: var(--night); }
.why__head h2 { max-width: 16ch; margin-top: 1.25rem; }
.moment { padding-top: clamp(5rem, 20vh, 12rem); }
.moment--origin p { max-width: 22em; margin-left: auto; color: var(--on-dark-soft); }
.moment--differences .line:nth-child(2) { padding-left: .6em; }
.moment--differences .line:nth-child(3) { padding-left: 1.2em; }
.turn { margin-top: 2.5rem; color: var(--on-dark-soft); font-style: italic; }
.moment--conclusion p { max-width: 15ch; }
.moment--problem { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.moment--resolution .line:last-child { color: var(--claret-light); font-style: italic; }

/* The one considered motion moment: the Why It Exists sequence. */
.motion [data-reveal] .line,
.motion [data-reveal] .turn {
  opacity: 0; transform: translateY(.35em);
  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease);
}
.motion [data-reveal] .line:nth-child(2) { transition-delay: .45s; }
.motion [data-reveal] .line:nth-child(3) { transition-delay: .9s; }
.motion [data-reveal] .turn { transition-delay: 1.5s; }
.motion [data-reveal].is-in .line,
.motion [data-reveal].is-in .turn { opacity: 1; transform: none; }

/* ---------- inner pages ---------- */

.opener { padding-block: clamp(4rem, 13vh, 9rem) clamp(3rem, 8vh, 5.5rem); }
.opener__title { max-width: 18ch; margin-top: 1.5rem; }
.opener__title--free { max-width: none; }
.opener__sub { max-width: 22em; margin-top: 1.5rem; color: var(--on-dark-soft); font-style: italic; }
.opener__media { height: clamp(320px, 64vh, 760px); }
/* Same night tone as the home page imagery, lighter because no text sits on it. */
.opener__media::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(16,20,23,.34) 0%, rgba(16,20,23,.24) 45%, rgba(16,20,23,.55) 100%);
}

.section { padding-block: var(--space); }
.section--tight { padding-block: calc(var(--space) * .6); }
.section--tall { padding-block: calc(var(--space) * 1.4); }
.section--rule > .wrap { padding-top: var(--space); border-top: 1px solid var(--line); }
.section--rule { padding-top: 0; }

.split { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(2rem, 6vw, 6rem); }
.split__lead { margin-top: 2rem; }

.fee { display: inline-flex; align-items: center; gap: .7rem; padding-top: .9rem; font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--claret); }
.fee::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

.stagger .line:nth-child(2) { padding-left: 1em; }
.stagger .line:nth-child(3) { padding-left: 2em; }
.stagger .line:last-child { font-style: italic; color: var(--claret); }
.on-dark .stagger .line:last-child { color: var(--claret-light); }

/* Supporting detail (situations, pillars, Intelligence items): secondary to the headline moments. */
.details { display: grid; gap: 2.25rem clamp(2rem, 5vw, 4.5rem); }
.details--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 62rem; margin-left: auto; }
.details--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.details li { padding-top: 1.1rem; border-top: 1px solid var(--line); }
.details h2, .details h3 { font-size: 1.35rem; line-height: 1.2; letter-spacing: -.005em; }
.details p { max-width: 30em; margin-top: .6rem; font-size: .95rem; line-height: 1.6; color: var(--ink-soft); }

.reflect { padding-block: calc(var(--space) * 1.1); }
.reflect__inner { max-width: 50rem; }
.reflect__inner .lead { margin-top: 2.25rem; }

.final p:first-child, .final .eyebrow + p { max-width: 16ch; }
.final .eyebrow + p { margin-top: 1.5rem; }
.final__sub { max-width: 26em !important; margin-top: 2rem; margin-left: auto; }

.onward { background: var(--night); }
.onward__link { display: block; padding-block: clamp(4rem, 12vh, 7rem); text-decoration: none; }
.onward__title { display: block; margin-top: 1.25rem; font-family: var(--serif); font-size: clamp(2.5rem, 6.2vw, 6.25rem); line-height: .97; letter-spacing: -.02em; }
.onward__sub { display: block; max-width: 26em; margin-top: 1rem; font-family: var(--serif); font-size: clamp(1.3rem, 1.8vw, 1.7rem); font-style: italic; color: var(--on-dark-soft); }

/* Institutions & Partners */
.reverse { padding-block: var(--space); background: var(--night); }
.reverse__title { margin-top: 1.25rem; }
.reverse__body { margin-top: clamp(3rem, 8vh, 5rem); align-items: start; }
.reverse__asset { max-width: 26ch; margin-top: clamp(4rem, 14vh, 8rem); margin-left: auto; }

.intel { padding-block: var(--space); }
.intel__body { margin-top: clamp(2.5rem, 6vh, 4rem); }
.intel__items { margin-top: clamp(3rem, 8vh, 5rem); }
.intel__principle { max-width: 32ch; margin-top: clamp(4rem, 12vh, 7rem); }
.intel__principle .line:last-child { color: var(--claret); font-style: italic; }

.cols { display: grid; gap: 0; margin-top: clamp(3rem, 8vh, 5rem); }
.cols--2 { grid-template-columns: repeat(2, 1fr); }
.cols--4 { grid-template-columns: repeat(4, 1fr); margin-top: 0; }
.cols li { padding: .25rem clamp(1rem, 2.5vw, 2.5rem) 1rem; border-left: 1px solid var(--line); }
.cols li:first-child { padding-left: 0; border-left: 0; }
.cols p { margin-top: 1rem; max-width: 26em; font-size: 1rem; color: var(--ink-soft); }
.on-dark .cols li { border-color: var(--on-dark-line); }
.on-dark .cols p { color: var(--on-dark-soft); }

/* Curated Access: the darker, more cultural page */
.page-dark { background: var(--night); }
.page-dark .site-header { color: var(--on-dark); }
.dark-page { background: var(--night); }

/* About */
.about-open { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.about-open__portrait { aspect-ratio: 4 / 5; }
.prose .lead + .lead { margin-top: 1.5rem; }
.quote { text-align: center; }
.quote p { max-width: 14ch; margin-inline: auto; font-style: italic; }
.quote figcaption { margin-top: 2.5rem; }

/* ---------- closing & contact ---------- */

.closing, .contact-page { padding-block: calc(var(--space) * 1.1); background: var(--stone-2); text-align: center; }
.contact-page { padding-block: clamp(5rem, 16vh, 10rem); }
.closing__title { max-width: 18ch; margin: 1.5rem auto 0; }
.closing__summary { max-width: 32em; margin: 2rem auto 0; font-size: 1.125rem; line-height: 1.7; color: var(--ink-soft); }
.closing__principle { max-width: 22em; margin: 2.5rem auto 0; }
.closing__principle em { color: var(--claret); }
.enquiry { display: grid; gap: 1.75rem; max-width: 34rem; margin: clamp(3rem, 8vh, 4.5rem) auto 0; text-align: left; }
.enquiry__field { display: grid; gap: .4rem; }
.enquiry label { font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.enquiry input, .enquiry textarea {
  width: 100%; padding: .6rem 0; border: 0; border-bottom: 1px solid var(--ink-soft); border-radius: 0;
  background: transparent; color: var(--ink); font: inherit; font-size: 1.05rem;
}
.enquiry textarea { resize: vertical; min-height: 7rem; }
.enquiry input:focus-visible, .enquiry textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.enquiry__submit { justify-self: start; margin-top: .5rem; background: none; color: inherit; font: inherit; font-size: .9rem; cursor: pointer; }
.enquiry__notice { font-size: .85rem; line-height: 1.55; color: var(--ink-soft); }
.enquiry__notice.is-flagged { color: var(--claret); }

.cta {
  display: inline-flex; align-items: center; gap: .9rem;
  margin-top: 3rem; padding: 1.05rem 1.7rem;
  border: 1px solid currentColor;
  font-size: .9rem; letter-spacing: .06em; text-decoration: none;
}
.cta .arrow { font-size: .9em; vertical-align: 0; }

/* ---------- footer ---------- */

.site-footer { padding-block: clamp(3.5rem, 9vh, 5.5rem) 2rem; background: var(--night); font-size: .875rem; }
.site-footer__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--on-dark-line); }
.site-footer__nav { display: flex; flex-wrap: wrap; gap: .6rem 2rem; }
.site-footer__nav a { text-decoration: none; color: var(--on-dark-soft); }
.site-footer__legal { max-width: 52em; padding-top: 2rem; font-size: .8rem; line-height: 1.6; color: var(--on-dark-soft); }
.site-footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; margin-top: 2.5rem; font-size: .75rem; letter-spacing: .04em; color: var(--on-dark-soft); }

/* ---------- responsive ---------- */

@media (max-width: 880px) {
  .split, .approach, .about-open, .moment--problem { grid-template-columns: 1fr; }
  .split > div:empty { display: none; }
  .cols--4 { grid-template-columns: 1fr 1fr; }
  .details--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cols--4 li:nth-child(3) { padding-left: 0; border-left: 0; }
  .cols--4 li:nth-child(n+3) { padding-top: 2rem; }
  .about-open__portrait { max-width: 28rem; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  .brand__name { font-size: 1.4rem; }
  .doors { grid-template-columns: 1fr; }
  .door, .door + .door { padding: 1.5rem 0 1.25rem; border-left: 0; }
  .door + .door { border-top: 1px solid var(--on-dark-line); }
  .door + .door::before { left: 0; }
  .door__text { font-size: .92rem; }
  .hero__content { padding-top: 7.5rem; }
  .hero__media .ph-note { display: none; }
  .hero__media::after { background: linear-gradient(180deg, rgba(16,20,23,.7) 0%, rgba(16,20,23,.55) 40%, rgba(16,20,23,.92) 100%); }
  .worlds { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
  .world--one { text-align: center; }
  .worlds__divider { width: 3rem; height: 1px; margin-inline: auto; }
  .beat--stance p { text-align: left; margin-left: 0; }
  .approach__list li, .approach__list li + li { flex-basis: 100%; white-space: normal; padding: .9rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .moment--differences .line:nth-child(n), .stagger .line:nth-child(n) { padding-left: 0; }
  .details--2, .details--3, .cols--2, .cols--4 { grid-template-columns: 1fr; }
  .cols li, .cols li:nth-child(n) { padding: 1.75rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .cols li:first-child { border-top: 0; padding-top: 0; }
  .on-dark .cols li { border-color: var(--on-dark-line); }
  .site-footer__top { flex-direction: column; }
  .site-footer__nav { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; transition-delay: 0s !important; }
}

@media print {
  .site-header nav, .menu-toggle, .cta, .ph-note { display: none; }
  .on-dark, .page-dark, .why, .reverse, .onward, .site-footer, .hero, .band { background: #fff !important; color: var(--ink) !important; }
  .media { display: none; }
}
