:root {
  --bg-deep: #100d0a;
  --bg-soft: #1d1813;
  --line:    #f3efe6;
  --muted:   #b9b1a4;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

picture { display: contents; }

html, body { background: var(--bg-deep); }

body {
  font-family: "Inter", sans-serif;
  color: var(--line);
  overflow-x: hidden;
}

.logo {
  position: absolute;
  top: 26px; left: 34px;
  z-index: 50;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  letter-spacing: 3px;
  color: var(--line);
}

.stage {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(120% 90% at 50% 42%, var(--bg-soft) 0%, var(--bg-deep) 62%);
}

.lang {
  position: absolute;
  top: 30px;
  right: 34px;
  z-index: 20;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(11px, 0.9vw, 16px);
  letter-spacing: 2px;
  color: var(--muted);
}
.lang a {
  color: var(--line);
  text-decoration: none;
  transition: color 0.3s;
}
.lang a:hover { color: var(--muted); }
.lang__sep { margin: 0 5px; }
.lang__cur { color: var(--muted); }

#scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#villa .v-line {
  fill: none;
  stroke: var(--line);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 4px rgba(243, 239, 230, 0.18));
}

#dots .v-dot {
  fill: var(--line);
  transform-box: fill-box;
  transform-origin: center;
}

#bridgeLine {
  fill: none;
  stroke: var(--line);
  stroke-width: 1.4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px rgba(243, 239, 230, 0.18));
}

.line-text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 46px;
  letter-spacing: 1px;
  fill: var(--line);
}
.line-text.soft { font-style: italic; }

.caption { position: absolute; z-index: 20; pointer-events: none; }

.caption h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: clamp(40px, 7vw, 96px);
}
.caption h1 em { font-style: italic; text-transform: none; letter-spacing: 0; }

.caption .eyebrow {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 6px;
  color: var(--muted);
  margin-bottom: 18px;
}

.caption--arch { top: 13%; left: 7%; opacity: 0; }

.scroll-hint {
  position: absolute;
  bottom: 26px; left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  font-size: 12px;
  letter-spacing: 4px;
  color: var(--muted);
  text-transform: uppercase;
}

#bridgeLineDark {
  fill: none;
  stroke: var(--bg-deep);
  stroke-width: 1.4;
  stroke-linecap: round;
}

.m-dim {
  fill: none;
  stroke: var(--bg-deep);
  stroke-width: 1.2;
  stroke-linecap: round;
}
.m-text {
  font-family: "GFS Didot", serif;
  fill: var(--bg-deep);
  font-size: 54px;
  letter-spacing: 1px;
}
.m-phil {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  fill: #6b6358;
  font-size: 30px;
  letter-spacing: 0.5px;
}

.m-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
  opacity: 0;
}

.manifesto {
  min-height: 100vh;
  background: var(--line);
  color: var(--bg-deep);
  display: grid;
  place-items: center;
}
.manifesto-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 4vw, 56px);
  letter-spacing: 1px;
}

.featured {
  background: var(--line);
  color: var(--bg-deep);
  padding: 16vh 7% 20vh;
}
.featured__eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #6b6358;
  margin-bottom: 10vh;
}

.project {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 6%;
  align-items: center;
  margin-bottom: 14vh;
}
.project__cut {
  position: absolute;
  top: -6vh;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(16, 13, 10, 0.22);
  transform: scaleX(0);
  transform-origin: left;
}
.project--right .project__media { order: 2; }
.project--right .project__info { order: 1; text-align: right; }

.project__media { overflow: hidden; }
.project__media img {
  width: 100%;
  height: 66vh;
  object-fit: cover;
  display: block;
}

.project__info { padding: 0 3%; }
.project__num {
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 20px;
  color: #6b6358;
  margin-bottom: 18px;
}
.project__name {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 50px);
  line-height: 1.05;
  margin-bottom: 18px;
}
.project__meta {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  color: #6b6358;
  margin-bottom: 30px;
}
.project__link,
.featured__all {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bg-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--bg-deep);
  padding-bottom: 4px;
}
.featured__all {
  display: block;
  width: max-content;
  margin: 4vh auto 0;
}

