:root {
  --bg: #ffffff;
  --text: #111315;
  --muted: #565c61;
  --line: #111315;
  --line-strong: #111315;
  --accent: #17191c;
  --page-gutter: 36px;
  --fs-text: clamp(0.95rem, 0.9rem + 0.15vw, 1rem);
  --fs-title: clamp(1.9rem, 1.2rem + 2.2vw, 3.2rem);
  --fs-display: clamp(4.4rem, 8vw, 8.8rem);
  --topbar-height: 0px;
  --info-bar-height: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: calc(var(--topbar-height) + 20px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  font-size: var(--fs-text);
  color: var(--text);
  background: var(--bg);
}

body.hara-intro-active {
  overflow: hidden;
}

.hara-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: clamp(24px, 5vw, 64px);
  background: #ffffff;
  color: var(--text);
  cursor: pointer;
}

.hara-intro.is-exiting {
  pointer-events: none;
  animation: intro-fade-out 700ms ease forwards;
}

.hara-intro-drawing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(82vw, 900px);
  max-height: min(76vh, 620px);
  overflow: visible;
  transform: translate(-50%, -50%);
}

.intro-composition {
  animation: intro-composition-out 780ms ease forwards;
  animation-delay: 5350ms;
}

.intro-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.82;
  opacity: 0;
  vector-effect: non-scaling-stroke;
  animation: intro-line-in 520ms ease forwards;
  transform-box: fill-box;
}

.intro-axis {
  stroke-linecap: butt;
}

.intro-axis-dot {
  fill: currentColor;
  opacity: 0;
  animation: intro-dot-in 240ms ease forwards;
}

.intro-dim {
  stroke-width: 0.74;
}

.intro-h,
.intro-dim-main {
  transform: scaleX(0);
  transform-origin: left center;
}

.intro-v,
.intro-dim-vertical {
  transform: scaleY(0);
  transform-origin: center top;
}

.intro-dim-tick {
  transform: scale(0);
  transform-origin: center;
}

.intro-mark-content {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: intro-mark-in 420ms ease forwards;
}

.intro-axis-bubble {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: intro-mark-in 420ms ease forwards;
}

.intro-mark circle,
.intro-axis-bubble {
  fill: #ffffff;
  stroke: currentColor;
  stroke-width: 0.9;
  vector-effect: non-scaling-stroke;
}

.intro-mark text,
.intro-caption {
  fill: currentColor;
  font-family: "Manrope", sans-serif;
  text-anchor: middle;
  dominant-baseline: central;
}

.intro-mark text {
  font-size: 34px;
  font-weight: 400;
}

.intro-greek-mark text {
  font-size: 38px;
}

.intro-greek-letter {
  opacity: 0;
  animation: intro-letter-in 320ms ease forwards;
}

.intro-brand-letter {
  opacity: 0;
  animation: intro-letter-in 340ms ease forwards;
}

.intro-brand-letter-main {
  text-anchor: middle;
}

.intro-brand-prime-mark {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
  opacity: 0;
  animation: intro-letter-in 340ms ease forwards;
}

.intro-caption-mask {
  fill: #ffffff;
  opacity: 0;
  animation: intro-mask-in 300ms ease forwards;
}

.intro-caption {
  opacity: 0;
  font-size: 20px;
  letter-spacing: 0;
  animation: intro-caption-in 480ms ease forwards;
}

.intro-final {
  position: absolute;
  top: 50%;
  left: 50%;
  --intro-final-brand-size: clamp(4.5rem, 9vw, 8rem);
  --intro-final-width: calc(var(--intro-final-brand-size) * 3.18);
  width: min(90vw, 820px);
  opacity: 0;
  text-align: center;
  transform: translate(-50%, calc(-50% + 16px));
  animation: intro-final-in 680ms ease forwards;
  animation-delay: 5750ms;
}

.intro-final p {
  margin: 0;
}

.intro-final-lockup {
  width: min(100%, var(--intro-final-width));
  margin: 0 auto;
}

.intro-final-brand {
  font-size: var(--intro-final-brand-size);
  font-weight: 600;
  line-height: 0.86;
}

.intro-final-word {
  position: relative;
  display: inline-block;
}

