/* ============================================================
   The New Stepford — Complete Stylesheet
   Design: Elevated, clean, sophisticated — inspired by Mommy Soo
   ============================================================ */

/* === RESET & BASE === */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --pink:          #D63566;
  --pink-dark:     #A82550;
  --pink-light:    #FCEEF4;
  --teal:          #2BA8B5;
  --teal-dark:     #1E8A96;
  --teal-light:    #E2F5F7;
  --yellow:        #F4B942;
  --yellow-light:  #FEF8E7;
  --cream:         #FFF8EE;
  --dark:          #1C0812;
  --mid:           #7B4F62;
  --white:         #FFFFFF;

  --font-display:  'Cormorant Garamond', serif;
  --font-serif:    'Playfair Display', serif;
  --font-sans:     'DM Sans', sans-serif;

  --radius:        12px;
  --radius-sm:     8px;
  --radius-pill:   100px;
  --shadow:        0 4px 16px rgba(28, 8, 18, 0.10);
  --shadow-lg:     0 8px 32px rgba(28, 8, 18, 0.18);
  --border:        2.5px solid var(--dark);
  --offset:        5px 5px 0 var(--dark);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background-color: var(--cream);
  color: var(--dark);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a   { color: inherit; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--cream);
  border-bottom: 1px solid rgba(28,8,18,0.1);
  box-shadow: 0 1px 8px rgba(28,8,18,0.06);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--pink);
  text-decoration: none;
  line-height: 1;
  letter-spacing: -0.01em;
}

