/* WebEasy Generated Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Inter;
  color: #333333;
  background: #FAFAF7;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Cormorant Garamond;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 4rem 0; }
.section__title { font-size: 2rem; margin-bottom: 1rem; text-align: center; }
.section__subtitle { text-align: center; color: #666; margin-bottom: 2rem; }

/* Navigation */
.site-nav { background: #fff; border-bottom: 1px solid #d8e6d8; padding: 0.1rem 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.nav__container { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; column-gap: 1rem; row-gap: 0.1rem; max-width: 1200px; margin: 0 auto; padding: 0 0.75rem; }
.nav__brand { grid-column: 1; grid-row: 1; }
.nav__links { grid-column: 2; grid-row: 1; }
.nav__links--sub { grid-column: 1 / -1; grid-row: 2; }
@media (max-width: 900px) { .nav__container { grid-template-columns: 1fr; justify-items: center; } .nav__brand { grid-column: 1; grid-row: 1; } .nav__links { grid-column: 1; grid-row: 2; } .nav__links--sub { grid-column: 1; grid-row: 3; } }
.nav__brand { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; white-space: nowrap; flex-shrink: 0; padding: 0; }
.nav__logo { height: 5.4rem; width: auto; max-width: 20rem; object-fit: contain; display: block; }
.nav__links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.35rem 1.15rem; }
.nav__link { color: #333333; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.2s ease; padding: 0.35rem 0.7rem; border-radius: 6px; white-space: nowrap; position: relative; letter-spacing: 0.01em; }
.nav__link:hover { color: #3a6348; background: rgba(58,99,72,0.05); }
.nav__link--active { color: #3a6348; font-weight: 700; background: rgba(58,99,72,0.08); }
.nav__link--active::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 20px; height: 2.5px; background: #3a6348; border-radius: 2px; }
.nav__right { display: flex; align-items: center; gap: 0.5rem; }
.nav__phone, .nav__ops-link { font-size: 0.8rem; white-space: nowrap; font-weight: 600; color: #fff; text-decoration: none; background: #3a6348; padding: 0.4rem 0.85rem; border-radius: 6px; transition: all 0.2s; display: inline-flex; align-items: center; gap: 0.35rem; }

/* Hero */
.section--hero { text-align: center; padding: 6rem 0; background: linear-gradient(135deg, #526b5c22, #526b5c08); position: relative; }
.hero__title { font-size: 3rem; margin-bottom: 1rem; color: #526b5c; }
.hero__subtitle { font-size: 1.25rem; color: #555; max-width: 600px; margin: 0 auto 2rem; }

/* Buttons */
.btn { display: inline-block; padding: 0.75rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; transition: opacity 0.2s; }
.btn--primary { background: #526b5c; color: #fff; }
.btn--primary:hover { opacity: 0.9; }
.btn--outline { display: inline-block; padding: 0.75rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid #dcae68; color: #dcae68; background: transparent; transition: all 0.2s; }
.btn--outline:hover { background: #dcae68; color: #fff; }

/* About Teaser */
.section--about-teaser { background: #f9fafb; text-align: center; }
.about-teaser__text { max-width: 700px; margin: 0 auto 2rem; color: #555; font-size: 1.1rem; }

/* Blog */
.blog__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; }
.blog-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; transition: transform 0.2s, box-shadow 0.2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
.blog-card__image { width: 100%; height: 200px; object-fit: cover; }
.blog-card__content { padding: 1.5rem; }
.blog-card__title { font-size: 1.25rem; margin-bottom: 0.5rem; color: #333333; }
.blog-card__date { font-size: 0.85rem; color: #999; display: block; margin-bottom: 0.75rem; }
.blog-card__excerpt { color: #555; font-size: 0.95rem; }

/* Events */
.events__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; }
.event-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; transition: transform 0.2s, box-shadow 0.2s; }
.event-card:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
.event-card__image { width: 100%; height: 280px; object-fit: cover; }
.event-card__content { padding: 1.5rem; }
.event-card__title { font-size: 1.15rem; margin-bottom: 0.5rem; color: #333333; }
.event-card__date { font-size: 0.85rem; color: #999; display: block; margin-bottom: 0.5rem; }
.event-card__location { color: #526b5c; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.75rem; }
.event-card__description { color: #555; font-size: 0.9rem; margin-bottom: 1rem; line-height: 1.5; }
.event-card__btn { display: inline-block; padding: 0.5rem 1.5rem; font-size: 0.85rem; background: #526b5c; color: #fff; border-radius: 4px; }
.event-card__btn:hover { background: #1547b5; }

/* CTA Section */
.section--cta { background: #526b5c; color: #fff; text-align: center; }
.section--cta .section__title { color: #fff; }
.section--cta .cta__text { color: rgba(255,255,255,0.9); max-width: 700px; margin: 0 auto 2rem; }
.section--cta-donate { background: linear-gradient(135deg, #526b5c22, #526b5c08); text-align: center; }
.section--cta-donate .section__title { color: #526b5c; }
.section--cta-donate .cta__text { color: #555; max-width: 700px; margin: 0 auto 2rem; }
.donation-card { background: #fff; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08); padding: 2.5rem; max-width: 520px; margin: 2rem auto 0; text-align: left; border: 1px solid rgba(255,255,255,0.8); }

/* Donation Form */
.donation-form { margin: 0; }
.donate-label { font-weight: 600; margin-bottom: 0.75rem; color: #2c2c2c; font-size: 0.95rem; }
.donate-freq-tabs { display: flex; gap: 0; margin-bottom: 1.5rem; border: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.donate-freq-btn { flex: 1; padding: 0.85rem; border: none; background: #fff; cursor: pointer; font-weight: 600; transition: all 0.2s; color: #555; font-size: 0.95rem; }
.donate-freq-btn.active { background: #526b5c; color: #fff; }
.donate-freq-btn:hover { background: #fafafa; }
.donate-amount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-bottom: 1.5rem; }
.donate-amount-btn { padding: 0.85rem; border: 2px solid #e5e7eb; background: #fff; cursor: pointer; font-weight: 600; border-radius: 6px; transition: all 0.2s; color: #555; font-size: 0.95rem; }
.donate-amount-btn:hover { border-color: #526b5c; color: #526b5c; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.donate-amount-btn.active { background: #526b5c; color: #fff; border-color: #526b5c; box-shadow: 0 2px 8px rgba(0,0,0,0.10); }
.donate-comment-input { width: 100%; padding: 0.85rem; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; resize: vertical; margin-bottom: 0.25rem; font-size: 0.95rem; }
.donate-comment-input:focus { outline: none; border-color: #526b5c; }
.donate-char-count { text-align: right; font-size: 0.8rem; color: #999; margin-bottom: 1.5rem; }
.donate-submit-btn { width: 100%; background: #526b5c; color: #fff; padding: 1rem; font-size: 1rem; border-radius: 6px; font-weight: 700; box-shadow: 0 2px 8px rgba(0,0,0,0.12); }
.donate-submit-btn:hover { background: #1547b5; box-shadow: 0 4px 12px rgba(0,0,0,0.18); }

/* Footer */
.section--footer { background: #0d1b2a; border-top: none; padding: 3rem 0 0; }
.footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; }
.footer__left { display: flex; flex-direction: column; }
.footer__right { display: flex; flex-direction: column; }
.footer__charity-heading { font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; color: #c9a96e; }
.footer__charity-text { font-size: 0.9rem; color: #ffffff; margin-bottom: 0.35rem; line-height: 1.6; }
.footer__charity-text a { color: #4da6ff; text-decoration: none; font-weight: 400; }
.footer__charity-text a:hover { text-decoration: underline; }
.footer__social { display: flex; gap: 1rem; margin-top: 1.25rem; }
.footer__social-link { color: #4da6ff; transition: color 0.2s, transform 0.2s; display: flex; align-items: center; }
.footer__social-link:hover { color: #80bfff; transform: scale(1.1); }
.footer__mailing-heading { font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; color: #c9a96e; }
.footer__mailing-form { display: flex; flex-direction: column; gap: 0.75rem; }
.footer__mailing-row { display: flex; gap: 0.5rem; }
.footer__mailing-input { flex: 1; padding: 0.65rem 0.85rem; border: 1px solid #3a4a5a; border-radius: 5px; font-family: inherit; font-size: 0.9rem; background: #fff; color: #2c2c2c; }
.footer__mailing-input::placeholder { color: #999; }
.footer__mailing-input:focus { outline: none; border-color: #4da6ff; box-shadow: 0 0 0 2px rgba(77,166,255,0.2); }
.footer__mailing-input--full { width: 100%; }
.footer__mailing-btn { padding: 0.65rem 1.5rem; border: none; background: #2563eb; color: #fff; cursor: pointer; font-weight: 600; border-radius: 5px; font-size: 0.9rem; transition: background 0.2s; }
.footer__mailing-btn:hover { background: #1d4ed8; }
.footer__mailing-checkbox { font-size: 0.85rem; color: #c8c0b8; display: flex; align-items: flex-start; gap: 0.5rem; }
.footer__mailing-checkbox input { margin-top: 0.15rem; accent-color: #4da6ff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.3); padding: 1.25rem 0; background: #0d1b2a; }
.footer__copyright { font-size: 0.8rem; color: #c8c0b8; text-align: right; margin: 0; }
.footer__credit { font-size: 0.8rem; color: #c8c0b8; margin: 0; }
.footer__credit a { color: #c8c0b8; text-decoration: none; border-bottom: 1px dotted rgba(200,192,184,0.45); }
.footer__credit a:hover { color: #fff; border-bottom-color: #fff; }
.footer__grid--3col { grid-template-columns: 1.5fr 0.75fr 1fr; gap: 3.5rem; }
.footer__col { display: flex; flex-direction: column; }
.footer__heading { font-size: 1.05rem; font-weight: 700; margin-bottom: 1.1rem; color: #d4a853; }
.footer__text { font-size: 0.95rem; color: #e8d5a3; margin-bottom: 0.55rem; line-height: 1.75; }
.footer__tagline { font-style: italic; }
.footer__links { list-style: none; margin: 0; padding: 0; }
.footer__links li { margin-bottom: 0.6rem; }
.footer__links a { color: #dcae68; text-decoration: none; font-weight: 600; }
.footer__links a:hover { color: #f0c987; text-decoration: underline; }
.footer__text a { color: #dcae68; text-decoration: none; font-weight: 700; }
.footer__text a:hover { color: #f0c987; text-decoration: underline; }
@media (max-width: 900px) { .footer__grid--3col { grid-template-columns: 1fr; gap: 2.25rem; } }

/* Grids */
.services__grid, .pricing__grid, .testimonials__grid, .gallery__grid, .team__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem;
}

/* Cards */
.service-card, .pricing-card, .testimonial-card, .team-card, .imagine-card, .scenario-card {
  background: #f9fafb; border-radius: 8px; padding: 1.5rem; border: 1px solid #e5e7eb; box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.service-card__icon, .imagine-card__icon { font-size: 2rem; }
.service-card__title, .pricing-card__name, .imagine-card__title, .scenario-card__title { font-size: 1.25rem; margin-bottom: 0.5rem; }

/* Team */
.team-card { text-align: center; }
.team-card__photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin: 0 auto 1rem; display: block; }
.team-card__photo--placeholder { background: #e5e7eb; }
.team-card__name { font-size: 1.25rem; margin-bottom: 0.25rem; }
.team-card__role { color: #526b5c; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.75rem; }
.team-card__bio { font-size: 0.9rem; color: #555; }

/* CTA */
.section--cta-donate { background: linear-gradient(135deg, #526b5c22, #526b5c08); text-align: center; }
.section--cta-donate .section__title { color: #526b5c; }
.section--cta-donate .cta__text { color: #555; max-width: 700px; margin: 0 auto 2rem; }
.cta__text { font-size: 1.1rem; max-width: 700px; margin: 0 auto 2rem; opacity: 0.95; }
.btn--large { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn--primary.btn--large { background: #fff; color: #526b5c; }
.btn--primary.btn--large:hover { background: #f0f0f0; }
.pricing-card__price { font-size: 1.5rem; font-weight: 700; color: #526b5c; margin-bottom: 1rem; }
.pricing-card__features { list-style: none; margin-bottom: 1.5rem; }
.pricing-card__features li { padding: 0.25rem 0; }
.pricing-card__features li::before { content: "\2713"; color: #526b5c; margin-right: 0.5rem; }

/* Gallery */
.gallery__item img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; }

/* FAQs */
.faq-item { border-bottom: 1px solid #e5e7eb; padding: 1rem 0; }
.faq-item__question { font-weight: 600; cursor: pointer; }
.faq-item__answer { margin-top: 0.5rem; color: #555; }

/* Contact */
.contact__details p { margin-bottom: 0.5rem; }
.contact__details a { color: #526b5c; }

/* Footer */
.section--footer { background: #111827; color: #d1d5db; text-align: center; padding: 2rem 0; }
.footer__business { font-size: 1.25rem; font-weight: 700; color: #fff; }
.footer__tagline { font-style: italic; margin-bottom: 1rem; }

/* Responsive */
@media (max-width: 768px) {
  .hero__title { font-size: 2rem; }
  .section { padding: 2.5rem 0; }
  .services__grid, .pricing__grid, .testimonials__grid, .gallery__grid, .team__grid, .imagine-knowing__grid, .visit-scenarios__grid { grid-template-columns: 1fr; }
}

/* New Section Types */
.imagine-knowing__grid, .visit-scenarios__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem;
}
.imagine-card__desc, .scenario-card__desc { color: #555; font-size: 0.95rem; }
.scenario-card__steps { margin: 1rem 0; }
.scenario-step { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 0; }
.scenario-step__number { width: 28px; height: 28px; border-radius: 50%; background: #526b5c; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; flex-shrink: 0; }
.scenario-card__outcome { margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid #e5e7eb; color: #dcae68; }

/* Comparison */
.comparison__table-wrap { overflow-x: auto; margin-top: 2rem; }
.comparison__table { width: 100%; border-collapse: collapse; }
.comparison-th { padding: 1rem; text-align: center; font-weight: 700; background: #526b5c; color: #fff; }
.comparison-label { padding: 0.75rem 1rem; font-weight: 600; background: #f9fafb; border-bottom: 1px solid #e5e7eb; }
.comparison-td { padding: 0.75rem 1rem; text-align: center; border-bottom: 1px solid #e5e7eb; }
.comparison-check { color: #10B981; font-weight: 700; margin-right: 0.25rem; }
.comparison-cross { color: #EF4444; font-weight: 700; margin-right: 0.25rem; }

/* Narrative Showcase */
.section--narrative-showcase { background: #f9fafb; }
.narrative__image { width: 100%; max-height: 400px; object-fit: cover; border-radius: 8px; margin-bottom: 2rem; }
.narrative__content { max-width: 700px; margin: 0 auto; }
.narrative__paragraph { margin-bottom: 1.25rem; color: #444; line-height: 1.8; }
.narrative__attribution { text-align: center; margin-top: 2rem; }
.narrative__author { font-weight: 700; display: block; }
.narrative__role { color: #666; font-size: 0.9rem; }

/* Emotional Copy */
.section--emotional-copy { text-align: center; padding: 5rem 0; }
.emotional-copy__heading { font-size: 2.5rem; margin-bottom: 2rem; color: #dcae68; }
.emotional-copy__content { max-width: 700px; margin: 0 auto; }
.emotional-copy__paragraph { margin-bottom: 1.25rem; color: #444; line-height: 1.8; font-size: 1.1rem; }
.emotional-copy__highlight { border-left: 4px solid #dcae68; padding: 1rem 1.5rem; margin: 2rem auto; max-width: 600px; font-style: italic; color: #555; text-align: left; background: #f9fafb; border-radius: 0 8px 8px 0; }

/* Services Filtered */
.service-card__category { display: inline-block; margin-top: 0.5rem; padding: 0.2rem 0.6rem; background: #dcae6822; color: #dcae68; border-radius: 12px; font-size: 0.75rem; font-weight: 600; }

/* Interactive Modal */
.modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 1000; }
.modal-container { background: #fff; border-radius: 8px; padding: 2.5rem; max-width: 520px; width: 90%; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
.modal-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #999; }
.modal-title { font-size: 1.5rem; margin-bottom: 0.5rem; }
.modal-intro { color: #555; margin-bottom: 1.5rem; }
.modal-field { margin-bottom: 1rem; }
.modal-label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 0.9rem; }
.modal-input { width: 100%; padding: 0.65rem 0.85rem; border: 1px solid #ddd; border-radius: 8px; font-family: inherit; font-size: 0.9rem; }
.modal-input:focus { outline: none; border-color: #526b5c; box-shadow: 0 0 0 2px #526b5c22; }
.modal-textarea { min-height: 80px; resize: vertical; }
.modal-select { appearance: auto; }
.modal-success { text-align: center; padding: 2rem 0; }
.modal-success__text { font-size: 1.1rem; color: #10B981; margin-bottom: 1.5rem; }
.wizard-step__title { font-size: 1.1rem; margin-bottom: 0.5rem; }
.wizard-step__desc { color: #555; margin-bottom: 1rem; }
.wizard-nav { display: flex; gap: 0.75rem; margin-top: 1rem; }

/* Variant Toggle */
.variant-switcher { position: fixed; bottom: 1rem; right: 1rem; display: flex; gap: 0.5rem; background: #fff; padding: 0.5rem 0.75rem; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); z-index: 999; }
.variant-switcher button { padding: 0.35rem 0.75rem; border: 1px solid #ddd; border-radius: 4px; background: #fff; cursor: pointer; font-size: 0.8rem; font-weight: 500; transition: all 0.2s; }
.variant-switcher button.active { background: #526b5c; color: #fff; border-color: #526b5c; }
/* ── Home Blueprint premium styles ── */
.section { padding: 4.5rem 0; }
.section--hero { background: linear-gradient(180deg, #FAFAF7 0%, #f4f1ea 100%); padding: 4rem 0 5rem; }
.hero__split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3.5rem; align-items: center; }
.hero__eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem; font-weight: 700; color: #3a6348; margin-bottom: 1.25rem; }
.hero__title { font-size: clamp(2.6rem, 4.6vw, 3.9rem); line-height: 1.12; color: #223529; margin-bottom: 1.25rem; }
.hero__subtitle { font-size: 1.45rem; line-height: 1.65; color: #4a4a4a; margin-bottom: 2.1rem; max-width: 36rem; }
.hero__actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero__media { position: relative; } .hero__copy { display: flex; flex-direction: column; justify-content: center; }
.hero__media::before { content: ''; position: absolute; inset: 16px -16px -16px 16px; border: 2px solid #dcae68; border-radius: 20px; }
.hero__img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 18px; box-shadow: 0 24px 60px rgba(13,27,42,0.18); display: block; }
.home-prose { max-width: 46rem; margin: 0 auto 1.35rem; line-height: 1.85; color: #444; font-size: 1.1rem; }
.home-prose--center { text-align: center; }
.mtv__media { max-width: 62rem; margin: 2.5rem auto 0; }
.mtv__img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 18px 44px rgba(13,27,42,0.14); display: block; }
.service-card { background: #fff; border: 1px solid #ececec; border-radius: 14px; padding: 1.9rem 1.6rem; box-shadow: 0 2px 10px rgba(0,0,0,0.04); transition: transform 0.2s ease, box-shadow 0.2s ease; text-align: left; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(13,27,42,0.10); }
.service-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: 50%; background: rgba(58,99,72,0.1); font-size: 1.4rem; margin-bottom: 1rem; }
.service-card__title { font-size: 1.2rem; color: #223529; margin-bottom: 0.6rem; }
.service-card__desc { color: #555; line-height: 1.65; font-size: 0.98rem; }
.service-card__link { display: inline-block; margin-top: 0.9rem; color: #3a6348; font-weight: 600; text-decoration: none; font-size: 0.95rem; }
.service-card__link:hover { text-decoration: underline; }
.imagine__img { display: block; width: 100%; max-width: 62rem; margin: 0 auto 2.5rem; border-radius: 18px; box-shadow: 0 18px 44px rgba(13,27,42,0.14); }
.imagine-grid { max-width: 48rem; margin: 0 auto; }
.imagine-line { font-size: 1.15rem; line-height: 1.8; color: #3d3d3d; margin-bottom: 1.35rem; padding-left: 1.35rem; border-left: 3px solid #dcae68; }
.scope__box { max-width: 49rem; margin: 0 auto; background: #fff; border: 1px solid #e5e7eb; border-left: 4px solid #526b5c; border-radius: 12px; padding: 1.9rem 2.1rem; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.section--scope { background: #f4f1ea; }
.section--final-cta { background: #526b5c; }
.section--final-cta .section__title, .section--final-cta .home-prose { color: #fff; }
.section--final-cta .btn--primary { background: linear-gradient(135deg, #e9c37f, #c9973f); color: #1f3226; font-weight: 700; box-shadow: 0 10px 26px rgba(0,0,0,0.22); transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease; }
.section--final-cta .btn--primary:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 14px 32px rgba(0,0,0,0.28); }
.final-cta__phone { margin-top: 1.4rem; color: #f0ece2; }
.final-cta__phone a { color: #fff; font-weight: 700; text-decoration: none; }
@media (max-width: 900px) { .hero__split { grid-template-columns: 1fr; gap: 2.5rem; } .hero__media::before { inset: 12px -8px -12px 8px; } .hero__img { aspect-ratio: 4 / 3; } }
.section--footer#footer { background: #0d1b2a; padding: 3rem 0 0; text-align: left; }
.footer__grid--3col { text-align: left; }
.areas__media { max-width: 62rem; margin: 2.2rem auto 0; }
.areas__img { width: 100%; height: auto; max-height: 480px; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 44px rgba(13,27,42,0.14); display: block; }
.hero__title { font-size: clamp(2.9rem, 5vw, 4.4rem); }
.section__title { font-size: 2.5rem; line-height: 1.18; }
.section__subtitle { font-size: 1.15rem; }
.hero__title { font-family: Playfair Display, serif; }
.section--footer#footer { padding: 4.5rem 0 0; }
.footer__grid--3col { gap: 4.5rem; }
.footer__col .footer__heading { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.82rem; }
.footer__col:first-child .footer__heading { text-transform: none; letter-spacing: 0.01em; font-size: 1.2rem; }
.footer__tagline { font-style: normal; color: #cfc8bd; line-height: 1.85; margin-bottom: 1.15rem; }
.footer__links li { margin-bottom: 0.85rem; }
.footer__links a { transition: color 0.2s, padding-left 0.2s; }
.footer__links a:hover { padding-left: 5px; }
.footer__text a { font-size: 1.02rem; }
.footer__bottom { border-top: 1px solid rgba(212,168,83,0.35); }
.section--page-hero { background: #f4f1ea; padding: 5rem 0 3.5rem; text-align: center; }
.page-hero__title { font-family: Cormorant Garamond, serif; font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1.15; color: #1f2d24; max-width: 52rem; margin: 0 auto; }
.page-hero__lead { font-size: 1.2rem; line-height: 1.75; color: #4a4a44; max-width: 44rem; margin: 1.5rem auto 0; }
.prose-block { max-width: 46rem; margin: 0 auto 3rem; }
.prose-block h3 { font-family: Cormorant Garamond, serif; font-size: 1.65rem; color: #2c4636; margin: 0 0 1rem; }
.prose-block p { font-size: 1.08rem; line-height: 1.85; color: #444; margin-bottom: 1.15rem; }
.prose-block p:last-child { margin-bottom: 0; }
.section--scope { padding: 4.5rem 0; }
.section--scope .section__title { text-align: center; }
.values-grid { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; max-width: 52rem; margin: 2.2rem auto 3.5rem; }
.value-chip { background: #fff; border: 1px solid #e0d5bd; border-radius: 999px; padding: 0.65rem 1.5rem; font-weight: 600; color: #2c4636; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.section--links-band { background: #f4f1ea; padding: 4.5rem 0; }
.section--links-band .section__title { text-align: center; }
.link-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.6rem; max-width: 62rem; margin: 2.2rem auto 0; }
.link-card { background: #fff; border-radius: 14px; padding: 1.9rem 1.8rem; text-decoration: none; display: flex; flex-direction: column; gap: 0.6rem; border: 1px solid #e7e0d2; border-top: 3px solid #d4a853; box-shadow: 0 3px 12px rgba(0,0,0,0.05); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.link-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,0.1); }
.link-card__title { font-family: Cormorant Garamond, serif; font-size: 1.35rem; color: #1f2d24; }
.link-card__blurb { font-size: 0.98rem; line-height: 1.7; color: #555; flex: 1; }
.link-card__arrow { color: #a8802f; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
.behaviours { max-width: 50rem; margin: 0 auto; }
.behaviour-row { display: flex; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid #e8e2d6; }
.behaviour-row:last-child { border-bottom: none; }
.behaviour-row__num { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, #e9c37f, #c9973f); color: #1f3226; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: 0 4px 12px rgba(201,151,63,0.35); }
.behaviour-row h3 { font-family: Cormorant Garamond, serif; font-size: 1.45rem; color: #2c4636; margin-bottom: 0.5rem; }
.behaviour-row p { font-size: 1.05rem; line-height: 1.8; color: #4a4a44; }
.outcomes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; max-width: 62rem; margin: 2.4rem auto 3.5rem; }
.outcome-card { background: #fff; border: 1px solid #e7e0d2; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.outcome-card__title { font-family: Cormorant Garamond, serif; font-size: 1.2rem; color: #2c4636; margin-bottom: 0.45rem; }
.outcome-card__desc { font-size: 0.97rem; line-height: 1.7; color: #555; }
@media (max-width: 720px) { .section--page-hero { padding: 3.5rem 0 2.5rem; } .behaviour-row { flex-direction: column; gap: 0.9rem; } .prose-block { margin-bottom: 2.2rem; } }
.page-hero__media { position: relative; max-width: 62rem; margin: 3rem auto 0; }
.page-hero__media::before { content: ''; position: absolute; inset: 16px -16px -16px 16px; border: 2px solid #d4a853; border-radius: 18px; z-index: 0; }
.page-hero__img { position: relative; z-index: 1; width: 100%; border-radius: 18px; box-shadow: 0 18px 44px rgba(13,27,42,0.18); display: block; }
.prose-media { margin: 1.9rem 0 0.4rem; }
.prose-media img { width: 100%; border-radius: 16px; border: 1px solid #e7e0d2; box-shadow: 0 12px 30px rgba(13,27,42,0.12); display: block; }
.outcomes-media { max-width: 62rem; margin: 0 auto 3.2rem; }
.outcomes-media img { width: 100%; border-radius: 18px; box-shadow: 0 14px 34px rgba(13,27,42,0.14); display: block; }
@media (max-width: 720px) { .page-hero__media::before { inset: 10px -10px -10px 10px; } }
.questions-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; max-width: 62rem; margin: 2.4rem auto 0; }
.question-chip { background: #fff; border: 1px solid #e7e0d2; border-radius: 14px; padding: 1.6rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; box-shadow: 0 3px 12px rgba(0,0,0,0.05); }
.question-chip__num { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #e9c37f, #c9973f); color: #1f3226; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.question-chip p { font-size: 1.05rem; line-height: 1.6; color: #3c3c38; font-weight: 600; margin: 0.45rem 0 0; }
.nav__item { position: relative; display: flex; align-items: center; }
.nav__item--drop::after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 0.9rem; }
.nav__caret { display: inline-block; margin-left: 0.5rem; font-size: 0.95em; color: #d4a853; transition: transform 0.2s ease, color 0.2s ease; transform-origin: 50% 45%; }
.nav__item--drop:hover .nav__caret, .nav__item--drop:focus-within .nav__caret { transform: rotate(180deg); color: #3a6348; }
.nav__dropdown { position: absolute; top: calc(100% + 0.5rem); left: 50%; transform: translateX(-50%) translateY(6px); background: #fff; border: 1px solid #e7e0d2; border-top: 3px solid #d4a853; border-radius: 12px; box-shadow: 0 14px 34px rgba(13,27,42,0.14); padding: 0.6rem; min-width: 290px; opacity: 0; visibility: hidden; transition: opacity 0.18s ease, transform 0.18s ease; z-index: 120; }
.nav__item--drop:hover .nav__dropdown, .nav__item--drop:focus-within .nav__dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__drop { display: block; padding: 0.55rem 0.9rem; border-radius: 8px; color: #33413a; text-decoration: none; font-weight: 600; font-size: 0.9rem; white-space: normal; }
.nav__drop:hover { background: #f4f1ea; color: #a8802f; }
.nav__drop--active { background: #f4f1ea; color: #3a6348; }
@media (max-width: 900px) { .nav__dropdown { display: none; } }
.steps { display: flex; flex-direction: column; gap: 1.2rem; max-width: 860px; margin: 0 auto; }
.step-row { display: flex; gap: 1.2rem; align-items: flex-start; background: #fff; border: 1px solid rgba(31,50,38,.08); border-radius: 14px; padding: 1.4rem 1.6rem; box-shadow: 0 6px 18px rgba(31,50,38,.06); }
.step-row__num { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #e9c37f, #c9973f); color: #1f3226; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; }
.step-row h3 { margin: 0 0 .4rem; color: #1f3226; }
.step-row p { margin: 0; color: #4b5563; }
.faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: .9rem; }
.faq-item { background: #fff; border: 1px solid rgba(31,50,38,.08); border-radius: 12px; overflow: hidden; box-shadow: 0 6px 18px rgba(31,50,38,.06); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: .9rem; padding: 1.1rem 1.4rem; font-weight: 600; color: #1f3226; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: '+'; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #e9c37f, #c9973f); color: #1f3226; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.faq-item[open] summary::before { content: '–'; }
.faq-item .faq-item__a { padding: 0 1.4rem 1.2rem 4.1rem; color: #4b5563; margin: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 2.5rem; max-width: 1100px; margin: 0 auto; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 1.1rem; }
.contact-card { background: #fff; border: 1px solid rgba(31,50,38,.08); border-radius: 12px; padding: 1.2rem 1.4rem; box-shadow: 0 6px 18px rgba(31,50,38,.06); }
.contact-card h3 { margin: 0 0 .3rem; font-size: 1rem; color: #1f3226; }
.contact-card p { margin: 0; color: #4b5563; }
.contact-card a { color: #c9973f; font-weight: 600; text-decoration: none; }
.contact-form { background: #fff; border: 1px solid rgba(31,50,38,.08); border-radius: 14px; padding: 1.8rem; box-shadow: 0 10px 30px rgba(31,50,38,.08); display: flex; flex-direction: column; gap: 1rem; }
.contact-form h3 { margin: 0; color: #1f3226; }
.contact-form label { display: block; font-size: .85rem; font-weight: 600; color: #1f3226; margin-bottom: .3rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(31,50,38,.18); border-radius: 8px; padding: .65rem .8rem; font: inherit; color: #1f3226; background: #fbfaf7; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid #c9973f; border-color: transparent; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form__consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .85rem; color: #4b5563; }
.contact-form__consent input { width: auto; margin-top: .2rem; }
.contact-form__success { display: none; align-items: center; gap: .6rem; background: #eef7ef; border: 1px solid #bcd9c0; color: #22672d; border-radius: 10px; padding: .9rem 1.1rem; font-weight: 600; }
.contact-form__error { background: #fdf0ee; border: 1px solid #e8c1ba; color: #a13a2a; border-radius: 10px; padding: .9rem 1.1rem; font-weight: 600; margin-top: .8rem; }
.contact-form__chips { margin-top: .2rem; }
.glchips { display: flex; flex-wrap: wrap; gap: .6rem; }
.glchips__label { display: flex; align-items: center; gap: .55rem; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #3a6348; margin: 1.15rem 0 .65rem; }
.glchips__label::before { content: ''; width: 20px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #e9c37f, #c9973f); }
.glchips__label--reg { color: #9a3412; }
.glchips__label--reg::before { background: linear-gradient(90deg, #f0a08a, #c2410c); }
.glchip { position: relative; display: inline-flex; align-items: center; gap: .55rem; padding: .6rem 1rem; border: 1px solid rgba(31,50,38,.16); border-radius: 999px; background: #fbfaf7; font-size: .83rem; font-weight: 600; color: #1f3226; cursor: pointer; transition: all .18s ease; box-shadow: 0 1px 2px rgba(31,50,38,.05); }
.glchip input { position: absolute; opacity: 0; width: 0; height: 0; }
.glchip__box { flex: 0 0 18px; width: 18px; height: 18px; border-radius: 6px; border: 1.5px solid rgba(31,50,38,.3); background: #fff; display: inline-flex; align-items: center; justify-content: center; transition: all .18s ease; }
.glchip__box::after { content: '✓'; font-size: .7rem; line-height: 1; color: #fff; opacity: 0; transition: opacity .15s ease; }
.glchip:hover { border-color: #c9973f; box-shadow: 0 4px 12px rgba(201,151,63,.18); transform: translateY(-1px); }
.glchip:has(input:checked) { background: linear-gradient(135deg, #e9c37f, #c9973f); border-color: transparent; color: #1f3226; box-shadow: 0 6px 16px rgba(201,151,63,.3); }
.glchip:has(input:checked) .glchip__box { background: #1f3226; border-color: #1f3226; }
.glchip:has(input:checked) .glchip__box::after { opacity: 1; }
.glchip--reg { border-color: rgba(154,52,18,.28); background: #fdf6f3; color: #7c2d12; }
.glchip--reg:hover { border-color: #c2410c; box-shadow: 0 4px 12px rgba(194,65,12,.16); }
.glchip--reg:has(input:checked) { background: linear-gradient(135deg, #f0a08a, #c2410c); border-color: transparent; color: #fff; box-shadow: 0 6px 16px rgba(194,65,12,.28); }
.glchip--reg:has(input:checked) .glchip__box { background: #fff; border-color: #fff; }
.glchip--reg:has(input:checked) .glchip__box::after { color: #c2410c; opacity: 1; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } .contact-form__row { grid-template-columns: 1fr; } }
.nav__links--sub { width: 100%; justify-content: center; gap: 0.1rem 0.85rem; padding: 0 0 .45rem; align-items: center; flex-wrap: wrap; }
.nav__links--sub .nav__link { color: #3a6348; font-size: 0.8rem; letter-spacing: 0; padding: 0.28rem 0.42rem; }
.nav__links--sub .nav__caret { margin-left: 0.25rem; }
.article-body { max-width: 780px; margin: 0 auto; }
.article-body h2 { color: #1f3226; margin: 2rem 0 .8rem; font-size: 1.35rem; }
.article-body p { color: #4b5563; line-height: 1.75; margin: 0 0 .9rem; }
.who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; margin: 1.4rem 0 2.4rem; }
.who-card { background: #fff; border: 1px solid #e7e4dc; border-radius: 14px; padding: 1.3rem 1.2rem; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.who-card h3 { color: #1f3226; font-size: 1.05rem; margin: 0 0 .4rem; }
.who-card p { color: #4b5563; font-size: .92rem; line-height: 1.6; margin: 0; }
.footer__grid--4col { grid-template-columns: 1.4fr .8fr .9fr 1fr; gap: 3rem; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer__legal { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.footer__legal a { color: #dcae68; text-decoration: none; font-weight: 600; font-size: .9rem; }
.footer__legal a:hover { color: #f0c987; text-decoration: underline; }
@media (max-width: 900px) { .footer__grid--4col { grid-template-columns: 1fr; gap: 2.25rem; } }
.section--songs { background: #f7f4ee; }
.song-block { background: #fff; border: 1px solid #e7e4dc; border-left: 4px solid #d4a853; border-radius: 14px; padding: 2rem 2.2rem; max-width: 46rem; margin: 2rem auto 0; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.song-block__voice { color: #3a6348; font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 .3rem; }
.song-block__title { color: #1f3226; font-size: 1.35rem; margin: 0 0 1.2rem; }
.song-lyrics { margin: 0 0 1.2rem; -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent 100%); mask-image: linear-gradient(to bottom, #000 72%, transparent 100%); padding-bottom: .4rem; }
.song-line { color: #33413a; font-size: 1.05rem; line-height: 1.85; font-style: italic; margin: 0; }
.song-line--small { font-size: .95rem; line-height: 1.75; }
.song-full summary { color: #3a6348; font-weight: 700; cursor: pointer; display: inline-block; margin-bottom: .8rem; }
.song-full summary:hover { color: #d4a853; }
.song-full__heading { color: #3a6348; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin: 1.1rem 0 .3rem; }
.song-note { color: #6b7280; font-style: italic; margin: 1rem 0 0; }
.song-player { display: flex; align-items: center; gap: .9rem; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid #efece4; }
.song-player__btn { width: 46px; height: 46px; flex-shrink: 0; border-radius: 50%; border: none; background: #3a6348; color: #f3ead6; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s ease, transform .2s ease; box-shadow: 0 3px 10px rgba(58,99,72,0.35); }
.song-player__btn:hover { background: #2e4f39; transform: scale(1.05); }
.song-player__track { flex: 1; height: 6px; background: #e5dfd2; border-radius: 3px; cursor: pointer; overflow: hidden; }
.song-player__fill { height: 100%; width: 0%; background: linear-gradient(90deg, #d4a853, #dcae68); border-radius: 3px; }
.song-player__time { color: #6b7280; font-size: .85rem; min-width: 2.6rem; text-align: right; font-variant-numeric: tabular-nums; }
.song-film-card { display: flex; max-width: 46rem; margin: 2.2rem auto 0; }
.section--film .film__media { max-width: 46rem; margin: 1.6rem auto 0; }
.section--film .film__media video { width: 100%; border-radius: 14px; box-shadow: 0 10px 30px rgba(13,27,42,0.18); }
.section--wish { background: #ffffff; }
.wish-list { list-style: none; margin: 2.2rem auto 0; padding: 0; max-width: 62rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 0.9rem 2.4rem; }
.wish-list li { position: relative; padding-left: 1.7rem; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 1.02rem; color: #33475b; line-height: 1.55; }
.wish-list li::before { content: '→'; position: absolute; left: 0; top: 0; color: #d4a853; font-style: normal; }
.outings-open { max-width: 46rem; margin: 2.6rem auto 0; text-align: center; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 1.15rem; line-height: 1.75; color: #0d1b2a; }
.outings-safety { max-width: 46rem; margin: 1.6rem auto 0; text-align: center; font-size: 0.9rem; color: #5a6b7c; line-height: 1.6; }
.outings-mid { max-width: 62rem; margin: 2.6rem auto 0; }
.outings-mid img { width: 100%; border-radius: 14px; box-shadow: 0 10px 30px rgba(13,27,42,0.18); }
.songs-cards { margin: 2.4rem auto 0; }