/* Self-hosted typefaces. No third-party font CDN: the site's public commitment
   is "no third-party embed" and the production CSP sets font-src 'self'.
   Archivo (OFL) carries the display sans across 400-900 in one variable file
   per subset. Source Serif 4 (OFL) carries reading copy at 400 upright and
   italic. Both ship latin and latin-ext so Turkish ğ ş İ ı render in the real
   typeface rather than a fallback. Licences live beside the files. */

@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/src/fonts/archivo-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/src/fonts/archivo-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/src/fonts/source-serif-4-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/src/fonts/source-serif-4-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/src/fonts/source-serif-4-latin-400-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/src/fonts/source-serif-4-latin-ext-400-italic.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --cream: #f4f1e9;
  --sand: #e7ddcd;
  --peach: #9dbcab;
  --clay: #2f5545;
  --ink: #151514;
  --soft-ink: #34332f;
  --line: rgba(21, 21, 20, 0.18);
  --serif: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --sans: "Archivo Variable", "Helvetica Neue", Arial, sans-serif;
  --shell: min(calc(100% - 96px), 1320px);
  --radius: 26px;
}

* { box-sizing: border-box; }

html {
  color: var(--ink);
  background: var(--cream);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  font-family: var(--serif);
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

:where(a, button):focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--cream);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.site-header,
.home-hero,
.manifesto-panel,
.release-section,
.belief-section,
.home-links,
.editorial-hero,
.featured-venture,
.portfolio-list,
.principle-panel,
.capability-list,
.fit-panel,
.process-list,
.proof-panel,
.identity-list,
.founder-panel,
.commitment-cards,
footer {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 30;
  display: flex;
  height: 86px;
  align-items: center;
  justify-content: space-between;
}

.wordmark,
.footer-wordmark {
  font-family: var(--sans);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.012em;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 40px);
  font-family: var(--serif);
  font-size: 1rem;
}

nav a {
  position: relative;
  padding: 12px 0;
}

nav a:not(.contact-link)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

nav a:hover::after,
nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-link {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.contact-link {
  padding: 11px 18px;
  border-radius: 9px;
  color: var(--cream);
  background: var(--ink);
  transition: background 160ms ease;
}

.contact-link:hover,
.contact-link:focus-visible { background: var(--clay); }

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 700;
}

.home-hero {
  display: grid;
  min-height: 610px;
  padding: 88px 0 72px;
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: clamp(60px, 9vw, 140px);
}

.home-hero h1,
.editorial-hero h1 {
  margin: 0;
  /* Turkish compounds run far longer than their English counterparts. Without
     this a single word wider than the mobile line box pushes the whole page
     sideways instead of wrapping. */
  overflow-wrap: break-word;
  font-family: var(--sans);
  font-size: clamp(4.2rem, 6.6vw, 6.6rem);
  font-weight: 700;
  letter-spacing: -0.034em;
  line-height: .96;
}

.home-hero h1 a {
  text-decoration: underline;
  text-decoration-color: var(--clay);
  text-decoration-thickness: .075em;
  text-underline-offset: .09em;
}

.home-hero > p,
.editorial-hero > p:last-child {
  max-width: 470px;
  margin: 0 0 8px;
  color: var(--soft-ink);
  font-size: clamp(1.4rem, 1.8vw, 1.85rem);
  line-height: 1.35;
}

.manifesto-panel,
.principle-panel,
.fit-panel,
.proof-panel,
.founder-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--cream);
  background: var(--ink);
}

.manifesto-panel {
  display: grid;
  min-height: 680px;
  padding: clamp(44px, 6vw, 86px);
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(60px, 10vw, 150px);
}

