/* ============================================================
   HOME PAGE COMPONENT STYLES (index.php)
   Extracted verbatim from the original index.html inline <style>.
   Loaded in addition to style.css (which holds tokens/nav/footer).
============================================================ */

/* ============================================================
   HERO
============================================================ */
#hero {
  padding: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 60% at 80% 40%, rgba(212, 165, 165, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 10% 70%, rgba(168, 197, 160, 0.2) 0%, transparent 65%),
    var(--cream);
}

/* Decorative blobs */
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
}

.hero-blob-1 {
  width: 420px; height: 420px;
  background: var(--rose);
  top: -100px; right: -80px;
}

.hero-blob-2 {
  width: 320px; height: 320px;
  background: var(--sage);
  bottom: -60px; left: -60px;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-text h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  color: var(--charcoal);
  margin-bottom: 22px;
  line-height: 1.15;
}

.hero-text h1 em {
  font-style: italic;
  color: var(--sage-dark);
}

.hero-text p {
  font-size: 1.1rem;
  color: var(--charcoal-lt);
  margin-bottom: 38px;
  max-width: 460px;
}

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

/* Hero photo / illustration placeholder */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-photo-wrap {
  position: relative;
  width: 380px;
  max-width: 100%;
}

/* TO CHANGE YOUR PHOTO: replace "bismah-photo.jpg" with your image filename
   Make sure the image file is in the same folder as index.html */
.hero-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 60% 40% 55% 45% / 50% 45% 55% 50%;
  box-shadow: var(--shadow-hover);
  display: block;
}

/* Shown when photo is missing */
.hero-photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--rose-light) 0%, rgba(168,197,160,0.25) 100%);
  border-radius: 60% 40% 55% 45% / 50% 45% 55% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--charcoal-lt);
  font-size: 0.85rem;
  text-align: center;
  padding: 24px;
  box-shadow: var(--shadow);
}

.hero-photo-placeholder .ph-icon { font-size: 3.5rem; margin-bottom: 12px; }

/* Floating badge */
.hero-badge {
  position: absolute;
  bottom: 28px;
  left: -28px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 14px 18px;
  box-shadow: var(--shadow-hover);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
}

.hero-badge .badge-icon { font-size: 1.6rem; }
.hero-badge strong { display: block; font-weight: 700; color: var(--charcoal); }
.hero-badge span { color: var(--charcoal-lt); font-size: 0.78rem; }

/* Decorative ring behind photo */
.hero-ring {
  position: absolute;
  inset: -18px;
  border-radius: inherit;
  border: 2px dashed rgba(168, 197, 160, 0.4);
  pointer-events: none;
  border-radius: 60% 40% 55% 45% / 50% 45% 55% 50%;
}

/* ============================================================
   ABOUT
============================================================ */
#about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* TO CHANGE YOUR ABOUT PHOTO: replace "bismah-about.jpg" below */
.about-photo {
  width: 100%;
  border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: var(--shadow-hover);
}

.about-photo-placeholder {
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(168,197,160,0.25) 0%, var(--rose-light) 100%);
  border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(255,255,255,0.9);
  box-shadow: var(--shadow);
}

/* TO EDIT YOUR BIO: change the text inside the .about-text paragraphs below */
.about-text p {
  color: var(--charcoal-lt);
  margin-bottom: 18px;
  font-size: 1.02rem;
}

.credentials {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.credential-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--charcoal);
}

.credential-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgba(168, 197, 160, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

/* ============================================================
   WHO I HELP
============================================================ */
#who {
  background: var(--cream);
  text-align: center;
}

.who-header { margin-bottom: 52px; }
.who-header .section-sub { margin: 0 auto; }

/* TO UPDATE WHO YOU HELP: edit the text inside each .who-card below */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}

.who-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--rose);
  transition: transform var(--transition), box-shadow var(--transition);
}

.who-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.who-card-icon { font-size: 1.8rem; margin-bottom: 12px; }

.who-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--charcoal);
}

.who-card p {
  font-size: 0.92rem;
  color: var(--charcoal-lt);
  line-height: 1.6;
}

/* ============================================================
   SERVICES
============================================================ */
#services {
  background: var(--white);
}

.services-header { margin-bottom: 52px; }

/* TO UPDATE SERVICES: edit the text inside each .service-card div below */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 36px 30px;
  box-shadow: var(--shadow);
  border-bottom: 3px solid var(--sage);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.service-card:nth-child(2) { border-bottom-color: var(--rose); }
.service-card:nth-child(3) { border-bottom-color: var(--gold); }

.service-icon {
  font-size: 2.4rem;
  margin-bottom: 18px;
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--charcoal);
}

.service-card p {
  font-size: 0.93rem;
  color: var(--charcoal-lt);
  flex-grow: 1;
  margin-bottom: 22px;
}

.service-price {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--sage-dark);
  letter-spacing: 0.04em;
}

/* ============================================================
   PACKAGES
============================================================ */
#packages {
  background: var(--cream);
  text-align: center;
}

