:root {
  --green: #2E5339;
  --green-light: #4A7C59;
  --gold: #C5A53B;
  --gold-light: #D4B85A;
  --sage: #E8F5E9;
  --cream: #FAFAFA;
  --cream-warm: #F5F0E8;
  --dark: #1a1a1a;
  --text: #333333;
  --text-light: #666666;
  --white: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 400;
  line-height: 1.2;
  color: var(--dark);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a { color: inherit; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
  display: block;
}


/* =============================================
   HERO
   ============================================= */

.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

.hero-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 100px;
  height: auto;
  z-index: 2;
  border-radius: 10px;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 clamp(1.5rem, 4vw, 4rem) 4rem;
  max-width: 720px;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  color: var(--white);
  font-style: italic;
  margin-bottom: 1.25rem;
  letter-spacing: -0.015em;
}

.hero-sub {
  font-size: clamp(0.92rem, 1.3vw, 1.05rem);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  max-width: 560px;
}

.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.45);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: pulseDown 2.5s ease-in-out infinite;
}

.hero-scroll svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255,255,255,0.45);
}

@keyframes pulseDown {
  0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.8; transform: translateX(-50%) translateY(6px); }
}


/* =============================================
   VISION
   ============================================= */

.vision {
  background: var(--white);
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 4vw, 2rem);
}

.vision-text {
  max-width: 660px;
  margin: 0 auto 4rem;
  text-align: center;
}

.vision h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 2rem;
}

.vision-body {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text);
}

.vision-attribution {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 2rem;
  font-style: italic;
  line-height: 1.65;
}

.vision-image {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2px;
}

.vision-image img {
  width: 100%;
  height: auto;
}


/* =============================================
   FULL-BLEED DIVIDER
   ============================================= */

.divider {
  width: 100%;
  height: clamp(280px, 45vh, 520px);
  overflow: hidden;
}

.divider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}


/* =============================================
   TRANSFORMATION
   ============================================= */

.transformation {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 4vw, 2rem);
  background: var(--cream);
}

.transformation-header {
  max-width: 660px;
  margin: 0 auto 4rem;
  text-align: center;
}

.transformation h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.ba-pair {
  max-width: 1100px;
  margin: 0 auto 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.ba-pair:last-child {
  margin-bottom: 0;
}

.ba-item {
  overflow: hidden;
}

.ba-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 2px;
}

.ba-caption {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 0.75rem;
  font-style: italic;
}


/* =============================================
   MATERIALS
   ============================================= */

.materials {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 4vw, 2rem);
  background: var(--green);
  color: var(--white);
}

.materials-header {
  max-width: 660px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.materials .eyebrow {
  color: var(--gold-light);
}

.materials h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--white);
}

.materials-intro {
  max-width: 600px;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.85;
}

.materials-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.material-card {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.35s ease, background 0.35s ease;
}

.material-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.11);
}

.material-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.material-card-body {
  padding: 1.5rem;
}

.material-card h3 {
  font-size: 1.25rem;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.material-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}


/* =============================================
   THE MAKING
   ============================================= */

.making {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 4vw, 2rem);
  background: var(--white);
}

.making-header {
  max-width: 660px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.making h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.making-intro {
  max-width: 620px;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.85;
}

.making-grid {
  max-width: 1100px;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.making-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.making-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.making-item:hover img {
  transform: scale(1.03);
}

.making-item.full {
  grid-column: 1 / -1;
}

.making-item.full img {
  aspect-ratio: 21 / 9;
  object-position: center 30%;
}

.render-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--green);
  color: var(--white);
  padding: 0.3rem 0.7rem;
  border-radius: 2px;
  z-index: 1;
}

.making-caption {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-top: 0.6rem;
  font-style: italic;
}

.video-row {
  max-width: 1100px;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #111;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* =============================================
   INVITATION
   ============================================= */

.invitation {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 4vw, 2rem);
  background: var(--cream-warm);
  text-align: center;
}

.invitation-content {
  max-width: 580px;
  margin: 0 auto;
}

.invitation h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 1.75rem;
}

.invitation-body {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text);
  margin-bottom: 2.5rem;
}

.cta-button {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  text-decoration: none;
  padding: 1rem 2.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.3s ease, transform 0.25s ease;
}

.cta-button:hover {
  background: var(--green-light);
  transform: translateY(-2px);
}

.contact-info {
  margin-top: 2rem;
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.8;
}

.contact-info a {
  color: var(--green);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.contact-info a:hover {
  border-bottom-color: var(--green);
}


/* =============================================
   FOOTER
   ============================================= */

.footer {
  padding: 3.5rem 2rem;
  background: var(--dark);
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}

.footer-logo {
  width: 64px;
  margin: 0 auto 1.5rem;
  border-radius: 8px;
  opacity: 0.8;
}

.footer-text {
  font-size: 0.78rem;
  line-height: 1.9;
  max-width: 480px;
  margin: 0 auto;
}

.footer-text strong {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

.footer-divider {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 1.25rem auto;
}


/* =============================================
   SCROLL ANIMATIONS
   ============================================= */

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }


/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 820px) {
  .ba-pair {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .materials-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .making-grid {
    grid-template-columns: 1fr;
  }

  .making-item.full {
    grid-column: span 1;
  }

  .making-item.full img {
    aspect-ratio: 16 / 10;
    object-position: center;
  }

  .video-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero-logo {
    width: 72px;
    top: 1.25rem;
    left: 1.25rem;
  }

  .hero-content {
    padding-bottom: 3rem;
  }

  .hero-scroll {
    display: none;
  }

  .ba-item img {
    aspect-ratio: 3 / 2;
  }
}
