/* ==========================================================================
   2K Recording Studio — Custom Editorial Stylesheet
   Barlow Condensed + DM Sans | Copper & Parchment Warm Palette
   ========================================================================== */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #f5f2ed;
  --bg-alt: #ebe7e0;
  --bg-card: #ffffff;
  --bg-dark: #1c1917;
  --text: #1c1917;
  --text-muted: #57534e;
  --text-faint: #a8a29e;
  --primary: #c2410c;
  --primary-rgb: 194, 65, 12;
  --primary-light: #ea580c;
  --accent: #0f766e;
  --accent-light: #14b8a6;
  --border: #d6d3d1;
  --border-light: #e7e5e4;

  --font-heading: 'Barlow Condensed', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  --section-pad: clamp(3.5rem, 6vw, 6rem);
  --container-max: 1200px;
  --gutter: clamp(1.25rem, 3vw, 2rem);
}

html.dark {
  --bg: #1c1917;
  --bg-alt: #292524;
  --bg-card: #292524;
  --bg-dark: #0c0a09;
  --text: #f5f5f4;
  --text-muted: #a8a29e;
  --text-faint: #78716c;
  --primary: #ea580c;
  --primary-rgb: 234, 88, 12;
  --primary-light: #fb923c;
  --accent: #14b8a6;
  --accent-light: #2dd4bf;
  --border: #44403c;
  --border-light: #292524;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.5vw + 0.875rem, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  transition: background-color 0.35s ease, color 0.35s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; padding-bottom: 2.25rem; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--accent-light); }

h1, h2, h3 { font-family: var(--font-heading); text-wrap: balance; color: var(--text); }
h4 { font-family: var(--font-body); font-weight: 700; color: var(--text); }

h1 { font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem); font-weight: 700; letter-spacing: -0.03em; line-height: 0.95; }
h2 { font-size: clamp(1.75rem, 3vw + 0.75rem, 3rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.0; }
h3 { font-size: clamp(1.25rem, 2vw + 0.5rem, 1.75rem); font-weight: 600; letter-spacing: -0.01em; line-height: 1.1; }
h4 { font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem); line-height: 1.2; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

/* --- Layout --- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.section-pad {
  padding-top: var(--section-pad);
  padding-bottom: var(--section-pad);
}

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

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-body); font-size: 0.9375rem; font-weight: 700;
  line-height: 1; padding: 0.875rem 1.75rem; border-radius: 4px; border: none;
  cursor: pointer; transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  min-height: 44px; text-decoration: none;
}
.btn:active { transform: scale(0.97); }

.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: var(--primary-light); color: #fff; box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.25); }

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

/* ==========================================================================
   COPPER THREAD — Signature Moment #2
   3px vertical scroll-progress line, far-left, desktop only
   ========================================================================== */
.copper-thread {
  position: fixed; top: 0; left: 8px; width: 3px; height: 0%;
  background: rgba(var(--primary-rgb), 0.6);
  z-index: 1000; pointer-events: none; border-radius: 0 0 2px 2px;
}
@media (max-width: 1023px) { .copper-thread { display: none; } }

/* ==========================================================================
   HEADER / NAVIGATION
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--bg);
  border-bottom: 1px solid var(--border-light);
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
html.dark .site-header.scrolled { box-shadow: 0 1px 8px rgba(0,0,0,0.3); }

.nav-inner {
  display: flex; align-items: center; justify-content: space-between; height: 64px;
}

.nav-logo {
  font-family: var(--font-heading); font-weight: 700; font-size: 1.375rem;
  color: var(--text); text-decoration: none; letter-spacing: -0.02em; line-height: 1;
}
.nav-logo:hover { color: var(--text); }
.nav-logo span { color: var(--primary); }

.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.nav-links ul { list-style: none; margin: 0; padding: 0; }

.nav-links a {
  font-family: var(--font-body); font-size: 0.9375rem; font-weight: 500;
  color: var(--text-muted); text-decoration: none; transition: color 0.2s ease; padding: 0.25rem 0;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  display: flex; align-items: center; gap: 0.25rem; background: none; border: none;
  font-family: var(--font-body); font-size: 0.9375rem; font-weight: 500;
  color: var(--text-muted); cursor: pointer; padding: 0.25rem 0; transition: color 0.2s ease;
}
.nav-dropdown-toggle:hover { color: var(--text); }
.nav-dropdown-toggle svg { width: 14px; height: 14px; transition: transform 0.2s ease; }
.nav-dropdown.open .nav-dropdown-toggle svg { transform: rotate(180deg); }

.nav-dropdown-menu {
  position: absolute; top: calc(100% + 0.5rem); left: -0.75rem;
  background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 6px;
  padding: 0.5rem 0; min-width: 200px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; z-index: 910;
}
html.dark .nav-dropdown-menu { box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a { display: block; padding: 0.5rem 1rem; font-size: 0.9375rem; font-weight: 500; color: var(--text-muted); }
.nav-dropdown-menu a:hover { color: var(--text); background: var(--bg-alt); }

/* Nav right */
.nav-right { display: flex; align-items: center; gap: 0.75rem; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 0.375rem;
  font-family: var(--font-body); font-size: 0.875rem; font-weight: 700;
  color: #fff; background: var(--primary); padding: 0.5rem 1rem; border-radius: 4px;
  text-decoration: none; transition: background-color 0.2s ease; min-height: 44px;
}
.nav-cta:hover { background: var(--primary-light); color: #fff; }
.nav-cta svg { width: 16px; height: 16px; }

.dark-toggle {
  background: none; border: none; cursor: pointer; color: var(--text-muted);
  padding: 0.5rem; border-radius: 4px; display: flex; align-items: center; justify-content: center;
  transition: color 0.2s ease; min-width: 44px; min-height: 44px;
}
.dark-toggle:hover { color: var(--text); }
.dark-toggle svg { width: 20px; height: 20px; }
.dark-toggle .icon-moon { display: none; }
html.dark .dark-toggle .icon-sun { display: none; }
html.dark .dark-toggle .icon-moon { display: block; }

.hamburger {
  display: none; background: none; border: none; cursor: pointer; padding: 0.5rem;
  color: var(--text); min-width: 44px; min-height: 44px; align-items: center; justify-content: center;
}
.hamburger svg { width: 24px; height: 24px; }
.hamburger .icon-close { display: none; }
.hamburger.open .icon-menu { display: none; }
.hamburger.open .icon-close { display: block; }

@media (max-width: 767px) {
  .nav-links {
    position: fixed; top: 64px; left: 0; right: 0; bottom: 0;
    background: var(--bg); flex-direction: column; align-items: flex-start;
    padding: 2rem var(--gutter); gap: 0;
    transform: translateX(-100%); transition: transform 0.3s ease;
    overflow-y: auto; z-index: 899;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links li { width: 100%; }
  .nav-links a, .nav-dropdown-toggle {
    display: block; width: 100%; padding: 0.75rem 0; font-size: 1.125rem;
    border-bottom: 1px solid var(--border-light); text-align: left;
  }
  .nav-dropdown-menu {
    position: static; box-shadow: none; border: none; background: transparent;
    opacity: 1; visibility: visible; transform: none; padding: 0 0 0 1rem; min-width: 0; display: none;
    list-style: none; margin: 0;
  }
  .nav-dropdown.open .nav-dropdown-menu { display: block; }
  .nav-dropdown-menu li { list-style: none; }
  .nav-dropdown-menu a { border-bottom: 1px solid var(--border-light); padding: 0.75rem 0; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
}

/* ==========================================================================
   HERO — Split 55 / 45
   ========================================================================== */
.hero { display: grid; grid-template-columns: 55fr 45fr; min-height: 85vh; overflow: hidden; }

.hero__content {
  background: var(--bg-dark); color: #f5f5f4;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem);
}
.hero__content .eyebrow { color: rgba(var(--primary-rgb), 0.8); }
.hero__headline { color: #f5f5f4; margin-bottom: 1.25rem; }
.hero__headline em { font-style: normal; display: block; }
.hero__body { color: #a8a29e; max-width: 480px; margin-bottom: 2rem; }

.hero__image { position: relative; overflow: hidden; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 767px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__image { order: -1; height: 50vw; min-height: 240px; }
  .hero__content { padding: 2.5rem var(--gutter); }
}

/* ==========================================================================
   SERVICES — Staggered List (Signature Moment #1: Stagger Slide)
   ========================================================================== */
.services { background: var(--bg); }
.services__header { max-width: 560px; margin-bottom: 3rem; }
.services__list { display: flex; flex-direction: column; gap: 1.5rem; }

.service-row {
  display: grid; grid-template-columns: 120px 1fr; gap: 1.5rem; align-items: center;
  padding: 1.25rem; background: var(--bg-card); border: 1px solid var(--border-light);
  border-radius: 6px; transition: border-color 0.2s ease, box-shadow 0.2s ease;
  /* Pre-animation state */
  opacity: 0; transform: translateX(-30px) translateY(20px);
}
.service-row:hover { border-color: var(--border); box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
html.dark .service-row:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.2); }

.service-row.revealed {
  opacity: 1; transform: translateX(0) translateY(0);
  transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1),
              transform 0.6s cubic-bezier(0.16,1,0.3,1),
              border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 768px) {
  .service-row:nth-child(2) { margin-left: 40px; }
  .service-row:nth-child(3) { margin-left: 80px; }
  .service-row:nth-child(4) { margin-left: 120px; }
}

.service-row__thumb { width: 120px; height: 90px; border-radius: 4px; overflow: hidden; flex-shrink: 0; }
.service-row__thumb img { width: 100%; height: 100%; object-fit: cover; }
.service-row__text h3 { margin-bottom: 0.375rem; }
.service-row__text p { color: var(--text-muted); font-size: 0.9375rem; line-height: 1.5; }

@media (max-width: 767px) {
  .service-row { grid-template-columns: 80px 1fr; gap: 1rem; margin-left: 0 !important; }
  .service-row__thumb { width: 80px; height: 64px; }
}

/* ==========================================================================
   AUDIO REEL — Feature Slab (dark bg, horizontal scroll)
   ========================================================================== */
.audio-reel { background: var(--bg-dark); color: #f5f5f4; overflow: hidden; }
.audio-reel .eyebrow { color: rgba(var(--primary-rgb), 0.8); }
.audio-reel__header { max-width: 560px; margin-bottom: 2.5rem; }
.audio-reel__header h2 { color: #f5f5f4; margin-bottom: 0.75rem; }
.audio-reel__header p { color: #a8a29e; }

.audio-reel__scroll {
  display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; padding-bottom: 1rem;
  scrollbar-width: thin; scrollbar-color: rgba(var(--primary-rgb), 0.4) transparent;
}
.audio-reel__scroll::-webkit-scrollbar { height: 6px; }
.audio-reel__scroll::-webkit-scrollbar-track { background: transparent; }
.audio-reel__scroll::-webkit-scrollbar-thumb { background: rgba(var(--primary-rgb), 0.4); border-radius: 3px; }

.audio-card {
  flex: 0 0 280px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px; padding: 1.5rem; scroll-snap-align: start;
  display: flex; flex-direction: column; gap: 1rem; transition: border-color 0.2s ease;
}
.audio-card:hover { border-color: rgba(var(--primary-rgb), 0.3); }

.audio-card__play {
  width: 48px; height: 48px; border-radius: 50%; background: var(--primary); border: none;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background-color 0.2s ease, transform 0.15s ease;
  flex-shrink: 0; min-width: 48px; min-height: 48px;
}
.audio-card__play:hover { background: var(--primary-light); transform: scale(1.05); }
.audio-card__play svg { width: 20px; height: 20px; fill: #fff; margin-left: 2px; }

.audio-card__waveform {
  height: 32px; border-radius: 2px; opacity: 0.5;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.12) 0px, rgba(255,255,255,0.12) 2px, transparent 2px, transparent 6px);
}

.audio-card__title { font-family: var(--font-body); font-weight: 700; font-size: 0.9375rem; color: #f5f5f4; }
.audio-card__genre { font-size: 0.8125rem; color: #78716c; }

/* ==========================================================================
   ABOUT — Image-Note 40 / 60
   ========================================================================== */
.about-section { background: var(--bg); }

.about__grid { display: grid; grid-template-columns: 2fr 3fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.about__text h2 { margin-bottom: 1rem; }
.about__text p { color: var(--text-muted); margin-bottom: 1rem; }
.about__text p:last-of-type { margin-bottom: 0; }

.about__side-note {
  display: inline-block; margin-top: 1.5rem;
  font-size: 0.8125rem; font-weight: 700; color: var(--primary);
  letter-spacing: 0.04em; text-transform: uppercase;
  border-left: 3px solid var(--primary); padding-left: 0.75rem;
}

.about__image { border-radius: 6px; overflow: hidden; }
.about__image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }

@media (max-width: 767px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__image { order: -1; }
  .about__image img { aspect-ratio: 3/2; }
}

/* ==========================================================================
   TESTIMONIAL — Pull-Quote Band (full-bleed tinted bg)
   ========================================================================== */
.testimonial-band { background: var(--bg-alt); }
.testimonial-band__inner { max-width: 740px; }

.testimonial-band blockquote {
  font-family: var(--font-heading); font-size: clamp(1.375rem, 2.5vw + 0.5rem, 2rem);
  font-weight: 600; line-height: 1.3; letter-spacing: -0.01em;
  color: var(--text); margin-bottom: 1.5rem;
  padding-left: 1.25rem; border-left: 3px solid var(--primary);
}

.testimonial-band__author {
  font-family: var(--font-body); font-size: 0.9375rem; font-weight: 700;
  color: var(--text); padding-left: 1.25rem;
}
.testimonial-band__role { font-weight: 400; color: var(--text-muted); margin-left: 0.25rem; }

/* ==========================================================================
   GALLERY — L-shaped mosaic (1 large + 2 small stacked)
   ========================================================================== */
.gallery-section { background: var(--bg); }
.gallery__header { max-width: 560px; margin-bottom: 2.5rem; }

.gallery__mosaic {
  display: grid; grid-template-columns: 3fr 2fr; grid-template-rows: 1fr 1fr;
  gap: 1rem; max-height: 560px;
}
.gallery__large { grid-row: 1 / -1; border-radius: 6px; overflow: hidden; }
.gallery__large img { width: 100%; height: 100%; object-fit: cover; }
.gallery__small { border-radius: 6px; overflow: hidden; }
.gallery__small img { width: 100%; height: 100%; object-fit: cover; }

.gallery__large,
.gallery__small {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease;
}
.gallery__large:hover,
.gallery__small:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
@media (prefers-reduced-motion: reduce) {
  .gallery__large, .gallery__small { transition: none; }
  .gallery__large:hover, .gallery__small:hover { transform: none; }
}

@media (max-width: 767px) {
  .gallery__mosaic { grid-template-columns: 1fr; grid-template-rows: auto; max-height: none; }
  .gallery__large { grid-row: auto; }
  .gallery__large img { aspect-ratio: 16/10; }
  .gallery__small img { aspect-ratio: 16/10; }
}

/* ==========================================================================
   FAQ — Rail (narrow 50% left-aligned)
   ========================================================================== */
.faq-section { background: var(--bg); }
.faq__inner { max-width: 600px; }
.faq__header { margin-bottom: 2.5rem; }

.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-item:first-child { border-top: 1px solid var(--border-light); }

.faq-toggle {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  padding: 1.25rem 0; background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 1rem; font-weight: 700;
  color: var(--text); text-align: left; gap: 1rem; min-height: 44px; transition: color 0.2s ease;
}
.faq-toggle:hover { color: var(--primary); }
.faq-toggle svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--text-faint); transition: transform 0.3s ease, color 0.2s ease; }
.faq-item.open .faq-toggle svg { transform: rotate(45deg); color: var(--primary); }

.faq-item { border-left: 3px solid transparent; padding-left: 0; transition: border-color 0.3s ease, padding-left 0.3s ease; }
.faq-item.open { border-left-color: var(--primary); padding-left: 1rem; }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer__inner { padding-bottom: 1.25rem; color: var(--text-muted); font-size: 0.9375rem; line-height: 1.6; }

/* ==========================================================================
   CONTACT — Split 60 / 40
   ========================================================================== */
.contact-section { background: var(--bg-alt); }

.contact__grid { display: grid; grid-template-columns: 3fr 2fr; gap: clamp(2rem, 4vw, 4rem); }
.contact__form-side h2 { margin-bottom: 0.75rem; }
.contact__form-side > p { color: var(--text-muted); margin-bottom: 2rem; }

.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 700; color: var(--text); margin-bottom: 0.375rem; }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 0.75rem 1rem; font-family: var(--font-body); font-size: 0.9375rem;
  color: var(--text); background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 4px; transition: border-color 0.2s ease, box-shadow 0.2s ease; min-height: 44px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2357534e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.75rem center; padding-right: 2.5rem;
}

.contact__info { padding-top: 0.5rem; }
.contact__info-block { margin-bottom: 2rem; }
.contact__info-block h4 { margin-bottom: 0.5rem; }
.contact__info-block p, .contact__info-block a { color: var(--text-muted); font-size: 0.9375rem; }

.contact__side-note {
  display: inline-block; margin-top: 1rem;
  font-size: 0.8125rem; font-weight: 700; color: var(--primary);
  letter-spacing: 0.04em; text-transform: uppercase;
  border-left: 3px solid var(--primary); padding-left: 0.75rem;
}

.form-status {
  padding: 1rem; border-radius: 4px; font-size: 0.9375rem; font-weight: 500;
  margin-top: 1rem; display: none;
}
.form-status--success {
  display: block; background: rgba(15,118,110,0.1); color: var(--accent);
  border: 1px solid rgba(15,118,110,0.2);
}
.form-status--error {
  display: block; background: rgba(194,65,12,0.08); color: var(--primary);
  border: 1px solid rgba(194,65,12,0.15);
}

@media (max-width: 767px) {
  .contact__grid { grid-template-columns: 1fr; }
  .contact__info { order: -1; }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--bg-dark); color: #a8a29e; padding: 3rem 0;
  padding-bottom: calc(3rem + 60px);
}

.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 2rem; }

.footer__brand .nav-logo { color: #f5f5f4; margin-bottom: 0.75rem; display: block; }
.footer__brand p { font-size: 0.875rem; color: #78716c; max-width: 280px; }

.footer__links h4 { color: #f5f5f4; font-size: 0.875rem; margin-bottom: 0.75rem; }
.footer__links ul { list-style: none; }
.footer__links li { margin-bottom: 0.375rem; }
.footer__links a { font-size: 0.875rem; color: #a8a29e; }
.footer__links a:hover { color: #f5f5f4; }

.footer__bottom {
  width: 100%; border-top: 1px solid #292524; margin-top: 2rem; padding-top: 1.5rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem;
  font-size: 0.8125rem; color: #78716c;
}
.footer__credit { font-size: 0.85rem; }
.footer__credit a { color: #a8a29e; }
.footer__credit a:hover { color: #f5f5f4; }

/* ==========================================================================
   DISCLAIMER BAR
   ========================================================================== */
.disclaimer-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--bg-card); border-top: 1px solid var(--border);
  padding: 0.75rem var(--gutter); font-size: 0.75rem; color: var(--text-muted);
  text-align: center; z-index: 999;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
html.dark .disclaimer-bar { box-shadow: 0 -2px 8px rgba(0,0,0,0.3); }
.disclaimer-bar strong { color: var(--text); font-weight: 700; }

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   INNER PAGES
   ========================================================================== */
.page-hero {
  background: var(--bg-alt);
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}
.page-hero .eyebrow { margin-bottom: 0.75rem; }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero p { color: var(--text-muted); max-width: 640px; }

.page-content { background: var(--bg); }
.page-content__inner { max-width: 720px; }
.page-content__inner p { color: var(--text-muted); margin-bottom: 1.25rem; }
.page-content__inner h2 { margin-top: 2.5rem; margin-bottom: 1.25rem; }
.page-content__inner h3 { margin-top: 2rem; margin-bottom: 0.75rem; }

/* Ordered steps list */
.expect-list { list-style: none; counter-reset: expect; margin: 1.5rem 0; }
.expect-list li {
  counter-increment: expect; padding: 1rem 0 1rem 3rem; position: relative;
  color: var(--text-muted); border-bottom: 1px solid var(--border-light);
}
.expect-list li:last-child { border-bottom: none; }
.expect-list li::before {
  content: counter(expect); position: absolute; left: 0; top: 1rem;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(var(--primary-rgb), 0.1); color: var(--primary);
  font-family: var(--font-heading); font-weight: 700; font-size: 0.875rem;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}

/* Values list */
.values-list { display: flex; flex-direction: column; gap: 1.5rem; margin: 2rem 0; }
.value-item h3 { margin-bottom: 0.375rem; }
.value-item p { color: var(--text-muted); margin-bottom: 0; }

/* Contact page grid */
.contact-page-grid { display: grid; grid-template-columns: 3fr 2fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
@media (max-width: 767px) { .contact-page-grid { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band { background: var(--bg-alt); text-align: left; }
.cta-band__inner { max-width: 640px; }
.cta-band h2 { margin-bottom: 0.75rem; }
.cta-band p { color: var(--text-muted); margin-bottom: 1.5rem; }

/* Service detail FAQ */
.service-faq { margin-top: 3rem; }
.service-faq .faq__inner { max-width: 100%; }

/* ==========================================================================
   SUBTLE ANIMATIONS (respects motion preferences)
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .nav-links a::after {
    content: ''; display: block; width: 0; height: 2px; background: var(--primary);
    transition: width 0.25s ease;
  }
  .nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

  .audio-card {
    transition: border-color 0.2s ease, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .audio-card:hover { transform: translateY(-4px); }

  .service-row {
    transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1),
                transform 0.6s cubic-bezier(0.16,1,0.3,1),
                border-color 0.2s ease, box-shadow 0.2s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; }
  .service-row { opacity: 1; transform: none; transition: none; }
  .audio-card { transition: none; }
}

/* ==========================================================================
   PRINT
   ========================================================================== */
@media print {
  .copper-thread, .disclaimer-bar, .site-header { display: none; }
}
