@font-face {
  font-family: "Anesu Arch";
  src: url("assets/fonts/bebas-neue-latin-400-normal.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Anesu Design";
  src: url("assets/fonts/space-grotesk-latin-wght-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 300 700;
}

:root {
  color-scheme: dark;
  --black: #11100d;
  --black-soft: #1c1813;
  --white: #fff7ec;
  --paper: #efe4d3;
  --paper-soft: #fff1de;
  --ink: #171410;
  --muted: rgba(244, 239, 230, 0.68);
  --muted-strong: rgba(244, 239, 230, 0.84);
  --red: #d37a68;
  --red-deep: #814d43;
  --red-soft: rgba(211, 122, 104, 0.18);
  --sage: #b7c29d;
  --sand: #ead8bb;
  --sun: #f1b86a;
  --glass-clear: rgba(255, 255, 255, 0.065);
  --glass-soft: rgba(255, 255, 255, 0.09);
  --glass-edge: rgba(255, 255, 255, 0.2);
  --glass-shadow: rgba(0, 0, 0, 0.34);
  --max: 1240px;
  --pad: clamp(18px, 4vw, 60px);
  --display-font: "Anesu Design", Inter, ui-sans-serif, system-ui, sans-serif;
  --body-font: "Anesu Design", Inter, ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(211, 122, 104, 0.2), transparent 30vw),
    radial-gradient(circle at 88% 22%, rgba(241, 184, 106, 0.17), transparent 26vw),
    radial-gradient(circle at 50% 86%, rgba(183, 194, 157, 0.12), transparent 28vw),
    linear-gradient(135deg, #18140f 0%, #211b14 48%, #2b2118 100%);
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  animation: page-enter 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.page-exit main,
body.page-exit .site-footer {
  opacity: 0;
  transform: perspective(1200px) rotateX(3deg) translateY(-16px);
  transform-origin: top center;
  transition:
    opacity 260ms ease,
    transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.992);
    filter: blur(10px);
  }

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 241, 222, 0.07) 38%, transparent 66%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 80px);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0 0;
  z-index: -2;
  height: 34vh;
  pointer-events: none;
  background: linear-gradient(to top, rgba(241, 184, 106, 0.09), transparent);
}

body:not(.liquid-on) .glass-shell,
body:not(.liquid-on) .contact-strip,
body:not(.liquid-on) .path-panel,
body:not(.liquid-on) .design-service,
body:not(.liquid-on) .offer-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: rgba(16, 16, 16, 0.82);
}

img,
canvas,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

main {
  position: relative;
  isolation: isolate;
}

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.15;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px),
    radial-gradient(circle at 72% 64%, rgba(216, 203, 181, 0.16) 0 1px, transparent 1px);
  background-size: 34px 34px, 41px 41px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.glass-shell,
.contact-strip,
.path-panel,
.design-service,
.offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-edge);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.026) 45%, rgba(241, 184, 106, 0.055)),
    var(--glass-clear);
  box-shadow:
    0 30px 90px var(--glass-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -18px 48px rgba(255, 255, 255, 0.052);
  backdrop-filter: blur(34px) saturate(190%) contrast(1.08);
  -webkit-backdrop-filter: blur(34px) saturate(190%) contrast(1.08);
}

.glass-shell::before,
.contact-strip::before,
.path-panel::before,
.design-service::before,
.offer-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--mx, 30%) var(--my, 12%), rgba(255, 255, 255, 0.34), transparent 20%),
    radial-gradient(circle at 80% 0%, rgba(216, 203, 181, 0.13), transparent 32%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 28% 72%, rgba(255, 255, 255, 0.06));
  opacity: 0.74;
  mix-blend-mode: screen;
}

.glass-shell::after,
.contact-strip::after,
.path-panel::after,
.design-service::after,
.offer-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 1px rgba(255, 255, 255, 0.78),
    inset 0 22px 55px rgba(255, 255, 255, 0.04),
    inset 0 -30px 80px rgba(0, 0, 0, 0.12);
}

