/* ============================================================
   Gregg Cohen Casting — Design System & Styles
   ============================================================ */

/* --- Self-hosted Fonts --- */
/* latin-ext */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('../fonts/libre-baskerville-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('../fonts/libre-baskerville-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: optional;
  src: url('../fonts/open-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: optional;
  src: url('../fonts/open-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: optional;
  src: url('../fonts/open-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: optional;
  src: url('../fonts/open-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: optional;
  src: url('../fonts/open-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: optional;
  src: url('../fonts/open-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

/* --- Custom Properties --- */
:root {
  --bg: #f5f0e8;
  --bg-white: #faf7f2;
  --bg-dark: #1c1b18;
  --bg-muted: #ece6db;
  --text-dark: #2a2722;
  --text-body: #5c5850;
  --text-light: #6a665d;
  --text-on-dark: #e8e4db;
  --accent: #b49a5e;
  --accent-dark: #9a8248;
  --accent-light: rgba(180, 154, 94, 0.1);
  --border: #d9d1c4;
  --border-light: #e5ded3;
  --font-heading: 'Libre Baskerville', Georgia, serif;
  --font-body: 'Open Sans', Helvetica, Arial, sans-serif;
  --max-width: 1140px;
  --header-height: 72px;
  --radius: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.03);
  --shadow-md: 0 4px 12px rgba(0,0,0,.05), 0 2px 4px rgba(0,0,0,.03);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.04);
  --shadow-xl: 0 20px 60px rgba(0,0,0,.12), 0 8px 20px rgba(0,0,0,.06);
  --transition: .3s cubic-bezier(.4,0,.2,1);
  --transition-slow: .5s cubic-bezier(.4,0,.2,1);
}

/* --- Base --- */
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text-dark);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; height: auto; }

a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-dark); }

/* --- Utilities --- */
.container { max-width: var(--max-width); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.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; }
.text-center { text-align: center; }

/* --- Typography --- */
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 400; line-height: 1.25; color: var(--text-dark); }
h1 { font-size: 2.5rem; letter-spacing: -.01em; }
h2 { font-size: 1.85rem; margin-bottom: 16px; letter-spacing: -.01em; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1rem; }
p { color: var(--text-body); max-width: 680px; }
p + p { margin-top: 16px; }

/* --- Buttons --- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .85rem;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: var(--radius);
  transition: all var(--transition);
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-primary {
  background: #866B2D;
  color: #fff;
  box-shadow: 0 2px 8px rgba(134, 107, 45, 0.3);
}
.btn-primary:hover {
  background: #6e5723;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(110, 87, 35, 0.4);
}
.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.4);
}
.btn-outline:hover {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-color: rgba(255,255,255,.8);
  transform: translateY(-2px);
}
.btn-dark-outline {
  background: transparent;
  color: var(--text-dark);
  border: 1.5px solid var(--border);
}
.btn-dark-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}

/* ============================================================
   Header & Navigation
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245,240,232,.92);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: all var(--transition);
}
.site-header.scrolled {
  border-bottom-color: var(--border-light);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo .logo-img {
  height: 45px;
  width: auto;
  transition: opacity var(--transition);
}
.logo:hover .logo-img { opacity: .7; }

/* Desktop Nav */
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav a {
  font-size: .82rem;
  font-weight: 400;
  color: var(--text-body);
  text-decoration: none;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: all var(--transition);;
  position: relative;
}
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--accent);
  transition: width var(--transition);
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--text-dark);
}
.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}
.nav-cta {
  font-size: .8rem !important;
  padding: 10px 24px;
  border: 1.5px solid #866B2D;
  border-radius: var(--radius);
  background: #866B2D;
  color: #fff !important;
  letter-spacing: .06em;
  box-shadow: 0 2px 8px rgba(134, 107, 45, 0.3);
  transition: all var(--transition);
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: #6e5723;
  color: #fff !important;
  border-color: #6e5723;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(110, 87, 35, 0.4);
}

/* Hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 110;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-dark);
  margin: 5px 0;
  transition: all .25s ease;
  border-radius: 2px;
}
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ============================================================
   Hero Collage
   ============================================================ */