.detail {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(120% 90% at 50% 50%, #1a1511 0%, #0c0a08 72%);
  color: var(--line);
}
#spiralScene,
.detail-photo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 94%;
  width: auto;
  max-width: 72%;
}
#spiralScene { z-index: 3; overflow: visible; }
#spiral path {
  fill: none;
  stroke: var(--line);
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 30px rgba(243, 239, 230, 0.12));
}
.detail-photo {
  z-index: 4;
  opacity: 0;
  object-fit: contain;
  mix-blend-mode: screen;
}
.detail__caption {
  position: absolute;
  top: 10%;
  left: 7%;
  z-index: 4;
  opacity: 0;
}
.detail__eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.detail__line {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 1.1;
  max-width: 9ch;
}

.approach {
  min-height: 100vh;
  background: radial-gradient(130% 100% at 50% 0%, var(--bg-soft) 0%, var(--bg-deep) 60%);
  color: var(--line);
  padding: 20vh 7% 16vh;
}
.approach__eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12vh;
}
.approach__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
}
.approach__line {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(243, 239, 230, 0.22);
  transform: scaleX(0);
  transform-origin: left;
}
.step {
  position: relative;
  padding-top: 56px;
}
.step__dot {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--line);
}
.step__num {
  display: block;
  font-family: "GFS Didot", serif;
  font-size: 20px;
  color: var(--muted);
  margin-bottom: 14px;
}
.step__name {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 34px);
  margin-bottom: 14px;
}
.step__desc {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 22ch;
}

.cta {
  background: var(--bg-deep);
  color: var(--line);
  padding: 20vh 7% 4vh;
  border-top: 1px solid rgba(243, 239, 230, 0.09);
}
.cta__inner {
  margin-bottom: 18vh;
}
.cta__title {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(34px, 6vw, 84px);
  line-height: 1.05;
  margin-bottom: 6vh;
}
.cta__link {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--line);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  transition: color 0.3s, border-color 0.3s;
}
.cta__link:hover {
  color: var(--muted);
  border-color: var(--muted);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 6% 4vw;
  flex-wrap: wrap;
  margin-bottom: 9vh;
}
.footer__wordmark {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 46px);
  letter-spacing: 5px;
}
.footer__tagline {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--muted);
  margin-top: 12px;
}
.footer__cols {
  display: flex;
  gap: 6vw;
  flex-wrap: wrap;
}
.footer__h {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.footer__col p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
  color: var(--line);
}
.footer__col a {
  color: var(--line);
  text-decoration: none;
  transition: color 0.3s;
}
.footer__col a:hover {
  color: var(--muted);
}
.footer__line {
  display: block;
  height: 1px;
  background: rgba(243, 239, 230, 0.18);
  transform: scaleX(0);
  transform-origin: left;
  margin-bottom: 4vh;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1vh 2vw;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--muted);
  padding-bottom: 5vh;
}
.footer__legal a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s;
}
.footer__legal a:hover {
  color: var(--line);
}

.page-work {
  background: var(--line);
  color: var(--bg-deep);
}
.page-work .logo { position: absolute; color: var(--bg-deep); }
.page-work .lang { position: absolute; }
.page-work .lang a { color: var(--bg-deep); }
.page-work .lang__sep,
.page-work .lang__cur { color: #6b6358; }

.work-head { padding: 22vh 7% 6vh; }
.work-head__eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #6b6358;
  margin-bottom: 3vh;
}
.work-head__title {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(52px, 8vw, 120px);
  line-height: 1;
  margin-bottom: 3.5vh;
}
.work-head__intro {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.6;
  color: #6b6358;
  max-width: 42ch;
}

