/* TABLE WORKS — B/W studio site.
   Language: full-bleed monochrome imagery, numbered nav, hairline rules,
   giant display type, circle/square brand geometry. */

:root {
  --black: #0b0b0b;
  --white: #ffffff;
  --off: #f4f4f2;
  --gray: #9a9a9a;
  --gray-d: #6f6f6f;
  --hair: rgba(11, 11, 11, 0.16);
  --hair-w: rgba(255, 255, 255, 0.18);
  --pad: clamp(20px, 3.5vw, 56px);
  --sans: 'Inter', Helvetica, Arial, sans-serif;
  --round: 'Quicksand', var(--sans);
}

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

html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--black);
  color: var(--white);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }

.small { font-size: 12px; letter-spacing: 0.01em; }
.label { font-size: 12px; color: var(--gray); }

/* ---------- logo ---------- */
.tw-logo { display: inline-flex; align-items: center; }
.tw-logo img { height: 30px; width: auto; display: block; filter: invert(1); }
.page-home .tw-logo img, .on-white .tw-logo img { filter: none; }
body.menu-open .tw-logo img { filter: invert(1); }

/* ---------- language toggle ---------- */
.head-right { display: flex; align-items: center; gap: 18px; margin-top: 2px; }
.lang { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; }
.lang button { background: none; border: 0; color: inherit; padding: 2px 2px; opacity: 0.45; letter-spacing: 0.03em; }
.lang button.active { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.mm-lang { margin-top: 26px; font-size: 20px; font-weight: 600; }
.mm-lang button { background: none; border: 0; color: inherit; opacity: 0.5; }
.mm-lang button.active { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }

/* ---------- header ---------- */
.site-head {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 60;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px var(--pad);
  gap: 24px;
}
.page-home .site-head { color: var(--black); }
body.menu-open.page-home .site-head { color: var(--white); }
.site-head nav { display: flex; gap: clamp(18px, 3.4vw, 58px); margin-top: 4px; }
.site-head nav a { font-size: 13px; font-weight: 500; position: relative; padding-right: 14px; }
.site-head nav a sup { position: absolute; right: 0; top: -2px; font-size: 9px; color: var(--gray); font-weight: 400; }
.site-head nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-head nav a.active { text-decoration: underline; text-underline-offset: 5px; }

.head-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--white); color: var(--black);
  padding: 7px 14px 7px 7px; border-radius: 4px;
  font-size: 12px; line-height: 1.35;
}
.head-card img { width: 44px; height: 44px; object-fit: cover; border-radius: 3px; }
.head-card strong { display: block; font-weight: 600; color: var(--black); }
.head-card span span { color: var(--gray-d); }

.burger { display: none; background: none; border: 0; color: inherit; width: 34px; height: 30px; position: relative; z-index: 60; }
.burger span, .burger::before, .burger::after {
  content: ''; display: block; height: 2px; background: currentColor; margin: 6px 4px; transition: 0.25s;
}

/* mobile menu overlay */
.mobile-menu {
  position: fixed; inset: 0; background: var(--black); color: var(--white); z-index: 50;
  display: none; flex-direction: column; justify-content: center; gap: 8px; padding: 0 var(--pad);
}
body.menu-open .site-head { color: var(--white); }
body.menu-open .burger span { opacity: 0; }
body.menu-open .burger::before { transform: translateY(8px) rotate(45deg); }
body.menu-open .burger::after { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: clamp(34px, 9vw, 60px); font-weight: 700; letter-spacing: -0.03em; padding: 6px 0; border-bottom: 1px solid var(--hair-w); }
.mobile-menu a sup { font-size: 0.3em; color: var(--gray); margin-left: 10px; }

/* ---------- underline CTA ---------- */
.cta {
  display: inline-block; position: relative;
  font-size: 14px; font-weight: 500;
  padding: 0 34px 12px 0;
  border-bottom: 2px solid currentColor;
}
.cta::after {
  content: ''; position: absolute; right: 0; top: 0; width: 9px; height: 9px;
  border-top: 2px solid currentColor; border-right: 2px solid currentColor;
}
.cta:hover { padding-left: 6px; }
.cta { transition: padding 0.25s; }

