/* ============================================================
   Overt Creative — shared styles (v2 multi-page)
   Design tokens & core components lifted verbatim from v1.
   ============================================================ */

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

:root {
  --red: #D42B2B;
  --red-dark: #b01c1c;
  --black: #0D0D0D;
  --mid: #141414;
  --mid2: #1C1C1C;
  --white: #FFFFFF;
  --muted: rgba(255,255,255,0.55);
  --muted-2: rgba(255,255,255,0.72);
  --line: rgba(255,255,255,0.08);
  --nav-h: 72px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

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

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 2.5rem; }
.narrow { max-width: 760px; }
.accent { color: var(--red); }
.center { text-align: center; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.15s, color 0.2s, border-color 0.2s;
}
.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.3); }
.btn-outline:hover { border-color: var(--white); }
.btn-ig-red { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-ig-red:hover { border-color: var(--red); color: var(--red); }

/* ── NAV ── */
nav.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  height: var(--nav-h);
  background: rgba(13,13,13,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-logo { display: block; }
.nav-logo img { height: 34px; width: auto; display: block; }

.nav-menu { display: flex; align-items: center; gap: 1.6rem; }
.nav-menu a.nav-link {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: rgba(255,255,255,0.72);
  transition: color 0.2s;
}
.nav-menu a.nav-link:hover, .nav-menu a.nav-link[aria-current="page"] { color: var(--white); }
.nav-ig { display: inline-flex; color: rgba(255,255,255,0.72); transition: color 0.2s; }
.nav-ig:hover { color: var(--red); }

.nav-burger {
  display: none;
  background: none; border: none; cursor: pointer;
  color: var(--white); padding: 0.4rem;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: calc(var(--nav-h) + 4.5rem) 0 3.5rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--mid) 0%, var(--black) 100%);
}
.eyebrow {
  display: inline-block;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--red); margin-bottom: 0.9rem;
}
.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95; letter-spacing: 0.02em; color: var(--white);
}
.page-hero .lede {
  font-size: 1.12rem; line-height: 1.7; color: var(--muted-2);
  max-width: 640px; margin-top: 1.25rem;
}

/* ── BREADCRUMB ── */
.crumbs { font-size: 0.74rem; color: var(--muted); margin-bottom: 1.25rem; letter-spacing: 0.03em; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--white); }
.crumbs span { color: rgba(255,255,255,0.3); margin: 0 0.4rem; }

/* ── PROSE / ARTICLE BODY ── */
.section { padding: 4.5rem 0; }
.section.alt { background: var(--mid); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prose { max-width: 760px; }
.prose h2 {
  font-size: 1.75rem; font-weight: 800; letter-spacing: -0.01em;
  margin: 2.5rem 0 1rem; color: var(--white); line-height: 1.2;
}
.prose h3 { font-size: 1.2rem; font-weight: 700; margin: 1.75rem 0 0.6rem; color: var(--white); }
.prose p { color: var(--muted-2); margin-bottom: 1.1rem; font-size: 1.03rem; line-height: 1.8; }
.prose ul, .prose ol { color: var(--muted-2); margin: 0 0 1.2rem 1.2rem; }
.prose li { margin-bottom: 0.55rem; line-height: 1.7; }
.prose a.inline { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--white); }
.prose > p:first-child { font-size: 1.12rem; color: rgba(255,255,255,0.8); }

/* ── SECTION HEADINGS ── */
.section-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--red); margin-bottom: 0.7rem;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem); line-height: 1;
  color: var(--white); margin-bottom: 1rem;
}
.section-intro { color: var(--muted-2); max-width: 620px; margin-bottom: 2.5rem; font-size: 1.03rem; }

/* ── CARD GRID (services / value) ── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.card {
  background: var(--mid2); border: 1px solid var(--line);
  padding: 2.1rem; border-radius: 8px;
  transition: border-color 0.2s, transform 0.2s;
  display: flex; flex-direction: column;
}
.card:hover { border-color: rgba(212,43,43,0.4); transform: translateY(-3px); }
.card .ic {
  width: 46px; height: 46px; background: rgba(212,43,43,0.12);
  border: 1px solid rgba(212,43,43,0.3); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem;
}
.card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.55rem; color: var(--white); }
.card p { font-size: 0.92rem; line-height: 1.65; color: var(--muted); margin-bottom: 1.1rem; }
.card .card-link {
  margin-top: auto; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--red); text-decoration: none;
}
.card .card-link:hover { color: var(--white); }
a.card { text-decoration: none; }

/* ── HOME HERO (from v1) ── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 7rem 2.5rem 5rem; max-width: 1240px; margin: 0 auto; gap: 5rem;
}
.hero-text { flex: 1; min-width: 0; }
.tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--red); border: 1px solid var(--red); padding: 0.35rem 0.8rem; margin-bottom: 1.6rem;
}
.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.6rem, 7vw, 7rem); line-height: 0.92; letter-spacing: 0.02em;
  margin-bottom: 0.9rem; color: var(--white);
}
.hero h2.hero-kw {
  font-size: 1.05rem; font-weight: 600; color: rgba(255,255,255,0.85);
  letter-spacing: 0.01em; margin-bottom: 1.4rem;
}
.hero-sub { font-size: 1.1rem; line-height: 1.7; color: var(--muted); max-width: 480px; margin-bottom: 2.4rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── VIDEO FRAME (from v1) ── */
.hero-video { flex-shrink: 0; width: 280px; }
.video-frame-wrap {
  position: relative; width: 100%; aspect-ratio: 9 / 16;
  border-radius: 18px; overflow: hidden;
  background: #1C1C1C url("/assets/reel-poster.jpg") center / cover no-repeat;
  box-shadow: 0 0 0 6px #1e1e1e, 0 0 0 9px rgba(255,255,255,0.06), 0 40px 100px rgba(0,0,0,0.7);
}
.video-frame-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ── AREAS STRIP ── */
.areas { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.5rem; }
.areas a {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--muted-2); text-decoration: none;
  border: 1px solid var(--line); border-radius: 999px; padding: 0.45rem 1rem;
  transition: border-color 0.2s, color 0.2s;
}
.areas a:hover { border-color: var(--red); color: var(--white); }

