/* ------------------------------------------------------------------
   Studio — minimalist architecture portfolio
   Neutral palette, generous whitespace, image-led grid.
------------------------------------------------------------------ */

:root {
  --bg: #ffffff;
  --ink: #161514;
  --muted: #8a8782;
  --line: #d9d6d1;
  --accent: #161514;
  --maxw: 1480px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --serif: "Newsreader", "Georgia", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

a { color: inherit; text-decoration: none; }
a:hover { opacity: 0.6; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }


/* ---------- Smooth black cursor ---------- */
.tforms-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-100px, -100px, 0) translate(-50%, -50%) scale(0.24);
  transition: opacity 0.22s ease, background-color 0.18s ease;
  will-change: transform, opacity;
}
.tforms-cursor.is-visible { opacity: 1; }
.cursor-text-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  clip-path: circle(17px at var(--overlay-cursor-x, 50%) var(--overlay-cursor-y, 50%));
  transition: opacity 0.1s ease;
  will-change: transform, clip-path, opacity;
}

.cursor-text-overlay.is-visible {
  opacity: 1;
}
body.custom-cursor-enabled,
body.custom-cursor-enabled a,
body.custom-cursor-enabled button,
body.custom-cursor-enabled summary,
body.custom-cursor-enabled [role="button"] {
  cursor: none;
}
body.custom-cursor-enabled a:hover,
body.custom-cursor-enabled button:hover,
body.custom-cursor-enabled summary:hover,
body.custom-cursor-enabled [role="button"]:hover {
  opacity: 1;
}
body.custom-cursor-enabled .index-row:hover,
body.custom-cursor-enabled .contact-direct a:hover,
body.custom-cursor-enabled .about-contact a:hover {
  position: relative;
}
body.custom-cursor-enabled .citymap,
body.custom-cursor-enabled .citymap * {
  cursor: default;
}
body.custom-cursor-enabled .citymap a,
body.custom-cursor-enabled .citymap .hotspot,
body.custom-cursor-enabled .citymap .marker {
  cursor: pointer;
}
body.custom-cursor-enabled input,
body.custom-cursor-enabled textarea,
body.custom-cursor-enabled select,
body.custom-cursor-enabled label {
  cursor: auto;
}
@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .tforms-cursor { display: none; }
}
/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem var(--gutter);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: none;
}
.brand-logo {
  position: relative;
  display: block;
  width: 36px;
  height: 32px;
  background: transparent;
}
.brand-logo > span {
  position: absolute;
  display: block;
  background: var(--ink);
}
.logo-square {
  width: 9px;
  height: 9px;
  top: 1px;
}
.logo-left { left: 0; }
.logo-bar {
  width: 9px;
  height: 31px;
  left: 13px;
  top: 1px;
}
.logo-right {
  width: 10px;
  height: 10px;
  left: 26px;
  top: 1px;
  border-radius: 50%;
}
.logo-right span {
  display: none;
}

.site-nav {
  display: flex;
  gap: clamp(1rem, 3vw, 2.5rem);
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0.12em;
}
.site-nav a {
  position: relative;
  display: inline-block;
  color: var(--ink);
  transition: color 0.22s ease, opacity 0.22s ease;
  --nav-cursor-x: 50%;
  --nav-cursor-y: 50%;
}
.site-nav a:hover {
  color: var(--muted);
  opacity: 1;
}
.site-nav a::after { display: none; }
.site-nav a.active { color: var(--ink); opacity: 1; }
.site-nav a.active:hover { color: var(--muted); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 22px; height: 1.5px; background: var(--ink);
  transition: transform 0.25s, opacity 0.25s;
}

/* ---------- Homepage: City Map ---------- */
body.is-home { height: 100vh; overflow: hidden; }
body.is-home .site-header { background: color-mix(in srgb, var(--bg) 80%, transparent); }
body.is-home .site-nav {
  font-size: 0.98rem;
}

.citymap {
  position: fixed;
  inset: 0;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px var(--gutter) 72px;
}
/* centered stage that keeps the panorama's 2:1 ratio and always fits on screen */
.citymap-stage {
  position: relative;
  width: min(100%, (100vh - 180px) * 2);
  aspect-ratio: 2 / 1;
}
.city-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none; /* markers stay clickable */
  color: #1d1b18;        /* solid pen ink */
}
/* the prepared hand-drawn image, when present */
.city-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
/* base drawing shown at full strength, exactly as drawn */
.city-img.base { filter: none; opacity: 1; }
/* the colour layer adds colour on top; it is masked (with feathered edges,
   set in JS) to the hovered project's building, and faded in via opacity.
   NOTE: class is "color-layer" (not "reveal") to avoid colliding with the
   scroll-reveal utility class, which applied a translateY and shifted it down. */
