*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --cream: #f5f0e8;
  --dark: #0a0a0a;
  --dark-mid: #111111;
  --dark-card: #161616;
  --grey: #888;
  --text: #d4cfc8;
}

html { scroll-behavior: smooth; }
body { font-family: 'Georgia', 'Times New Roman', serif; background: var(--dark); color: var(--text); line-height: 1.7; overflow-x: hidden; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }
img { max-width: 100%; display: block; }

/* ── Nav ── */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; background: linear-gradient(to bottom, rgba(10,10,10,0.9) 0%, transparent 100%); }
.nav-logo { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); text-decoration: none; }
.nav-logo svg { display: inline-block; vertical-align: middle; margin-right: .5rem; }

/* ── Buttons ── */
.btn-gold { display: inline-block; padding: .85rem 1.75rem; background: var(--gold); color: #000; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .85rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border: none; border-radius: 3px; cursor: pointer; transition: background .2s, transform .1s; white-space: nowrap; text-decoration: none; }
.btn-gold:hover { background: var(--gold-light); color: #000; transform: translateY(-1px); }
.btn-outline { display: inline-block; padding: .85rem 1.75rem; background: transparent; color: var(--gold); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .85rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; border: 1px solid rgba(201,168,76,.4); border-radius: 3px; transition: border-color .2s, background .2s; white-space: nowrap; text-decoration: none; }
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,.07); color: var(--gold); }

/* ── Hero ── */
.hero { min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 6rem 1.5rem 5rem; position: relative; background-size: cover; background-position: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,.06) 2px, rgba(0,0,0,.06) 4px); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; max-width: 780px; }
.hero-eyebrow { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .72rem; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero-title { font-size: clamp(2.2rem, 6.5vw, 5rem); font-weight: 400; line-height: 1.1; color: var(--cream); margin-bottom: 1rem; letter-spacing: -.02em; }
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: clamp(.95rem, 2.2vw, 1.15rem); font-weight: 300; color: var(--grey); max-width: 560px; margin: 0 auto 2.5rem; }
.divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 auto 2.5rem; }
.hero-cta { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; margin-bottom: .75rem; }
.capture-note { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .75rem; color: #444; letter-spacing: .04em; }

/* ── Logo mark ── */
.logo-mark { width: 48px; height: 48px; margin: 0 auto 2rem; }

/* ── Sections ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
section { padding: 5rem 0; }
.section-label { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 400; color: var(--cream); line-height: 1.2; margin-bottom: 1.25rem; letter-spacing: -.01em; }
.section-title em { font-style: italic; color: var(--gold-light); }
.section-body { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 1rem; color: var(--grey); max-width: 600px; line-height: 1.75; }

/* ── Gallery ── */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 3rem; }
.gallery img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 2px; filter: brightness(.92); transition: filter .3s, transform .3s; }
.gallery img:hover { filter: brightness(1); transform: scale(1.01); }
.gallery-wide { grid-template-columns: 2fr 1fr; }
.gallery-wide img:first-child { aspect-ratio: 16/9; }

/* ── Steps ── */
.steps { list-style: none; display: flex; flex-direction: column; gap: 0; counter-reset: steps; max-width: 640px; }
.step { display: flex; gap: 1.5rem; padding-bottom: 2.5rem; position: relative; }
.step-num { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .72rem; letter-spacing: .15em; color: var(--gold); width: 2rem; flex-shrink: 0; padding-top: .2rem; }
.step-content h3 { font-size: 1.05rem; font-weight: 400; color: var(--cream); margin-bottom: .4rem; }
.step-content p { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .9rem; color: var(--grey); line-height: 1.7; }

/* ── FAQ ── */
.faq { display: flex; flex-direction: column; gap: 0; max-width: 700px; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.07); padding: 1.5rem 0; }
.faq-q { font-size: 1rem; font-weight: 400; color: var(--cream); margin-bottom: .6rem; }
.faq-a { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .9rem; color: var(--grey); line-height: 1.75; }

/* ── CTA section ── */
.cta-section { background: var(--dark-mid); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); padding: 5rem 0; text-align: center; }
.cta-section .section-title { margin-bottom: .75rem; }
.cta-section .section-body { margin: 0 auto 2.5rem; text-align: center; }

/* ── Footer ── */
.site-footer { padding: 2.5rem 1.5rem; text-align: center; border-top: 1px solid rgba(255,255,255,.05); }
.site-footer p { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .75rem; color: #333; letter-spacing: .05em; }
.site-footer a { color: #555; }
.site-footer a:hover { color: var(--gold); }

/* ── Emotional pull-quote ── */
.pull-quote { border-left: 2px solid var(--gold); padding: 1.25rem 1.5rem; margin: 2.5rem 0; background: rgba(201,168,76,.04); border-radius: 0 3px 3px 0; }
.pull-quote p { font-size: 1.1rem; color: var(--cream); font-style: italic; line-height: 1.65; }
.pull-quote cite { display: block; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: .75rem; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; margin-top: .6rem; font-style: normal; }

/* ── Two-col layout ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
  .two-col.reverse { direction: ltr; }
  .site-nav { padding: .75rem 1rem; }
}
@media (max-width: 480px) {
  .gallery { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; align-items: center; }
}