/* ── WORK / CLIPS GRID ── */
.clips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.clip {
  position: relative; aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden;
  background: var(--mid2); border: 1px solid var(--line);
  display: flex; align-items: flex-end;
}
.clip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.clip .cap {
  position: relative; z-index: 2; width: 100%;
  padding: 0.9rem; font-size: 0.72rem; line-height: 1.4; color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85));
}
.clip.placeholder { align-items: center; justify-content: center; }
.clip.placeholder span { color: rgba(255,255,255,0.3); font-size: 0.72rem; text-align: center; padding: 1rem; }

/* ── FAQ ── */
.faq { max-width: 760px; }
.faq details {
  border-bottom: 1px solid var(--line); padding: 1.1rem 0;
}
.faq summary {
  cursor: pointer; font-weight: 700; font-size: 1.02rem; color: var(--white);
  list-style: none; display: flex; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--red); font-size: 1.3rem; line-height: 1; }
.faq details[open] summary::after { content: '\2013'; }
.faq details p { color: var(--muted-2); margin-top: 0.8rem; line-height: 1.75; }

/* ── BLOG LIST ── */
.post-list { display: flex; flex-direction: column; gap: 1.2rem; max-width: 820px; }
.post-card {
  display: block; text-decoration: none; background: var(--mid2);
  border: 1px solid var(--line); border-radius: 8px; padding: 1.8rem;
  transition: border-color 0.2s, transform 0.2s;
}
.post-card:hover { border-color: rgba(212,43,43,0.4); transform: translateY(-2px); }
.post-card .meta { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 0.5rem; }
.post-card h3 { font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 0.5rem; }
.post-card p { color: var(--muted); font-size: 0.95rem; }
.badge-draft { display: inline-block; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--line); border-radius: 4px; padding: 0.15rem 0.5rem; margin-left: 0.6rem; }

