:root{--bg: #fbf6ef;--surface: #fffaf3;--paper: #ffffff;--rose: #f3dfda;--makery-blush: #f7e3e2;--linen: #f6ebdf;--ink: #26211d;--muted: #665a51;--soft: #8a7a6d;--line: #e3d2c0;--line-strong: #cdb8a2;--clay: #a1543f;--clay-dark: #743a2d;--sage: #596f4d;--olive: #3f573f;--blue: #315d73;--gold: #c5904d;--shadow: 0 18px 40px rgba(78, 54, 38, .13);--shadow-soft: 0 10px 24px rgba(78, 54, 38, .1);--radius: 8px;--wrap: min(1160px, calc(100vw - 36px) );--header-height: 76px;color-scheme:light}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;scroll-behavior:smooth;text-rendering:optimizeLegibility}body{margin:0;min-width:320px;background:linear-gradient(90deg,rgba(89,111,77,.04) 1px,transparent 1px),linear-gradient(180deg,var(--bg),#f7ecdf 46%,var(--bg));background-size:56px 56px,auto}::selection{background:#ead1c8}img,svg{display:block;max-width:100%}img{height:auto}a{color:var(--clay-dark);text-underline-offset:.18em}a:hover{color:var(--blue)}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:4px}h1,h2,h3{line-height:1.04;margin:0;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-weight:700}h1{max-width:13ch;font-size:clamp(2.55rem,6.2vw,5.4rem);letter-spacing:0}h2{max-width:13ch;font-size:clamp(2.1rem,5vw,4rem);letter-spacing:0}h3{font-size:clamp(1.25rem,2vw,1.65rem)}p{margin:0 0 1rem}address{font-style:normal}main{padding-top:var(--header-height)}.wrap{width:var(--wrap);margin-inline:auto}.skip-link{position:fixed;top:10px;left:10px;z-index:1000;transform:translateY(-150%);background:var(--ink);color:#fff;padding:.7rem 1rem;border-radius:var(--radius)}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;top:0;right:0;left:0;z-index:50;background:#fbf6efd6;border-bottom:1px solid rgba(205,184,162,.72);backdrop-filter:blur(16px)}.nav{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand,.nav-links{display:flex;align-items:center;gap:.85rem}.brand{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:700;text-decoration:none}.brand img{width:62px;height:50px;border-radius:0;object-fit:contain;background:transparent}.nav-links{flex-wrap:wrap;justify-content:flex-end;gap:clamp(.65rem,2vw,1.6rem)}.nav-links a{color:var(--ink);font-size:.94rem;font-weight:800;text-decoration:none}.nav-links a:hover{color:var(--clay-dark)}.home-hero{position:relative;min-height:calc(100svh - var(--header-height));padding:clamp(1.5rem,3.5vw,3rem) 0;display:grid;align-items:center;overflow:hidden;background:radial-gradient(circle at 50% 34%,#fffaf35c,#fffaf300 36%),linear-gradient(180deg,var(--makery-blush),#f4dcdb)}.home-hero:before,.home-hero:after{position:absolute;right:0;left:0;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(63,87,63,.36),transparent)}.home-hero:before{top:calc(var(--header-height) + 7vh)}.home-hero:after{bottom:10vh}.hero-shell{position:relative;z-index:1;display:grid;justify-items:center;align-content:center;gap:clamp(.8rem,1.8vw,1.25rem);text-align:center;min-height:calc(100svh - var(--header-height) - clamp(3rem,7vw,6rem))}.hero-brand{display:grid;justify-items:center;gap:clamp(.5rem,1.5vw,.85rem)}.hero-brand .eyebrow{margin-bottom:0}.hero-logo-stage{width:clamp(280px,34vw,680px);padding:0}.hero-logo-mark{position:relative;width:100%;animation:logoFadeUp .72s ease-out .12s both}.hero-logo-glow{position:absolute;inset:14% 8% 2%;z-index:-1;border-radius:999px;background:radial-gradient(circle,#fffaf352,#fffaf300);filter:blur(16px);opacity:0;animation:glowIn .9s ease-out .26s forwards}.hero-logo-image{width:100%;filter:drop-shadow(0 16px 24px rgba(78,54,38,.12))}.hero-copy{width:min(1180px,100%);max-width:none}.home-hero .lede{max-width:58ch;margin-inline:auto;color:#594c45}.home-hero h1{max-width:none;font-size:clamp(3rem,5vw,5.4rem);white-space:nowrap}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.5rem}.hero-scroll{position:absolute;left:50%;bottom:1.25rem;z-index:1;transform:translate(-50%);color:var(--muted);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.76rem 1.15rem;border:1px solid var(--clay);border-radius:var(--radius);background:var(--clay);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 10px 20px #743a2d2b;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-2px);background:var(--clay-dark);border-color:var(--clay-dark);color:#fff;box-shadow:0 14px 24px #743a2d38}.button.secondary{background:transparent;color:var(--olive);border-color:#3f573f73;box-shadow:none}.button.secondary:hover{background:var(--olive);color:#fff;border-color:var(--olive)}.text-link,.card-cta{color:var(--clay-dark);font-weight:900;text-decoration-thickness:2px}.section{padding:clamp(4rem,8vw,7rem) 0}.compact-section{padding:clamp(2.8rem,5.4vw,4.6rem) 0}.tinted,.event-section,.community-section{background:var(--linen)}.page-title,.page-hero{padding:clamp(4.5rem,8vw,7rem) 0 clamp(2.5rem,5vw,4rem)}.subpage-hero{min-height:clamp(340px,46svh,520px);display:grid;align-items:end;padding:clamp(3rem,7vw,5.4rem) 0 clamp(2.4rem,5vw,3.8rem);background:linear-gradient(90deg,rgba(89,111,77,.045) 1px,transparent 1px),linear-gradient(180deg,var(--bg),#f6ebdf);background-size:56px 56px,auto;border-bottom:1px solid rgba(205,184,162,.65)}.subpage-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.78fr);align-items:end;gap:clamp(1.5rem,5vw,4rem)}.subpage-hero h1{max-width:11ch;font-size:clamp(2.85rem,7vw,6rem)}.subpage-hero-copy{max-width:560px;padding-bottom:.35rem}.subpage-hero-copy p{color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem)}.subpage-hero-copy .button{margin-top:.4rem}.page-hero{background:linear-gradient(180deg,var(--bg),#f4e8dc)}.hero-grid,.feature-row,.split,.article-grid,.contact-grid,.footer-grid,.intro-grid,.info-grid,.calendar-feature,.community-grid,.visit-panel{display:grid;gap:clamp(1.25rem,3vw,2.4rem)}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.8fr);align-items:center}.page-hero .hero-copy{animation:none}.hero-image{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);background:var(--paper);aspect-ratio:960 / 774;object-fit:cover}.lede{max-width:62ch;margin-top:1rem;color:var(--muted);font-size:clamp(1.06rem,2vw,1.25rem)}.eyebrow{color:var(--clay-dark);font-size:.76rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .72rem}.intro-section{background:var(--surface)}.intro-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:start}.intro-copy p{max-width:66ch;color:var(--muted);font-size:1.08rem;margin-top:1.25rem}.intro-panel{border-top:3px solid var(--olive);background:#fff;box-shadow:var(--shadow-soft)}.intro-panel p{display:grid;grid-template-columns:8.5rem minmax(0,1fr);gap:1rem;margin:0;padding:1.2rem;border-bottom:1px solid var(--line)}.intro-panel p:last-child{border-bottom:0}.intro-panel strong{color:var(--olive);font-family:Georgia,Times New Roman,serif;font-size:1.25rem}.intro-panel span{color:var(--muted)}.split{grid-template-columns:minmax(0,.75fr) minmax(0,1fr);align-items:start}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.65rem}.section-head h2{max-width:15ch}.section-note{max-width:42ch;color:var(--muted);margin:0}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.post-card,.contact-card{background:var(--paper);border:1px solid rgba(205,184,162,.82);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 24px #4e362614}.post-card{display:flex;flex-direction:column;min-height:100%;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.post-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--shadow)}.card-image-link{display:block;overflow:hidden;background:#f2e7dc}.post-card img{width:100%;aspect-ratio:16 / 10;transition:transform .22s ease}.event-card-image{object-fit:contain;background:#f7efe6}.photo-card-image{object-fit:cover}.post-card:hover img{transform:scale(1.025)}.featured-card img{aspect-ratio:16 / 10}.card-body,.contact-card{padding:1rem}.card-body{display:flex;flex:1;flex-direction:column;align-items:flex-start}.post-card h3 a{color:var(--ink);text-decoration:none}.post-card h3{max-width:100%;font-size:clamp(1.15rem,1.6vw,1.38rem);line-height:1.14}.post-card h3 a:hover{color:var(--clay-dark)}.meta{color:var(--muted);font-size:.92rem;line-height:1.4;margin-top:.7rem}.review-note{display:inline-block;color:var(--olive);background:#edf2e8;border:1px solid #d8e4cf;border-radius:999px;padding:.18rem .55rem;font-size:.82rem;font-weight:850;margin-top:.5rem}.card-cta{margin-top:auto;padding-top:1rem}.calendar-section{background:linear-gradient(180deg,var(--surface),#f8efe5)}.calendar-feature{grid-template-columns:minmax(320px,1.05fr) minmax(0,.7fr);align-items:center}.calendar-frame{padding:clamp(.6rem,2vw,1rem);border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow)}.calendar-frame img{width:100%;border-radius:6px;aspect-ratio:16 / 9;object-fit:cover}.calendar-copy{padding:clamp(.25rem,2vw,1rem)}.calendar-copy p:not(.eyebrow){max-width:54ch;color:var(--muted);font-size:1.05rem}.community-section{background:linear-gradient(90deg,rgba(63,87,63,.08) 1px,transparent 1px),var(--linen);background-size:44px 44px,auto}.community-grid{grid-template-columns:minmax(0,.72fr) minmax(320px,1fr);align-items:center}.community-copy p:not(.eyebrow){max-width:54ch;color:var(--muted);font-size:1.05rem}.community-images{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.community-images img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-soft);aspect-ratio:4 / 5;object-fit:cover}.community-images img:nth-child(2),.community-images img:nth-child(3){aspect-ratio:1}.visit-section{background:var(--olive);color:#fff9f1}.visit-panel{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}.visit-panel h2,.visit-panel .eyebrow{color:#fff9f1}.visit-panel p{max-width:52ch;color:#eadfd2}.visit-panel address{color:#fff9f1;font-size:1.05rem}.visit-panel .button{border-color:#fff9f1;background:#fff9f1;color:var(--olive);box-shadow:none}.visit-panel .button:hover{background:transparent;color:#fff9f1}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.info-panel{padding:clamp(1rem,2.5vw,1.45rem);background:var(--paper);border:1px solid var(--line);border-top:3px solid var(--olive);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.info-panel h2,.contact-card h2{max-width:12ch;font-size:clamp(1.55rem,2.5vw,2.1rem)}.info-panel p:not(.eyebrow),.contact-card p,.contact-card address,.practical-copy p{color:var(--muted)}.feature-row{grid-template-columns:minmax(260px,.9fr) minmax(0,1fr);align-items:center}.feature-row.reverse{grid-template-columns:minmax(0,1fr) minmax(260px,.9fr)}.feature-row img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:16 / 10;object-fit:cover}.cta-band{background:var(--olive);color:#fff}.cta-band h2,.cta-band .eyebrow,.cta-band a{color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.gallery-grid figure{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 18px #4e362612}.gallery-grid img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.gallery-photo-image{object-fit:cover}.gallery-flyer-image{object-fit:contain;background:#f7efe6}.gallery-grid figure:nth-child(5n+1){grid-row:span 2}.gallery-grid figure:nth-child(5n+1) img{aspect-ratio:4 / 5}.gallery-grid figcaption{padding:.72rem .8rem;color:var(--muted);font-size:.88rem;font-weight:750}.article-grid{grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);align-items:start}.article-media{display:grid;gap:.8rem}.article-media img{width:100%;border-radius:var(--radius);box-shadow:0 8px 20px #4d372614;background:#f7efe6;object-fit:contain}.article-media .event-detail-image{max-height:min(76svh,780px);object-fit:contain}.article-body{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.25rem,4vw,2.5rem)}.article-body h1{max-width:14ch;font-size:clamp(2.4rem,6vw,4.9rem)}.article-body p{max-width:68ch}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card{min-height:100%}.contact-card .button{margin-top:.35rem}.site-footer{padding:2rem 0;background:var(--ink);color:#f8efe5}.site-footer a{color:#f8efe5}.site-footer p{color:#e0d3c3}.footer-grid{grid-template-columns:1fr auto auto;align-items:start}@media(min-width:1500px){:root{--wrap: min(1280px, calc(100vw - 56px) )}.hero-logo-stage{width:clamp(520px,36vw,720px)}.home-hero h1{font-size:clamp(4.2rem,4.75vw,5.9rem)}.hero-shell{gap:clamp(1rem,1.5vw,1.6rem)}}@media(min-width:901px)and (max-width:1180px){.card-grid,.contact-grid,.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero h1{font-size:clamp(2.8rem,5vw,4.3rem)}}@keyframes logoFadeUp{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes glowIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-logo-mark,.hero-logo-glow{opacity:1;transform:none}}@media(max-width:900px){:root{--header-height: 132px}.nav,.section-head{align-items:flex-start;flex-direction:column}.nav{justify-content:center;padding:.65rem 0}.nav-links{justify-content:flex-start;width:100%}.nav-links a{min-height:44px;display:inline-flex;align-items:center}.hero-grid,.feature-row,.feature-row.reverse,.split,.article-grid,.contact-grid,.footer-grid,.intro-grid,.info-grid,.subpage-hero-grid,.calendar-feature,.community-grid,.visit-panel{grid-template-columns:1fr}.card-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{min-height:calc(100svh - var(--header-height));padding-block:clamp(1.25rem,4vw,2.25rem)}.hero-logo-stage{width:clamp(300px,54vw,440px)}.home-hero h1{font-size:clamp(2.7rem,7.6vw,4.6rem);white-space:normal}.article-body{order:2}.article-media{order:1}.subpage-hero{min-height:auto;align-items:start}.subpage-hero-copy{max-width:680px}.visit-panel{align-items:start}}@media(max-width:640px){:root{--wrap: min(100vw - 28px, 1160px);--header-height: 132px}h1{font-size:clamp(2.6rem,15vw,4.2rem)}.home-hero h1{font-size:clamp(3rem,18vw,4.6rem);white-space:normal}.subpage-hero h1{font-size:clamp(2.55rem,14vw,4.1rem)}h2{max-width:11ch}.brand{font-size:1.2rem}.brand img{width:52px;height:42px}.nav-links{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}.nav-links a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(205,184,162,.75);border-radius:var(--radius);background:#fffaf3b8;font-size:.86rem}.home-hero{min-height:calc(100svh - var(--header-height));padding-block:1.35rem 2.75rem}.hero-logo-stage{width:clamp(230px,78vw,330px)}.hero-shell{min-height:calc(100svh - var(--header-height) - 4.1rem);gap:.9rem}.home-hero .lede{font-size:1rem}.hero-scroll{bottom:.85rem}.hero-actions,.button{width:100%}.card-grid,.gallery-grid,.community-images{grid-template-columns:1fr}.intro-panel p{grid-template-columns:1fr;gap:.35rem}.section,.page-hero,.page-title{padding-block:3.5rem}.subpage-hero{padding-block:2.15rem}.subpage-hero h1{font-size:clamp(2.25rem,12.5vw,3.5rem)}.contact-card,.info-panel,.article-body{padding:1rem}.footer-grid{gap:1rem}}@media(max-width:430px){:root{--wrap: min(100vw - 24px, 1160px)}.home-hero h1{font-size:clamp(2.45rem,13vw,3.45rem);line-height:1.02}.hero-actions{gap:.55rem}.post-card h3{font-size:1.18rem}.gallery-grid figcaption{font-size:.86rem}}