/* ---------- hero ---------- */
.hero {
  position: relative; height: 100svh; min-height: 640px; overflow: hidden;
  display: flex; flex-direction: column;
}
.hero { background: #ececeb; }
.hero .bg { position: absolute; inset: 0; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.2) brightness(0.99); }
.hero .bg::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(130% 100% at 60% 34%, rgba(244,244,242,0) 34%, rgba(244,244,242,0.66) 100%), linear-gradient(rgba(244,244,242,0.5), rgba(244,244,242,0) 26%); }
.hero > * { position: relative; }
.water-defs { position: absolute; width: 0; height: 0; }
/* ripple ring spawned on pointer move */
.ripple { position: absolute; border-radius: 50%; border: 1.5px solid rgba(11,11,11,0.28); transform: translate(-50%, -50%) scale(0); pointer-events: none; z-index: 3; animation: ripple 1.1s ease-out forwards; }
@keyframes ripple { to { transform: translate(-50%, -50%) scale(1); opacity: 0; } }

.hero-tag { position: absolute; left: var(--pad); top: 24vh; max-width: 300px; z-index: 5; color: var(--black); }
.hero-tag p { font-size: 15px; font-weight: 500; line-height: 1.5; }
.hero-tag p em { font-style: normal; color: var(--gray-d); }
.hero-tag .cta { margin-top: 26px; }

.hero-services { position: absolute; left: clamp(20px, 17vw, 260px); bottom: 24vh; z-index: 5; font-size: 14px; font-weight: 500; line-height: 1.6; color: var(--black); }
.hero-services .num { color: var(--gray-d); margin-right: 6px; font-size: 11px; }

.hero-word {
  position: absolute; left: 0; right: 0; bottom: -0.3em; z-index: 4;
  font-size: clamp(70px, 12.6vw, 195px); font-weight: 800; letter-spacing: -0.05em;
  line-height: 1; white-space: nowrap; text-align: center; color: var(--white);
  pointer-events: none; user-select: none;
}
.hero-meta { position: absolute; left: var(--pad); bottom: 20px; z-index: 5; display: flex; align-items: center; gap: 16px; font-size: 13px; color: var(--black); }
.hero-meta .ruler { display: inline-block; width: 110px; height: 10px; background: repeating-linear-gradient(90deg, currentColor 0 1px, transparent 1px 9px); opacity: 0.7; }

/* ---------- generic section scaffolding ---------- */
section { position: relative; }
.sec { padding: clamp(70px, 9vw, 140px) var(--pad); }
.on-white { background: var(--off); color: var(--black); }
.on-black { background: var(--black); color: var(--white); }

.statement {
  font-size: clamp(34px, 4.8vw, 74px); font-weight: 600; letter-spacing: -0.035em; line-height: 1.06;
  max-width: 22ch;
}
.statement .reg { vertical-align: super; font-size: 0.35em; font-weight: 500; }

/* editorial rows (metaphor + stats) */
.edit-grid { display: grid; grid-template-columns: minmax(220px, 340px) 1fr; gap: clamp(28px, 5vw, 90px); margin-top: clamp(60px, 8vw, 120px); align-items: start; }
.edit-grid figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.edit-rows { display: flex; flex-direction: column; row-gap: 40px; }
.edit-row .v { color: var(--gray-d); font-size: 17px; line-height: 1.6; max-width: 54ch; }
.edit-row .v strong { color: var(--black); font-weight: 600; }

.stat-rows { border-top: 1px solid var(--hair); }
.stat-rows .row { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--hair); font-size: 15px; font-weight: 500; }
.stat-rows .row b { font-weight: 600; }

