:root{--ivory: #f7f3ec;--ivory-deep: #efe8db;--cream-card: #fdfbf6;--hunter: #4a7a58;--hunter-deep: #2f5a39;--hunter-soft: #d9e4d8;--gold: #c39b3f;--gold-deep: #82661c;--charcoal: #34302a;--charcoal-soft: #5c554c;--line: #ddd4c4;--white: #ffffff;--error: #a23b2d;--success: #4f6b4a;--bg: var(--ivory);--surface: var(--cream-card);--text: var(--charcoal);--text-muted: var(--charcoal-soft);--accent: var(--gold);--accent-deep: var(--gold-deep);--brand: var(--hunter-deep);--font-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", "Palatino", Georgia, serif;--font-body: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--step--1: clamp(.83rem, .78rem + .25vw, .95rem);--step-0: clamp(1rem, .94rem + .3vw, 1.15rem);--step-1: clamp(1.2rem, 1.08rem + .6vw, 1.6rem);--step-2: clamp(1.6rem, 1.35rem + 1.2vw, 2.4rem);--step-3: clamp(2.1rem, 1.6rem + 2.5vw, 3.6rem);--step-4: clamp(2.8rem, 1.9rem + 4.5vw, 5.5rem);--space-xs: .5rem;--space-sm: .85rem;--space-md: 1.4rem;--space-lg: 2.4rem;--space-xl: 4rem;--space-2xl: 6.5rem;--radius: 10px;--radius-lg: 18px;--ornament-size: 2rem;--shadow: 0 1px 2px rgba(52, 48, 42, .04), 0 8px 28px rgba(52, 48, 42, .08);--shadow-sm: 0 1px 2px rgba(52, 48, 42, .06), 0 3px 10px rgba(52, 48, 42, .06);--maxw: 1120px;--maxw-prose: 62ch}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:var(--step-0);font-weight:400;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:1.1;color:var(--charcoal);margin:0 0 var(--space-sm);letter-spacing:.01em}h1{font-size:var(--step-4)}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}h4{font-size:var(--step-1)}p{margin:0 0 var(--space-md);max-width:var(--maxw-prose)}a{color:var(--accent-deep);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--charcoal)}img{max-width:100%;height:auto;display:block}:focus-visible{outline:3px solid var(--hunter);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;left:var(--space-md);top:-120px;z-index:200;background:var(--charcoal);color:var(--ivory);padding:.6rem 1rem;border-radius:var(--radius);transition:top .2s ease}.skip-link:focus{top:var(--space-md);color:var(--ivory)}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2.5rem)}.section{padding-block:var(--space-2xl)}.section--tight{padding-block:var(--space-xl)}.section--alt{background:var(--ivory-deep)}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.22em;font-size:var(--step--1);font-weight:600;color:var(--hunter-deep);margin-bottom:var(--space-sm);display:inline-block}.intro{text-align:center;font-family:var(--font-display);font-size:var(--step-1);max-width:54ch;margin:0 auto var(--space-lg);color:var(--charcoal-soft)}.divider{display:flex;align-items:center;justify-content:center;gap:.8rem;color:var(--hunter);margin:var(--space-md) 0}.divider:before,.divider:after{content:"";height:1px;width:clamp(2rem,12vw,6rem);background:var(--line)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:600;font-size:var(--step-0);line-height:1;padding:.95rem 1.8rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform .15s ease,background .2s ease,color .2s ease,border-color .2s ease}.btn--primary{background:var(--hunter-deep);color:var(--ivory)}.btn--accent{background:var(--gold);color:var(--charcoal)}.btn--ghost{background:transparent;color:var(--charcoal);border-color:var(--line)}@media(hover:hover){.btn--primary:hover{background:var(--charcoal);color:var(--ivory);transform:translateY(-2px)}.btn--accent:hover{background:var(--charcoal);color:var(--white);transform:translateY(-2px)}.btn--ghost:hover{border-color:var(--hunter);color:var(--hunter-deep)}}.btn:active{transform:translateY(1px)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{.nav,.footer,.skip-link,.btn{display:none!important}body,.section--alt{background:var(--white)}.card{break-inside:avoid;box-shadow:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.nav.svelte-1h32yp1{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--ivory) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav__inner.svelte-1h32yp1{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:var(--space-md)}.nav__brand.svelte-1h32yp1{text-decoration:none;color:var(--charcoal)}.nav__monogram.svelte-1h32yp1{font-family:var(--font-display);font-size:1.7rem;font-weight:600;letter-spacing:.02em;color:var(--hunter-deep)}.nav__menu.svelte-1h32yp1{margin-left:auto}.nav__menu.svelte-1h32yp1 ul:where(.svelte-1h32yp1){list-style:none;display:flex;align-items:center;gap:clamp(.4rem,1.5vw,1.4rem);margin:0;padding:0}.nav__link.svelte-1h32yp1{font-size:var(--step--1);font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:var(--charcoal-soft);padding:.5rem .2rem;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.nav__link.svelte-1h32yp1:hover{color:var(--charcoal)}.nav__link[aria-current=page].svelte-1h32yp1{color:var(--hunter-deep);border-bottom-color:var(--gold)}.nav__cta.svelte-1h32yp1{padding:.6rem 1.3rem;order:1}.nav__toggle.svelte-1h32yp1{display:none;background:none;border:none;cursor:pointer;padding:.85rem}.nav__toggle-bars.svelte-1h32yp1{display:block;width:26px;height:18px;position:relative}.nav__toggle-bars.svelte-1h32yp1 span:where(.svelte-1h32yp1){position:absolute;left:0;height:2px;width:100%;background:var(--charcoal);border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.nav__toggle-bars.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(1){top:0}.nav__toggle-bars.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(2){top:8px}.nav__toggle-bars.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(3){top:16px}.nav__toggle-bars.is-open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(1){top:8px;transform:rotate(45deg)}.nav__toggle-bars.is-open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(2){opacity:0}.nav__toggle-bars.is-open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(3){top:8px;transform:rotate(-45deg)}@media(max-width:1080px){.nav__toggle.svelte-1h32yp1{display:inline-flex;align-items:center}.nav__menu.svelte-1h32yp1{position:absolute;top:100%;left:0;right:0;background:var(--ivory);border-bottom:1px solid var(--line);box-shadow:var(--shadow);display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .3s ease,visibility 0s .3s}.nav__menu.is-open.svelte-1h32yp1{grid-template-rows:1fr;visibility:visible;transition:grid-template-rows .3s ease}.nav__menu.svelte-1h32yp1 ul:where(.svelte-1h32yp1){flex-direction:column;align-items:stretch;gap:0;padding:var(--space-sm) 0;min-height:0;overflow:hidden}.nav__menu.svelte-1h32yp1 li:where(.svelte-1h32yp1){padding-inline:clamp(1.1rem,4vw,2.5rem)}.nav__link.svelte-1h32yp1{display:block;padding:.9rem 0;border-bottom:1px solid var(--line)}.nav__link[aria-current=page].svelte-1h32yp1{border-bottom-color:var(--line)}.nav__cta.svelte-1h32yp1{order:0}}body{min-height:100svh;display:flex;flex-direction:column}main.svelte-12qhfyh{flex:1}.footer.svelte-12qhfyh{background:var(--charcoal);color:var(--ivory);text-align:center;padding-block:var(--space-xl);margin-top:var(--space-2xl)}.footer__inner.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:.3rem}.footer__names.svelte-12qhfyh{font-family:var(--font-display);font-size:var(--step-2);margin:0;color:var(--ivory)}.footer__detail.svelte-12qhfyh{margin:0;color:var(--hunter-soft)}.footer__hashtag.svelte-12qhfyh{margin:.3rem 0 0;letter-spacing:.08em;color:color-mix(in srgb,var(--gold) 65%,var(--ivory));font-weight:600}.footer__contact.svelte-12qhfyh{margin:var(--space-sm) 0 0;color:var(--ivory)}.footer__contact.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--ivory)}.footer__fine.svelte-12qhfyh{display:flex;gap:.6rem;align-items:center;margin:var(--space-md) 0 0;font-size:var(--step--1);color:var(--hunter-soft)}.footer__admin.svelte-12qhfyh{color:var(--hunter-soft);text-decoration:underline}.footer__admin.svelte-12qhfyh:hover{color:var(--ivory)}main.svelte-12qhfyh:focus{outline:none}
