/* ===========================================================
   AJ Photography — Spriggs.Visuals
   Design system + components. No build step required.
   =========================================================== */

:root {
  --bg:        #0a0a0c;
  --bg-2:      #121217;
  --bg-3:      #1a1a22;
  --surface:   #16161d;
  --border:    #26262f;
  --text:      #f4f4f6;
  --muted:     #a0a0ad;
  --muted-2:   #6e6e7a;
  --accent:    #ff4d12;   /* speed orange */
  --accent-2:  #ff7a3d;
  --accent-dim:#ff4d1220;
  --white:     #ffffff;

  --maxw: 1200px;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --shadow-accent: 0 10px 36px rgba(255,77,18,.30);

  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Inter", system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

h1, h2, h3 { font-family: var(--display); line-height: 1.08; font-weight: 800; letter-spacing: -0.02em; }
h2.section-title { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 16px; }
.section-lead { color: var(--muted); font-size: 1.08rem; max-width: 620px; }
.center .section-lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .98rem;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: var(--shadow-accent);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(255,77,18,.45); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-2); transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10,10,12,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand .brand-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
.brand .brand-name span { color: var(--accent); }
.brand .brand-tag {
  font-size: .62rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-top: 4px;
}
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  padding: 9px 16px;
  font-size: .94rem;
  font-weight: 500;
  color: var(--muted);
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--text); background: var(--bg-3); }
.nav-links .btn { margin-left: 10px; padding: 11px 22px; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px; height: 44px;
  position: relative;
}
.nav-toggle span {
  position: absolute;
  left: 10px; right: 10px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .3s ease, opacity .2s ease, top .3s ease;
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle.open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1100px 600px at 75% 20%, rgba(255,77,18,.18), transparent 60%),
    radial-gradient(900px 700px at 10% 90%, rgba(255,122,61,.10), transparent 55%),
    linear-gradient(180deg, #0a0a0c 0%, #101015 100%);
}
.hero-bg::after {
  /* subtle motion streaks */
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 40%, rgba(255,255,255,.025) 41%, transparent 42%),
    linear-gradient(115deg, transparent 60%, rgba(255,255,255,.02) 61%, transparent 62%);
  background-size: 220px 100%;
}
.hero-inner { position: relative; z-index: 2; padding: 120px 0 80px; }
.hero h1 {
  font-size: clamp(2.8rem, 8vw, 6rem);
  line-height: .98;
  margin-bottom: 22px;
}
.hero h1 .grad {
  background: linear-gradient(120deg, var(--accent), var(--accent-2) 60%, #ffd0b8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .hero-sub {
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  color: var(--muted);
  max-width: 580px;
  margin-bottom: 36px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 64px;
  flex-wrap: wrap;
}
.hero-stats .stat .num {
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text);
}
.hero-stats .stat .label {
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.scroll-hint {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--muted-2);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.scroll-hint .line { width: 1px; height: 36px; background: linear-gradient(var(--accent), transparent); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: .3; } 50% { opacity: 1; } }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  position: relative;
  padding: 168px 0 72px;
  text-align: center;
  overflow: hidden;
}
.page-hero .hero-bg { z-index: 0; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); margin-bottom: 16px; }
.page-hero p { color: var(--muted); max-width: 600px; margin: 0 auto; font-size: 1.08rem; }

