/*
Theme Name: Finding You Finding Me
Theme URI: https://findingyoufindingme.com
Author: SOWA Films
Description: A lightweight cinematic block theme created for Finding You, Finding Me.
Version: 1.0.3
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: fyfm
*/

:root {
  --fyfm-shadow: 0 24px 70px rgba(8, 15, 21, .13);
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.wp-site-blocks > main {
  margin-block-start: 0;
}

a {
  text-underline-offset: .18em;
}

.fyfm-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--wp--preset--color--ivory);
}

.fyfm-header .wp-block-site-title a,
.fyfm-header .wp-block-navigation-item__content {
  color: inherit;
  text-decoration: none;
}

.fyfm-header .wp-block-site-title {
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.admin-bar .fyfm-header {
  top: 32px;
}

.fyfm-hero {
  min-height: 92svh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 30%, rgba(194, 163, 107, .34), transparent 25rem),
    radial-gradient(circle at 15% 78%, rgba(111, 135, 152, .30), transparent 30rem),
    linear-gradient(135deg, #0b1218 0%, #182733 50%, #421f20 100%);
}

.fyfm-hero::before,
.fyfm-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(243, 238, 229, .16);
  border-radius: 50%;
}

.fyfm-hero::before {
  width: 42rem;
  height: 42rem;
  right: -18rem;
  top: -11rem;
}

.fyfm-hero::after {
  width: 31rem;
  height: 31rem;
  left: -16rem;
  bottom: -17rem;
}

.fyfm-hero-inner {
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(4rem, 10vw, 8rem) !important;
}

.fyfm-kicker {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.fyfm-title {
  max-width: 13ch;
  font-size: clamp(3.4rem, 9vw, 8.6rem) !important;
  line-height: .89 !important;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.fyfm-lead {
  max-width: 38rem;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.62;
  color: rgba(243, 238, 229, .84);
}

.fyfm-buttons .wp-block-button__link {
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.fyfm-buttons .wp-block-button__link:hover {
  transform: translateY(-2px);
}

.fyfm-casting-banner {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px rgba(255, 255, 255, .22), inset 0 -1px rgba(17, 24, 32, .12);
}

.fyfm-casting-banner::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
  right: -11rem;
  top: -12rem;
  border: 1px solid rgba(17, 24, 32, .14);
  border-radius: 50%;
  pointer-events: none;
}

.fyfm-casting-title {
  max-width: 14ch;
  font-size: clamp(2.5rem, 5vw, 5rem) !important;
  line-height: .98 !important;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.fyfm-casting-meta {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.fyfm-casting-banner .wp-block-button__link {
  transition: transform .2s ease, background-color .2s ease;
}

.fyfm-casting-banner .wp-block-button__link:hover {
  transform: translateY(-2px);
  background-color: #243542 !important;
}

.fyfm-section {
  padding-top: clamp(5rem, 10vw, 9rem) !important;
  padding-bottom: clamp(5rem, 10vw, 9rem) !important;
}

.fyfm-section-title {
  max-width: 13ch;
  font-size: clamp(2.5rem, 5.4vw, 5.5rem) !important;
  line-height: .98 !important;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.fyfm-prose {
  max-width: 43rem;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.78;
}

.fyfm-card-grid {
  align-items: stretch !important;
}

.fyfm-card-grid > .wp-block-column {
  border-top: 1px solid rgba(17, 24, 32, .2);
  padding-top: 1.5rem;
}

.fyfm-number {
  font-family: var(--wp--preset--font-family--display);
  font-size: 2.2rem;
  color: var(--wp--preset--color--brick);
}

.fyfm-quote {
  max-width: 19ch;
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.fyfm-film-facts {
  box-shadow: var(--fyfm-shadow);
}

.fyfm-film-facts .wp-block-column {
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.fyfm-film-facts .wp-block-column + .wp-block-column {
  border-left: 1px solid rgba(243, 238, 229, .18);
}

.fyfm-rule {
  opacity: .28;
}

.fyfm-footer a {
  color: inherit;
}

@media (max-width: 781px) {
  body.admin-bar .fyfm-header {
    top: 46px;
  }

  .fyfm-header .wp-block-navigation__responsive-container-open {
    color: var(--wp--preset--color--ivory);
  }

  .fyfm-title {
    font-size: clamp(3.25rem, 16vw, 5.3rem) !important;
  }

  .fyfm-film-facts .wp-block-column + .wp-block-column {
    border-left: 0;
    border-top: 1px solid rgba(243, 238, 229, .18);
  }

  .fyfm-casting-banner .wp-block-buttons {
    margin-top: 2rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fyfm-buttons .wp-block-button__link {
    transition: none;
  }

  .fyfm-casting-banner .wp-block-button__link {
    transition: none;
  }
}
