/* SYMMETRON 25 — studio page: manifesto, approach columns, timeline, team,
   by-the-numbers band. */

@keyframes portraitIn { from { clip-path: inset(100% 0 0 0); transform: scale(1.12); } to { clip-path: inset(0 0 0 0); transform: scale(1); } }

.studio-hero {
  padding: clamp(120px, 20vh, 180px) var(--gutter) clamp(40px, 7vh, 64px);
  position: relative;
  overflow: hidden;
}
.studio-hero .wm {
  position: absolute;
  right: -70px;
  top: 20px;
  width: min(38vw, 360px);
  opacity: .05;
  pointer-events: none;
  animation: wmIn 1.4s var(--ease) .2s both;
}
.sh-eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: heroRise .9s var(--ease) .1s forwards;
}
.sh-eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--brass); }
.sh-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(36px, 6.2vw, 86px);
  line-height: 1;
  letter-spacing: -.02em;
  max-width: 16ch;
  opacity: 0;
  animation: heroRise 1s var(--ease) .24s forwards;
}
.sh-title em { font-style: italic; }
.sh-title .brass-text { font-weight: 400; }
.sh-sub {
  max-width: 52ch;
  color: var(--mid);
  font-size: 16px;
  line-height: 1.7;
  margin-top: 30px;
  opacity: 0;
  animation: heroRise 1s var(--ease) .4s forwards;
}

.portrait {
  margin: clamp(20px, 4vh, 40px) var(--gutter) 0;
  aspect-ratio: 16/7;
  overflow: hidden;
  background: var(--paper-2);
  position: relative;
}
.portrait picture { display: block; width: 100%; height: 100%; }
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(.12) saturate(.94) contrast(1.02) brightness(1.01);
  animation: portraitIn 1.4s var(--ease) .2s both;
}
.portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grad);
  opacity: .06;
  mix-blend-mode: multiply;
}
.portrait figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: #FAF8F3;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

body.s25-studio .sec-head { margin-bottom: clamp(34px, 5vh, 60px); display: block; }
body.s25-studio .sec-eyebrow::before { width: 28px; }

.manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}
.manifesto .big {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.28;
  letter-spacing: -.005em;
}
.manifesto .big em { font-style: italic; }
.manifesto .col p {
  color: var(--mid);
  font-size: 15.5px;
  line-height: 1.72;
  margin-bottom: 18px;
  max-width: 56ch;
}
.manifesto .col p b { color: var(--ink); font-weight: 600; }

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 54px);
}
.cap-grid .cap-item { border-top: 1px solid var(--ink); padding-top: 22px; }
.cap-grid .cap-item h3 {
  font-family: var(--grotesk);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -.01em;
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.cap-grid .cap-item h3 b {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--brass);
}
.cap-grid .cap-item p { color: var(--mid); font-size: 14.5px; line-height: 1.66; }

.timeline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 clamp(28px, 5vw, 72px);
}
.tl-row { display: contents; }
.tl-year {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 3vw, 34px);
  color: var(--brass);
  padding: 26px 0;
  border-top: 1px solid var(--hair);
}
.tl-body { padding: 26px 0; border-top: 1px solid var(--hair); }
.tl-body h4 {
  font-family: var(--grotesk);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -.01em;
  margin-bottom: 7px;
}
.tl-body p { color: var(--mid); font-size: 14.5px; line-height: 1.66; max-width: 60ch; }
.timeline .tl-row:first-child .tl-year,
.timeline .tl-row:first-child .tl-body { border-top: none; }

.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3.5vw, 44px);
}
.person .p-frame {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--paper-2);
  position: relative;
}
.person .p-frame picture { display: block; width: 100%; height: 100%; }
.person .p-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(.14) saturate(.92) contrast(1.02) grayscale(.15);
  transform: scale(1.08);
  clip-path: inset(100% 0 0 0);
  transition: transform 1s var(--ease), clip-path 1.05s var(--ease), filter .6s;
}
.person.in .p-frame img { transform: scale(1); clip-path: inset(0 0 0 0); }
.person:hover .p-frame img { filter: sepia(0) saturate(1.02) contrast(1.02) grayscale(0); transform: scale(1.03); }
.person .p-name { font-family: var(--grotesk); font-weight: 600; font-size: 17px; margin-top: 16px; }
.person .p-role { font-family: var(--serif); font-style: italic; font-size: 14.5px; color: var(--mid); margin-top: 3px; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  background: var(--paper-2);
  padding: clamp(44px, 7vh, 80px) var(--gutter);
}
.stat b {
  display: block;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -.02em;
}
.stat span {
  display: block;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 12px;
}

@media (max-width: 860px) {
  .manifesto { grid-template-columns: 1fr; gap: 30px; }
  .cap-grid { grid-template-columns: 1fr; gap: 26px; }
  .team { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .portrait { aspect-ratio: 4/3; }
}

@media (max-width: 440px) {
  .team { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .sh-eyebrow, .sh-title, .sh-sub { opacity: 1 !important; transform: none !important; }
  .studio-hero .wm { opacity: .05 !important; }
  .portrait img, .person .p-frame img { clip-path: none !important; transform: none !important; }
}