.city-img.color-layer {
  opacity: 0;
  transition: opacity 0.35s ease;
  filter: saturate(1.06);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
/* fallback when no colour artwork exists: warm wash so the area "colours in" */
.city-img.color-layer.tinted { filter: sepia(0.5) saturate(1.7) contrast(1.05) brightness(0.99); }

/* invisible, building-shaped hotspots — no dots or text labels on the map */
.hotspot {
  position: absolute;
  inset: 0;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.xy-cursor {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.16s ease;
  color: rgba(90, 90, 94, 0.78);
}
.xy-cursor.is-visible {
  opacity: 1;
}
.xy-line {
  position: absolute;
  display: block;
  background: currentColor;
  opacity: 0.62;
}
.x-line {
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-0.5px);
}
.y-line {
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-0.5px);
}
.xy-node {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
  transform: translate(-50%, -50%);
}
.xy-label {
  position: absolute;
  font-size: clamp(10px, 1vw, 15px);
  line-height: 1;
  letter-spacing: 0;
  color: currentColor;
  text-shadow: 0 1px 0 rgba(244, 243, 241, 0.82);
  white-space: nowrap;
}
.city-title {
  font-family: var(--serif);
  fill: #1c1a18;
  opacity: 0.14;
  letter-spacing: 0.02em;
}
.citymap-copy {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  width: min(100% - (var(--gutter) * 2), 1120px);
  transform: translateX(-50%);
  pointer-events: none;
}
.citymap-kicker {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-align: center;
  white-space: nowrap;
}
.citymap-kicker span {
  color: var(--ink);
  letter-spacing: 0.18em;
}
.citymap-kicker b {
  color: var(--muted);
  font-weight: 400;
  margin: 0 0.42rem;
}
.citymap-caption {
  margin: 0;
  font-size: 1rem;
  font-family: var(--serif);
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1.45;
  color: var(--ink);
  max-width: none;
  text-align: center;
  white-space: nowrap;
}
.mobile-experience-note {
  display: none;
}
/* project markers overlaid on the map */
.marker {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 6;
}
.marker:hover { opacity: 1; z-index: 20; }
.marker-dot {
  width: 11px; height: 11px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--bg);
  flex: none;
  transition: background 0.2s, transform 0.2s;
}
.marker:hover .marker-dot { background: var(--ink); transform: scale(1.25); }
.marker-label {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  white-space: nowrap;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  padding: 1px 4px;
}
.marker-num { font-size: 0.62rem; color: var(--muted); letter-spacing: 0.08em; }
.marker-title {
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.marker:hover .marker-title { border-bottom-color: var(--ink); }

/* thumbnail preview on hover */
.marker-thumb {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translate(-50%, 6px);
  width: 220px;
  aspect-ratio: 15/11;
  background: var(--line);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.marker:hover .marker-thumb { opacity: 1; transform: translate(-50%, 0); }
.marker-thumb img {
  filter: grayscale(1) contrast(0.9);
  transition: filter 0.25s ease, transform 0.4s ease;
}
.marker:hover .marker-thumb img {
  filter: grayscale(0) contrast(1);
  transform: scale(1.035);
}

@media (max-width: 680px) {
  body.is-home {
    height: auto;
    min-height: 100svh;
    overflow: auto;
  }
  body.is-home .site-header {
    position: sticky;
    border-bottom: 0;
  }
  .citymap {
    position: relative;
    inset: auto;
    min-height: calc(100svh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 var(--gutter) calc(3.25rem + env(safe-area-inset-bottom));
  }
  .citymap-stage {
    width: min(100%, 680px) !important;
    margin: 0 auto;
  }
  .xy-cursor {
    display: none;
  }
  .hotspot {
    min-width: 28px;
    min-height: 28px;
  }
  .marker-title { font-size: 0.8rem; }
  .marker-thumb { width: 150px; }
  .citymap-copy {
    display: none;
  }
  .mobile-experience-note {
    display: block;
    position: fixed;
    z-index: 12;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    max-width: none;
    padding: 0.72rem var(--gutter) calc(0.72rem + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--bg) 86%, var(--line));
    color: var(--muted);
    font-size: 0.62rem;
    line-height: 1.55;
    text-align: center;
    opacity: 0.82;
    pointer-events: none;
  }
}

/* ---------- Intro ---------- */
.intro {
  padding: clamp(3.5rem, 10vw, 8rem) var(--gutter) clamp(2rem, 5vw, 4rem);
  max-width: var(--maxw);
  margin: 0 auto;
}
.intro-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 4.2vw, 3.4rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  max-width: 22ch;
  margin: 0 0 2.5rem;
}
.intro-meta {
  display: flex;
  gap: 2rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
}

/* ---------- Project grid (masonry-ish via columns) ---------- */
.grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(4rem, 10vw, 8rem);
  column-count: 3;
  column-gap: clamp(1rem, 2.5vw, 2.5rem);
}
@media (max-width: 900px) { .grid { column-count: 2; } }
@media (max-width: 560px) { .grid { column-count: 1; } }

