/* ════════════════════════════════════════════════════════
   Take One Visuals — shared stylesheet
   ════════════════════════════════════════════════════════ */

/* ─── Tokens ─────────────────────────────────────────── */
:root {
  --bg: #FAF7F2;            /* warm off-white */
  --ink: #1A1A1A;           /* near-black */
  --ink-soft: #4A4A4A;      /* secondary text */
  --rule: #E8E2D6;          /* faint divider */
  --accent: #8C7B66;        /* warm taupe */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  --maxw: 1320px;
}

/* Cross-fade page navigations (supporting browsers only) */
@view-transition { navigation: auto; }

/* ─── Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: 0.005em;
  margin: 0;
  line-height: 1.1;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 2.5rem;
}
section { padding: 6rem 0; }
@media (max-width: 720px) {
  section { padding: 4rem 0; }
  .container { padding: 0 1.5rem; }
}

/* ─── Nav ────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 2.5rem;
  z-index: 100;
  transition: background 0.4s ease, padding 0.4s ease;
  mix-blend-mode: difference;
  color: #fff;
}
.nav.scrolled,
.nav.solid {
  background: rgba(250, 247, 242, 0.96);
  backdrop-filter: blur(8px);
  padding: 1rem 2.5rem;
  mix-blend-mode: normal;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.wordmark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}
.nav-links {
  display: flex; gap: 2.5rem;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 400;
}
.nav-links a { opacity: 0.85; transition: opacity 0.2s; }
.nav-links a:hover { opacity: 1; }
.nav.solid .nav-links a { opacity: 0.7; }
.nav.solid .nav-links a:hover { opacity: 1; }
.nav-links a.active { opacity: 1; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

@media (max-width: 720px) {
  .nav { padding: 1.1rem 1.5rem; }
  .nav.scrolled, .nav.solid { padding: 0.8rem 1.5rem; }
  .nav-links { gap: 1.2rem; font-size: 10px; }
  .nav-links a:nth-child(2),
  .nav-links a:nth-child(3),
  .nav-links a:nth-child(4) { display: none; }
}

/* ─── Hero (home) ────────────────────────────────────── */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 828;  /* matches cropped video (2.32:1 cinemascope) */
  min-height: 420px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.hero-media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  background: #000;
  filter: brightness(0.85);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.55) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 2.5rem 3rem;
  max-width: var(--maxw);
  margin: 0 auto;
}
.hero h1 {
  font-size: clamp(2.4rem, 8vw, 6.5rem);
  font-style: italic;
  font-weight: 300;
  text-wrap: balance;
  margin-bottom: 1rem;
}
.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  opacity: 0.7;
  z-index: 2;
}

/* ─── Intro strip (home) ─────────────────────────────── */
.intro {
  text-align: center;
  border-bottom: 1px solid var(--rule);
}
.intro-heading {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  line-height: 1.2;
  max-width: 28ch;
  margin: 0 auto 2rem;
  color: var(--ink);
}
.intro-poetic {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.3rem, 1.85vw, 1.7rem);
  line-height: 1.55;
  max-width: 58ch;
  margin: 0 auto 2rem;
  color: var(--ink);
}
.intro-positioning {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.85vw, 1.7rem);
  line-height: 1.55;
  max-width: 64ch;
  margin: 0 auto;
  color: var(--ink);
}

/* Scroll-driven line-by-line rise for the intro copy */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .intro .reveal { opacity: 1; transform: none; transition: none; }
    .intro-heading, .intro-poetic, .intro-positioning {
      animation: intro-rise linear both;
      animation-timeline: view();
      animation-range: entry 10% entry 55%;
    }
  }
}
@keyframes intro-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

