:root {
  --ink: #2e2a25;
  --ink-soft: #6b6357;
  --ground: #faf7f0;
  --panel: #ffffff;
  --gold: #b08d3c;
  --gold-deep: #8a6b2b;
  --hairline: #e2d9c8;
  --stripe-a: #f1ead9;
  --stripe-b: #e4d9c0;
  --shadow: 0 1px 2px rgba(46,42,37,.06), 0 8px 24px rgba(46,42,37,.07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.65;
}

header {
  position: sticky; top: 0; z-index: 10;
  background: var(--ground);
  border-bottom: 1px solid var(--hairline);
}
.header-inner {
  max-width: 1060px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .9rem 1.25rem;
  flex-wrap: wrap;
}
.wordmark { text-decoration: none; color: var(--ink); line-height: 1.15; }
.wordmark .big {
  display: block;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500; font-size: 1.35rem; letter-spacing: .42em;
}
.wordmark .small {
  display: block;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif;
  font-size: .62rem; letter-spacing: .3em; color: var(--gold);
}
nav { display: flex; gap: 1.35rem; align-items: center; flex-wrap: wrap; }
nav a:not(.btn) {
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif;
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft); text-decoration: none;
  padding: .3rem 0; border-bottom: 2px solid transparent;
}
nav a:not(.btn):hover, nav a:not(.btn):focus-visible { color: var(--ink); }
nav a.active { color: var(--ink); border-bottom-color: var(--gold); }
nav a:focus-visible, .btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.btn {
  display: inline-block;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif;
  font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  background: var(--gold); color: #fff;
  padding: .78rem 1.5rem; text-decoration: none;
  border: 1px solid var(--gold);
  transition: background .18s ease;
}
.btn:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.btn.ghost { background: transparent; color: var(--gold); }
.btn.ghost:hover { background: var(--gold); color: #fff; }
.cta-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }

main { max-width: 1060px; margin: 0 auto; padding: 0 1.25rem 4rem; }

.eyebrow {
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif;
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin: 3rem 0 .6rem;
}
h1, h2 {
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif;
  font-weight: 500; letter-spacing: .02em; text-wrap: balance;
  margin: 0 0 1rem;
}
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); line-height: 1.12; }
h2 { font-size: 1.35rem; }
p.lede { font-size: 1.15rem; max-width: 34em; }
p { max-width: 38em; }
.rule { border: 0; border-top: 1px solid var(--gold); width: 72px; margin: 1.4rem 0; }

.hero {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 2.5rem;
  align-items: center; padding: 3.5rem 0 3rem;
}
.hero .eyebrow { margin-top: 0; }
.photo-frame {
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow);
  background: repeating-linear-gradient(180deg, var(--stripe-a) 0 26px, var(--stripe-b) 26px 32px);
  overflow: hidden;
}
.photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero .photo-frame { aspect-ratio: 16 / 9; }
.photo-frame.ratio34 { aspect-ratio: 16 / 9; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 1.5rem; }
.card {
  background: var(--panel);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
.card .swatch {
  aspect-ratio: 16 / 9; overflow: hidden;
  background: repeating-linear-gradient(180deg, var(--stripe-a) 0 16px, var(--stripe-b) 16px 20px);
  border-bottom: 1px solid var(--hairline);
}
.card .swatch img { display: block; width: 100%; height: 100%; object-fit: cover; }
.card .body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .45rem; }
.card h3 {
  margin: 0;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif;
  font-size: .95rem; font-weight: 600; letter-spacing: .05em;
}
.card p { font-size: .9rem; margin: 0; color: var(--ink-soft); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.stack { display: flex; flex-direction: column; gap: 1rem; }

.contact-block {
  background: var(--panel); border: 1px solid var(--hairline);
  box-shadow: var(--shadow); padding: 1.6rem;
  display: flex; flex-direction: column; gap: .8rem;
}
.contact-block .label {
  font-family: 'Avenir Next', Avenir, sans-serif;
  font-size: .68rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold);
}
.contact-block .value { font-size: 1.05rem; }
.contact-block a { color: var(--ink); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 1.5rem; }
.step { border-top: 2px solid var(--gold); padding-top: .9rem; }
.step h3 {
  font-family: 'Avenir Next', Avenir, sans-serif;
  font-size: .92rem; font-weight: 600; margin: 0 0 .35rem;
}
.step p { font-size: .9rem; color: var(--ink-soft); margin: 0; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
figure.shot {
  margin: 0; border: 1px solid var(--hairline); background: var(--panel);
  box-shadow: var(--shadow);
}
figure.shot .ph {
  aspect-ratio: 16 / 9; overflow: hidden;
  background: repeating-linear-gradient(180deg, var(--stripe-a) 0 18px, var(--stripe-b) 18px 22px);
}
figure.shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure.shot figcaption {
  padding: .55rem .8rem .65rem;
  font-family: 'Avenir Next', Avenir, sans-serif;
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-soft);
}

footer { border-top: 1px solid var(--hairline); }
.footer-inner {
  max-width: 1060px; margin: 0 auto; padding: 2rem 1.25rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-family: 'Avenir Next', Avenir, sans-serif;
  font-size: .78rem; letter-spacing: .08em; color: var(--ink-soft);
}
.footer-inner a { color: var(--ink-soft); }
.tagline { color: var(--gold); letter-spacing: .18em; text-transform: uppercase; }

@media (max-width: 760px) {
  .hero, .split { grid-template-columns: 1fr; }
  .grid, .steps, .gallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .grid, .steps, .gallery { grid-template-columns: 1fr; }
  .wordmark .big { font-size: 1.1rem; }
}

figure.shot video { display: block; width: 100%; height: 100%; object-fit: cover; background: #000; }