/* ---------- home portfolio strip ---------- */
.strip-grid { display: grid; grid-template-columns: 240px 1fr 200px; gap: clamp(24px, 4vw, 70px); }
.strip-left { position: sticky; top: 90px; align-self: start; }
.strip-left h2 { font-size: clamp(38px, 4vw, 58px); font-weight: 700; letter-spacing: -0.03em; }
.strip-left .cta { margin-top: 26px; }
.strip-cards { display: flex; flex-direction: column; gap: clamp(28px, 4vw, 60px); }
.card {
  position: relative; overflow: hidden; border-radius: 6px;
  aspect-ratio: 16 / 10; background: var(--black);
}
.card img.main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.card .tag { position: absolute; left: 16px; bottom: 14px; z-index: 2; font-size: 12px; font-weight: 600; color: var(--white); background: rgba(11,11,11,0.75); padding: 6px 10px; border-radius: 3px; }
.card:hover img.main { transform: scale(1.04); }
.strip-right { position: sticky; top: 90px; align-self: start; justify-self: end; }
.see-all { display: inline-flex; align-items: center; gap: 10px; background: var(--white); color: var(--black); border-radius: 4px; padding: 6px 12px 6px 6px; font-size: 13px; font-weight: 500; }
.see-all img { width: 38px; height: 38px; object-fit: cover; border-radius: 3px; }
.on-black .see-all { background: var(--white); }