/* ─── Film cards (shared) ────────────────────────────── */
.film[data-yt] { cursor: pointer; }
.film-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d8d2c5;
}
.film-frame img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.film:hover .film-frame img { transform: scale(1.03); }
.play-icon {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.14);
  backdrop-filter: blur(2px);
  transition: background 0.3s, transform 0.3s;
}
.film:hover .play-icon { background: rgba(255,255,255,0.95); }
.play-icon svg { width: 18px; height: 18px; fill: #fff; margin-left: 3px; transition: fill 0.3s; }
.film:hover .play-icon svg { fill: var(--ink); }
.film-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
}
.film-meta h3 {
  font-size: 1.65rem;
  font-style: italic;
}
.film-meta .location {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-soft);
}
@media (max-width: 720px) {
  .film-meta { flex-direction: column; gap: 0.5rem; align-items: flex-start; }
  .film-meta h3 { font-size: 1.35rem; }
}

/* ─── Films section (home) ───────────────────────────── */
.films { background: var(--bg); }
.films-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 3.5rem;
  gap: 2rem;
}
.films-header h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
}
.films-link {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  transition: opacity 0.2s;
}
.films-link:hover { opacity: 0.6; }
.films .film { margin-bottom: 6rem; }
.films .film:last-child { margin-bottom: 0; }

/* ─── Page header (films page) ───────────────────────── */
.page-header {
  padding: 11rem 0 5rem;
  text-align: center;
  border-bottom: 1px solid var(--rule);
}
.page-header h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-style: italic;
  margin-bottom: 1.25rem;
}
.page-header p {
  max-width: 50ch;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 1.05rem;
}
@media (max-width: 720px) {
  .page-header { padding: 8rem 1.5rem 3.5rem; }
}

/* ─── Films grid (films page) ────────────────────────── */
.films-grid {
  padding: 6rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3rem;
}
.films-grid .film-meta { margin-top: 1.25rem; padding-top: 1rem; }
.films-grid .film-meta h3 { font-size: 1.5rem; }
@media (max-width: 820px) {
  .films-grid { grid-template-columns: 1fr; gap: 3.5rem; padding: 4rem 0; }
}
@media (max-width: 720px) {
  .films-grid .film-meta h3 { font-size: 1.3rem; }
}

/* ─── About strip (home) ─────────────────────────────── */
.about {
  background: #F3EEE4;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 820px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
}
.about-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-text h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  margin-bottom: 1.75rem;
}
.about-text p {
  color: var(--ink-soft);
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
  max-width: 48ch;
}
.about-text .signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5rem;
  margin: 2rem 0 0.35rem;
  color: var(--ink);
}
.about-text .signature-title {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0;
  max-width: none;       /* override the 48ch cap inherited from .about-text p */
}

/* ─── Reviews (carousel, home) ───────────────────────── */
.reviews {
  text-align: center;
  padding: 7rem 0;
}
.reviews .eyebrow {
  text-align: center;
}
.review-carousel {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  min-height: 360px;
  padding: 0 4rem;
}
.review-slide {
  position: absolute;
  inset: 0;
  padding: 0 4rem;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.review-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.review-slide p {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.4;
  color: var(--ink);
  max-width: 36ch;
}
.review-slide p::before { content: "\201C"; }
.review-slide p::after { content: "\201D"; }
.review-slide cite {
  display: block;
  margin-top: 2.25rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  padding: 1rem 0.5rem;
  cursor: pointer;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 0.2s, color 0.2s;
  z-index: 3;
}
.carousel-arrow:hover { opacity: 1; color: var(--ink); }
.carousel-arrow.prev { left: 0; }
.carousel-arrow.next { right: 0; }

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 2.5rem;
}
.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rule);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.carousel-dot:hover { background: var(--ink-soft); }
.carousel-dot.active {
  background: var(--accent);
  transform: scale(1.3);
}