.intro-final-accent {
  position: absolute;
  top: -0.045em;
  right: 0.105em;
  width: 0.11em;
  height: 0.034em;
  background: currentColor;
  border-radius: 999px;
  transform: rotate(-58deg);
  transform-origin: center;
}

.intro-final-practice {
  margin-top: clamp(16px, 2.1vw, 24px);
  width: 100%;
  color: var(--text);
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.25;
  white-space: nowrap;
}

.intro-final-greek {
  margin-top: 10px;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.6vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
}

.intro-enter {
  position: fixed;
  top: clamp(20px, 3vw, 38px);
  right: clamp(22px, 3vw, 42px);
  z-index: 1;
  padding: 0;
  border: 0;
  opacity: 0;
  color: var(--text);
  background: transparent;
  cursor: pointer;
  animation: intro-enter-in 480ms ease forwards;
  animation-delay: 6250ms;
}

.intro-enter::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 160ms ease;
}

.intro-enter:hover::after,
.intro-enter:focus-visible::after {
  transform: scaleX(1);
}

.intro-delay-1 {
  animation-delay: 90ms;
}

.intro-delay-2 {
  animation-delay: 270ms;
}

.intro-delay-3 {
  animation-delay: 450ms;
}

.intro-delay-4 {
  animation-delay: 630ms;
}

.intro-delay-5 {
  animation-delay: 900ms;
}

.intro-delay-6 {
  animation-delay: 1080ms;
}

.intro-delay-7 {
  animation-delay: 1260ms;
}

.intro-delay-8 {
  animation-delay: 1440ms;
}

.intro-delay-9 {
  animation-delay: 1750ms;
}

.intro-delay-10 {
  animation-delay: 1850ms;
}

.intro-delay-11 {
  animation-delay: 1950ms;
}

.intro-delay-12 {
  animation-delay: 2050ms;
}

.intro-delay-13 {
  animation-delay: 2180ms;
}

.intro-delay-14 {
  animation-delay: 2280ms;
}

.intro-delay-15 {
  animation-delay: 2380ms;
}

.intro-delay-16 {
  animation-delay: 2480ms;
}

.intro-delay-17 {
  animation-delay: 2700ms;
}

.intro-delay-18 {
  animation-delay: 2800ms;
}

.intro-delay-19 {
  animation-delay: 2900ms;
}

.intro-delay-20 {
  animation-delay: 3000ms;
}

.intro-delay-21 {
  animation-delay: 3250ms;
}

.intro-delay-22 {
  animation-delay: 3370ms;
}

.intro-delay-23 {
  animation-delay: 3490ms;
}

.intro-delay-24 {
  animation-delay: 3610ms;
}

.intro-delay-25 {
  animation-delay: 3920ms;
}

.intro-delay-26 {
  animation-delay: 4080ms;
}

.intro-delay-27 {
  animation-delay: 4320ms;
}

@keyframes intro-line-in {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes intro-mark-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes intro-dot-in {
  to {
    opacity: 1;
  }
}

@keyframes intro-letter-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-mask-in {
  to {
    opacity: 1;
  }
}

@keyframes intro-caption-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-composition-out {
  to {
    opacity: 0;
    transform: scale(0.985);
  }
}

@keyframes intro-final-in {
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes intro-enter-in {
  to {
    opacity: 1;
  }
}

@keyframes intro-fade-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  width: 100%;
  padding: 0 0 calc(var(--info-bar-height) + 24px);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  gap: 6px;
  padding: 18px var(--page-gutter) 12px;
  background: rgba(255, 255, 255, var(--topbar-bg-alpha, 0.62));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: padding 180ms ease, background 180ms ease;
}

.topbar::after {
  content: "";
  position: absolute;
  left: var(--page-gutter);
  bottom: 0;
  right: var(--page-gutter);
  height: 2px;
  background: var(--line);
}

.brand {
  display: inline-flex;
  width: max-content;
}

.topbar-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  max-height: 80px;
  overflow: hidden;
  transition: opacity 180ms ease, max-height 180ms ease, transform 180ms ease;
}

.brand-caption,
.nav,
.eyebrow,
.project-number,
.project-meta,
.info-label,
.contact-details span {
  letter-spacing: 0.08em;
}

.brand-word {
  position: relative;
  display: inline-block;
  padding-right: 0.14em;
}

