/* =========================
   EVERMORE & ALWAYS COLOR SYSTEM
   ========================= */

:root {
    --wine: #5b1f2a;
    --gold: #c9a227;
    --cream: #fdfaf5;
    --ink: #6f5b5b;
}

html {
    scroll-behavior: smooth;
}

body {
    opacity: 0;
    animation: pageLoad 0.6s ease forwards;
}

@keyframes pageLoad {
    to {
        opacity: 1;
    }
}
/* =========================
   EVERMORE & ALWAYS V3
   ========================= */

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #f8f5ef;
    color: #3d2b2b;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}

.hero-content {
    flex: 1;
    max-width: 650px;
}

.hero-script {
    font-family: 'Great Vibes', cursive;
    font-size: 2.2rem;
    color: var(--gold);
    margin-bottom: 20px;
}

.hero h1,
.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    font-weight: 500;
    color: #5b1f2a;
    line-height: 1;
    margin-bottom: 15px;
}

.hero h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 8px;
    color: #7b5a5a;
}

.hero-intro {
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.hero-welcome {
    font-size: 1.15rem;
    margin-bottom: 40px;
    line-height: 2;
}

.hero {
    background: radial-gradient(
        circle at top,
        rgba(255, 250, 244, 0.9) 0%,
        rgba(253, 250, 245, 1) 55%,
        rgba(247, 241, 234, 1) 100%
    );
}

.hero-text,
.hero-image {
    position: relative;
    z-index: 2;
}

/* =========================
   BUTTON RESET (SAFE STATE)
   ========================= */


/* =========================
   MEET REV TAARA
   ========================= */

#meet-taara {
    padding: 120px 8%;
    background: #fffdf9;
}

.meet-container {
    max-width: 850px;
    margin: auto;
}

.meet-image {
    flex: 1;
    text-align: center;
}

.meet-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.meet-text {
    text-align: left;
}

.section-script {
    font-family: 'Great Vibes', cursive;
    font-size: 2.15rem;
    font-weight: 400;
    color: var(--gold);
    line-height: 1.15;
    text-align: center;
    margin-bottom: 26px;
    letter-spacing: 0.2px;
    opacity: 0.96;
}

.meet-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    color: #5b1f2a;
    margin-bottom: 30px;
}

.meet-text p:not(.section-script) {
    margin-bottom: 22px;
    font-size: 1.1rem;
    line-height: 1.9;
}

.welcome-line {
    margin-top: 40px;
    font-size: 1.2rem;
    color: #5b1f2a;
    font-weight: 500;
}

/* =========================
   TELL ME YOUR STORY
   ========================= */

#tell-your-story {
    padding: 120px 8%;
    background: #fdfaf5;
    text-align: center;
}

.story-container {
    max-width: 900px;
    margin: auto;
}

.story-lines {
    margin: 60px 0;
}

.story-line {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #5b1f2a;
    margin: 35px 0;

    opacity: 0;
    animation: fadeStory 1.5s ease forwards;
}

.story-line:nth-child(1) {
    animation-delay: 0.5s;
}

.story-line:nth-child(2) {
    animation-delay: 2.5s;
}

.story-line:nth-child(3) {
    animation-delay: 4.5s;
}

.story-line:nth-child(4) {
    animation-delay: 6.5s;
}

.story-text {
    margin-top: 80px;
}

.story-text p {
    margin-bottom: 30px;
    font-size: 1.15rem;
    line-height: 2;
}

@keyframes fadeStory {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* =========================
   HOW WILL YOUR CHAPTER BEGIN
   ========================= */

#beginning {
    padding: 120px 8%;
    background: #fffdf9;
    text-align: center;
}

.beginning-container {
    max-width: 1200px;
    margin: auto;
}

.beginning-intro {
    max-width: 700px;
    margin: 20px auto 70px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #6f5b5b;
}

.package-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.package-card {
    background: white;
    padding: 45px 35px;
    border-radius: 28px;
    width: 320px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.package-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #5b1f2a;
    margin-bottom: 20px;
}

.price {
    font-size: 2rem;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 25px;
}

.package-card p {
    line-height: 1.9;
}

