@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600;9..144,700&family=UnifrakturMaguntia&display=swap');

:root {
  --ink: #111111;
  --ink-soft: #2a2a2a;
  --bone: #f4f1ea;
  --bone-soft: #eae5da;
  --paper: #ffffff;
  --brass: #a39b79;
  --brass-soft: #bfb49a;
  --grid-line: rgba(17, 17, 17, 0.08);
  --grid-line-strong: rgba(17, 17, 17, 0.18);
  --shadow-soft: 0 20px 60px -30px rgba(0, 0, 0, 0.35);
  --shadow-strong: 0 40px 120px -30px rgba(0, 0, 0, 0.55);
  --radius-sm: 2px;
  --radius-md: 6px;
  --ease: cubic-bezier(0.77, 0, 0.175, 1);
  --gutter: clamp(20px, 5vw, 80px);
  --container: 1440px;
}

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

html { scroll-behavior: auto; background: var(--bone); overflow-x: hidden; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--bone);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; transition: color 0.35s var(--ease); }

a:hover { color: var(--brass); }

::selection { background: var(--ink); color: var(--bone); }

html { scrollbar-color: #9a9a96 #e8e6de; scrollbar-width: thin; }

::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track {
  background:
    linear-gradient(90deg, rgba(17,17,17,0.06) 0%, rgba(17,17,17,0) 50%, rgba(17,17,17,0.06) 100%),
    #e8e6de;
  border-left: 1px solid var(--grid-line-strong);
}
::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, transparent 0, transparent 100%),
    linear-gradient(90deg,
      #8a8a86 0%,
      #c9c9c5 18%,
      #e8e8e4 34%,
      #b6b6b2 52%,
      #d8d8d4 70%,
      #9a9a96 86%,
      #7a7a76 100%);
  border: 2px solid #e8e6de;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), inset 0 -1px 0 rgba(0,0,0,0.25);
}
::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(90deg,
      #9a9a96 0%,
      #d6d6d2 18%,
      #f2f2ee 34%,
      #c4c4c0 52%,
      #e4e4e0 70%,
      #a8a8a4 86%,
      #888884 100%);
}
::-webkit-scrollbar-corner { background: #e8e6de; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.title, h1, h2, h3, h4 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.02;
  text-transform: uppercase;
}

h1 { font-size: clamp(48px, 9vw, 148px); }
h2 { font-size: clamp(36px, 5.5vw, 88px); }
h3 { font-size: clamp(22px, 2.4vw, 36px); letter-spacing: 0.04em; }
h4 { font-size: clamp(16px, 1.2vw, 20px); letter-spacing: 0.14em; font-weight: 500; text-transform: uppercase; font-family: 'Inter', sans-serif; }

p { font-size: clamp(15px, 1vw, 17px); color: var(--ink-soft); font-weight: 300; }

.label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-soft);
}

.grid-lines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.grid-lines::before,
.grid-lines::after {
  content: '';
  position: absolute;
  background: var(--grid-line);
}

.grid-lines::before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
}

.grid-lines::after {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
}

.grid-lines .vline,
.grid-lines .hline {
  position: absolute;
  background: var(--grid-line);
}

.grid-lines .vline { top: 0; bottom: 0; width: 1px; }
.grid-lines .vline.v1 { left: 25%; }
.grid-lines .vline.v2 { left: 75%; }

.grid-lines .hline { left: 0; right: 0; height: 1px; }
.grid-lines .hline.h1 { top: 25%; }
.grid-lines .hline.h2 { top: 75%; }

.page-transition,
.page-transition-second {
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 999;
  transform: scaleY(0);
  transform-origin: top;
  pointer-events: none;
}

.page-transition-second {
  background: var(--bone);
  z-index: 998;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: var(--bone);
  z-index: 1000;
  pointer-events: none;
}

html.has-loaded .loader { display: none; }

.loader-count {
  position: absolute;
  bottom: clamp(12px, 2vw, 28px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 15%;
  font-family: 'Fraunces', serif;
  font-size: clamp(64px, 12vw, 180px);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.loader-count__wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.loader-numbers {
  display: block;
  transform: translateY(-100%);
  color: var(--ink);
}

.loader-count .square {
  position: absolute;
  width: clamp(10px, 1.2vw, 22px);
  height: clamp(10px, 1.2vw, 22px);
  background-color: var(--ink);
  pointer-events: none;
  transition: opacity 0.8s var(--ease);
}

.loader-count .square:nth-child(1) {
  top: clamp(15px, 2.8vw, 40px);
  left: clamp(10px, 7vw, 110px);
}

.loader-count .square:nth-child(2) {
  top: clamp(15px, 2.8vw, 40px);
  right: clamp(10px, 7vw, 110px);
}

.loader-count .square:nth-child(3) {
  bottom: clamp(15px, 2.8vw, 40px);
  left: clamp(10px, 7vw, 110px);
}

.loader-count .square:nth-child(4) {
  bottom: clamp(15px, 2.8vw, 40px);
  right: clamp(10px, 7vw, 110px);
}

.squares-loader-dis { opacity: 0; }

body.is-loaded .loader { pointer-events: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 24px var(--gutter);
  transition: background 0.5s var(--ease), padding 0.5s var(--ease);
  color: var(--bone);
  background: transparent;
  mix-blend-mode: difference;
}

.header.is-scrolled {
  mix-blend-mode: normal;
  color: var(--ink);
}

.header.is-scrolled {
  padding: 16px var(--gutter);
  background: rgba(244, 241, 234, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--grid-line-strong);
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--container);
  margin: 0 auto;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  color: inherit;
}

.header__brand .header__logo {
  height: 28px;
  width: auto;
  display: block;
  filter: invert(1);
  transition: filter 0.5s var(--ease);
}

.header.is-scrolled .header__brand .header__logo {
  filter: none;
}

.header__brand span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.36em;
  opacity: 0.6;
  text-transform: uppercase;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 32px);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header__nav a {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  white-space: nowrap;
}