.hero-collage {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--bg-dark);
}
.collage-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
}
.collage-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .35;
}
.collage-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(28,27,24,.42) 0%, rgba(28,27,24,.25) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 24px;
  max-width: 740px;
}
.hero-logo {
  width: 320px;
  height: auto;
  margin: 0 auto 28px;
  filter: brightness(0) invert(1);
}
.hero-collage .tagline {
  color: rgba(255,255,255,1);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .04em;
  margin-bottom: 40px;
  max-width: none;
}
.hero-collage h1.tagline {
  font-size: 1.8rem;
  font-family: var(--font-heading);
}
.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-stats {
  margin-top: 32px;
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  max-width: none;
}

/* ============================================================
   Page Header (non-home pages)
   ============================================================ */
.page-header {
  padding: 56px 0 40px;
  text-align: center;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-light);
  position: relative;
}
.page-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}
.page-header h1,
.page-header h2 {
  font-size: 2.25rem;
  margin-bottom: 0;
}

/* ============================================================
   Sections
   ============================================================ */
.section {
  padding: 96px 0;
}
.section-sm {
  padding: 56px 0;
}
.section-dark {
  background: var(--bg-dark);
  background-image:
    radial-gradient(circle at 20% 50%, rgba(180,154,94,.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(180,154,94,.03) 0%, transparent 50%);
  color: var(--text-on-dark);
  padding-bottom: 60px;
}
.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: #fff;
}
.section-dark p {
  color: rgba(255,255,255,.55);
}
.section-muted {
  background: var(--bg-muted);
}
.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-header h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.section-header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--accent);
  border-radius: 1px;
}
.section-dark .section-header h2::after {
  background: var(--accent);
}
.section-header p {
  margin: 20px auto 0;
  max-width: 560px;
  color: var(--text-light);
  font-size: .95rem;
}

/* ============================================================
   Video Gallery
   ============================================================ */
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
.video-item {
  transition: transform var(--transition);
}
.video-item:hover {
  transform: translateY(-4px);
}
.video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  cursor: pointer;
  background: #e5ded3;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition);
}
.video-item:hover .video-thumb {
  box-shadow: var(--shadow-lg);
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.video-thumb:hover img {
  transform: scale(1.04);
}
.video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  pointer-events: none;
  border: 1.5px solid rgba(255,255,255,.2);
}
.video-thumb:hover .play-btn {
  background: var(--accent);
  border-color: var(--accent);
  transform: translate(-50%, -50%) scale(1.08);
}
.play-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-left: 3px;
}
.video-thumb.playing {
  cursor: default;
  border-radius: var(--radius-lg);
}
.video-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-item h3 {
  margin-top: 14px;
  font-size: 1rem;
  color: var(--text-dark);
}
.video-desc {
  font-size: .85rem;
  color: var(--text-light);
  margin-top: 6px;
  line-height: 1.6;
  max-width: none;
}

/* Featured work (homepage — larger cards) */
.video-grid-featured {
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

/* ============================================================
   How It Works
   ============================================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  text-align: center;
}
.process-step {
  position: relative;
}
.process-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-light);
  border: 1.5px solid rgba(180,154,94,.15);
  transition: all var(--transition);
}
.process-step:hover .process-icon {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(180,154,94,.3);
}
.process-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--accent);
  stroke-width: 1.5;
  fill: none;
  transition: stroke var(--transition);
}
.process-step:hover .process-icon svg {
  stroke: #fff;
}
.process-step h3 {
  margin-bottom: 10px;
}
.process-step p {
  font-size: .9rem;
  margin: 0 auto;
  max-width: 300px;
  color: var(--text-light);
  line-height: 1.7;
}

/* ============================================================
   Client Logos
   ============================================================ */
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 44px;
}
.logo-row img {
  height: auto;
  max-height: 48px;
  width: auto;
  object-fit: contain;
  opacity: .9;
  transition: all var(--transition);
  filter: grayscale(30%);
}
.logo-row img:hover {
  opacity: .85;
  filter: grayscale(0%);
}
.logo-row-lg img {
  max-height: 64px;
}

/* ============================================================
   About Page
   ============================================================ */
.about-full {
  max-width: 720px;
  margin: 0 auto;
}
.about-full p {
  font-size: .98rem;
  line-height: 1.95;
}
.about-full p + p {
  margin-top: 20px;
}
.about-full p:first-child::first-letter {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  float: left;
  line-height: .82;
  margin-right: 8px;
  margin-top: 6px;
  color: var(--accent);
}
.highlight-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 48px 0;
  text-align: center;
}
.highlight-bar > div {
  padding: 28px 24px;
  border-radius: var(--radius);
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-top: 3px solid var(--accent);
  transition: all var(--transition);
}
.highlight-bar > div:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.highlight-bar .number {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  color: var(--accent);
  display: block;
}
.highlight-bar .label {
  font-size: .76rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 6px;
  display: block;
}