.accent-mark {
  position: absolute;
  top: 0.04em;
  right: 0.05em;
  width: 0.16em;
  height: 0.045em;
  background: currentColor;
  border-radius: 999px;
  transform: rotate(-58deg);
  transform-origin: center;
}

.brand-mark {
  font-family: "Manrope", sans-serif;
  font-size: var(--fs-title);
  font-weight: 600;
  line-height: 0.9;
  transform: scaleX(1);
  transform-origin: left center;
  transition: font-size 180ms ease, line-height 180ms ease, transform 180ms ease;
}

.brand-caption {
  color: var(--muted);
  line-height: 1.1;
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
}

.nav a {
  position: relative;
  padding-bottom: 4px;
}

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

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.section {
  padding: 44px var(--page-gutter) 0;
}

.works,
.approach,
.contact {
  margin-top: 48px;
  padding-top: 26px;
}

.works {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.hero {
  padding-top: 56px;
  min-height: 38vh;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
}

.hero h1,
.section-heading h2,
.project-row h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 12ch;
  font-size: var(--fs-display);
  line-height: 0.92;
}

.hero h1 > .brand-word {
  display: block;
  width: max-content;
}

.hero .brand-word {
  width: max-content;
  padding-right: 0.16em;
}

.hero .accent-mark {
  top: 0.02em;
  right: 0.04em;
  width: 0.15em;
  height: 0.04em;
}

.info-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19;
  padding: 0 var(--page-gutter);
  background: rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.info-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--page-gutter);
  right: var(--page-gutter);
  height: 2px;
  background: var(--line);
}

.info-bar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.45fr) minmax(220px, 0.55fr);
  gap: 24px;
  align-items: start;
  padding: 12px 0;
}

.lead,
.approach-grid p,
.project-note,
.contact-text,
.contact-details p {
  line-height: 1.72;
}

.lead,
.approach-grid p,
.project-note,
.contact-text,
.footer-note,
.practice-panel p,
.project-page-summary p {
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  text-align-last: left;
}

.lead {
  max-width: 42rem;
  margin: 0;
  color: rgba(17, 19, 21, 0.82);
}

.lead--tagline {
  max-width: none;
  color: var(--text);
  -webkit-hyphens: manual;
  hyphens: manual;
  text-align: left;
}

.hero-meta {
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.info-contact {
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.mobile-service-nav {
  display: none;
}

.hero-meta p {
  margin: 0;
}

.info-contact p {
  margin: 0;
}

.info-label {
  margin: 0 0 2px;
  color: var(--text);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}

.works .section-heading {
  display: none;
}

.section-heading h2 {
  max-width: 11ch;
  font-size: var(--fs-title);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.08;
}

.project-list {
  display: grid;
  gap: 0;
}

.project-row {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr);
  grid-template-rows: auto auto 1fr;
  gap: 18px 44px;
  align-items: start;
  min-height: clamp(500px, 72vh, 760px);
  padding: 34px 0;
  border-top: 1px solid rgba(17, 19, 21, 0.18);
}

.project-row:last-child {
  border-bottom: 1px solid rgba(17, 19, 21, 0.18);
}

a.project-row {
  transition: none;
}

a.project-row:hover,
a.project-row:focus-visible {
  opacity: 1;
}

.project-number {
  display: none;
}

.project-copy {
  display: grid;
  align-content: start;
  align-self: start;
  gap: 20px;
  grid-column: 1;
  grid-row: 2 / span 2;
  max-width: 28rem;
}

.project-kind,
.project-meta,
.project-details,
.project-note {
  margin: 0;
}

.project-kind {
  color: var(--text);
}

.project-row h3 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.08rem, 0.95rem + 0.75vw, 1.55rem);
  font-weight: 400;
  line-height: 1.12;
  align-self: start;
  grid-column: 1;
  grid-row: 1;
  transform: none;
}

.project-meta {
  color: var(--muted);
  font-size: clamp(0.88rem, 0.84rem + 0.12vw, 0.96rem);
  line-height: 1.28;
  transform: none;
}

.project-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: clamp(0.9rem, 0.84rem + 0.16vw, 0.98rem);
  line-height: 1.38;
}

.project-details li {
  display: block;
}

