/* ===========================
   Almas del Sol — global styles
   =========================== */

:root {
  --terracotta: #DB6643;
  --terracotta-dark: #B14E2F;
  --sand: #EAC379;
  --sand-soft: #F4DCAA;
  --pink: #E2939D;
  --pink-soft: #F2C8CE;
  --pink-deep: #B14F60;
  --pink-darker: #6B2A3A;
  --cream: #FBF1E0;
  --cream-deep: #F8E1DD;
  --ink: #6B2A3A;
  --ink-soft: #9E5A66;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

/* ---------- Typography ---------- */
.display {
  font-family: 'Caprasimo', 'Fredoka', cursive;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.95;
  color: var(--terracotta);
}

.script {
  font-family: 'Caveat', cursive;
  font-weight: 500;
}

h1, h2, h3 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  color: var(--terracotta);
  line-height: 1.05;
  letter-spacing: 0;
  font-style: normal;
}
h1 { font-size: clamp(2.8rem, 7vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }

p { font-size: 1rem; color: var(--ink-soft); }
p + p { margin-top: 1rem; }

.eyebrow {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--terracotta);
}

/* ---------- Layout ---------- */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 1.5rem; }

section { padding: 6rem 0; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 2rem;
  background: rgba(251, 241, 224, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(219, 102, 67, 0.12);
}
.nav-logo {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: 'DM Serif Display', serif;
  color: var(--terracotta);
  font-size: 1.4rem;
}
.nav-logo img { height: 44px; width: auto; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--terracotta); }

.nav-cta {
  background: var(--terracotta);
  color: var(--cream) !important;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  letter-spacing: 0.15em !important;
}
.nav-cta:hover { background: var(--terracotta-dark); color: var(--cream) !important; }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 6px 0; transition: 0.3s; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 1rem 2.2rem;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, background 0.2s;
}
.btn-primary { background: var(--terracotta); color: var(--cream); }
.btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-2px); }
.btn-outline { border: 2px solid var(--terracotta); color: var(--terracotta); background: transparent; }
.btn-outline:hover { background: var(--terracotta); color: var(--cream); }

/* ---------- Hero (homepage) ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 8rem 1.5rem 4rem;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('IMG_2707.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.78) saturate(1.05);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(61,36,24,0.12) 0%, rgba(61,36,24,0.45) 100%);
}
.hero-content { position: relative; z-index: 2; color: var(--cream); max-width: 900px; }
.hero-meta {
  display: flex; justify-content: space-between; width: 100%;
  position: absolute; top: 6.5rem; left: 0; padding: 0 2rem;
  font-size: 0.75rem; letter-spacing: 0.3em; color: var(--cream);
  text-transform: uppercase;
  z-index: 2;
}
.hero h1 {
  color: var(--cream);
  font-size: clamp(3.5rem, 11vw, 8.5rem);
  text-shadow: 0 4px 30px rgba(0,0,0,0.25);
}
.hero-wordmark {
  display: block;
  width: clamp(280px, 60vw, 640px);
  margin: 0.4rem auto 0.4rem;
  mix-blend-mode: screen;
  filter: drop-shadow(0 6px 22px rgba(0,0,0,0.35));
}
.hero .script-accent {
  font-family: 'Caveat', cursive;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--sand);
  display: block;
  transform: rotate(-3deg);
  margin: 0.5rem 0;
}
.hero-tag {
  font-size: 0.9rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top: 1.2rem;
  color: var(--cream);
  opacity: 0.95;
}
.hero-rsvp {
  position: absolute;
  right: 2rem;
  top: 45%;
  transform: rotate(-8deg);
  z-index: 2;
  font-family: 'Caveat', cursive;
  font-size: 1.8rem;
  color: var(--cream);
  text-align: center;
  line-height: 1.05;
}
.hero-rsvp span { display: block; }
.hero-cta {
  margin-top: 2.5rem;
  display: inline-flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
}
.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 2; color: var(--cream); font-size: 0.7rem; letter-spacing: 0.3em;
}

/* ---------- Marquee / banner ---------- */
.marquee {
  background: var(--terracotta);
  color: var(--cream);
  padding: 1.2rem 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'DM Serif Display', serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.marquee-track {
  display: inline-block;
  animation: scroll 30s linear infinite;
}
.marquee span { padding: 0 1.5rem; }
.marquee .star { color: var(--sand); }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Pillars grid (yoga/surf/meditation/girlhood) ---------- */
.pillars-intro { text-align: center; max-width: 600px; margin: 0 auto 3rem; }
.pillars-intro h2 { margin-bottom: 1rem; }

.pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 820px;
  margin: 0 auto;
}
.pillar {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.pillar-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.7s;
}
.pillar:hover .pillar-img { transform: scale(1.05); }
.pillar-label {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: var(--cream);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  text-align: center;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45), 0 0 30px rgba(0,0,0,0.35);
}
.pillar-corner, .pillar-corner-r { display: none; }