/* ============================================================
   Press & Events
   ============================================================ */
.press-list {
  list-style: none;
  padding: 0;
  max-width: 680px;
  margin: 0 auto;
}
.press-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--border-light);
}
.press-list li:last-child {
  border-bottom: none;
}
.press-source {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
.press-list a {
  font-size: .95rem;
}
.press-alt {
  font-size: .82rem;
  color: var(--text-light);
}

/* ============================================================
   Contact Page
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.contact-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
}
.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-dark));
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.contact-card h2 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.contact-card p {
  font-size: .9rem;
  line-height: 1.85;
  margin-bottom: 24px;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  font-weight: 400;
  color: var(--accent);
  padding: 14px 28px;
  border: 1.5px solid var(--accent);
  border-radius: var(--radius);
  transition: all var(--transition);
  letter-spacing: .01em;
}
.contact-email:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(180, 154, 94, 0.3);
}
.contact-email svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: var(--bg-dark);
  color: var(--text-on-dark);
  padding: 72px 0 0;
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent) 30%, var(--accent) 70%, transparent);
}
.site-footer::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  background: var(--accent);
  border-radius: 1px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .logo-text {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 16px;
  display: block;
}
.footer-brand p {
  font-size: .85rem;
  color: rgba(255,255,255,.6);
  line-height: 1.75;
  max-width: 300px;
}
.footer-nav h4,
.footer-nav > p {
  color: var(--accent);
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 20px;
}
.footer-nav a {
  display: block;
  color: rgba(255,255,255,.6);
  font-size: .88rem;
  padding: 5px 0;
  transition: color var(--transition);
}
.footer-nav a:hover { color: #fff; }
.footer-contact a {
  color: rgba(255,255,255,.6);
}
.footer-contact a:hover {
  color: var(--accent);
}
.footer-bottom {
  text-align: center;
  padding: 24px 0;
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  letter-spacing: .04em;
}

/* ============================================================
   Animations (Intersection Observer driven)
   ============================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .collage-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer-brand p { margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --header-height: 60px; }
  .hero-collage h1.tagline {
    font-size: 1.4rem;
    font-family: var(--font-heading);
  }
  .hero-collage { min-height: 80vh; }
  .hero-logo { width: 220px; }
  .collage-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(6, 1fr); }

  .video-grid,
  .video-grid-featured {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section { padding: 48px 0; }
  .section-header p { margin: 0px auto 0; }
  .page-header { padding: 44px 0 32px; }

  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.4rem; }

  /* Mobile nav */
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--bg-white);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 88px 32px 32px;
    gap: 0;
    box-shadow: var(--shadow-xl);
    transition: right .35s cubic-bezier(.4,0,.2,1);
    z-index: 105;
  }
  .main-nav.open { right: 0; }
  .main-nav a {
    font-size: .95rem;
    padding: 14px 0;
    width: 100%;
    border-bottom: 1px solid var(--border-light);
    text-transform: none;
  }
  .main-nav a::after { display: none; }
  .nav-cta {
    margin-top: 20px;
    text-align: center;
    border: 1.5px solid #866B2D !important;
    background: #866B2D;
    color: #fff !important;
    border-radius: var(--radius);
    padding: 14px 0 !important;
  }
  .nav-toggle { display: block; }
  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 104;
  }
  .nav-overlay.open { display: block; }

  .highlight-bar { grid-template-columns: 1fr; gap: 16px; }
  .logo-row img { max-height: 40px; }
  .logo-row-lg img { max-height: 52px; }

  .contact-card { padding: 36px 28px; border-radius: var(--radius); }
  .video-thumb { border-radius: var(--radius); }

  .about-full p:first-child::first-letter {
    font-size: 2.8rem;
  }
}

@media (max-width: 480px) {
  .container { padding-left: 16px; padding-right: 16px; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .btn { width: 100%; text-align: center; max-width: 280px; }
  .hero-stats { font-size: .7rem; letter-spacing: .06em; }
}