.work-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 2vh 3vw;
  padding: 0 7% 8vh;
}
.work-filter__btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6b6358;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.work-filter__btn:hover { color: var(--bg-deep); }
.work-filter__btn.is-active {
  color: var(--bg-deep);
  border-color: var(--bg-deep);
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vh 5%;
  padding: 0 7% 16vh;
}
.work-card__media {
  display: block;
  overflow: hidden;
}
.work-card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.work-card__media:hover img { transform: scale(1.04); }
.work-card__info { padding-top: 22px; }
.work-card__name {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 34px);
  margin-bottom: 8px;
}
.work-card__meta {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  color: #6b6358;
}

.page-project {
  background: var(--line);
  color: var(--bg-deep);
}
.page-project .logo { position: absolute; color: var(--line); }
.page-project .lang { position: absolute; }
.page-project .lang a { color: var(--line); }
.page-project .lang__sep,
.page-project .lang__cur { color: var(--muted); }

.proj-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: var(--bg-deep);
}
.proj-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proj-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 13, 10, 0.88) 0%, rgba(16, 13, 10, 0) 52%);
  pointer-events: none;
}

.proj-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(16, 13, 10, 0.5) 0%, rgba(16, 13, 10, 0) 18%);
  pointer-events: none;
}
.proj-hero__caption {
  position: absolute;
  left: 7%;
  bottom: 9%;
  z-index: 2;
  color: var(--line);
}
.proj-hero__eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--line);
  margin-bottom: 22px;
}
.proj-hero__title {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(52px, 8vw, 128px);
  line-height: 0.98;
}

.proj-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 12vh 7% 8vh;
  border-bottom: 1px solid rgba(16, 13, 10, 0.12);
}
.proj-meta__h {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6b6358;
  margin-bottom: 14px;
}
.proj-meta__v {
  font-family: "GFS Didot", serif;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.35;
}

.proj-desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10vh 7% 12vh;
}
.proj-desc__lead {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.22;
}
.proj-desc__body p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
  color: #4a453d;
  margin-bottom: 20px;
}

.proj-gallery {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 7% 10vh;
}
.proj-gallery__item { margin-bottom: 8vh; }
.proj-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}
.proj-gallery__item figcaption {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #6b6358;
  margin-top: 16px;
}

.proj-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
  padding: 9vh 7%;
  border-top: 1px solid rgba(16, 13, 10, 0.12);
  text-decoration: none;
  color: var(--bg-deep);
  transition: padding-left 0.4s ease;
}
.proj-next:hover { padding-left: 9%; }
.proj-next__label {
  font-family: "GFS Didot", serif;
  font-size: clamp(28px, 3vw, 48px);
}
.proj-next__arrow {
  font-family: "Inter", sans-serif;
  font-size: clamp(26px, 3vw, 42px);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .proj-hero__title { font-size: clamp(48px, 9vw, 88px); }
  .proj-meta { gap: 4vh 4%; }
}
@media (max-width: 768px) {
  .proj-hero__caption { bottom: 8%; left: 7%; }
  .proj-hero__eyebrow { letter-spacing: 4px; margin-bottom: 16px; }
  .proj-hero__title { font-size: clamp(40px, 13vw, 68px); }
  .proj-meta {
    grid-template-columns: 1fr 1fr;
    gap: 5vh 6%;
    padding: 8vh 7% 6vh;
  }
  .proj-desc {
    grid-template-columns: 1fr;
    gap: 3vh;
    padding: 8vh 7% 8vh;
  }
  .proj-gallery { padding: 0 7% 6vh; }
  .proj-gallery__item { margin-bottom: 6vh; }
  .proj-next { padding: 7vh 7%; }
}

.page-about {
  background: var(--line);
  color: var(--bg-deep);
}
.page-about .logo { color: var(--bg-deep); }
.page-about .lang a { color: var(--bg-deep); }
.page-about .lang__sep,
.page-about .lang__cur { color: #6b6358; }

.about-eyebrow,
.about-intro__eyebrow,
.about-philo__eyebrow,
.about-awards__eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #6b6358;
}

.about-intro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24vh 7% 12vh;
}
.about-intro__eyebrow { margin-bottom: 4vh; }
.about-intro__title {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(40px, 6.5vw, 104px);
  line-height: 1.02;
  margin-bottom: 5vh;
}
.about-intro__lead {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
  color: #4a453d;
  max-width: 54ch;
}