.packages-header { margin-bottom: 52px; }
.packages-header .section-sub { margin: 0 auto; }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  text-align: left;
  align-items: stretch;
}

.package-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 36px 30px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(168, 197, 160, 0.25);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

/* Highlighted / most-popular package */
.package-card.featured {
  border: 2px solid var(--sage);
  box-shadow: var(--shadow-hover);
}

.package-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--sage);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  white-space: nowrap;
}

.package-card h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: var(--charcoal);
}

.package-tagline {
  font-size: 0.88rem;
  color: var(--charcoal-lt);
  margin-bottom: 18px;
}

.package-price {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--sage-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.package-price small {
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  color: var(--charcoal-lt);
  font-weight: 400;
}

.package-features {
  margin: 22px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex-grow: 1;
}

.package-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--charcoal);
}

.package-feature::before {
  content: '✓';
  color: var(--sage-dark);
  font-weight: 700;
  flex-shrink: 0;
}

.package-card .btn { text-align: center; margin-top: auto; }

/* ============================================================
   WORKSHOPS
============================================================ */
#workshops {
  background: var(--white);
  text-align: center;
}

.workshops-header { margin-bottom: 52px; }
.workshops-header .section-sub { margin: 0 auto; }

.workshops-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  max-width: 820px;
  margin: 0 auto;
}

.workshop-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-left: 4px solid var(--rose);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 26px;
  align-items: center;
  transition: transform var(--transition), box-shadow var(--transition);
}

.workshop-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.workshop-date {
  text-align: center;
  background: rgba(212, 165, 165, 0.16);
  border-radius: var(--radius);
  padding: 12px 8px;
}

.workshop-date .wd-month {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose);
}

.workshop-date .wd-day {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--charcoal);
  line-height: 1.1;
}

.workshop-body h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
  color: var(--charcoal);
}

.workshop-meta {
  font-size: 0.82rem;
  color: var(--charcoal-lt);
  margin-bottom: 8px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.workshop-meta span { display: inline-flex; align-items: center; gap: 5px; }

.workshop-body p {
  font-size: 0.92rem;
  color: var(--charcoal-lt);
  line-height: 1.6;
}

.workshop-card .btn { white-space: nowrap; }

/* ============================================================
   BOOKING
============================================================ */
#booking {
  background: linear-gradient(160deg, rgba(168,197,160,0.18) 0%, rgba(212,165,165,0.15) 100%);
  text-align: center;
}

.booking-card {
  background: var(--card-bg);
  border-radius: 20px;
  box-shadow: var(--shadow-hover);
  max-width: 760px;
  margin: 0 auto;
  padding: 54px 48px;
}

.booking-card .booking-icon { font-size: 2.6rem; margin-bottom: 14px; }

.booking-card h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  color: var(--charcoal);
  margin-bottom: 14px;
}

.booking-card p {
  font-size: 1.02rem;
  color: var(--charcoal-lt);
  max-width: 520px;
  margin: 0 auto 16px;
}

.booking-steps {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 24px 0 30px;
}

.booking-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(168,197,160,0.3);
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 0.85rem;
  color: var(--charcoal);
}

.booking-step .bs-num {
  width: 22px;
  height: 22px;
  background: var(--sage);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================================================
   TESTIMONIALS / KIND WORDS
============================================================ */
#testimonials {
  background: linear-gradient(160deg, var(--cream) 0%, rgba(212,165,165,0.12) 100%);
  text-align: center;
}

.testimonials-header { margin-bottom: 52px; }
.testimonials-header .section-sub { margin: 0 auto; }

/* TO UPDATE KIND WORDS: edit the text inside each .testimonial-card below */
.testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  text-align: left;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: var(--shadow);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--rose);
  opacity: 0.4;
  position: absolute;
  top: 10px;
  left: 22px;
}

.testimonial-card blockquote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--charcoal);
  line-height: 1.75;
  padding-top: 32px;
  margin-bottom: 22px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage), var(--rose));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.author-info strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--charcoal);
}

.author-info span {
  font-size: 0.8rem;
  color: var(--charcoal-lt);
}

.stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

/* ============================================================
   CONTACT / BOOK
============================================================ */
#contact {
  background: var(--white);
  text-align: center;
}

.contact-header { margin-bottom: 52px; }
.contact-header .section-sub { margin: 0 auto; }

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  text-align: left;
  align-items: start;
}

