/* =========================================================
   The Record Photo Booths — Global Styles
   ========================================================= */
/* NOTE: Google Fonts import in HTML includes Playfair Display:wght@400 */

/* ---------- Design Tokens ---------- */
:root {
  --accent:       #c9a96e;
  --accent-light: #f5ede0;
  --dark-bg:      #1a1a1a;
  --text:         #1a1a1a;
  --muted:        #888;
  --muted-2:      #666;
  --muted-3:      #aaa;
  --bg:           #ffffff;
  --bg-warm:      #faf9f7;
  --bg-section:   #fdfaf6;
  --border:       #ebebeb;
  --border-2:     #e0ddd8;
  --error:        #c0392b;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: var(--bg-warm);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; }
::selection { background: var(--accent); color: #fff; }

/* ---------- Typography ---------- */
.font-display { font-family: 'Raleway', sans-serif; }

h1, h2, h3, h4 { font-family: 'Raleway', sans-serif; font-weight: 300; line-height: 1.1; }

/* ---------- Layout ---------- */
.container { max-width: 1600px; margin: 0 auto; padding: 0 8px; }

.section    { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-xs { padding: 48px 0; }

/* ---------- Eyebrow / Labels ---------- */
.eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}

/* ---------- Headings ---------- */
.heading-xl {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.heading-lg {
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  line-height: 1.1;
}
.heading-md {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  line-height: 1.15;
}
.heading-sm {
  font-size: 24px;
  font-weight: 600;
}

/* ---------- Body Text ---------- */
.body-lg { font-size: 16px; line-height: 1.7; color: var(--muted-2); }
.body-md { font-size: 14.5px; line-height: 1.7; color: var(--muted-2); }
.body-sm { font-size: 13px; line-height: 1.6; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border-2);
}
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

.btn-outline-dark {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--text);
}
.btn-outline-dark:hover { background: var(--text); color: #fff; }

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }

.btn-group { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.nav.scrolled {
  background: rgba(250,249,247,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
/* Nav links white when transparent, dark when scrolled */
.nav:not(.scrolled) .nav-links a { color: rgba(255,255,255,0.85); }
.nav:not(.scrolled) .nav-links a:hover { color: #fff; }
.nav:not(.scrolled) .nav-book { background: var(--accent) !important; color: #fff !important; border-color: var(--accent) !important; }
.nav:not(.scrolled) .nav-hamburger span { background: #fff; }

/* Logo — just fix the sub-text color over dark hero */
.nav:not(.scrolled) .film-strip-sub {
  color: rgba(255,255,255,0.75);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  height: auto;
  padding: 8px 0;
}

/* Film-strip logo (The Record) */
.nav-logo {
  display: inline-block;
  text-align: center;
  transform: scale(0.70);
  transform-origin: left center;
  margin: -26px 0 -26px 0px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.film-strip {
  position: relative;
  display: inline-block;
  padding: 18px 32px;
  background: #1a1a1a;
  margin-bottom: 10px;
  min-width: 320px;
}
.film-hole {
  position: absolute;
  width: 14px;
  height: 8px;
  background: #fdfaf6;
  border-radius: 1.5px;
}
.film-strip-text {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  line-height: 1.1;
  padding: 10px 8px;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fdfaf6;
}
.film-strip-tagline {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.42em;
  color: var(--accent);
  text-transform: uppercase;
  display: block;
}
.film-strip-sub {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
}
/* Footer film-strip variant */
.footer-film-logo {
  display: inline-block;
  text-align: center;
  transform: scale(0.85);
  transform-origin: left center;
  margin: -18px 0 -18px -18px;
}
.footer-film-strip {
  position: relative;
  display: inline-block;
  padding: 18px 32px;
  background: #0a0a0a;
  margin-bottom: 10px;
  min-width: 320px;
}
.footer-film-hole {
  position: absolute;
  width: 14px;
  height: 8px;
  background: #fdfaf6;
  border-radius: 1.5px;
}
.footer-film-sub {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
}

/* Legacy nav logo classes — kept for reference but not used */
.nav-logo-mark { width: 36px; height: 36px; flex-shrink: 0; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav-wordmark {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text);
}
.nav-wordmark span { color: var(--accent); }
.nav-tagline {
  font-family: 'Lato', sans-serif;
  font-size: 7px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--text); }
.nav-links .nav-book {
  background: var(--accent);
  color: #fff;
  padding: 9px 20px;
  border-radius: 2px;
  font-size: 11px;
}
.nav-links .nav-book:hover { opacity: 0.88; color: #fff; }

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--text);
  transition: all 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav */
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border);
  background: rgba(250,249,247,0.98);
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.nav-mobile a:hover,
.nav-mobile a.active { color: var(--text); }
.nav-mobile .nav-book-mobile {
  margin: 16px 32px 20px;
  text-align: center;
  background: var(--accent);
  color: #fff !important;
  border-radius: 2px;
  border: none;
}

/* ---------- Page Offset ---------- */
.page-top { padding-top: 68px; }

/* ---------- Hero ---------- */
/* ---------- Hero — full-bleed background ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  padding-top: 52px;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    /* dark band across the very top so nav always readable */
    linear-gradient(to bottom, rgba(8,6,3,0.65) 0%, transparent 18%),
    /* left-to-right fade for text legibility */
    linear-gradient(to right, rgba(8,6,3,0.80) 0%, rgba(8,6,3,0.55) 45%, rgba(8,6,3,0.15) 100%);
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 580px;
  padding: 80px 0;
}
.hero-title { margin-bottom: 24px; color: #fff; }
.hero-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 40px;
}

/* ---------- Image Placeholder ---------- */
.img-placeholder {
  background: repeating-linear-gradient(45deg, #e8e5e0 0, #e8e5e0 1px, #f0ede8 1px, #f0ede8 10px);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #aaa;
  font-size: 11px;
  font-family: monospace;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 240px;
}
.img-placeholder svg { opacity: 0.4; }

/* ---------- Feature Grid ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.feature-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 40px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.feature-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.07); transform: translateY(-3px); }

.feature-icon {
  font-size: 22px;
  color: var(--accent);
  margin-bottom: 20px;
  display: block;
}
.feature-card h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text);
}
.feature-card p { font-size: 14px; color: var(--muted-2); line-height: 1.7; }
.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  transition: gap 0.2s;
}
.feature-link:hover { gap: 10px; }

/* ---------- Pricing Cards ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }

.pricing-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pricing-card-popular {
  border: 2px solid var(--accent);
}
.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 100px;
  white-space: nowrap;
}
.pricing-card-dark {
  background: var(--dark-bg);
  border-color: var(--dark-bg);
  color: #fff;
}
.pricing-name {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.pricing-card-dark .pricing-name { color: var(--accent); }
.pricing-price {
  font-family: 'Raleway', sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  color: var(--text);
  margin-bottom: 4px;
}
.pricing-card-dark .pricing-price { color: #fff; }
.pricing-price .price-dollar {
  font-size: 28px;
  vertical-align: top;
  line-height: 1.3;
  font-weight: 300;
}
.pricing-duration {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
}
.pricing-card-dark .pricing-duration { color: rgba(255,255,255,0.5); }
.pricing-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 24px 0;
}
.pricing-card-dark .pricing-divider { border-color: rgba(255,255,255,0.1); }
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  flex: 1;
}
.pricing-features li {
  font-size: 14px;
  color: var(--muted-2);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}
.pricing-card-dark .pricing-features li { color: rgba(255,255,255,0.65); }
.pricing-features li::before {
  content: "✓";
  color: var(--accent);
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-features li.no-check::before { display: none; }
.pricing-extra {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 28px;
}
.pricing-card-dark .pricing-extra { color: rgba(255,255,255,0.4); }
.pricing-dark-title {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: var(--accent);
  line-height: 1.15;
  margin-bottom: 8px;
}

/* ---------- No Hidden Fees ---------- */
.fees-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fee-card {
  background: var(--bg);
  border-left: 2px solid var(--accent);
  padding: 28px 28px 28px 24px;
  border-radius: 0 3px 3px 0;
}
.fee-card h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text);
}
.fee-card p { font-size: 14px; color: var(--muted-2); line-height: 1.65; }

/* ---------- CTA Strip ---------- */
.cta-strip {
  background: var(--dark-bg);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.cta-strip h2 { color: #fff; margin-bottom: 12px; }
.cta-strip p { color: rgba(255,255,255,0.6); margin-bottom: 36px; font-size: 16px; }

/* ---------- Page Header ---------- */
.page-header {
  background: var(--dark-bg);
  color: #fff;
  padding: 190px 0 72px;
}
.page-header-light {
  background: var(--bg-section);
  color: var(--text);
  padding: 190px 0 72px;
}
.page-header .eyebrow { color: var(--accent); }
.page-header h1 { color: #fff; margin-bottom: 16px; }
.page-header-light h1 { color: var(--text); margin-bottom: 16px; }
.page-header p { color: rgba(255,255,255,0.65); font-size: 16px; max-width: 520px; }
.page-header-light p { color: var(--muted-2); }

/* ---------- Services — Template Strip ---------- */
.template-strip-wrap {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  gap: 20px;
  padding-bottom: 8px;
  cursor: grab;
}
.template-strip-wrap::-webkit-scrollbar { display: none; }
.template-strip-wrap:active { cursor: grabbing; }

.template-card {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 240px;
  height: 320px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  overflow: hidden;
  position: relative;
  transition: transform 0.2s;
}
.template-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.template-card:hover { transform: translateY(-4px); }
.template-card-label {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-top: 12px;
}

/* ---------- Book -- interactive photo book ---------- */
/* Spread SVG is responsive: allow scroll on narrow viewports */
#book-spread-view { overflow-x: auto; }
#book-spread-view svg { max-width: none; }

/* ---------- Services — Beyond the Print ---------- */
.service-illustration-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 40px;
}
.service-illustration-card h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 24px 0 10px;
}
.service-illustration-card p { font-size: 14px; color: var(--muted-2); line-height: 1.7; margin-bottom: 16px; }
.service-illustration-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-illustration-card ul li {
  font-size: 13px;
  color: var(--muted-2);
  display: flex;
  gap: 8px;
}
.service-illustration-card ul li::before { content: "—"; color: var(--accent); }

/* ---------- Contact Form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}
.contact-info-icon {
  width: 40px;
  height: 40px;
  background: var(--accent-light);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--accent);
}
.contact-info-item h4 {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.contact-info-item p { font-size: 14.5px; color: var(--text); }

/* ---------- Forms ---------- */
.form-group { margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
input, textarea, select {
  width: 100%;
  padding: 12px 16px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border-2);
  border-radius: 2px;
  transition: border-color 0.2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--accent); }
textarea { resize: vertical; min-height: 120px; }
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field-error { color: var(--error); font-size: 12px; margin-top: 6px; display: none; }
.field-error.visible { display: block; }

/* ---------- Book Now Form ---------- */
.booking-section { margin-bottom: 48px; }
.booking-section-title {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.package-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.package-select-card {
  border: 1.5px solid var(--border-2);
  border-radius: 3px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.2s;
  background: var(--bg);
}
.package-select-card:hover { border-color: var(--accent); }
.package-select-card.selected {
  border-color: var(--accent);
  background: var(--accent-light);
}
.package-select-card h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.package-select-card .pkg-price { font-size: 22px; font-weight: 600; color: var(--accent); margin-bottom: 4px; }
.package-select-card .pkg-duration { font-size: 12px; color: var(--muted); margin-bottom: 12px; }
.package-select-card ul { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.package-select-card ul li { font-size: 12.5px; color: var(--muted-2); display: flex; gap: 6px; }
.package-select-card ul li::before { content: "✓"; color: var(--accent); }

.addon-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.addon-chip {
  padding: 10px 20px;
  border: 1.5px solid var(--border-2);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted-2);
  cursor: pointer;
  transition: all 0.2s;
  background: var(--bg);
  user-select: none;
}
.addon-chip:hover { border-color: var(--accent); color: var(--accent); }
.addon-chip.selected { border-color: var(--accent); background: var(--accent-light); color: var(--text); }

/* ---------- Success States ---------- */
.success-state {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 40px;
  gap: 16px;
}
.success-state.visible { display: flex; }
.success-icon {
  width: 64px;
  height: 64px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 8px;
}
.success-state h2 { font-family: 'Raleway', sans-serif; font-size: 32px; font-weight: 300; }
.success-state p { color: var(--muted-2); font-size: 15px; max-width: 400px; }

/* ---------- Location Page ---------- */
.location-faq { display: flex; flex-direction: column; gap: 16px; }
.faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  font-family: 'Lato', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--accent); }
.faq-question svg { flex-shrink: 0; transition: transform 0.25s; }
.faq-item.open .faq-question svg { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-answer-inner {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--muted-2);
  line-height: 1.7;
}
.faq-item.open .faq-answer { max-height: 400px; }

/* ---------- Internal Link Cluster ---------- */
.location-links { display: flex; flex-wrap: wrap; gap: 10px; }
.location-link-pill {
  padding: 8px 18px;
  border: 1px solid var(--border-2);
  border-radius: 100px;
  font-size: 13px;
  color: var(--muted-2);
  transition: all 0.2s;
}
.location-link-pill:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- Footer ---------- */
footer {
  background: #111;
  color: rgba(255,255,255,0.45);
  padding: 52px 0 36px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 28px;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-logo-area { display: flex; flex-direction: column; gap: 12px; }
/* Legacy footer wordmark — kept but replaced by film-strip logo */
.footer-wordmark {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}
.footer-wordmark span { color: var(--accent); }
.footer-tagline-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  width: fit-content;
}
.footer-nav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-nav a {
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
}
.footer-nav a:hover { color: rgba(255,255,255,0.8); }
.footer-bottom { font-size: 12.5px; line-height: 1.8; }
.footer-bottom strong { color: rgba(255,255,255,0.7); }
.footer-bottom a { color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-bottom a:hover { color: rgba(255,255,255,0.7); }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.text-accent { color: var(--accent); }
.bg-warm { background: var(--bg-warm); }
.bg-section { background: var(--bg-section); }
.bg-dark { background: var(--dark-bg); }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.mb-8 { margin-bottom: 32px; }
.mb-12 { margin-bottom: 48px; }
.mt-8 { margin-top: 32px; }
.mt-12 { margin-top: 48px; }
.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;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .fees-grid { grid-template-columns: 1fr; max-width: 560px; }
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .section-sm { padding: 48px 0; }

  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .hero-content { max-width: 100%; padding: 60px 0; }
  .hero-subtitle { max-width: 100%; }

  .feature-grid { grid-template-columns: 1fr; }
  .grid-2, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .package-cards { grid-template-columns: 1fr; }

  .footer-top { flex-direction: column; gap: 24px; }
  .footer-nav { gap: 16px; }

  .heading-xl { font-size: clamp(38px, 9vw, 60px); }
  .heading-lg { font-size: clamp(30px, 7vw, 48px); }
  .page-header, .page-header-light { padding: 150px 0 52px; }
  .booths-stats { grid-template-columns: repeat(2, 1fr) !important; }
  .formats-grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* Shrink logo on mobile */
  .nav-logo {
    transform: scale(0.45);
    margin: -42px 0 -42px 0;
  }
  .film-strip-tagline,
  .film-strip-sub { display: none; }
}

@media (max-width: 480px) {
  .btn-group { flex-direction: column; align-items: flex-start; }
  .addon-chips { gap: 8px; }
}

/* ---------- Gallery Filters ---------- */
.gallery-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  justify-content: center;
}
.gallery-filter-btn {
  padding: 10px 28px;
  border-radius: 2px;
  border: 1px solid var(--border-2);
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-2);
  cursor: pointer;
  transition: all 0.2s ease;
}
.gallery-filter-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.gallery-filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.gallery-section--hidden {
  display: none;
}

/* ---------- Gallery ---------- */
.gallery-masonry {
  columns: 3;
  column-gap: 10px;
}

/* Compact overlay gallery on services page */
.overlay-masonry {
  columns: 5;
  column-gap: 8px;
}
.overlay-masonry .gallery-item {
  margin-bottom: 8px;
  background: none;
}
.overlay-masonry .gallery-item img {
  width: 100%;
  display: block;
  border-radius: 3px;
  height: auto;
}
@media (max-width: 900px) {
  .overlay-masonry { columns: 3; }
}
@media (max-width: 540px) {
  .overlay-masonry { columns: 2; }
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 3px;
  background: #111;
}
.gallery-item img,
.gallery-item video {
  width: 100%;
  display: block;
  border-radius: 3px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.gallery-item:hover img,
.gallery-item:hover video {
  transform: scale(1.03);
  opacity: 0.92;
}
@media (max-width: 900px) {
  .gallery-masonry { columns: 2; }
}
@media (max-width: 540px) {
  .gallery-masonry { columns: 1; }

/* ---------- FAQ Accordion ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-2); }
.faq-item:first-child { border-top: 1px solid var(--border-2); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--accent); }
.faq-question.open { color: var(--accent); }
.faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  color: var(--muted);
  transition: color 0.2s, transform 0.25s ease;
}
/* Thin cross made from pseudo-elements */
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq-icon::before { width: 12px; height: 1.5px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-icon::after  { width: 1.5px; height: 12px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-question.open .faq-icon { color: var(--accent); }
.faq-question.open .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.faq-answer-inner {
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted-2);
  max-width: 660px;
}
.faq-item.open .faq-answer { max-height: 600px; }

/* FAQ CTA band */
.faq-cta {
  margin-top: 0;
  padding: 48px 40px;
  background: var(--dark-bg);
  border-radius: 3px;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.faq-cta .heading-md { color: #fff; margin-bottom: 10px; }
.faq-cta p { color: rgba(255,255,255,0.55); margin-bottom: 24px; font-size: 15px; }
@media (max-width: 600px) {
  .faq-question { padding: 20px 0; }
  .faq-cta { padding: 36px 20px; }
}
}
