:root {
  --black: #090a08;
  --ink: #171813;
  --white: #fff;
  --paper: #f4f2eb;
  --turquoise: #c83b2e;
  --turquoise-bright: #ea4536;
  --red: #ea4536;
  --coral-soft: #ead8d2;
  --warm-white: #fffaf4;
  --olive: #a4a66a;
  --line: rgba(23, 24, 19, .18);
  --radius: 28px;
  --pad: clamp(22px, 5vw, 74px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.homecast-landing-root {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--paper);
  overflow-x: hidden;
}

body:has(.homecast-landing-root) .entry-title,
body:has(.homecast-landing-root) .page-title,
body:has(.homecast-landing-root) .wp-block-post-title,
body:has(.homecast-landing-root) .elementor-page-title,
body:has(.homecast-landing-root) .post-title,
body:has(.homecast-landing-root) header.entry-header,
body:has(.homecast-landing-root) .wp-site-blocks > header,
body:has(.homecast-landing-root) .wp-block-template-part,
body:has(.homecast-landing-root) .wp-block-site-title,
body:has(.homecast-landing-root) .wp-block-navigation,
body:has(.homecast-landing-root) .elementor-heading-title,
body:has(.homecast-landing-root) .elementor-widget-theme-post-title,
body:has(.homecast-landing-root) .elementor-widget-heading:first-child,
body:has(.homecast-landing-root) .elementor-widget-heading,
body.homecast-landing-page .entry-title,
body.homecast-landing-page .page-title,
body.homecast-landing-page .wp-block-post-title,
body.homecast-landing-page .elementor-page-title,
body.homecast-landing-page .post-title,
body.homecast-landing-page header.entry-header,
body.homecast-landing-page .wp-site-blocks > header,
body.homecast-landing-page .wp-block-template-part,
body.homecast-landing-page .wp-block-site-title,
body.homecast-landing-page .wp-block-navigation,
body.homecast-landing-page .elementor-widget-theme-post-title,
body.homecast-landing-page .elementor-widget-heading:first-child,
body.homecast-landing-page .elementor-widget-heading {
  display: none !important;
}

body:has(.homecast-landing-root) .site-main,
body:has(.homecast-landing-root) .wp-site-blocks,
body:has(.homecast-landing-root) .entry-content,
body:has(.homecast-landing-root) .elementor,
body:has(.homecast-landing-root) .elementor-section,
body:has(.homecast-landing-root) .elementor-container,
body:has(.homecast-landing-root) .elementor-widget-container,
body.homecast-landing-page .site-main,
body.homecast-landing-page .wp-site-blocks,
body.homecast-landing-page .entry-content,
body.homecast-landing-page .elementor,
body.homecast-landing-page .elementor-section,
body.homecast-landing-page .elementor-container,
body.homecast-landing-page .elementor-widget-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  padding-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 36px));
  min-height: 66px;
  padding: 10px 12px 10px 22px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(9,10,8,.9);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  transform: translateX(-50%);
  transition: background .25s, top .25s;
}
.site-header.scrolled { top: 10px; background: rgba(9,10,8,.92); }
body.admin-bar .site-header {
  top: calc(18px + 32px);
}
body.admin-bar .site-header.scrolled {
  top: calc(10px + 32px);
}
.brand { width: 145px; }
.brand img { height: 30px; object-fit: contain; object-position: left; }
.desktop-nav { display: flex; gap: 28px; color: white; font-size: 13px; font-weight: 700; }
.desktop-nav a { opacity: .9; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta {
  justify-self: end;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--turquoise);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.header-cta .cta-arrow,
.button .cta-arrow,
.studio-link .cta-arrow,
.footer-social .cta-arrow {
  display: none;
}
.cta-arrow {
  position: relative;
  width: 13px;
  height: 13px;
  display: inline-block;
}
.cta-arrow::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}
.cta-arrow::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.menu-button, .mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  color: var(--white);
  background: var(--black);
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.012);
  transition: opacity .85s ease, transform 1.05s cubic-bezier(.2,.7,.2,1);
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both;
}
.hero-video {
  background: var(--black);
  pointer-events: none;
}
.hero-slide:not(.is-active) .hero-media { animation: none; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,6,5,.88) 0%, rgba(5,6,5,.45) 45%, rgba(5,6,5,.08) 75%),
              linear-gradient(0deg, rgba(5,6,5,.62), transparent 48%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(850px, 78%);
  padding: 180px var(--pad) 10vh;
}
.hero-content.centered {
  width: min(840px, 86%);
  margin-inline: auto;
  padding-inline: 0;
  padding-bottom: 13vh;
  text-align: center;
}
.hero-content.centered .hero-copy {
  margin-inline: auto;
}
.centered-actions {
  justify-content: center;
}
.eyebrow {
  margin: 0 0 22px;
  color: #4c4e46;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow.light { color: #e58a7f; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px;
  font-size: clamp(58px, 8vw, 116px);
  line-height: .9;
  letter-spacing: -.07em;
  font-weight: 800;
}
em {
  color: #d75b4e;
  font-family: "Lora", Georgia, serif;
  font-weight: 500;
}
.hero-copy {
  max-width: 640px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 1.6vw, 22px);
}
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-3px); }
.button.primary { color: var(--white); background: var(--turquoise); }
.button.primary:hover { background: var(--turquoise-bright); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
}
.light-link {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: transform .2s, border-color .2s, background .2s;
}
.light-link:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.76);
  background: rgba(255,255,255,.08);
}
.hero-proof {
  position: absolute;
  z-index: 2;
  right: clamp(46px, 9vw, 150px);
  bottom: clamp(210px, 32vh, 330px);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-dots {
  position: absolute;
  z-index: 4;
  left: var(--pad);
  bottom: 34px;
  display: flex;
  gap: 10px;
}
.hero-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.hero-dots button.is-active {
  width: 54px;
  background: var(--turquoise);
}
.pulse {
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--turquoise-bright);
  box-shadow: 0 0 0 0 rgba(200,59,46,.42);
  animation: pulse 2s infinite;
}
.scroll-cue {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 28px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.scroll-cue span { margin-left: 12px; color: white; }

.ticker {
  overflow: hidden;
  border-top: 1px solid rgba(200,59,46,.2);
  border-bottom: 1px solid rgba(200,59,46,.15);
  background: var(--coral-soft);
  color: var(--black);
}
.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  animation: ticker 14s linear infinite;
}
.ticker-wave {
  width: 23px;
  height: 16px;
  display: inline-grid;
  grid-template-columns: repeat(3, 3px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-style: normal;
}
.ticker-wave::before,
.ticker-wave::after,
.ticker-wave {
  background:
    linear-gradient(var(--turquoise), var(--turquoise)) 50% 50% / 3px 14px no-repeat;
}
.ticker-wave::before,
.ticker-wave::after {
  content: "";
  width: 3px;
  border-radius: 999px;
  background: var(--turquoise);
}
.ticker-wave::before { height: 8px; opacity: .75; }
.ticker-wave::after { height: 11px; opacity: .9; }

.section { padding: clamp(90px, 11vw, 160px) var(--pad); }
.section-intro { max-width: 790px; margin-bottom: 68px; }
h2 {
  margin-bottom: 28px;
  font-size: clamp(46px, 6.4vw, 92px);
  line-height: .94;
  letter-spacing: -.065em;
}
.section-intro > p:last-child {
  max-width: 610px;
  color: #5a5b54;
  font-size: 18px;
}
.process {
  padding-top: clamp(54px, 6vw, 92px);
  padding-bottom: clamp(56px, 6vw, 88px);
}
.process .section-intro {
  max-width: 1120px;
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(420px, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
}
.process .section-intro h2 {
  margin-bottom: 0;
  max-width: 760px;
  font-size: clamp(48px, 5.7vw, 82px);
}
.process .section-intro > p:last-child {
  max-width: 720px;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.34;
  color: #4d4f49;
}
.process-grid {
  max-width: 1400px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.process-card {
  min-height: 520px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.58);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.process-visual {
  position: relative;
  height: 250px;
  margin: 0;
  overflow: hidden;
  background: #d8d4cc;
}
.process-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  transform: scale(1.02);
}
.process-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9,10,8,.42), rgba(9,10,8,.02) 62%);
}
.step {
  position: absolute;
  z-index: 1;
  left: 22px;
  top: 20px;
  min-width: 48px;
  height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: var(--white);
  background: rgba(9,10,8,.42);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.process-copy {
  padding: 28px;
  margin-top: auto;
}
.process-card .eyebrow {
  margin-bottom: 14px;
  color: var(--turquoise);
  font-size: 12px;
}
.process-card h3 {
  max-width: 420px;
  margin-bottom: 12px;
  font-size: clamp(31px, 2.7vw, 42px);
  line-height: .98;
  letter-spacing: -.04em;
}
.process-card p {
  max-width: 430px;
  margin: 0;
  color: #565852;
  font-size: 16px;
  line-height: 1.45;
}
.accent-card {
  color: white;
  background: var(--black);
  border-color: var(--black);
}
.accent-card .process-visual { background: #111; }
.accent-card .process-visual::after {
  background: linear-gradient(0deg, rgba(9,10,8,.72), rgba(9,10,8,.05) 62%);
}
.accent-card .step {
  color: var(--black);
  border-color: rgba(255,255,255,.8);
  background: var(--turquoise-bright);
}
.accent-card .eyebrow { color: var(--turquoise-bright); }
.accent-card p { color: rgba(255,255,255,.72); }

.manifesto {
  min-height: 860px;
  background: var(--black);
  color: var(--white);
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  overflow: hidden;
}
.manifesto-image {
  position: relative;
  min-height: 760px;
  margin: 32px 0 32px 32px;
  border-radius: var(--radius);
  overflow: hidden;
}
.manifesto-image::after {
  content: "ESTUDIO HOMECAST · MEDELLÍN";
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: white;
  background: rgba(9,10,8,.58);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.manifesto-image img,
.manifesto-image video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(.88) contrast(1.04);
}
.manifesto-copy {
  padding: clamp(74px, 7vw, 112px) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manifesto-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: .98;
}
.manifesto-copy .manifesto-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.76);
  font-size: 17px;
}
.studio-formats {
  border-top: 1px solid rgba(255,255,255,.16);
}
.studio-formats article {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  display: grid;
  grid-template-columns: 38px minmax(135px, .65fr) 1fr;
  align-items: center;
  gap: 16px;
}
.studio-formats span {
  color: #d97a6f;
  font-size: 10px;
  font-weight: 800;
}
.studio-formats strong {
  color: white;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.04em;
}
.studio-formats p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
}
.studio-link {
  width: fit-content;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d75b4e;
  color: white;
  display: inline-flex;
  gap: 28px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.section-heading-row {
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
}
.section-heading-row h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 7vw, 104px);
  line-height: .9;
  letter-spacing: -.07em;
}
.section-heading-row > p {
  max-width: 620px;
  margin-bottom: 12px;
  color: #4f514b;
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.28;
}
.services {
  padding-top: clamp(42px, 5vw, 74px);
  padding-bottom: clamp(18px, 2.5vw, 36px);
}
.services .section-heading-row {
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(18px, 2.5vw, 30px);
  margin-bottom: clamp(34px, 4vw, 48px);
}
.services .section-heading-row > p {
  max-width: 780px;
  margin: 0;
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.24;
}
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card {
  position: relative;
  min-height: 500px;
  padding: 24px;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.service-card::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: center/cover no-repeat;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.service-card:hover::before { transform: scale(1.06); }
.service-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,6,5,.94), rgba(5,6,5,.05) 70%);
}
.service-card.audio::before { background-image: url("assets/studio/mic-warm.webp"); }
.service-card.video::before { background-image: url("assets/studio/lighting.webp"); }
.service-card.stream::before { background-image: url("assets/studio/mixer.webp"); }
.service-card.course::before { background-image: url("assets/course-mic.webp"); }
.service-number { color: white; font-size: 12px; font-weight: 800; }
.service-bottom { margin-top: auto; color: white; }
.service-bottom p { max-width: 310px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.35; }
.service-bottom h3 { margin: 12px 0 0; font-size: clamp(32px, 3.4vw, 50px); line-height: .94; letter-spacing: -.06em; }
.service-bottom a {
  position: static;
  width: fit-content;
  margin-top: 16px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  background: var(--turquoise);
  color: white;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: transform .2s, background .2s;
}
.service-bottom a:hover {
  transform: translateY(-3px);
  background: var(--turquoise-bright);
}