.contact-info h3 {
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.contact-info p {
  font-size: 0.95rem;
  color: var(--charcoal-lt);
  margin-bottom: 30px;
}

.contact-detail {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.contact-detail .cd-icon {
  width: 40px;
  height: 40px;
  background: rgba(168, 197, 160, 0.18);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-detail strong { display: block; font-size: 0.88rem; color: var(--charcoal); font-weight: 700; }
.contact-detail span { font-size: 0.88rem; color: var(--charcoal-lt); }

/* Form */
/* TO CHANGE YOUR FORMSPREE ENDPOINT: find the line that says YOUR_FORMSPREE_ID
   and replace it with your actual ID from formspree.io (e.g., xabcdefg) */
.contact-form {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 7px;
}

.form-group input,
.form-group textarea,
.form-group select {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: var(--charcoal);
  background: var(--white);
  border: 1.5px solid rgba(168, 197, 160, 0.4);
  border-radius: 10px;
  padding: 12px 16px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(168, 197, 160, 0.2);
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-submit-wrap { margin-top: 8px; }

.form-submit-wrap .btn { width: 100%; text-align: center; font-size: 1rem; padding: 15px; }

.form-note {
  font-size: 0.78rem;
  color: var(--charcoal-lt);
  text-align: center;
  margin-top: 12px;
}

/* Form success / error states */
.form-status {
  display: none;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 0.92rem;
  margin-top: 14px;
  text-align: center;
}

.form-status.success {
  background: rgba(168, 197, 160, 0.2);
  color: var(--sage-dark);
  border: 1px solid var(--sage);
  display: block;
}

.form-status.error {
  background: rgba(212, 165, 165, 0.2);
  color: #b05a5a;
  border: 1px solid var(--rose);
  display: block;
}

/* ============================================================
   FOOTER
============================================================ */
footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.7);
  padding: 60px 24px 36px;
  text-align: center;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* TO CHANGE THE FOOTER LOGO TEXT: edit the .footer-logo text below */
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 10px;
}

.footer-logo span { color: var(--sage); }

.footer-tagline {
  font-size: 0.9rem;
  margin-bottom: 32px;
  color: rgba(255,255,255,0.5);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--transition);
}

.footer-links a:hover { color: var(--sage); }

.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}

/* TO UPDATE SOCIAL LINKS: replace the # in href with your actual profile URLs */
.social-icon {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  transition: background var(--transition), color var(--transition), transform var(--transition);
  border: 1px solid rgba(255,255,255,0.1);
}

.social-icon:hover {
  background: var(--sage);
  color: var(--white);
  transform: translateY(-3px);
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 24px;
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}

/* ============================================================
   BACK-TO-TOP
============================================================ */
#back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 46px;
  height: 46px;
  background: var(--sage);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(168, 197, 160, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
  z-index: 500;
}

#back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

#back-to-top:hover { transform: translateY(-3px); }

/* ============================================================
   RESPONSIVE — TABLET
============================================================ */
@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 80px 24px;
  }

  .hero-text p { margin-left: auto; margin-right: auto; }
  .hero-btns { justify-content: center; }

  .hero-visual { order: -1; }

  .hero-photo-wrap { width: 280px; }

  .hero-badge { left: auto; right: -10px; bottom: 10px; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo, .about-photo-placeholder { max-width: 320px; margin: 0 auto; }

  .who-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .packages-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .testimonials-track { grid-template-columns: repeat(2, 1fr); }

  .workshop-card { grid-template-columns: 76px 1fr; gap: 18px; }
  .workshop-card .btn { grid-column: 1 / -1; justify-self: start; }

  .contact-wrap { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE — MOBILE
============================================================ */
@media (max-width: 640px) {
  section { padding: 70px 20px; }

  .nav-links { display: none; flex-direction: column; gap: 0; }

  .nav-links.open {
    display: flex;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(250, 247, 242, 0.97);
    backdrop-filter: blur(14px);
    padding: 16px 24px 24px;
    border-bottom: 1px solid rgba(168, 197, 160, 0.2);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }

  .nav-links.open a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 1rem;
  }

  .nav-links.open .nav-cta {
    margin-top: 10px;
    display: block;
    text-align: center;
    padding: 12px;
  }

  .hamburger { display: flex; }

  .hero-text h1 { font-size: 2rem; }

  .who-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-track { grid-template-columns: 1fr; }

  .workshop-card {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: left;
  }
  .workshop-date {
    justify-self: start;
    display: inline-flex;
    flex-direction: column;
    min-width: 64px;
  }
  .workshop-card .btn { grid-column: auto; }

  .booking-card { padding: 38px 24px; }

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

  .contact-form { padding: 28px 22px; }

  .hero-badge { display: none; }
}
  
/* ============================================================
   ERROR PAGES (404 / 500)
============================================================ */
.error-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 60% at 80% 25%, rgba(212,165,165,0.16) 0%, transparent 68%),
    radial-gradient(ellipse 50% 50% at 15% 75%, rgba(168,197,160,0.18) 0%, transparent 62%),
    var(--cream);
}
.error-card {
  max-width: 600px;
  margin: 0 auto;
}
.error-emoji { font-size: 3.2rem; margin-bottom: 8px; }
.error-code {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.5rem, 12vw, 6rem);
  line-height: 1;
  color: var(--sage);
  margin-bottom: 12px;
}
.error-card h1 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: var(--charcoal);
  margin-bottom: 16px;
}
.error-card p {
  font-size: 1.05rem;
  color: var(--charcoal-lt);
  max-width: 480px;
  margin: 0 auto 30px;
}
.error-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
