@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--bg:#f7f5f1;--bg-muted:#eeebe5;--surface:#fff;--text:#1c1b19;--text-muted:#5c5852;--accent:#2d4a3e;--accent-hover:#1f342b;--accent-soft:#2d4a3e1a;--border:#1c1b191a;--shadow:0 20px 50px #1c1b1914;--radius:12px;--radius-lg:20px;--header-h:4rem;--max:72rem;--font:"DM Sans", system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--font);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100dvh;margin:0}#root{flex-direction:column;min-height:100dvh;display:flex}.skip-link{z-index:999;background:var(--accent);color:#fff;border-radius:var(--radius);padding:.75rem 1rem;font-weight:600;text-decoration:none;position:absolute;left:-9999px}.skip-link:focus{top:1rem;left:1rem}.site-header{z-index:50;background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header__inner{max-width:var(--max);height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:0 clamp(1.25rem,4vw,2rem);display:flex}.logo{letter-spacing:.22em;color:var(--text);font-size:1.125rem;font-weight:700;text-decoration:none}.nav{flex-wrap:wrap;gap:clamp(.75rem,3vw,1.5rem);font-size:.9375rem;font-weight:500;display:flex}.nav a{color:var(--text-muted);text-decoration:none}.nav a:hover,.nav a:focus-visible{color:var(--accent)}main{flex:1}.hero{max-width:var(--max);align-items:center;gap:2rem;min-height:min(90dvh,52rem);margin:0 auto;padding:clamp(2.5rem,8vw,5rem) clamp(1.25rem,4vw,2rem) clamp(3rem,10vw,6rem);display:grid;position:relative;overflow:hidden}@media (width>=56rem){.hero{min-height:calc(100dvh - var(--header-h));grid-template-columns:1fr 1fr}}.hero__content{z-index:1;position:relative}.hero__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem;font-size:.8125rem;font-weight:600}.hero__title{letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:700;line-height:1.12}.hero__title-accent{color:var(--accent)}.hero__lead{max-width:30rem;color:var(--text-muted);margin:0 0 2rem;font-size:1.0625rem;line-height:1.65}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.35rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{color:var(--text);border-color:var(--border);background:0 0}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn--block{width:100%}.hero__visual{border-radius:var(--radius-lg);background:linear-gradient(145deg, var(--bg-muted) 0%, #dfe8e3 45%, var(--accent-soft) 100%);border:1px solid var(--border);min-height:16rem;box-shadow:var(--shadow);position:relative}.hero__orb{filter:blur(40px);opacity:.55;border-radius:50%;position:absolute}.hero__orb--1{background:#8fb5a0;width:70%;height:70%;top:10%;right:5%}.hero__orb--2{background:#c4b8a5;width:50%;height:50%;bottom:15%;left:10%}.section{padding:clamp(3rem,8vw,5.5rem) clamp(1.25rem,4vw,2rem)}.section--muted{background:var(--bg-muted)}.section__inner{max-width:var(--max);margin:0 auto}.section__header{max-width:40rem;margin-bottom:clamp(2rem,5vw,3rem)}.section__title{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.section__intro{color:var(--text-muted);margin:0;font-size:1.0625rem;line-height:1.65}.section__intro--tight{margin-bottom:1.5rem}.section__prose{color:var(--text-muted);margin:0 0 1rem;line-height:1.7}.section__prose:last-of-type{margin-bottom:1.5rem}.section__split{align-items:start;gap:clamp(2rem,5vw,3.5rem);display:grid}@media (width>=48rem){.section__split{grid-template-columns:1.1fr .9fr}}.tiles{gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=40rem){.tiles{grid-template-columns:repeat(3,1fr)}}.tile{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:clamp(1.25rem,3vw,1.75rem);box-shadow:0 4px 24px #1c1b190a}.section--muted .tile{background:var(--bg)}.tile__title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.tile__text{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.6}.pill-list{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.pill-list li{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.4rem .85rem;font-size:.8125rem;font-weight:500}.quote{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);margin:0;padding:clamp(1.5rem,4vw,2rem)}.quote p{color:var(--text-muted);margin:0;font-size:1.125rem;font-style:italic;line-height:1.55}.section--contact{background:linear-gradient(180deg, var(--bg) 0%, var(--bg-muted) 100%)}.section__contact{gap:clamp(2rem,5vw,3rem);display:grid}@media (width>=48rem){.section__contact{grid-template-columns:1fr 1fr;align-items:start}}.contact-block{margin:0 0 1.5rem;font-size:1rem;font-style:normal;line-height:1.7}.contact-block p{margin:0 0 .75rem}.contact-block__hint{color:var(--text-muted);font-size:.9375rem;margin:0!important}.contact-link{color:var(--accent);font-weight:600;text-decoration:none}.contact-link:hover{text-decoration:underline}.hours{gap:.75rem;margin:0;display:grid}.hours div{grid-template-columns:7.5rem 1fr;gap:.5rem 1rem;font-size:.9375rem;display:grid}@media (width<=24rem){.hours div{grid-template-columns:1fr}}.hours dt{color:var(--text);margin:0;font-weight:600}.hours dd{color:var(--text-muted);margin:0}.map-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);padding:clamp(1.5rem,4vw,2rem)}.map-card__label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem;font-size:.75rem;font-weight:700}.map-card__text{color:var(--text-muted);margin:0 0 1.25rem;font-size:.9375rem;line-height:1.6}.site-footer{max-width:var(--max);border-top:1px solid var(--border);color:var(--text-muted);margin:0 auto;padding:2rem clamp(1.25rem,4vw,2rem) 2.5rem;font-size:.875rem}.site-footer p{margin:0 0 .35rem}.site-footer__meta{opacity:.85;margin:0}