/* ---------- services rows ---------- */
.svc-row {
  display: grid; grid-template-columns: minmax(140px, 1fr) minmax(220px, 420px) 1.2fr;
  gap: clamp(24px, 4vw, 70px); align-items: center;
  padding: clamp(44px, 6vw, 90px) 0; border-bottom: 1px solid var(--hair-w);
}
.svc-row:first-of-type { border-top: 1px solid var(--hair-w); }
.svc-row .num { font-size: clamp(90px, 12vw, 190px); font-weight: 700; letter-spacing: -0.04em; line-height: 0.9; }
.svc-row figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.svc-row h3 { font-size: clamp(34px, 3.6vw, 58px); font-weight: 700; letter-spacing: -0.03em; margin-bottom: 30px; }
.svc-row h4 { font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.svc-row p { color: var(--gray); font-size: 15px; max-width: 46ch; }

/* ---------- archive rows ---------- */
.arc-head { display: flex; justify-content: space-between; color: var(--gray-d); font-size: 13px; padding-bottom: 40px; }
.arc-row {
  display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 24px;
  padding: 18px 0; border-top: 1px solid var(--hair);
}
.arc-row:last-of-type { border-bottom: 1px solid var(--hair); }
.arc-row .yr { font-size: 13px; color: var(--gray-d); }
.arc-row h3 { font-size: clamp(30px, 3.2vw, 52px); font-weight: 700; letter-spacing: -0.03em; transition: letter-spacing 0.25s; }
.arc-row:hover h3 { letter-spacing: 0; text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 3px; }
.arc-row .thumbs { display: flex; gap: 8px; }
.arc-row .thumbs img { width: 84px; height: 56px; object-fit: cover; border-radius: 3px; }
.arc-row .thumbs .noimg { width: 84px; height: 56px; border-radius: 3px; background: var(--black); }
.on-black .arc-row .thumbs .noimg { background: var(--white); }
.arc-row .cat { font-size: 12px; color: var(--gray-d); display: block; margin-top: 4px; }

/* ---------- clients marquee ---------- */
.clients { overflow: hidden; padding: clamp(50px, 6vw, 90px) 0; border-top: 1px solid var(--hair); }
.clients .head { padding: 0 var(--pad) 34px; color: var(--gray-d); font-size: 13px; }
.marquee { overflow: hidden; white-space: nowrap; }
.marquee .track { display: inline-flex; align-items: baseline; gap: clamp(40px, 6vw, 90px); padding-right: clamp(40px, 6vw, 90px); animation: mq 30s linear infinite; will-change: transform; }
@keyframes mq { to { transform: translateX(-50%); } }
.marquee .client { font-size: clamp(22px, 2.6vw, 38px); font-weight: 700; letter-spacing: -0.02em; }
.marquee .client:nth-child(3n+2) { font-weight: 400; font-style: italic; }
.marquee .client:nth-child(4n+3) { font-family: var(--round); font-weight: 600; }

/* ---------- footer ---------- */
.site-foot {
  background: var(--black); color: var(--white);
  clip-path: polygon(0 0, 24% 3.2vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -3.2vw;
  position: relative;
  padding: clamp(90px, 12vw, 170px) var(--pad) 0;
}
.on-black + .site-foot { clip-path: none; padding-top: clamp(60px, 8vw, 110px); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(30px, 6vw, 100px); border-top: 1px solid var(--hair-w); padding-top: clamp(50px, 6vw, 90px); }
.foot-grid .big { font-size: clamp(30px, 4.2vw, 62px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.1; }
.foot-grid .big .dim { color: var(--gray); display: block; }
.foot-grid .cta { margin-top: 40px; }
.foot-nav a { display: flex; justify-content: space-between; align-items: center; padding: 13px 2px; border-bottom: 1px solid var(--hair-w); font-size: 14px; font-weight: 500; }
.foot-nav a span { color: var(--gray); font-size: 11px; }
.foot-nav a:hover { padding-left: 8px; }
.foot-nav a { transition: padding 0.25s; }
.foot-word {
  font-size: clamp(60px, 12.4vw, 190px); font-weight: 800; letter-spacing: -0.05em; line-height: 0.86;
  white-space: nowrap; text-align: center; margin-top: clamp(50px, 7vw, 110px); transform: translateY(0.18em);
  overflow: hidden; user-select: none;
}
.foot-base { display: flex; justify-content: space-between; padding: 18px 0 22px; font-size: 12px; color: var(--gray); }

/* ---------- page hero (inner pages) ---------- */
.page-head { padding: clamp(120px, 16vh, 190px) var(--pad) clamp(40px, 5vw, 70px); }
.page-head .label { margin-bottom: 18px; display: block; }
.page-head h1 { font-size: clamp(52px, 8vw, 130px); font-weight: 800; letter-spacing: -0.045em; line-height: 0.95; }

/* ---------- project detail ---------- */
.proj-hero { padding: 0 var(--pad); }
.proj-hero img { width: 100%; max-height: 74vh; object-fit: cover; border-radius: 6px; }
.proj-hero .noimg { width: 100%; height: 44vh; border-radius: 6px; background: var(--white); color: var(--black); display: flex; align-items: center; justify-content: center; font-size: clamp(40px, 6vw, 90px); font-weight: 800; letter-spacing: -0.04em; }
.proj-meta { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 20px; padding: clamp(36px, 5vw, 60px) var(--pad); border-bottom: 1px solid var(--hair-w); }
.proj-meta div b { display: block; font-size: 12px; color: var(--gray); font-weight: 400; margin-bottom: 6px; }
.proj-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: clamp(30px, 5vw, 80px); padding: clamp(50px, 7vw, 100px) var(--pad); }
.proj-body h2 { font-size: clamp(26px, 2.6vw, 40px); font-weight: 700; letter-spacing: -0.03em; max-width: 14ch; }
.proj-body .txt p { color: var(--gray); font-size: 16px; line-height: 1.7; margin-bottom: 1.2em; max-width: 62ch; }
.proj-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 var(--pad) clamp(60px, 8vw, 110px); }
.proj-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.proj-gallery img:first-child:last-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.proj-next { display: block; border-top: 1px solid var(--hair-w); padding: clamp(50px, 7vw, 90px) var(--pad); }
.proj-next .label { display: block; margin-bottom: 14px; }
.proj-next h2 { font-size: clamp(40px, 6vw, 96px); font-weight: 800; letter-spacing: -0.04em; }
.proj-next:hover h2 { text-decoration: underline; text-underline-offset: 12px; text-decoration-thickness: 4px; }

/* ---------- community geometry ---------- */
.geo { position: relative; overflow: hidden; min-height: 88vh; }
.geo .cue { position: absolute; top: clamp(50px, 8vw, 110px); left: var(--pad); font-size: clamp(20px, 2.4vw, 34px); font-weight: 600; color: var(--black); }
.geo .cue em { font-style: normal; color: var(--gray-d); display: block; font-size: 0.6em; font-weight: 500; margin-top: 6px; }
.geo-circle {
  position: absolute; right: -12vw; bottom: -34vh;
  width: 84vw; height: 84vw; max-width: 1100px; max-height: 1100px;
  border-radius: 50%; background: var(--black);
}
.geo-square { position: absolute; right: 0; bottom: 0; width: 72vw; height: 62vh; background: var(--black); }
.geo .inside { position: absolute; color: var(--white); font-size: clamp(26px, 3.4vw, 52px); font-weight: 700; letter-spacing: -0.02em; }
.geo.round .inside { right: 8vw; bottom: 12vh; }
.geo.corner .inside { right: 8vw; bottom: 10vh; }
.geo .arc-label { position: absolute; font-size: clamp(18px, 2.2vw, 30px); font-weight: 600; color: var(--black); transform: rotate(-22deg); }
.geo.round .arc-label { right: 56vw; bottom: 46vh; }
.geo.corner .arc-label { transform: rotate(90deg); transform-origin: left bottom; left: calc(28vw - 34px); bottom: 62vh; }

.comm-cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); margin-top: clamp(50px, 6vw, 90px); }
.comm-card { border: 1px solid var(--hair); border-radius: 6px; padding: clamp(24px, 3vw, 44px); background: var(--white); color: var(--black); }
.comm-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; margin-bottom: 24px; }
.comm-card h3 { font-size: clamp(24px, 2.4vw, 36px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; }
.comm-card p { color: var(--gray-d); font-size: 15px; margin-bottom: 18px; }
.comm-card .cta { font-size: 13px; }

/* ---------- contact / calendar ---------- */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.contact-grid .big-mail { font-size: clamp(26px, 3.4vw, 52px); font-weight: 700; letter-spacing: -0.03em; word-break: break-all; }
.contact-grid .big-mail a:hover { text-decoration: underline; text-underline-offset: 8px; }
.contact-list { margin-top: 40px; border-top: 1px solid var(--hair-w); }
.on-white .contact-list { border-color: var(--hair); }
.contact-list .row { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--hair-w); font-size: 14px; }
.on-white .contact-list .row { border-color: var(--hair); }
.contact-list .row b { font-weight: 400; color: var(--gray); }
.contact-list .row a:hover { text-decoration: underline; text-underline-offset: 5px; }

