:root{--color-bg:#f4efe7;--color-surface:#fffaf2;--color-surface-strong:#111319;--color-surface-soft:#f0e7d7;--color-text:#22262d;--color-text-soft:#5c5f66;--color-text-inverse:#f5efe6;--color-accent:#b78d4a;--color-accent-strong:#996f2d;--color-burgundy:#6d1f31;--color-line:rgba(183,141,74,0.32);--shadow-soft:0 14px 36px rgba(22,25,32,0.1);--shadow-card:0 16px 42px rgba(19,23,31,0.14);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--space-1:0.5rem;--space-2:0.75rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4.5rem;--space-8:6rem;--max-width:1180px;--container-gutter:2.2rem;--header-height:78px;--ease-standard:220ms ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-source-sans),"Source Sans 3","Helvetica Neue",Arial,sans-serif;background:radial-gradient(circle at top right,#fff7eb 0,var(--color-bg) 40%,#efe6d5 100%);color:var(--color-text);line-height:1.65}body.lightbox-open,body.nav-open,body.tour-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit}h1,h2,h3,h4{margin:0;font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;letter-spacing:.01em;line-height:1.15}p{margin:0}main{display:block}.container{width:min(100% - var(--container-gutter),var(--max-width));margin:0 auto}.skip-link{position:absolute;left:1rem;top:-100%;z-index:200;background:var(--color-surface-strong);color:var(--color-text-inverse);padding:.75rem 1rem;border-radius:var(--radius-sm);text-decoration:none}.skip-link:focus-visible{top:.75rem}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:80;overflow:visible;height:var(--header-height);border-bottom:1px solid rgba(245,239,230,.22);background:linear-gradient(135deg,rgba(15,18,24,.88),rgba(36,28,25,.76));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-backdrop{position:fixed;top:var(--header-height);right:0;bottom:0;left:0;z-index:68;background:rgba(10,12,17,.62);opacity:0;pointer-events:none;transition:opacity var(--ease-standard)}.nav-backdrop.is-visible{opacity:1;pointer-events:auto}.header-shell{height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.brand{display:inline-flex;align-items:center;gap:.85rem;text-decoration:none;color:var(--color-text-inverse)}.brand img{width:46px;height:46px;border-radius:50%;border:1px solid rgba(183,141,74,.55);object-fit:cover}.brand__text{display:flex;flex-direction:column}.brand__name{font-size:clamp(1.1rem,2.2vw,1.45rem);font-weight:600;letter-spacing:.04em}.brand__tagline{font-size:.78rem;font-weight:500;color:rgba(245,239,230,.75);letter-spacing:.09em;text-transform:uppercase}.nav-toggle{display:none;width:46px;height:46px;border:1px solid rgba(245,239,230,.45);border-radius:14px;background:transparent;position:relative;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;cursor:pointer;transition:border-color var(--ease-standard),background-color var(--ease-standard),transform var(--ease-standard)}.nav-toggle:hover{border-color:var(--color-accent);background:rgba(183,141,74,.12)}.nav-toggle__line{width:21px;height:2px;background:var(--color-text-inverse);display:block;border-radius:2px;transform-origin:center;transition:transform .24s ease,opacity .18s ease,background-color var(--ease-standard)}.nav-toggle__line+.nav-toggle__line{margin-top:0}.nav-links,.site-nav{display:flex}.nav-links{list-style:none;margin:0;padding:0;align-items:center;gap:1.3rem}.nav-links a{text-decoration:none;color:rgba(245,239,230,.86);font-size:.95rem;letter-spacing:.09em;text-transform:uppercase;font-weight:600;position:relative;transition:color var(--ease-standard)}.nav-links a:after{content:"";position:absolute;left:0;bottom:-.45rem;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);transform:scaleX(0);transform-origin:center;transition:transform var(--ease-standard)}.nav-links a:hover,.nav-links a[aria-current=page]{color:#fff}.nav-links a:hover:after,.nav-links a[aria-current=page]:after{transform:scaleX(1)}.page-hero{position:relative;overflow:hidden;padding:clamp(3rem,5.8vw,5.6rem) 0;background:linear-gradient(118deg,rgba(8,12,18,.97),rgba(35,37,44,.92) 42%,rgba(108,98,90,.92))}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(90% 120% at 0 0,rgba(6,9,14,.75) 0,rgba(6,9,14,0) 68%),linear-gradient(180deg,rgba(5,7,11,.36),rgba(5,7,11,.16) 45%,rgba(5,7,11,.38));pointer-events:none}.page-hero__layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:clamp(1.4rem,4vw,3.4rem);gap:clamp(1.4rem,4vw,3.4rem);align-items:center}.page-hero__content{color:var(--color-text-inverse);max-width:38rem}.page-hero__kicker{display:inline-flex;margin-bottom:var(--space-3);padding:.38rem .75rem;border-radius:999px;border:1px solid rgba(245,239,230,.34);color:rgba(245,239,230,.92);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.page-hero h1{font-size:clamp(2.2rem,4.8vw,4.2rem);margin-bottom:var(--space-3)}.page-hero__lead{font-size:clamp(1.05rem,1.9vw,1.32rem);color:rgba(245,239,230,.9);max-width:52ch}.hero-actions{margin-top:var(--space-5);display:flex;flex-wrap:wrap;gap:var(--space-3)}.hero-breadcrumb{margin-top:var(--space-4);display:inline-flex;gap:.45rem;font-size:.95rem;color:rgba(245,239,230,.86)}.hero-breadcrumb a{text-decoration-thickness:1px;text-underline-offset:2px}.page-hero__media{position:relative;width:100%;max-width:590px;justify-self:end;aspect-ratio:16/9;overflow:hidden}.page-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.76) contrast(.9) brightness(.9)}.page-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(140deg,rgba(6,8,12,.62),rgba(6,8,12,.28) 40%,rgba(6,8,12,.7));pointer-events:none}.image-slot--hero{border-radius:var(--radius-lg);border:1px solid rgba(245,239,230,.22);box-shadow:0 30px 70px rgba(4,6,10,.6)}@media (min-width:921px){.page-hero{min-height:calc(100svh - var(--header-height) + 1.2rem);display:flex;align-items:center}.page-hero__media{max-width:620px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;border-radius:999px;padding:.72rem 1.4rem;text-decoration:none;font-size:.94rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;touch-action:manipulation;transition:transform var(--ease-standard),box-shadow var(--ease-standard),background-color var(--ease-standard),color var(--ease-standard),border-color var(--ease-standard)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(125deg,var(--color-accent),#d4ba88);color:#241d13;border:1px solid rgba(36,29,19,.25);box-shadow:0 12px 26px rgba(32,28,22,.18)}.btn-primary:hover{background:linear-gradient(125deg,#d4ba88,#e4cea3)}.btn-secondary{background:rgba(255,255,255,.08);color:var(--color-text-inverse);border:1px solid rgba(255,255,255,.5)}.btn-secondary:hover{background:rgba(255,255,255,.16);border-color:var(--color-accent)}.btn-ghost{background:transparent;color:var(--color-text);border:1px solid rgba(34,38,45,.34)}.btn-ghost:hover{border-color:var(--color-accent-strong);color:var(--color-accent-strong)}.section{padding:clamp(3.2rem,8vw,var(--space-8)) 0}.section--light{background:linear-gradient(180deg,rgba(255,250,242,.92),rgba(250,242,229,.82))}.section--dark{background:radial-gradient(circle at 20% 0,#222831 0,#10131a 62%,#0d1016 100%);color:var(--color-text-inverse)}.section-header{max-width:700px;margin-bottom:clamp(1.8rem,4vw,3rem)}.section-eyebrow{display:inline-flex;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;font-weight:700;color:var(--color-burgundy)}.section--dark .section-eyebrow{color:#f0d4a4}.section-title{font-size:clamp(1.9rem,4.2vw,3rem);margin-bottom:.9rem}.section-intro{font-size:1.06rem;color:var(--color-text-soft)}.section--dark .section-intro{color:rgba(245,239,230,.84)}.u-mt-lg{margin-top:1.4rem}.u-mt-md{margin-top:1.25rem}.u-m-0{margin:0}.u-mb-md{margin-bottom:1.1rem}.detail-grid,.highlights-grid,.info-grid,.visit-grid{display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-card,.info-card,.visit-card{background:var(--color-surface);border:1px solid rgba(183,141,74,.2);border-radius:var(--radius-md);padding:1.4rem;box-shadow:var(--shadow-soft)}.feature-card__icon,.info-card__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--color-accent-strong);background:rgba(183,141,74,.14);margin-bottom:1rem}.feature-card h3,.info-card h3,.visit-card h3{font-size:1.55rem;margin-bottom:.5rem}.feature-card p,.info-card p,.visit-card p{color:var(--color-text-soft)}.split-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(1.5rem,5vw,3.5rem);gap:clamp(1.5rem,5vw,3.5rem);align-items:center}.split-layout--reverse{grid-template-columns:.9fr 1.1fr}.image-slot{position:relative;overflow:hidden;border-radius:var(--radius-lg);border:1px solid rgba(183,141,74,.28);background:linear-gradient(130deg,#2d3341,#10131a)}.image-slot img{width:100%;height:100%;object-fit:cover;object-position:center}.image-slot--story,.image-slot--visit{aspect-ratio:16/11}.image-slot--card{aspect-ratio:5/4}.image-slot--timeline{aspect-ratio:16/9;border-radius:14px}.image-slot--gallery{aspect-ratio:5/4}.highlights-summary{max-width:55ch;margin-top:1.4rem;color:var(--color-text-soft)}.history-teaser h3{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.9rem}.history-teaser p{color:var(--color-text-soft);margin-bottom:1rem}.gallery-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:1rem;gap:1rem}.gallery-preview-grid figure{margin:0}.gallery-preview-grid figcaption{font-size:.92rem;color:var(--color-text-soft);margin-top:.55rem;text-align:center}.gallery-preview-cta{margin-top:1.15rem}.cta-panel{border-radius:var(--radius-lg);border:1px solid rgba(183,141,74,.3);background:linear-gradient(140deg,rgba(255,250,242,.95),rgba(244,234,217,.95));padding:clamp(1.4rem,3.5vw,2.8rem);display:grid;grid-gap:var(--space-3);gap:var(--space-3);box-shadow:var(--shadow-soft)}.cta-panel h2{font-size:clamp(1.9rem,3.8vw,2.7rem)}.cta-panel p{color:var(--color-text-soft);max-width:58ch}.cta-panel__subtitle--single-line{max-width:none;white-space:nowrap}.timeline{position:relative;list-style:none;margin:0;padding:0;display:grid;grid-gap:1.5rem;gap:1.5rem}.timeline-item{background:var(--color-surface);border:1px solid rgba(183,141,74,.22);border-radius:var(--radius-md);padding:1.2rem;box-shadow:var(--shadow-soft)}.timeline-item__date{display:inline-flex;margin-bottom:.7rem;font-size:.84rem;text-transform:uppercase;letter-spacing:.09em;color:var(--color-burgundy);font-weight:700}.timeline-item h3{font-size:1.52rem;margin-bottom:.6rem}.timeline-item p{color:var(--color-text-soft);margin-bottom:.95rem}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.filter-group{display:flex;flex-wrap:wrap;gap:.65rem}.filter-group+.gallery-grid{margin-top:1.75rem}.filter-btn{display:inline-flex;align-items:center;min-height:44px;border:1px solid rgba(34,38,45,.24);background:var(--color-surface);color:var(--color-text);border-radius:999px;padding:.5rem 1rem;font-size:.86rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;touch-action:manipulation;transition:border-color var(--ease-standard),color var(--ease-standard),background-color var(--ease-standard)}.filter-btn.is-active,.filter-btn:hover{border-color:var(--color-accent-strong);color:var(--color-accent-strong);background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.gallery-item{border:1px solid rgba(183,141,74,.28);border-radius:var(--radius-md);overflow:hidden;background:#0f1218;padding:0;cursor:pointer;position:relative;text-align:left;color:inherit;box-shadow:var(--shadow-soft)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .34s ease}.gallery-item__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(15,18,24,.02),rgba(15,18,24,.82));padding:1rem;color:var(--color-text-inverse)}.gallery-item__title{font-size:1.25rem;margin-bottom:.2rem}.gallery-item__text{margin-top:.2rem;color:rgba(245,239,230,.86);font-size:.95rem}.gallery-item:focus-visible img,.gallery-item:hover img{transform:scale(1.06)}.gallery-empty{margin-top:1.2rem;color:var(--color-text-soft)}.immersive-tour{position:relative;z-index:0;margin-top:clamp(2rem,5vw,3rem);padding:clamp(1.15rem,3.3vw,2rem);border-radius:var(--radius-lg);border:1px solid rgba(183,141,74,.34);background:linear-gradient(145deg,rgba(255,250,242,.98),rgba(239,226,199,.96));box-shadow:var(--shadow-soft);transition:transform .28s ease,box-shadow .28s ease}.immersive-tour__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:1rem}.immersive-tour__header h2{font-size:clamp(1.8rem,3.8vw,2.6rem);margin-bottom:.5rem}.immersive-tour__header p{color:var(--color-text-soft);max-width:62ch}.immersive-tour__tools{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;max-width:360px}.tour-progress{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(34,38,45,.18);background:rgba(255,255,255,.74);padding:.38rem .8rem;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:var(--color-burgundy)}.tour-close{border:1px solid rgba(34,38,45,.28);background:#fff;color:var(--color-text);width:42px;height:42px;border-radius:50%;cursor:pointer;display:inline-grid;place-items:center;transition:border-color var(--ease-standard),color var(--ease-standard),background-color var(--ease-standard)}.tour-close:hover{border-color:var(--color-accent-strong);color:var(--color-accent-strong);background:rgba(255,255,255,.96)}.tour-close[hidden]{display:none!important}.immersive-tour__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-gap:var(--space-4);gap:var(--space-4);align-items:stretch}.immersive-tour__layout>*{min-width:0}.tour-stage{position:relative;width:100%;max-width:100%;min-width:0;min-height:320px;background:linear-gradient(145deg,#111722,#0d1118)}.tour-stage__image{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;transition:opacity .42s ease,transform .42s ease}.tour-stage.is-transitioning .tour-stage__image{opacity:.22;transform:scale(1.03)}.tour-stage.has-image-error .tour-stage__image{opacity:0}.tour-stage__meta{position:absolute;inset:auto 0 0;display:grid;grid-gap:.2rem;gap:.2rem;padding:1rem 1.1rem;background:linear-gradient(180deg,rgba(15,18,24,.02),rgba(15,18,24,.88));color:var(--color-text-inverse)}.tour-stage__subtitle{font-size:.82rem;letter-spacing:.09em;text-transform:uppercase;color:rgba(245,239,230,.86)}.tour-stage__title{font-size:clamp(1.35rem,2.6vw,1.9rem);font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif}.tour-panel{position:relative;z-index:1;width:100%;max-width:100%;min-width:0;border-radius:var(--radius-md);border:1px solid rgba(183,141,74,.26);background:rgba(255,252,247,.78);padding:clamp(1rem,2.8vw,1.45rem);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);display:grid;grid-gap:.8rem;gap:.8rem}.tour-panel__title{font-size:clamp(1.58rem,2.8vw,2rem);line-height:1.12;min-height:2.24em}.tour-panel__subtitle{color:var(--color-burgundy);font-size:.97rem;line-height:1.35;letter-spacing:.02em;min-height:2.7em}.tour-panel__description{color:var(--color-text-soft);line-height:1.6;min-height:6.4em;max-height:6.4em;overflow:hidden}.tour-controls{display:flex;gap:.65rem;flex-wrap:wrap}.tour-nav{border:1px solid rgba(34,38,45,.26);background:rgba(255,255,255,.88);color:var(--color-text);border-radius:999px;min-height:42px;padding:.5rem .85rem;font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;cursor:pointer;transition:border-color var(--ease-standard),color var(--ease-standard),background-color var(--ease-standard),transform var(--ease-standard)}.tour-nav:hover{border-color:var(--color-accent-strong);color:var(--color-accent-strong);background:#fff;transform:translateY(-1px)}.tour-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.tour-step{border:1px solid rgba(34,38,45,.2);background:rgba(255,255,255,.72);border-radius:12px;padding:.55rem .45rem;height:64px;min-height:64px;text-align:left;color:inherit;display:grid;align-content:center;grid-gap:.2rem;gap:.2rem;overflow:hidden;cursor:pointer;transition:border-color var(--ease-standard),background-color var(--ease-standard),transform var(--ease-standard),box-shadow var(--ease-standard)}.tour-step:hover{transform:translateY(-1px);border-color:rgba(153,111,45,.52)}.tour-step.is-active{border-color:var(--color-accent-strong);background:rgba(183,141,74,.13);box-shadow:0 8px 20px rgba(35,29,22,.08)}.tour-step__index{font-size:.72rem;letter-spacing:.08em;color:var(--color-burgundy)}.tour-step__index,.tour-step__label{text-transform:uppercase;font-weight:700}.tour-step__label{display:block;font-size:.76rem;line-height:1.15;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tour-cta{margin-top:.2rem;width:-moz-fit-content;width:fit-content}.tour-soon{margin-top:.95rem;font-size:.95rem;color:var(--color-text-soft);font-weight:600}.tour-overlay{position:fixed;inset:0;z-index:92;background:rgba(10,12,16,.82);opacity:0;pointer-events:none;transition:opacity .26s ease}.tour-overlay.is-visible{opacity:1;pointer-events:auto}.immersive-tour.is-overlay-open{position:fixed;inset:clamp(.9rem,2.4vw,1.6rem);z-index:93;margin:0;overflow:auto;max-height:calc(100dvh - 1.8rem);box-shadow:0 24px 64px rgba(10,12,18,.44)}.immersive-tour.is-overlay-open .tour-expand{display:none}.virtual-tour__badge{display:inline-flex;margin-bottom:.8rem;padding:.3rem .75rem;border-radius:999px;background:rgba(109,31,49,.13);color:var(--color-burgundy);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lightbox{position:fixed;inset:0;z-index:90;background:rgba(12,14,18,.94);display:grid;place-items:center;padding:clamp(1rem,3vw,2rem)}.lightbox[aria-hidden=true]{display:none}.lightbox__dialog{width:min(980px,100%);border-radius:var(--radius-lg);border:1px solid rgba(183,141,74,.35);background:linear-gradient(145deg,#121722,#0f1218);color:var(--color-text-inverse);overflow:hidden;box-shadow:var(--shadow-card)}.lightbox__toolbar{padding:.8rem;display:flex;justify-content:flex-end}.lightbox__close,.lightbox__nav{border:1px solid rgba(245,239,230,.45);background:rgba(255,255,255,.05);color:var(--color-text-inverse);width:44px;height:44px;border-radius:50%;cursor:pointer;display:inline-grid;place-items:center;touch-action:manipulation;transition:border-color var(--ease-standard),background-color var(--ease-standard)}.lightbox__close:hover,.lightbox__nav:hover{border-color:var(--color-accent);background:rgba(183,141,74,.16)}.lightbox__media-wrap{position:relative;padding:0 1.2rem 1rem}.lightbox__media{width:100%;max-height:min(70vh,720px);object-fit:contain;border-radius:12px;border:1px solid rgba(245,239,230,.18)}.lightbox__caption{padding:0 1.2rem 1.3rem}.lightbox__caption h3{font-size:1.55rem;margin-bottom:.35rem}.lightbox__caption p{color:rgba(245,239,230,.84)}.lightbox__description,.lightbox__title{display:block}.lightbox__tour-trigger{margin-top:.95rem}.lightbox__nav-wrap{position:absolute;inset:50% 0 auto;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .4rem;pointer-events:none}.lightbox__nav{pointer-events:auto}.lightbox__nav--next,.lightbox__nav--prev{display:inline-grid}.contact-layout{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:clamp(1.3rem,4vw,2.8rem);gap:clamp(1.3rem,4vw,2.8rem);align-items:stretch}.section-header--contact-main{max-width:none;margin-bottom:clamp(1.2rem,2.8vw,1.9rem)}.contact-layout__left{display:flex;flex-direction:column;gap:var(--space-4);min-height:100%}.info-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.info-card a{text-decoration-thickness:1px;text-underline-offset:2px}.map-card{margin-top:auto;border-radius:var(--radius-md);border:1px solid rgba(183,141,74,.26);background:var(--color-surface);overflow:hidden;box-shadow:var(--shadow-soft)}.map-card__media{aspect-ratio:16/9;position:relative}.map-card__iframe{width:100%;height:100%;border:0;display:block}.map-card__actions{text-align:center;padding:clamp(.88rem,2.2vw,1.15rem) clamp(1rem,2.6vw,1.35rem) clamp(.95rem,2.3vw,1.15rem);display:grid;grid-gap:.45rem;gap:.45rem}.map-card__actions p{margin:0}.map-card__address{line-height:1.3}.map-card__address strong{display:block;font-family:var(--font-source-sans),"Source Sans 3","Helvetica Neue",Arial,sans-serif;font-size:clamp(1.14rem,1.95vw,1.32rem);font-weight:500;color:#2c3138;margin-bottom:0;letter-spacing:.01em}.map-card__actions .btn{justify-self:center;width:auto}.map-card__actions .btn-secondary{background:linear-gradient(125deg,var(--color-accent),#d4ba88);color:#241d13;border:1px solid rgba(36,29,19,.25);box-shadow:0 10px 22px rgba(32,28,22,.16)}.map-card__actions .btn-secondary:hover{background:linear-gradient(125deg,#d4ba88,#e4cea3);border-color:rgba(36,29,19,.35)}.form-shell{border-radius:var(--radius-md);border:1px solid rgba(183,141,74,.28);background:var(--color-surface);padding:clamp(.95rem,2.6vw,1.45rem);box-shadow:var(--shadow-soft);height:100%}.form-shell .section-header{margin-bottom:clamp(.85rem,1.9vw,1.2rem)}.form-shell .section-title{font-size:clamp(1.85rem,3.2vw,2.55rem);margin-bottom:.6rem}.form-shell .section-intro{font-size:1rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-3);gap:var(--space-3)}.form-group{margin-bottom:var(--space-3)}.form-group--message{margin-bottom:clamp(.65rem,1.35vw,.9rem)}.form-group--hidden{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.form-group label{display:block;margin-bottom:.4rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#373c46}.form-group input,.form-group select,.form-group textarea{width:100%;border-radius:var(--radius-sm);border:1px solid rgba(34,38,45,.22);padding:.72rem .8rem;font:inherit;color:var(--color-text);background:#fffdf8;transition:border-color var(--ease-standard),box-shadow var(--ease-standard)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-accent-strong);box-shadow:0 0 0 3px rgba(183,141,74,.14);outline:none}.form-group textarea{min-height:152px;resize:vertical}.checkbox-group{display:flex;align-items:flex-start;gap:.6rem}.checkbox-group input[type=checkbox]{width:18px;height:18px;margin-top:.15rem;accent-color:var(--color-accent-strong)}.checkbox-group label{margin-bottom:0;text-transform:none;letter-spacing:normal;font-weight:500;font-size:.95rem;color:var(--color-text-soft)}.form-submit{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--space-2)}.form-submit .btn{flex-shrink:0}.form-submit .btn[disabled]{opacity:.7;cursor:not-allowed;transform:none}.field-error{margin-top:.35rem;font-size:.9rem;color:#9d2038}.input-error{border-color:#9d2038!important}.checkbox-group input[type=checkbox].input-error{outline:2px solid #9d2038;outline-offset:2px;border-radius:4px;accent-color:#9d2038}.checkbox-group input[type=checkbox].input-error+label{color:#6d1f31}.form-alert{margin:0;padding:0;border:0;background:transparent;font-size:.95rem;line-height:1.35;overflow-wrap:anywhere;opacity:0;transform:translateY(4px);transition:opacity .22s ease,transform .22s ease}.form-alert.is-visible{opacity:1;transform:translateY(0)}.form-alert.is-hiding{opacity:0;transform:translateY(-3px)}.form-status{display:inline-flex;align-items:center;flex:1 1 auto;min-width:0;min-height:1.35rem}.form-status:empty{display:none}.form-alert--error{color:#6d1f31}.form-alert--success{color:#204c2a}.form-alert--info{color:#4f4431}@media (prefers-reduced-motion:reduce){.form-alert{transition:none;transform:none}}.visit-grid{margin-top:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.visit-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--space-3);gap:var(--space-3)}.visit-list li{display:grid;grid-template-columns:48px 1fr;grid-gap:.9rem;gap:.9rem;align-items:center}.visit-list i{color:var(--color-accent-strong);width:48px;height:48px;display:grid;place-items:center;font-size:1.45rem;margin-top:0}.visit-list li>div{display:grid;grid-gap:.1rem;gap:.1rem}.visit-list h4{font-size:1.24rem;margin:0}.visit-list p{color:var(--color-text-soft);margin:0;line-height:1.35}@media (min-width:1080px){.visit-list p{white-space:nowrap}}@media (min-width:921px){.visit-grid{align-items:start}.visit-grid>.image-slot--visit{margin:0;width:100%;aspect-ratio:auto}}.site-footer{background:radial-gradient(circle at 12% 2%,rgba(183,141,74,.2),transparent 44%),radial-gradient(circle at 89% 20%,rgba(109,31,49,.2),transparent 44%),linear-gradient(145deg,#141922,#0d1016 54%,#121924);color:var(--color-text-inverse);border-top:1px solid rgba(245,239,230,.16);padding:clamp(1.9rem,4.2vw,2.8rem) 0 1.1rem}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr .9fr;grid-gap:clamp(1rem,2vw,1.6rem);gap:clamp(1rem,2vw,1.6rem)}.footer-column{min-width:0}.footer-title{font-size:1.28rem;margin-bottom:.7rem;letter-spacing:.03em}.footer-copy{color:rgba(245,239,230,.78);max-width:34ch}.footer-links{list-style:none;margin:0;padding:0;display:grid;grid-gap:.35rem;gap:.35rem}.footer-links a,.footer-links li{color:rgba(245,239,230,.86)}.footer-links a{display:inline-block;padding:.06rem 0;text-decoration:none;transition:color var(--ease-standard),transform var(--ease-standard)}.footer-links a:hover{color:#fff;transform:translateX(1px)}.social-list{display:flex;flex-wrap:wrap;gap:.7rem}.social-list a{width:44px;height:44px;border-radius:50%;border:1px solid rgba(245,239,230,.4);display:grid;place-items:center;color:rgba(245,239,230,.92);text-decoration:none;background:rgba(245,239,230,.04);touch-action:manipulation;transition:border-color var(--ease-standard),color var(--ease-standard),transform var(--ease-standard),background-color var(--ease-standard)}.social-list a:hover{border-color:var(--color-accent);color:#fff;background:rgba(183,141,74,.16);transform:translateY(-1px)}.footer-bottom{margin-top:1.35rem;padding-top:.9rem;border-top:1px solid rgba(245,239,230,.16);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem 1rem;color:rgba(245,239,230,.66);font-size:.88rem}.footer-backtotop{display:inline-flex;align-items:center;gap:.42rem;min-height:38px;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(245,239,230,.38);background:rgba(245,239,230,.05);color:rgba(245,239,230,.92);text-decoration:none;font-size:.74rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;transition:border-color var(--ease-standard),background-color var(--ease-standard),color var(--ease-standard),transform var(--ease-standard)}.footer-backtotop i{font-size:.72rem}.footer-backtotop:hover{border-color:var(--color-accent);background:rgba(183,141,74,.2);color:#fff;transform:translateY(-1px)}.site-footer a:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:8px}.js-ready [data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.js-ready [data-reveal].is-visible{opacity:1;transform:translateY(0)}@media (max-width:1080px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){body,html{overflow-x:hidden}:root{--header-height:74px}.nav-toggle{display:inline-flex;min-width:44px;min-height:44px}.nav-toggle,.site-nav{margin-left:auto}.js-ready .site-nav{position:absolute;top:100%;right:0;display:block;width:86vw;max-width:360px;min-width:280px;max-height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));z-index:72;padding:.75rem calc(.9rem + env(safe-area-inset-right)) calc(1rem + env(safe-area-inset-bottom)) .9rem;border-left:1px solid rgba(183,141,74,.35);background:linear-gradient(160deg,rgba(10,13,20,.99),rgba(23,18,20,.98));box-shadow:-14px 0 32px rgba(10,12,17,.42);overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(100%);pointer-events:none;transition:transform var(--ease-standard)}.js-ready .site-nav.is-open{transform:translateX(0);pointer-events:auto}.js-ready .nav-backdrop{top:var(--header-height)}.js-ready .nav-links{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.5rem;padding:.5rem 0 0}.js-ready .nav-links li{width:100%}.js-ready .nav-links a{display:flex;align-items:center;justify-content:flex-start;min-height:44px;padding:.78rem .95rem;border-radius:12px;border:1px solid rgba(183,141,74,.26);background:rgba(245,239,230,.04);letter-spacing:.08em;color:rgba(245,239,230,.92)}.js-ready .nav-links a:after{display:none}.js-ready .nav-links a:hover,.js-ready .nav-links a[aria-current=page]{background:rgba(183,141,74,.2);border-color:rgba(212,186,136,.55)}.js-ready .nav-toggle[aria-expanded=true] .nav-toggle__line:first-child{transform:translateY(7px) rotate(42deg)}.js-ready .nav-toggle[aria-expanded=true]{background:rgba(183,141,74,.2);border-color:rgba(212,186,136,.7)}.js-ready .nav-toggle[aria-expanded=true] .nav-toggle__line:nth-child(2){opacity:0}.js-ready .nav-toggle[aria-expanded=true] .nav-toggle__line:nth-child(3){transform:translateY(-7px) rotate(-42deg)}.contact-layout,.immersive-tour__layout,.page-hero__layout,.split-layout,.split-layout--reverse,.visit-grid{grid-template-columns:1fr}.page-hero__layout{gap:1.25rem}.page-hero__content{max-width:none}.page-hero__media{max-width:none;justify-self:stretch}.immersive-tour__header{flex-direction:column;align-items:flex-start}.immersive-tour__tools{max-width:none;justify-content:flex-start}.immersive-tour.is-overlay-open{inset:.85rem;max-height:calc(100dvh - 1.7rem)}}@media (min-width:1080px){.section-header--contact-main .section-intro,.section-header--contact-main .section-title{white-space:nowrap}}@media (max-width:720px){.page-hero{padding:1.3rem 0 1.6rem}.page-hero__layout{gap:1rem}.page-hero__content{width:100%;max-width:none}.page-hero__media{min-height:220px;aspect-ratio:16/10}.section{padding:3rem 0}.footer-grid,.form-row{grid-template-columns:1fr}.footer-bottom{align-items:flex-start}.hero-actions,.hero-actions .btn{width:100%}.cta-panel__subtitle--single-line{white-space:normal}}@media (max-width:430px){:root{--container-gutter:1.5rem;--header-height:70px}.brand,.header-shell{gap:.6rem}.brand{min-width:0}.brand img{width:38px;height:38px}.brand__name{font-size:1.04rem;line-height:1.05}.brand__tagline{font-size:.68rem;letter-spacing:.08em}.page-hero{padding:1.1rem 0 1.35rem}.page-hero__kicker{margin-bottom:.65rem;font-size:.72rem}.page-hero h1{font-size:clamp(1.95rem,8.4vw,2.55rem);margin-bottom:.75rem}.page-hero__lead{font-size:1rem;line-height:1.6}.hero-actions{margin-top:1.35rem;gap:.65rem}.hero-breadcrumb{flex-wrap:wrap;font-size:.9rem}.section{padding:2.6rem 0}.section-header{margin-bottom:1.5rem}.section-title{font-size:clamp(1.6rem,7.6vw,2.2rem)}.section-intro{font-size:1rem}.feature-card,.info-card,.timeline-item,.visit-card{padding:1.1rem}.filter-group{gap:.55rem}.filter-group .filter-btn{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.55rem);justify-content:center;font-size:.8rem;padding:.5rem .75rem}.gallery-grid{grid-template-columns:1fr}.immersive-tour{padding:1rem}.tour-controls{flex-direction:column}.tour-nav{width:100%}.tour-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.tour-step{height:58px;min-height:58px}.tour-stage__meta{padding:.82rem .9rem}.immersive-tour.is-overlay-open{inset:calc(.55rem + env(safe-area-inset-top)) calc(.55rem + env(safe-area-inset-right)) calc(.72rem + env(safe-area-inset-bottom)) calc(.55rem + env(safe-area-inset-left));max-height:none}.lightbox{padding:calc(.55rem + env(safe-area-inset-top)) calc(.55rem + env(safe-area-inset-right)) calc(.7rem + env(safe-area-inset-bottom)) calc(.55rem + env(safe-area-inset-left))}.lightbox__dialog{border-radius:14px}.lightbox__toolbar{padding:.55rem .6rem}.lightbox__media-wrap{padding:0 .55rem .7rem}.lightbox__media{max-height:min(56vh,420px)}.lightbox__nav-wrap{inset:auto 0 0;transform:none;padding:0 .55rem .55rem}.lightbox__caption{padding:0 .75rem .9rem}.lightbox__caption h3{font-size:1.32rem}.lightbox__caption p{font-size:.95rem}.form-group input,.form-group select,.form-group textarea{font-size:16px}.visit-list h4{font-size:1.18rem}}@media (max-width:360px){:root{--container-gutter:1rem;--header-height:68px}.header-shell{gap:.45rem}.brand{gap:.5rem}.brand img{width:34px;height:34px}.brand__name{font-size:.96rem;letter-spacing:.03em}.brand__tagline{display:none}.js-ready .site-nav{width:94vw;max-width:332px;min-width:260px;max-height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));padding:.6rem calc(.75rem + env(safe-area-inset-right)) calc(.85rem + env(safe-area-inset-bottom)) .7rem}.page-hero{padding:.95rem 0 1.2rem}.page-hero h1{font-size:clamp(1.72rem,9.2vw,2.2rem)}.page-hero__lead{font-size:.98rem}.hero-actions .btn{font-size:.85rem}.gallery-item__title{font-size:1.15rem}.tour-step__label{font-size:.68rem}}@media (min-width:960px){.timeline{gap:2rem;padding:.4rem 0}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%);background:linear-gradient(180deg,transparent,rgba(183,141,74,.55),transparent)}.timeline-item{width:calc(50% - 1.6rem);position:relative}.timeline-item:nth-child(odd){margin-right:auto}.timeline-item:nth-child(2n){margin-left:auto}.timeline-item:after{content:"";position:absolute;top:1.4rem;width:13px;height:13px;border-radius:50%;background:var(--color-accent-strong);border:2px solid #f4efe7;box-shadow:0 0 0 4px rgba(183,141,74,.2)}.timeline-item:nth-child(odd):after{right:-2.25rem}.timeline-item:nth-child(2n):after{left:-2.25rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_30721a{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_30721a{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-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:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-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:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-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:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-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:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/88da59c891d37117-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:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-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:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-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:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-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:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-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:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-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:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-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:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-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:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-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:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-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:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-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:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-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:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_e73cbf{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_e73cbf{--font-source-sans:"Source Sans 3","Source Sans 3 Fallback"}