:root{--bg:#f4f6f3;--surface:#ffffff;--surface-2:#eaeee8;--forest:#2e4a3c;--forest-deep:#1b3026;--forest-2:#3c5c4b;--terracotta:#be6a3a;--terracotta-deep:#a2562c;--sage:#9db0a0;--sage-bright:#bbcabd;--gold:#c99a3f;--ink:#1a211c;--ink-soft:#4e574f;--on-dark:#f1f4ef;--line:#dce2d9;--display:var(--font-young),"Young Serif",Georgia,serif;--serif:var(--font-serif),"Spectral",Georgia,serif;--sans:var(--font-sans),"Hanken Grotesk",system-ui,sans-serif;--maxw:1140px;--radius:14px;--radius-sm:9px;--z-dropdown:100;--z-sticky:200;--z-modal-backdrop:350;--z-modal:400;--z-nav-open:500;--z-toast:600;--ease:cubic-bezier(0.22,1,0.36,1);--dur:0.55s;--hero-img:url(/canyon-view.jpg)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:clip;margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.1;letter-spacing:-.012em;margin:0 0 .4em;color:var(--ink);text-wrap:balance}h1{font-size:clamp(2.6rem,5.2vw,4.4rem);letter-spacing:-.02em}h2{font-size:clamp(1.9rem,3.4vw,2.7rem)}h3{font-size:1.32rem;letter-spacing:-.008em}.display,.hero h1{font-family:var(--display);font-weight:400;letter-spacing:-.018em}p{margin:0 0 1rem;max-width:68ch;text-wrap:pretty}a{color:var(--terracotta-deep);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2.5px solid var(--terracotta);outline-offset:2px;border-radius:3px}.skip-link{position:absolute;left:1rem;top:-3rem;z-index:var(--z-toast);background:var(--forest-deep);color:var(--on-dark);padding:.6rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;transition:top .2s var(--ease)}.skip-link:focus{top:1rem;text-decoration:none}.container{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.section{padding:clamp(3.25rem,7vw,6rem) 0}.section--alt{background:var(--surface-2)}.lead{font-size:1.18rem;color:var(--ink-soft);max-width:62ch}.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--terracotta-deep);margin:0 0 .75rem}.btn,.eyebrow{font-family:var(--sans);font-weight:600}.btn{display:inline-block;font-size:.95rem;letter-spacing:.01em;padding:.78rem 1.55rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:transform .18s var(--ease),background .18s var(--ease),color .18s var(--ease),box-shadow .18s var(--ease)}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn--primary{background:var(--terracotta-deep);color:#fff;box-shadow:0 6px 18px -10px rgba(162,86,44,.8)}.btn--primary:hover{background:var(--terracotta);color:#fff;box-shadow:0 10px 24px -10px rgba(162,86,44,.9)}.btn--ghost{background:transparent;color:var(--forest-deep);border-color:var(--forest)}.btn--ghost:hover{background:var(--forest);color:var(--on-dark)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-sticky);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:flex-start;gap:1.25rem;height:70px}.brand{margin-right:auto}.header-cta{padding:.5rem 1.15rem;font-size:.92rem;white-space:nowrap}@media (max-width:860px){.header-cta{display:none}}.mobile-nav__cta{display:block;width:100%;text-align:center;margin-top:1.4rem}.site-header.is-nav-open{z-index:var(--z-nav-open)}.brand{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--display);font-size:1.4rem;font-weight:400;color:var(--forest-deep);letter-spacing:-.01em}.brand:hover{text-decoration:none;color:var(--forest)}.brand__logo{display:block;height:46px;width:auto}.brand__text{line-height:1}@media (max-width:420px){.brand__text{display:none}.brand__logo{height:42px}}.nav{display:flex;gap:.4rem;align-items:center}.nav__item{position:relative}.nav__link{display:inline-flex;align-items:center;gap:.3rem;color:var(--ink);font-size:.95rem;font-weight:500;padding:.5rem .7rem;border-radius:8px;transition:color .15s var(--ease),background .15s var(--ease)}.nav__link:hover{color:var(--forest-deep);background:var(--surface-2);text-decoration:none}.nav__caret{width:.55em;height:.55em;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg) translateY(-1px);opacity:.6;transition:transform .2s var(--ease)}.nav__item:focus-within .nav__caret,.nav__item:hover .nav__caret{transform:rotate(225deg)}.nav__menu{position:absolute;top:calc(100% + 6px);left:0;min-width:230px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:0 18px 40px -22px rgba(27,48,38,.55);padding:.4rem;z-index:var(--z-dropdown);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s var(--ease),transform .2s var(--ease),visibility .2s}.nav__item:focus-within .nav__menu,.nav__item:hover .nav__menu{opacity:1;visibility:visible;transform:translateY(0)}.nav__menu a{display:block;padding:.6rem .8rem;border-radius:7px;color:var(--ink);font-size:.92rem;font-weight:500}.nav__menu a:hover{background:var(--surface-2);color:var(--forest-deep);text-decoration:none}.nav-toggle{display:none;align-items:center;justify-content:center;width:46px;height:46px;margin-right:-.4rem;background:transparent;border:0;border-radius:10px;cursor:pointer;color:var(--forest-deep)}.nav-toggle:hover{background:var(--surface-2)}.nav-toggle__box{position:relative;display:block;width:24px;height:16px}.nav-toggle__bar{position:absolute;left:0;height:2px;width:100%;border-radius:2px;background:currentColor;transition:transform .28s var(--ease),opacity .2s var(--ease),top .28s var(--ease)}.nav-toggle__bar:first-child{top:0}.nav-toggle__bar:nth-child(2){top:7px}.nav-toggle__bar:nth-child(3){top:14px}.nav-toggle.is-open .nav-toggle__bar:first-child{top:7px;transform:rotate(45deg)}.nav-toggle.is-open .nav-toggle__bar:nth-child(2){opacity:0}.nav-toggle.is-open .nav-toggle__bar:nth-child(3){top:7px;transform:rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;z-index:var(--z-modal);width:min(86vw,360px);height:100dvh;background:var(--surface);border-left:1px solid var(--line);box-shadow:-24px 0 60px -30px rgba(27,48,38,.55);padding:calc(70px + 1rem) 1.1rem 2rem;overflow-y:auto;transform:translateX(100%);visibility:hidden;transition:transform .32s var(--ease),visibility .32s}.mobile-nav.is-open{transform:translateX(0);visibility:visible}.mobile-nav__group{border-bottom:1px solid var(--line)}.mobile-nav__row{display:flex;align-items:stretch;justify-content:space-between}.mobile-nav__link{flex:1 1;display:block;padding:.95rem .4rem;color:var(--ink);font-size:1.05rem;font-weight:600}.mobile-nav__link:hover{text-decoration:none;color:var(--forest-deep)}.mobile-nav__expand{flex:0 0 auto;width:52px;background:transparent;border:0;cursor:pointer;color:var(--ink-soft);display:inline-flex;align-items:center;justify-content:center}.mobile-nav__caret{width:.6em;height:.6em;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg) translateY(-2px);transition:transform .25s var(--ease)}.mobile-nav__expand.is-open .mobile-nav__caret{transform:rotate(225deg) translateY(-2px)}.mobile-nav__sub{padding:0 .4rem .6rem .9rem}.mobile-nav__sublink{display:block;padding:.6rem .4rem;color:var(--ink-soft);font-size:.98rem;font-weight:500}.mobile-nav__sublink:hover{text-decoration:none;color:var(--forest-deep)}.mobile-nav__backdrop{position:fixed;inset:0;z-index:var(--z-modal-backdrop);background:rgba(27,48,38,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .3s var(--ease),visibility .3s}.mobile-nav__backdrop.is-open{opacity:1;visibility:visible}@media (max-width:860px){.nav{display:none}.nav-toggle{display:inline-flex}}@media (prefers-reduced-motion:reduce){.mobile-nav,.mobile-nav__backdrop,.mobile-nav__caret,.nav-toggle__bar{transition:none}}.hero{position:relative;isolation:isolate;overflow:hidden;background:var(--forest-deep);color:var(--on-dark);padding:clamp(4rem,9vw,7rem) 0 clamp(3.5rem,8vw,6rem)}.hero:before{z-index:-2;background-image:var(--hero-img);background-size:cover;background-position:center 60%;transform:scale(1.04)}.hero:after,.hero:before{content:"";position:absolute;inset:0}.hero:after{z-index:-1;background:linear-gradient(157deg,rgba(27,48,38,.9),rgba(27,48,38,.74) 48%,rgba(46,74,60,.6))}.hero--plain:after,.hero--plain:before{background:var(--forest-deep);transform:none}.hero h1{color:var(--on-dark);max-width:16ch}.hero .eyebrow{color:var(--sage-bright)}.hero__sub{font-size:clamp(1.1rem,2vw,1.28rem);color:#e3eadf;max-width:50ch;margin-bottom:1.9rem;line-height:1.55}.hero__ctas{display:flex;gap:.9rem;flex-wrap:wrap}.hero .btn--ghost{color:var(--on-dark);border-color:var(--sage-bright)}.hero .btn--ghost:hover{background:var(--sage-bright);color:var(--forest-deep)}.hero .container>*{animation:riseIn .7s var(--ease) both}.hero .container>:first-child{animation-delay:.02s}.hero .container>:nth-child(2){animation-delay:.1s}.hero .container>:nth-child(3){animation-delay:.18s}.hero .container>:nth-child(4){animation-delay:.26s}@keyframes riseIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(264px,1fr));grid-gap:1.5rem;gap:1.5rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s var(--ease),transform .25s var(--ease),border-color .25s var(--ease)}.card:hover{box-shadow:0 18px 40px -24px rgba(27,52,43,.5);transform:translateY(-3px);border-color:#cdd6c8}.card__img{aspect-ratio:16/10;background:var(--surface-2);object-fit:cover;width:100%;display:block}.card__body{padding:1.15rem 1.25rem 1.35rem}.card__date{font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--terracotta-deep)}.card__title{font-size:1.28rem;margin:.3rem 0 .4rem;line-height:1.18}.card__title a{color:inherit}.card__title a:hover{color:var(--terracotta-deep);text-decoration:none}.card__meta{font-size:.9rem;color:var(--ink-soft)}.badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--terracotta-deep);padding:.18rem .5rem;border-radius:6px}.tag-row{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.7rem}.tag{font-size:.72rem;font-weight:500;background:color-mix(in srgb,var(--forest) 12%,var(--surface));color:var(--forest-deep);padding:.22rem .6rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--forest) 18%,transparent)}.mixers{background:var(--surface-2);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2.25rem);border:1px solid var(--line)}.mixers__cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.25rem;gap:2.25rem}@media (max-width:760px){.mixers__cols{grid-template-columns:1fr;gap:1.75rem}}.mixers__when{font-weight:600;margin:0 0 .2rem}.mixers__where{margin:0 0 1rem}.mixers__headline{font-style:italic;font-weight:500;font-family:var(--serif);font-size:1.22rem;color:var(--forest-deep)}.mixers__bio{font-size:.95rem}.mixers__boiler{font-size:.9rem;color:var(--ink-soft)}.site-footer{background:var(--forest-deep);color:var(--sage-bright);padding:clamp(2.5rem,5vw,3.5rem) 0;margin-top:4.5rem}.site-footer a{color:var(--on-dark)}.site-footer__social{display:flex;gap:1.1rem;margin-top:1.25rem}.site-footer__social a{font-size:.9rem;font-weight:500;color:var(--sage-bright)}.site-footer__social a:hover{color:var(--on-dark)}.evt-filters{margin-top:1.5rem}.evt-filters__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.evt-filters__title{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft)}.evt-filters__reset{font-family:var(--sans);font-size:.85rem;font-weight:500;color:var(--terracotta-deep);border-bottom:1px solid transparent;white-space:nowrap}.evt-filters__reset:hover{text-decoration:none;border-bottom-color:currentColor}.evt-filters__search{display:flex;gap:.6rem;max-width:460px;margin-bottom:1.2rem}.evt-filters__search input{flex:1 1;padding:.72rem 1rem;border-radius:999px;border:1.5px solid var(--line);background:var(--surface);font-family:var(--sans);font-size:.95rem;color:var(--ink)}.evt-filters__search input:focus{outline:none;border-color:var(--sage);box-shadow:0 0 0 3px rgba(157,176,160,.3)}.evt-filters__row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.7rem}.pill{display:inline-block;font-family:var(--sans);font-size:.85rem;font-weight:500;padding:.42rem .98rem;border-radius:999px;border:1.5px solid var(--line);background:var(--surface);color:var(--ink-soft);transition:background .15s var(--ease),border-color .15s var(--ease),color .15s var(--ease)}.pill:hover{text-decoration:none;border-color:var(--sage);color:var(--forest-deep)}@media (hover:none) and (pointer:coarse){.pill{min-height:40px;display:inline-flex;align-items:center}.btn,input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea{min-height:44px}}.pill--active{background:var(--forest)}.pill--active,.pill--active:hover{border-color:var(--forest);color:var(--on-dark)}.pill--tag{font-size:.8rem;padding:.32rem .78rem;border-color:color-mix(in srgb,var(--terracotta) 35%,var(--line))}.pill--tag,.pill--tag:hover{color:var(--terracotta-deep)}.pill--tag:hover{border-color:var(--terracotta)}.pill--tag.pill--active{background:var(--terracotta-deep);border-color:var(--terracotta-deep);color:#fff}.pill--tag.pill--active:hover{background:var(--terracotta);border-color:var(--terracotta);color:#fff}.evt-daterange{display:flex;align-items:flex-end;gap:.7rem;flex-wrap:wrap;margin-top:.4rem}.evt-daterange__label{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sage);align-self:center}.evt-daterange__field{display:flex;flex-direction:column;gap:.2rem}.evt-daterange__field>span{font-size:.72rem;color:var(--ink-soft)}.evt-daterange__field input{padding:.5rem .7rem;border-radius:9px;border:1.5px solid var(--line);background:var(--surface);font-family:var(--sans);font-size:.9rem;color:var(--ink)}.evt-daterange__field input:focus{outline:none;border-color:var(--sage);box-shadow:0 0 0 3px rgba(157,176,160,.3)}.evt-daterange .btn{padding:.5rem 1.1rem}.evt{padding:clamp(2.5rem,5vw,3.5rem) 0 1rem}.evt__inner{max-width:760px}.evt h1{margin-top:.25rem;font-family:var(--serif);font-weight:600}.evt__meta{margin:1rem 0 1.85rem}.evt__date{font-weight:600;color:var(--terracotta-deep);text-transform:uppercase;letter-spacing:.04em;font-size:.92rem;margin-bottom:.35rem}.evt__cost,.evt__venue{margin:0 0 .3rem;color:var(--ink-soft)}.evt__img{width:100%;aspect-ratio:16/9;object-fit:cover}.evt__img,.evt__speaker{border-radius:var(--radius);background:var(--surface-2);margin-bottom:2rem}.evt__speaker{padding:1.3rem 1.6rem;border:1px solid var(--line)}.evt__body{font-size:1.08rem}.evt__body p{margin-bottom:1.1rem}.form{gap:1.15rem;position:relative}.field,.form{display:flex;flex-direction:column}.field{gap:.38rem}.field>span{font-size:.85rem;font-weight:600;color:var(--forest-deep)}.field input,.field textarea{padding:.72rem .9rem;border-radius:10px;border:1.5px solid var(--line);background:var(--surface);font-family:var(--sans);font-size:.98rem;color:var(--ink);width:100%}.field input::placeholder,.field textarea::placeholder{color:#8a8f87}.field .select:focus,.field input:focus,.field textarea:focus{outline:none;border-color:var(--sage);box-shadow:0 0 0 3px rgba(157,176,160,.3)}.field .select{padding:.72rem .9rem;border-radius:10px;border:1.5px solid var(--line);background:var(--surface);font-family:var(--sans);font-size:.98rem;color:var(--ink);width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--ink-soft) 50%),linear-gradient(135deg,var(--ink-soft) 50%,transparent 50%);background-position:calc(100% - 18px),calc(100% - 13px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.15rem;gap:1.15rem}@media (max-width:600px){.field-row{grid-template-columns:1fr}}.form-rule{border:none;border-top:1px solid var(--line);margin:.75rem 0 0}.form .btn{align-self:flex-start}.form-note{border-radius:var(--radius);padding:1.3rem 1.6rem}.form-note--ok{background:var(--surface-2);border:1px solid var(--line)}.form-note--err{background:#f7e4da;border:1px solid var(--terracotta);color:var(--terracotta-deep);padding:.85rem 1.1rem}.member{display:grid;grid-template-columns:1fr 320px;grid-gap:clamp(1.75rem,4vw,3.25rem);gap:clamp(1.75rem,4vw,3.25rem);align-items:start}@media (max-width:800px){.member{grid-template-columns:1fr}}.member__main h2{font-size:1.5rem;margin:0 0 .9rem}.member__prose{font-size:1.12rem;line-height:1.75;color:var(--ink)}.member__prose>p:first-of-type:first-letter{font-family:var(--display);font-size:3.2rem;line-height:.82;float:left;padding:.04em .12em 0 0;color:var(--forest)}.member__empty{border:1px dashed var(--line);border-radius:var(--radius);padding:1.5rem 1.6rem;color:var(--ink-soft);background:var(--surface)}.member__empty p{margin:0}.infocard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.5rem;position:-webkit-sticky;position:sticky;top:90px}@media (max-width:800px){.infocard{position:static}}.infocard__label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin:0 0 .85rem}.infocard__row{display:flex;gap:.6rem;padding:.55rem 0;border-top:1px solid var(--line);font-size:.95rem}.infocard__row:first-of-type{border-top:none}.infocard__row dt{flex:0 0 4.6rem;color:var(--ink-soft);font-weight:500}.infocard__row dd{margin:0;min-width:0;word-break:break-word}.infocard .btn{width:100%;text-align:center;margin-top:1rem}.tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:.8rem;gap:.8rem}.tier{padding:1.2rem 1rem 1.1rem;border-radius:var(--radius);border:2px solid var(--line);background:var(--surface);cursor:pointer;text-align:left;font-family:var(--sans);transition:border-color .18s var(--ease),background .18s var(--ease),transform .18s var(--ease)}.tier:hover{transform:translateY(-2px);border-color:var(--sage)}.tier--active{border-color:var(--forest);background:color-mix(in srgb,var(--forest) 7%,var(--surface))}.tier__name{font-family:var(--serif);font-size:1.18rem;color:var(--forest-deep)}.tier__name,.tier__price{display:block;font-weight:600}.tier__price{margin-top:.15rem;color:var(--terracotta-deep);font-size:.95rem}.fieldset-bare{border:none;padding:0;margin:0}.fieldset-bare legend{font-family:var(--serif);font-size:1.3rem;font-weight:600;margin-bottom:.85rem;padding:0}.legend-note{font-weight:400;font-size:.85rem;color:var(--ink-soft)}.price-summary{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.25rem}.price-summary__total{margin:0;font-weight:600;color:var(--forest-deep);font-size:1.15rem}.price-summary__break{margin:.25rem 0 0;font-size:.9rem;color:var(--ink-soft)}.notice{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.25rem}.notice strong{color:var(--forest-deep)}.status-badge{display:inline-block;padding:.28rem .8rem;border-radius:999px;font-size:.82rem;font-weight:600;color:#fff;letter-spacing:.01em}.status-badge--active{background:var(--forest)}.status-badge--grace{background:var(--gold);color:var(--forest-deep)}.status-badge--pending{background:var(--sage);color:var(--forest-deep)}.status-badge--cancelled,.status-badge--suspended{background:var(--terracotta-deep)}.status-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.75rem}.status-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem 1.5rem;gap:1.1rem 1.5rem}.status-grid dt{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);margin:0 0 .25rem}.status-grid dd{margin:0;font-weight:500}.combobox{position:relative}.combobox__list{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);margin-top:.4rem;overflow:hidden;box-shadow:0 18px 40px -24px rgba(27,48,38,.5)}.combobox__option{display:block;width:100%;text-align:left;padding:.7rem 1rem;border:none;border-top:1px solid var(--line);background:transparent;cursor:pointer;font-family:var(--sans);font-size:.95rem;color:var(--ink);transition:background .12s var(--ease)}.combobox__option:first-child{border-top:none}.combobox__option:focus-visible,.combobox__option:hover{background:var(--surface-2)}.combobox__option .muted{color:var(--ink-soft);margin-left:.5rem}.venue-card__link{display:block;color:inherit}.venue-card__link:hover{text-decoration:none}.venue-card__link:hover .card__title{color:var(--terracotta-deep)}.venue-card{height:100%}.venue-card__media{position:relative}.venue-card__placeholder{background:linear-gradient(135deg,var(--surface-2),color-mix(in srgb,var(--forest) 14%,var(--surface-2)))}.venue-card__badge{position:absolute;top:.7rem;left:.7rem;box-shadow:0 4px 14px -6px rgba(27,48,38,.7)}.venue-card__count{position:absolute;bottom:.7rem;right:.7rem;background:color-mix(in srgb,var(--forest-deep) 78%,transparent);color:var(--on-dark);font-size:.72rem;font-weight:600;padding:.18rem .5rem;border-radius:6px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.venue-card__facts{display:flex;align-items:center;gap:.5rem;margin-top:.55rem;font-size:.9rem;color:var(--ink-soft)}.venue-card__dot{color:var(--line)}.price-dots{display:inline-flex;gap:3px;align-items:center}.price-dots__dot{width:7px;height:7px;border-radius:999px;background:var(--line)}.price-dots__dot--on{background:var(--forest)}.venue-filters{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.75rem}.venue-filters__group{display:flex;align-items:baseline;gap:.85rem;flex-wrap:wrap}.venue-filters__label{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sage);flex:0 0 auto;min-width:3.5rem}.venue-grid{animation:venueFade .4s var(--ease) both}@keyframes venueFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.linklike{background:none;border:none;padding:0;color:var(--terracotta-deep);font:inherit;cursor:pointer;text-decoration:underline}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{font-family:var(--serif);font-size:1.12rem;font-weight:600;color:var(--forest-deep);cursor:pointer;padding:1.05rem 0;list-style:none;display:flex;justify-content:space-between;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--terracotta-deep);font-size:1.4rem;line-height:1;transition:transform .2s var(--ease)}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin:0 0 1.1rem;color:var(--ink-soft)}.venue-detail{padding-top:clamp(1.5rem,3vw,2.5rem)}.venue-detail__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.venue-detail__head h1{font-family:var(--serif);font-weight:600;margin:0;font-size:clamp(2.1rem,4.4vw,3.2rem)}.venue-detail__tagline{font-style:italic;font-family:var(--serif);font-size:1.25rem;color:var(--forest-deep);margin:.4rem 0 0;max-width:46ch}.gallery{position:relative}.gallery__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;grid-gap:0;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border-radius:var(--radius);background:var(--surface-2);scrollbar-width:none}.gallery__track::-webkit-scrollbar{display:none}.gallery__slide{scroll-snap-align:center;width:100%;aspect-ratio:16/10}.gallery__slide img{width:100%;height:100%;object-fit:cover;display:block}.gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:none;cursor:pointer;background:color-mix(in srgb,var(--surface) 86%,transparent);color:var(--forest-deep);font-size:1.1rem;display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 20px -8px rgba(27,48,38,.6);transition:background .18s var(--ease),transform .18s var(--ease)}.gallery__nav:hover{background:var(--surface);transform:translateY(-50%) scale(1.06)}.gallery__nav--prev{left:.8rem}.gallery__nav--next{right:.8rem}.gallery__dots{display:flex;gap:.4rem;justify-content:center;margin-top:.9rem}.gallery__dot{width:8px;height:8px;border-radius:999px;border:none;padding:0;background:var(--line);cursor:pointer;transition:background .18s var(--ease),transform .18s var(--ease)}.gallery__dot--on{background:var(--forest);transform:scale(1.25)}.venue-body{display:grid;grid-template-columns:1fr 330px;grid-gap:clamp(1.75rem,4vw,3.25rem);gap:clamp(1.75rem,4vw,3.25rem);align-items:start;margin-top:clamp(1.75rem,4vw,2.75rem)}@media (max-width:820px){.venue-body{grid-template-columns:1fr}}.venue-prose{font-size:1.12rem;line-height:1.78;color:var(--ink)}.venue-prose>p:first-of-type:first-letter{font-family:var(--display);font-size:3.4rem;line-height:.82;float:left;padding:.04em .14em 0 0;color:var(--forest)}.glance{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:.9rem;gap:.9rem;margin:0 0 2rem;padding:1.2rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.glance__item{display:flex;flex-direction:column;gap:.15rem}.glance__icon{font-size:1.3rem;line-height:1}.glance__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:var(--sage);font-weight:600}.glance__value{font-size:.98rem;font-weight:500;color:var(--ink)}.venue-section{margin:2rem 0}.venue-section h2{font-size:1.45rem;margin:0 0 1rem}.booking{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;position:-webkit-sticky;position:sticky;top:90px}@media (max-width:820px){.booking{position:static}}.booking__price{font-family:var(--serif);font-size:1.15rem;color:var(--forest-deep);margin:0 0 1rem;display:flex;align-items:center;gap:.6rem}.booking__contact{font-size:.95rem;display:flex;flex-direction:column;gap:.45rem;margin:0 0 1.2rem}.booking__contact a{word-break:break-word}.booking .btn{width:100%;text-align:center}.booking .btn+.btn{margin-top:.6rem}.inquiry-bar{display:none}@media (max-width:820px){.inquiry-bar{display:block;position:-webkit-sticky;position:sticky;bottom:0;z-index:var(--z-sticky);background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:.75rem 1.5rem;margin:0 -1.5rem}.inquiry-bar .btn{width:100%;text-align:center}}.badge--sage{background:var(--forest)}.product-card{height:100%}.product-card__badges{position:absolute;top:.7rem;left:.7rem;display:flex;flex-wrap:wrap;gap:.35rem}.product-card__foot{display:flex;align-items:center;justify-content:space-between;margin-top:.7rem}.product-card__price{font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--forest-deep)}.product-card__buy{font-size:.85rem;font-weight:600;color:var(--terracotta-deep)}.product-card__oos{font-size:.82rem;color:var(--ink-soft)}.stars{display:inline-flex;align-items:center;gap:1px;font-size:.9rem;line-height:1}.stars__s{color:var(--line)}.stars__s--on{color:var(--gold)}.stars__count{color:var(--ink-soft);font-size:.8rem;margin-left:.35rem}.qty{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:999px;overflow:hidden;width:max-content}.qty__btn{border:none;background:var(--surface);width:38px;height:38px;font-size:1.15rem;cursor:pointer;color:var(--forest-deep)}.qty__btn:hover{background:var(--surface-2)}.qty__input{border:none;width:48px;text-align:center;font-family:var(--sans);font-size:.95rem;background:var(--surface);-moz-appearance:textfield}.qty__input::-webkit-inner-spin-button,.qty__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vendor-card{margin-top:1.25rem;padding-top:1.1rem}.acc,.vendor-card{border-top:1px solid var(--line)}.acc{margin-top:1rem}.acc summary{cursor:pointer;padding:.85rem 0 0;font-weight:600;font-size:.92rem;color:var(--forest-deep);list-style:none}.acc summary::-webkit-details-marker{display:none}.acc p{font-size:.9rem;color:var(--ink-soft);margin:.5rem 0 .85rem}.review{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.25rem}.review__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.review__author{font-size:.88rem;color:var(--ink-soft)}.review__verified{color:var(--forest);font-weight:600;margin-left:.5rem}.review__reply{margin-top:.7rem;padding:.7rem .9rem;background:var(--surface-2);border-radius:var(--radius-sm);font-size:.9rem}.vendor-table{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.vendor-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.2rem;border-top:1px solid var(--line)}.vendor-row:first-child{border-top:none}.skeleton-card{padding:1.15rem 1.25rem 1.35rem;gap:.6rem}.skeleton{border-radius:6px;background:linear-gradient(90deg,var(--surface-2) 25%,color-mix(in srgb,var(--surface-2) 60%,var(--surface)) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:shimmer 1.4s ease-in-out infinite}.skeleton--line{height:.7rem}.skeleton--title{height:1.2rem;width:85%;margin:.2rem 0 .4rem}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-delay:0s!important;transition-duration:.001ms!important}.hero:before{transform:none}}.muted{color:var(--ink-soft)}.back-link{font-size:.92rem;font-weight:600;color:var(--forest)}.back-link:hover{color:var(--terracotta-deep);text-decoration:none}.post__meta{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--terracotta-deep);margin:0 0 .55rem}.post__more{font-weight:600;color:var(--forest)}.post-lead{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:center;color:inherit;margin-bottom:clamp(2.5rem,6vw,4rem)}.post-lead:hover{text-decoration:none}.post-lead__img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);transition:transform .5s var(--ease)}.post-lead:hover .post-lead__img{transform:scale(1.015)}.post-lead__title{font-family:var(--serif);font-size:clamp(1.7rem,3.5vw,2.5rem);line-height:1.12;color:var(--forest-deep);margin:0 0 .7rem;text-wrap:balance}.post-lead:hover .post-lead__title{color:var(--terracotta-deep)}.post-lead__excerpt{font-size:1.05rem;color:var(--ink-soft);margin:0 0 1.1rem;max-width:52ch}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:clamp(1.75rem,4vw,2.75rem);gap:clamp(1.75rem,4vw,2.75rem);border-top:1px solid var(--line);padding-top:clamp(2rem,5vw,3rem)}.post-card{display:flex;flex-direction:column;color:inherit}.post-card:hover{text-decoration:none}.post-card__img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:1rem;transition:transform .5s var(--ease)}.post-card:hover .post-card__img{transform:scale(1.02)}.post-card__title{font-family:var(--serif);font-size:1.3rem;line-height:1.2;color:var(--forest-deep);margin:0 0 .45rem;text-wrap:balance}.post-card:hover .post-card__title{color:var(--terracotta-deep)}.post-card__excerpt{font-size:.96rem;color:var(--ink-soft);margin:0}@media (max-width:720px){.post-lead{grid-template-columns:1fr}.post-lead__img{aspect-ratio:16/9}}.post-detail__title{font-family:var(--serif);font-size:clamp(2rem,5vw,3rem);line-height:1.1;color:var(--forest-deep);margin:.3rem 0 .8rem;text-wrap:balance}.post-detail__lede{font-size:1.2rem;line-height:1.5;color:var(--ink-soft);margin:0 0 1.75rem;max-width:60ch}.post-detail__cover{width:100%;max-height:460px;object-fit:cover;border-radius:var(--radius);margin:0 0 2.25rem}.prose{font-size:1.08rem;line-height:1.75;color:var(--ink);max-width:68ch}.prose>*+*{margin-top:1.15rem}.prose h2{font-size:1.55rem;margin-top:2.2rem;line-height:1.25}.prose h2,.prose h3{font-family:var(--serif);color:var(--forest-deep)}.prose h3{font-size:1.25rem;margin-top:1.8rem}.prose a{color:var(--terracotta-deep);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--terracotta)}.prose ol,.prose ul{padding-left:1.3rem}.prose li{margin-top:.4rem}.prose blockquote{font-family:var(--serif);font-style:italic;font-size:1.2rem;line-height:1.55;color:var(--forest-deep);margin:1.9rem 0;padding:0 1.4rem}.stats-band{background:var(--forest);padding:clamp(2rem,5vw,3rem) 0}.stats-band__row{display:flex;justify-content:center;align-items:flex-start;gap:clamp(2rem,9vw,6rem);flex-wrap:wrap;text-align:center}.stat{display:flex;flex-direction:column;gap:.35rem}.stat__value{font-family:var(--display);font-size:clamp(1.9rem,4.5vw,2.9rem);line-height:1;color:var(--on-dark)}.stat__label{font-size:.9rem;color:var(--sage-bright);letter-spacing:.03em}.breadcrumbs{margin:0 0 1.4rem}.breadcrumbs__list{list-style:none;flex-wrap:wrap;padding:0;margin:0;font-size:.86rem}.breadcrumbs__item,.breadcrumbs__list{display:flex;align-items:center;gap:.45rem}.breadcrumbs__item{color:var(--ink-soft)}.breadcrumbs__item:not(:last-child):after{content:"/";color:var(--sage)}.breadcrumbs__item a{color:var(--forest);font-weight:500}.breadcrumbs__item a:hover{color:var(--terracotta-deep);text-decoration:none}.breadcrumbs__item [aria-current=page]{color:var(--ink-soft)}.hero .breadcrumbs__item{color:var(--sage-bright)}.hero .breadcrumbs__item a{color:var(--on-dark)}.hero .breadcrumbs__item a:hover{color:var(--sage-bright)}.hero .breadcrumbs__item:not(:last-child):after{color:var(--sage)}.hero .breadcrumbs__item [aria-current=page]{color:var(--sage-bright)}.empty-state{text-align:center;padding:clamp(2.5rem,7vw,4.5rem) 1rem}.empty-state__title{font-family:var(--serif);font-size:1.4rem;color:var(--forest-deep);margin:0 0 .5rem}.empty-state__body{color:var(--ink-soft);margin:0}.tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:clamp(1rem,3vw,1.75rem);gap:clamp(1rem,3vw,1.75rem);margin-top:1.75rem;align-items:start}.tier-col{border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem 1.5rem;background:var(--surface);display:flex;flex-direction:column;gap:.4rem}.tier-col--featured{border-color:var(--forest);box-shadow:0 18px 40px -26px rgba(46,74,60,.45)}.tier-col__badge{align-self:flex-start;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--terracotta-deep);margin-bottom:.4rem}.tier-col__name{font-family:var(--serif);font-size:1.4rem;color:var(--forest-deep);margin:0}.tier-col__price{font-family:var(--display);font-size:2rem;line-height:1;color:var(--ink);margin:.3rem 0 .9rem}.tier-col__price span{font-family:var(--sans);font-size:.9rem;color:var(--ink-soft)}.tier-col__features{list-style:none;padding:0;margin:0 0 1.4rem;display:flex;flex-direction:column;gap:.55rem}.tier-col__features li{font-size:.93rem;color:var(--ink-soft);padding-left:1.4rem;position:relative}.tier-col__features li:before{content:"";position:absolute;left:0;top:.45em;width:.55rem;height:.3rem;border-left:2px solid var(--sage);border-bottom:2px solid var(--sage);transform:rotate(-45deg)}.tier-col .btn{margin-top:auto}.evt__cal{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin:1.4rem 0 0}.evt__cal-label{font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft)}.btn--sm{padding:.4rem .95rem;font-size:.85rem}.footer-news{margin:0 0 1.7rem;max-width:430px}.footer-news__label{display:block;font-family:var(--serif);font-size:1.15rem;color:var(--on-dark);margin-bottom:.6rem}.footer-news__row{display:flex;gap:.5rem}.footer-news__input{flex:1 1;min-width:0;padding:.7rem 1rem;border-radius:999px;border:none;font-family:var(--sans);font-size:.92rem;color:var(--ink);background:var(--bg)}.footer-news__input::placeholder{color:var(--ink-soft)}.footer-news__done{color:var(--sage-bright);font-weight:600;margin:0 0 1.7rem}.footer-news__err{color:#ffb4a2;font-size:.85rem;margin:.55rem 0 0}@media (max-width:480px){.footer-news__row{flex-wrap:wrap}.footer-news .btn,.footer-news__input{width:100%}}@font-face{font-family:"Young Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1ab789535f7dc6ba-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:"Young Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/59df03d642d74c2d-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:"Young Serif Fallback";src:local("Times New Roman");ascent-override:83.16%;descent-override:29.10%;line-gap-override:0.00%;size-adjust:125.78%}.__className_0d1ac7{font-family:"Young Serif","Young Serif Fallback";font-weight:400;font-style:normal}.__variable_0d1ac7{--font-young:"Young Serif","Young Serif Fallback"}@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/de32ab4287127d46-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:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/52c789a43a83edb4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/53a2694769c6fc4b-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:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/109cd0be88080556-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:Spectral;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/9f5251eb979d3d3e-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:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/b1c71187c85bb732-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:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/1d0267b201e007a0-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/192b55935f4e8c71-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:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/130fa9c96dfc2da9-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:Spectral;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/a325990d5fec1d3f-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:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/1392a8708768005c-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:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/6a64cc3acf910f14-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/b42be14db559d7fe-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:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/84d7006d28fb721d-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:Spectral;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/a8803dd9fdd15a53-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:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a905a6179bab2b08-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:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/273b2e150de7c4a9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/692781be160fc9d0-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:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e9fc5e960416d85-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:Spectral;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e244d3ca994d3054-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:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/95fbe602f95f5b1d-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:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d7fd192484976c0a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e478c40a90656953-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:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/680964f1bd688e24-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:Spectral;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3e68fbb477d90635-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:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eba0a4e5bf800560-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:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6adccebe1b78ad4c-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1ee996a2e7c8d770-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:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/581701471b17b157-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:Spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1eedfae966de4e1c-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:Spectral Fallback;src:local("Times New Roman");ascent-override:96.46%;descent-override:42.17%;line-gap-override:0.00%;size-adjust:109.78%}.__className_cfa357{font-family:Spectral,Spectral Fallback}.__variable_cfa357{--font-serif:"Spectral","Spectral Fallback"}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-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:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-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:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-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:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/313510e2713fb214-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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/313510e2713fb214-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:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-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:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-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:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-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:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/313510e2713fb214-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:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-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:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-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:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-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:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/313510e2713fb214-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:Hanken Grotesk Fallback;src:local("Arial");ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.00%;size-adjust:100.94%}.__className_c8454b{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.__variable_c8454b{--font-sans:"Hanken Grotesk","Hanken Grotesk Fallback"}