@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";:root{color-scheme:light;font-size:16px;--bg: #f6f5f2;--text: #2d2a26;--muted: #5c5952;--accent: #201d1a;--surface: rgba(255, 255, 255, .7);--shadow: 0 18px 45px rgba(32, 29, 26, .08);--triangle-angle-tan: 2.747477419;--hero-divider-offset: 96px;--triangle-color-start: rgba(250, 180, 136, .55);--triangle-color-end: rgba(250, 180, 136, .2)}html,body,#root{height:100%}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:0}body:after{content:"";position:fixed;right:0;top:var(--hero-divider-offset, 96px);height:calc(100vh - var(--hero-divider-offset, 96px));width:calc((100vh - var(--hero-divider-offset, 96px)) * var(--triangle-angle-tan));background:linear-gradient(200deg,var(--triangle-color-start) 0%,var(--triangle-color-end) 70%);clip-path:polygon(100% 100%,0 100%,100% 0);pointer-events:none;z-index:0}a{color:inherit}#root{flex:1 0 auto;display:flex;flex-direction:column;min-height:100%}main{max-width:1100px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:24px;flex:1 0 auto;width:100%;position:relative;z-index:1}.hero{display:grid;gap:24px;padding:24px}.hero-text{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;text-align:center;width:100%;max-width:100%;margin-bottom:48px}.hero-title{display:inline-block;margin:0;font-family:Playfair Display;font-weight:500;font-size:clamp(2.8rem,6vw,3.8rem);color:var(--accent)}.hero-subtitle{display:inline-block;margin:0;font-family:Quicksand;font-weight:500;font-size:clamp(1.05rem,2.4vw,1.3rem);letter-spacing:.08em;color:#4a4844;max-width:none;width:auto}.hero-divider{display:block;width:72px;height:4px;background:#fab48880;border-radius:999px;margin-bottom:10px;pointer-events:none}.map-wrapper{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:25vh;border-radius:0;overflow:hidden;box-shadow:var(--shadow);background:#dfe3dc}.map-frame{width:100%;height:100%;border:0}.tabs{display:flex;flex-direction:column;width:100%}.tab-controls{display:flex;gap:12px;flex-wrap:wrap;border-bottom:1px solid rgba(32,29,26,.1);padding-bottom:12px}.tab-button{border:0;background:transparent;padding:10px 20px;border-radius:999px;font-size:1.05rem;font-weight:500;color:var(--muted);cursor:pointer;transition:background-color .2s,color .2s}.tab-button[aria-selected=true]{background:#88b4fa80;color:var(--accent)}.tab-button:focus-visible{outline:2px solid rgba(32,29,26,.25);outline-offset:2px}.tab-panel{display:grid;gap:32px;padding-top:28px;width:100%}@keyframes tab-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.tab-section{display:flex;flex-direction:column;gap:8px;background:var(--surface);border-radius:16px;padding:20px 22px;box-shadow:0 12px 28px #201d1a0d;opacity:0;animation:tab-fade-in .8s ease-out forwards;animation-delay:var(--tab-delay, 0s)}.tab-section h3{margin:0;font-size:1.05rem;font-weight:600;color:var(--text)}.tab-section p{margin:0;color:var(--muted);font-size:.95rem}.tab-section.contact-section{gap:16px}.contact-links{display:flex;flex-direction:column;gap:12px}.contact-links--with-reveal{gap:16px;margin:24px 0}.contact-reveal{display:flex;flex-direction:column;gap:12px;align-items:center}.contact-links a,.contact-links button{display:inline-flex;align-items:center;justify-content:flex-start;padding:12px 18px;border-radius:14px;background:#201d1a14;color:var(--accent);text-decoration:none;letter-spacing:.07em;font-size:1.05rem;box-shadow:0 10px 22px #201d1a14;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:0;cursor:pointer}.contact-reveal-button[disabled]{cursor:default;opacity:.75}.contact-revealed{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%}.contact-links a:hover,.contact-links button:hover{background:#201d1a24;transform:translateY(-2px);box-shadow:0 14px 28px #201d1a1f}.contact-links button[disabled]:hover{background:#201d1a14;transform:none;box-shadow:0 10px 22px #201d1a14}.contact-links a:focus-visible,.contact-links button:focus-visible{outline:2px solid rgba(32,29,26,.35);outline-offset:3px}.contact{display:flex;flex-direction:column;gap:16px;background:#fff9;padding:24px;border-radius:18px;box-shadow:0 10px 24px #201d1a0f}.contact p{margin:0;color:#4a4844;max-width:60ch}.contact a{text-decoration:none;font-weight:500;color:var(--accent)}.contact a:hover{text-decoration:underline}footer{display:flex;flex-wrap:wrap;gap:16px;font-size:.9rem;color:#726f69;align-items:center;justify-content:center;text-align:center;margin-top:auto}.legal-link{text-decoration:none;color:#a09c95;font-size:.85rem}.legal-link:hover{text-decoration:underline;color:#7c7973}.legal-copy{color:#a09c95;font-size:.85rem}.legal-copy:hover{color:#7c7973}@media (min-width: 800px){.hero{grid-template-columns:minmax(0,1fr) 340px;align-items:center}.map-wrapper{width:100%;margin-left:0;margin-right:0;height:auto;aspect-ratio:1 / 1;max-width:360px;justify-self:end;border-radius:24px}}