.reviews-google {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.reviews-google-stars {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
}
.reviews-google-link {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  transition: opacity 0.2s;
}
.reviews-google-link:hover { opacity: 0.6; }

@media (max-width: 720px) {
  .reviews { padding: 5.5rem 0; }
  .review-carousel {
    min-height: 420px;
    padding: 0 2.5rem;
  }
  .review-slide { padding: 0 2.5rem; }
  .carousel-arrow { font-size: 1.5rem; padding: 0.5rem 0.25rem; }
  .reviews-google { margin-top: 3rem; flex-direction: column; gap: 1rem; }
}

/* ─── Experience (home) ──────────────────────────────── */
.experience {
  background: #F3EEE4;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.experience h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-style: italic;
  margin-bottom: 4rem;
}
.experience-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto 5rem;
  text-align: left;
}
@media (max-width: 820px) {
  .experience-steps { grid-template-columns: 1fr; gap: 2.5rem; margin-bottom: 4rem; }
}
.experience-step {
  border-top: 1px solid var(--rule);
  padding-top: 1.75rem;
}
.experience-step .step-number {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--accent);
  display: block;
  margin-bottom: 1rem;
}
.experience-step h3 {
  font-size: 1.65rem;
  font-style: italic;
  margin-bottom: 0.85rem;
}
.experience-step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}
.experience-collections {
  max-width: 52ch;
  margin: 0 auto;
}
.experience-collections p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 2.25rem;
}

/* ─── Buttons ────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 1.1rem 3rem;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background: transparent;
  transition: background 0.3s, color 0.3s;
}
.btn:hover {
  background: var(--ink);
  color: var(--bg);
}

/* ─── Final CTA ──────────────────────────────────────── */
.cta {
  background: var(--bg);
  color: var(--ink);
  text-align: center;
  border-top: 1px solid var(--rule);
}
.cta h2 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-style: italic;
  margin-bottom: 2.5rem;
}
.cta p {
  max-width: 44ch;
  margin: 0 auto 3rem;
  color: var(--ink-soft);
  font-size: 1.15rem;
  line-height: 1.65;
}

/* Honeybook inquiry form wrapper — section already warm, form gets full width */
.inquiry-form-wrap {
  max-width: 920px;
  margin: 2rem auto 0;
  padding: 0;
  text-align: left;
}
.inquiry-form-wrap [class*="hb-p-"] {
  min-height: 320px;
}
@media (max-width: 720px) {
  .inquiry-form-wrap {
    margin: 1.5rem auto 0;
  }
}

/* ─── Footer ─────────────────────────────────────────── */
footer {
  padding: 4rem 0 3rem;
  border-top: 1px solid var(--rule);
  text-align: center;
  background: var(--bg);
}
.footer-wordmark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}
.footer-rating {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
}
.footer-links {
  display: flex; justify-content: center; gap: 2rem;
  flex-wrap: wrap;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1.75rem;
}
.footer-links a:hover { color: var(--ink); }
.footer-area {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.75;
  margin-bottom: 0.85rem;
}
.footer-copy {
  font-size: 11px;
  color: var(--ink-soft);
  opacity: 0.6;
}

/* ─── Reveal on scroll ───────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .intro-heading, .intro-poetic, .intro-positioning { animation: none; }
  html { scroll-behavior: auto; }
}

/* ─── YouTube modal ──────────────────────────────────── */
.yt-modal {
  position: fixed; inset: 0;
  background: rgba(10, 10, 10, 0.94);
  z-index: 1000;
  display: flex;
  align-items: center; justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s;
}
.yt-modal.open { opacity: 1; visibility: visible; }
.yt-modal-frame {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  transform: scale(0.96) translateY(10px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.yt-modal.open .yt-modal-frame { transform: none; }
.yt-modal-frame iframe {
  width: 100%; height: 100%;
  border: 0;
  background: #000;
}
.yt-close {
  position: absolute;
  top: -3rem; right: -0.5rem;
  color: #fff;
  background: none; border: 0; padding: 0;
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.yt-close:hover { opacity: 1; }
@media (max-width: 720px) {
  .yt-close { top: -2.5rem; right: 0; font-size: 0.85rem; }
}
@media (prefers-reduced-motion: reduce) {
  .yt-modal, .yt-modal-frame { transition: none; }
}