.nav-logo em {
  color: var(--dark);
  font-style: normal;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.nav-links a {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  color: var(--dark);
  position: relative;
  transition: color 0.2s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2.5px;
  background: var(--pink);
  transform: scaleX(0);
  transition: transform 0.2s;
}

.nav-links a:hover, .nav-links a.active { color: var(--pink); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

/* Prevent nav button from inheriting link styles */
.nav-links .btn,
.nav-links .btn:hover,
.nav-links .btn:active,
.nav-links .btn.active {
  color: var(--white) !important;
  white-space: nowrap;
  overflow: visible;
}
.nav-links .btn::after { display: none !important; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  background: none; border: none;
  cursor: pointer; padding: 2px;
}

.nav-toggle span {
  display: block;
  height: 2.5px;
  background: var(--dark);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.nav-drawer {
  display: none;
  position: fixed;
  top: 68px; left: 0; right: 0;
  background: var(--cream);
  border-bottom: 1px solid rgba(28,8,18,0.1);
  padding: 1rem 2rem 1.5rem;
  z-index: 998;
  flex-direction: column;
}

.nav-drawer.open { display: flex; }

.nav-drawer a {
  display: block;
  padding: 0.9rem 0;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: var(--dark);
  border-bottom: 1px solid rgba(28,8,18,0.1);
  transition: color 0.2s;
}

.nav-drawer a:last-child { border-bottom: none; }
.nav-drawer a:hover { color: var(--pink); }

/* ============================================================
   HERO — Homepage
   ============================================================ */
.hero {
  min-height: 100vh;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6rem 0 3rem;
  position: relative;
}

.hero-overlay {
  max-width: 520px;
  padding: 3.5rem 4rem;
  margin-right: 5%;
  background: rgba(28, 8, 18, 0.65);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.hero-roles {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--yellow);
  margin-bottom: 1.2rem;
}

.hero-name {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 0.95;
  margin-bottom: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  color: rgba(255,255,255,0.75);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.hero-tagline em {
  color: var(--yellow);
}

.hero-cta-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

@media (max-width: 768px) {
  .hero {
    min-height: 100svh;
    background-position: 35% top;
    background-size: cover;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
  }
  .hero-overlay {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 1.5rem 1.5rem 2rem;
    background: linear-gradient(to top, rgba(28, 8, 18, 0.92) 0%, rgba(28, 8, 18, 0.75) 60%, rgba(28, 8, 18, 0.2) 85%, transparent 100%);
    backdrop-filter: none;
  }
  .hero-roles {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.6rem;
  }
  .hero-name {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
    margin-bottom: 0.6rem;
  }
  .hero-tagline {
    font-size: 0.88rem;
    margin-bottom: 1.2rem;
    line-height: 1.5;
  }
  .hero-cta-group {
    flex-direction: row;
    gap: 0.6rem;
  }
  .hero-cta-group .btn {
    text-align: center;
    justify-content: center;
    font-size: 0.75rem;
    padding: 0.7rem 1.4rem;
  }
  .hero-scroll {
    display: none;
  }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.9rem 2.2rem;
  border: 1.5px solid var(--dark);
  border-radius: var(--radius-pill);
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-pink   { background: var(--pink);   color: var(--white); }
.btn-teal   { background: var(--teal);   color: var(--white); }
.btn-yellow { background: var(--yellow); color: var(--dark);  }
.btn-white  { background: var(--white);  color: var(--dark);  }
.btn-dark   { background: var(--dark);   color: var(--white); }
.btn-outline {
  background: transparent;
  color: var(--dark);
  box-shadow: var(--shadow);
}

/* ============================================================
   VIDEO SECTIONS
   ============================================================ */
.video-section { padding: 5rem 0; }
.video-section--alt { background-color: var(--white); }
.video-section--yellow { background-color: #f4dfa8; }
.video-section--yellow .section-title { color: var(--dark); }
.video-section--yellow .section-desc { color: var(--mid); }

.section-intro {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.38rem 1.1rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--dark);
  margin-bottom: 0.85rem;
  box-shadow: none;
}

.tag--pink   { background: var(--pink);   color: var(--white); }
.tag--teal   { background: var(--teal);   color: var(--white); }
.tag--yellow { background: var(--yellow); color: var(--dark);  }
.tag--dark   { background: var(--dark);   color: var(--white); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.title--pink   { color: var(--pink);   }
.title--teal   { color: var(--teal);   }
.title--yellow { color: var(--dark);   }
.title--dark   { color: var(--dark);   }

.section-desc {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--mid);
}

/* Grid layouts */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.video-grid--2col {
  grid-template-columns: repeat(2, 1fr);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* Video card */
.video-card {
  background: var(--white);
  border: 1px solid rgba(28,8,18,0.08);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  border: none;
}

/* Placeholder thumbnail */
.video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ph--pink   { background: linear-gradient(140deg, #FFAECE 0%, #D63566 100%); }
.ph--teal   { background: linear-gradient(140deg, #9DEAE0 0%, #2BA8B5 100%); }
.ph--yellow { background: linear-gradient(140deg, #FFE8A0 0%, #F4B942 100%); }
.ph--dark   { background: linear-gradient(140deg, #7B4F62 0%, #1C0812 100%); }

.play-btn {
  width: 58px; height: 58px;
  background: var(--white);
  border: 2.5px solid var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding-left: 4px;
  box-shadow: 3px 3px 0 rgba(28,8,18,0.4);
  transition: transform 0.2s;
}

.video-card:hover .play-btn {
  transform: scale(1.1);
}

/* ============================================================
   VERTICAL VIDEO CARDS (9:16)
   ============================================================ */
.vertical-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.vertical-video-card {
  text-align: center;
}

.vertical-video-wrap {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  border: 1px solid rgba(28,8,18,0.08);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--dark);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Poster images handle the preview placeholder */

.vertical-video-wrap:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.vertical-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vertical-video-wrap .badge--views {
  top: 0.65rem;
  left: 0.65rem;
  bottom: auto;
  right: auto;
}

/* Mute toggle hidden */
.mute-toggle {
  display: none;
}

/* Play button overlay — visible on hover, click to play with sound */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.92);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s, transform 0.2s;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.video-play-btn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent var(--dark);
  margin-left: 3px;
}

.vertical-video-wrap:hover .video-play-btn {
  opacity: 1;
}

.vertical-video-wrap:hover .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Hide play button when video is playing */
.vertical-video-wrap.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}

.vertical-video-card .video-title {
  margin-top: 0.75rem;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--mid);
}

/* ============================================================
   UGC INDUSTRY PAGE
   ============================================================ */
.ugc-category {
  margin-bottom: 4rem;
}

.ugc-category-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.ugc-category-emoji {
  font-size: 2rem;
  line-height: 1;
}

.ugc-category-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: var(--dark);
  margin: 0;
}

.ugc-category-header span.ugc-count {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--mid);
  background: rgba(28,8,18,0.06);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
}

.vertical-video-grid--4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.overlay-badge {
  position: absolute;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.22rem 0.6rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge--views {
  bottom: 0.65rem; right: 0.65rem;
  background: var(--dark);
  color: var(--white);
}

.badge--brand {
  top: 0.65rem; left: 0.65rem;
  background: var(--yellow);
  color: var(--dark);
}

.video-meta {
  padding: 0.85rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.video-title {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.87rem;
  color: var(--dark);
  line-height: 1.45;
  flex: 1;
}

/* ============================================================
   FEATURED ON
   ============================================================ */
.featured-on {
  background: var(--dark);
  padding: 4.5rem 0;
}

.featured-on h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--yellow);
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}

.press-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1.5rem;
}

.press-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.6rem;
  border: 1.5px solid rgba(255,248,238,0.18);
  border-radius: var(--radius-pill);
  transition: all 0.25s;
}

.press-logo img {
  height: 22px;
  width: auto;
  filter: brightness(0) invert(0.95) sepia(0.1) saturate(0.3);
  opacity: 0.7;
  transition: all 0.25s;
}

/* Opaque-bg PNGs: invert + screen blend to knock out background */
.press-logo--opaque img {
  filter: invert(1) grayscale(1);
  mix-blend-mode: screen;
  opacity: 0.85;
}

.press-logo:hover {
  border-color: var(--yellow);
  background: rgba(244,185,66,0.1);
}

.press-logo:hover img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.press-logo--opaque:hover img {
  filter: invert(1) grayscale(1) brightness(1.2);
  mix-blend-mode: screen;
  opacity: 1;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: var(--teal);
  padding: 4.5rem 2rem;
  text-align: center;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.cta-band p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 2rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--cream);
  border-top: 1px solid rgba(28,8,18,0.1);
  padding: 3rem 0 2rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--pink);
  text-decoration: none;
}

.footer-logo em { color: var(--dark); font-style: normal; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.25rem;
  border: 1.5px solid var(--dark);
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: var(--dark);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: all 0.15s;
}

.social-link:hover {
  background: var(--dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.footer-nav {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: var(--mid);
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--pink); }

.footer-copy {
  font-size: 0.8rem;
  color: var(--mid);
}

/* ============================================================
   PAGE HERO (About, Press)
   ============================================================ */
.page-hero {
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10rem 2rem 5rem;
  position: relative;
  overflow: hidden;
}

.page-hero--teal {
  background-color: var(--teal);
}

.page-hero--yellow {
  background-color: var(--yellow);
  border-bottom: 1px solid rgba(28,8,18,0.1);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.page-hero--teal h1 { color: var(--white); }
.page-hero--yellow h1 { color: var(--dark); }

.page-hero p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
}

.page-hero--teal p { color: rgba(255,255,255,0.85); }
.page-hero--yellow p { color: rgba(28,8,18,0.7); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-section { padding: 5rem 0; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: center;
}

.about-image {
  aspect-ratio: 4 / 5;
  background: var(--pink-light);
  border: 1px solid rgba(28,8,18,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--mid);
  font-size: 0.9rem;
  text-align: center;
  padding: 2rem;
  line-height: 1.6;
}

.about-image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.about-text .section-tag { margin-bottom: 1rem; }

.about-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  color: var(--dark);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.about-text h2 em { color: var(--pink); font-style: normal; }

.about-text p {
  font-size: 1rem;
  color: var(--mid);
  margin-bottom: 1rem;
  line-height: 1.75;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 2rem;
}

.pill {
  padding: 0.4rem 1rem;
  border: 1.5px solid rgba(28,8,18,0.12);
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 700;
}

.pill--pink   { background: var(--pink-light); color: var(--pink);      }
.pill--teal   { background: var(--teal-light); color: var(--teal-dark); }
.pill--yellow { background: var(--yellow-light); color: #9A6800;        }

/* Services */
.services-section {
  background: var(--white);
  padding: 5rem 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.service-card {
  background: var(--cream);
  border: 1px solid rgba(28,8,18,0.08);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.service-card h3 {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
  color: var(--dark);
}

.service-card p {
  font-size: 0.9rem;
  color: var(--mid);
  line-height: 1.65;
}

/* Contact */
.contact-section {
  padding: 5.5rem 0;
  background: var(--yellow);
}

.contact-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.contact-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  color: var(--dark);
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.contact-inner > p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(28,8,18,0.68);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.form-msg {
  padding: 1.2rem 1.5rem;
  border-radius: var(--radius);
  border: var(--border);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.form-msg--success {
  background: #e6f9e6;
  color: #1a6b1a;
}
.form-msg--error {
  background: #fce8e8;
  color: #a11;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.4rem;
  color: var(--dark);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid rgba(28,8,18,0.15);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--dark);
  transition: box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(214,53,102,0.2);
  border-color: var(--pink);
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.form-submit { text-align: center; margin-top: 0.5rem; }

/* ============================================================
   PRESS PAGE
   ============================================================ */
.press-section { padding: 5rem 0; }

.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.press-card {
  background: var(--white);
  border: 1px solid rgba(28,8,18,0.08);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.press-card:hover {
  transform: translateY(-4px) rotate(-0.3deg);
  box-shadow: var(--shadow-lg);
}

.press-card-logo {
  margin-bottom: 0.75rem;
  height: 24px;
  display: flex;
  align-items: center;
}

.press-card-logo img {
  height: 100%;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.25;
  transition: opacity 0.25s;
}

.press-card:hover .press-card-logo img {
  opacity: 0.45;
}

.press-card-thumb {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: transform 0.25s;
}
.press-card-thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.press-card:hover .press-card-thumb {
  transform: scale(1.02);
}

.press-outlet {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--pink);
}

.press-card h3 {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--dark);
  line-height: 1.45;
}

.press-card p {
  font-size: 0.87rem;
  color: var(--mid);
  line-height: 1.65;
  flex: 1;
}

.press-year {
  font-size: 0.78rem;
  color: var(--mid);
  opacity: 0.7;
}

.press-link {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--pink);
  text-decoration: none;
  transition: opacity 0.2s;
}

.press-link:hover { opacity: 0.65; }

/* Stats bar */
.stats-bar {
  background: var(--pink);
  padding: 3rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-item h3 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3rem);
  color: var(--yellow);
  letter-spacing: -0.03em;
  margin-bottom: 0.3rem;
}

.stat-item p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
}

/* Media kit */
.media-kit-section {
  background: var(--dark);
  padding: 4.5rem 2rem;
  text-align: center;
}

.media-kit-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  color: var(--yellow);
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.media-kit-section p {
  font-family: var(--font-serif);
  font-style: italic;
  color: rgba(255,248,238,0.8);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

/* ============================================================
   WHITNEY PHOTO — retro polaroid treatment
   ============================================================ */

/* Hero photo styles removed — now using .hero-image in new hero layout */

/* About page photo */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

/* Decorative sticker on about photo */
.photo-sticker {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--yellow);
  border: var(--border);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
  transform: rotate(12deg);
  box-shadow: var(--shadow);
  color: var(--dark);
  z-index: 2;
}

/* Old 1280px hero breakpoint removed — new hero uses 768px breakpoint above */

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* --- Tablet (960px) --- */
@media (max-width: 960px) {
  .container { padding: 0 1.5rem; }
  .video-grid           { grid-template-columns: repeat(2, 1fr); }
  .video-grid--2col     { grid-template-columns: repeat(2, 1fr); }
  .vertical-video-grid--4col { grid-template-columns: repeat(3, 1fr); }
  .about-grid           { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-image          { max-width: 400px; margin: 0 auto; }
  .services-grid        { grid-template-columns: repeat(2, 1fr); }
  .press-grid           { grid-template-columns: repeat(2, 1fr); }
  .stats-grid           { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}

/* --- Small tablet / large phone (768px) --- */
@media (max-width: 768px) {
  .nav-links            { display: none; }
  .nav-toggle           { display: flex; }
  .nav-inner            { padding: 0 1rem; }
  .vertical-video-grid--4col { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .vertical-video-grid  { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; max-width: 100%; }
  .page-hero            { min-height: 40vh; padding: 7rem 1.5rem 3rem; }
  .page-hero h1         { font-size: clamp(2rem, 8vw, 3.5rem); }
  .video-section        { padding: 3.5rem 0; }
  .section-intro        { margin-bottom: 2rem; }
  .press-grid           { grid-template-columns: 1fr; }
  .services-grid        { grid-template-columns: 1fr; }
  .featured-on          { padding: 3rem 0; }
  .press-logos          { gap: 0.5rem 0.75rem; }
  .press-logo           { padding: 0.4rem 1rem; }
  .press-logo img       { height: 16px; }
  .cta-band             { padding: 3rem 1.5rem; }
  .stats-bar            { padding: 2rem 0; }
  .stat-item h3         { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .stat-item p          { font-size: 0.78rem; }
  .contact-section      { padding: 3rem 0; }
  .media-kit-section    { padding: 3rem 1.5rem; }
}

/* --- Phone (480px) --- */
@media (max-width: 480px) {
  .container            { padding: 0 1rem; }
  .video-grid           { grid-template-columns: 1fr; }
  .video-grid--2col     { grid-template-columns: 1fr; }
  .vertical-video-grid  { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .vertical-video-grid--4col { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .stats-grid           { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .form-row             { grid-template-columns: 1fr; }
  .footer-nav           { flex-direction: column; gap: 0.75rem; }
  .social-links         { gap: 0.5rem; }
  .social-link          { padding: 0.45rem 0.9rem; font-size: 0.7rem; }
  .about-section        { padding: 3rem 0; }
  .about-text h2        { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .press-section        { padding: 3rem 0; }
  .photo-sticker        { width: 70px; height: 70px; font-size: 0.52rem; bottom: -10px; right: -10px; }
  .btn                  { font-size: 0.8rem; padding: 0.75rem 1.6rem; }
  .ugc-category-header  { flex-wrap: wrap; }
  .ugc-category-emoji   { font-size: 1.5rem; }
  .ugc-category-header h2 { font-size: 1.2rem; }

  /* Video play button — always visible on touch devices */
  .video-play-btn       { opacity: 0.85; width: 48px; height: 48px; }
  .video-play-btn::after { border-width: 8px 0 8px 14px; }
}
