:root {
  --ink: #171717;
  --ink-2: #242424;
  --ivory: #f5f1e8;
  --paper: #fbfaf7;
  --stone: #dfd9ce;
  --muted: #6e6a63;
  --accent: #556573;
  --line: rgba(23, 23, 23, 0.14);
  --white: #ffffff;
  --max: 1180px;
  --serif: Georgia, 'Times New Roman', Times, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  background: var(--white);
  padding: 10px 14px;
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.section { padding: 110px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-soft { background: var(--ivory); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: var(--white);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(251, 250, 247, .96);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-family: 'Times New Roman', Times, serif;
  font-size: 32px;
  line-height: 1;
}
.brand-name {
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: .16em;
  white-space: nowrap;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-nav a { text-decoration: none; }
.nav-cta {
  border: 1px solid currentColor;
  padding: 10px 16px;
}
.nav-toggle { display: none; }

.hero {
  min-height: 780px;
  height: 94vh;
  max-height: 980px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image { object-fit: cover; object-position: center 48%; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10,10,10,.82) 0%, rgba(10,10,10,.50) 45%, rgba(10,10,10,.16) 73%, rgba(10,10,10,.20) 100%),
    linear-gradient(0deg, rgba(10,10,10,.34), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
.eyebrow,
.section-kicker,
.mini-label,
.contact-label {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.light { color: rgba(255,255,255,.75); }
.hero h1 {
  margin: 0;
  max-width: 750px;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
}
.hero-copy {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--ivory); color: var(--ink); }
.text-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.light-link { color: rgba(255,255,255,.9); }
.hero-proof {
  position: absolute;
  z-index: 2;
  right: max(20px, calc((100vw - var(--max)) / 2));
  bottom: 34px;
  display: flex;
  background: rgba(18,18,18,.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.2);
}
.hero-proof div {
  min-width: 145px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255,255,255,.16);
}
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong {
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}
.hero-proof span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.68);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.intro { border-bottom: 1px solid var(--line); }
.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  align-items: start;
}
.intro h2,
.section-heading-row h2,
.process-heading h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.intro h2 { font-size: clamp(42px, 5vw, 70px); }
.intro-copy { padding-top: 6px; color: #4d4a45; }
.intro-copy p:first-child { margin-top: 0; }
.intro-copy p:last-child { margin-bottom: 0; }

.section-heading-row {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}
.section-heading-row h2,
.process-heading h2,
.contact h2 { font-size: clamp(40px, 4vw, 62px); }
.section-heading-row > p {
  margin: 0 0 6px;
  color: rgba(255,255,255,.66);
}
.section-heading-row.dark-text > p { color: var(--muted); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
}
.service-card {
  min-height: 300px;
  padding: 32px 26px 24px;
  border-right: 1px solid rgba(255,255,255,.18);
}
.service-card:last-child { border-right: 0; }
.service-card h3 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}
.service-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 250px;
  gap: 14px;
}
.gallery-item {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  background: #ddd;
  text-align: left;
}
.gallery-wide { grid-column: span 8; }
.gallery-tall { grid-row: span 2; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  background: rgba(16,16,16,.78);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.process-heading {
  max-width: 850px;
  margin-bottom: 50px;
}
.process-heading p {
  max-width: 690px;
  color: var(--muted);
  margin-top: 24px;
}
.story-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.story-images figure,
.interior-images figure { margin: 0; position: relative; overflow: hidden; background: #ddd; }
.story-images img { height: 450px; object-fit: cover; }
.story-images figcaption,
.interior-images span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  background: rgba(20,20,20,.8);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.interior-story {
  margin-top: 90px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: center;
}
.interior-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.08;
  font-weight: 400;
}
.interior-copy p { color: var(--muted); }
.interior-images {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 14px;
}
.interior-images img { height: 440px; object-fit: cover; }
.before-stack img { object-position: center; }

.contact { background: var(--accent); color: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 90px;
  align-items: center;
}
.contact-grid > div:first-child > p {
  max-width: 580px;
  color: rgba(255,255,255,.75);
  font-size: 17px;
}
.contact-card {
  padding: 36px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.07);
}
.contact-label { display: block; color: rgba(255,255,255,.65); margin-bottom: 8px; }
.contact-method + .contact-method {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.contact-email,
.contact-phone {
  display: inline-block;
  font-family: var(--serif);
  line-height: 1.08;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.contact-phone { font-size: clamp(30px, 3vw, 42px); }
.contact-email {
  font-size: clamp(19px, 2.2vw, 31px);
  white-space: nowrap;
  overflow-wrap: normal;
}
.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}
.button-outline-light {
  border-color: rgba(255,255,255,.62);
  color: var(--white);
  background: transparent;
}
.button-outline-light:hover { background: rgba(255,255,255,.1); }
.button-full { width: 100%; }

.site-footer { background: #101010; color: #fff; padding: 42px 0; }
.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  align-items: center;
}
.footer-copy p { margin: 2px 0; color: rgba(255,255,255,.55); font-size: 12px; }
.back-top { color: rgba(255,255,255,.75); text-decoration: none; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.lightbox {
  width: min(94vw, 1200px);
  max-width: none;
  max-height: 92vh;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
.lightbox::backdrop { background: rgba(0,0,0,.86); }
.lightbox img {
  max-height: 88vh;
  width: auto;
  max-width: 100%;
  margin: auto;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 960px) {
  .section { padding: 82px 0; }
  .hero { min-height: 720px; }
  .hero-proof { left: 20px; right: 20px; justify-content: stretch; }
  .hero-proof div { min-width: 0; flex: 1; }
  .intro-grid,
  .section-heading-row,
  .contact-grid,
  .interior-story { grid-template-columns: 1fr; gap: 34px; }
  .section-heading-row { align-items: start; }
  .section-heading-row > p { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .gallery-item { grid-column: span 6; }
  .gallery-wide { grid-column: span 12; }
  .interior-images { max-width: 760px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 720px) {
  .shell, .header-inner { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; }
  .brand-mark { width: 38px; height: 38px; font-size: 29px; }
  .brand-name { font-size: 14px; }
  .nav-toggle {
    width: 42px;
    height: 42px;
    padding: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: transparent;
    color: inherit;
    border: 1px solid currentColor;
  }
  .nav-toggle span { display: block; height: 1px; background: currentColor; width: 100%; }
  .site-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 20px 14px 28px;
    background: var(--paper);
    color: var(--ink);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .nav-cta { border: 0; }

  .hero { height: 900px; max-height: none; align-items: flex-start; padding-top: 155px; }
  .hero-image { object-position: 58% center; }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(10,10,10,.72) 0%, rgba(10,10,10,.45) 48%, rgba(10,10,10,.76) 100%);
  }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-copy { font-size: 16px; }
  .hero-proof { bottom: 18px; flex-direction: column; background: rgba(18,18,18,.68); }
  .hero-proof div { padding: 11px 16px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-proof div:last-child { border-bottom: 0; }
  .hero-proof strong { display: inline; font-size: 18px; margin-right: 8px; }
  .hero-proof span { display: inline; }
  .section { padding: 70px 0; }
  .intro h2,
  .section-heading-row h2,
  .process-heading h2,
  .contact h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card,
  .service-card:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); min-height: 0; }
  .service-card:last-child { border-bottom: 0; }
    .gallery { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-item,
  .gallery-wide,
  .gallery-tall { grid-column: auto; grid-row: auto; }
  .story-images { grid-template-columns: 1fr; }
  .story-images img { height: 380px; }
  .interior-story { margin-top: 65px; }
  .interior-images { grid-template-columns: 1fr 1fr; }
  .interior-images img { height: 330px; }
  .contact-card { padding: 28px 22px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-email { font-size: clamp(18px, 4.8vw, 27px); }
}


@media (max-width: 470px) {
  .hero-actions { align-items: stretch; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: max-content; }
  .interior-images { grid-template-columns: 1fr; }
  .interior-images img { height: 390px; }
  .contact-email { font-size: 17px; }
}


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

