:root {
  --ink: #161513;
  --paper: #f5f2eb;
  --paper-2: #e9e4da;
  --muted: #6f6a62;
  --dark: #0b0b0a;
  --line: rgba(22, 21, 19, .18);
  --max: 1440px;
  --pad: clamp(1.25rem, 5vw, 5rem);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
figure { margin: 0; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  padding: .7rem 1rem;
  background: white;
  color: black;
}
.skip-link:focus { top: 1rem; }

.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;
}

.section-pad {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding: clamp(5rem, 10vw, 10rem) var(--pad);
}
.section-pad-topless {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding: 0 var(--pad) clamp(6rem, 11vw, 11rem);
}
.section-index {
  margin: 0;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .65;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem var(--pad);
  color: white;
  mix-blend-mode: difference;
}
.brand {
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: .04em;
}
.site-header nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); }
.site-header nav a {
  text-decoration: none;
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.site-header nav a:hover,
.site-header nav a:focus-visible { text-decoration: underline; text-underline-offset: .45em; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #283038;
  color: white;
}
.hero picture,
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center center; }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.04) 45%, rgba(0,0,0,.44) 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(42rem, 48vw);
  margin-left: auto;
  padding: 7rem var(--pad) 4rem 3rem;
}
.eyebrow {
  margin: 0 0 2rem;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .9;
}
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.055em;
}
.hero-subtitle {
  margin: 1.35rem 0 3.2rem;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
  font-style: italic;
}
.text-link {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: .45rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(8rem, .65fr) minmax(0, 2fr);
  gap: clamp(2rem, 8vw, 10rem);
  align-items: start;
}
.intro h2,
.dark-title h2,
.commercial h2,
.product-shot h2,
.services h2,
.about h2,
.geo-copy h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}
.intro h2 { font-size: clamp(3.2rem, 7vw, 7.8rem); line-height: .96; }
.lead {
  max-width: 48rem;
  margin: 3rem 0 0;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.5;
}
.service-area { margin-top: 2rem; color: var(--muted); font-size: .9rem; }