/* ── CTA BAND ── */
.cta-band { background: var(--black); padding: 6rem 0; text-align: center; border-top: 1px solid var(--line); }
.cta-band h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.6rem, 5.5vw, 4.5rem); line-height: 1; margin-bottom: 1rem; }
.cta-band p { color: var(--muted); margin-bottom: 2.2rem; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-ctas { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ── FOOTER ── */
.footer-bar { background: var(--black); border-top: 1px solid rgba(255,255,255,0.06); padding: 3.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
.footer-brand img { height: 30px; width: auto; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; max-width: 260px; }
.footer-col h4 { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.9rem; }
.footer-col a { display: block; font-size: 0.88rem; color: var(--muted-2); text-decoration: none; margin-bottom: 0.55rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--red); }
.footer-copy { border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.5rem; font-size: 0.76rem; color: rgba(255,255,255,0.3); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .wrap { padding: 0 1.5rem; }
  .nav-burger { display: inline-flex; }
  .nav-menu {
    position: absolute; top: var(--nav-h); left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: rgba(13,13,13,0.99); border-bottom: 1px solid var(--line);
    padding: 0.5rem 1.5rem 1.25rem; display: none;
  }
  nav.site-nav.open .nav-menu { display: flex; }
  .nav-menu a.nav-link { padding: 0.85rem 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-menu .btn { margin-top: 0.8rem; width: 100%; justify-content: center; }
  .nav-ig { padding: 0.85rem 0; }

  .hero { flex-direction: column-reverse; text-align: center; padding-top: 8rem; gap: 3rem; }
  .hero-text { display: flex; flex-direction: column; align-items: center; }
  .hero-sub { text-align: center; }
  .hero-ctas { justify-content: center; }
  .hero-video { width: 210px; }

  .grid-3, .grid-2 { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .clips { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  nav.site-nav { padding: 0 1.1rem; }
  .hero { padding: 7rem 1.25rem 4rem; }
  .hero-ctas { width: 100%; flex-direction: column; gap: 0.75rem; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .cta-ctas { width: 100%; flex-direction: column; }
  .cta-ctas .btn { width: 100%; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .clips { grid-template-columns: 1fr 1fr; }
}

/* ---- Enquiry form (contact page) ---- */
.enquiry-form { margin: 1.5rem 0 2.5rem; max-width: 640px; }
.enquiry-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
@media (max-width: 560px) { .enquiry-form .form-row { grid-template-columns: 1fr; } }
.enquiry-form label { display: block; margin: 0 0 1.1rem; font-weight: 600; font-size: 0.92rem; color: var(--white); }
.enquiry-form .optional { color: var(--muted); font-weight: 400; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  display: block; width: 100%; margin-top: 0.4rem; padding: 0.7rem 0.85rem;
  background: var(--mid2); color: var(--white); border: 1px solid var(--line);
  border-radius: 8px; font: inherit; font-weight: 400;
}
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus {
  outline: none; border-color: var(--red);
}
.enquiry-form textarea { resize: vertical; }
.enquiry-form button { margin-top: 0.35rem; cursor: pointer; border: none; font: inherit; font-weight: 700; }
.enquiry-form .form-note { color: var(--muted); font-size: 0.85rem; margin-top: 0.8rem; }

/* Submit status message (success / error fallback) */
.form-status { font-size: 0.92rem; margin: 0.9rem 0 0; line-height: 1.5; }
.form-status:empty { display: none; }
.form-status.ok { color: #4ccf7a; font-weight: 600; }
.form-status.err {
  color: var(--white); background: rgba(212,43,43,0.12);
  border: 1px solid var(--red); border-radius: 8px; padding: 0.75rem 0.9rem;
}
.form-status.err a { color: var(--red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.enquiry-form button[disabled] { opacity: 0.65; cursor: default; }
.lead-pop button[disabled] { opacity: 0.65; cursor: default; }


/* ---- Work: showreel + results + brands ---- */
.work-showreel { display: flex; gap: 3.5rem; align-items: center; flex-wrap: wrap; justify-content: center; }
.work-reel { width: 300px; }
.work-reel-copy { max-width: 420px; }
.work-reel-copy .tight { margin-top: 0; }
.results-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: center; margin-top: 2.2rem; }
.results-stats .stat { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; line-height: 1; color: var(--red); }
.stat-label { color: var(--muted-2); font-size: 0.95rem; margin-top: 0.25rem; }
.results-note { color: var(--muted); font-size: 0.92rem; margin-top: 1.2rem; }
.results-proof { display: flex; gap: 1rem; align-items: flex-start; justify-content: center; }
.results-proof img { border-radius: 12px; max-width: 48%; height: auto; box-shadow: 0 8px 30px rgba(0,0,0,0.45); }
.brand-strip { display: flex; gap: 1.25rem; justify-content: center; align-items: stretch; flex-wrap: wrap; margin-top: 1.4rem; }
.brand-chip { display: flex; align-items: center; justify-content: center; border-radius: 12px; padding: 1rem 1.6rem; min-height: 84px; }
.brand-chip.light { background: #FFFFFF; }
.brand-chip.dark { background: var(--mid2); border: 1px solid var(--line); }
.brand-chip img { max-height: 52px; max-width: 200px; width: auto; height: auto; }
@media (max-width: 760px) {
  .results-grid { grid-template-columns: 1fr; }
  .results-proof img { max-width: 46%; }
}

/* ---- About layout ---- */
.about-layout { display: flex; gap: 3rem; align-items: center; flex-wrap: wrap; justify-content: center; }
.about-photo { border-radius: 16px; width: 340px; max-width: 100%; height: auto; box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.about-layout .prose { max-width: 520px; }

/* ---- Lead popup ---- */
.lead-pop { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 330px; max-width: calc(100vw - 36px);
  background: var(--mid); border: 1px solid rgba(212,43,43,0.5); border-radius: 14px; padding: 1.3rem 1.3rem 1.1rem;
  box-shadow: 0 12px 44px rgba(0,0,0,0.6); opacity: 0; transform: translateY(24px); transition: all .35s ease; }
.lead-pop.on { opacity: 1; transform: translateY(0); }
.lead-pop h4 { font-size: 1.05rem; color: var(--white); margin: 0 0 0.35rem; }
.lead-pop p { color: var(--muted-2); font-size: 0.87rem; margin: 0 0 0.8rem; line-height: 1.5; }
.lead-pop input { display: block; width: 100%; margin-bottom: 0.6rem; padding: 0.6rem 0.75rem; background: var(--mid2);
  color: var(--white); border: 1px solid var(--line); border-radius: 8px; font: inherit; font-size: 0.9rem; }
.lead-pop input:focus { outline: none; border-color: var(--red); }
.lead-pop button { width: 100%; cursor: pointer; border: none; font: inherit; font-weight: 700; }
.lead-pop .lp-x { position: absolute; top: 8px; right: 12px; background: none; border: none; color: var(--muted);
  font-size: 1.3rem; width: auto; cursor: pointer; line-height: 1; padding: 4px; }
.lead-pop .lp-x:hover { color: var(--white); }