.header__nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s var(--ease);
}

.header__nav a:hover::after,
.header__nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: background 0.4s var(--ease), color 0.4s var(--ease);
}

.header__cta:hover {
  background: currentColor;
}

.header__cta:hover span { color: var(--ink); }

.header__burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  font: inherit;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.35s var(--ease), color 0.35s var(--ease);
}

.header__burger:hover {
  background: currentColor;
}

.header__burger:hover span,
.header__burger:hover span::before,
.header__burger:hover span::after {
  background: var(--bone);
}

.header.is-scrolled .header__burger:hover span,
.header.is-scrolled .header__burger:hover span::before,
.header.is-scrolled .header__burger:hover span::after {
  background: var(--bone);
}

.header__burger span {
  width: 14px;
  height: 1px;
  background: currentColor;
  position: relative;
}

.header__burger span::before,
.header__burger span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.header__burger span::before { top: -5px; }
.header__burger span::after { top: 5px; }

@media (max-width: 960px) {
  .header__nav { display: none; }
  .header__burger { display: inline-flex; }
}

.hero {
  position: relative;
  padding: clamp(120px, 14vh, 180px) 0 0;
  background: var(--bone);
  overflow: hidden;
  z-index: 2;
}

.hero__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero__grid-cell {
  padding: clamp(40px, 7vw, 120px) clamp(20px, 3vw, 50px);
  color: var(--ink-soft);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(11px, 0.9vw, 13px);
  letter-spacing: 0.32em;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}

.hero__grid-cell span {
  display: inline-block;
  transition: clip-path 1.4s var(--ease);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
}

.hero__grid-cell::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--grid-line-strong);
  transform: rotate(90deg);
  transform-origin: 0% 0%;
  transition: clip-path 1.4s var(--ease);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

.hero__grid-cell-active span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.hero__grid-cell-active::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.hero__title {
  grid-column: span 4;
  padding: clamp(40px, 6vw, 80px) var(--gutter) 0;
  position: relative;
  z-index: 2;
}

.hero__title h1 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(46px, 9.2vw, 148px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}

.hero__title h1 span {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.hero__title h1 .word-a {
  color: var(--ink);
  padding-left: clamp(40px, 22vw, 440px);
  text-align: left;
}

.hero__title h1 .word-b {
  color: var(--ink);
  padding-right: clamp(40px, 8vw, 160px);
  text-align: right;
}

.hero__title h1 .word-c {
  color: var(--brass);
  padding-left: clamp(20px, 3vw, 60px);
  text-align: left;
}

.hero__title h1 .word-d {
  color: var(--brass);
  padding-right: clamp(40px, 18vw, 320px);
  text-align: right;
}

.word-a,
.word-b,
.word-c,
.word-d {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .hero { padding-top: 120px; }
  .hero__grid-cell { display: none; }
  .hero__title { padding: 0 var(--gutter); }
  .hero__title h1 { font-size: clamp(42px, 12vw, 90px); }
  .hero__title h1 span { display: block; padding: 0; text-align: left; white-space: normal; }
  .hero__title h1 .word-a,
  .hero__title h1 .word-b,
  .hero__title h1 .word-c,
  .hero__title h1 .word-d { padding: 0; text-align: left; }
}

.experience {
  position: relative;
  background: var(--bone);
  border-bottom: 1px solid var(--grid-line-strong);
  z-index: 2;
}

.experience__wrap {
  position: relative;
  padding: 40px var(--gutter) 60px;
}

.experience__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.experience__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) contrast(1.02);
}

.experience__description {
  padding: clamp(36px, 4vw, 70px) clamp(28px, 3vw, 50px);
  background-color: rgba(244, 241, 234, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  bottom: clamp(24px, 3vw, 60px);
  right: clamp(20px, 3vw, 40px);
  width: min(520px, calc(100% - 80px));
  border: 1px solid var(--grid-line-strong);
}

.experience__description h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 20px;
}

.experience__description h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--ink);
  margin-bottom: 16px;
}