.clients {
  padding-top: clamp(42px, 4.5vw, 68px);
  padding-bottom: clamp(18px, 2.5vw, 34px);
  color: var(--white);
  background: #141511;
}
.clients-heading {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: start;
  gap: clamp(34px, 7vw, 96px);
}
.clients-heading h2 {
  max-width: 740px;
  margin: 0;
  color: var(--white);
  font-size: clamp(54px, 6.8vw, 98px);
  line-height: .9;
  letter-spacing: -.07em;
}
.clients-heading h2 em {
  color: var(--turquoise-bright);
}
.clients-intro {
  max-width: 620px;
  padding-top: 32px;
  padding-bottom: 0;
  justify-self: end;
}
.clients-intro p {
  margin-bottom: 22px;
  color: rgba(255,255,255,.7);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.28;
}
.clients-intro a {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: rgba(255,255,255,.06);
  transition: transform .2s, border-color .2s, background .2s;
}
.clients-intro a:hover {
  transform: translateY(-3px);
  border-color: var(--turquoise);
  background: rgba(200,59,46,.24);
}
.podcast-carousel {
  position: relative;
  padding-top: 20px;
}
.carousel-controls {
  position: absolute;
  z-index: 5;
  top: -44px;
  right: 0;
  display: flex;
  gap: 10px;
}
.carousel-button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: white;
  background: rgba(255,255,255,.06);
  cursor: pointer;
  transition: transform .2s, border-color .2s, background .2s;
}
.carousel-button:hover {
  transform: translateY(-2px);
  border-color: var(--turquoise);
  background: rgba(200,59,46,.22);
}
.podcast-grid {
  margin-inline: calc(var(--pad) * -1);
  padding-inline: var(--pad);
  padding-bottom: 4px;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--pad);
  scrollbar-width: none;
}
.podcast-grid::-webkit-scrollbar {
  display: none;
}
.podcast-card {
  position: relative;
  flex: 0 0 clamp(310px, 32vw, 440px);
  min-height: 520px;
  padding: 16px;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
  color: white;
  background: #070805;
  border: 1px solid rgba(255,255,255,.12);
  scroll-snap-align: start;
  transform: translateZ(0);
}
.podcast-card.featured-podcast {
  flex-basis: clamp(310px, 32vw, 440px);
}
.podcast-card img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: calc(var(--radius) - 10px);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s;
}
.podcast-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}
.podcast-overlay {
  display: none;
}
.podcast-number {
  position: absolute;
  top: 30px;
  left: 30px;
  color: rgba(255,255,255,.75);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.podcast-play {
  position: absolute;
  top: 30px;
  right: 30px;
  min-width: 78px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(9,10,8,.24);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: color .2s, background .2s, transform .2s;
}
.podcast-card:hover .podcast-play {
  color: white;
  background: var(--turquoise);
  border-color: var(--turquoise);
  transform: translateY(-2px);
}
.podcast-play.spotify-play {
  border-color: rgba(29,185,84,.75);
  color: white;
  background: rgba(29,185,84,.88);
}
.podcast-card:hover .podcast-play.spotify-play {
  background: #1db954;
  border-color: #1db954;
}
.podcast-info {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 18px 2px 4px;
}
.podcast-info span {
  color: #e58a7f;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.podcast-info h3 {
  max-width: 560px;
  margin: 8px 0 4px;
  font-size: clamp(27px, 2.7vw, 40px);
  line-height: 1;
  letter-spacing: -.05em;
}
.featured-podcast .podcast-info h3 {
  font-size: clamp(27px, 2.7vw, 40px);
}
.podcast-info p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
}
.podcast-info b {
  width: max-content;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  display: inline-flex;
  color: white;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: border-color .2s, background .2s;
}
.podcast-card:hover .podcast-info b {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.1);
}