/* ---------- Feature blocks ---------- */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.feature-img {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  box-shadow: 0 30px 60px -20px rgba(61,36,24,0.25);
}
.feature.flip .feature-img { order: 2; }
.feature-body .eyebrow { margin-bottom: 1rem; }
.feature-body h2 { margin-bottom: 1.5rem; }
.feature-body p { margin-top: 1rem; font-size: 1.05rem; }
.feature-list { list-style: none; margin-top: 1.5rem; }
.feature-list li {
  padding-left: 1.6rem;
  position: relative;
  margin-top: 0.6rem;
  color: var(--ink-soft);
}
.feature-list li::before {
  content: '☀'; position: absolute; left: 0; color: var(--sand); font-size: 1.1rem;
}

/* ---------- Section variants (brand colors w/ cream text) ---------- */
.bg-sand, .bg-pink, .bg-terracotta { color: var(--cream); }
.bg-sand { background: var(--sand); }
.bg-pink { background: var(--pink); }
.bg-terracotta { background: var(--terracotta); }
.bg-sand h1, .bg-sand h2, .bg-sand h3,
.bg-pink h1, .bg-pink h2, .bg-pink h3,
.bg-terracotta h1, .bg-terracotta h2, .bg-terracotta h3 { color: var(--cream); }
.bg-sand p, .bg-pink p, .bg-terracotta p { color: var(--cream); opacity: 0.95; }
.bg-sand .eyebrow, .bg-pink .eyebrow, .bg-terracotta .eyebrow { color: var(--cream); opacity: 0.85; }
.bg-sand .feature-list li, .bg-pink .feature-list li, .bg-terracotta .feature-list li { color: var(--cream); }
.bg-sand .feature-list li::before, .bg-pink .feature-list li::before, .bg-terracotta .feature-list li::before { color: var(--cream); }
.bg-cream-deep { background: var(--cream); }

/* ---------- Girlhood ---------- */
.girlhood {
  text-align: center;
  background: var(--pink);
  color: var(--cream);
  padding: 7rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.girlhood::before, .girlhood::after {
  content: '✿';
  position: absolute;
  font-size: 8rem;
  color: var(--pink-soft);
  opacity: 0.4;
}
.girlhood::before { top: 2rem; left: 4%; transform: rotate(-15deg); }
.girlhood::after { bottom: 2rem; right: 4%; transform: rotate(20deg); }
.girlhood h2 { color: var(--cream); margin-bottom: 2rem; }
.girlhood p {
  color: var(--cream);
  font-size: 1.15rem;
  max-width: 640px;
  margin: 0.6rem auto;
  opacity: 0.95;
}
.girlhood .eyebrow { color: var(--cream); opacity: 0.85; }

/* ---------- Retreat card (homepage teaser) ---------- */
.upcoming {
  background: var(--cream-deep);
}
.upcoming-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--cream);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(61,36,24,0.35);
}
.upcoming-img {
  background-image: url('IMG_2659.jpg');
  background-size: cover;
  background-position: center;
  min-height: 480px;
}
.upcoming-body { padding: 3.5rem; display: flex; flex-direction: column; justify-content: center; }
.upcoming-body .eyebrow { margin-bottom: 0.8rem; }
.upcoming-body h2 { margin-bottom: 1.5rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.upcoming-meta {
  display: flex; gap: 2rem; margin: 1.5rem 0 2rem;
  font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink);
}
.upcoming-meta div span { display: block; color: var(--terracotta); font-family: 'DM Serif Display', serif; font-size: 1.6rem; letter-spacing: 0; margin-top: 0.2rem; }