.featured {
    border: 2px solid var(--gold);
    transform: scale(1.04);
}
.meet-highlight {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #5b1f2a;
    text-align: center;
    margin: 32px 0;
}
footer {
    padding-top: 120px;
}
/* =========================
   OFT ASKED QUESTIONS
   ========================= */

#faq {
    padding: 120px 8%;
    background: #fffdf9;
}

.faq-container {
    max-width: 900px;
    margin: auto;
}

.faq-intro {
    text-align: center;
    margin-bottom: 70px;
    font-size: 1.15rem;
    color: #6f5b5b;
}

.faq-item {
    margin-bottom: 70px;
}

.faq-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #5b1f2a;
    margin-bottom: 25px;
}

.faq-item p {
    margin-bottom: 16px;
    line-height: 1.9;
}
/* =========================
   STORIES IN BLOOM
   ========================= */

#stories-in-bloom {
    padding: 120px 8%;
    background: #fdfaf5;
    text-align: center;
}

.bloom-container {
    max-width: 800px;
    margin: auto;
}

.bloom-opening {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #5b1f2a;
    margin-top: 40px;
    margin-bottom: 25px;
}

.bloom-text {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #6f5b5b;
    font-style: italic;
}
/* =========================
   SHALL WE BEGIN
   ========================= */

#contact {
    padding: 120px 8%;
    background: #fffdf9;
    text-align: center;
}

.contact-container {
    max-width: 850px;
    margin: auto;
}

.contact-opening {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #5b1f2a;
    margin-top: 40px;
    margin-bottom: 50px;
}

.contact-text {
    font-size: 1.15rem;
    line-height: 2;
    margin-bottom: 24px;
}

.contact-closing {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    color: #5b1f2a;
    margin-top: 30px;
}

/* =========================
   BUTTON RESET (SAFE STATE)
   ========================= */


/* =========================
   FLOW & RHYTHM SYSTEM
   ========================= */

/* HERO stays strong and full */
.hero {
    padding: 80px 8%;
}

/* Meet Rev. Taara — airy introduction */
#meet-taara {
    padding: 150px 8%;
}

/* Story / philosophy — slightly tighter focus */
#tell-your-story {
    padding: 110px 8%;
}

/* Chapter pricing — structured, grounded */
#beginning {
    padding: 130px 8%;
}

/* Story unfolding — airy, poetic */
#story-unfold {
    padding: 120px 8%;
}

/* FAQ — more structured, less airy */
#faq {
    padding: 120px 8%;
}

/* Stories in Bloom — soft reflection */
#stories-in-bloom {
    padding: 150px 8%;
}

/* Contact — final breath / spacious ending */
#contact {
    padding: 150px 8%;
}
/* =========================
   SECTION FLOW DIVIDERS
   ========================= */

section {
    position: relative;
}

/* soft separation between sections */
section:not(:last-child)::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    margin: 0 auto;
    margin-top: 80px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    opacity: 0.4;
}
/* =========================
   SCROLL REVEAL LAYER
   ========================= */

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.9s ease, transform 0.9s ease;
    will-change: opacity, transform;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.hero img {
    opacity: 0;
    animation: heroImgFade 1.2s ease forwards;
}

@keyframes heroImgFade {
    to {
        opacity: 1;
    }
}
body {
    letter-spacing: 0.2px;
}

h2, h3 {
    letter-spacing: 0.3px;
}
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding: 80px 8%;
    position: relative;
    overflow: hidden;
}
.hero-text h1 {
    font-size: 3.4rem;
    line-height: 1.15;
    color: var(--wine);
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.hero-subtitle {
    font-size: 1.2rem;
    max-width: 520px;
    line-height: 1.8;
    color: var(--ink);
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    padding: 18px 40px;
    border-radius: 50px;

    background: #5b1f2a;
    color: white;

    text-decoration: none;

    font-size: 1.1rem;

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

section {
    padding: 140px 8%;
}

.hero {
    padding: 80px 8%;
}

#contact {
    padding: 160px 8%;
}

p {
    color: var(--ink);
}

h2, h3 {
    line-height: 1.2;
}

body {
    font-weight: 300;
}

section:not(:last-child)::after {
    opacity: 0.25;
}

p {
    color: var(--ink);
    font-weight: 300;
}

h1, h2, h3 {
    line-height: 1.2;
    letter-spacing: 0.2px;
}

section {
    padding: 140px 8%;
}

.hero {
    padding: 80px 8%;
}

#contact {
    padding: 160px 8%;
}