.glass-shell > *,
.contact-strip > *,
.path-panel > *,
.design-service > *,
.offer-card > * {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: clamp(12px, 2.2vw, 24px);
  left: 50%;
  z-index: 80;
  width: min(1180px, calc(100% - 24px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 10px 10px 16px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(24, 21, 17, 0.68), rgba(24, 21, 17, 0.34)),
    rgba(24, 21, 17, 0.42);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.88), transparent 24%),
    linear-gradient(135deg, #c58a73, #4b3832);
  color: #fff;
  font-family: "Anesu Arch", Impact, sans-serif;
  font-size: 1.2rem;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.45),
    0 12px 34px rgba(0, 0, 0, 0.24);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a,
.menu-toggle,
.liquid-toggle {
  border: 0;
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a {
  padding: 12px 14px;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.liquid-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.034);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 16px 40px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  backdrop-filter: blur(24px) saturate(190%);
  -webkit-backdrop-filter: blur(24px) saturate(190%);
}

.toggle-label {
  line-height: 1;
}

.toggle-track {
  position: relative;
  width: 50px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 26% 30%, rgba(255, 255, 255, 0.8), transparent 16%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(184, 107, 95, 0.22)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.18),
    inset 0 -8px 20px rgba(0, 0, 0, 0.24);
  transition: background 240ms ease;
}

.toggle-knob {
  position: absolute;
  top: 3px;
  left: 24px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 22%, #fff 0 11%, rgba(255, 255, 255, 0.55) 12% 28%, transparent 30%),
    rgba(255, 255, 255, 0.28);
  box-shadow:
    0 9px 20px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -8px 14px rgba(255, 255, 255, 0.12);
  transition: transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1), left 260ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.liquid-toggle[aria-pressed="false"] .toggle-track {
  background:
    radial-gradient(circle at 26% 30%, rgba(255, 255, 255, 0.5), transparent 16%),
    rgba(255, 255, 255, 0.12);
}

.liquid-toggle[aria-pressed="false"] .toggle-knob {
  left: 4px;
}

.hero-content {
  width: min(1180px, calc(100% - 2 * var(--pad)));
  padding-top: 90px;
}

.hero-kicker,
.page-hero p,
.design-hero p,
.architecture-copy p,
.contact-hero-copy p,
.contact-card p {
  margin: 0 0 18px;
  color: var(--red);
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-title {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(4.4rem, 15vw, 13rem);
  font-weight: 700;
  line-height: 0.78;
  text-transform: uppercase;
  text-shadow: 0 18px 80px rgba(0, 0, 0, 0.48);
}

.hero-title span {
  display: block;
  opacity: 1;
  will-change: transform, opacity, filter;
}

.hero-actions,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: clamp(28px, 4vw, 46px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 239, 230, 0.5);
  background: var(--paper-soft);
  color: var(--ink);
  box-shadow: 0 20px 54px rgba(78, 55, 44, 0.24);
}

.button:active {
  transform: translateY(0) scale(0.985);
}

.button-red {
  border-color: rgba(241, 184, 106, 0.55);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.5), transparent 16%),
    linear-gradient(135deg, #e39a74, #98594b);
  box-shadow: 0 18px 46px rgba(86, 48, 34, 0.34);
}

.button-red:hover {
  border-color: rgba(241, 184, 106, 0.72);
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.5), transparent 16%),
    linear-gradient(135deg, #f1b86a, #b55f4f);
  color: #1b120d;
}

.button-glass {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}

.button-glass:hover {
  background:
    linear-gradient(135deg, rgba(244, 239, 230, 0.96), rgba(216, 203, 181, 0.82)),
    var(--paper-soft);
  color: var(--ink);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.home-hero-image {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(130px, 16vw, 190px) var(--pad) clamp(70px, 10vw, 120px);
  isolation: isolate;
  background:
    radial-gradient(circle at 70% 32%, rgba(211, 122, 104, 0.16), transparent 30%),
    radial-gradient(circle at 44% 70%, rgba(241, 184, 106, 0.12), transparent 38%),
    linear-gradient(135deg, #11100d, #201811 82%);
}

.home-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 62% 36%, transparent 0 32%, rgba(17, 16, 13, 0.08) 56%, rgba(17, 16, 13, 0.62) 100%),
    linear-gradient(90deg, rgba(17, 16, 13, 0.78), rgba(17, 16, 13, 0.16) 56%, rgba(17, 16, 13, 0.46));
}