.cal-box { border: 1px solid var(--hair-w); border-radius: 8px; padding: clamp(20px, 2.5vw, 36px); }
.on-white .cal-box { border-color: var(--hair); background: var(--white); }
.cal-box h2 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.cal-nav { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.cal-nav button { background: none; border: 1px solid var(--hair-w); color: inherit; border-radius: 4px; width: 30px; height: 30px; }
.on-white .cal-nav button { border-color: var(--hair); }
.cal-nav button:hover { background: var(--white); color: var(--black); }
.on-white .cal-nav button:hover { background: var(--black); color: var(--white); }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-dow { font-size: 10px; color: var(--gray); text-align: center; padding: 6px 0; }
.cal-day { background: none; border: 1px solid transparent; color: inherit; border-radius: 4px; aspect-ratio: 1; font-size: 13px; }
.cal-day:hover:not(:disabled) { border-color: currentColor; }
.cal-day:disabled { color: var(--gray); opacity: 0.35; cursor: default; }
.cal-day.today { border-color: var(--gray); }
.cal-day.selected { background: var(--white); color: var(--black); font-weight: 700; }
.on-white .cal-day.selected { background: var(--black); color: var(--white); }
.cal-fields { display: grid; gap: 10px; margin: 16px 0; }
.cal-fields[hidden] { display: none; }
.cal-fields input {
  width: 100%; background: transparent; border: 1px solid var(--hair-w); color: inherit;
  border-radius: 4px; padding: 10px 12px; font: inherit; font-size: 13px;
}
.on-white .cal-fields input { border-color: var(--hair); }
.cal-book {
  width: 100%; margin-top: 6px; padding: 13px; border: 0; border-radius: 4px;
  background: var(--white); color: var(--black); font-weight: 600; font-size: 14px;
}
.on-white .cal-book { background: var(--black); color: var(--white); }
.cal-book:disabled { opacity: 0.35; cursor: default; }
.cal-note { font-size: 12px; color: var(--gray); margin-top: 12px; }

/* intake form */
.intake-form { margin-top: 46px; border-top: 1px solid var(--hair-w); padding-top: 34px; }
.on-white .intake-form { border-color: var(--hair); }
.intake-form h2 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 18px; }
.intake-form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.intake-form input, .intake-form textarea {
  width: 100%; background: transparent; border: 1px solid var(--hair-w); color: inherit;
  border-radius: 4px; padding: 11px 12px; font: inherit; font-size: 13px; margin-bottom: 10px; resize: vertical;
}
.on-white .intake-form input, .on-white .intake-form textarea { border-color: var(--hair); }
.intake-form .cal-book { width: auto; padding: 13px 34px; }
.intake-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
@media (max-width: 960px) { .intake-form .two { grid-template-columns: 1fr; gap: 0; } }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .site-head nav, .head-card { display: none; }
  .burger { display: block; }
  .hero-services { left: var(--pad); bottom: 20vh; }
  .edit-grid { grid-template-columns: 1fr; }
  .edit-rows { grid-column: auto; grid-template-columns: 1fr; row-gap: 30px; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-left, .strip-right { position: static; }
  .card img.main { width: 78%; }
  .svc-row { grid-template-columns: 1fr; gap: 22px; }
  .svc-row .num { font-size: 70px; }
  .arc-row { grid-template-columns: 1fr auto; }
  .arc-row .yr { display: none; }
  .arc-row .thumbs img { width: 60px; height: 42px; }
  .foot-grid { grid-template-columns: 1fr; }
  .proj-body { grid-template-columns: 1fr; }
  .proj-meta { grid-template-columns: 1fr 1fr; }
  .proj-gallery { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .comm-cards { grid-template-columns: 1fr; }
  .geo { min-height: 70vh; }
  .geo-circle { width: 120vw; height: 120vw; right: -30vw; bottom: -40vw; }
  .geo-square { width: 88vw; height: 46vh; }
  .geo.corner .arc-label { transform: none; left: var(--pad); bottom: calc(46vh + 20px); }
  .geo.round .arc-label { right: auto; left: var(--pad); bottom: 52vh; transform: rotate(-14deg); }
  .hero-word { font-size: 13vw; }
  .foot-word { font-size: 12.4vw; }
}

/* ---------- community metaphor (text-only) ---------- */
.metaphor { margin-top: clamp(50px, 7vw, 90px); max-width: 30ch; }
.metaphor p { font-size: clamp(24px, 3vw, 44px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.12; }
.metaphor p + p { margin-top: 10px; }
.metaphor p strong { font-weight: 700; }
.metaphor .dim { color: var(--gray-d); font-weight: 500; font-size: clamp(16px, 1.8vw, 22px); margin-top: 20px; letter-spacing: -0.01em; }

/* ---------- co-founders ---------- */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); }
.team-card { display: block; border: 1px solid var(--hair); border-radius: 8px; overflow: hidden; background: var(--white); color: var(--black); }
.team-card figure { margin: 0; }
.team-card figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 22%; }
.team-card h3 { font-size: clamp(22px, 2.2vw, 32px); font-weight: 700; letter-spacing: -0.02em; margin: 22px clamp(20px,2.5vw,30px) 10px; }
.team-card p { color: var(--gray-d); font-size: 15px; line-height: 1.5; margin: 0 clamp(20px,2.5vw,30px); }
.team-card .li { display: inline-block; margin: 16px clamp(20px,2.5vw,30px) 26px; font-size: 13px; font-weight: 600; border-bottom: 2px solid currentColor; padding-bottom: 3px; }
.team-card:hover .li { padding-right: 8px; transition: padding 0.25s; }
.team-card:hover h3 { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 3px; }