section {
    position: relative;
}

section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(91,31,42,0.08), transparent);
}

p {
    font-weight: 300;
    letter-spacing: 0.1px;
}

.section-script {
    opacity: 0.95;
}

:root {
    --gold: #c9a227;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(
        circle at top,
        rgba(255, 255, 255, 0.55),
        rgba(253, 250, 245, 0.25),
        rgba(0, 0, 0, 0.03)
    );
    mix-blend-mode: soft-light;
    z-index: 0;
}

section:nth-child(odd) {
    background: #fdfaf5;
}

section:nth-child(even) {
    background: #fffdf9;
}

img {
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.meet-image img {
    filter: saturate(1.02) contrast(1.02);
}

* {
    scroll-behavior: smooth;
}

.reveal {
    transition: opacity 1.1s ease, transform 1.1s ease;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: radial-gradient(
        circle at 60% 40%,
        rgba(255, 255, 255, 0.08),
        rgba(91, 31, 42, 0.35)
    );

    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

section {
    position: relative;
}

section::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;

    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(91, 31, 42, 0.08),
        transparent
    );

    pointer-events: none;
}

body {
    background: linear-gradient(
        to bottom,
        #fdfaf5,
        #fbf7f2,
        #fdfaf5
    );
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;

    background-image:

    opacity: 0.06;
    mix-blend-mode: multiply;
}

section {
    position: relative;
    z-index: 1;
}

.hero::before,
body::before,
body::after {
    z-index: 0;
}

#meet-taara,
#faq,
#contact {
    background: #fffdf9;
}

#tell-your-story,
#beginning,
#stories-in-bloom {
    background: #fdfaf5;
}

.hero-script {
    opacity: 0.9;
}

