:root{--green-deep:#5f6b4f;--green-mid:#6f7d5c;--green-soft:#a9b494;--gold:#c7a15c;--gold-dark:#a8853f;--gold-light:#ddc191;--cream:#f8f5ec;--cream-dark:#f0ebdd;--sand:#e6ddc8;--ink:#262626;--ink-soft:#5c5c56;--white:#fff;--amber:#b3541e;--radius:14px;--radius-sm:9px;--shadow:0 2px 14px rgba(60,55,40,.08);--shadow-lift:0 6px 24px rgba(60,55,40,.14);--maxw:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--gold-dark);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-heading),Georgia,serif;font-weight:600;line-height:1.15;color:var(--ink);margin:0 0 .5em}h1{font-size:3.2rem}h2{font-size:2.4rem}h3{font-size:1.5rem}h1 em,h2 em,h3 em{font-style:italic;color:var(--gold)}p{margin:0 0 1em}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.section{padding:56px 0}.section-tight{padding:32px 0}.section-alt{background:var(--cream-dark)}.btn,.center{text-align:center}.btn{display:inline-block;padding:12px 28px;border-radius:999px;font-weight:600;font-size:1rem;border:2px solid var(--gold);cursor:pointer;transition:all .25s ease}.btn:hover{text-decoration:none;transform:translateY(-2px);box-shadow:var(--shadow-lift)}.btn-primary{background:var(--gold-dark);border-color:var(--gold-dark);color:var(--white)}.btn-primary:hover{background:#8f6f33;border-color:#8f6f33}.btn-outline{background:transparent;color:var(--gold-dark)}.btn-outline:hover{background:var(--gold);color:var(--white)}.announcement-bar{background:var(--gold-dark);color:var(--cream);text-align:center;padding:9px 44px;font-size:.95rem;position:relative}.announcement-bar a{color:var(--cream);text-decoration:underline}.announcement-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--cream);font-size:1.2rem;cursor:pointer;line-height:1;padding:4px 8px}.site-header{background:hsla(45,46%,95%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--sand)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;max-width:var(--maxw);margin:0 auto}.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-heading),Georgia,serif;font-size:2.1rem;font-weight:700;color:var(--ink);letter-spacing:.03em;line-height:1}.brand:hover{text-decoration:none}.brand-mark{color:var(--gold);flex-shrink:0}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{color:var(--ink-soft);font-size:.92rem;font-weight:500;transition:color .2s ease}.nav-links a.active,.nav-links a:hover{color:var(--gold-dark)}.nav-toggle{display:none;background:none;border:none;font-size:1.7rem;color:var(--green-deep);cursor:pointer;padding:2px 8px}.hero{position:relative;min-height:78vh;display:flex;align-items:flex-end;overflow:hidden}.hero-img{width:100%;height:100%;object-fit:cover;object-position:70% 40%}.hero-img,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(0deg,rgba(25,35,28,.72) 0,rgba(25,35,28,.25) 45%,rgba(25,35,28,.05) 70%)}.hero-content{position:relative;z-index:2;padding:0 20px 72px;max-width:var(--maxw);margin:0 auto;width:100%}.hero-content h1{color:var(--white);font-size:clamp(2rem,4.5vw,3.4rem);max-width:17em;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero-content .hero-line2{display:block;font-size:.58em;margin-top:10px;letter-spacing:.01em;color:var(--gold-light);text-shadow:0 2px 10px rgba(0,0,0,.55)}.hero-badges{display:flex;flex-wrap:wrap;gap:8px 28px;margin-top:28px;padding-top:18px;border-top:1px solid hsla(42,50%,96%,.22);max-width:680px}.hero-badge{display:inline-flex;align-items:center;gap:7px;color:hsla(42,50%,96%,.85);font-size:.85rem;font-weight:500;letter-spacing:.02em;white-space:nowrap;text-shadow:0 1px 6px rgba(0,0,0,.45)}.hero-badge svg{color:var(--gold-light);flex-shrink:0}@media (max-width:640px){.hero-badges{gap:8px 18px;margin-top:20px}.hero-badge{font-size:.78rem}}.hero-sub{color:var(--cream);font-size:1.15rem;font-weight:600;margin:0 0 24px;text-shadow:0 1px 8px rgba(0,0,0,.4)}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.hero .hero-ctas .btn-outline{border-color:var(--cream);color:var(--cream)}.hero .hero-ctas .btn-outline:hover{background:var(--cream);color:var(--green-deep)}.grid{display:grid;grid-gap:26px;gap:26px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift);text-decoration:none}.card-img-wrap{position:relative;aspect-ratio:3/2;background:var(--sand);overflow:hidden}.card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.card-badge{position:absolute;top:12px;left:12px;background:hsla(45,46%,95%,.94);color:var(--ink);font-size:.82rem;font-weight:600;padding:4px 12px;border-radius:999px}.card-badge.full{background:var(--amber)}.card-dateblock{position:absolute;top:12px;right:12px;background:var(--white);color:var(--ink);font-size:.82rem;font-weight:700;line-height:1.3;padding:8px 12px;border-radius:var(--radius-sm);border-top:3px solid var(--gold);box-shadow:var(--shadow);max-width:45%;text-align:center}.btn-block{align-self:stretch!important;text-align:center}.request-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;background:linear-gradient(0deg,rgba(25,35,28,.68),rgba(25,35,28,.3));text-align:center}.request-overlay h3{color:var(--cream);margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5)}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap}.link-arrow{font-weight:600;font-size:1rem;white-space:nowrap}.link-arrow:hover{text-decoration:none;color:var(--gold)}.clamp-1{-webkit-line-clamp:1}.clamp-1,.clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.clamp-2{-webkit-line-clamp:2}.learn-more{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-weight:600;font-size:.92rem;color:var(--gold-dark);transition:gap .2s ease}.card:hover .learn-more{gap:10px}.section-sub{color:var(--ink-soft);margin:-6px 0 24px;max-width:60em}.card-body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:6px;flex:1 1}.card-body h3{margin-bottom:2px}.card-meta{color:var(--ink-soft);font-size:.94rem;display:flex;align-items:baseline;gap:8px}.card-desc{color:var(--ink-soft);font-size:.97rem;flex:1 1}.card-body .btn{margin-top:12px;align-self:flex-start}.seats-status{font-weight:600;color:var(--green-mid);font-size:.95rem}.seats-status.full{color:var(--amber)}.format-card{background:var(--white);border-radius:var(--radius);padding:26px 28px;box-shadow:var(--shadow)}.format-card h3{margin-bottom:8px}.format-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--cream-dark);color:var(--gold-dark);margin-bottom:14px}.format-card p{margin:0;color:var(--ink-soft);font-size:.98rem}.fact-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.fact-card{background:var(--white);border-radius:var(--radius-sm);padding:16px 18px;box-shadow:var(--shadow)}.fact-label{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft)}.fact-value{font-weight:600;color:var(--green-deep);font-size:1.05rem}.benefit-list{list-style:none;padding:0;margin:0 0 14px}.benefit-list li{padding:7px 0 7px 30px;position:relative}.benefit-list li:before{content:"";position:absolute;left:2px;top:12px;width:16px;height:16px;background-color:var(--green-mid);-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') center /contain no-repeat;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') center /contain no-repeat}.disclaimer-line{color:var(--ink-soft);font-size:.92rem;font-style:italic}.strip{display:flex;gap:18px;overflow-x:auto;padding:6px 2px 16px;scroll-snap-type:x mandatory}.strip::-webkit-scrollbar{height:10px}.strip::-webkit-scrollbar-track{background:var(--cream-dark);border-radius:5px}.strip::-webkit-scrollbar-thumb{background:var(--gold);border-radius:5px}.strip::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}.strip{scrollbar-color:var(--gold) var(--cream-dark);scrollbar-width:thin}.strip-card{flex:0 0 190px;scroll-snap-align:start;background:var(--white);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow)}.strip-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.strip-card span{display:block;padding:10px 14px 12px;font-weight:600;font-size:.95rem;color:var(--ink)}.strip-card:hover{text-decoration:none;box-shadow:var(--shadow-lift)}.form-card{background:var(--white);border-radius:var(--radius);padding:30px 32px;box-shadow:var(--shadow);max-width:640px}.form-field{margin-bottom:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:640px){.form-row{grid-template-columns:1fr;gap:0}}.form-field label{display:block;font-weight:600;font-size:.95rem;margin-bottom:6px}.form-field input,.form-field select,.form-field textarea{width:100%;padding:11px 14px;border:1px solid var(--sand);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;background:var(--cream);color:var(--ink)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--green-soft);border-color:var(--green-soft);background:var(--white)}.form-field textarea{min-height:110px;resize:vertical}.form-note{font-size:.9rem;color:var(--ink-soft)}.form-status{margin-top:14px;font-weight:600}.form-status.ok{color:var(--green-mid)}.form-status.err{color:var(--amber)}.reg-col{max-width:720px;margin:0 auto}.reg-col .form-card{max-width:none}.context-block{display:flex;gap:20px;align-items:center;background:var(--white);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow);margin-bottom:30px;flex-wrap:wrap}.context-block img{width:110px;height:82px;object-fit:cover;border-radius:var(--radius-sm)}.context-meta{color:var(--ink-soft);font-size:.97rem;display:flex;gap:7px 22px;flex-wrap:wrap;line-height:1.5}.context-label{font-weight:600;color:var(--ink)}.waitlist-notice{background:#fdf3e7;border:1px solid #edd3b3;color:#8a4a17;border-radius:var(--radius-sm);padding:12px 16px;margin:10px 0 18px;font-size:.97rem}.badge-inline{display:inline-block;background:var(--amber);color:var(--white);font-size:.8rem;font-weight:700;padding:3px 10px;border-radius:999px;vertical-align:middle;margin-left:8px}.embed-placeholder{position:relative;aspect-ratio:16/9;background:var(--ink);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;padding:0;width:100%}.embed-placeholder img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.75}.embed-play{position:relative;z-index:2;background:rgba(168,133,63,.94);color:var(--white);border-radius:999px;padding:14px 26px;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:10px}.embed-consent-note{position:absolute;bottom:10px;left:0;right:0;z-index:2;text-align:center;color:hsla(0,0%,100%,.85);font-size:.8rem;padding:0 16px}.embed-frame{aspect-ratio:16/9;width:100%;border:none;border-radius:var(--radius)}.map-placeholder{aspect-ratio:16/7;background:var(--sand);border:1.5px dashed var(--green-soft)}.map-placeholder .embed-consent-note{color:var(--ink-soft)}.map-frame{aspect-ratio:16/7}.contact-grid{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:40px;gap:40px;align-items:start}.contact-col{display:flex;flex-direction:column}.map-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);flex:1 1;display:flex;flex-direction:column}.map-card>a{display:block;position:relative;flex:1 1;min-height:300px}.map-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.map-card a:hover img{transform:scale(1.02)}.map-caption{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;font-size:.85rem;color:var(--ink-soft)}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.contact-lines{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.contact-line{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow);color:var(--ink);font-size:.97rem}.contact-line:hover{text-decoration:none;box-shadow:var(--shadow-lift)}.contact-line svg{color:var(--gold-dark);flex-shrink:0}.contact-line b{color:var(--green-deep);margin-right:6px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin:26px 0}.contact-card{display:flex;align-items:center;gap:16px;background:var(--white);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow);color:var(--ink)}.contact-card:hover{text-decoration:none;box-shadow:var(--shadow-lift)}.contact-icon{font-size:1.6rem}.contact-card b{color:var(--green-deep)}.contact-card span{display:block;font-size:.92rem;color:var(--ink-soft)}.bio-row{display:grid;grid-template-columns:300px 1fr;grid-gap:36px;gap:36px;align-items:center;margin-bottom:48px}.bio-row.reverse{grid-template-columns:1fr 300px}.bio-row img{aspect-ratio:3/4}.bio-row img,.full-photo{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;object-fit:cover}.full-photo{max-height:460px;margin:26px 0}.quote-block{border-left:4px solid var(--green-soft);padding:6px 0 6px 22px;font-family:var(--font-heading),Georgia,serif;font-size:1.25rem;color:var(--green-deep);margin:30px auto;max-width:640px}.quote-attrib{font-size:.95rem;color:var(--ink-soft);font-family:var(--font-body),sans-serif}.site-footer{background:var(--green-deep);color:var(--cream);padding:44px 0 28px;margin-top:70px}.footer-inner{max-width:var(--maxw);margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.site-footer a{color:var(--cream);opacity:.9}.site-footer a:hover{opacity:1}.footer-brand{font-family:var(--font-heading),Georgia,serif;font-size:2rem;font-weight:700;line-height:1.2}.footer-logo{width:240px;max-width:100%;margin-top:14px}.footer-col{display:flex;flex-direction:column;gap:8px;font-size:.95rem}.footer-col b{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.footer-bottom{text-align:center;font-size:.85rem;opacity:.65;margin-top:34px;padding:18px 20px 0;border-top:1px solid hsla(42,50%,96%,.18);display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.footer-bottom a{color:var(--cream);opacity:.9}.footer-bottom a:hover{opacity:1}.footer-bottom-sep{opacity:.5}.page-head{padding:52px 0 10px}.page-head p.lede{font-size:1.15rem;color:var(--ink-soft);max-width:46em}.cta-band{background:var(--green-deep);border-radius:var(--radius);color:var(--cream);text-align:center;padding:44px 30px}.cta-band h2{color:var(--white)}.cta-band .btn-primary{background:var(--cream);color:var(--green-deep);border-color:var(--cream)}.cta-band .btn-outline{border-color:var(--cream);color:var(--cream)}.cta-band .btn-outline:hover{background:var(--cream);color:var(--green-deep)}.cta-band .hero-ctas{justify-content:center;margin-top:18px}.program-head{display:grid;grid-template-columns:1fr 460px;grid-gap:44px;gap:44px;align-items:center;padding-top:44px}.program-head-text h1{margin-bottom:14px}.program-head-img img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lift)}@media (max-width:900px){.program-head{grid-template-columns:1fr;gap:22px}.program-head-img{order:-1}}.placeholder-note{background:var(--cream-dark);border:1px dashed var(--gold);border-radius:var(--radius-sm);padding:12px 16px;color:var(--ink-soft);font-size:.95rem;margin:14px 0}.hero-slide{opacity:0;transition:opacity 1.4s ease}.hero-slide.active{opacity:1}.gallery-chips{display:flex;gap:10px;flex-wrap:wrap;margin:6px 0 24px}.chip{background:var(--white);border:1.5px solid var(--sand);border-radius:999px;padding:8px 20px;font-size:.95rem;font-weight:600;color:var(--ink-soft);cursor:pointer;transition:all .2s ease}.chip:hover{border-color:var(--gold);color:var(--gold-dark)}.chip.active{background:var(--gold);border-color:var(--gold);color:var(--white)}.gallery-strip{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 14px;scroll-snap-type:x proximity;scrollbar-color:var(--gold) var(--cream-dark);scrollbar-width:thin}.gallery-strip::-webkit-scrollbar{height:10px}.gallery-strip::-webkit-scrollbar-track{background:var(--cream-dark);border-radius:5px}.gallery-strip::-webkit-scrollbar-thumb{background:var(--gold);border-radius:5px}.gallery-strip::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}.gallery-item{margin:0;flex:0 0 auto;scroll-snap-align:start}.gallery-item img{height:320px;width:auto;border-radius:var(--radius-sm);box-shadow:var(--shadow);filter:saturate(.8) contrast(.98);transition:box-shadow .25s ease,filter .25s ease}.gallery-item img:hover{box-shadow:var(--shadow-lift);filter:saturate(1) contrast(1)}@media (max-width:640px){.gallery-item img{height:210px}}.testimonial-card{margin:0;background:var(--white);border-radius:var(--radius);padding:28px 28px 24px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.testimonial-stars{color:var(--gold);letter-spacing:3px;font-size:1.05rem}.testimonial-card blockquote{margin:0;font-family:var(--font-heading),Georgia,serif;font-size:1.15rem;line-height:1.5;color:var(--ink);flex:1 1}.testimonial-card figcaption b{display:block;color:var(--ink)}.testimonial-card figcaption span{font-size:.9rem;color:var(--ink-soft)}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.stats-row{display:flex;gap:34px;flex-wrap:wrap;margin:22px 0 26px}.stat{display:flex;flex-direction:column}.stat-number{font-family:var(--font-heading),Georgia,serif;font-size:2.1rem;font-weight:700;color:var(--gold-dark);line-height:1.1}.stat-label{font-size:.9rem;color:var(--ink-soft)}.img-fallback{width:100%;height:100%;min-height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--cream-dark),var(--sand));color:var(--green-soft)}.card-img-wrap .img-fallback{position:absolute;inset:0}.context-img{width:110px;height:82px;border-radius:var(--radius-sm);overflow:hidden;position:relative;flex-shrink:0}.context-img img{width:100%;height:100%;object-fit:cover}.hero-line2{display:block}@media (max-width:640px){.hero-line2{display:inline}}.hero-dots{position:absolute;bottom:22px;right:28px;z-index:3;display:flex;gap:9px}.hero-dot{width:11px;height:11px;border-radius:50%;border:1.5px solid hsla(0,0%,100%,.9);background:transparent;cursor:pointer;padding:0;transition:background .25s ease}.hero-dot.active{background:var(--white)}.cta-calm{max-width:660px;margin:0 auto;padding:36px 20px;border-top:1px solid var(--sand)}.cta-calm p{color:var(--ink-soft);margin-bottom:22px}.footer-col-brand{max-width:300px}.footer-contact-line{display:flex;align-items:center;gap:9px}.footer-socials{display:flex;gap:14px;margin-top:12px}.footer-socials a{display:flex;padding:6px;border:1px solid hsla(42,50%,96%,.35);border-radius:50%}.footer-socials a:hover{border-color:var(--cream)}.btn:focus-visible,.chip:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--gold-dark);outline-offset:2px;border-radius:4px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.revealed{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.whatsapp-fab{position:fixed;right:26px;bottom:26px;z-index:90;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(37,211,102,.45);transition:transform .2s ease}.whatsapp-fab:hover{transform:scale(1.08);text-decoration:none}.whatsapp-pulse{position:absolute;inset:0;border-radius:50%;background:#25d366;animation:whatsappPulse 2s ease-in-out infinite;z-index:-1}@keyframes whatsappPulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.55);opacity:0}to{transform:scale(1.55);opacity:0}}@media (prefers-reduced-motion:reduce){.whatsapp-pulse{animation:none}}@media (max-width:900px){.fact-grid,.grid-3{grid-template-columns:repeat(2,1fr)}.bio-row,.bio-row.reverse{grid-template-columns:1fr}.bio-row.reverse img{order:-1}.bio-row img{max-width:340px}}@media (max-width:640px){h1{font-size:2rem}h2{font-size:1.55rem}.contact-cards,.grid-2,.grid-3{grid-template-columns:1fr}.section{padding:40px 0}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--cream);flex-direction:column;padding:18px 24px 22px;border-bottom:1px solid var(--sand);box-shadow:var(--shadow);gap:16px;align-items:flex-start}.nav-links.open{display:flex}.nav-toggle{display:block}.hero{min-height:66vh}}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_1d4694;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_1d4694;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_1d4694{font-family:__Cormorant_Garamond_1d4694,__Cormorant_Garamond_Fallback_1d4694}.__variable_1d4694{--font-heading:"__Cormorant_Garamond_1d4694","__Cormorant_Garamond_Fallback_1d4694"}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-body:"__Inter_f367f3","__Inter_Fallback_f367f3"}