@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap";:root{--green: #4A5D4A;--green-dark: #354235;--green-mid: #5E7360;--amber: #C8A97E;--amber-light:#D9BF9E;--amber-dark: #A88B5E;--cream: #F8F5F0;--cream-dark: #EDE8DF;--cream-mid: #F2EDE5;--ink: #1C1C1A;--ink-light: #4A4A46;--serif: "Cormorant Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem;--space-2xl: 12rem;--radius: 2px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--sans);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}::selection{background:var(--amber);color:var(--cream)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream-dark)}::-webkit-scrollbar-thumb{background:var(--green-mid);border-radius:3px}h1,h2,h3,h4,h5{font-family:var(--serif);font-weight:400;line-height:1.15;letter-spacing:-.01em}.display{font-family:var(--serif);font-size:clamp(3.5rem,8vw,9rem);font-weight:300;line-height:.95;letter-spacing:-.03em}.headline{font-family:var(--serif);font-size:clamp(2rem,4vw,4.5rem);font-weight:400;line-height:1.1}.subhead{font-family:var(--serif);font-size:clamp(1.2rem,2vw,1.6rem);font-weight:300;font-style:italic;line-height:1.4}.label{font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--green-mid)}.ornament{color:var(--amber);font-size:1.2rem}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--space-md)}.container--narrow{max-width:800px}.container--wide{max-width:1440px}.divider{display:block;width:60px;height:1px;background:var(--amber);margin:var(--space-md) 0}.divider--center{margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:.85rem 2.2rem;font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease;border-radius:var(--radius)}.btn--primary{background:var(--green);color:var(--cream);border:1px solid var(--green)}.btn--primary:hover{background:var(--green-dark);border-color:var(--green-dark)}.btn--outline{background:transparent;color:var(--green);border:1px solid var(--green)}.btn--outline:hover{background:var(--green);color:var(--cream)}.btn--ghost{background:transparent;color:var(--cream);border:1px solid rgba(248,245,240,.5)}.btn--ghost:hover{background:#f8f5f026;border-color:var(--cream)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fadeUp{animation:fadeUp .8s ease forwards;opacity:0}@media (max-width: 768px){:root{--space-lg: 3rem;--space-xl: 5rem;--space-2xl: 8rem}}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 0;transition:background .4s ease,padding .4s ease}.navbar[data-astro-cid-5blmo7yk].scrolled{background:#f8f5f0f5;backdrop-filter:blur(8px);padding:1rem 0;box-shadow:0 1px #4a5d4a1a}.navbar__inner[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto;padding:0 2rem}.navbar__logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.75rem}.navbar__logo-mark[data-astro-cid-5blmo7yk]{color:var(--amber);font-size:1.1rem}.navbar__logo-text[data-astro-cid-5blmo7yk]{font-family:var(--serif);font-size:1.25rem;font-weight:400;letter-spacing:.02em;color:var(--cream);transition:color .3s ease}.navbar[data-astro-cid-5blmo7yk].scrolled .navbar__logo-text[data-astro-cid-5blmo7yk]{color:var(--ink)}.navbar__nav[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:2.5rem}.navbar__link[data-astro-cid-5blmo7yk]{font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#f8f5f0cc;transition:color .25s ease}.navbar__link[data-astro-cid-5blmo7yk]:hover{color:var(--cream)}.navbar__link--cta[data-astro-cid-5blmo7yk]{padding:.6rem 1.5rem;border:1px solid rgba(248,245,240,.5);border-radius:2px;transition:all .25s ease}.navbar__link--cta[data-astro-cid-5blmo7yk]:hover{background:var(--cream);color:var(--ink);border-color:var(--cream)}.navbar[data-astro-cid-5blmo7yk].scrolled .navbar__link[data-astro-cid-5blmo7yk]{color:var(--ink-light)}.navbar[data-astro-cid-5blmo7yk].scrolled .navbar__link[data-astro-cid-5blmo7yk]:hover{color:var(--ink)}.navbar[data-astro-cid-5blmo7yk].scrolled .navbar__link--cta[data-astro-cid-5blmo7yk]{border-color:var(--green);color:var(--green)}.navbar[data-astro-cid-5blmo7yk].scrolled .navbar__link--cta[data-astro-cid-5blmo7yk]:hover{background:var(--green);color:var(--cream)}.navbar__toggle[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;gap:5px;padding:4px}.navbar__toggle[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;width:22px;height:1.5px;background:var(--cream);transition:background .3s ease}.navbar[data-astro-cid-5blmo7yk].scrolled .navbar__toggle[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{background:var(--ink)}@media (max-width: 768px){.navbar__nav[data-astro-cid-5blmo7yk]{display:none;position:fixed;inset:0;background:var(--green-dark);flex-direction:column;justify-content:center;gap:2rem}.navbar__nav[data-astro-cid-5blmo7yk].open{display:flex}.navbar__link[data-astro-cid-5blmo7yk]{font-size:.85rem;color:var(--cream)}.navbar__toggle[data-astro-cid-5blmo7yk]{display:flex}}.hero[data-astro-cid-bbe6dxrz]{position:relative;height:100vh;min-height:600px;display:flex;align-items:flex-end;padding:0 0 8rem;overflow:hidden}.hero__media[data-astro-cid-bbe6dxrz]{position:absolute;inset:0}.hero__img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero__overlay[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:linear-gradient(to top,#141914d9,#1419144d,#14191426)}.hero__content[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;max-width:1440px;margin:0 auto;padding:0 2rem;width:100%}.hero__label[data-astro-cid-bbe6dxrz]{color:var(--amber-light);display:block;margin-bottom:1.5rem}.hero__headline[data-astro-cid-bbe6dxrz]{color:var(--cream);margin-bottom:2rem}.hero__headline[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{font-style:italic;color:var(--amber-light)}.hero__sub[data-astro-cid-bbe6dxrz]{font-family:var(--serif);font-size:1.15rem;font-weight:300;color:#f8f5f0bf;line-height:1.6;margin-bottom:2.5rem}.hero__actions[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:3rem}.hero__scroll[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:1rem;font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#f8f5f099;transition:color .25s ease}.hero__scroll[data-astro-cid-bbe6dxrz]:hover{color:var(--cream)}.hero__scroll-line[data-astro-cid-bbe6dxrz]{display:block;width:40px;height:1px;background:currentColor}.hero__meta[data-astro-cid-bbe6dxrz]{position:absolute;bottom:2rem;right:2rem;z-index:2}.hero__meta-text[data-astro-cid-bbe6dxrz]{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#f8f5f066}@media (max-width: 768px){.hero[data-astro-cid-bbe6dxrz]{padding-bottom:5rem}.hero__headline[data-astro-cid-bbe6dxrz]{font-size:clamp(3rem,12vw,5rem)}.hero__actions[data-astro-cid-bbe6dxrz]{flex-direction:column;align-items:flex-start;gap:1.5rem}.hero__meta[data-astro-cid-bbe6dxrz]{display:none}}.philosophy[data-astro-cid-iaxkagjk]{padding:var(--space-2xl) 0;background:var(--cream);position:relative}.philosophy[data-astro-cid-iaxkagjk]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--amber),transparent);opacity:.4}.philosophy__inner[data-astro-cid-iaxkagjk]{max-width:1200px;margin:0 auto;padding:0 2rem}.philosophy__sidebar[data-astro-cid-iaxkagjk]{margin-bottom:var(--space-lg)}.philosophy__sidebar-text[data-astro-cid-iaxkagjk]{font-family:var(--serif);font-size:1.1rem;font-style:italic;color:var(--green-mid);line-height:1.5}.philosophy__body[data-astro-cid-iaxkagjk]{display:grid;grid-template-columns:1fr 1.6fr;gap:var(--space-lg);margin-bottom:var(--space-lg);align-items:start}.philosophy__col[data-astro-cid-iaxkagjk]{padding-top:.5rem}.philosophy__lead[data-astro-cid-iaxkagjk]{font-family:var(--serif);font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:400;line-height:1.4;color:var(--ink)}.philosophy__copy[data-astro-cid-iaxkagjk]{font-size:.95rem;color:var(--ink-light);margin-bottom:1.2rem;line-height:1.8}.philosophy__copy[data-astro-cid-iaxkagjk]:last-child{margin-bottom:0}.philosophy__pull[data-astro-cid-iaxkagjk]{border-top:1px solid rgba(74,93,74,.15);padding-top:var(--space-md)}.philosophy__quote[data-astro-cid-iaxkagjk]{font-family:var(--serif);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;font-style:italic;color:var(--green);text-align:center;padding:0 var(--space-md)}.philosophy__quote[data-astro-cid-iaxkagjk]:before{content:"“";color:var(--amber)}.philosophy__quote[data-astro-cid-iaxkagjk]:after{content:"”";color:var(--amber)}@media (max-width: 768px){.philosophy__body[data-astro-cid-iaxkagjk]{grid-template-columns:1fr;gap:var(--space-md)}.philosophy[data-astro-cid-iaxkagjk]{padding:var(--space-xl) 0}}.rooms[data-astro-cid-nfo6p3yx]{background:var(--cream-dark);padding:var(--space-2xl) 0}.rooms__header[data-astro-cid-nfo6p3yx]{max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.rooms__title[data-astro-cid-nfo6p3yx]{margin-top:1rem;color:var(--ink)}.rooms__title[data-astro-cid-nfo6p3yx] em[data-astro-cid-nfo6p3yx]{font-style:italic;color:var(--green)}.rooms__feature[data-astro-cid-nfo6p3yx]{display:grid;grid-template-columns:1.1fr .9fr;min-height:600px;margin-bottom:6rem}.rooms__feature--left[data-astro-cid-nfo6p3yx]{direction:ltr}.rooms__feature--right[data-astro-cid-nfo6p3yx]{direction:rtl}.rooms__feature--right[data-astro-cid-nfo6p3yx]>[data-astro-cid-nfo6p3yx]{direction:rtl}.rooms__feature-media[data-astro-cid-nfo6p3yx]{position:relative;overflow:hidden}.rooms__feature-media[data-astro-cid-nfo6p3yx] img[data-astro-cid-nfo6p3yx]{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.rooms__feature[data-astro-cid-nfo6p3yx]:hover .rooms__feature-media[data-astro-cid-nfo6p3yx] img[data-astro-cid-nfo6p3yx]{transform:scale(1.03)}.rooms__feature-num[data-astro-cid-nfo6p3yx]{position:absolute;bottom:1.5rem;left:1.5rem;font-family:var(--serif);font-size:4rem;font-weight:300;color:#f8f5f04d;line-height:1;z-index:2}.rooms__feature-content[data-astro-cid-nfo6p3yx]{display:flex;flex-direction:column;justify-content:center;padding:4rem 3.5rem;background:var(--cream)}.rooms__feature-content--right[data-astro-cid-nfo6p3yx]{padding:4rem 3.5rem 4rem 4rem}.rooms__label[data-astro-cid-nfo6p3yx]{margin-bottom:.75rem}.rooms__name[data-astro-cid-nfo6p3yx]{font-family:var(--serif);font-size:1.8rem;font-weight:400;color:var(--ink);margin-bottom:1.5rem;line-height:1.2}.rooms__desc[data-astro-cid-nfo6p3yx]{font-size:.9rem;color:var(--ink-light);line-height:1.8;margin-bottom:2rem}.rooms__details[data-astro-cid-nfo6p3yx]{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;margin-bottom:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(74,93,74,.12)}.rooms__details--inline[data-astro-cid-nfo6p3yx]{display:flex;gap:3rem;flex-wrap:wrap}.rooms__detail[data-astro-cid-nfo6p3yx]{display:flex;flex-direction:column;gap:.25rem}.rooms__detail-label[data-astro-cid-nfo6p3yx]{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--green-mid)}.rooms__detail-val[data-astro-cid-nfo6p3yx]{font-family:var(--serif);font-size:.95rem;color:var(--ink)}.rooms__btn[data-astro-cid-nfo6p3yx]{align-self:flex-start}.rooms__horizontal[data-astro-cid-nfo6p3yx]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr;min-height:580px}.rooms__horizontal-media[data-astro-cid-nfo6p3yx]{overflow:hidden}.rooms__horizontal-media[data-astro-cid-nfo6p3yx] img[data-astro-cid-nfo6p3yx]{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.rooms__horizontal[data-astro-cid-nfo6p3yx]:hover .rooms__horizontal-media[data-astro-cid-nfo6p3yx] img[data-astro-cid-nfo6p3yx]{transform:scale(1.03)}.rooms__horizontal-content[data-astro-cid-nfo6p3yx]{display:flex;flex-direction:column;justify-content:center;padding:4rem;background:var(--green-dark);color:var(--cream)}.rooms__horizontal-content[data-astro-cid-nfo6p3yx] .rooms__label[data-astro-cid-nfo6p3yx]{color:var(--amber-light)}.rooms__horizontal-content[data-astro-cid-nfo6p3yx] .rooms__name[data-astro-cid-nfo6p3yx]{color:var(--cream)}.rooms__horizontal-content[data-astro-cid-nfo6p3yx] .rooms__desc[data-astro-cid-nfo6p3yx]{color:#f8f5f0bf}.rooms__horizontal-content[data-astro-cid-nfo6p3yx] .rooms__detail-label[data-astro-cid-nfo6p3yx]{color:var(--amber)}.rooms__horizontal-content[data-astro-cid-nfo6p3yx] .rooms__detail-val[data-astro-cid-nfo6p3yx]{color:var(--cream)}.rooms__horizontal-content[data-astro-cid-nfo6p3yx] .btn--outline[data-astro-cid-nfo6p3yx]{border-color:#f8f5f066;color:var(--cream)}.rooms__horizontal-content[data-astro-cid-nfo6p3yx] .btn--outline[data-astro-cid-nfo6p3yx]:hover{background:var(--cream);color:var(--green-dark)}@media (max-width: 1024px){.rooms__feature[data-astro-cid-nfo6p3yx]{grid-template-columns:1fr;direction:ltr!important}.rooms__feature-media[data-astro-cid-nfo6p3yx]{min-height:400px}.rooms__feature-content[data-astro-cid-nfo6p3yx],.rooms__feature-content--right[data-astro-cid-nfo6p3yx]{padding:3rem 2rem}.rooms__horizontal[data-astro-cid-nfo6p3yx]{grid-template-columns:1fr}.rooms__horizontal-media[data-astro-cid-nfo6p3yx]{min-height:380px}.rooms__horizontal-content[data-astro-cid-nfo6p3yx]{padding:3rem 2rem}}.quote-section[data-astro-cid-arj5dyob]{background:var(--green-dark);padding:var(--space-2xl) 0;position:relative;overflow:hidden}.quote-section[data-astro-cid-arj5dyob]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--amber),transparent);opacity:.3}.quote-section__inner[data-astro-cid-arj5dyob]{max-width:900px;margin:0 auto;padding:0 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.quote-section__ornament[data-astro-cid-arj5dyob]{font-size:1rem;color:var(--amber);opacity:.6}.quote-section__text[data-astro-cid-arj5dyob]{font-family:var(--serif);font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:300;font-style:italic;color:var(--cream);line-height:1.35;letter-spacing:-.01em}.quote-section__cite[data-astro-cid-arj5dyob]{display:flex;align-items:center;gap:1.2rem;font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--amber-light)}.quote-section__cite-line[data-astro-cid-arj5dyob]{display:block;width:36px;height:1px;background:var(--amber);opacity:.5}.guide[data-astro-cid-newrddst]{background:var(--cream);padding:var(--space-2xl) 0}.guide__header[data-astro-cid-newrddst]{max-width:1000px;margin:0 auto 6rem;padding:0 2rem}.guide__title[data-astro-cid-newrddst]{margin:1rem 0 2rem;color:var(--ink)}.guide__title[data-astro-cid-newrddst] em[data-astro-cid-newrddst]{font-style:italic;color:var(--green)}.guide__intro[data-astro-cid-newrddst]{font-family:var(--serif);font-size:1.1rem;font-style:italic;color:var(--green-mid);line-height:1.6;max-width:640px}.guide__entries[data-astro-cid-newrddst]{max-width:1300px;margin:0 auto;padding:0 2rem}.guide__entry[data-astro-cid-newrddst]{display:grid;grid-template-columns:5rem 1fr 1fr;gap:0 3rem;padding:4rem 0;border-top:1px solid rgba(74,93,74,.12);align-items:start}.guide__entry[data-astro-cid-newrddst]:last-child{border-bottom:1px solid rgba(74,93,74,.12)}.guide__entry--full[data-astro-cid-newrddst]{grid-template-columns:1fr 1fr;gap:0;padding:0;border-top:none;margin-bottom:0}.guide__entry--full[data-astro-cid-newrddst] .guide__entry-media-full[data-astro-cid-newrddst]{position:relative;min-height:600px}.guide__entry--full[data-astro-cid-newrddst] .guide__entry-media-full[data-astro-cid-newrddst] img[data-astro-cid-newrddst]{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.guide__entry-content-full[data-astro-cid-newrddst]{background:var(--cream-dark);padding:4rem 3.5rem;display:flex;flex-direction:column;justify-content:center}.guide__entry-time[data-astro-cid-newrddst]{display:flex;align-items:baseline;gap:.4rem;margin-bottom:1rem}.guide__time-num[data-astro-cid-newrddst]{font-family:var(--serif);font-size:3.5rem;font-weight:300;color:var(--amber);line-height:1}.guide__time-ampm[data-astro-cid-newrddst]{font-size:.7rem;font-weight:500;letter-spacing:.15em;color:var(--green-mid)}.guide__entry-title[data-astro-cid-newrddst]{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--ink);margin-bottom:1rem;line-height:1.3}.guide__entry-text[data-astro-cid-newrddst]{font-size:.9rem;color:var(--ink-light);line-height:1.8;margin-bottom:1.5rem}.guide__entry-meta[data-astro-cid-newrddst]{display:flex;gap:1rem;flex-wrap:wrap}.guide__tag[data-astro-cid-newrddst]{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--green-mid);padding:.3rem .75rem;border:1px solid rgba(74,93,74,.2);border-radius:2px}.guide__entry-media[data-astro-cid-newrddst]{overflow:hidden}.guide__entry-media[data-astro-cid-newrddst] img[data-astro-cid-newrddst]{width:100%;height:100%;object-fit:cover;min-height:280px;transition:transform .6s ease}.guide__entry[data-astro-cid-newrddst]:hover .guide__entry-media[data-astro-cid-newrddst] img[data-astro-cid-newrddst]{transform:scale(1.04)}@media (max-width: 1024px){.guide__entry[data-astro-cid-newrddst]{grid-template-columns:4rem 1fr;gap:0 2rem}.guide__entry-media[data-astro-cid-newrddst]{display:none}.guide__entry--full[data-astro-cid-newrddst]{grid-template-columns:1fr;margin-bottom:4rem}.guide__entry--full[data-astro-cid-newrddst] .guide__entry-media-full[data-astro-cid-newrddst]{min-height:380px;position:relative}.guide__entry-content-full[data-astro-cid-newrddst]{padding:3rem 2rem}}@media (max-width: 640px){.guide__entry[data-astro-cid-newrddst]{grid-template-columns:1fr;gap:1.5rem 0}.guide__entry-time[data-astro-cid-newrddst]{flex-direction:row;align-items:center}.guide__time-num[data-astro-cid-newrddst]{font-size:2.5rem}}.gallery[data-astro-cid-ihllb3az]{background:var(--cream-dark);padding:var(--space-2xl) 0}.gallery__header[data-astro-cid-ihllb3az]{max-width:1200px;margin:0 auto 4rem;padding:0 2rem}.gallery__title[data-astro-cid-ihllb3az]{margin-top:1rem;color:var(--ink)}.gallery__title[data-astro-cid-ihllb3az] em[data-astro-cid-ihllb3az]{font-style:italic;color:var(--green)}.gallery__grid[data-astro-cid-ihllb3az]{max-width:1400px;margin:0 auto;padding:0 2rem;columns:3;column-gap:1rem}.gallery__item[data-astro-cid-ihllb3az]{break-inside:avoid;margin-bottom:1rem;overflow:hidden;position:relative}.gallery__item[data-astro-cid-ihllb3az] img[data-astro-cid-ihllb3az]{width:100%;display:block;transition:transform .6s ease}.gallery__item[data-astro-cid-ihllb3az]:hover img[data-astro-cid-ihllb3az]{transform:scale(1.04)}.gallery__caption[data-astro-cid-ihllb3az]{max-width:1200px;margin:3rem auto 0;padding:0 2rem;font-family:var(--serif);font-size:.85rem;font-style:italic;color:var(--green-mid);text-align:center}@media (max-width: 1024px){.gallery__grid[data-astro-cid-ihllb3az]{columns:2}}@media (max-width: 640px){.gallery__grid[data-astro-cid-ihllb3az]{columns:1}}.cta[data-astro-cid-66itwakk]{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.cta__media[data-astro-cid-66itwakk]{position:absolute;inset:0}.cta__media[data-astro-cid-66itwakk] img[data-astro-cid-66itwakk]{width:100%;height:100%;object-fit:cover;object-position:center 40%}.cta__overlay[data-astro-cid-66itwakk]{position:absolute;inset:0;background:linear-gradient(135deg,#354235eb,#35423599 60%,#3542354d)}.cta__content[data-astro-cid-66itwakk]{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:var(--space-2xl) 2rem;text-align:center}.cta__label[data-astro-cid-66itwakk]{color:var(--amber-light);display:block;margin-bottom:1.5rem}.cta__headline[data-astro-cid-66itwakk]{color:var(--cream);margin-bottom:2rem;line-height:1.05}.cta__body[data-astro-cid-66itwakk]{font-size:1rem;color:#f8f5f0bf;line-height:1.7;margin-bottom:3rem}.cta__actions[data-astro-cid-66itwakk]{margin-bottom:4rem}.cta__detail[data-astro-cid-66itwakk]{border-top:1px solid rgba(248,245,240,.15);padding-top:2rem;display:flex;flex-direction:column;gap:1rem}.cta__detail-line[data-astro-cid-66itwakk]{display:flex;justify-content:center;align-items:center;gap:2rem;font-size:.8rem}.cta__detail-label[data-astro-cid-66itwakk]{font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--amber)}.cta__detail-val[data-astro-cid-66itwakk]{font-family:var(--serif);font-style:italic;color:#f8f5f0b3}@media (max-width: 768px){.cta[data-astro-cid-66itwakk]{min-height:auto;padding:var(--space-xl) 0}.cta__detail-line[data-astro-cid-66itwakk]{flex-direction:column;gap:.5rem}}.footer[data-astro-cid-sz7xmlte]{background:var(--ink);color:#f8f5f099;padding:var(--space-xl) 0 var(--space-md)}.footer__top[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:1.4fr 1.6fr;gap:4rem;border-bottom:1px solid rgba(248,245,240,.08)}.footer__logo-mark[data-astro-cid-sz7xmlte]{display:block;color:var(--amber);font-size:1rem;margin-bottom:.75rem}.footer__logo-text[data-astro-cid-sz7xmlte]{display:block;font-family:var(--serif);font-size:1.4rem;color:var(--cream);margin-bottom:1.2rem}.footer__tagline[data-astro-cid-sz7xmlte]{font-size:.85rem;line-height:1.7;font-style:italic;color:#f8f5f080}.footer__cols[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__col-head[data-astro-cid-sz7xmlte]{font-family:var(--sans);font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--amber);margin-bottom:1.2rem}.footer__nav[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.7rem}.footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#f8f5f08c;transition:color .25s ease}.footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--cream)}.footer__info[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.7rem}.footer__info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte],.footer__info[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#f8f5f08c;transition:color .25s ease;line-height:1.5}.footer__info[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--cream)}.footer__bottom[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:2rem 2rem 0;display:flex;justify-content:space-between;align-items:center}.footer__copy[data-astro-cid-sz7xmlte]{font-size:.75rem;color:#f8f5f04d}.footer__credit[data-astro-cid-sz7xmlte]{font-size:.7rem;color:#f8f5f040;display:flex;align-items:center;gap:.6rem}.footer__credit[data-astro-cid-sz7xmlte] .ornament[data-astro-cid-sz7xmlte]{font-size:.6rem}@media (max-width: 1024px){.footer__top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:3rem}}@media (max-width: 640px){.footer__cols[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}.footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.75rem;text-align:center}}