/* ---------- services item list ---------- */
.svc-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--hair-w); font-size: 17px; font-weight: 500; }
.on-white .svc-item { border-color: var(--hair); }
.svc-item:first-of-type { border-top: 1px solid var(--hair-w); }
.on-white .svc-item:first-of-type { border-top-color: var(--hair); }
.svc-item .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; opacity: 0.55; }

@media (max-width: 960px) {
  .head-right { display: none; }
  .team-grid { grid-template-columns: 1fr; }
  .metaphor p { font-size: 8vw; }
}

/* ---------- big services section heading ---------- */
.sec-head-big { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: clamp(40px, 6vw, 80px); flex-wrap: wrap; }
.sec-head-big h2 { font-size: clamp(44px, 6vw, 88px); font-weight: 700; letter-spacing: -0.035em; line-height: 0.98; }

/* ---------- vertical gallery (social / graphic projects) ---------- */
.proj-gallery.vertical { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; padding-left: var(--pad); padding-right: var(--pad); }
.proj-gallery.vertical.top { padding-top: clamp(20px, 3vw, 40px); }
.proj-gallery.vertical img { width: 100%; max-width: 360px; flex: 1 1 300px; aspect-ratio: auto; height: auto; object-fit: contain; border-radius: 4px; background: #f0f0ee; }
.proj-gallery.vertical.top img { max-width: 380px; }

/* ---------- back-to-top ---------- */
.to-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 70;
  width: 46px; height: 46px; border-radius: 50%; border: 0;
  background: var(--black); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  box-shadow: 0 6px 24px rgba(0,0,0,0.28);
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { transform: translateY(-2px); }

/* ---------- project detail: horizontal-scroll image strip (all projects) ---------- */
.proj-scroll { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; padding: clamp(20px, 3vw, 44px) 0 clamp(16px, 2vw, 28px) var(--pad); }
.proj-scroll-track { display: flex; gap: 16px; width: max-content; padding-right: var(--pad); }
.proj-scroll-track img { height: min(70vh, 760px); width: auto; max-width: none; object-fit: cover; border-radius: 4px; background: #f0f0ee; flex: none; scroll-snap-align: start; }
.proj-scroll-track .noimg { height: 46vh; width: 70vw; max-width: 640px; border-radius: 4px; background: var(--white); color: var(--black); display: flex; align-items: center; justify-content: center; font-size: clamp(28px, 4vw, 56px); font-weight: 800; letter-spacing: -0.03em; flex: none; text-align: center; padding: 0 24px; }
.proj-scroll::-webkit-scrollbar { height: 6px; }
.proj-scroll::-webkit-scrollbar-thumb { background: var(--hair); border-radius: 3px; }
.on-white .proj-scroll::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.25); }
@media (max-width: 960px) {
  .proj-scroll-track img { height: 54vh; }
}