.experience__description p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}

@media (max-width: 900px) {
  .experience__wrap { padding: 20px 0 0; }
  .experience__image { aspect-ratio: 4 / 5; }
  .experience__description {
    position: static;
    width: 100%;
    margin-top: -40px;
    border: none;
    background: var(--bone);
  }
}

.blueprint {
  position: relative;
  min-height: 180vh;
  padding: 120px var(--gutter);
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
}

.blueprint__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blueprint__canvas {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background-image:
    linear-gradient(rgba(163, 155, 121, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(163, 155, 121, 0.12) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
}

.blueprint__image {
  position: relative;
  width: min(100%, 1100px);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blueprint__image .photo,
.blueprint__image .schematic {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(0.35) contrast(1.05) brightness(0.55);
}

.blueprint__image .schematic {
  mix-blend-mode: screen;
  opacity: 0;
}

.blueprint__image::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at top left, rgba(17,17,17,0.85) 0%, rgba(17,17,17,0) 38%),
    radial-gradient(ellipse at top right, rgba(17,17,17,0.85) 0%, rgba(17,17,17,0) 38%),
    radial-gradient(ellipse at bottom left, rgba(17,17,17,0.85) 0%, rgba(17,17,17,0) 38%),
    radial-gradient(ellipse at bottom right, rgba(17,17,17,0.85) 0%, rgba(17,17,17,0) 38%);
  z-index: 1;
}

.blueprint__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.blueprint__overlay svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.04);
}

.blueprint__copy {
  position: absolute;
  z-index: 3;
  max-width: 280px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--bone);
  padding: 18px 20px;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(163, 155, 121, 0.35);
}

.blueprint__copy.tl { top: 24px; left: 24px; }
.blueprint__copy.tr { top: 24px; right: 24px; text-align: right; }
.blueprint__copy.bl { bottom: 24px; left: 24px; }
.blueprint__copy.br { bottom: 24px; right: 24px; text-align: right; }

.blueprint__copy p {
  color: var(--bone);
  font-weight: 300;
  margin: 0;
}

.blueprint__copy h4 {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.36em;
  color: var(--brass);
  margin-bottom: 8px;
}

.blueprint__heading {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
  z-index: 3;
}

.blueprint__heading h2 {
  font-size: clamp(24px, 3vw, 48px);
  color: var(--brass-soft);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
}

.blueprint__heading .stamp {
  font-size: 10px;
  letter-spacing: 0.4em;
  margin-top: 10px;
  color: var(--brass);
  text-transform: uppercase;
}

.intro {
  padding: 120px var(--gutter);
  background: var(--bone);
  position: relative;
  z-index: 2;
}

.intro__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: start;
}

.intro__heading { grid-column: 1 / span 5; position: sticky; top: 120px; }
.intro__body { grid-column: 7 / span 6; }

.intro__body p {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.7;
  color: var(--ink);
  font-weight: 300;
  margin-bottom: 28px;
}

.intro__body p .accent {
  color: var(--brass);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
}

.brand-word {
  font-family: 'UnifrakturMaguntia', 'Fraunces', serif;
  color: var(--ink);
  font-weight: 400;
  letter-spacing: 0.01em;
  font-style: normal;
}

@media (max-width: 900px) {
  .intro__heading, .intro__body { grid-column: 1 / -1; position: static; }
}

.stats {
  padding: 140px var(--gutter);
  background: var(--ink);
  color: var(--bone);
  position: relative;
  z-index: 2;
}

.stats__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px clamp(48px, 8vw, 140px);
  align-items: end;
}

.stats__wrap .stats__title {
  grid-column: 1 / -1;
  font-size: clamp(48px, 6vw, 96px);
  margin-bottom: 80px;
}

.stats__wrap .stats__title em {
  font-style: italic;
  color: var(--brass);
  font-weight: 300;
}

.stats__cell {
  border-top: 1px solid rgba(244, 241, 234, 0.18);
  padding-top: 24px;
}

.stats__cell .counter {
  font-family: 'Fraunces', serif;
  font-size: clamp(56px, 6vw, 96px);
  letter-spacing: -0.02em;
  line-height: 1;
}

.stats__cell p {
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--bone-soft);
  font-weight: 500;
}

@media (max-width: 900px) {
  .stats__wrap { grid-template-columns: repeat(2, 1fr); }
}

.expertise {
  padding: 140px var(--gutter);
  background: var(--bone);
  position: relative;
  z-index: 2;
}

.expertise__head {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 80px;
}

.expertise__head h2 { grid-column: 1 / span 6; }
.expertise__head p { grid-column: 8 / span 5; }

.expertise__body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 8vw, 140px);
  align-items: start;
}

.expertise__list {
  list-style: none;
  border-top: 1px solid var(--grid-line-strong);
}

.expertise__item {
  border-bottom: 1px solid var(--grid-line-strong);
  padding: 28px 0 28px 52px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Fraunces', serif;
  font-size: clamp(20px, 1.8vw, 28px);
  letter-spacing: -0.01em;
  text-transform: none;
  transition: color 0.4s var(--ease), padding 0.4s var(--ease);
}