.home-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  overflow: hidden;
}

.home-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04) brightness(0.88);
  transform: scale(1.02);
}

.home-hero-copy {
  position: relative;
  z-index: 3;
  width: min(960px, 100%);
  align-self: end;
}

.home-hero-copy .hero-title {
  max-width: 720px;
  font-size: clamp(3.6rem, 8vw, 7.2rem);
}

.hero-subcopy {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(244, 239, 230, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.55;
}

.hero-model {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
}

.hero-model canvas,
.hero-model .viewer-fallback {
  transform: scale(1.05);
}

.model-hint {
  position: absolute;
  right: var(--pad);
  bottom: clamp(24px, 4vw, 46px);
  z-index: 4;
  margin: 0;
  color: rgba(244, 239, 230, 0.48);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-section {
  position: relative;
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: clamp(70px, 12vw, 150px) auto;
  padding: clamp(24px, 4vw, 48px);
  border-radius: clamp(34px, 5vw, 70px);
  background:
    radial-gradient(circle at 86% 10%, rgba(241, 184, 106, 0.28), transparent 28%),
    radial-gradient(circle at 16% 92%, rgba(211, 122, 104, 0.15), transparent 28%),
    linear-gradient(135deg, var(--paper-soft), var(--paper));
  color: var(--ink);
  box-shadow: 0 34px 110px rgba(31, 23, 18, 0.32);
  overflow: hidden;
}

.offer-section::before {
  content: "WHAT WE OFFER";
  position: absolute;
  right: clamp(14px, 3vw, 42px);
  top: clamp(14px, 3vw, 34px);
  color: rgba(23, 20, 16, 0.08);
  font-family: var(--display-font);
  font-size: clamp(4rem, 12vw, 12rem);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.offer-heading {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-bottom: clamp(26px, 5vw, 56px);
}

.offer-heading p,
.offer-card span {
  margin: 0 0 14px;
  color: var(--red-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.offer-heading h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(3.1rem, 8.5vw, 9.2rem);
  line-height: 0.84;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.offer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: stretch;
}

.offer-card {
  min-height: 620px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 22px;
  padding: clamp(14px, 2vw, 22px);
  border-color: rgba(23, 20, 16, 0.14);
  border-radius: clamp(26px, 4vw, 50px);
  color: var(--ink);
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.2);
  box-shadow:
    0 24px 60px rgba(76, 55, 43, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background 220ms ease;
}

.offer-card:hover {
  transform: translateY(-8px) rotate(-0.4deg);
  border-color: rgba(184, 107, 95, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0.24);
}

.offer-card:nth-child(2):hover {
  transform: translateY(-8px) rotate(0.4deg);
}

.offer-card figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(22px, 3vw, 38px);
  background: #d8cbb5;
}

.offer-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.offer-card:hover img {
  transform: scale(1.055);
}

.offer-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.offer-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.offer-card li {
  padding: 9px 12px;
  border: 1px solid rgba(23, 20, 16, 0.12);
  border-radius: 999px;
  color: rgba(23, 20, 16, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-card-large {
  margin-top: clamp(20px, 4vw, 58px);
}

.portfolio-showcase {
  position: relative;
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: clamp(70px, 11vw, 140px) auto;
  display: grid;
  gap: clamp(22px, 4vw, 44px);
}

.portfolio-showcase-compact {
  margin-top: clamp(28px, 5vw, 74px);
}

.showcase-copy {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: end;
}

.showcase-copy p {
  margin: 0;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-copy h2 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(2.6rem, 7vw, 7.6rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.showcase-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: calc(clamp(22px, 4vw, 44px) * -0.45);
}

.showcase-arrow {
  width: clamp(46px, 5vw, 58px);
  height: clamp(46px, 5vw, 58px);
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  background:
    radial-gradient(circle at 32% 14%, rgba(255, 255, 255, 0.28), transparent 34%),
    rgba(255, 255, 255, 0.1);
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  cursor: pointer;
  font: 900 clamp(1.4rem, 2.5vw, 2rem) / 1 var(--body-font);
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    border-color 180ms ease;
}

.showcase-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 184, 106, 0.64);
  color: #1a120d;
  background:
    radial-gradient(circle at 32% 14%, rgba(255, 255, 255, 0.55), transparent 34%),
    linear-gradient(135deg, var(--sun), var(--paper-soft));
}

.showcase-arrow:active {
  transform: translateY(0) scale(0.97);
}

.showcase-arrow[disabled] {
  opacity: 0.34;
  pointer-events: none;
}

.architecture-page .showcase-copy h2 {
  color: var(--white);
}

.showcase-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(280px, 38vw, 540px);
  gap: clamp(14px, 2vw, 24px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 18px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.showcase-rail::-webkit-scrollbar {
  display: none;
}

.showcase-card {
  position: relative;
  height: clamp(310px, 35vw, 470px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(circle at 18% 12%, rgba(241, 184, 106, 0.24), transparent 36%),
    linear-gradient(135deg, rgba(255, 247, 236, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(26, 22, 17, 0.62);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  scroll-snap-align: start;
  isolation: isolate;
  transform: translateZ(0);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(7, 7, 6, 0.58), transparent 34%),
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.14), transparent 28%);
  opacity: 0.76;
}

.showcase-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: clamp(10px, 1.2vw, 16px);
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(239, 228, 211, 0.94));
  filter: saturate(1.03) contrast(1.01);
  transform: scale(0.985);
  box-sizing: border-box;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.showcase-card:hover img {
  transform: scale(1.01);
}

.showcase-card.tall {
  grid-column: auto;
}

.showcase-card.portrait {
  grid-column: auto;
}

.showcase-card figcaption {
  position: absolute;
  left: clamp(16px, 2vw, 24px);
  top: clamp(16px, 2vw, 24px);
  z-index: 2;
  width: fit-content;
  max-width: calc(100% - clamp(32px, 4vw, 48px));
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 16, 13, 0.58);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-paths {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: clamp(70px, 12vw, 150px) auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.path-panel {
  min-height: clamp(360px, 48vw, 600px);
  padding: clamp(24px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  border-radius: clamp(30px, 4vw, 56px);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  transition: transform 220ms ease, border-color 220ms ease;
}

.path-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.34);
}

.path-panel span {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.path-panel strong {
  max-width: 520px;
  font-family: var(--display-font);
  font-size: clamp(2.4rem, 5.8vw, 6rem);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.architecture-path::before {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent 62%),
    radial-gradient(circle at 72% 20%, rgba(216, 203, 181, 0.16), transparent 32%),
    url("assets/generated-arch-section.jpg") center / cover;
  opacity: 0.98;
  mix-blend-mode: normal;
}

.graphic-path::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.2), transparent 12%),
    radial-gradient(circle at 74% 20%, rgba(159, 169, 143, 0.26), transparent 18%),
    linear-gradient(135deg, #171612, #0b0b09 45%, #201b18 100%);
  opacity: 1;
  mix-blend-mode: normal;
}

.graphic-path {
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(255, 255, 255, 0.08) 44% 46%, transparent 46%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
}

.graphic-path::after {
  background:
    linear-gradient(15deg, transparent 0 24%, rgba(255, 255, 255, 0.62) 24% 42%, transparent 42%),
    linear-gradient(-18deg, transparent 0 46%, rgba(184, 107, 95, 0.34) 46% 60%, transparent 60%),
    radial-gradient(circle at 32% 58%, rgba(216, 203, 181, 0.22), transparent 10%);
  opacity: 0.42;
}

.contact-strip {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto clamp(70px, 12vw, 150px);
  padding: clamp(22px, 4vw, 34px);
  border-radius: clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: 1fr 1fr auto auto;
  align-items: center;
  gap: 22px;
}

.contact-strip span {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-strip strong {
  color: var(--white);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.social-row a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.social-row a:hover {
  border-color: rgba(241, 184, 106, 0.58);
  color: #19120d;
  background: linear-gradient(135deg, var(--sun), var(--paper-soft));
  transform: translateY(-2px);
}

.cta-section {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto clamp(70px, 12vw, 140px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.cta-section h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(3.3rem, 10vw, 11rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.site-footer {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto;
  padding: 32px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.page-hero,
.design-hero,
.contact-hero {
  position: relative;
  min-height: 76svh;
  padding: clamp(130px, 17vw, 210px) var(--pad) clamp(64px, 10vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.page-hero > *,
.design-hero > *,
.contact-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero::before,
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0.78)),
    url("assets/generated-arch-site.jpg") center / cover;
  filter: saturate(0.92) contrast(1.1);
}

.page-hero h1,
.design-hero h1,
.contact-hero h1 {
  max-width: 1120px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(4rem, 13vw, 13rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.architecture-page {
  --display-font: "Anesu Arch", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.architecture-hero {
  position: relative;
  min-height: 122svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(130px, 16vw, 190px) var(--pad) clamp(80px, 12vw, 150px);
  isolation: isolate;
}

.architecture-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 74% 26%, rgba(184, 107, 95, 0.12), transparent 30%),
    radial-gradient(circle at 24% 18%, rgba(216, 203, 181, 0.09), transparent 28%),
    linear-gradient(135deg, #0b0b09, #15120f 80%);
}

.architecture-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 38%, transparent 0 28%, rgba(11, 11, 9, 0.12) 48%, rgba(11, 11, 9, 0.78) 100%),
    linear-gradient(90deg, rgba(11, 11, 9, 0.92), rgba(11, 11, 9, 0.28) 52%, rgba(11, 11, 9, 0.62));
}

.architecture-copy {
  position: relative;
  z-index: 3;
  width: min(680px, 100%);
}

.architecture-copy h1 {
  margin: 0 0 28px;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(5rem, 15vw, 14rem);
  line-height: 0.78;
  text-transform: uppercase;
}

.viewer-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
}

.architecture-model {
  position: absolute;
  inset: 0;
  z-index: -1;
  min-height: 100%;
  border: 0;
  background: transparent;
}

.viewer-stage canvas,
.viewer-fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.viewer-stage canvas {
  z-index: 2;
  touch-action: none;
}

.viewer-fallback {
  z-index: 1;
  object-fit: cover;
  opacity: 0.7;
  filter: saturate(0.9) contrast(1.08) brightness(0.72);
}

.viewer-stage.is-loaded .viewer-fallback {
  opacity: 0;
}

.viewer-stage.is-error .viewer-fallback {
  opacity: 0.9;
}

.showcase-intro {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: clamp(58px, 9vw, 120px) auto clamp(8px, 2vw, 22px);
  display: grid;
  grid-template-columns: minmax(0, 0.24fr) minmax(0, 0.76fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: end;
}

.showcase-intro p {
  margin: 0;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-intro h2 {
  margin: 0;
  max-width: 840px;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(2.7rem, 6.4vw, 7.2rem);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.architecture-gallery {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: clamp(20px, 4vw, 60px) auto clamp(70px, 11vw, 140px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 26px);
  scroll-margin-top: 130px;
}

.architecture-gallery figure {
  --card-y: 0px;
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 42px);
  background: #111;
  will-change: transform, opacity;
}

.architecture-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.architecture-gallery figure:hover img {
  transform: scale(1.06);
}

.generated-gallery figure:nth-child(2n) {
  --card-y: 34px;
}

.generated-gallery figure:nth-child(3n) {
  min-height: 500px;
}

.architecture-gallery .motion-card {
  opacity: 0;
  transform: translateY(calc(var(--card-y) + 42px)) rotate(0.8deg) scale(0.975);
  transition:
    opacity 740ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 740ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms ease;
}

.architecture-gallery .motion-card:nth-child(2n) {
  transition-delay: 90ms;
}

.architecture-gallery .motion-card:nth-child(3n) {
  transition-delay: 170ms;
}

.architecture-gallery .motion-card.is-visible {
  opacity: 1;
  transform: translateY(var(--card-y)) rotate(0) scale(1);
}

.architecture-gallery .motion-card.is-visible:hover {
  transform: translateY(calc(var(--card-y) - 8px)) rotate(-0.35deg) scale(1.01);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.architecture-gallery figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(11, 11, 9, 0.26);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.graphic-page {
  --display-font: "Anesu Design", Inter, ui-sans-serif, system-ui, sans-serif;
}

.design-hero {
  min-height: auto;
  padding-top: clamp(138px, 15vw, 188px);
  padding-bottom: clamp(54px, 8vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.95fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 78%, rgba(184, 107, 95, 0.12), transparent 28%),
    linear-gradient(135deg, var(--paper-soft), var(--paper));
}

.design-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(90deg, rgba(23, 20, 16, 0.045) 0 1px, transparent 1px 76px),
    linear-gradient(90deg, rgba(23, 20, 16, 0.05), transparent 38%);
  opacity: 0.42;
  transform: none;
}

.design-hero::after {
  content: "";
  position: absolute;
  left: var(--pad);
  bottom: clamp(36px, 6vw, 90px);
  z-index: 0;
  width: min(54vw, 720px);
  height: 1px;
  background: rgba(23, 20, 16, 0.22);
  opacity: 1;
}

.design-hero h1 {
  max-width: 640px;
  color: var(--ink);
  font-size: clamp(3.8rem, 8.4vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.design-hero p {
  color: var(--red-deep);
}

.design-hero-copy {
  align-self: center;
}

.design-hero-copy span {
  display: block;
  max-width: 500px;
  margin-top: 24px;
  color: rgba(23, 20, 16, 0.68);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  line-height: 1.45;
}

.design-hero-visual {
  margin: 0;
  min-height: clamp(320px, 46vw, 620px);
  max-height: 680px;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 60px);
  box-shadow:
    0 34px 100px rgba(68, 48, 38, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.design-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.design-services {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: clamp(40px, 9vw, 120px) auto clamp(70px, 11vw, 140px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  scroll-margin-top: 130px;
}

.service-ribbon {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 0 clamp(8px, 1.5vw, 18px);
  scrollbar-width: none;
}

.service-ribbon::-webkit-scrollbar {
  display: none;
}

.service-ribbon span {
  flex: 0 0 auto;
  padding: 11px 14px;
  border: 1px solid rgba(244, 239, 230, 0.16);
  border-radius: 999px;
  color: rgba(244, 239, 230, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.design-service {
  min-height: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: clamp(24px, 3vw, 38px);
}

.design-service h2 {
  margin: 20px 4px 6px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1;
}

.design-service strong {
  display: inline-flex;
  margin-left: 4px;
  color: var(--red);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 0.9;
}

.service-media {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #11100e;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 20px 60px rgba(0, 0, 0, 0.24);
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent 50%),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.16), transparent 16%);
  mix-blend-mode: screen;
}

.service-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
  transform: scale(1.015);
}

.design-service .service-media img,
.generated-gallery figure img {
  animation: image-drift 12s ease-in-out var(--float-delay, 0s) infinite alternate;
}

@keyframes image-drift {
  from {
    transform: scale(1.015) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.035) translate3d(0, -6px, 0);
  }
}

.design-contact {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto clamp(70px, 11vw, 140px);
  padding: clamp(28px, 5vw, 60px);
  border-radius: clamp(30px, 4vw, 52px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.design-contact h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.7rem, 7vw, 7rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.contact-hero {
  background:
    radial-gradient(circle at 78% 28%, rgba(184, 107, 95, 0.11), transparent 26%),
    #0b0b09;
}

.contact-hero-copy {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: 0 auto;
}

.contact-hero-copy span {
  display: block;
  max-width: 680px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.5;
}

.contact-grid {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin: clamp(42px, 8vw, 100px) auto clamp(70px, 12vw, 140px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(18px, 3vw, 30px);
}

.contact-form,
.contact-card {
  border-radius: clamp(28px, 4vw, 48px);
  padding: clamp(22px, 4vw, 44px);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  outline: none;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font: inherit;
  padding: 16px 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -16px 34px rgba(0, 0, 0, 0.14);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(184, 107, 95, 0.5);
  box-shadow: 0 0 0 4px rgba(184, 107, 95, 0.1);
}

.form-status {
  min-height: 1.2em;
  color: var(--muted);
}

.contact-card h2 {
  margin: 0 0 28px;
  font-family: var(--display-font);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.contact-card dl {
  display: grid;
  gap: 18px;
  margin: 0 0 28px;
}

.contact-card dt {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 6px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--muted-strong);
  font-size: 1.06rem;
}

.contact-card dd a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 1080px) {
  .design-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-strip,
  .design-contact,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid,
  .design-hero {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    grid-template-columns: 1fr;
  }

  .offer-card,
  .offer-card-large {
    min-height: 0;
    margin-top: 0;
  }

  .design-hero h1 {
    max-width: 760px;
    font-size: clamp(3.8rem, 13vw, 7.2rem);
  }

  .design-hero-visual {
    min-height: clamp(360px, 62vw, 520px);
    margin-bottom: 0;
  }

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

  .showcase-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --pad: 18px;
  }

  .site-header {
    align-items: flex-start;
    border-radius: 28px;
    padding: 10px;
  }

  .brand span:last-child {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: rgba(11, 11, 9, 0.68);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(28px) saturate(190%);
    -webkit-backdrop-filter: blur(28px) saturate(190%);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a,
  .liquid-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .hero-content {
    padding-top: 120px;
  }

  .hero-title {
    font-size: clamp(4rem, 22vw, 7.4rem);
  }

  .hero-actions,
  .cta-section,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .home-paths,
  .design-services,
  .architecture-gallery {
    grid-template-columns: 1fr;
  }

  .offer-section {
    width: calc(100% - 2 * var(--pad));
    padding: 18px;
    border-radius: 34px;
  }

  .offer-section::before {
    display: none;
  }

  .offer-heading h2 {
    font-size: clamp(3.1rem, 17vw, 6.6rem);
  }

  .offer-card figure {
    min-height: 260px;
  }

  .path-panel {
    min-height: 440px;
  }

  .contact-strip,
  .design-contact {
    align-items: stretch;
  }

  .design-contact .social-row {
    grid-row: auto;
  }

  .page-hero,
  .design-hero,
  .contact-hero,
  .architecture-hero {
    min-height: 92svh;
    padding-top: 138px;
  }

  .design-hero {
    min-height: auto;
  }

  .architecture-model,
  .hero-model {
    inset: 12% -34% 0 -34%;
    opacity: 0.86;
  }

  .architecture-hero::after {
    background:
      radial-gradient(circle at 52% 36%, transparent 0 10%, rgba(11, 11, 9, 0.18) 42%, rgba(11, 11, 9, 0.9) 100%),
      linear-gradient(to top, rgba(11, 11, 9, 0.95), rgba(11, 11, 9, 0.28) 52%, rgba(11, 11, 9, 0.72));
  }

  .architecture-gallery figure {
    min-height: 340px;
  }

  .generated-gallery figure:nth-child(2n) {
    --card-y: 0px;
  }

  .design-service {
    min-height: 360px;
  }

  .showcase-rail {
    grid-auto-columns: minmax(250px, 82vw);
    mask-image: none;
  }

  .showcase-controls {
    justify-content: flex-start;
    margin-top: -6px;
  }

  .showcase-card {
    height: clamp(300px, 92vw, 390px);
  }

  .showcase-card.tall {
    grid-column: auto;
  }

  .service-media {
    min-height: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 440px) {
  .site-header {
    width: calc(100% - 16px);
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero-kicker,
  .page-hero p,
  .design-hero p,
  .architecture-copy p,
  .contact-hero-copy p,
  .contact-card p {
    font-size: 0.72rem;
  }

  .path-panel strong,
  .cta-section h2,
  .design-contact h2,
  .contact-card h2 {
    word-break: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

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

  .motion-card,
  .architecture-gallery .motion-card,
  body.page-exit main,
  body.page-exit .site-footer {
    opacity: 1;
    transform: none;
  }
}