/* ---------- Testimonials (WhatsApp-style) ---------- */
.testimonials { background: var(--cream-deep); text-align: center; }
.testimonials h2 { margin-bottom: 0.6rem; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.testimonial {
  background: #fffdf6;
  padding: 1.4rem 1.4rem 1rem;
  border-radius: 18px;
  border-top-left-radius: 4px;
  text-align: left;
  box-shadow: 0 12px 30px -18px rgba(61,36,24,0.4);
  position: relative;
}
.testimonial::before {
  content: '';
  position: absolute;
  left: -6px; top: 0;
  width: 14px; height: 14px;
  background: #fffdf6;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.testimonial-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.testimonial-name.terracotta { color: var(--terracotta); }
.testimonial-name.pink { color: var(--pink); }
.testimonial-name.sand { color: #C49A4A; }
.testimonial p {
  font-style: normal;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.55;
}
.testimonial-time {
  display: block;
  text-align: right;
  font-size: 0.7rem;
  color: rgba(61,36,24,0.45);
  margin-top: 0.6rem;
  letter-spacing: 0.05em;
}
.testimonial-reactions {
  display: inline-block;
  background: #fdf0eb;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  border: 1px solid rgba(219, 102, 67, 0.18);
}

/* ---------- Footer ---------- */
.footer {
  background: var(--pink-darker);
  color: var(--cream);
  padding: 5rem 1.5rem 2rem;
}
.footer-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem;
}
.footer h3 {
  color: var(--sand);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.footer a { display: block; padding: 0.3rem 0; opacity: 0.85; transition: opacity 0.2s; }
.footer a:hover { opacity: 1; color: var(--sand); }
.footer-brand p { color: var(--cream); opacity: 0.7; margin-top: 1rem; }
.footer-brand img { height: 60px; margin-bottom: 0.5rem; }
.footer-bottom {
  margin-top: 3rem; padding-top: 2rem; text-align: center;
  border-top: 1px solid rgba(251, 241, 224, 0.15);
  font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase;
  opacity: 0.6;
}

/* ===========================
   Retreat page
   =========================== */
.retreat-hero {
  position: relative;
  min-height: 90vh;
  display: flex; align-items: flex-end;
  padding: 8rem 0 4rem;
  overflow: hidden;
}
.retreat-hero-bg {
  position: absolute; inset: 0;
  background-image: url('villayoga.jpeg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.75);
}
.retreat-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(61,36,24,0) 30%, rgba(61,36,24,0.7) 100%);
}
.retreat-hero-content { position: relative; z-index: 2; color: var(--cream); }
.retreat-hero h1 { color: var(--cream); font-size: clamp(3rem, 9vw, 7rem); }
.retreat-hero .meta-row {
  display: flex; gap: 2.5rem; flex-wrap: wrap;
  margin-top: 2rem; padding-top: 2rem;
  border-top: 1px solid rgba(251, 241, 224, 0.35);
}
.retreat-hero .meta-row div { color: var(--cream); }
.retreat-hero .meta-row .eyebrow { color: var(--sand); display: block; margin-bottom: 0.3rem; }
.retreat-hero .meta-row strong { font-family: 'DM Serif Display', serif; font-size: 1.4rem; font-weight: 400; letter-spacing: 0; color: var(--cream); }
.retreat-hero-date {
  position: absolute; top: 6.5rem; left: 2rem;
  font-size: 0.75rem; letter-spacing: 0.3em; color: var(--cream);
  text-transform: uppercase; z-index: 2;
}
.retreat-hero-loc {
  position: absolute; top: 6.5rem; right: 2rem;
  font-size: 0.75rem; letter-spacing: 0.3em; color: var(--cream);
  text-transform: uppercase; z-index: 2;
}

.retreat-intro { text-align: center; max-width: 760px; margin: 0 auto; }
.retreat-intro h2 { margin-bottom: 1.5rem; }

.includes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.includes-list {
  list-style: none;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem 2rem;
}
.includes-list li {
  padding-left: 1.6rem; position: relative; color: var(--ink); font-size: 0.95rem;
}
.includes-list li::before { content: '✦'; position: absolute; left: 0; color: var(--terracotta); }

.optional-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  margin-top: 3rem;
}
.optional-card {
  background: var(--cream);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(219, 102, 67, 0.2);
  transition: transform 0.3s;
}
.optional-card:hover { transform: translateY(-6px); }
.optional-card-img { aspect-ratio: 4 / 3; background-size: cover; background-position: center; }
.optional-card-body { padding: 1.5rem 1.5rem 2rem; }
.optional-card h3 { font-size: 1.4rem; margin-bottom: 0.5rem; color: var(--terracotta); }
.optional-card p { color: var(--ink); opacity: 1; }
.optional-card-price {
  display: inline-block;
  background: var(--sand-soft);
  color: var(--terracotta-dark);
  font-family: 'DM Serif Display', serif;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-size: 0.95rem;
  margin-top: 0.8rem;
}

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(219, 102, 67, 0.25);
  padding: 1.5rem 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'DM Serif Display', serif;
  color: var(--ink);
  font-size: 1.15rem;
  padding-right: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: 'DM Serif Display', serif;
  color: var(--terracotta);
  font-size: 1.8rem;
  transition: transform 0.3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding-top: 1rem; }