.project-details span {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
}

.project-details span::after {
  content: ":";
}

.project-note {
  max-width: none;
  color: rgba(17, 19, 21, 0.78);
  font-size: clamp(0.92rem, 0.86rem + 0.18vw, 1rem);
  line-height: 1.58;
}

.project-render {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: stretch;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.project-render img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.project-render-label {
  display: none;
}

.project-render-name {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 1;
}

a.project-row:hover .project-render img,
a.project-row:focus-visible .project-render img {
  transform: none;
}

@media (min-width: 981px) {
  .has-project-index {
    --project-content-gap: clamp(52px, 4vw, 86px);
    --project-index-width: clamp(220px, 16vw, 292px);
    --project-intro-top: clamp(30px, 2.5vw, 46px);
  }

  .has-project-index .project-page-main,
  .has-project-index .practice-panel,
  .has-project-index .footer {
    margin-left: calc(var(--project-index-width) + var(--project-content-gap));
  }

  .project-index {
    position: fixed;
    top: calc(var(--topbar-height) + var(--project-intro-top));
    bottom: 24px;
    left: var(--page-gutter);
    z-index: 12;
    display: grid;
    width: var(--project-index-width);
    align-content: space-between;
    gap: 26px;
    overflow: auto;
    padding-right: 20px;
    scrollbar-width: none;
  }

  .has-project-index .project-page-hero {
    padding-top: var(--project-intro-top);
  }

  .has-project-index .project-page-grid {
    padding-top: 14px;
  }

  .has-project-index .project-gallery {
    width: calc(100% - var(--page-gutter));
    margin-left: var(--page-gutter);
    padding-left: 0;
    padding-right: var(--page-gutter);
    padding-top: 44px;
  }

  .project-index::-webkit-scrollbar {
    display: none;
  }

  .project-index-block {
    display: grid;
    gap: 16px;
  }

  .project-index-title {
    display: none;
  }

  .project-index-menu a {
    margin: 0;
    letter-spacing: 0.08em;
    color: var(--text);
  }

  .project-index-list,
  .project-index-menu {
    display: grid;
    gap: 10px;
  }

  .project-index-list {
    gap: 16px;
  }

  .project-index-link {
    display: block;
    color: rgba(17, 19, 21, 0.38);
    line-height: 1.2;
  }

  .project-index-link small {
    display: block;
    margin-top: 3px;
    color: rgba(17, 19, 21, 0.38);
    line-height: 1.25;
  }

  .project-index-link.is-current,
  .project-index-link.is-current small,
  .project-index-link:hover,
  .project-index-link:focus-visible {
    color: var(--text);
  }

  .project-index-menu {
    gap: 10px;
  }

  .has-project-index .project-page-title {
    grid-column: 1 / span 6;
  }

  .has-project-index .project-page-summary {
    grid-column: 1 / span 6;
  }

  .has-project-index .project-facts {
    grid-column: 8 / span 4;
    max-width: 430px;
  }
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.approach-grid p {
  max-width: 38rem;
  margin: 0;
  color: rgba(17, 19, 21, 0.82);
}

.contact-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 36px;
}

.contact-text {
  max-width: 42rem;
  margin: 0;
  color: rgba(17, 19, 21, 0.82);
}

.contact-details {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contact-details p {
  margin: 0;
  color: var(--muted);
}

.contact-details span {
  display: inline-block;
  min-width: 88px;
  color: var(--text);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding: 20px var(--page-gutter) 0;
  color: var(--muted);
}

.footer p {
  margin: 0;
}

.footer-note {
  max-width: 46rem;
  line-height: 1.58;
}

.practice-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 70px;
  padding: 24px var(--page-gutter) 0;
  border-top: 1px solid rgba(17, 19, 21, 0.18);
}

.practice-panel p {
  margin: 0;
  color: rgba(17, 19, 21, 0.82);
  line-height: 1.58;
}

.practice-panel-label {
  margin-bottom: 10px !important;
  color: var(--text) !important;
  letter-spacing: 0.08em;
}

.project-page-main {
  padding-bottom: 56px;
}

.project-page-hero {
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 0;
}

.project-page-title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.9rem, 1.15rem + 2.15vw, 3.05rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  grid-column: 1 / span 5;
}