/* ---------- About preview (home) ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-photo {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, var(--bg-3), var(--bg-2));
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-text p { color: var(--muted); margin-bottom: 18px; font-size: 1.08rem; }
.about-text .punch {
  color: var(--text);
  font-weight: 700;
  font-size: 1.15rem;
  margin-top: 8px;
}
.about-text .punch span { color: var(--accent); }

/* ---------- Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery.featured { grid-template-columns: repeat(3, 1fr); }
.shot {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
  cursor: pointer;
}
.shot.tall { aspect-ratio: 3/4; }
.shot.wide { grid-column: span 2; aspect-ratio: 16/9; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.shot:hover img { transform: scale(1.06); }
.shot .shot-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.7));
  opacity: 0;
  transition: opacity .3s ease;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.shot:hover .shot-overlay { opacity: 1; }
.shot .shot-overlay span {
  font-weight: 600;
  font-size: .92rem;
  transform: translateY(8px);
  transition: transform .3s ease;
}
.shot:hover .shot-overlay span { transform: translateY(0); }
/* placeholder look when no image */
.shot.placeholder { display: flex; align-items: center; justify-content: center; }
.shot.placeholder::before {
  content: attr(data-label);
  color: var(--muted-2);
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
}

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.service-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.service-card .ico {
  width: 50px; height: 50px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: var(--accent-dim);
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.service-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.service-card p { color: var(--muted); font-size: .96rem; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1a0d07, #0a0a0c);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 300px at 80% 50%, rgba(255,77,18,.22), transparent 60%);
}
.cta-band .container { position: relative; z-index: 1; text-align: center; }
.cta-band h2 { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 14px; }
.cta-band p { color: var(--muted); font-size: 1.15rem; margin-bottom: 30px; }

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.price-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, border-color .25s ease;
}
.price-card:hover { transform: translateY(-6px); }
.price-card.featured {
  border-color: var(--accent);
  background: linear-gradient(180deg, #1a0f0a, var(--surface));
  box-shadow: var(--shadow-accent);
}
.price-card .badge {
  position: absolute;
  top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
}
.price-card .plan { font-size: 1.05rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.price-card .price { font-family: var(--display); font-size: 3.4rem; font-weight: 800; margin: 14px 0 4px; }
.price-card .price span { font-size: 1rem; color: var(--muted-2); font-weight: 500; }
.price-card .price-sub { color: var(--muted); margin-bottom: 24px; font-size: .95rem; }
.price-card ul { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.price-card li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .96rem; }
.price-card li::before { content: "✓"; color: var(--accent); font-weight: 800; }
.price-card .btn { margin-top: auto; }

/* ---------- Forms ---------- */
.form-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 8px;
  color: var(--text);
}
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 13px 15px;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-dim);
}
.field textarea { resize: vertical; min-height: 130px; }

/* Date input — visible, on-theme native picker (dark calendar popup) */
.field input[type="date"] {
  color-scheme: dark;           /* light icon + dark native calendar dropdown */
  cursor: pointer;
  position: relative;
}
.field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: .55;
  padding: 4px;
  border-radius: 6px;
  transition: opacity .2s ease, background .2s ease;
}
.field input[type="date"]:hover::-webkit-calendar-picker-indicator,
.field input[type="date"]:focus::-webkit-calendar-picker-indicator {
  opacity: 1;
  background: var(--accent-dim);
}

/* shoot-type selector cards */
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 4px; }
.choice {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 20px;
  background: var(--bg-2);
  transition: border-color .2s ease, background .2s ease;
}
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice .choice-ico { font-size: 1.7rem; margin-bottom: 8px; }
.choice .choice-title { font-weight: 700; }
.choice .choice-desc { font-size: .85rem; color: var(--muted); }
.choice:has(input:checked) { border-color: var(--accent); background: var(--accent-dim); }
.choice:has(input:focus-visible) { box-shadow: 0 0 0 3px var(--accent-dim); }

.form-note { color: var(--muted-2); font-size: .9rem; margin-top: 16px; text-align: center; }
.form-success {
  display: none;
  background: var(--accent-dim);
  border: 1px solid var(--accent);
  color: var(--accent-2);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  margin-bottom: 22px;
  font-weight: 600;
}
.form-success.show { display: block; }

.form-error {
  background: rgba(255,77,18,.10);
  border: 1px solid var(--accent);
  color: var(--accent-2);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: .95rem;
}

/* booking button(s) */
.booking-actions { display: flex; flex-direction: column; gap: 12px; }

/* 3-up payment-method chooser */
.choice-grid-3 { grid-template-columns: repeat(3, 1fr); }

/* event context banner on the booking form */
.event-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--accent-dim);
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  margin-bottom: 22px;
}
.event-banner .ico { font-size: 1.4rem; }
.event-banner .eb-label {
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-2);
}
.event-banner .eb-title { font-weight: 700; font-size: 1.05rem; }