.panel-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.overline,
.card-top,
.card-meta,
.portfolio-row span,
.portfolio-row b,
.capability-list article > span,
.capability-list article > div > p,
.process-list li > span,
.process-list li > div > p,
.identity-list span,
.commitment-cards span,
.principle-panel > p {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.overline { margin: 0; color: var(--clay); }
.overline-light { color: var(--peach); }

.manifesto-panel h2 {
  width: 100%;
  max-width: 620px;
  margin: 80px 0 28px;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 4.6vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: .98;
}

.manifesto-panel .panel-copy > p:not(.overline) {
  max-width: 530px;
  margin: 0;
  color: rgba(244, 241, 233, .72);
  font-size: 1.16rem;
  line-height: 1.5;
}

.light-button {
  display: inline-flex;
  min-height: 48px;
  margin-top: auto;
  padding: 0 18px;
  align-items: center;
  gap: 30px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: .86rem;
  font-weight: 700;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.light-button:hover,
.light-button:focus-visible {
  color: var(--cream);
  background: var(--clay);
  transform: translateY(-2px);
}

.workshop-mark {
  position: relative;
  min-width: 0;
  min-height: 500px;
  align-self: center;
}

.mark-beam {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: var(--cream);
}

.mark-top,
.mark-bottom {
  left: calc(50% - 46px);
  width: 92px;
  height: 47%;
}

.mark-left,
.mark-right {
  top: calc(50% - 46px);
  width: 47%;
  height: 92px;
}

.mark-top { top: 0; }
.mark-bottom { bottom: 0; }
.mark-left { left: 0; }
.mark-right { right: 0; }

.mark-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 132px;
  height: 132px;
  border: 18px solid var(--ink);
  border-radius: 36px;
  background: var(--clay);
  transform: translate(-50%, -50%) rotate(45deg);
}

.workshop-mark p {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: .66rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.release-section {
  padding: 96px 0 120px;
}

.section-heading {
  display: flex;
  margin-bottom: 32px;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.022em;
}

.section-heading > a {
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 700;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.release-card {
  display: flex;
  min-height: 490px;
  padding: 30px;
  flex-direction: column;
  border-radius: 18px;
  background: var(--sand);
}

.card-mirazen { background: #d8d9ca; }
.card-allfreya { background: #ead4c6; }
.card-mira { background: #ddcbc2; }
.card-top { display: flex; justify-content: space-between; }
.release-card > div:nth-child(2) { margin: auto 0 60px; }
.product-name { margin: 0 0 16px; font-family: var(--sans); font-size: .86rem; font-weight: 700; }
.release-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 2.45vw, 2.7rem); font-weight: 400; letter-spacing: -0.04em; line-height: 1.03; }
.card-meta { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: rgba(21, 21, 20, .7); }

.belief-section {
  padding: 140px 0;
  text-align: center;
}

.belief-section .overline { margin-bottom: 48px; }
.belief-section h2 {
  max-width: 1080px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.home-links {
  display: grid;
  margin-bottom: 110px;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.home-links > a {
  display: flex;
  min-height: 490px;
  padding: 36px;
  flex-direction: column;
  border-radius: 18px;
  background: var(--sand);
  transition: transform 180ms ease;
}

.home-links > a:last-child { background: var(--peach); }
.home-links > a:hover { transform: translateY(-5px); }
.home-links span,
.home-links b { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; }
.home-links h2 { max-width: 530px; margin: auto 0 36px; font-size: clamp(2.5rem, 3.7vw, 4rem); font-weight: 400; letter-spacing: -0.05em; line-height: 1; }

.editorial-hero {
  display: grid;
  min-height: 650px;
  padding: 105px 0 90px;
  grid-template-columns: .45fr 1.35fr .7fr;
  align-items: end;
  gap: 40px;
}

.editorial-hero .overline {
  align-self: start;
  margin-top: 12px;
}

.editorial-hero h1 {
  max-width: 850px;
  font-size: clamp(4.4rem, 6.7vw, 7rem);
}

.editorial-hero h1 em {
  color: var(--clay);
  font-family: var(--serif);
  font-weight: 400;
}

.editorial-hero > p:last-child { font-size: clamp(1.2rem, 1.5vw, 1.5rem); }

.featured-venture {
  display: grid;
  min-height: 670px;
  padding: clamp(44px, 6vw, 80px);
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  border-radius: var(--radius);
  color: var(--cream);
  background: var(--ink);
}

.featured-copy { display: flex; flex-direction: column; }
.featured-copy h2 { margin: auto 0 30px; font-size: clamp(3.3rem, 4.8vw, 5.2rem); font-weight: 400; letter-spacing: -0.05em; line-height: .96; }
.featured-copy > p { max-width: 560px; margin: 0; color: rgba(244, 241, 233, .72); font-size: 1.15rem; line-height: 1.5; }

.reader-art {
  position: relative;
  display: flex;
  padding: 58px;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
  color: var(--ink);
  background: var(--cream);
}

.reader-art span { display: block; width: 78%; height: 2px; margin: 16px 0; background: var(--line); }
.reader-art span:nth-child(2) { width: 92%; }
.reader-art span:nth-child(3) { width: 66%; }
.reader-art span:nth-child(4) { width: 88%; }
.reader-art span:nth-child(5) { width: 54%; }
.reader-art b { margin-top: 70px; font-family: var(--sans); font-size: clamp(4rem, 6vw, 6.7rem); letter-spacing: -0.038em; }
.reader-art small { font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.portfolio-list { padding: 110px 0; }
.portfolio-list .section-heading > p { margin: 0; font-size: 1.1rem; }
.portfolio-row { display: grid; min-height: 190px; padding: 34px 0; grid-template-columns: .22fr .9fr 1.4fr .55fr; align-items: start; gap: 28px; border-top: 1px solid var(--line); }
.portfolio-row:last-child { border-bottom: 1px solid var(--line); }
.portfolio-row > p:first-child { color: var(--clay); font-family: var(--sans); font-weight: 700; }
.portfolio-row p { margin: 0; font-size: 1.08rem; line-height: 1.45; }
.portfolio-row h3 { margin: 18px 0 0; font-family: var(--sans); font-size: 2rem; letter-spacing: -0.024em; }
.portfolio-row b { color: rgba(21, 21, 20, .62); }

.principle-panel,
.fit-panel {
  display: flex;
  min-height: 620px;
  margin-bottom: 110px;
  padding: clamp(50px, 7vw, 96px);
  flex-direction: column;
  align-items: flex-start;
}

.principle-panel h2,
.fit-panel h2 {
  max-width: 940px;
  margin: auto 0;
  font-size: clamp(3.5rem, 5.8vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: .98;
}

.capability-list { margin-bottom: 110px; border-top: 1px solid var(--line); }
.capability-list article {
  display: grid;
  min-height: 280px;
  padding: 42px 0;
  grid-template-columns: .2fr 1.1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}

.capability-list article > span,
.process-list li > span { color: var(--clay); }
.capability-list article > div > p,
.process-list li > div > p { margin: 0 0 24px; color: rgba(21, 21, 20, .65); }
.capability-list h2,
.process-list h2 { max-width: 680px; margin: 0; font-size: clamp(2.7rem, 4vw, 4.2rem); font-weight: 400; letter-spacing: -0.05em; line-height: 1; }
.capability-list article > p { max-width: 530px; margin: 41px 0 0; font-size: 1.18rem; line-height: 1.5; }

.fit-panel { margin-top: 20px; }
.fit-panel h2 { max-width: 1050px; }

.process-list {
  margin-top: 0;
  margin-bottom: 110px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
  counter-reset: none;
}

.process-list li {
  display: grid;
  min-height: 250px;
  padding: 42px 0;
  grid-template-columns: .2fr 1.1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}

.process-list li > p { max-width: 530px; margin: 38px 0 0; font-size: 1.18rem; line-height: 1.5; }

.proof-panel {
  display: grid;
  min-height: 650px;
  margin-bottom: 110px;
  padding: clamp(50px, 7vw, 96px);
  grid-template-columns: .45fr 1.55fr;
  gap: 60px;
}

.proof-panel > div { align-self: center; }
.proof-panel > div p { margin: 0; padding: 28px 0; border-bottom: 1px solid rgba(244, 241, 233, .2); font-size: clamp(2.2rem, 3.6vw, 4rem); line-height: 1.08; }
.proof-panel > div p:first-child { border-top: 1px solid rgba(244, 241, 233, .2); }

.identity-list { border-top: 1px solid var(--line); }
.identity-list > div {
  display: grid;
  min-height: 230px;
  padding: 42px 0;
  grid-template-columns: .55fr 1.2fr 1fr;
  align-items: start;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}

.identity-list h2 { margin: 0; font-size: clamp(2.8rem, 4.2vw, 4.6rem); font-weight: 400; letter-spacing: -0.05em; line-height: 1; }
.identity-list p { max-width: 440px; margin: 8px 0 0; font-size: 1.15rem; line-height: 1.5; }

.founder-panel {
  min-height: 670px;
  margin-top: 110px;
  margin-bottom: 110px;
  padding: clamp(50px, 7vw, 96px);
}

.founder-panel blockquote { max-width: 1050px; margin: 105px 0 40px; font-size: clamp(3.1rem, 5vw, 5.5rem); letter-spacing: -0.05em; line-height: 1; }
.founder-panel > p:last-child { max-width: 610px; margin: 0 0 0 auto; color: rgba(244, 241, 233, .7); font-size: 1.18rem; line-height: 1.5; }

.commitment-cards {
  display: grid;
  margin-bottom: 110px;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.commitment-cards article {
  min-height: 420px;
  padding: 32px;
  border-radius: 18px;
  background: var(--sand);
}

.commitment-cards span { color: var(--clay); }
.commitment-cards h2 { margin: 150px 0 26px; font-size: clamp(2.2rem, 3vw, 3.3rem); font-weight: 400; letter-spacing: -0.05em; line-height: 1; }
.commitment-cards p { margin: 0; font-size: 1.08rem; line-height: 1.5; }

footer {
  margin-top: 80px;
  padding: 80px 0 34px;
  border-top: 1px solid var(--line);
}

.footer-top,
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr; }
.footer-top { min-height: 270px; align-items: start; }
.footer-top p { margin: 0; font-size: clamp(3.5rem, 5.5vw, 6rem); letter-spacing: -0.055em; line-height: .92; }
.footer-top > a { justify-self: end; padding: 16px 20px; border-radius: 9px; color: var(--cream); background: var(--ink); font-family: var(--sans); font-size: .9rem; font-weight: 700; }
.footer-bottom { padding-top: 32px; grid-template-columns: 1.1fr 1fr 1fr; align-items: end; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: rgba(21, 21, 20, .62); font-family: var(--sans); font-size: .68rem; line-height: 1.55; text-transform: uppercase; }
.footer-bottom p:last-child { text-align: right; }

.error-page { min-height: 100svh; }
.error-shell { display: grid; width: var(--shell); min-height: calc(100svh - 90px); margin-inline: auto; padding: 90px 0; grid-template-columns: .5fr 1.5fr .7fr; align-items: center; }
.error-message h1 { margin: 0; font-family: var(--sans); font-size: clamp(4.5rem, 8vw, 8rem); letter-spacing: -0.038em; line-height: .9; }
.error-message h1 em { color: var(--clay); font-family: var(--serif); font-weight: 400; }
.error-message > p { margin: 40px 0; font-size: 1.3rem; line-height: 1.45; }
.error-message .light-button { margin-top: 0; color: var(--cream); background: var(--ink); }
.error-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.error-coordinate { align-self: end; margin: 0; font-family: var(--sans); font-size: .7rem; font-weight: 700; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --shell: min(calc(100% - 40px), 1320px); --radius: 20px; }
  .site-header { height: 72px; }
  .wordmark { font-size: 1.05rem; }
  .menu-toggle { display: block; cursor: pointer; }
  nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    padding: 22px;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    border-radius: 14px;
    background: var(--sand);
    box-shadow: 0 18px 40px rgba(21, 21, 20, .14);
  }
  nav.is-open { display: flex; }
  nav a { min-height: 44px; padding: 13px 4px; }
  .contact-link { margin-top: 8px; padding-inline: 14px; }

  .home-hero,
  .editorial-hero {
    min-height: auto;
    padding: 86px 0 68px;
    grid-template-columns: 1fr;
    gap: 110px;
  }

  .home-hero h1,
  .editorial-hero h1 { font-size: clamp(3.5rem, 15.5vw, 5rem); }
  .home-hero > p,
  .editorial-hero > p:last-child { font-size: 1.48rem; }

  .manifesto-panel {
    min-height: 900px;
    padding: 34px 24px;
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .manifesto-panel h2 { margin-top: 70px; font-size: clamp(3rem, 13vw, 4.4rem); }
  .manifesto-panel .light-button { margin-top: 48px; }
  .workshop-mark { min-height: 340px; }
  .mark-top, .mark-bottom { left: calc(50% - 34px); width: 68px; }
  .mark-left, .mark-right { top: calc(50% - 34px); height: 68px; }
  .mark-core { width: 98px; height: 98px; border-width: 14px; border-radius: 28px; }

  .release-section { padding: 76px 0 90px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .release-grid,
  .home-links,
  .commitment-cards { grid-template-columns: 1fr; }
  .release-card { min-height: 420px; }
  .belief-section { padding: 100px 0; text-align: left; }
  .belief-section h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .home-links { margin-bottom: 80px; }
  .home-links > a { min-height: 430px; padding: 28px; }

  .editorial-hero .overline { margin-top: 0; }
  .editorial-hero { gap: 56px; }
  .editorial-hero h1 { font-size: clamp(3.8rem, 15vw, 5.2rem); }

  .featured-venture {
    min-height: auto;
    padding: 34px 24px;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .featured-copy h2 { margin: 120px 0 28px; font-size: 3.3rem; }
  .reader-art { min-height: 460px; padding: 32px; }
  .reader-art b { font-size: 4rem; }

  .portfolio-list { padding: 80px 0; }
  .portfolio-row { min-height: auto; padding: 34px 0; grid-template-columns: 42px 1fr; }
  .portfolio-row > p:first-child { grid-row: 1 / 4; }
  .portfolio-row > :not(:first-child) { grid-column: 2; }
  .portfolio-row > p:nth-child(3) { margin-top: 14px; }
  .portfolio-row b { margin-top: 10px; }

  .principle-panel,
  .fit-panel {
    min-height: 650px;
    margin-bottom: 80px;
    padding: 36px 24px;
  }
  .principle-panel h2,
  .fit-panel h2 { font-size: clamp(3rem, 13vw, 4.5rem); }

  .capability-list,
  .process-list { margin-bottom: 80px; }
  .capability-list article,
  .process-list li {
    min-height: auto;
    padding: 38px 0;
    grid-template-columns: 42px 1fr;
    gap: 24px;
  }
  .capability-list article > span,
  .process-list li > span { grid-row: 1 / 3; }
  .capability-list article > :not(:first-child),
  .process-list li > :not(:first-child) { grid-column: 2; }
  .capability-list article > p,
  .process-list li > p { margin-top: 22px; }
  .capability-list h2,
  .process-list h2 { font-size: 2.8rem; }

  .proof-panel {
    min-height: 760px;
    margin-bottom: 80px;
    padding: 36px 24px;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .proof-panel > div p { font-size: 2.3rem; }

  .identity-list > div { min-height: auto; padding: 38px 0; grid-template-columns: 1fr; gap: 22px; }
  .identity-list h2 { font-size: 2.8rem; }
  .founder-panel { min-height: 760px; margin-block: 80px; padding: 36px 24px; }
  .founder-panel blockquote { margin-top: 100px; font-size: clamp(3rem, 13vw, 4.4rem); }
  .founder-panel > p:last-child { margin-top: 52px; }
  .commitment-cards { margin-bottom: 80px; }
  .commitment-cards article { min-height: 370px; }

  footer { margin-top: 50px; padding-top: 60px; }
  .footer-top { min-height: 360px; grid-template-columns: 1fr; }
  .footer-top p { font-size: 3.8rem; }
  .footer-top > a { align-self: start; justify-self: start; }
  .footer-bottom { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom p:last-child { text-align: left; }

  .error-shell { width: var(--shell); padding: 70px 0; grid-template-columns: 1fr; }
  .error-message h1 { font-size: 4.4rem; }
  .error-coordinate { margin-top: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
