* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.10), transparent 40%),
    linear-gradient(180deg, #d8d4cc 0%, #cfcbc2 52%, #c6c2b8 100%);
  color: #111111;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1220px, calc(100% - 36px)); margin: 0 auto; }

.film-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  z-index: 2;
  background-image:
    radial-gradient(rgba(0,0,0,.22) 0.5px, transparent 0.7px),
    radial-gradient(rgba(255,255,255,.15) 0.5px, transparent 0.7px);
  background-size: 8px 8px, 11px 11px;
  mix-blend-mode: multiply;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  backdrop-filter: blur(16px);
  background: rgba(210, 206, 197, 0.82);
  border-bottom: 1px solid rgba(22, 19, 17, 0.12);
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  gap: 20px;
}
.brand-wrap { display: grid; gap: 4px; }
.brand, .eyebrow, nav a {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 11px;
}
.brand { font-weight: 700; }
.brand-sub {
  font-size: 12px;
  color: rgba(17,17,17,.6);
  letter-spacing: .04em;
}
nav { display: flex; gap: 26px; }
nav a {
  position: relative;
  color: rgba(22,19,17,.82);
}
nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
nav a:hover::after { transform: scaleX(1); }

.hero {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 34px;
  min-height: 78vh;
  align-items: end;
  padding: 72px 0 48px;
  position: relative;
  z-index: 3;
}
.hero h1, .section h2, .footer h2, .about h2 {
  font-family: "Archivo", Inter, Arial, sans-serif;
  letter-spacing: -0.045em;
  line-height: .92;
  margin: 0;
  font-weight: 700;
}
.hero h1 { font-size: clamp(62px, 12vw, 144px); margin-top: 10px; }
.intro, .section-copy, .hero-card p, .about p {
  color: rgba(22, 19, 17, .72);
  line-height: 1.75;
  font-size: 15px;
}
.intro { max-width: 760px; margin-top: 20px; }
.hero-card, .card, .contact-list a {
  background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.28));
  border: 1px solid rgba(22,19,17,.1);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}
.hero-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.05), transparent 45%);
  pointer-events: none;
}
.hero-label {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
  color: rgba(22,19,17,.48);
}
.hero-title {
  font-family: "Archivo", Inter, Arial, sans-serif;
  font-size: clamp(28px, 4.2vw, 42px);
  letter-spacing: -.05em;
  margin: 10px 0 12px;
  font-weight: 600;
}
.section, .footer {
  padding: 54px 0;
  border-top: 1px solid rgba(22,19,17,.1);
  position: relative;
  z-index: 3;
}
.section-head, .about, .footer {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}
.section h2, .footer h2, .about h2 { font-size: clamp(38px, 6vw, 66px); }
.grid { display: grid; gap: 18px; }
.grid-featured { grid-template-columns: repeat(12, 1fr); }
.grid-featured .card { grid-column: span 4; }
.grid-featured .card.large { grid-column: span 8; }
.grid-archive { grid-template-columns: repeat(4, 1fr); }
.card {
  overflow: hidden;
  position: relative;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  background: rgba(0,0,0,.03);
  cursor: zoom-in;
}
.grid-featured .card.large img { aspect-ratio: 4 / 3; }
.grid-featured .card:not(.large) img { aspect-ratio: 4 / 4.4; }
figcaption {
  padding: 14px 16px 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: rgba(22,19,17,.5);
}
.lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(30, 18, 8, .1);
  border-color: rgba(22,19,17,.16);
}
.contact-list { display: grid; gap: 14px; }
.contact-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.contact-list a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(30, 18, 8, .08);
}
.contact-list span {
  font-size: 16px;
  letter-spacing: -.02em;
  text-transform: none;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 8, 7, .86);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  z-index: 50;
}
.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}
.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 76vh;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.4);
  object-fit: contain;
}
.lightbox p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: white;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  .hero, .section-head, .about, .footer { grid-template-columns: 1fr; }
  .grid-featured { grid-template-columns: 1fr 1fr; }
  .grid-featured .card, .grid-featured .card.large { grid-column: auto; }
  .grid-archive { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  nav { display: none; }
  .hero { min-height: auto; padding-top: 34px; }
  .grid-featured, .grid-archive { grid-template-columns: 1fr; }
  .container { width: min(1220px, calc(100% - 20px)); }
  .contact-list a { flex-direction: column; }
  .lightbox { padding: 14px; }
  .lightbox img { max-width: 96vw; max-height: 72vh; }
}


/* tighter professional type treatment */
.hero h1 { text-transform: uppercase; letter-spacing: -0.06em; }
.section h2, .footer h2, .about h2, .hero-title { text-transform: uppercase; letter-spacing: -0.04em; }
figcaption:empty { display: none; }
figcaption {
  min-height: 42px;
  display: flex;
  align-items: center;
  font-size: 10px;
  letter-spacing: .20em;
  color: rgba(17,17,17,.58);
}
.intro, .section-copy, .hero-card p, .about p { color: rgba(17,17,17,.70); }
.site-header { box-shadow: 0 8px 30px rgba(0,0,0,.04); }
.card img { filter: saturate(.96) contrast(1.02); }
.lightbox p:empty { display: none; }
