:root {
  --paper: #f2f1ed;
  --paper-bright: #faf9f6;
  --ink: #17191b;
  --graphite: #25292c;
  --steel: #70777b;
  --line: rgba(23, 25, 27, 0.18);
  --blue: #0e347d;
  --red: #b9141b;
  --display: "Bodoni 72", Didot, Georgia, serif;
  --sans: "Avenir Next Condensed", "DIN Condensed", "Franklin Gothic Medium", sans-serif;
  --body: "Avenir Next", "Gill Sans", sans-serif;
  --shell: min(90vw, 1440px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--paper-bright);
  transform: translateY(-110%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 80px;
  padding-inline: 5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: color 250ms ease, background 250ms ease, height 250ms ease;
}
.site-header.scrolled,
.site-header.solid {
  height: 68px;
  color: var(--ink);
  background: rgba(242, 241, 237, 0.94);
  border-bottom-color: var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font: 700 0.82rem/1 var(--sans);
  letter-spacing: 0;
}
.brand img { width: 42px; height: 42px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.5rem); }
.desktop-nav a,
.header-contact {
  position: relative;
  font: 600 0.75rem/1 var(--sans);
  letter-spacing: 0;
  text-transform: uppercase;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.45rem;
  height: 1px;
  background: currentColor;
  transition: right 250ms ease;
}
.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after { right: 0; }
.header-contact { justify-self: end; }
.header-contact span,
.text-link span,
.contact-phone span,
.gallery-contact a span { color: var(--red); }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 94svh;
  color: white;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-media,
.hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; transform: scale(1.03); animation: hero-settle 1.8s cubic-bezier(.22,.7,.16,1) forwards; }
.hero-shade {
  background: linear-gradient(90deg, rgba(9, 12, 14, 0.84) 0%, rgba(9, 12, 14, 0.52) 48%, rgba(9, 12, 14, 0.13) 78%), linear-gradient(0deg, rgba(9, 12, 14, 0.55), transparent 55%);
}
.blueprint { position: absolute; inset: 0; pointer-events: none; opacity: 0.65; }
.axis { position: absolute; background: rgba(255,255,255,0.28); transform-origin: left center; }
.axis-x { width: 100%; height: 1px; top: 35%; animation: draw-x 1.8s ease both .4s; }
.axis-y { width: 1px; height: 100%; left: 68%; animation: draw-y 1.8s ease both .65s; }
.measure { position: absolute; font: 500 0.62rem/1 var(--sans); letter-spacing: 0; writing-mode: vertical-rl; }
.measure-a { right: 2.2vw; top: 44%; }
.measure-b { left: calc(68% + 10px); top: 9rem; }
.stair-line { position: absolute; top: 17%; right: 5vw; width: 25vw; height: 24vw; display: flex; align-items: flex-end; }
.stair-line i { flex: 1; height: calc((var(--step) + 1) * 12%); border-top: 1px solid rgba(255,255,255,0.5); border-right: 1px solid rgba(255,255,255,0.5); animation: stair-rise 900ms ease both; }
.stair-line i:nth-child(1) { --step: 0; animation-delay: .7s; }
.stair-line i:nth-child(2) { --step: 1; animation-delay: .8s; }
.stair-line i:nth-child(3) { --step: 2; animation-delay: .9s; }
.stair-line i:nth-child(4) { --step: 3; animation-delay: 1s; }
.stair-line i:nth-child(5) { --step: 4; animation-delay: 1.1s; }
.stair-line i:nth-child(6) { --step: 5; animation-delay: 1.2s; }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(4rem, 8vh, 7rem); }
.eyebrow,
.section-index {
  margin: 0;
  font: 600 0.7rem/1 var(--sans);
  letter-spacing: 0;
  text-transform: uppercase;
}
.eyebrow { padding-left: 2.8rem; position: relative; }
.eyebrow::before { content: ""; position: absolute; left: 0; top: 50%; width: 2rem; height: 1px; background: var(--red); }
.hero h1,
.gallery-hero h1 {
  max-width: 10ch;
  margin: 1.5rem 0 2rem;
  font: 400 clamp(4.5rem, 9.2vw, 9.7rem)/0.78 var(--sans);
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 em, h2 em { font-family: var(--display); font-weight: 400; text-transform: none; }
.hero-lower { display: grid; grid-template-columns: minmax(16rem, 30rem) auto; gap: 3rem; align-items: end; }
.hero-lower p { margin: 0; font-size: clamp(1rem, 1.35vw, 1.25rem); }
.text-link {
  width: max-content;
  display: inline-flex;
  gap: 2rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid currentColor;
  font: 600 0.76rem/1 var(--sans);
  letter-spacing: 0;
  text-transform: uppercase;
  transition: gap 250ms ease;
}
.text-link:hover { gap: 2.6rem; }
.scroll-cue {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font: 600 0.62rem/1 var(--sans);
  letter-spacing: 0;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}
.scroll-cue span { width: 3rem; height: 1px; background: currentColor; overflow: hidden; }
.scroll-cue span::after { content: ""; display: block; width: 50%; height: 100%; background: var(--red); animation: cue 2s ease-in-out infinite; }

.section { padding-block: clamp(6rem, 12vw, 11rem); }
.section-index { color: var(--steel); }
.intro { display: grid; grid-template-columns: 1fr 2.2fr 0.8fr; gap: 3vw; align-items: start; }
.intro h2,
.section-heading h2,
.statement h2 {
  margin: 0;
  font: 400 clamp(3.1rem, 6vw, 6.8rem)/0.9 var(--sans);
  letter-spacing: 0;
  text-transform: uppercase;
}
.intro-copy p { max-width: 43rem; margin: 2.5rem 0 0; font-size: clamp(1.05rem, 1.35vw, 1.3rem); color: #4d5357; }
.material-sample { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.material-sample span { aspect-ratio: 1; display: grid; place-items: center; border-right: 1px solid var(--line); font: 600 0.75rem/1 var(--sans); color: var(--steel); }
.material-sample span:last-child { border: 0; }

.expertise { color: var(--paper); background: var(--graphite); }
.expertise .section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 2rem; margin-bottom: clamp(4rem, 8vw, 8rem); }
.expertise .section-index { color: #aeb3b5; }
.service-list { border-top: 1px solid rgba(255,255,255,0.2); }
.service {
  position: relative;
  display: grid;
  grid-template-columns: 0.6fr 1.6fr 1fr;
  gap: 2rem;
  align-items: center;
  min-height: 160px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  overflow: hidden;
}
.service-number { font: 500 0.7rem/1 var(--sans); color: #aeb3b5; }
.service h3 { margin: 0; font: 500 clamp(2rem, 3.8vw, 4rem)/1 var(--sans); text-transform: uppercase; transition: transform 350ms ease; }
.service p { margin: 0; max-width: 27rem; color: #c4c7c8; }
.service-line { position: absolute; z-index: 0; inset: 0 100% 0 0; background: rgba(255,255,255,0.04); border-right: 2px solid var(--red); transition: right 500ms cubic-bezier(.2,.8,.2,1); }
.service > *:not(.service-line) { position: relative; z-index: 1; }
.service:hover .service-line { right: 0; }
.service:hover h3 { transform: translateX(0.4rem); }

.statement { position: relative; min-height: 86vh; color: white; background: #111416; display: grid; align-items: center; overflow: hidden; }
.statement-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 8vw 8vw; transform: perspective(800px) rotateX(58deg) scale(1.45) translateY(15%); animation: grid-drift 18s linear infinite; }
.statement-content { position: relative; display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; }
.statement h2 { grid-column: 2; color: var(--paper); }
.statement-note { grid-column: 2; display: grid; grid-template-columns: 100px 1fr; gap: 2rem; max-width: 48rem; margin-top: 4rem; }
.statement-note p { margin: 0; color: #bcc0c2; font-size: 1.15rem; }
.crosshair { position: relative; width: 80px; height: 80px; border: 1px solid #697074; border-radius: 50%; animation: rotate 12s linear infinite; }
.crosshair::before, .crosshair::after { content: ""; position: absolute; background: var(--red); }
.crosshair::before { width: 110%; height: 1px; left: -5%; top: 50%; }
.crosshair::after { height: 110%; width: 1px; top: -5%; left: 50%; }

.featured { display: grid; grid-template-columns: 1.7fr 0.85fr; gap: 5vw; align-items: end; }
.featured .section-heading { grid-column: 1 / -1; display: grid; grid-template-columns: .5fr 1.4fr .7fr; gap: 2rem; align-items: end; margin-bottom: 1rem; }
.featured .text-link { justify-self: end; }
.project figure { margin: 0; }
.project img { width: 100%; object-fit: cover; filter: saturate(.75) contrast(1.02); transition: transform 700ms cubic-bezier(.2,.8,.2,1), filter 350ms ease; }
.project-main img { aspect-ratio: 1.4; }
.project-side img { aspect-ratio: .74; }
.project figure { overflow: hidden; }
.project figcaption { position: relative; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; background: var(--paper); font: 600 0.78rem/1.3 var(--sans); text-transform: uppercase; }
.project figcaption small { color: var(--steel); font-weight: 500; }
.project:hover img { transform: scale(1.025); filter: saturate(1); }

.contact-band { padding-block: clamp(6rem, 11vw, 10rem); color: white; background: var(--blue); }
.contact-band .section-index { color: rgba(255,255,255,.65); }
.contact-band h2 { margin: 4rem 0 5rem; font: 500 clamp(3.5rem, 8vw, 8.2rem)/0.86 var(--sans); letter-spacing: 0; text-transform: uppercase; }
.contact-phone { display: flex; justify-content: space-between; align-items: center; padding-block: 1rem; border-block: 1px solid rgba(255,255,255,.35); font: 400 clamp(2.2rem, 6vw, 6rem)/1 var(--display); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; font-size: .92rem; }
.contact-details p { margin: 0; justify-self: end; text-align: right; }
.contact-details a:hover { text-decoration: underline; text-underline-offset: .3rem; }

.site-footer { padding-block: 2.5rem; background: var(--paper); border-top: 1px solid var(--line); }
.site-footer .shell { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; }
.site-footer p { margin: 0; color: var(--steel); font: 500 0.66rem/1.2 var(--sans); letter-spacing: 0; text-transform: uppercase; }
.site-footer p:last-child { justify-self: end; }

/* Gallery */
.gallery-page { background: var(--paper-bright); }
.gallery-hero { position: relative; min-height: 75vh; padding-top: 10rem; display: grid; grid-template-columns: 2fr 1fr; gap: 5vw; align-items: end; padding-bottom: 6rem; }
.gallery-title-wrap { position: relative; z-index: 1; }
.gallery-hero h1 { color: var(--ink); margin-bottom: 0; font-size: clamp(4.5rem, 9vw, 9rem); }
.gallery-intro { max-width: 28rem; margin: 0 0 1rem; font-size: 1.15rem; color: #555b5e; }
.gallery-axis { position: absolute; inset: 7rem 0 auto; height: 45%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gallery-axis::before { content: ""; position: absolute; top: -4px; left: 38%; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.gallery-axis span { position: absolute; left: 38%; top: 0; height: 100%; width: 1px; background: var(--line); }
.gallery-axis i { position: absolute; top: 52%; left: 38%; width: 55%; height: 1px; background: var(--line); transform: rotate(-13deg); transform-origin: left; }
.work-section { padding-bottom: clamp(6rem, 10vw, 10rem); }
.filter-bar { display: flex; gap: 0; width: max-content; margin-left: auto; margin-bottom: 4rem; border: 1px solid var(--line); }
.filter { min-height: 44px; padding: .8rem 1.5rem; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font: 600 .69rem/1 var(--sans); letter-spacing: 0; text-transform: uppercase; transition: background 200ms, color 200ms; }
.filter:last-child { border-right: 0; }
.filter.active { color: white; background: var(--ink); }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.4rem, 3vw, 3.5rem) clamp(1rem, 2.5vw, 3rem); align-items: start; }
.work-item { position: relative; padding: 0; border: 0; background: transparent; text-align: left; cursor: zoom-in; transition: opacity 250ms, transform 350ms; }
.work-item[hidden] { display: none; }
.work-item:nth-child(1) { grid-column: 1 / span 7; }
.work-item:nth-child(2) { grid-column: 8 / span 5; margin-top: 14vw; }
.work-item:nth-child(3) { grid-column: 2 / span 4; }
.work-item:nth-child(4) { grid-column: 7 / span 6; margin-top: 5vw; }
.work-item:nth-child(5) { grid-column: 1 / span 5; margin-top: 3vw; }
.work-item:nth-child(6) { grid-column: 7 / span 6; margin-top: 15vw; }
.work-item:nth-child(7) { grid-column: 2 / span 4; }
.work-item:nth-child(8) { grid-column: 7 / span 5; margin-top: 7vw; }
.work-item:nth-child(9) { grid-column: 1 / span 8; margin-top: 2vw; }
.work-item img { width: 100%; object-fit: cover; filter: saturate(.78); transition: filter 300ms, transform 600ms cubic-bezier(.2,.8,.2,1); }
.work-tall img { aspect-ratio: .77; }
.work-wide img { aspect-ratio: 1.25; }
.work-standard img { aspect-ratio: 1; }
.work-meta { display: grid; grid-template-columns: 2.5rem 1fr; gap: .7rem; padding-top: .85rem; border-top: 1px solid var(--ink); font: 600 .76rem/1.2 var(--sans); text-transform: uppercase; }
.work-meta b { color: var(--red); font-weight: 600; }
.work-meta small { display: block; margin-top: .3rem; color: var(--steel); font-weight: 500; }
.work-item:hover img { filter: saturate(1); transform: scale(1.015); }
.gallery-contact { padding-block: 6rem; color: white; background: var(--red); }
.gallery-contact .shell { display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.gallery-contact p { margin: 0; font: 400 clamp(2rem, 5vw, 5rem)/1 var(--display); }
.gallery-contact a { font: 600 .78rem/1 var(--sans); text-transform: uppercase; letter-spacing: 0; padding-bottom: .7rem; border-bottom: 1px solid white; }
.gallery-contact a span { color: white; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 0; border: 0; color: white; background: rgba(11,13,14,.94); }
.lightbox::backdrop { background: rgba(11,13,14,.94); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { width: min(86vw, 1100px); height: 84vh; margin: 0; display: grid; grid-template-rows: 1fr auto; gap: 1rem; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { font: 600 .72rem/1 var(--sans); text-transform: uppercase; letter-spacing: 0; }
.lightbox-close { position: fixed; z-index: 2; top: 1.5rem; right: 2rem; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.4); color: white; background: transparent; font: 300 2rem/1 var(--body); cursor: pointer; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 800ms ease, transform 800ms cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes hero-settle { from { transform: scale(1.1); } to { transform: scale(1.03); } }
@keyframes draw-x { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes draw-y { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes stair-rise { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cue { 0%,100% { transform: translateX(-120%); } 50% { transform: translateX(200%); } }
@keyframes grid-drift { to { background-position: 8vw 8vw; } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  :root { --shell: min(88vw, 720px); }
  .site-header { height: 68px; grid-template-columns: 1fr auto; }
  .site-header .brand span { display: none; }
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle { justify-self: end; display: grid; width: 44px; height: 44px; padding: 13px 9px; border: 0; background: transparent; cursor: pointer; align-content: center; gap: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform 250ms; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 68px 0 0; padding: 4rem 6vw; display: flex; flex-direction: column; gap: 0; color: var(--paper); background: var(--graphite); transform: translateX(100%); transition: transform 350ms cubic-bezier(.2,.8,.2,1); }
  .mobile-nav.open { transform: none; }
  .mobile-nav a { padding-block: 1rem; border-bottom: 1px solid rgba(255,255,255,.2); font: 500 clamp(2rem, 8vw, 4rem)/1 var(--sans); text-transform: uppercase; }
  .hero { min-height: 92svh; }
  .hero-media img { object-position: 55% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,12,14,.82), rgba(9,12,14,.3)), linear-gradient(0deg, rgba(9,12,14,.68), transparent); }
  .hero h1, .gallery-hero h1 { font-size: clamp(3.65rem, 16vw, 6rem); }
  .hero-lower { grid-template-columns: 1fr; gap: 2rem; }
  .blueprint .axis-y { left: 82%; }
  .stair-line { width: 45vw; height: 40vw; opacity: .7; }
  .scroll-cue { display: none; }
  .intro { grid-template-columns: 1fr; gap: 2.2rem; }
  .material-sample { max-width: 240px; margin-left: auto; }
  .expertise .section-heading { grid-template-columns: 1fr; }
  .service { grid-template-columns: 2.5rem 1fr; padding-block: 2rem; }
  .service p { grid-column: 2; }
  .statement { min-height: 75vh; }
  .statement-content { grid-template-columns: 1fr; }
  .statement h2, .statement-note { grid-column: 1; }
  .statement-note { grid-template-columns: 70px 1fr; }
  .crosshair { width: 60px; height: 60px; }
  .featured { grid-template-columns: 1fr; }
  .featured .section-heading { grid-template-columns: 1fr; }
  .featured .text-link { justify-self: start; }
  .project-side { width: 70%; margin-left: auto; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details p { justify-self: start; text-align: left; }
  .site-footer .shell { grid-template-columns: 1fr; }
  .site-footer p:last-child { justify-self: start; }
  .gallery-hero { min-height: 70vh; grid-template-columns: 1fr; align-content: end; }
  .gallery-intro { max-width: 34rem; }
  .filter-bar { width: 100%; margin-left: 0; overflow-x: auto; }
  .filter { flex: 1 0 auto; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .work-item:nth-child(n) { grid-column: auto; margin-top: 0; }
  .work-item:nth-child(even) { margin-top: 12vw; }
}

@media (max-width: 560px) {
  .hero-content { padding-bottom: 4rem; }
  .hero h1 { margin-top: 1.2rem; line-height: .82; }
  .hero-lower p { max-width: 20rem; }
  .section { padding-block: 6rem; }
  .intro h2, .section-heading h2, .statement h2 { font-size: 3rem; }
  .service { min-height: 0; }
  .service h3 { font-size: 2.4rem; }
  .statement-note { grid-template-columns: 1fr; }
  .statement-note p { font-size: 1rem; }
  .project-main img { aspect-ratio: .86; }
  .project-side { width: 86%; }
  .contact-band h2 { margin-block: 3rem; }
  .contact-phone { font-size: 2rem; }
  .gallery-hero { padding-top: 8rem; padding-bottom: 4rem; }
  .work-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .work-item:nth-child(n) { margin-top: 0; }
  .work-item img { aspect-ratio: .86; }
  .gallery-contact .shell { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}