.plans {
  padding-top: clamp(32px, 3.6vw, 54px);
  color: white;
  background: var(--black);
}
.plans-heading {
  max-width: 980px;
  margin-bottom: 30px;
}
.plans-heading h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(66px, 7.6vw, 118px);
  line-height: .88;
  letter-spacing: -.075em;
}
.plans-heading h2 em {
  color: var(--turquoise-bright);
}
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.plan-card {
  position: relative;
  min-height: 480px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(0) scale(1);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s ease, box-shadow .35s ease, background .35s ease;
}
.plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 22% 12%, rgba(234,69,54,.28), transparent 32%),
              linear-gradient(135deg, rgba(255,255,255,.08), transparent 52%);
  transition: opacity .35s ease;
}
.plan-card:hover,
.plan-card:focus-within {
  transform: translateY(-10px) scale(1.012);
  border-color: rgba(234,69,54,.85);
  box-shadow: 0 28px 70px rgba(0,0,0,.36);
}
.plan-card:hover::before,
.plan-card:focus-within::before {
  opacity: 1;
}
.plan-card.featured {
  color: var(--black);
  background: var(--warm-white);
  border: 2px solid var(--turquoise);
}
.plan-card.featured:hover,
.plan-card.featured:focus-within {
  box-shadow: 0 28px 80px rgba(234,69,54,.22);
}
.recommended {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--turquoise);
  color: var(--black);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plan-top > span { color: rgba(255,255,255,.45); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.featured .plan-top > span { color: rgba(0,0,0,.5); }
.plan-top h3 { margin: 60px 0 14px; font-size: 50px; line-height: 1; letter-spacing: -.06em; }
.plan-top p { color: rgba(255,255,255,.6); font-size: 14px; }
.featured .plan-top p { color: rgba(0,0,0,.65); }
.plan-card ul { margin: auto 0 32px; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.featured ul { border-color: rgba(0,0,0,.18); }
.plan-card li { padding: 7px 0; font-size: 13px; }
.plan-card li::before { content: "✓"; margin-right: 10px; color: var(--turquoise); }
.featured li::before { color: var(--turquoise); }
.plan-card > a {
  position: relative;
  width: max-content;
  display: flex;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: color .2s ease;
}
.featured > a { border-color: rgba(0,0,0,.2); }
.plan-card > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(.34);
  transform-origin: left;
  transition: transform .22s ease;
}
.plan-card:hover > a,
.plan-card:focus-within > a {
  color: var(--turquoise-bright);
}
.plan-card:hover > a::after,
.plan-card:focus-within > a::after {
  transform: scaleX(1);
}
.plan-card:active {
  transform: translateY(-4px) scale(.995);
}

.work {
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(54px, 6vw, 92px);
}
.work .section-heading-row {
  max-width: 1240px;
  margin-bottom: 28px;
  align-items: start;
}
.work .section-heading-row h2 {
  max-width: 760px;
  font-size: clamp(54px, 5.6vw, 84px);
  line-height: .94;
}
.work .section-heading-row > p {
  max-width: 520px;
  padding-top: 18px;
  font-size: clamp(18px, 1.35vw, 22px);
}
.work-grid {
  display: grid;
  gap: 18px;
}
.reels-grid {
  max-width: 1180px;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
}
.work-card {
  position: relative;
  min-height: 340px;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
  color: white;
}
.reel-card {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(9,10,8,.08);
  box-shadow: 0 18px 50px rgba(9,10,8,.08);
  transform: translateY(0) scale(1);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.work-card img,
.work-card video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
.work-card video {
  background: var(--black);
  pointer-events: none;
}
.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(5,6,5,.82) 0%, rgba(5,6,5,.32) 45%, rgba(5,6,5,.02) 72%);
}
.reel-card:hover,
.reel-card:focus-visible {
  border-color: rgba(200,59,46,.55);
  box-shadow: 0 28px 70px rgba(9,10,8,.18);
  transform: translateY(-8px) scale(1.01);
}
.reel-card:hover img,
.reel-card:focus-visible img,
.reel-card:hover video,
.reel-card:focus-visible video {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.045);
}
.reel-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--turquoise);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 14px 34px rgba(9,10,8,.18);
  transition: transform .3s ease, background .3s ease;
}
.reel-card:hover .reel-badge,
.reel-card:focus-visible .reel-badge {
  background: var(--turquoise-bright);
  transform: translateY(-2px);
}
.work-label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(15,17,16,.88), rgba(15,17,16,.74));
  backdrop-filter: blur(14px);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.work-label span { color: var(--turquoise); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.work-label strong { font-size: clamp(18px, 2vw, 28px); letter-spacing: -.04em; }

.testimonial {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: clamp(58px, 6.5vw, 96px);
  padding-bottom: clamp(54px, 6vw, 90px);
  border-top: 1px solid rgba(9,10,8,.06);
  border-bottom: 1px solid rgba(9,10,8,.06);
}
.quote-mark {
  position: absolute;
  top: clamp(12px, 2.2vw, 28px);
  left: 50%;
  width: 100%;
  color: rgba(200,59,46,.09);
  font-family: Georgia, serif;
  font-size: clamp(136px, 13vw, 218px);
  line-height: .75;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}
blockquote {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto 22px;
  padding-top: clamp(16px, 2vw, 28px);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.quote-author { position: relative; color: #606159; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.faq {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(460px, 1.15fr);
  align-items: start;
  gap: clamp(38px, 5vw, 78px);
  padding-top: clamp(64px, 7vw, 106px);
  padding-bottom: clamp(70px, 7vw, 112px);
}
.faq-heading {
  position: sticky;
  top: 130px;
  align-self: start;
  max-width: 470px;
}
.faq-heading h2 {
  margin-bottom: 22px;
  font-size: clamp(54px, 6.4vw, 92px);
}
.faq-note {
  max-width: 390px;
  margin: 0 0 28px;
  color: #5a5b54;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.35;
}
.faq-link {
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--turquoise);
  color: var(--black);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: color .2s ease, border-color .2s ease;
}
.faq-link:hover { color: var(--turquoise); border-color: currentColor; }
.accordion {
  border-top: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.28);
}
details {
  border-bottom: 1px solid var(--line);
  padding-inline: clamp(18px, 2.2vw, 34px);
}
details:last-child { border-bottom: 0; }
summary {
  padding: clamp(22px, 2.4vw, 32px) 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: clamp(19px, 1.6vw, 25px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.03em;
}
summary::-webkit-details-marker { display: none; }
summary span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(9,10,8,.14);
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--turquoise);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
summary:hover span {
  background: var(--turquoise);
  border-color: var(--turquoise);
  color: white;
}
details[open] summary span { transform: rotate(45deg); }
details p {
  max-width: 690px;
  padding: 0 68px clamp(22px, 2vw, 30px) 0;
  color: #5a5b54;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.48;
}

footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 26px clamp(34px, 8vw, 120px) 18px;
  border-radius: 0;
  color: white;
  background: var(--black);
  display: grid;
  grid-template-columns: 150px minmax(210px, 1fr) auto;
  gap: 22px clamp(24px, 3vw, 44px);
  align-items: center;
}
.footer-brand {
  grid-column: 1;
  grid-row: 1;
  width: 132px;
  margin-bottom: 0;
}
footer > p {
  grid-column: 2;
  grid-row: 1;
  max-width: 270px;
  margin: 0;
  color: rgba(255,255,255,.55);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  line-height: 1.3;
}
.footer-navigation {
  width: 100%;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: grid;
  grid-template-columns: auto auto;
  gap: clamp(22px, 3vw, 38px);
  align-items: center;
}
.footer-links,
.footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  font-size: 13px;
}
.footer-links > span,
.footer-social > span {
  display: none;
  margin-bottom: 0;
  color: rgba(255,255,255,.35);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.footer-links a:hover { color: var(--turquoise); }
.footer-social a {
  min-width: auto;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 8px;
  transition: color .2s, border-color .2s, background .2s;
}
.footer-social a:hover {
  color: #e58a7f;
  border-color: #c83b2e;
  background: rgba(200,59,46,.12);
}
.footer-social svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.footer-social a:last-child svg {
  fill: currentColor;
  stroke: none;
}
.footer-social b { font-weight: 400; }
.footer-bottom {
  grid-column: 1/-1;
  margin-top: 2px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.13);
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.38);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

