*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#ff6501;--color-primary-dark:#e55a00;--color-text:#1a1a1a;--color-bg:#ffffff;--color-surface:#f7f7f8;--color-border:#e5e5e5;--color-text-secondary:#64748b;--font-family:'Outfit', sans-serif;--max-width:1100px}html{font-size:18px;line-height:1.6}body{font-family:var(--font-family);font-weight:300;color:var(--color-text);background:var(--color-bg);min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.navbar{background:#fff;position:sticky;top:0;z-index:100;border-bottom:2px solid var(--color-primary)}.navbar-inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;min-height:70px}.navbar-brand{display:flex;align-items:center;gap:.75rem;color:var(--color-primary);font-size:1.4rem;font-weight:700;text-decoration:none}.navbar-brand:hover{text-decoration:none}.navbar-brand img{height:50px;width:auto}.navbar-nav{display:flex;align-items:center;gap:.25rem;list-style:none}.navbar-nav a{color:var(--color-text-secondary);padding:.5rem 1rem;font-weight:400;font-size:1rem;border-radius:4px;transition:background .2s}.navbar-nav a:hover{background:rgba(0,0,0,4%);text-decoration:none}.lang-switch{color:var(--color-text-secondary);padding:.4rem .75rem;font-size:.85rem;border:1px solid var(--color-border);border-radius:4px;margin-left:.5rem}.lang-switch:hover{color:var(--color-text);border-color:var(--color-text);text-decoration:none}.menu-toggle{display:none}.menu-toggle-label{display:none;cursor:pointer;padding:.5rem}.menu-toggle-label span,.menu-toggle-label span::before,.menu-toggle-label span::after{display:block;background:var(--color-text);height:3px;width:25px;border-radius:2px;position:relative;transition:transform .3s}.menu-toggle-label span::before,.menu-toggle-label span::after{content:'';position:absolute}.menu-toggle-label span::before{top:-8px}.menu-toggle-label span::after{top:8px}@media(max-width:768px){.menu-toggle-label{display:block}.navbar-nav{display:none;flex-direction:column;position:absolute;top:70px;left:0;right:0;background:#fff;padding:1rem;box-shadow:0 4px 8px rgba(0,0,0,.1);border-bottom:2px solid var(--color-primary)}.menu-toggle:checked~.navbar-nav{display:flex}.navbar-nav a{padding:.75rem 1rem;width:100%}.lang-switch{margin-left:0;margin-top:.5rem;text-align:center}}.hero{position:relative;background:#3a3a3a;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.15) 0%,rgba(0,0,0,.45) 100%)}.hero-inner{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;padding:3.5rem 1rem 3rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.hero-label{font-size:.75rem;font-weight:300;text-transform:uppercase;letter-spacing:.15em;opacity:.6;margin-bottom:.75rem}.hero-headline{font-size:2.5rem;font-weight:300;line-height:1.2;letter-spacing:.01em;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.4)}.hero-subtitle{font-size:.95rem;font-weight:300;opacity:.7;max-width:90%;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.4)}.hero-hours{background:rgba(100,100,100,.4);border:none;border-radius:4px;text-shadow:0 1px 3px rgba(0,0,0,.5);padding:1rem 1.25rem;max-width:14rem}.hero-hours h2{font-size:1.05rem;font-weight:100;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;color:#fff;text-align:center}.hero-hours-desc{font-size:.7rem;font-weight:300;color:rgba(255,255,255,.8);margin-bottom:.5rem;text-align:center}.hero-hours-contact{margin-top:.75rem;padding-top:.6rem;border-top:1px solid rgba(255,255,255,.15);text-align:center}.hero-hours-contact a{font-size:.75rem;font-weight:300;color:rgba(255,255,255,.7);text-decoration:none}.hero-hours-contact a:hover{color:#fff;text-decoration:none}.hero-hours dl{display:grid;grid-template-columns:auto auto;justify-content:center;gap:0 1rem}.hero-hours dt,.hero-hours dd{padding:.2rem 0;font-size:.8rem;color:rgba(255,255,255,.85)}.hero-hours dt{font-weight:400;color:#fff;text-align:right}@media(max-width:768px){.hero-inner{grid-template-columns:1fr;padding:2.5rem 1rem 2rem}.hero-headline{font-size:1.75rem}.hero-subtitle{max-width:100%}}@media(max-width:768px){.service-cards{grid-template-columns:1fr}}.intro-text{font-size:.85rem;font-weight:200;line-height:1.7;color:var(--color-text-secondary);max-width:40rem;margin:0 auto 3rem;text-align:center}.intro-text p+p{margin-top:.75rem}.services-heading{font-size:1.5rem;font-weight:400;margin-bottom:2rem;text-align:center}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.service-card{background:var(--color-surface);border-radius:8px;padding:1.5rem;text-align:center}.service-card svg{width:32px;height:32px;stroke:var(--color-primary);stroke-width:1.5;fill:none;margin-bottom:.75rem}.service-card h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.service-card p{font-size:.9rem;color:var(--color-text-secondary);line-height:1.4}.container{max-width:var(--max-width);margin:0 auto;padding:3rem 1rem;flex:1}.page-header{font-size:2.25rem;font-weight:300;margin-bottom:2rem}.two-col{display:grid;grid-template-columns:1fr minmax(280px,350px);gap:2rem;align-items:start}@media(max-width:768px){.two-col{grid-template-columns:1fr}}.card{background:var(--color-surface);border-radius:8px;padding:1.5rem}.card h2{font-size:1.25rem;font-weight:400;margin-bottom:1rem}.opening-hours p{margin-bottom:1rem;color:var(--color-text-secondary)}.opening-hours dl{display:grid;grid-template-columns:auto 1fr;gap:0}.opening-hours dt,.opening-hours dd{padding:.4rem 0;border-bottom:1px solid var(--color-border)}.opening-hours dt:last-of-type,.opening-hours dd:last-of-type{border-bottom:none}.opening-hours dt{font-weight:500;padding-right:1rem}.opening-hours dd{font-weight:300}.prose p{margin-bottom:1rem}.prose ul{margin:1rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose h2{font-size:1.5rem;font-weight:400;margin:2rem 0 1rem}.contact-list{list-style:none}.contact-list li{padding:1.25rem 0}.contact-list li+li{border-top:1px solid #f0f0f0}.contact-list h3{font-size:1.05rem;font-weight:500;margin-bottom:.2rem}.contact-list .role{font-weight:400;font-size:.9rem;color:var(--color-text-secondary)}.contact-list .details{font-size:.9rem;margin-top:.35rem;display:flex;flex-direction:column;gap:.15rem}.contact-list .description{font-size:.85rem;font-weight:300;color:var(--color-text-secondary);margin-top:.1rem;margin-bottom:.15rem}.contact-group{margin-top:2.5rem}.contact-group h2{font-size:.85rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);margin-bottom:0}.contact-group-subtitle{font-size:.85rem;font-weight:300;color:var(--color-text-secondary);margin-top:.15rem}.prize-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.prize-item{background:var(--color-surface);border-radius:8px;padding:1.25rem;text-align:center;font-weight:400}.prize-item .place{font-size:1.5rem;font-weight:700;color:var(--color-primary);display:block;margin-bottom:.5rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin:1.5rem 0}.photo-grid img{border-radius:4px;width:100%;aspect-ratio:4/3;object-fit:cover}.alert{background:rgba(255,101,1,6%);border:1px solid rgba(255,101,1,.2);border-radius:8px;padding:1rem 1.5rem;margin:1.5rem 0;text-align:center;font-weight:400}.alert strong{color:var(--color-primary-dark)}.site-footer{background:var(--color-surface);margin-top:auto;padding:2.5rem 1rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.site-footer address{font-style:normal;line-height:1.8}.site-footer address strong{font-size:1.1rem}.site-footer .footer-cert img{max-height:120px}.footer-bottom{max-width:var(--max-width);margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid var(--color-border);text-align:center;font-size:.85rem;font-weight:300;color:var(--color-text-secondary);line-height:2}.footer-bottom a{color:var(--color-text-secondary);text-decoration:underline}.footer-sep{margin:0 .4rem;color:var(--color-border)}@media(max-width:768px){.footer-inner{flex-direction:column-reverse;align-items:center;text-align:center}.footer-bottom span,.footer-bottom a{display:block}.footer-sep{display:none}}