.expertise__item .num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brass);
  font-weight: 500;
}

.expertise__item .arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  display: grid;
  place-items: center;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease);
}

.expertise__item:hover,
.expertise__item.is-active { color: var(--brass); }
.expertise__item:hover .arrow,
.expertise__item.is-active .arrow {
  background: var(--ink);
  color: var(--bone);
  transform: rotate(-45deg);
}

.expertise__panel {
  position: sticky;
  top: 120px;
  aspect-ratio: 4 / 5;
  background: var(--ink);
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.expertise__panel .panel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.8s var(--ease), transform 1.2s var(--ease);
}

.expertise__panel .panel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.expertise__panel .panel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05);
}

.expertise__panel .panel-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  color: var(--bone);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.expertise__panel .panel-caption h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (max-width: 900px) {
  .expertise__body { grid-template-columns: 1fr; }
  .expertise__panel { position: static; }
  .expertise__head h2, .expertise__head p { grid-column: 1 / -1; }
}

.teaser {
  padding: 120px var(--gutter);
  background: var(--bone);
  position: relative;
  z-index: 2;
}

.teaser__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: end;
  border-top: 1px solid var(--grid-line-strong);
  padding-top: 48px;
}

.teaser__heading { grid-column: 1 / span 6; }
.teaser__body { grid-column: 8 / span 5; }
.teaser__body p { font-size: clamp(16px, 1.1vw, 19px); line-height: 1.7; color: var(--ink); font-weight: 300; margin-bottom: 32px; max-width: 480px; }

.teaser__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  min-width: 280px;
  justify-content: space-between;
  color: var(--ink);
  transition: color 0.4s var(--ease), border-color 0.4s var(--ease), letter-spacing 0.4s var(--ease);
}
.teaser__cta:hover { color: var(--brass); border-color: var(--brass); letter-spacing: 0.36em; }
.teaser__cta .arrow { font-size: 16px; }

@media (max-width: 900px) {
  .teaser__heading, .teaser__body { grid-column: 1 / -1; }
}

.cta {
  padding: 180px var(--gutter);
  background: var(--ink);
  color: var(--bone);
  position: relative;
  z-index: 2;
  text-align: center;
}
.cta__wrap { max-width: 900px; margin: 0 auto; }
.cta__wrap h2 { font-size: clamp(36px, 4.5vw, 72px); margin: 24px 0 40px; }
.cta__button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 40px;
  border: 1px solid var(--brass);
  border-radius: 999px;
  color: var(--bone);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.4s var(--ease), color 0.4s var(--ease);
}
.cta__button:hover { background: var(--brass); color: var(--ink); }
.cta__button .arrow { font-size: 14px; }

.collections-lead {
  padding: 48px var(--gutter) 100px;
  background: var(--bone);
  position: relative;
  z-index: 2;
}
.collections-lead__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(40px, 6vw, 100px);
  padding-top: 48px;
  position: relative;
}
.collections-lead__grid::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 1px;
  background: var(--brass);
}
.collections-lead__note {
  grid-column: 1 / span 3;
  position: sticky;
  top: 140px;
  align-self: start;
}
.collections-lead__note::before {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: var(--brass);
  margin-bottom: 28px;
}
.collections-lead__note .label {
  display: block;
  color: var(--brass);
  font-size: 12px;
  letter-spacing: 0.36em;
}
.collections-lead__body { grid-column: 5 / span 8; }
.collections-lead__body p {
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.75;
  color: var(--ink-soft);
  font-weight: 300;
  margin-bottom: 28px;
}
.collections-lead__body p:first-child {
  font-family: 'Fraunces', serif;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 44px;
}
.collections-lead__body p:last-child {
  margin-bottom: 0;
  padding-top: 28px;
  border-top: 1px solid var(--grid-line-strong);
  max-width: 56ch;
}

.collections-row {
  padding: 100px var(--gutter);
  background: var(--bone);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 64px;
  align-items: center;
  border-top: 1px solid var(--grid-line-strong);
}
.collections-row__media { grid-column: 1 / span 6; aspect-ratio: 4 / 5; overflow: hidden; }
.collections-row__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.15); transition: transform 1.2s var(--ease), filter 1.2s var(--ease); }
.collections-row__media:hover img { transform: scale(1.03); filter: grayscale(0); }
.collections-row__copy { grid-column: 8 / span 5; }
.collections-row__copy .label { display: block; margin-bottom: 18px; color: var(--brass); }
.collections-row__copy h2 { margin-bottom: 28px; font-size: clamp(36px, 4vw, 64px); }
.collections-row__copy p { font-size: clamp(16px, 1.1vw, 18px); line-height: 1.7; color: var(--ink); font-weight: 300; margin-bottom: 32px; }

.collections-row.is-reverse .collections-row__media { grid-column: 7 / span 6; order: 2; }
.collections-row.is-reverse .collections-row__copy { grid-column: 1 / span 5; order: 1; }