@media (max-width: 1050px) {
  footer {
    width: 100%;
    grid-template-columns: 140px 1fr;
    gap: 26px;
  }
  .footer-navigation {
    grid-column: 1/-1;
    grid-row: auto;
    justify-self: stretch;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.13);
  }
  .footer-brand { grid-column: 1; grid-row: 1; }
  footer > p { grid-column: 2; grid-row: 1; }
  footer > p { margin-top: 0; }
}
.whatsapp {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 50%;
  background: #25d366;
  border: 2px solid rgba(255,255,255,.86);
  box-shadow: 0 18px 44px rgba(9,10,8,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(9,10,8,.28);
}
.whatsapp svg { width: 100%; height: 100%; fill: white; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(200,59,46,0); } 100% { box-shadow: 0 0 0 0 rgba(200,59,46,0); } }
@keyframes hero-in { from { opacity: .25; transform: scale(1.09); } to { opacity: 1; transform: scale(1.02); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button {
    justify-self: end;
    width: 42px;
    height: 42px;
    padding: 12px;
    border: 0;
    border-radius: 50%;
    border: 1px solid rgba(200,59,46,.5);
    background: var(--warm-white);
    display: grid;
    align-content: center;
    gap: 5px;
  }
  .menu-button span { height: 2px; background: var(--turquoise); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu {
    position: fixed;
    z-index: 95;
    top: 0;
    inset-inline: 0;
    padding: 120px var(--pad) 50px;
    color: white;
    background: var(--black);
    display: grid;
    gap: 18px;
    font-size: 30px;
    transform: translateY(-110%);
    transition: transform .35s cubic-bezier(.2,.7,.2,1);
  }
  .mobile-menu.open { transform: none; }
  .hero-content { width: 100%; }
  .hero-content.centered {
    width: 100%;
    padding-inline: var(--pad);
    text-align: left;
  }
  .centered-actions { justify-content: flex-start; }
  .hero-proof { display: none; }
  .process .section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .process-grid, .service-grid, .plan-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 460px; }
  .process-visual { height: 240px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 55vh; margin: 24px 24px 0; }
  .section-heading-row { grid-template-columns: 1fr; }
  .clients-heading { grid-template-columns: 1fr; }
  .clients-intro { margin-top: 20px; }
  .carousel-controls {
    position: static;
    margin: -18px 0 24px;
  }
  .podcast-card,
  .podcast-card.featured-podcast {
    flex-basis: min(74vw, 430px);
    min-height: 500px;
  }
  .section-heading-row > p { margin-top: 20px; }
  .service-card { min-height: 490px; }
  .reels-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .work-card { min-height: 340px; }
  .reel-card { aspect-ratio: 16 / 10; }
  .faq {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .faq-heading { position: static; }
  .faq-note { max-width: 640px; }
}

@media (max-width: 600px) {
  :root { --radius: 22px; }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 58px; padding-left: 16px; }
  body.admin-bar .site-header { top: calc(10px + 46px); }
  body.admin-bar .site-header.scrolled { top: calc(10px + 46px); }
  .brand { width: 125px; }
  .hero {
    min-height: min(690px, 92svh);
    isolation: isolate;
  }
  .hero-media {
    object-position: 48% center;
    transform: scale(1);
  }
  .hero-slide-center .hero-media { object-position: 50% center; }
  .hero-video {
    min-width: 100%;
    min-height: 100%;
  }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,6,5,.92) 0%, rgba(5,6,5,.3) 70%, rgba(5,6,5,.18)); }
  .hero-content { padding-top: 118px; padding-bottom: 82px; }
  .hero-content.centered { padding-bottom: 82px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  h2 { font-size: clamp(39px, 11.5vw, 58px); }
  .hero-copy {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-dots {
    left: var(--pad);
    bottom: 22px;
  }
  .hero-dots button { width: 26px; }
  .hero-dots button.is-active { width: 42px; }
  .scroll-cue { left: var(--pad); right: auto; }
  .section { padding-block: 62px; }
  .process { padding-top: 42px; }
  .process .section-intro { margin-bottom: 24px; }
  .process .section-intro > p:last-child { font-size: 16px; }
  .process-grid, .section-intro, .section-heading-row, .plans-heading { margin-bottom: 28px; }
  .process-grid {
    display: flex;
    gap: 14px;
    margin-inline: calc(var(--pad) * -1);
    padding-inline: var(--pad);
    padding-bottom: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .process-grid::-webkit-scrollbar { display: none; }
  .process-grid::after {
    content: "";
    flex: 0 0 1px;
  }
  .process-card {
    flex: 0 0 min(82vw, 360px);
    min-height: 360px;
    scroll-snap-align: start;
  }
  .process-visual { height: 165px; }
  .process-copy { padding: 20px; }
  .process-card h3 { font-size: clamp(30px, 9vw, 40px); }
  .whatsapp {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    padding: 13px;
  }
  .manifesto-image {
    min-height: 0;
    aspect-ratio: 1 / 1;
    margin: 12px 12px 0;
  }
  .manifesto-image video {
    object-position: center center;
  }
  .manifesto-copy { padding-block: 46px 58px; }
  .manifesto-copy h2 { font-size: clamp(38px, 10.5vw, 52px); }
  .manifesto-copy .manifesto-lead { font-size: 16px; }
  .studio-formats article {
    padding: 14px 0;
    grid-template-columns: 28px 1fr;
    gap: 5px 12px;
  }
  .studio-formats p { grid-column: 2; }
  .services .section-heading-row {
    gap: 16px;
    margin-bottom: 28px;
  }
  .services .section-heading-row > p {
    font-size: 18px;
    line-height: 1.36;
  }
  .service-grid { gap: 12px; }
  .service-card {
    min-height: 330px;
    padding: 20px;
  }
  .service-bottom h3 { font-size: clamp(31px, 10vw, 42px); }
  .service-bottom p { font-size: 13px; }
  .podcast-card,
  .podcast-card.featured-podcast {
    flex-basis: 80vw;
    min-height: 360px;
  }
  .featured-podcast .podcast-info h3,
  .podcast-info h3 { font-size: 30px; }
  .clients { padding-block: 62px; }
  .carousel-track { gap: 14px; }
  .plan-card {
    min-height: 410px;
    padding: 28px 24px 24px;
  }
  .work .section-heading-row { margin-bottom: 24px; }
  .work .section-heading-row > p { padding-top: 0; }
  .work-card { min-height: 280px; }
  .reels-grid {
    max-width: 100%;
    gap: 16px;
  }
  .reel-card {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }
  .testimonial {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .quote-mark { font-size: 112px; }
  blockquote {
    padding-top: 12px;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.02;
  }
  .video-work-card video {
    object-position: center center;
  }
  .work-label {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 15px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .reel-badge {
    top: 14px;
    right: 14px;
    min-height: 32px;
    padding-inline: 13px;
  }
  .faq {
    padding-top: 48px;
    padding-bottom: 58px;
    gap: 28px;
  }
  .faq-heading h2 { margin-bottom: 16px; }
  .faq-note {
    margin-bottom: 22px;
    font-size: 16px;
  }
  details { padding-inline: 16px; }
  summary { font-size: 18px; }
  summary span {
    width: 30px;
    height: 30px;
    font-size: 21px;
  }
  details p {
    padding-right: 0;
    font-size: 15px;
  }
  footer {
    width: 100%;
    padding: 34px 22px 22px;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 0;
  }
  .footer-brand { grid-column: auto; grid-row: auto; }
  footer > p {
    grid-column: auto;
    grid-row: auto;
    max-width: 260px;
  }
  .footer-navigation {
    grid-column: auto;
    justify-self: stretch;
    padding-top: 22px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .footer-social {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .footer-social a { width: 100%; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 420px) {
  .footer-navigation { grid-template-columns: 1fr; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