.project-page-hero .eyebrow {
  display: none;
}

.project-page-meta {
  display: none;
}

.project-page-meta p {
  margin: 0;
  color: var(--muted);
}

.project-page-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px 24px;
  align-items: start;
}

.project-page-summary {
  grid-column: 1 / span 5;
  display: grid;
  gap: 0;
}

.project-page-summary p {
  max-width: none;
  margin: 0;
  line-height: 1.62;
  color: rgba(17, 19, 21, 0.82);
}

.project-facts {
  grid-column: 8 / span 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}

.project-facts p {
  display: block;
  margin: 0;
  line-height: 1.48;
  color: var(--muted);
}

.project-facts span {
  display: block;
  min-width: 0;
  margin-bottom: 3px;
  color: var(--text);
}

.project-facts span::after {
  content: ":";
}

.project-gallery-shell {
  position: relative;
  display: block;
}

.project-switcher {
  display: none;
}

.project-index-title {
  display: none;
}

.project-gallery-controls {
  position: absolute;
  top: -54px;
  right: 0;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.project-gallery-control {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  color: #ffffff;
  background: var(--text);
  cursor: pointer;
}

.project-gallery {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: flex-start;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
}

.project-gallery::-webkit-scrollbar {
  display: none;
}

.project-gallery--single {
  display: block;
  max-width: 72rem;
  cursor: default;
}

.project-gallery figure {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
  scroll-snap-align: start;
}

.project-gallery--single figure {
  width: 100%;
  cursor: zoom-in;
}

.project-gallery figure.gallery-item--landscape {
  width: clamp(560px, 54vw, 980px);
}

.project-gallery figure.gallery-item--portrait {
  width: clamp(280px, 24vw, 440px);
}

.project-gallery figure.gallery-item--square {
  width: clamp(360px, 33vw, 620px);
}

.project-gallery--single img,
.project-gallery img {
  display: block;
  width: 100%;
  height: clamp(320px, 58vh, 720px);
  object-fit: cover;
}

.project-gallery--single img {
  height: auto;
}

.project-gallery figcaption {
  display: none;
}

.project-gallery .reveal,
.realization-gallery .reveal {
  opacity: 1;
  transform: none;
}

.realization-section {
  margin-top: 52px;
}

.realization-head {
  display: block;
  padding-top: 24px;
  border-top: 2px solid var(--line);
}

.realization-head h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
  color: var(--muted);
}

.realization-head p {
  display: none;
}

.realization-gallery {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: none;
  margin-top: 24px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
}

.realization-gallery--single {
  display: flex;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
}

.realization-gallery::-webkit-scrollbar,
.realization-gallery--single::-webkit-scrollbar {
  display: none;
}

.realization-card {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  background: transparent;
  scroll-snap-align: start;
  cursor: zoom-in;
}

.realization-card--main {
  grid-row: auto;
}

.realization-card img {
  display: block;
  width: auto;
  max-width: none;
  height: clamp(300px, 34vh, 430px);
}

.realization-card figcaption,
.gallery-lightbox-caption {
  display: none;
}

.project-gallery.is-dragging,
.realization-gallery.is-dragging,
.realization-gallery--single.is-dragging {
  cursor: grabbing;
}

.project-gallery.is-dragging *,
.realization-gallery.is-dragging *,
.realization-gallery--single.is-dragging * {
  user-select: none;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(17, 19, 21, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox-stage {
  display: grid;
  gap: 14px;
  width: min(92vw, 1600px);
}

.gallery-lightbox-top {
  display: flex;
  justify-content: flex-end;
}

.gallery-lightbox-frame {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  touch-action: pan-y;
}

.gallery-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 180px);
  margin: 0 auto;
}

.gallery-lightbox-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.72;
  text-align: center;
}