.about-bio {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 6%;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6vh 7% 12vh;
}
.about-bio__media { overflow: hidden; }
.about-bio__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
.about-bio__name {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 38px);
  margin-bottom: 28px;
}
.about-bio__text p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
  color: #4a453d;
  margin-bottom: 20px;
}

.about-philo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6%;
  row-gap: 3vh;
  max-width: 1400px;
  margin: 0 auto;
  padding: 7vh 7% 12vh;
  border-top: 1px solid rgba(16, 13, 10, 0.12);
}
.about-philo__eyebrow {
  grid-column: 1 / -1;
  margin-left: -2vw;
}
.about-philo__lead {
  grid-column: 1;
  align-self: start;
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(30px, 3.4vw, 56px);
  line-height: 1.12;
  max-width: 12ch;
}
.about-philo__body { grid-column: 2; }
.about-philo__body p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.8;
  color: #4a453d;
  margin-bottom: 22px;
}

.about-awards {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12vh 7% 14vh;
  border-top: 1px solid rgba(16, 13, 10, 0.12);
}
.about-awards__eyebrow { margin-bottom: 6vh; }
.about-awards__list { list-style: none; }
.award {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 4%;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid rgba(16, 13, 10, 0.1);
}
.award:first-child { border-top: 1px solid rgba(16, 13, 10, 0.1); }
.award__year {
  font-family: "GFS Didot", serif;
  font-size: clamp(18px, 1.6vw, 24px);
  color: #6b6358;
}
.award__title {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 26px);
}