.full-bleed { position: relative; background: var(--dark); }
.full-bleed img { width: 100%; max-height: 94vh; object-fit: cover; }
.full-bleed figcaption {
  position: absolute;
  left: var(--pad);
  bottom: 1.4rem;
  color: rgba(255,255,255,.78);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.editorial { padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(8rem, 15vw, 16rem); }
.editorial-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: clamp(5rem, 10vw, 9rem);
}
.statement {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: .82;
  letter-spacing: -.055em;
}
.shot figcaption {
  margin-top: .7rem;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.shot-bright { width: min(66rem, 76%); margin-left: auto; }
.shot-bread { width: min(46rem, 55%); margin-top: clamp(5rem, 10vw, 11rem); }

.dark-gallery { background: var(--dark); color: #f5f2eb; }
.dark-title {
  display: grid;
  grid-template-columns: .6fr 1.1fr .8fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
}
.dark-title h2 { font-size: clamp(3.5rem, 7vw, 7rem); line-height: .92; }
.dark-title > p:last-child { margin: 0; max-width: 28rem; color: rgba(245,242,235,.65); }
.dark-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
}
.dark-a { grid-column: 1 / 9; }
.dark-b { grid-column: 8 / 13; margin-top: clamp(7rem, 13vw, 13rem); }
.dark-c { grid-column: 2 / 11; margin-top: clamp(5rem, 9vw, 9rem); }
.dark-grid img { background: #111; }

.commercial { background: var(--paper); }
.commercial-copy {
  display: grid;
  grid-template-columns: .55fr 1.15fr .65fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
}
.commercial h2 { font-size: clamp(3.5rem, 6.5vw, 6.8rem); line-height: .94; }
.commercial-copy > p:last-child { margin: 0; color: var(--muted); }
.burger-frame img { min-height: 48vw; max-height: 82vh; object-position: center; }

.product-shot { background: var(--paper-2); }
.product-grid {
  display: grid;
  grid-template-columns: minmax(14rem, .7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}
.product-shot h2 { margin-top: 2rem; font-size: clamp(3.5rem, 6.5vw, 6.7rem); line-height: .9; }
.product-shot p:not(.section-index) { max-width: 25rem; color: var(--muted); }

.services { background: var(--paper); }
.services-head {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 3rem;
  margin-bottom: clamp(4rem, 9vw, 8rem);
}
.services h2 { font-size: clamp(4rem, 8vw, 8.5rem); line-height: .88; }
.service-list { border-top: 1px solid var(--line); }
.service-list article {
  display: grid;
  grid-template-columns: 4rem minmax(12rem, .8fr) 1.2fr;
  gap: 2rem;
  align-items: baseline;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}
.service-list span { color: var(--muted); font-size: .72rem; }
.service-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.5rem); font-weight: 400; }
.service-list p { margin: 0; color: var(--muted); }

.about { background: #d6cfc2; }
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr .85fr;
  gap: clamp(3rem, 9vw, 10rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  align-items: start;
}
.about h2 { font-size: clamp(4rem, 8vw, 8rem); line-height: .87; }
.about-copy { padding-top: 1rem; max-width: 36rem; font-size: 1.06rem; }
.about-copy p { margin: 0 0 1.5rem; }
.locations { padding-top: 1.5rem; border-top: 1px solid rgba(22,21,19,.25); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.geo-copy { background: #efeade; }
.geo-inner {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: clamp(2rem, 7vw, 8rem);
}
.geo-copy h2 { font-size: clamp(3rem, 5.7vw, 6rem); line-height: .94; max-width: 60rem; }
.geo-copy h2 + p { max-width: 55rem; margin-top: 2.5rem; color: var(--muted); }

.contact { background: #11100e; color: #f4f0e7; }
.contact h2 { margin-top: clamp(4rem, 8vw, 7rem); font-size: clamp(4.5rem, 10vw, 10.5rem); line-height: .82; }
.contact h2 em { font-weight: 400; }
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.24);
}
.contact-links a { text-underline-offset: .35em; }
.contact-note { margin: 2.2rem 0 0; color: rgba(255,255,255,.55); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem var(--pad);
  background: #11100e;
  color: rgba(255,255,255,.55);
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer p { margin: 0; }
.footer a { text-decoration: none; }

@media (max-width: 900px) {
  .site-header { padding-top: 1rem; }
  .site-header nav { gap: .9rem; }
  .site-header nav a { font-size: .62rem; }
  .hero-image { object-position: 34% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.05) 30%, rgba(0,0,0,.7) 100%); }
  .hero-copy {
    width: 100%;
    min-height: 100svh;
    justify-content: flex-end;
    padding: 8rem var(--pad) 4.5rem;
  }
  .intro-grid,
  .editorial-head,
  .dark-title,
  .commercial-copy,
  .services-head,
  .geo-inner { grid-template-columns: 1fr; }
  .shot-bright { width: 88%; }
  .shot-bread { width: 72%; }
  .dark-title > p:last-child { max-width: 38rem; }
  .commercial-copy > p:last-child { max-width: 36rem; }
  .service-list article { grid-template-columns: 3rem 1fr; }
  .service-list article p { grid-column: 2; }
}

@media (max-width: 680px) {
  .site-header .brand { display: none; }
  .site-header { justify-content: flex-end; padding-inline: 1rem; }
  .site-header nav { width: 100%; justify-content: space-between; }
  .site-header nav a { letter-spacing: .08em; }
  .hero h1 { font-size: clamp(4rem, 18vw, 6.8rem); }
  .hero-subtitle { font-size: 1.45rem; }
  .eyebrow { font-size: .6rem; }
  .intro-grid { gap: 2rem; }
  .shot-bright,
  .shot-bread { width: 100%; margin-left: 0; }
  .dark-grid { display: block; }
  .dark-grid figure + figure { margin-top: 2rem; }
  .product-grid,
  .about-grid { grid-template-columns: 1fr; }
  .product-grid { gap: 3rem; }
  .about-grid { gap: 3rem; }
  .service-list article { grid-template-columns: 2rem 1fr; gap: 1rem; }
  .footer { flex-direction: column; }
  .full-bleed figcaption { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