/* ---------- Events page ---------- */
.events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}
.event-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.event-card .event-date {
  position: absolute;
  top: 18px; right: 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  text-align: center;
  line-height: 1;
  box-shadow: var(--shadow-accent);
}
.event-card .event-date .m { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.event-card .event-date .d { display: block; font-size: 1.5rem; font-weight: 800; margin-top: 2px; }
.event-card .event-body { padding: 26px 24px 8px; }
.event-card .event-type {
  display: inline-block;
  font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-dim);
  padding: 4px 10px; border-radius: 999px; margin-bottom: 12px;
}
.event-card h3 { font-size: 1.3rem; margin-bottom: 12px; padding-right: 64px; }
.event-card .event-when, .event-card .event-where { color: var(--muted); font-size: .92rem; margin-bottom: 4px; }
.event-card .event-desc { color: var(--muted); margin-top: 12px; font-size: .96rem; }
.event-card .event-foot { padding: 16px 24px 24px; margin-top: auto; }
.event-card .event-foot .btn { width: 100%; justify-content: center; }
.event-card .event-closed {
  display: block; text-align: center; color: var(--muted-2);
  border: 1px dashed var(--border); border-radius: 999px; padding: 13px;
  font-weight: 600;
}

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  text-align: center;
  transition: transform .25s ease, border-color .25s ease;
}
.contact-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.contact-card .ico {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: var(--accent-dim);
  font-size: 1.5rem;
  margin: 0 auto 16px;
}
.contact-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.contact-card a, .contact-card p { color: var(--muted); word-break: break-word; }
.contact-card a:hover { color: var(--accent-2); }

/* ---------- About page extras ---------- */
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 8px; }
.feature-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
}
.feature-item .ico { font-size: 1.4rem; }
.feature-item h4 { font-size: 1rem; margin-bottom: 2px; }
.feature-item p { color: var(--muted); font-size: .9rem; }

/* ---------- Portfolio filters ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-btn {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  font-weight: 600;
  font-size: .92rem;
  transition: all .2s ease;
}
.filter-btn:hover { color: var(--text); border-color: var(--muted-2); }
.filter-btn.active { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; border-color: transparent; }
.portfolio-cat { margin-bottom: 18px; }
.portfolio-cat.is-empty { display: none; }
.cat-head { display: flex; align-items: baseline; gap: 14px; margin: 48px 0 20px; }
.cat-head h2 { font-size: 1.8rem; }
.cat-head .count { color: var(--muted-2); font-size: .9rem; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(5,5,7,.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  backdrop-filter: blur(6px);
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 10px; box-shadow: var(--shadow); }
.lightbox .lb-close {
  position: absolute;
  top: 24px; right: 28px;
  background: none; border: 0;
  color: #fff; font-size: 2.2rem; line-height: 1;
}
.lightbox .lb-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.08);
  border: 1px solid var(--border);
  color: #fff;
  width: 52px; height: 52px;
  border-radius: 50%;
  font-size: 1.4rem;
  display: grid; place-items: center;
  transition: background .2s ease;
}
.lightbox .lb-nav:hover { background: var(--accent); }
.lightbox .lb-prev { left: 24px; }
.lightbox .lb-next { right: 24px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand .brand-name { font-size: 1.5rem; font-weight: 800; }
.footer-brand .brand-name span { color: var(--accent); }
.footer-brand p { color: var(--muted); margin-top: 12px; max-width: 320px; }
.footer-col h4 {
  font-size: .82rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 16px;
}
.footer-col a { display: block; color: var(--muted); padding: 6px 0; transition: color .2s ease; }
.footer-col a:hover { color: var(--accent-2); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  color: var(--muted-2);
  font-size: .88rem;
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-photo { max-width: 420px; }
  .services-grid, .pricing-grid, .contact-grid, .events-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery, .gallery.featured { grid-template-columns: repeat(2, 1fr); }
  .shot.wide { grid-column: span 2; }

  /* Solid header on mobile so nothing shows through behind the logo */
  .site-header {
    background: rgba(10,10,12,.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
  }
  .brand .brand-tag { white-space: nowrap; }
  /* Top-align the hero so tall content never slides under the fixed header.
     Uses `.hero .hero-inner` (higher specificity) so the generic
     `.container { padding: 0 18px }` mobile rule can't zero the top padding. */
  .hero { align-items: flex-start; min-height: auto; }
  .hero .hero-inner { padding: 120px 24px 64px; }

  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    top: 76px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: rgba(10,10,12,.97);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    padding: 16px 24px 28px;
    transform: translateY(-130%);
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
    max-height: calc(100vh - 76px);
    overflow-y: auto;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 16px; font-size: 1.05rem; }
  .nav-links .btn { margin: 8px 0 0; }
}
@media (max-width: 540px) {
  .container { padding: 0 18px; }
  .form-wrap { padding: 26px 20px; }
  .form-row, .choice-grid, .feature-list { grid-template-columns: 1fr; }
  .gallery, .gallery.featured { grid-template-columns: 1fr; }
  .shot.wide { grid-column: span 1; }
  .hero-stats { gap: 26px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