.collections-row__specs {
  list-style: none;
  border-top: 1px solid var(--grid-line-strong);
  margin-bottom: 36px;
}
.collections-row__specs li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--grid-line-strong);
  font-size: 13px;
  line-height: 1.5;
}
.collections-row__specs strong {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 500;
  padding-top: 2px;
}
.collections-row__specs span { color: var(--ink); font-weight: 300; }

.collections-row__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  min-width: 240px;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.collections-row__cta:hover { color: var(--brass); border-color: var(--brass); }

@media (max-width: 900px) {
  .collections-row,
  .collections-row.is-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .collections-row__media,
  .collections-row.is-reverse .collections-row__media,
  .collections-row__copy,
  .collections-row.is-reverse .collections-row__copy { grid-column: 1 / -1; order: initial; }
  .collections-lead__note, .collections-lead__body { grid-column: 1 / -1; }
}

.collections-tail {
  padding: 140px var(--gutter);
  background: var(--bone-soft);
  position: relative;
  z-index: 2;
}
.collections-tail__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: start;
  border-top: 1px solid var(--grid-line-strong);
  padding-top: 48px;
}
.collections-tail__grid > div:first-child { grid-column: 1 / span 5; }
.collections-tail__grid > div:last-child { grid-column: 7 / span 6; }
.collections-tail__grid p { font-size: clamp(16px, 1.1vw, 18px); line-height: 1.7; color: var(--ink); font-weight: 300; margin-bottom: 24px; }
@media (max-width: 900px) {
  .collections-tail__grid > div:first-child,
  .collections-tail__grid > div:last-child { grid-column: 1 / -1; }
}

.showcase {
  padding: 140px var(--gutter);
  background: var(--bone);
  position: relative;
  z-index: 2;
}

.showcase__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 64px;
}

.showcase__track {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 20px;
}

.showcase__card {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--radius-sm);
}

.showcase__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.2s var(--ease), filter 1.2s var(--ease);
  filter: grayscale(0.2);
}

.showcase__card:hover img {
  transform: scale(1.08);
  filter: grayscale(0);
}

.showcase__card .meta {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  color: var(--bone);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  z-index: 2;
}

.showcase__card .meta h3 {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 400;
}

.showcase__card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(17, 17, 17, 0.85) 100%);
  pointer-events: none;
}

.showcase__card.s-wide { grid-column: span 8; grid-row: span 2; }
.showcase__card.s-tall { grid-column: span 4; grid-row: span 2; }
.showcase__card.s-sq { grid-column: span 4; }
.showcase__card.s-lg { grid-column: span 8; }

@media (max-width: 960px) {
  .showcase__card.s-wide,
  .showcase__card.s-tall,
  .showcase__card.s-sq,
  .showcase__card.s-lg { grid-column: span 12; grid-row: auto; }
}

.quote {
  padding: 180px var(--gutter);
  background: var(--bone-soft);
  position: relative;
  z-index: 2;
  text-align: center;
}

.quote__body {
  max-width: 960px;
  margin: 0 auto;
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3.6vw, 56px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 300;
}

.quote__body .accent { color: var(--brass); font-style: italic; }

.quote__attr {
  margin-top: 48px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.contact {
  padding: 160px var(--gutter) 60px;
  background: var(--ink);
  color: var(--bone);
  position: relative;
  z-index: 2;
}

.contact__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 8vw, 140px);
}

.contact__left h2 {
  font-size: clamp(48px, 6vw, 112px);
  margin-bottom: 40px;
}

.contact__left h2 em {
  color: var(--brass);
  font-style: italic;
  font-weight: 300;
}

.contact__people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.contact__person {
  border-top: 1px solid rgba(244, 241, 234, 0.2);
  padding-top: 18px;
}

.contact__person .role {
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 10px;
}

.contact__person .name {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}

.contact__person a {
  display: block;
  font-size: 13px;
  color: var(--bone-soft);
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.contact__form {
  background: rgba(244, 241, 234, 0.04);
  border: 1px solid rgba(244, 241, 234, 0.12);
  padding: 40px;
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact__form h3 {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  margin-bottom: 10px;
}

.contact__form .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__form label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass);
}

.contact__form input,
.contact__form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(244, 241, 234, 0.2);
  padding: 10px 0;
  color: var(--bone);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: border-color 0.4s var(--ease);
  resize: vertical;
}

.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: var(--brass);
}

.contact__form button {
  align-self: flex-start;
  background: var(--brass);
  color: var(--ink);
  border: none;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.4s var(--ease), color 0.4s var(--ease);
}

.contact__form button:hover {
  background: var(--bone);
}

@media (max-width: 900px) {
  .contact__grid { grid-template-columns: 1fr; }
  .contact__people { grid-template-columns: 1fr; }
}