.card {
  break-inside: avoid;
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
  display: block;
}
.card-media {
  position: relative;
  overflow: hidden;
  background: var(--line);
}
.card-media img {
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s;
  filter: grayscale(0.15);
}
.card:hover .card-media img {
  transform: scale(1.04);
  filter: grayscale(0);
}
.card-index {
  position: absolute;
  top: 0.75rem; left: 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #fff;
  mix-blend-mode: difference;
}
.card-body {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 0.1rem 0;
  border-top: 1px solid transparent;
}
.card-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.card-sub {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  white-space: nowrap;
}
.card-excerpt {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0.4rem 0.1rem 0;
  max-width: 38ch;
}

/* ---------- Generic page (about / contact / projects index) ---------- */
.page {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) var(--gutter) clamp(4rem, 10vw, 8rem);
}
body:has(.about) .page {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(310px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  padding-left: clamp(1rem, 1.8vw, 1.8rem);
}
.page-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.page-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
}
.page-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.05;
  margin: 0;
}

.projects-index-page .site-header {
  border-bottom: 0 !important;
  box-shadow: none;
}
.projects-index-page .page {
  max-width: 1180px;
  padding: clamp(2.4rem, 6vw, 5rem) var(--gutter) clamp(4rem, 8vw, 7rem);
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.projects-index-page .page-head {
  display: none;
  width: min(100%, 760px);
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.projects-index-page .page-title {
  font-size: clamp(0.95rem, 1.45vw, 1.4rem);
  font-family: var(--sans);
  font-weight: 700;
  line-height: 1.03;
}

.prose {
  max-width: 60ch;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
}
.prose p { margin: 0 0 1.4em; }
.prose h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.5rem;
  margin: 2.5rem 0 1rem;
}

/* two-column about layout */
.split {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }

.about-single {
  max-width: 60ch;
}

.about {
  width: min(100%, 720px);
  max-width: 72ch;
  min-height: auto;
  margin: 0;
  text-align: left;
}
.about-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin: 0 0 1.2rem;
}
.manifesto-lead {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--muted);
  margin: 0 0 0.4rem;
}
.manifesto {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.4;
  letter-spacing: 0;
  max-width: 24ch;
  margin: 0 0 2.5rem;
}
.about-body p {
  font-size: 0.92rem;
  line-height: 1.9;
  max-width: 72ch;
  margin: 0 0 1.3em;
  text-align: left;
}
.about-body p:last-child { margin-bottom: 0; }