.hero h1 {
    letter-spacing: 0.3px;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;

    width: 260px;
    height: 260px;

    background-size: contain;

    opacity: 0.85;
    pointer-events: none;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;

    background:
        radial-gradient(circle at 15% 20%, rgba(201,162,39,0.10), transparent 40%),
        radial-gradient(circle at 85% 30%, rgba(91,31,42,0.08), transparent 45%),
        radial-gradient(circle at 50% 90%, rgba(253,250,245,0.9), transparent 60%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(circle at 10% 20%, rgba(201,162,39,0.12), transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(91,31,42,0.10), transparent 40%);
}

section:nth-child(odd) {
    background: #fdfaf5;
}

section:nth-child(even) {
    background: #fffdf9;
}

/* ===== HERO FINAL VISUAL LAYER (CLEAN) ===== */

.hero {
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(circle at 15% 20%, rgba(201,162,39,0.12), transparent 40%),
        radial-gradient(circle at 85% 30%, rgba(91,31,42,0.08), transparent 45%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(circle at 10% 80%, rgba(201,162,39,0.08), transparent 45%),
        radial-gradient(circle at 90% 70%, rgba(91,31,42,0.06), transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -70px;

    width: 220px;
    height: 220px;

    background: radial-gradient(
        circle,
        rgba(91,31,42,0.12),
        transparent 70%
    );

    z-index: 1;
    pointer-events: none;
}
   
   section + section {
    border-top: 1px solid rgba(91,31,42,0.08);
}

@media (max-width: 768px) {

    .hero {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 40px 20px;
        gap: 24px;
    }

    .hero-content {
        width: 100%;
        text-align: center;
    }

       .hero-image img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.hero {
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hero-content {
    max-width: 560px;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;

    width: 180px;
    height: 180px;

    background: radial-gradient(
        circle,
        rgba(201,162,39,0.18),
        transparent 70%
    );

    z-index: 1;
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -70px;

    width: 220px;
    height: 220px;

    background: radial-gradient(
        circle,
        rgba(91,31,42,0.12),
        transparent 70%
    );

    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    transform: scale(1.02);
    letter-spacing: 0.5px;
    color: var(--wine);
}

/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); } /* smaller distance for mobile */
  to { opacity: 1; transform: translateY(0); }
}

/* Hero elements fade-in */
#hero h1,
#hero h2,
#hero p,
.hero-image {
  opacity: 0;
  animation: fadeIn 0.9s ease forwards; /* slightly faster on mobile */
}

/* Stagger timings */
#hero h1 { animation-delay: 0.15s; }
#hero h2 { animation-delay: 0.3s; }
#hero p { animation-delay: 0.45s; }
.hero-image { animation-delay: 0.6s; }

/* Mobile adjustments */
@media (max-width: 768px) {
  #hero h1,
  #hero h2,
  #hero p,
  .hero-image {
    animation: fadeIn 0.8s ease forwards;
  }

  #hero h1 { animation-delay: 0.1s; }
  #hero h2 { animation-delay: 0.2s; }
  #hero p { animation-delay: 0.3s; }
  .hero-image { animation-delay: 0.4s; }
}

/* Initial state for all sections */
section {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Class applied when section is in view */
section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hero fade-in */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

#hero h1,
#hero h2,
#hero p,
.hero-image {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

#hero h1 { animation-delay: 0.2s; }
#hero h2 { animation-delay: 0.4s; }
#hero p { animation-delay: 0.6s; }
.hero-image { animation-delay: 0.8s; }

/* Section fade-in on scroll */
section {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile adjustments for hero fade-in */
@media (max-width: 768px) {
  #hero h1,
  #hero h2,
  #hero p,
  .hero-image {
    animation: fadeIn 0.8s ease forwards;
  }

  #hero h1 { animation-delay: 0.1s; }
  #hero h2 { animation-delay: 0.2s; }
  #hero p { animation-delay: 0.3s; }
  .hero-image { animation-delay: 0.4s; }
}

@keyframes slowFloat {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}

/* HERO FLOAT */
.hero-image img {
  animation: slowFloat 8s ease-in-out infinite;
  will-change: transform;
}

/* SECTION REVEAL */
section {
  opacity: 0;
  transform: translateY(24px) scale(0.995);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

section.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* CTA */
.cta-button {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease,
              letter-spacing 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  letter-spacing: 0.5px;
}

/* IMAGE HOVER */
.hero-image img,
.meet-image img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.8s ease;
}

.hero-image img:hover,
.meet-image img:hover {
  animation-play-state: paused;
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 35px 90px rgba(0,0,0,0.18);
}

/* ==================================================
   HERO MASTER OVERRIDES
   This section controls the final hero appearance.
   Future hero edits belong ONLY here.
================================================== */

.hero {
    display: grid;
    grid-template-columns: 1.05fr 0.75fr;
    align-items: start;

    gap: 40px;

    min-height: auto;

    padding: 60px 0 40px;
}

.hero-content {
    max-width: 560px;
}

.hero-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;

    margin-top: -215px;
    margin-right: 0px;
}

.hero-image::before {
    content: "";
    position: absolute;

    top: 46%;
    left: 74%;
    transform: translate(-50%, -50%);

    width: 58%;
    height: 58%;

    border-radius: 50%;

    background: radial-gradient(
        ellipse at center,
        rgba(255,223,170,.55) 0%,
        rgba(255,223,170,.26) 22%,
        rgba(255,223,170,.08) 44%,
        rgba(255,223,170,0) 62%
    );

    filter: blur(16px);

    opacity: .95;
    z-index: -1;
    pointer-events: none;
}

.hero-image img {
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================
   MOBILE HERO PORTRAIT POSITION
========================================== */

@media (max-width: 768px) {

    .hero-image {
        margin-top: 32px;
        margin-right: 0;
        justify-content: center;
    }

    .hero-image img {
        width: 320px;
        max-width: 90vw;
    }

}

/* ==========================================
   MOBILE HERO LAYOUT
========================================== */

@media (max-width: 768px) {

    .hero {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-image {
        justify-content: center;
        margin-top: 48;
        margin-right: 0;
    }

    .hero-image img {
        width: 320px;
        max-width: 90vw;
    }
}