.footer {
  padding: 60px var(--gutter) 40px;
  background: var(--ink);
  color: var(--bone-soft);
  border-top: 1px solid rgba(244, 241, 234, 0.1);
  position: relative;
  z-index: 2;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer__row a { color: var(--bone); }

.footer__brand .footer__logo {
  height: 32px;
  width: auto;
  display: block;
  filter: invert(1);
  opacity: 0.9;
}

.pageHead {
  position: relative;
  padding: 200px var(--gutter) 120px;
  background: var(--ink);
  color: var(--bone);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: end;
}

.pageHead h1 {
  grid-column: 1 / span 8;
  font-size: clamp(48px, 8vw, 128px);
}

.pageHead .meta {
  grid-column: 10 / span 3;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass);
}

.page {
  padding: 120px var(--gutter);
  background: var(--bone);
}

.page__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: start;
}

.page__aside {
  grid-column: 1 / span 3;
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page__aside a {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid var(--grid-line-strong);
  color: var(--ink-soft);
  transition: color 0.3s var(--ease), padding-left 0.4s var(--ease);
  display: flex;
  align-items: center;
  gap: 12px;
}

.page__aside a::before {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--brass);
  transition: width 0.4s var(--ease);
}

.page__aside a:hover,
.page__aside a.is-active {
  color: var(--ink);
}

.page__aside a:hover::before,
.page__aside a.is-active::before {
  width: 32px;
}

.page__aside-sep {
  height: 36px;
  margin: 0;
  background: transparent;
  pointer-events: none;
}

.page__body { grid-column: 5 / -1; }

.page__body h1 { font-size: clamp(36px, 4vw, 72px); margin-bottom: 30px; }
.page__body h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  margin: 40px 0 16px;
  color: var(--brass);
}

.page__body h4 {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 40px 0 20px;
}

.page__body p {
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.75;
  color: var(--ink);
  font-weight: 300;
  margin-bottom: 20px;
}

.page__gallery {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.page__gallery .thumb {
  aspect-ratio: 4 / 3;
  background: var(--ink);
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.page__gallery .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease), filter 1s var(--ease);
  filter: grayscale(0.25);
}

.page__gallery .thumb:hover img {
  transform: scale(1.06);
  filter: grayscale(0);
}

@media (max-width: 900px) {
  .page__aside, .page__body { grid-column: 1 / -1; position: static; }
}

.gallery {
  padding: 120px var(--gutter);
  background: var(--bone);
}

.gallery__grid {
  columns: 4 260px;
  column-gap: 14px;
}

.gallery__grid .card {
  break-inside: avoid;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: var(--radius-sm);
  cursor: pointer;
  position: relative;
  background: var(--ink);
}

.gallery__grid img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s var(--ease), filter 1s var(--ease);
  filter: grayscale(0.25);
}

.gallery__grid .card:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.gallery__grid .card .caption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  color: var(--bone);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}

.gallery__grid .card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 17, 17, 0.85) 100%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}

.gallery__grid .card:hover::after,
.gallery__grid .card:hover .caption {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease);
}

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

.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: var(--shadow-strong);
}

.lightbox__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--bone);
  background: transparent;
  color: var(--bone);
  cursor: pointer;
  font-size: 18px;
  display: grid;
  place-items: center;
}

.lightbox__caption {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  color: var(--bone-soft);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.reveal-line { overflow: hidden; display: block; }
.reveal-line > .inner { display: inline-block; transform: translateY(110%); }

.swal2-popup { font-family: 'Inter', sans-serif !important; border-radius: 2px !important; }

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 150;
  pointer-events: none;
  visibility: hidden;
}
.mobile-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.mobile-drawer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.66);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.mobile-drawer.is-open::before { opacity: 1; }
.mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, 100%);
  background: var(--bone);
  color: var(--ink);
  padding: clamp(26px, 6vw, 44px);
  padding-top: clamp(92px, 14vh, 130px);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.6s var(--ease);
  border-left: 1px solid var(--grid-line-strong);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-drawer.is-open .mobile-drawer__panel { transform: translateX(0); }