.gallery-lightbox-button {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

@media (max-width: 980px) {
  .info-bar-grid,
  .approach-grid,
  .contact-summary,
  .practice-panel,
  .project-page-hero,
  .project-page-grid,
  .realization-head,
  .realization-gallery {
    grid-template-columns: 1fr;
  }

  .project-index {
    position: sticky;
    top: var(--topbar-height);
    z-index: 18;
    display: grid;
    gap: 10px;
    overflow: hidden;
    padding: 12px var(--page-gutter);
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .project-index-menu,
  .project-index-link small {
    display: none;
  }

  .project-index-list {
    display: flex;
    gap: 24px;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .project-index-list::-webkit-scrollbar {
    display: none;
  }

  .project-index-link {
    display: flex;
    flex: 0 0 auto;
    gap: 7px;
    align-items: baseline;
    color: rgba(17, 19, 21, 0.45);
    white-space: nowrap;
  }

  .project-index-link.is-current {
    color: var(--text);
  }

  .project-page-title,
  .project-page-hero .eyebrow,
  .project-page-meta,
  .project-page-summary,
  .project-facts,
  .realization-head h2,
  .realization-head p {
    grid-column: 1 / -1;
  }

  .project-page-meta {
    display: none;
  }

  .project-facts p {
    display: block;
  }

  .project-switcher {
    display: none;
  }

  .project-gallery figure.gallery-item--landscape {
    width: min(78vw, 760px);
  }

  .project-gallery figure.gallery-item--portrait {
    width: min(52vw, 420px);
  }

  .project-gallery figure.gallery-item--square {
    width: min(64vw, 520px);
  }

  .realization-card--main {
    grid-row: auto;
  }

  .project-row {
    grid-template-columns: 1fr;
    gap: 10px 20px;
    align-items: start;
    min-height: auto;
  }

  .project-copy,
  .project-render,
  .project-row h3 {
    grid-column: 1;
    grid-row: auto;
  }

  .project-row h3 {
    font-size: clamp(1.12rem, 5.3vw, 1.42rem);
    line-height: 1.12;
  }

  .project-render {
    min-height: 220px;
  }

  .practice-panel {
    gap: 18px;
    margin-top: 46px;
  }
}

@media (max-width: 760px) {
  :root {
    --page-gutter: 18px;
    --fs-display: 3.15rem;
  }

  .hara-intro {
    padding: 22px;
  }

  .hara-intro-drawing {
    top: 47%;
    width: min(84vw, 370px);
    max-height: 58vh;
  }

  .intro-mark text {
    font-size: 21px;
  }

  .intro-greek-mark text {
    font-size: 24px;
  }

  .intro-caption {
    font-size: 12px;
  }

  .intro-final {
    --intro-final-brand-size: clamp(3.45rem, 17vw, 5rem);
    --intro-final-width: calc(var(--intro-final-brand-size) * 3.12);
    width: calc(100vw - 36px);
  }

  .intro-final-practice {
    margin-top: 14px;
    font-size: clamp(0.82rem, 3.25vw, 0.96rem);
  }

  .intro-final-greek {
    margin-top: 9px;
  }

  .intro-enter {
    top: max(18px, env(safe-area-inset-top));
    right: 18px;
  }

  .site-shell {
    padding: 0 0 calc(64px + env(safe-area-inset-bottom));
  }

  .project-index {
    position: static;
    display: block;
    overflow: hidden;
    padding: 14px var(--page-gutter) 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .project-index-title {
    display: block;
    margin: 0 0 10px;
    color: var(--muted);
  }

  .project-index-list {
    display: flex;
    gap: 0;
    max-width: 100%;
    overflow-x: auto;
    padding: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .project-index-link {
    display: block;
    flex: 0 0 min(72vw, 310px);
    padding: 0 16px;
    border-left: 1px solid rgba(17, 19, 21, 0.24);
    color: var(--text);
    line-height: 1.24;
    white-space: normal;
    scroll-snap-align: start;
  }

  .project-index-link:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .project-index-link small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    line-height: 1.35;
  }

  .project-index-menu {
    display: none;
  }

  .mobile-service-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    margin: 0 var(--page-gutter);
    padding: 12px 0 10px;
    border-bottom: 1px solid rgba(17, 19, 21, 0.18);
    color: var(--text);
    text-align: center;
  }

  .mobile-service-nav span + span {
    border-left: 1px solid rgba(17, 19, 21, 0.36);
  }

  .topbar {
    justify-items: center;
    gap: var(--topbar-gap, 5px);
    padding: var(--topbar-padding-top, 12px) var(--page-gutter) var(--topbar-padding-bottom, 10px);
    text-align: center;
  }

  .topbar .brand {
    width: 100%;
    justify-content: center;
  }

  .topbar .brand-mark {
    font-size: var(--topbar-brand-size, clamp(1.9rem, 8vw, 2.25rem));
    line-height: var(--topbar-brand-line-height, 0.9);
    transform: scaleX(var(--topbar-brand-scale-x, 1));
    transform-origin: center;
    transition: none;
  }

  .topbar.is-compact {
    background: rgba(255, 255, 255, var(--topbar-bg-alpha, 0.86));
  }

  .topbar.is-compact .brand {
    width: 100%;
    justify-content: center;
  }

  .topbar.is-compact .topbar-meta {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
  }

  .topbar::after {
    left: var(--page-gutter);
    right: var(--page-gutter);
  }

  .topbar-meta {
    display: none;
  }

  .topbar .nav {
    display: none;
  }

  .nav {
    flex-wrap: wrap;
    gap: 18px;
    font-size: 1rem;
  }

  .brand-caption {
    display: none;
    font-size: 0.96rem;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .section {
    padding: 32px var(--page-gutter) 0;
  }

  .works {
    margin-top: 18px;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .info-bar {
    position: relative;
    right: 0;
    left: 0;
    padding: 0 var(--page-gutter);
    margin-top: 18px;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .info-bar::before {
    display: none;
  }

  .info-bar-grid {
    gap: 0;
    padding: 0;
  }

  .info-bar .hero-meta,
  .info-bar .info-contact {
    display: none;
  }

  .lead {
    max-width: none;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .lead--tagline {
    color: var(--muted);
    font-size: var(--fs-text);
    line-height: 1.08;
    white-space: nowrap;
    text-align: center;
    text-align-last: center;
  }

  .hero {
    display: none;
  }

  .project-page-main {
    padding-bottom: 40px;
  }

  .project-page-hero {
    padding-top: 16px;
  }

  .project-page-title {
    max-width: 100%;
    font-size: clamp(1.82rem, 8vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: 0;
    overflow-wrap: break-word;
  }

  .project-page-grid {
    gap: 18px;
    padding-top: 10px;
  }

  .project-page-summary {
    gap: 0;
  }

  .project-page-summary p {
    line-height: 1.58;
    text-align: justify;
    text-align-last: left;
  }

  .project-facts {
    margin-top: 2px;
  }

  .project-facts p {
    display: block;
    line-height: 1.45;
  }

  .lead,
  .approach-grid p,
  .project-note,
  .contact-text,
  .contact-details p {
    line-height: 1.62;
  }

  .project-gallery-controls {
    display: none;
  }

  .project-gallery-control,
  .gallery-lightbox-button {
    width: 40px;
    height: 40px;
  }

  .project-gallery {
    gap: var(--page-gutter);
    width: calc(100% - (var(--page-gutter) * 2));
    margin-right: var(--page-gutter);
    margin-left: var(--page-gutter);
    padding-right: 0;
    padding-left: 0;
    padding-top: 34px;
  }

  .project-gallery figure.gallery-item--landscape,
  .project-gallery figure.gallery-item--square,
  .project-gallery figure.gallery-item--portrait {
    width: 100%;
  }

  .project-gallery img {
    height: clamp(260px, 46vh, 520px);
  }

  .gallery-lightbox {
    padding: 16px;
  }

  .gallery-lightbox-frame {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-prev,
  .gallery-lightbox-next {
    display: none;
  }

  .footer {
    flex-direction: column;
    padding: 20px var(--page-gutter) calc(24px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .nav a::after {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .intro-line,
  .intro-axis-dot,
  .intro-mark-content,
  .intro-axis-bubble,
  .intro-greek-letter,
  .intro-brand-letter,
  .intro-brand-prime-mark,
  .intro-caption-mask,
  .intro-caption,
  .intro-composition,
  .intro-final,
  .intro-enter,
  .hara-intro.is-exiting {
    animation-duration: 1ms;
  }

  .hara-intro.is-reduced .intro-composition {
    display: none;
  }

  .hara-intro.is-reduced .intro-final,
  .hara-intro.is-reduced .intro-enter {
    opacity: 1;
    animation: none;
    transform: translate(-50%, -50%);
  }

  .hara-intro.is-reduced .intro-enter {
    transform: none;
  }
}