.facts { font-size: 0.9rem; }
.facts dl { display: grid; grid-template-columns: minmax(7rem, auto) 1fr; gap: 0.65rem 1.5rem; margin: 0; }
.facts dt { color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; padding-top: 0.2rem; }
.facts dd { margin: 0; line-height: 1.55; }
.facts dl + dl { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.about-contact {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.about-contact h2 {
  margin: 0 0 1rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-contact p {
  margin: 0 0 0.8rem;
  line-height: 1.6;
}
.about-contact p:last-child { margin-bottom: 0; }
.about-contact a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid var(--line);
  --link-cursor-x: 50%;
  --link-cursor-y: 50%;
}
/* ---------- Project index scroll rows ---------- */
.index-list {
  display: grid;
  gap: 0.15rem;
  border-top: 0;
  width: min(100%, 720px);
  margin-left: auto;
  margin-right: auto;
}
.index-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(2.2rem, auto) minmax(4.5rem, auto) minmax(0, 1fr);
  align-items: baseline;
  gap: clamp(1rem, 3vw, 3rem);
  min-height: auto;
  border-bottom: 0;
  opacity: 1;
  --row-cursor-x: 50%;
  --row-cursor-y: 50%;
}
.ir-index,
.ir-year {
  align-self: stretch;
  display: flex;
  align-items: baseline;
  min-height: auto;
  padding: clamp(0.65rem, 1.4vw, 1.1rem) 0;
  border-right: 0;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ir-year {
  color: var(--muted);
  font-weight: 400;
}
.ir-content {
  display: flex;
  align-items: baseline;
  padding: clamp(0.65rem, 1.4vw, 1.1rem) 0;
}
.ir-text {
  width: min(100%, 980px);
}
.ir-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(0.95rem, 1.45vw, 1.4rem);
  line-height: 1.03;
  letter-spacing: 0;
}
.ir-meta {
  margin: 0.42rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.index-row .ir-index,
.index-row .ir-year,
.index-row .ir-title,
.index-row .ir-meta {
  transition: color 0.28s ease, opacity 0.28s ease;
}
.index-row:hover .ir-index,
.index-row:hover .ir-year,
.index-row:hover .ir-title,
.index-row:hover .ir-meta {
  color: var(--muted);
  opacity: 1;
}
.index-row-invert {
  position: absolute;
  inset: 0;
  z-index: 10001;
  display: grid;
  grid-template-columns: minmax(2.2rem, auto) minmax(4.5rem, auto) minmax(0, 1fr);
  align-items: baseline;
  gap: clamp(1rem, 3vw, 3rem);
  color: #fff;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: normal;
  overflow: hidden;
  clip-path: circle(17px at var(--row-cursor-x) var(--row-cursor-y));
  transition: opacity 0.12s ease;
}
.index-row:hover .index-row-invert {
  opacity: 1;
}
.index-row-invert .ir-index,
.index-row-invert .ir-year,
.index-row-invert .ir-title,
.index-row-invert .ir-meta {
  color: #fff !important;
}
.index-row-invert * {
  color: #fff !important;
}
@media (max-width: 760px) {
  .index-row {
    grid-template-columns: 2.2rem minmax(4.2rem, auto) minmax(0, 1fr);
    gap: 0.8rem;
  }
  .ir-content { grid-template-columns: 1fr; }
  .index-row { min-height: auto; }
  .ir-index {
    position: static;
    min-height: auto;
    border-right: 0;
    border-bottom: 0;
  }
}

/* ---------- Contact ---------- */
.contact-page {
  min-height: 100vh;
}
.contact-page .site-header {
  border-bottom: 0;
}
.contact-scene {
  min-height: calc(100vh - 72px);
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2.4rem, 6vw, 5rem) var(--gutter) clamp(4rem, 8vw, 7rem);
  text-align: center;
}
.contact-label {
  margin: 0 0 1.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.5em;
}
.contact-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3.1vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}
.contact-subtitle {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
}
.studio-sketch {
  width: min(76vw, 1120px);
  height: auto;
  margin: clamp(4rem, 14vh, 11rem) auto clamp(3rem, 8vh, 6rem);
  color: color-mix(in srgb, var(--ink) 52%, transparent);
  overflow: visible;
}
.studio-hotspots a {
  cursor: pointer;
}
.studio-hotspots a > * {
  fill: transparent;
  stroke: transparent;
}
.studio-hotspots a:hover > *,
.studio-hotspots a:focus-visible > * {
  fill: color-mix(in srgb, var(--ink) 7%, transparent);
}
.contact-direct {
  width: min(100%, 720px);
  margin: clamp(2.4rem, 5vw, 4.2rem) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2.4rem, 8vw, 6.5rem);
}
.contact-direct a {
  position: relative;
  display: inline-block;
  color: var(--ink);
  border-bottom: 0;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: none;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
  --link-cursor-x: 50%;
  --link-cursor-y: 50%;
}
.contact-direct a:hover {
  color: var(--muted);
}
.contact-direct span {
  display: inline-block;
  margin-left: 0.42rem;
  font-style: normal;
  transform: translateY(-0.04em);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
}
.contact-block h3 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted); margin: 0 0 0.6rem;
}
.contact-block p { margin: 0; line-height: 1.7; }
.contact-block a { border-bottom: 1px solid var(--line); }