.mobile-drawer__close {
  position: absolute;
  top: clamp(22px, 3.2vw, 34px);
  right: clamp(22px, 3.2vw, 34px);
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.35s var(--ease), color 0.35s var(--ease);
}
.mobile-drawer__close:hover { background: var(--ink); }
.mobile-drawer__close:hover span { background: var(--bone); }
.mobile-drawer__close span {
  position: absolute;
  width: 16px;
  height: 1px;
  background: var(--ink);
  transition: background 0.35s var(--ease);
}
.mobile-drawer__close span:nth-child(1) { transform: rotate(45deg); }
.mobile-drawer__close span:nth-child(2) { transform: rotate(-45deg); }
.mobile-drawer__eyebrow {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: clamp(18px, 3vw, 28px);
}
.mobile-drawer__nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--grid-line-strong);
}
.mobile-drawer__nav a {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-family: 'Fraunces', serif;
  font-size: clamp(30px, 9vw, 52px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--ink);
  padding: clamp(16px, 3.6vw, 26px) 0;
  border-bottom: 1px solid var(--grid-line);
  position: relative;
  transition: color 0.35s var(--ease), padding-left 0.4s var(--ease);
}
.mobile-drawer__nav a:hover,
.mobile-drawer__nav a.is-active {
  color: var(--brass);
  padding-left: 8px;
}
.mobile-drawer__nav a .num {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--brass);
  font-weight: 500;
  min-width: 30px;
}
.mobile-drawer__nav a .lbl {
  flex: 1;
  text-transform: none;
}
.mobile-drawer__foot {
  margin-top: auto;
  padding-top: clamp(32px, 6vw, 54px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}
.mobile-drawer__foot .label {
  margin-bottom: 10px;
  color: var(--brass);
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  font-weight: 500;
}
.mobile-drawer__foot a {
  color: var(--ink);
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
.mobile-drawer__foot a:hover { color: var(--brass); }

@media (max-width: 960px) {
  body.drawer-open { overflow: hidden; }
}

@media (min-width: 961px) {
  .mobile-drawer { display: none; }
}

@media (max-width: 960px) {
  .header {
    mix-blend-mode: normal;
    color: var(--ink);
    background: rgba(244, 241, 234, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--grid-line-strong);
    padding: 14px var(--gutter);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .header.is-scrolled {
    padding: 12px var(--gutter);
  }
  .header__brand .header__logo {
    filter: none;
    height: 22px;
  }
  .header__burger {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 900px) {
  .blueprint {
    min-height: 200vh;
    padding: 0;
    background: var(--ink);
  }
  .blueprint__stage {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 76px var(--gutter) 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    align-items: stretch;
    justify-content: flex-start;
  }
  .blueprint__heading {
    position: static;
    transform: none;
    text-align: left;
    flex: 0 0 auto;
    margin: 0;
    left: auto;
    top: auto;
  }
  .blueprint__heading h2 {
    font-size: clamp(20px, 5.8vw, 28px);
    line-height: 1.15;
    margin: 0;
  }
  .blueprint__heading .stamp {
    margin-top: 4px;
    font-size: 9px;
    letter-spacing: 0.3em;
  }
  .blueprint__image {
    position: relative;
    width: 100%;
    aspect-ratio: auto;
    flex: 1 1 auto;
    display: grid;
    grid-template-rows: 28vh 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: 0;
    overflow: visible;
  }
  .blueprint__image .photo,
  .blueprint__image .schematic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 28vh;
    inset: auto;
    width: 100%;
  }
  .blueprint__canvas {
    mask-image: radial-gradient(circle at center, black 55%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle at center, black 55%, transparent 100%);
  }
  .blueprint__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 28vh;
    inset: auto;
  }
  .blueprint__image::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 28vh;
    inset: auto;
    pointer-events: none;
    z-index: 2;
  }
  .blueprint__copy {
    position: static;
    max-width: none;
    width: 100%;
    min-height: 0;
    padding: 12px 14px 14px;
    text-align: left !important;
    background: rgba(17, 17, 17, 0.84);
    border: 1px solid rgba(163, 155, 121, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .blueprint__copy p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
  }
  .blueprint__copy h4 {
    font-size: 9px;
    letter-spacing: 0.3em;
    margin-bottom: 6px;
  }
  .blueprint__copy.tl {
    grid-row: 2 / 3;
    grid-column: 1;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .blueprint__copy.tr {
    grid-row: 2 / 3;
    grid-column: 2;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .blueprint__copy.bl {
    grid-row: 3 / 4;
    grid-column: 1;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .blueprint__copy.br {
    grid-row: 3 / 4;
    grid-column: 2;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 640px) {
  :root {
    --gutter: clamp(16px, 5vw, 32px);
  }
  h1 { font-size: clamp(34px, 10.5vw, 54px); }
  h2 { font-size: clamp(26px, 8vw, 42px); }
  h3 { font-size: clamp(17px, 5vw, 22px); }
  h4 { font-size: 11px; letter-spacing: 0.2em; }
  p { font-size: 15px; line-height: 1.7; }

  .grid-lines .vline,
  .grid-lines .hline { display: none; }

  .hero { padding: 100px 0 0; }
  .hero__title { padding: 0 var(--gutter); }
  .hero__title h1 {
    font-size: clamp(30px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.02em;
  }
  .hero__title h1 span {
    display: block;
    padding: 0;
    text-align: left;
    white-space: nowrap;
  }

  .experience__wrap { padding: 28px 0 0; }
  .experience__description {
    padding: 28px 22px;
    margin-top: -30px;
  }
  .experience__description h3 { font-size: 18px; line-height: 1.4; }
  .experience__description p { font-size: 14px; }

  .blueprint__copy { padding: 10px 12px 12px; }
  .blueprint__copy p { font-size: 11px; line-height: 1.45; }
  .blueprint__copy h4 { font-size: 8px; letter-spacing: 0.28em; margin-bottom: 5px; }

  .intro { padding: 70px var(--gutter); }
  .intro__body p { font-size: 16px; margin-bottom: 22px; }

  .stats { padding: 80px var(--gutter); }
  .stats__wrap { grid-template-columns: repeat(2, 1fr); gap: 28px 24px; }
  .stats__wrap .stats__title {
    font-size: clamp(30px, 8.5vw, 44px);
    margin-bottom: 32px;
    grid-column: 1 / -1;
    line-height: 1.08;
  }
  .stats__cell .counter { font-size: clamp(40px, 12vw, 64px); }
  .stats__cell p { font-size: 10px; letter-spacing: 0.24em; margin-top: 12px; }

  .teaser { padding: 70px var(--gutter); }
  .teaser__grid { padding-top: 28px; gap: 24px; }
  .teaser__cta {
    min-width: 0;
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.24em;
    padding: 14px 0;
  }

  .showcase { padding: 70px var(--gutter); }
  .showcase__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 32px;
  }
  .showcase__head .header__cta { padding: 10px 16px; font-size: 10px; letter-spacing: 0.24em; }
  .showcase__track { grid-auto-rows: minmax(180px, auto); gap: 14px; }
  .showcase__card .meta { left: 14px; right: 14px; bottom: 14px; font-size: 9px; letter-spacing: 0.24em; }
  .showcase__card .meta h3 { font-size: 18px; }

  .quote { padding: 90px var(--gutter); }
  .quote__body { font-size: clamp(22px, 6.5vw, 32px); line-height: 1.25; }
  .quote__attr { margin-top: 28px; font-size: 10px; letter-spacing: 0.26em; }

  .cta { padding: 110px var(--gutter); }
  .cta__wrap h2 { font-size: clamp(26px, 8vw, 40px); margin: 20px 0 30px; }
  .cta__button { padding: 14px 24px; font-size: 10px; letter-spacing: 0.24em; }

  .pageHead {
    padding: 120px var(--gutter) 56px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pageHead h1 {
    grid-column: 1 / -1;
    font-size: clamp(36px, 10.5vw, 56px);
    line-height: 1.02;
  }
  .pageHead .meta {
    grid-column: 1 / -1;
    text-align: left;
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  .page { padding: 56px var(--gutter); }
  .page__grid { gap: 28px; }
  .page__aside { gap: 2px; }
  .page__aside a { font-size: 11px; letter-spacing: 0.2em; padding: 12px 0; }
  .page__aside-sep { height: 18px; }
  .page__body h1 {
    font-size: clamp(28px, 8vw, 44px);
    margin-bottom: 20px;
    line-height: 1.08;
  }
  .page__body h2 {
    font-size: clamp(20px, 5.6vw, 28px);
    margin: 28px 0 12px;
  }
  .page__body h4 { margin: 32px 0 14px; }
  .page__gallery {
    margin-top: 36px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .collections-lead { padding: 20px var(--gutter) 60px; }
  .collections-lead__grid { padding-top: 28px; gap: 24px; }
  .collections-lead__body p:first-child {
    font-size: clamp(22px, 6vw, 30px);
    margin-bottom: 24px;
    line-height: 1.3;
  }
  .collections-row { padding: 50px var(--gutter); gap: 24px; }
  .collections-row__media { aspect-ratio: 4 / 5; }
  .collections-row__copy h2 {
    font-size: clamp(28px, 8.5vw, 44px);
    margin-bottom: 20px;
    line-height: 1.05;
  }
  .collections-row__specs li {
    grid-template-columns: 110px 1fr;
    gap: 16px;
    font-size: 12px;
  }
  .collections-row__cta {
    min-width: 0;
    width: 100%;
  }
  .collections-tail { padding: 70px var(--gutter); }
  .collections-tail__grid { padding-top: 28px; gap: 20px; }

  .contact { padding: 100px var(--gutter) 40px; }
  .contact__grid { gap: 40px; }
  .contact__left h2 {
    font-size: clamp(32px, 9vw, 52px);
    margin-bottom: 24px;
    line-height: 1.05;
  }
  .contact__people { gap: 20px; margin-top: 28px; }
  .contact__person .name { font-size: 20px; }
  .contact__form { padding: 26px 22px; }
  .contact__form h3 { font-size: 22px; }
  .contact__form button {
    padding: 14px 26px;
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  .gallery { padding: 60px var(--gutter); }
  .gallery__grid { columns: 2 160px; column-gap: 10px; }
  .gallery__grid .card { margin-bottom: 10px; }

  .footer { padding: 40px var(--gutter) 28px; }
  .footer__row {
    gap: 18px;
    font-size: 10px;
    letter-spacing: 0.18em;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__brand .footer__logo { height: 26px; }

  .lightbox__close { top: 20px; right: 20px; }
  .lightbox img { max-width: 94vw; max-height: 80vh; }
}

@media (max-width: 380px) {
  .hero__title h1 { font-size: clamp(26px, 9vw, 38px); }
  .pageHead h1 { font-size: clamp(30px, 9.5vw, 46px); }
  .collections-row__specs li { grid-template-columns: 92px 1fr; }
}