.faq-item ul { padding-top: 0.8rem; padding-left: 1.5rem; color: var(--ink-soft); }
.faq-item ul li { margin: 0.2rem 0; }

/* ---------- Book block ---------- */
.book {
  background: var(--terracotta);
  color: var(--cream);
  text-align: center;
  padding: 6rem 1.5rem;
}
.book h2 { color: var(--cream); }
.book .price {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(3.5rem, 10vw, 7rem);
  color: var(--sand);
  line-height: 1;
  margin: 1.5rem 0;
}
.book .price small {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.8;
  margin-top: 0.5rem;
}
.book p { color: var(--cream); opacity: 0.95; max-width: 540px; margin: 0 auto 2rem; }
.book .btn { background: var(--cream); color: var(--terracotta); }
.book .btn:hover { background: var(--sand); }

/* ===========================
   About page
   =========================== */
.about-hero {
  padding: 10rem 1.5rem 4rem;
  background: var(--cream);
  text-align: center;
}
.about-hero .script-accent {
  font-family: 'Caveat', cursive;
  color: var(--terracotta);
  font-size: 2rem;
  display: block;
  transform: rotate(-3deg);
  margin-bottom: 0.5rem;
}
.about-hero h1 { font-size: clamp(3rem, 8vw, 6rem); }
.about-portrait {
  max-width: 480px;
  margin: 3rem auto 0;
  aspect-ratio: 4 / 5;
  background-image: url('IMG_1698.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: 0 40px 70px -25px rgba(61,36,24,0.35);
}
.about-story {
  max-width: 720px;
  margin: 0 auto;
}
.about-story p { font-size: 1.1rem; margin-top: 1.4rem; color: var(--ink); }
.about-story p:first-of-type::first-letter {
  font-family: 'DM Serif Display', serif;
  font-size: 4rem;
  color: var(--terracotta);
  float: left;
  line-height: 0.9;
  margin: 0.3rem 0.6rem 0 0;
}
.about-quote {
  text-align: center;
  margin: 4rem auto;
  max-width: 640px;
  font-family: 'Caveat', cursive;
  font-size: 2rem;
  color: var(--terracotta);
  line-height: 1.3;
}
.contact-block {
  background: var(--sand);
  color: var(--cream);
  text-align: center;
  padding: 6rem 1.5rem;
}
.contact-block h2 { color: var(--cream); margin-bottom: 1.5rem; }
.contact-block p { color: var(--cream); }
.contact-block .eyebrow { color: var(--cream); opacity: 0.85; }
.contact-block .contact-links {
  display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
  margin-top: 2rem;
}
.contact-block .contact-links a {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  color: var(--terracotta-dark);
  padding: 0.6rem 1.4rem;
  background: var(--cream);
  border-radius: 999px;
  transition: transform 0.2s;
}
.contact-block .contact-links a:hover { transform: translateY(-3px); }

/* ===========================
   Responsive
   =========================== */
@media (max-width: 900px) {
  .nav { padding: 1rem 1.2rem; }
  .nav-links { display: none; position: fixed; top: 70px; right: 0; left: 0; background: var(--cream); flex-direction: column; padding: 2rem; gap: 1.5rem; border-top: 1px solid rgba(219, 102, 67, 0.15); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  section { padding: 4rem 0; }
  .feature, .includes { grid-template-columns: 1fr; gap: 2.5rem; }
  .feature.flip .feature-img { order: 0; }
  .upcoming-card { grid-template-columns: 1fr; }
  .upcoming-body { padding: 2rem; }
  .upcoming-img { min-height: 300px; }
  .testimonial-grid, .optional-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  /* keep pillars 2x2 at all widths */
  .hero-rsvp { display: none; }
  .hero-meta { padding: 0 1rem; font-size: 0.65rem; }
  .includes-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero { padding-top: 7rem; }
  .upcoming-body { padding: 1.5rem; }
}