.contact-form {
  display: grid;
  gap: 1.05rem;
  width: min(100%, 720px);
  margin-top: clamp(2.5rem, 7vw, 5rem);
  text-align: left;
}
.contact-form label {
  font-size: 0.72rem;
  text-transform: none;
  letter-spacing: 0.06em;
  color: var(--muted);
  display: grid;
  gap: 0.38rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 32%, transparent);
  padding: 0.55rem 0;
  outline: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--ink);
}
.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: var(--muted);
  cursor: pointer;
}
.contact-form textarea { resize: vertical; min-height: 100px; }
.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.btn {
  justify-self: center;
  font-family: inherit;
  font-size: 0.78rem;
  text-transform: none;
  letter-spacing: 0.04em;
  background: var(--ink);
  color: var(--bg);
  border: 0;
  padding: 0.48rem 1.25rem;
  min-height: 0;
  margin: 0.8rem 0 2.8rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn:hover { opacity: 0.82; }
.btn:disabled {
  cursor: wait;
  opacity: 0.58;
}
.form-note { font-size: 0.85rem; color: var(--muted); }
.form-status {
  justify-self: center;
  width: min(100%, 420px);
  margin: 0.45rem 0 0;
  padding: 0.72rem 1rem;
  color: var(--ink);
  background: color-mix(in srgb, var(--line) 34%, transparent);
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 760px) {
  .contact-scene {
    min-height: auto;
    padding-top: clamp(2rem, 10vw, 3.5rem);
    transform: none;
  }
  .contact-label {
    letter-spacing: 0.34em;
  }
  .studio-sketch {
    width: min(120vw, 760px);
    margin: 3.5rem auto 3rem;
  }
}

/* ---------- Footer ---------- */
.site-footer {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) var(--gutter);
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
}
.site-footer h3 {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted); margin: 0 0 0.8rem; font-weight: 500;
}
.site-footer p { margin: 0; line-height: 1.7; }
.footer-meta { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.to-top { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; }
@media (max-width: 720px) { .site-footer { grid-template-columns: 1fr 1fr; } }

/* ---------- Mobile nav ---------- */
@media (max-width: 680px) {
  .brand-logo {
    width: 29px;
    height: 26px;
  }
  .brand-logo > span {
    background: var(--ink);
  }
  .logo-square {
    width: 7px;
    height: 7px;
    top: 1px;
  }
  .logo-bar {
    width: 7px;
    height: 25px;
    left: 10px;
    top: 1px;
  }
  .logo-right {
    width: 8px;
    height: 8px;
    left: 20px;
    top: 1px;
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px 6px;
  }
  .nav-toggle { position: relative; z-index: 80; }
  .nav-toggle span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ink);
  }
  .site-nav {
    position: fixed;
    z-index: 70;
    inset: 72px 0 auto 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.15rem;
    padding: 1.2rem var(--gutter) 1.5rem;
    background: var(--bg);
    font-size: 0.95rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 42px rgba(28, 26, 24, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }
  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-nav a {
    padding: 0.15rem 0 0.8rem;
  }
  .site-nav a::after {
    left: 0;
    transform: scale(0.55);
    transform-origin: left center;
  }
  .site-nav a:hover::after {
    transform: scale(0.82);
  }
  .site-nav a.active::after {
    transform: scale(1);
  }
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open .nav-toggle span:nth-child(1),
  body.nav-open .nav-toggle span:nth-child(2),
  body.nav-open .nav-toggle span:nth-child(3) {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .card-media img { transition: none; }
}

/* ---------- Studio interactive sketch ---------- */
.studio-map {
  width: 100%;
  margin: 0;
}
.studio-map-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.1rem, 2vw, 1.8rem);
  align-items: center;
}
.studio-map-stage {
  position: relative;
  width: min(100%, 1040px);
  aspect-ratio: 3621 / 2150;
  min-height: clamp(430px, 48vw, 660px);
  justify-self: center;
}
.studio-map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.studio-map-color {
  opacity: 0;
  transition: opacity 0.28s ease;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.studio-map-color.is-visible {
  opacity: 1;
}
.studio-point {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w, 14%);
  height: var(--h, 14%);
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.studio-point:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--ink) 24%, transparent);
  outline-offset: 2px;
}
.studio-info {
  min-height: 148px;
  width: min(100%, 980px);
  justify-self: center;
  align-self: start;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--ink);
  overflow: hidden;
}
.studio-info-label {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.studio-info h2 {
  margin: 0 0 0.75rem;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.studio-info-text {
  max-width: 72ch;
  color: color-mix(in srgb, var(--ink) 76%, var(--muted));
  font-size: 0.9rem;
  line-height: 1.6;
}
.studio-info-text ul {
  margin: 0.5rem 0 0;
  padding-left: 1rem;
  columns: 2;
  column-gap: 2.2rem;
  max-width: 58ch;
}
.studio-info-text li {
  margin: 0 0 0.16rem;
  break-inside: avoid;
}
.studio-process-flow,
.studio-process-note {
  display: block;
}
.studio-process-flow {
  max-width: 76ch;
  white-space: normal;
}
.studio-process-note {
  margin-top: 0.45rem;
  max-width: 64ch;
}
@media (max-width: 1080px) {
  body:has(.about) .page {
    grid-template-columns: 1fr;
    padding-left: var(--gutter);
  }
  .about {
    min-height: auto;
    margin-top: clamp(2rem, 10vw, 4rem);
  }
}
@media (max-width: 860px) {
  .studio-map-wrap {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .studio-info {
    min-height: 0;
  }
  .studio-info-text {
    max-width: 58ch;
  }
}
@media (max-width: 560px) {
  .studio-map-stage {
    width: calc(100vw - (var(--gutter) * 2));
    min-height: 180px;
  }
}

/* Studio two-column refinement */
body:has(.about) .page {
  max-width: none;
  width: 100%;
  min-height: calc(100vh - 72px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  padding: clamp(2.4rem, 6vw, 5.2rem) var(--gutter) clamp(3rem, 7vw, 5.5rem);
  align-items: center;
}
body:has(.about) .about {
  width: min(100%, 520px);
  justify-self: center;
  align-self: center;
}
body:has(.about) .manifesto {
  max-width: 20ch;
  margin-bottom: 2rem;
}
body:has(.about) .about-body p {
  max-width: 54ch;
}
body:has(.about) .about-contact.contact-direct {
  width: min(100%, 520px);
  margin: clamp(1.8rem, 4vw, 3rem) 0 0;
  padding-top: 0;
  border-top: 0;
  justify-content: flex-start;
  gap: clamp(1.25rem, 3vw, 2.3rem);
  flex-wrap: wrap;
}
body:has(.about) .about-contact.contact-direct a {
  border-bottom: 0;
}
body:has(.about) .studio-map {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:has(.about) .studio-map-wrap {
  width: min(100%, 820px);
  justify-items: center;
  align-content: center;
}
body:has(.about) .studio-map-stage {
  width: min(100%, 780px);
  min-height: clamp(330px, 36vw, 545px);
  align-self: center;
}
body:has(.about) .studio-map-img {
  object-fit: contain;
}
body:has(.about) .studio-info {
  width: min(100%, 720px);
  min-height: 136px;
}

@media (max-width: 1080px) {
  body:has(.about) .page {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vw, 4rem);
  }
  body:has(.about) .about,
  body:has(.about) .studio-map-wrap {
    justify-self: center;
  }
  body:has(.about) .about-contact.contact-direct {
    justify-content: center;
  }
}
/* Studio balance refinement */
body:has(.about) .page {
  padding-top: clamp(1.6rem, 4.2vw, 3.6rem);
  padding-bottom: clamp(2.4rem, 5.6vw, 4.6rem);
  align-items: center;
}
body:has(.about) .about {
  transform: translateY(-2.2vh);
}
body:has(.about) .studio-map {
  align-items: center;
}
body:has(.about) .studio-map-wrap {
  grid-template-rows: minmax(0, auto) 154px;
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  align-items: center;
  transform: translateY(-1.2vh);
}
body:has(.about) .studio-map-stage {
  width: min(100%, 830px);
  min-height: clamp(350px, 38vw, 560px);
}
body:has(.about) .studio-info {
  height: 154px;
  min-height: 154px;
  align-self: start;
  overflow: hidden;
  padding-top: 1rem;
}
body:has(.about) .studio-info h2 {
  margin-bottom: 0.5rem;
}
body:has(.about) .studio-info-text {
  max-width: 68ch;
  line-height: 1.48;
}
body:has(.about) .studio-info-text ul {
  columns: 2;
  column-gap: 1.8rem;
  max-width: 62ch;
  margin-top: 0.35rem;
}
body:has(.about) .studio-info-text li {
  margin-bottom: 0.05rem;
}
body:has(.about) .studio-process-flow {
  max-width: 68ch;
  line-height: 1.45;
}
body:has(.about) .studio-process-note {
  margin-top: 0.32rem;
  max-width: 58ch;
}
@media (max-width: 1080px) {
  body:has(.about) .about,
  body:has(.about) .studio-map-wrap {
    transform: none;
  }
  body:has(.about) .studio-map-wrap {
    grid-template-rows: auto auto;
  }
  body:has(.about) .studio-info {
    height: auto;
    min-height: 0;
  }
}
/* Studio editorial text structure */
body:has(.about) .about {
  width: min(100%, 540px);
  justify-self: center;
  align-self: center;
  transform: translateY(-1vh);
}
body:has(.about) .manifesto-lead {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--muted);
  margin: 0 0 0.4rem;
}
body:has(.about) .manifesto {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.38rem, 2.35vw, 1.9rem);
  line-height: 1.36;
  max-width: 22ch;
  margin: 0 0 clamp(1.35rem, 2.6vw, 2.1rem);
}
body:has(.about) .about-body {
  width: min(100%, 520px);
}
body:has(.about) .about-body p {
  max-width: 100%;
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.72;
  letter-spacing: 0.01em;
  margin: 0 0 1.05em;
  color: color-mix(in srgb, var(--ink) 88%, var(--muted));
  text-align: left;
}
body:has(.about) .about-contact.contact-direct {
  width: min(100%, 520px);
  margin-top: clamp(1.35rem, 2.8vw, 2.2rem);
  gap: clamp(1.25rem, 3vw, 2.3rem);
  justify-content: flex-start;
}
body:has(.about) .about-contact.contact-direct a {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}
@media (max-width: 1080px) {
  body:has(.about) .about {
    width: min(100%, 520px);
    transform: none;
  }
  body:has(.about) .about-body,
  body:has(.about) .about-contact.contact-direct {
    width: min(100%, 520px);
  }
}
/* Studio page final composition */
body:has(.about) .page {
  max-width: none;
  width: 100%;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(2.6rem, 5vw, 5.5rem);
  align-items: center;
  padding: clamp(2rem, 4.5vw, 4rem) clamp(2rem, 5vw, 5rem) clamp(2.4rem, 5vw, 4.6rem);
}
body:has(.about) .about {
  width: min(100%, 520px);
  justify-self: center;
  align-self: center;
  transform: translateY(-1.5vh);
}
body:has(.about) .manifesto-lead {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--muted);
  margin: 0 0 0.35rem;
}
body:has(.about) .manifesto {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.55rem, 2.35vw, 2.05rem);
  line-height: 1.32;
  letter-spacing: 0;
  max-width: 23ch;
  margin: 0 0 clamp(1.5rem, 2.5vw, 2.2rem);
}
body:has(.about) .about-body {
  width: min(100%, 520px);
}
body:has(.about) .about-body p {
  max-width: 58ch;
  margin: 0 0 1.08em;
  color: color-mix(in srgb, var(--ink) 86%, var(--muted));
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.72;
  letter-spacing: 0.01em;
  text-align: left;
}
body:has(.about) .about-contact.contact-direct {
  width: min(100%, 520px);
  margin: clamp(1.7rem, 3vw, 2.5rem) 0 0;
  padding-top: 0;
  border-top: 0;
  justify-content: flex-start;
  gap: clamp(1.35rem, 3vw, 2.4rem);
  flex-wrap: wrap;
}
body:has(.about) .about-contact.contact-direct a {
  border-bottom: 0;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}