@media (max-width: 1024px) {
  .about-philo {
    grid-template-columns: 1fr;
    row-gap: 4vh;
  }
  .about-philo__lead { grid-column: 1; max-width: none; }
  .about-philo__body { grid-column: 1; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about-intro__title { font-size: clamp(60px, 8vw, 96px); }
  .about-intro__lead { font-size: 21px; max-width: 60ch; }
  .about-bio__name { font-size: 34px; }
  .about-bio__text p { font-size: 18px; }
  .about-philo__lead { font-size: clamp(42px, 5.2vw, 60px); }
  .about-philo__body p { font-size: 20px; }
  .award__year { font-size: 24px; }
  .award__title { font-size: 27px; }
}

@media (max-width: 768px) {
  .about-intro { padding: 18vh 7% 8vh; }
  .about-bio {
    grid-template-columns: 1fr;
    gap: 5vh;
    padding: 4vh 7% 10vh;
  }
  .about-bio__media img { aspect-ratio: 4 / 5; }
  .about-philo { gap: 3vh; padding: 10vh 7%; }
  .award {
    grid-template-columns: 70px 1fr;
    gap: 5%;
    padding: 22px 0;
  }
}

@media (min-width: 1600px) {

  .logo { font-size: 34px; }
  .caption--arch { left: 5%; }
  .caption h1 { font-size: clamp(96px, 7vw, 150px); }
  .caption .eyebrow { font-size: 16px; letter-spacing: 8px; margin-bottom: 24px; }

  .approach__eyebrow { font-size: 16px; letter-spacing: 8px; }
  .approach__steps { max-width: 1720px; margin: 0 auto; gap: 4%; }
  .step__num { font-size: 26px; }
  .step__name { font-size: 42px; }
  .step__desc { font-size: 18px; max-width: 26ch; }

  .detail__eyebrow { font-size: 16px; letter-spacing: 8px; }
  .detail__line { font-size: clamp(52px, 3.4vw, 72px); }

  .cta__inner,
  .footer { max-width: 1720px; margin-left: auto; margin-right: auto; }
  .cta__title { font-size: clamp(84px, 6vw, 116px); }
  .cta__link { font-size: 16px; }
  .footer__wordmark { font-size: clamp(46px, 3.4vw, 62px); }
  .footer__tagline { font-size: 17px; }
  .footer__h { font-size: 14px; letter-spacing: 3px; }
  .footer__col p { font-size: 20px; line-height: 2; }
  .footer__bottom { font-size: 15px; }

  .work-head,
  .work-filter,
  .work-grid { max-width: 1720px; margin-left: auto; margin-right: auto; }
  .work-head { padding: 24vh 7% 7vh; }
  .work-head__eyebrow { font-size: 16px; letter-spacing: 8px; }
  .work-head__title { font-size: clamp(120px, 8vw, 168px); }
  .work-head__intro { font-size: 20px; max-width: 46ch; }
  .work-filter__btn { font-size: 16px; }
  .work-grid { gap: 9vh 4%; }
  .work-card__name { font-size: 40px; }
  .work-card__meta { font-size: 16px; }

  .proj-gallery { max-width: 1400px; }
  .proj-gallery__item figcaption { font-size: 19px; }
  .proj-meta__h { font-size: 13px; }
  .proj-meta__v { font-size: 24px; }
  .proj-desc__body p { font-size: 18px; }

  .about-intro,
  .about-bio,
  .about-philo,
  .about-awards { max-width: 1600px; }
  .about-intro__eyebrow,
  .about-philo__eyebrow,
  .about-awards__eyebrow { font-size: 16px; letter-spacing: 8px; }
  .about-intro__title { font-size: clamp(104px, 6.2vw, 130px); }
  .about-intro__lead { font-size: 22px; max-width: 60ch; }
  .about-bio__name { font-size: 42px; }
  .about-bio__text p { font-size: 19px; }
  .about-philo__lead { font-size: clamp(54px, 3.6vw, 74px); }
  .about-philo__body p { font-size: 21px; }
  .award__year { font-size: 26px; }
  .award__title { font-size: 30px; }

  .featured { padding: 20vh 7% 24vh; }
  .featured__eyebrow {
    max-width: 1720px;
    margin: 0 auto 12vh;
    font-size: 16px;
    letter-spacing: 8px;
  }
  .project {
    max-width: 1720px;
    margin: 0 auto 16vh;
    gap: 5%;
  }
  .project__media img { height: 76vh; }
  .project__num { font-size: 26px; }
  .project__name { font-size: 68px; }
  .project__meta { font-size: 18px; margin-bottom: 36px; }
  .project__link { font-size: 16px; }
  .featured__all {
    font-size: 19px;
    letter-spacing: 3px;
    margin-top: 6vh;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  .m-image { top: auto; bottom: 0; left: 0; right: 0; width: 100%; height: 50%; }
  .m-text { font-size: 46px; }
  .m-phil { font-size: 30px; }

  .detail__eyebrow { font-size: 15px; }
  .detail__line { font-size: 40px; }

  .work-head { padding: 16vh 7% 5vh; }
  .work-head__intro { font-size: 18px; }
  .work-filter { justify-content: center; }
  .work-filter__btn { font-size: 16px; }
  .work-grid { gap: 6vh 5%; padding: 0 7% 12vh; }
  .work-card__name { font-size: 30px; }
  .work-card__meta { font-size: 16px; }

  .cta { padding: 10vh 7% 5vh; }
  .cta__title { font-size: clamp(52px, 6vw, 68px); }
  .cta__inner { margin-bottom: 9vh; }
  .footer__top { flex-direction: column; gap: 9vh; }
  .footer__wordmark { font-size: 44px; }
  .footer__tagline { font-size: 16px; }
  .footer__h { font-size: 14px; }
  .footer__col p { font-size: 19px; }
  .footer__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
    width: 100%;
  }

  .featured { padding: 14vh 7% 18vh; }
  .featured__eyebrow { margin-bottom: 7vh; }
  .project {
    grid-template-columns: 1fr;
    gap: 4vh;
    margin-bottom: 12vh;
  }
  .project__media,
  .project--right .project__media { order: 1; }
  .project__info,
  .project--right .project__info {
    order: 2;
    padding: 0;
    text-align: left;
  }
  .project__media img { height: auto; aspect-ratio: 16 / 10; }
}

@media (max-width: 768px) {

  .logo { position: absolute; }

  .caption--arch { top: 7%; left: 7%; }
  .caption h1 { font-size: clamp(32px, 9vw, 56px); }
  .caption .eyebrow { margin-bottom: 12px; }

  .detail__caption { top: 7%; left: 7%; }
  #spiralScene,
  .detail-photo { top: 58%; height: 70%; max-width: none; }

  .m-image { top: auto; bottom: 0; left: 0; right: 0; width: 100%; height: 50%; }
  .m-text { font-size: 62px; }
  .m-phil { font-size: 32px; }

  .featured { padding: 12vh 6% 14vh; }
  .featured__eyebrow { margin-bottom: 6vh; }
  .project {
    grid-template-columns: 1fr;
    gap: 3.5vh;
    margin-bottom: 10vh;
  }
  .project__media,
  .project--right .project__media { order: 1; }
  .project__info,
  .project--right .project__info {
    order: 2;
    padding: 0;
    text-align: left;
  }
  .project__media img { height: auto; aspect-ratio: 3 / 2; }
  .project__name { font-size: clamp(26px, 7vw, 38px); }
  .project__meta { margin-bottom: 24px; }
  .featured__all { margin-top: 2vh; }

  .work-head { padding: 16vh 7% 5vh; }
  .work-filter { padding: 0 7% 6vh; gap: 1.5vh 4vw; flex-wrap: nowrap; }
  .work-filter__btn { font-size: clamp(9px, 2.4vw, 14px); letter-spacing: 1px; }
  .work-grid { grid-template-columns: 1fr; gap: 6vh; padding: 0 7% 12vh; }

  .cta { padding: 8vh 7% 4vh; }
  .cta__title { font-size: clamp(38px, 7vw, 56px); }
  .cta__inner { margin-bottom: 9vh; }
  .footer__top {
    flex-direction: column;
    gap: 9vh;
    margin-bottom: 7vh;
  }
  .footer__wordmark { font-size: 36px; }
  .footer__tagline { font-size: 15px; }
  .footer__h { font-size: 13px; }
  .footer__col p { font-size: 17px; }
  .footer__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vh 8%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  .caption--arch { top: 8%; left: 7%; }

  .step__num { font-size: 24px; }
  .step__name { font-size: 30px; }
  .step__desc { font-size: 17px; }

  .detail__caption { top: 8%; left: 7%; }
  .detail__line { font-size: 54px; }
  #spiralScene,
  .detail-photo { top: 56%; height: 74%; max-width: none; }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .caption--arch { left: 4%; }
}

@media (max-width: 768px),
       (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  .approach { padding: 14vh 7% 12vh; }
  .approach__eyebrow { margin-bottom: 8vh; }
  .approach__steps {
    display: flex;
    flex-direction: column;
    gap: 5vh;
    position: relative;
  }
  .approach__line {
    top: 0;
    left: 92%;
    right: auto;
    width: 1px;
    height: 100%;
    transform-origin: top;
  }
  .step {
    position: relative;
    padding-top: 0;
    padding-right: 20%;
  }
  .step__dot {
    top: 6px;
    left: 92%;
    right: auto;
    margin-left: -3px;
  }
  .step__desc { max-width: none; }
}

@media (max-width: 406px) {
  .cta__title { font-size: 30px; }
  .footer__wordmark { font-size: 26px; }
  .footer__col p { font-size: 12px; }
  .footer__h { font-size: 10px; }
}

.page-contact {
  background: radial-gradient(130% 90% at 50% 0%, var(--bg-soft) 0%, var(--bg-deep) 55%);
  color: var(--line);
  min-height: 100vh;
}

.page-contact .logo,
.page-contact .lang { position: absolute; }

.contact-intro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24vh 7% 8vh;
}
.contact-intro__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 5vh;
}
.contact-intro__title {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(40px, 6.4vw, 96px);
  line-height: 1.03;
}
.contact-intro__lead {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.7;
  color: var(--muted);
  max-width: 52ch;
  margin-top: 4vh;
}

