@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f9f8f8;--accent:#b6987c;--dark:#514a3a;--light:#e8edef;--white:#fff;--text:#2e2a22;--muted:#7a7165;--font:"Inter", system-ui, sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:3.5rem;--space-xl:6rem;--radius:6px;--shadow:0 2px 16px #514a3a14;--container:1140px}html{font-family:var(--font);color:var(--text);background-color:var(--bg);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}body{flex-direction:column;min-height:100vh;display:flex}main{flex:1}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--dark)}h1,h2,h3,h4{color:var(--dark);font-weight:700;line-height:1.25}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:1.25rem}p{margin-bottom:1em}p:last-child{margin-bottom:0}ul{list-style:none}.container{max-width:var(--container);padding-inline:var(--space-md);margin-inline:auto}.section{padding-block:var(--space-xl)}.section--light{background-color:var(--light)}.section--accent{background-color:var(--accent);color:var(--white)}.section--accent h1,.section--accent h2,.section--accent h3{color:var(--white)}.section--dark{background-color:var(--dark);color:var(--white)}.section--dark h1,.section--dark h2,.section--dark h3{color:var(--white)}.site-header{background:var(--white);z-index:100;border-bottom:1px solid #b6987c33;position:sticky;top:0;box-shadow:0 1px 8px #514a3a0f}.site-header .container{justify-content:space-between;align-items:center;gap:var(--space-md);padding-block:.875rem;display:flex}.site-header__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.site-header__logo img{object-fit:contain;width:auto;height:52px}.site-header__logo-text{color:var(--dark);font-size:1rem;font-weight:700;line-height:1.3}.site-nav{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.site-nav a{color:var(--dark);border-radius:var(--radius);white-space:nowrap;padding:.4rem .75rem;font-size:.9rem;font-weight:400;transition:background .2s,color .2s}.site-nav a:hover,.site-nav a[aria-current=page]{background-color:var(--accent);color:var(--white)}.nav-toggle{cursor:pointer;color:var(--dark);background:0 0;border:none;padding:.5rem;display:none}.nav-toggle svg{width:24px;height:24px;display:block}.site-footer{background-color:var(--dark);color:#fffc;padding-block:var(--space-lg)}.site-footer .container{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.footer-col h3{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-sm);font-size:.875rem}.footer-col p,.footer-col a{color:#ffffffbf;font-size:.9rem;line-height:1.7;display:block}.footer-col a:hover{color:var(--accent)}.footer-bottom{text-align:center;margin-top:var(--space-md);padding-top:var(--space-md);color:#ffffff73;border-top:1px solid #ffffff1a;font-size:.8rem}.hero{background-color:var(--bg);padding-block:var(--space-xl);text-align:center}.hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:var(--space-sm);font-size:.85rem;font-weight:700}.hero__title{margin-bottom:var(--space-sm)}.hero__sub{color:var(--muted);max-width:600px;margin-inline:auto;margin-bottom:var(--space-md);font-size:1.2rem}.hero__info{background-color:var(--light);border-radius:var(--radius);color:var(--dark);margin-bottom:var(--space-md);padding:.75rem 1.5rem;font-size:.9rem;display:inline-block}.hero__ctas{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.hero__links{gap:var(--space-sm);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid #b6987c40;flex-wrap:wrap;justify-content:center;display:flex}.hero__links a{color:var(--dark);border-bottom:2px solid var(--accent);padding-bottom:2px;font-size:.95rem;font-weight:700}.hero__links a:hover{color:var(--accent)}.btn{border-radius:var(--radius);cursor:pointer;text-align:center;white-space:nowrap;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;transition:background .2s,color .2s,border-color .2s;display:inline-block}.btn--primary{background-color:var(--accent);color:var(--white);border:2px solid var(--accent)}.btn--primary:hover{background-color:var(--dark);border-color:var(--dark);color:var(--white)}.btn--outline{color:var(--dark);border:2px solid var(--dark);background-color:#0000}.btn--outline:hover{background-color:var(--dark);color:var(--white)}.btn--light{background-color:var(--white);color:var(--accent);border:2px solid var(--white)}.btn--light:hover{background-color:var(--light);border-color:var(--light);color:var(--dark)}.cards{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.card{background:var(--white);border-radius:calc(var(--radius) * 2);padding:var(--space-md);box-shadow:var(--shadow)}.card__icon{margin-bottom:var(--space-sm);font-size:2.5rem}.card h3{margin-bottom:.75rem}.section-heading{margin-bottom:var(--space-md)}.section-heading h2{margin-bottom:.75rem}.section-heading p{color:var(--muted);max-width:680px}.section-heading--centered{text-align:center}.section-heading--centered p{margin-inline:auto}.partners{gap:var(--space-md);margin-top:var(--space-md);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.partner-badge{background:var(--white);color:var(--dark);border:1px solid #b6987c4d;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-flex}.price-table{border-collapse:collapse;width:100%;margin-top:var(--space-md)}.price-table th,.price-table td{text-align:left;border-bottom:1px solid #b6987c33;padding:.75rem 1rem;font-size:.95rem}.price-table th{color:var(--dark);background-color:var(--light);font-weight:700}.price-table tbody tr:hover{background-color:#b6987c0f}.rules-list{margin-top:var(--space-sm);gap:.75rem;display:grid}.rule-item{background:var(--white);border-radius:var(--radius);border-left:3px solid var(--accent);grid-template-columns:160px 1fr;gap:1rem;padding:.75rem 1rem;display:grid}.rule-item strong{color:var(--dark);font-size:.9rem}.rule-item span{color:var(--muted);font-size:.9rem}.contact-grid{gap:var(--space-md);margin-top:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.contact-card{background:var(--white);border-radius:calc(var(--radius) * 2);padding:var(--space-md);box-shadow:var(--shadow)}.contact-card h3{margin-bottom:var(--space-sm);color:var(--accent)}.contact-card p{color:var(--muted);margin-bottom:.5rem;font-size:.95rem}.contact-card a{font-weight:700}.img-full{object-fit:cover;border-radius:calc(var(--radius) * 2);width:100%;max-height:420px}.img-cover{object-fit:cover;border-radius:calc(var(--radius) * 2);width:100%;height:260px;margin-bottom:var(--space-sm)}.split{gap:var(--space-lg);grid-template-columns:1fr 1fr;align-items:center;display:grid}.split--reverse{direction:rtl}.split--reverse>*{direction:ltr}.highlight-list{gap:var(--space-sm);margin-top:var(--space-md);display:grid}.highlight-item{padding:var(--space-sm) var(--space-md);background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}.highlight-item h4{color:var(--accent);margin-bottom:.5rem}.highlight-item p{color:var(--muted);font-size:.95rem}.prose{max-width:780px}.prose h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.4rem}.prose h3{margin-top:1.75rem;margin-bottom:.75rem}.prose p{color:var(--muted)}.prose ul{color:var(--muted);padding-left:1.5rem;list-style:outside}.prose ul li{margin-bottom:.4rem}.hours-badge{background:var(--accent);color:var(--white);margin-top:var(--space-sm);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-flex}@media (width<=768px){:root{--space-xl:3.5rem;--space-lg:2.5rem}.site-nav{background:var(--white);padding:var(--space-sm);border-top:1px solid var(--light);flex-direction:column;align-items:stretch;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #00000014}.site-nav.is-open{display:flex}.site-nav a{border-radius:var(--radius);padding:.75rem 1rem}.nav-toggle{display:block}.site-header .container{position:relative}.split{grid-template-columns:1fr}.split--reverse{direction:ltr}.rule-item{grid-template-columns:1fr;gap:.25rem}h1{font-size:1.75rem}h2{font-size:1.4rem}}@media (width<=480px){.container{padding-inline:1rem}}