body:has(.about) .studio-map {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:has(.about) .studio-map-wrap {
  width: min(100%, 860px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, auto) 190px;
  gap: clamp(0.8rem, 1.5vw, 1.2rem);
  align-items: center;
  justify-items: center;
  align-content: center;
  transform: translateY(-0.8vh);
}
body:has(.about) .studio-map-stage {
  width: min(100%, 830px);
  aspect-ratio: 3621 / 2150;
  min-height: auto;
  max-height: min(58vh, 560px);
  align-self: end;
}
body:has(.about) .studio-map-img {
  object-fit: contain;
}
body:has(.about) .studio-info {
  width: min(100%, 740px);
  height: 190px;
  min-height: 190px;
  align-self: start;
  overflow: hidden;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
body:has(.about) .studio-info-label {
  margin-bottom: 0.55rem;
}
body:has(.about) .studio-info h2 {
  margin-bottom: 0.45rem;
}
body:has(.about) .studio-info-text {
  max-width: 70ch;
  font-size: 0.9rem;
  line-height: 1.44;
}
body:has(.about) .studio-info-text ul {
  columns: 2;
  column-gap: 1.6rem;
  max-width: 68ch;
  margin-top: 0.3rem;
}
body:has(.about) .studio-info-text li {
  margin-bottom: 0;
}
body:has(.about) .studio-process-flow {
  display: block;
  max-width: 72ch;
  line-height: 1.4;
}
body:has(.about) .studio-process-note {
  display: block;
  margin-top: 0.28rem;
  max-width: 62ch;
}
@media (max-width: 1120px) {
  body:has(.about) .page {
    grid-template-columns: 1fr;
    gap: clamp(2.2rem, 6vw, 4rem);
    padding-inline: var(--gutter);
  }
  body:has(.about) .about,
  body:has(.about) .studio-map-wrap {
    transform: none;
  }
  body:has(.about) .about {
    justify-self: center;
  }
  body:has(.about) .studio-map-wrap {
    grid-template-rows: auto auto;
  }
  body:has(.about) .studio-map-stage {
    max-height: none;
  }
  body:has(.about) .studio-info {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 620px) {
  body:has(.about) .manifesto {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }
  body:has(.about) .about-contact.contact-direct {
    gap: 1rem 1.4rem;
  }
  body:has(.about) .studio-info-text ul {
    columns: 1;
  }
}
/* Studio caption only appears on hover */
body:has(.about) .studio-info {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
}
body:has(.about) .studio-map.has-studio-info .studio-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
/* Studio book-spread composition */
body:has(.about) .page {
  max-width: min(100%, 1480px);
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  justify-items: center;
  padding: clamp(2.4rem, 5vw, 4.6rem) clamp(2rem, 5vw, 5rem) clamp(2.4rem, 5vw, 4.6rem);
}
body:has(.about) .about {
  width: min(100%, 500px);
  justify-self: center;
  align-self: center;
  transform: none;
}
body:has(.about) .manifesto-lead {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.35;
  color: var(--muted);
  letter-spacing: 0;
  margin: 0 0 0.35rem;
}
body:has(.about) .manifesto {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.34;
  max-width: 23ch;
  margin: 0 0 clamp(1.45rem, 2.4vw, 2rem);
}
body:has(.about) .about-body {
  width: min(100%, 500px);
}
body:has(.about) .about-body p {
  max-width: 58ch;
  margin: 0 0 1.08em;
  color: color-mix(in srgb, var(--ink) 86%, var(--muted));
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.72;
  letter-spacing: 0.01em;
  text-align: left;
}
body:has(.about) .about-contact.contact-direct {
  width: min(100%, 500px);
  margin: clamp(1.6rem, 3vw, 2.3rem) 0 0;
  padding-top: 0;
  border-top: 0;
  justify-content: flex-start;
  gap: clamp(1.3rem, 3vw, 2.3rem);
  flex-wrap: wrap;
}
body:has(.about) .about-contact.contact-direct a {
  border-bottom: 0;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}
body:has(.about) .studio-map {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:has(.about) .studio-map-wrap {
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, auto) 190px;
  gap: clamp(0.8rem, 1.5vw, 1.2rem);
  align-items: center;
  justify-items: center;
  align-content: center;
  transform: none;
}
body:has(.about) .studio-map-stage {
  width: min(100%, 680px);
  aspect-ratio: 3621 / 2150;
  min-height: auto;
  max-height: min(54vh, 470px);
  align-self: end;
}
body:has(.about) .studio-map-img {
  object-fit: contain;
}
body:has(.about) .studio-info {
  width: min(100%, 620px);
  height: 190px;
  min-height: 190px;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  align-self: start;
  overflow: hidden;
}
body:has(.about) .studio-info-text {
  max-width: 68ch;
  font-size: 0.9rem;
  line-height: 1.44;
}
body:has(.about) .studio-info-text ul {
  columns: 2;
  column-gap: 1.6rem;
  max-width: 66ch;
  margin-top: 0.3rem;
}
@media (max-width: 1120px) {
  body:has(.about) .page {
    grid-template-columns: 1fr;
    gap: clamp(2.2rem, 6vw, 4rem);
    padding-inline: var(--gutter);
  }
  body:has(.about) .studio-map-wrap {
    width: min(100%, 760px);
    grid-template-rows: auto auto;
  }
  body:has(.about) .studio-map-stage {
    max-height: none;
  }
  body:has(.about) .studio-info {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 620px) {
  body:has(.about) .manifesto {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }
  body:has(.about) .studio-info-text ul {
    columns: 1;
  }
}
/* Studio spread final scale tune */
body:has(.about) .page {
  grid-template-columns: minmax(420px, 500px) minmax(0, 1fr);
  gap: clamp(1.4rem, 2vw, 2rem);
  padding-inline: clamp(1rem, 1.4vw, 1.5rem);
}
body:has(.about) .studio-map-wrap {
  width: min(100%, 920px);
  margin-right: 0;
}
body:has(.about) .studio-map-stage {
  width: 100%;
  max-height: min(72vh, 650px);
}
@media (max-width: 1120px) {
  body:has(.about) .page {
    grid-template-columns: 1fr;
    gap: clamp(2.2rem, 6vw, 4rem);
    padding-inline: var(--gutter);
  }
  body:has(.about) .studio-map-wrap {
    width: min(100%, 900px);
    margin-right: 0;
  }
  body:has(.about) .studio-map-stage {
    width: min(100%, 900px);
    max-height: none;
  }
}
/* Studio image alignment: hidden captions do not affect the clean canvas */
body:has(.about) .studio-map-wrap {
  position: relative;
  grid-template-rows: auto;
}
body:has(.about) .studio-info {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translate(-50%, 6px);
  z-index: 5;
}
body:has(.about) .studio-map.has-studio-info .studio-info {
  transform: translate(-50%, 0);
}
@media (max-width: 1120px) {
  body:has(.about) .studio-info {
    position: static;
    transform: translateY(6px);
  }
  body:has(.about) .studio-map.has-studio-info .studio-info {
    transform: translateY(0);
  }
}
/* Studio contact alignment with hover information rule */
body:has(.about) .about-contact.contact-direct {
  margin-top: clamp(4.9rem, 6vw, 5.45rem);
}
@media (max-width: 1120px) {
  body:has(.about) .about-contact.contact-direct {
    margin-top: clamp(1.6rem, 3vw, 2.3rem);
  }
}
/* Studio contact rule alignment */
body:has(.about) .about-contact.contact-direct {
  margin-top: clamp(6.8rem, 7.8vw, 7.3rem);
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
@media (max-width: 1120px) {
  body:has(.about) .about-contact.contact-direct {
    margin-top: clamp(1.6rem, 3vw, 2.3rem);
    padding-top: 0;
    border-top: 0;
  }
}
/* Homepage sketchbook linework softness */
.city-img.base {
  opacity: 1;
  filter: grayscale(1) brightness(0.9) contrast(1.55);
}
/* Studio lower rule alignment */
body:has(.about) .about-contact.contact-direct {
  margin-top: clamp(7.9rem, 9vw, 8.45rem);
}
/* Studio caption title and rule alignment refinement */
body:has(.about) .studio-info h2 {
  font-style: italic;
}
body:has(.about) .about-contact.contact-direct {
  margin-top: clamp(8.65rem, 9.8vw, 9.25rem);
}