.contact-main {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 9%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4vh 7% 18vh;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 4.4vh;
}
.contact-item__h {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.contact-item__v {
  font-family: "GFS Didot", serif;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.45;
}
.contact-item__v a {
  color: var(--line);
  text-decoration: none;
  border-bottom: 1px solid rgba(243, 239, 230, 0.22);
  transition: border-color 0.3s, color 0.3s;
}
.contact-item__v a:hover {
  color: var(--muted);
  border-color: transparent;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 4.4vh;
}
.field {
  display: flex;
  flex-direction: column;
}
.field label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.field input,
.field textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(243, 239, 230, 0.22);
  color: var(--line);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 17px;
  padding: 10px 0;
  transition: border-color 0.35s;
}
.field textarea { resize: vertical; }
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--line);
}
.contact-form__submit {
  align-self: flex-start;
  background: none;
  border: none;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--line);
  padding: 0 0 8px;
  transition: color 0.3s, border-color 0.3s;
}
.contact-form__submit:hover {
  color: var(--muted);
  border-color: var(--muted);
}
.contact-form__note {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--line);
}

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.page-legal {
  background: var(--bg-deep);
  color: var(--line);
  min-height: 100vh;
}
.page-legal .logo,
.page-legal .lang { position: absolute; }

.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 22vh 7% 10vh;
}
.legal__title {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 1.05;
  margin-bottom: 1.4rem;
}
.legal__updated {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 8vh;
}
.legal__section { margin-bottom: 5vh; }
.legal__section h2 {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 30px);
  margin-bottom: 1.2rem;
}
.legal__section p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
  color: var(--muted);
  margin-bottom: 0.8rem;
}
.legal__section strong { color: var(--line); font-weight: 500; }
.legal__section ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.4rem;
}
.legal__section li {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
  color: var(--muted);
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
}
.legal__section li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: -0.15em;
  color: var(--line);
  font-size: 1.4rem;
  line-height: 1;
}
.legal__section a {
  color: var(--line);
  text-decoration: none;
  border-bottom: 1px solid rgba(243, 239, 230, 0.28);
  transition: border-color 0.3s, color 0.3s;
}
.legal__section a:hover { color: var(--muted); border-color: transparent; }
.legal__back {
  display: inline-block;
  margin-top: 3vh;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--line);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
  transition: color 0.3s, border-color 0.3s;
}
.legal__back:hover { color: var(--muted); border-color: var(--muted); }

.footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 3.5vh 7%;
  border-top: 1px solid rgba(243, 239, 230, 0.1);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}
.footer-legal a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-legal a:hover { color: var(--line); }

@media (min-width: 1600px) {
  .legal { max-width: 1080px; }
  .legal__title { font-size: clamp(76px, 5vw, 92px); }
  .legal__section h2 { font-size: 36px; margin-bottom: 1.4rem; }
  .legal__section p, .legal__section li { font-size: 20px; line-height: 1.8; }
  .legal__section li { padding-left: 1.6rem; }
  .legal__back { font-size: 16px; }
  .footer-legal { font-size: 15px; }
}

@media (max-width: 768px) {
  .legal { padding: 20vh 8% 8vh; }
  .footer-legal { padding: 4vh 6%; font-size: 12px; }
}

.cta--footer-only { padding-top: 6vh; }

@media (min-width: 1600px) {
  .contact-intro,
  .contact-main { max-width: 1600px; }
  .contact-intro__title { font-size: clamp(96px, 6vw, 122px); }
  .contact-intro__lead { font-size: 22px; }
  .contact-item__v { font-size: 24px; }
  .field input, .field textarea { font-size: 19px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .contact-intro { padding-top: 20vh; }
  .contact-main { gap: 6%; }
  .contact-item__v { font-size: 20px; }
}

@media (max-width: 768px) {
  .contact-intro { padding: 22vh 7% 6vh; }
  .contact-main {
    grid-template-columns: 1fr;
    gap: 9vh;
    padding: 2vh 7% 14vh;
  }
  .contact-item__v { font-size: 19px; }
}
