*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#FAF6F0;color:#221F1C;font-family:'Poppins',sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:#D65C50;text-decoration:none;transition:color .2s ease}
a:hover{color:#B94A3F}
::selection{background:#EFB48F;color:#221F1C}
details>summary{list-style:none;cursor:pointer}
details>summary::-webkit-details-marker{display:none}

.container{max-width:1180px;margin:0 auto;padding:0 26px}

/* Announcement bar */
.announcement-bar{background:#221F1C;color:#FAF6F0;text-align:center;padding:11px 20px;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:400}

/* Nav */
.site-header{position:sticky;top:0;z-index:50;background:rgba(250,246,240,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(34,31,28,.08)}
.nav{max-width:1180px;margin:0 auto;padding:14px 26px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav-brand{display:flex;align-items:center;gap:12px;color:#221F1C}
.nav-logo{width:46px;height:46px;border-radius:50%;object-fit:cover}
.nav-brand-name{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:22px;letter-spacing:.04em}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-link{color:#4A443F;font-size:14px;font-weight:500}
.nav-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;border:none;background:transparent;color:#221F1C;cursor:pointer;border-radius:10px;padding:0}
.nav-toggle svg{width:26px;height:26px}
.nav-toggle .icon-close{display:none}
.nav-toggle.is-open .icon-menu{display:none}
.nav-toggle.is-open .icon-close{display:block}

/* Buttons */
.btn-primary{background:#D65C50;color:#fff;padding:17px 34px;border-radius:999px;font-size:15px;font-weight:600;display:inline-block;border:none;cursor:pointer;font-family:'Poppins',sans-serif;letter-spacing:.01em}
.btn-primary:hover{background:#B94A3F;color:#fff}
.btn-primary.sm{padding:12px 24px;font-size:14px}
.btn-primary.on-dark:hover{background:#EFB48F;color:#221F1C}
.btn-outline{background:transparent;color:#221F1C;padding:17px 32px;border-radius:999px;font-size:15px;font-weight:600;border:1.5px solid rgba(34,31,28,.22);display:inline-block}
.btn-outline:hover{border-color:#221F1C;color:#221F1C}
.btn-dark{background:#221F1C;color:#fff;padding:15px 30px;border-radius:999px;font-size:14.5px;font-weight:600;display:inline-block}
.btn-dark:hover{background:#D65C50;color:#fff}

/* Section headers */
.eyebrow{display:inline-block;color:#8A5A3C;font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px}
.eyebrow.on-dark{color:#EFB48F}
.h1-hero{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:66px;line-height:1.02;letter-spacing:-.01em;margin:0 0 22px;color:#221F1C;text-wrap:balance}
.h1-hero em{font-style:italic;color:#D65C50}
.h2-section{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:46px;line-height:1.05;margin:0;color:#221F1C;text-wrap:balance}
.h2-section.on-dark{color:#FAF6F0}
.section-header{text-align:center;max-width:640px;margin:0 auto 52px}

/* Hero */
.hero{position:relative;max-width:1180px;margin:0 auto;padding:70px 26px 40px;scroll-margin-top:90px}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero-badge{display:inline-block;background:#F3ECE2;color:#8A5A3C;padding:8px 16px;border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;margin-bottom:24px}
.hero-sub{font-size:18px;line-height:1.65;color:#5A534D;max-width:480px;margin:0 0 34px}
.hero-cta-row{display:flex;gap:14px;flex-wrap:wrap}
.hero-stats{display:flex;align-items:center;gap:22px;margin-top:38px;flex-wrap:wrap}
.stat{display:flex;flex-direction:column}
.stat-value{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:30px;line-height:1;color:#221F1C}
.stat-label{font-size:12.5px;color:#8A837C;letter-spacing:.06em}
.stat-divider{width:1px;height:38px;background:rgba(34,31,28,.12)}
.hero-media{position:relative}
.hero-photo-wrap{border-radius:999px 999px 20px 20px;overflow:hidden;box-shadow:0 30px 60px -24px rgba(34,31,28,.32);background:#F3ECE2}
.hero-photo{width:100%;height:560px;object-fit:cover}

/* Differentiators */
.diff-section{max-width:1180px;margin:0 auto;padding:26px 26px 70px}
.diff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.diff-card{background:#fff;border:1px solid rgba(34,31,28,.07);border-radius:18px;padding:26px 24px}
.diff-icon{display:block;width:34px;height:34px;border-radius:50%;margin-bottom:16px}
.diff-card h3{margin:0 0 6px;font-size:16px;font-weight:600;color:#221F1C}
.diff-card p{margin:0;font-size:13.5px;line-height:1.55;color:#7A736D}

/* Events */
.events-section{background:#F3ECE2;padding:88px 0}
.events-section .section-header p{font-size:16px;line-height:1.6;color:#6A635D;margin:0}
.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.event-card{border-radius:20px;padding:34px 28px;min-height:172px}
.event-card h3{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:26px;margin:0 0 10px;color:#221F1C}
.event-card p{margin:0;font-size:14px;line-height:1.6}

/* Gallery */
.gallery-section{max-width:1180px;margin:0 auto;padding:90px 26px;scroll-margin-top:80px}
.gallery-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:44px}
.gallery-header-text{max-width:560px}
.gallery-header h2{margin:0}
.gallery-ig-link{font-size:14px;font-weight:600;color:#D65C50;white-space:nowrap}
.gallery-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-figure{margin:0;border-radius:18px;overflow:hidden;position:relative;background:#F3ECE2;aspect-ratio:4/5}
.gallery-figure img{width:100%;height:100%;object-fit:cover;display:block}
.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:34px 18px 14px;background:linear-gradient(to top,rgba(20,16,14,.72),transparent);color:#fff}
.gallery-caption-title{display:block;font-family:'Cormorant Garamond',serif;font-weight:600;font-size:21px}
.gallery-caption-sub{font-size:12px;letter-spacing:.05em;opacity:.85}

/* How it works */
.how-section{background:#221F1C;color:#FAF6F0;padding:92px 0;scroll-margin-top:80px}
.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.how-step{border-top:2px solid rgba(250,246,240,.16);padding-top:22px}
.how-num{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:600;line-height:1;display:block;margin-bottom:14px}
.how-step h3{margin:0 0 8px;font-size:17px;font-weight:600;color:#FAF6F0}
.how-step p{margin:0;font-size:14px;line-height:1.6;color:#B7AFA6}
.how-cta{text-align:center;margin-top:52px}

/* About */
.about-section{max-width:1180px;margin:0 auto;padding:92px 26px;scroll-margin-top:80px}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}
.about-photo-wrap{border-radius:20px 20px 999px 999px;overflow:hidden;box-shadow:0 30px 60px -26px rgba(34,31,28,.34);background:#F3ECE2}
.about-photo{width:100%;height:540px;object-fit:cover}
.about-section h2{font-weight:600;font-size:46px;line-height:1.06;margin:0 0 20px}
.about-section p{font-size:16.5px;line-height:1.72;color:#5A534D;margin:0 0 18px}
.about-cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.social-icon{width:44px;height:44px;border-radius:50%;background:#F3ECE2;color:#4A443F;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.social-icon svg{width:20px;height:20px}
.social-icon:hover{background:#D65C50;color:#fff}

/* Testimonials */
.testimonials-section{background:#F3ECE2;padding:88px 0}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.testimonial-card{background:#FAF6F0;border-radius:20px;padding:32px 28px}
.stars{color:#EFB48F;font-size:16px;letter-spacing:3px;margin-bottom:14px}
.testimonial-quote{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.5;color:#3A352F;margin:0 0 20px;font-style:italic}
.testimonial-name{font-size:13.5px;font-weight:600;color:#221F1C}
.testimonial-loc{font-size:13px;color:#8A837C;display:block}

/* FAQ */
.faq-section{max-width:900px;margin:0 auto;padding:92px 26px;scroll-margin-top:80px}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid rgba(34,31,28,.08);border-radius:16px;padding:4px 24px}
.faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:16.5px;font-weight:600;color:#221F1C}
.faq-plus{color:#D65C50;font-size:24px;font-family:'Cormorant Garamond',serif}
.faq-item p{margin:0 0 20px;font-size:15px;line-height:1.65;color:#6A635D}

/* Contact */
.contact-section{background:#F3ECE2;padding:92px 0;scroll-margin-top:80px}
.contact-grid{max-width:1180px;margin:0 auto;padding:0 26px;display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}
.contact-section h2{margin:0 0 18px}
.contact-section > .contact-grid > div:first-child > p{font-size:16px;line-height:1.68;color:#5A534D;margin:0 0 30px}
.contact-rows{display:flex;flex-direction:column;gap:18px}
.contact-row{display:flex;align-items:center;gap:14px;color:#221F1C}
.contact-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600;color:#221F1C;font-size:15px}
.contact-row-label{display:block;font-size:12px;color:#8A837C;letter-spacing:.05em}
.contact-row-value{font-weight:600;font-size:15px}
.contact-cta-card{width:100%;background:#FAF6F0;border-radius:22px;padding:56px 44px;box-shadow:0 26px 50px -30px rgba(34,31,28,.3);text-align:center;display:flex;flex-direction:column;align-items:center}
.contact-cta-emoji{font-size:40px;line-height:1;margin-bottom:18px}
.contact-cta-card h3{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:32px;margin:0 0 14px;color:#221F1C}
.contact-cta-card p{font-size:15.5px;line-height:1.65;color:#5A534D;margin:0 0 28px;max-width:400px}
.contact-cta-note{display:block;margin-top:16px;font-size:12.5px;color:#8A837C;letter-spacing:.04em}

/* Quote modal */
.quote-modal{position:fixed;inset:0;z-index:100;display:none}
.quote-modal.is-open{display:block}
.quote-modal-backdrop{position:absolute;inset:0;background:rgba(34,31,28,.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:quoteFade .2s ease}
.quote-modal-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(640px,calc(100vw - 32px));max-height:90vh;background:#FAF6F0;border-radius:22px;box-shadow:0 40px 80px -30px rgba(34,31,28,.6);display:flex;flex-direction:column;overflow:hidden;animation:quoteRise .24s cubic-bezier(.2,.7,.3,1)}
.quote-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:26px 30px 18px;border-bottom:1px solid rgba(34,31,28,.08)}
.quote-modal-eyebrow{display:inline-block;color:#8A5A3C;font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}
.quote-modal-title{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:30px;line-height:1.05;margin:0;color:#221F1C}
.quote-modal-close{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:none;background:#F3ECE2;color:#4A443F;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}
.quote-modal-close:hover{background:#D65C50;color:#fff}
.quote-modal-close svg{width:20px;height:20px}
.quote-modal-body{padding:24px 30px 30px;overflow-y:auto;-webkit-overflow-scrolling:touch}
.quote-modal-body [class^="hb-p-"]{width:100%}
@keyframes quoteFade{from{opacity:0}to{opacity:1}}
@keyframes quoteRise{from{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}

/* Footer */
.site-footer{background:#221F1C;color:#B7AFA6;padding:70px 0 34px}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(250,246,240,.12)}
.footer-brand-row{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.footer-logo{width:48px;height:48px;border-radius:50%;object-fit:cover}
.footer-brand-name{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:23px;color:#FAF6F0;letter-spacing:.04em}
.footer-blurb{font-size:14px;line-height:1.65;max-width:340px;margin:0}
.footer-col h4{color:#FAF6F0;font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 16px;font-weight:600}
.footer-links{display:flex;flex-direction:column;gap:11px}
.footer-links a{color:#B7AFA6;font-size:14px}
.footer-links a:hover{color:#EFB48F}
.footer-book-btn{display:inline-block;margin-top:20px;background:#D65C50;color:#fff;padding:13px 26px;border-radius:999px;font-size:14px;font-weight:600}
.footer-book-btn:hover{background:#EFB48F;color:#221F1C}
.footer-service-area{font-size:12.5px;line-height:1.6;color:#7E766E;margin:26px 0 0;max-width:820px}
.footer-copyright{font-size:12.5px;color:#7E766E;margin:18px 0 0}

/* Responsive */
@media (max-width: 860px) {
  .nav{padding:12px 20px}
  .nav-toggle{display:flex}
  .nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#FAF6F0;border-bottom:1px solid rgba(34,31,28,.08);box-shadow:0 22px 34px -22px rgba(34,31,28,.4);padding:6px 20px 20px;display:none}
  .nav-links.is-open{display:flex}
  .nav-link{padding:15px 4px;font-size:16px;border-bottom:1px solid rgba(34,31,28,.07)}
  .nav-links .btn-primary.sm{margin-top:16px;padding:15px 24px;font-size:15px;text-align:center}
  .hero-grid{grid-template-columns:1fr;gap:32px}
  .hero-media{order:-1}
  .diff-grid{grid-template-columns:1fr 1fr;gap:16px}
  .events-grid{grid-template-columns:1fr 1fr;gap:16px}
  .how-grid{grid-template-columns:1fr 1fr;gap:16px 24px}
  .about-grid{grid-template-columns:1fr;gap:32px}
  .testimonials-grid{grid-template-columns:1fr 1fr;gap:16px}
  .contact-grid{grid-template-columns:1fr;gap:32px}
  .footer-top{grid-template-columns:1fr 1fr;gap:32px 24px}
  .h1-hero{font-size:44px}
  .h2-section{font-size:34px}
  .hero-photo{height:420px}
  .about-photo{height:420px}
  .gallery-columns{grid-template-columns:1fr 1fr}
}
@media (max-width: 560px) {
  .diff-grid{grid-template-columns:1fr}
  .events-grid{grid-template-columns:1fr}
  .how-grid{grid-template-columns:1fr}
  .testimonials-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .h1-hero{font-size:34px}
  .h2-section{font-size:28px}
  .container{padding:0 18px}
  .hero{padding:50px 18px 30px}
  .gallery-section{padding:60px 18px}
  .diff-section{padding:18px 18px 50px}
  .about-section{padding:60px 18px}
  .faq-section{padding:60px 18px}
  .gallery-columns{grid-template-columns:1fr}
  .quote-modal-dialog{width:100vw;height:100vh;max-height:100vh;top:0;left:0;transform:none;border-radius:0}
  .quote-modal-head{padding:18px 20px 14px}
  .quote-modal-title{font-size:26px}
  .quote-modal-body{padding:20px}
  @keyframes quoteRise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
  .contact-cta-card{padding:44px 24px}
}