/* ---------- co-founders group photo ---------- */
.cofounders-photo { margin: 0; }
.cofounders-photo img { width: 100%; max-height: 86vh; object-fit: cover; object-position: center 20%; border-radius: 6px; }
.cofounders-links { display: flex; gap: clamp(24px, 5vw, 80px); flex-wrap: wrap; margin-top: 30px; }
.cf-link { display: flex; flex-direction: column; gap: 4px; }
.cf-name { font-size: clamp(20px, 2vw, 30px); font-weight: 700; letter-spacing: -0.02em; }
.cf-role { font-size: 14px; color: var(--gray-d); }
.cf-link:hover .cf-name { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; }

.cofounders-home-fig { display: block; border-radius: 6px; overflow: hidden; }
.cofounders-home-fig img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 18%; transition: transform 0.5s ease; }
.cofounders-home-fig:hover img { transform: scale(1.02); }

/* ---------- web-project detail: visit-site CTA ---------- */
.visit-site { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; font-size: 15px; font-weight: 600; border-bottom: 2px solid currentColor; padding-bottom: 3px; }
.visit-site:hover { padding-right: 8px; transition: padding 0.2s; }

/* ---------- project category filter ---------- */
.proj-filters { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-bottom: clamp(30px, 4vw, 50px); }
.proj-filters .filter {
  background: none; border: 1px solid var(--hair); color: var(--gray-d);
  border-radius: 999px; padding: 8px 16px; font-size: 13px; font-weight: 500; transition: 0.2s;
}
.proj-filters .filter:hover { color: var(--black); border-color: var(--black); }
.proj-filters .filter.active { background: var(--black); color: var(--white); border-color: var(--black); }
.proj-empty { color: var(--gray-d); font-size: 15px; padding: 20px 0; }

/* clickable services */
.svc-item { text-decoration: none; }
.svc-item .svc-arrow { margin-left: auto; opacity: 0; transform: translateX(-6px); transition: 0.2s; font-size: 15px; }
.svc-item:hover .svc-arrow { opacity: 0.7; transform: none; }
.svc-item:hover > span:not(.dot):not(.svc-arrow) { text-decoration: underline; text-underline-offset: 4px; }
.svc-row h3 a { color: inherit; }
.svc-row h3 a:hover { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 3px; }
.svc-fig { display: block; }
