:root {
  color-scheme: light;
  --ink: #191816;
  --muted: #66615a;
  --paper: #fffdf8;
  --soft: #f3efe6;
  --line: #ded6c8;
  --accent: #9f6d3a;
  --accent-dark: #6f4826;
  --green: #203c35;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(25, 24, 22, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a {
  opacity: 0.88;
}

.nav-links a:hover {
  opacity: 1;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.nav-cta {
  color: var(--ink);
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 7vw, 96px) 72px;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 10, 9, 0.84) 0%, rgba(8, 10, 9, 0.62) 38%, rgba(8, 10, 9, 0.18) 72%),
    linear-gradient(0deg, rgba(8, 10, 9, 0.64), rgba(8, 10, 9, 0.02) 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0c48e;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 6vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  font-size: 1.22rem;
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button.primary {
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 12px 34px rgba(111, 72, 38, 0.28);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.intro-band div {
  padding: 28px clamp(18px, 5vw, 64px);
  background: var(--green);
  color: var(--white);
}

.intro-band strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.intro-band span {
  color: rgba(255, 255, 255, 0.72);
}

.section {
  padding: clamp(70px, 9vw, 130px) clamp(20px, 7vw, 96px);
}

.section-grid,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.prose p,
.section-heading p,
.contact p,
.film-card p,
.footer p {
  color: var(--muted);
  line-height: 1.75;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}

.section-heading p {
  max-width: 430px;
  margin-bottom: 14px;
}

.films {
  background: var(--soft);
}

.film-grid,
.pricing-grid,
.premium-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.premium-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  align-items: stretch;
}

.film-card,
.price-card {
  background: var(--white);
  border: 1px solid rgba(25, 24, 22, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(25, 24, 22, 0.06);
}

.film-card {
  padding-bottom: 24px;
}

.film-card h3,
.film-card p {
  padding: 0 22px;
}

.film-card h3 {
  margin-top: 22px;
  margin-bottom: 8px;
}

.film-card p {
  margin-bottom: 0;
}

.film-thumb,
.video-frame {
  min-height: 230px;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111412;
}

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

.film-thumb {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(32, 60, 53, 0.35), rgba(159, 109, 58, 0.36)),
    url("assets/hero-wedding-videography.png") center / cover;
}

.film-thumb.alt {
  background-position: 65% 50%;
}

.film-thumb.deep {
  background-position: 80% 45%;
}

.play-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  box-shadow: var(--shadow);
}

.play-icon::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 28px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--green);
}

.price-card {
  position: relative;
  padding: 30px;
}

.price-card.featured,
.premium-card {
  border-color: rgba(159, 109, 58, 0.34);
  box-shadow: var(--shadow);
}

.price-card.featured {
  transform: translateY(-10px);
}

.premium-card {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 231, 211, 0.92));
}

.options-card {
  background: var(--green);
  color: var(--white);
}

.options-card li,
.options-card .price {
  color: rgba(255, 255, 255, 0.82);
}

.options-card li {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.options-card .badge {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--accent-dark);
  background: #f7e7d3;
  font-size: 0.78rem;
  font-weight: 800;
}

.price {
  margin-bottom: 22px;
  color: var(--accent-dark);
  font-size: 1.7rem;
  font-weight: 800;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.contact {
  background: var(--green);
  color: var(--white);
}

.contact .section-kicker {
  color: #f0c48e;
}

.contact p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 36px);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  border: 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 7vw, 96px);
  background: #111412;
  color: var(--white);
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 110px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 10, 9, 0.86), rgba(8, 10, 9, 0.48)),
      linear-gradient(0deg, rgba(8, 10, 9, 0.74), rgba(8, 10, 9, 0.08));
  }

  .intro-band,
  .section-grid,
  .section-heading,
  .contact,
  .film-grid,
  .pricing-grid,
  .premium-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: grid;
    margin-bottom: 28px;
  }

  .price-card.featured {
    transform: none;
  }

  .footer {
    display: grid;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 92vh;
    padding-bottom: 44px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intro-band div {
    padding: 22px 20px;
  }

  .section {
    padding: 58px 20px;
  }

  .film-thumb {
    min-height: 190px;
  }

  .video-frame {
    min-height: 190px;
  }
}
