:root{--ink: #0f172a;--muted: #64748b;--page: #f4f5eb;--soft: #eceee0;--line: #d9dccf;--white: #ffffff;--shadow: 0 24px 60px rgb(15 23 42 / .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,system-ui,sans-serif;color:var(--ink);background:var(--page)}img{display:block;max-width:100%}a{color:inherit}.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.section{padding:96px 0}.section--soft{background:var(--soft)}.section--dark{background:var(--ink);color:var(--white)}.section-heading{max-width:720px;margin-bottom:36px}h1,h2,h3,p{margin-top:0}h1{font-family:Great Vibes,cursive;font-size:clamp(5rem,13vw,9rem);line-height:.85;font-weight:400;margin-bottom:1.5rem}h2{font-family:Great Vibes,cursive;font-size:clamp(3.6rem,8vw,5.8rem);line-height:.9;font-weight:400;margin:.6rem 0 1.4rem}h3{margin-bottom:.5rem}p{color:var(--muted);line-height:1.75}.lead{font-size:1.2rem;color:#475569}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px max(20px,calc((100vw - 1120px)/2));border-bottom:1px solid rgb(226 232 240 / .8);background:#eaebd7db;backdrop-filter:blur(16px)}.brand{font-family:Great Vibes,cursive;font-size:2.2rem;font-weight:400;text-decoration:none;white-space:nowrap}.site-header nav{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:.9rem;font-weight:700}.site-header nav a{text-decoration:none}.site-header nav a:hover{color:var(--ink)}.hero{position:relative;min-height:92vh;display:grid;overflow:hidden;color:var(--white)}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a2e,#0f172a52)}.hero__content{position:relative;display:flex;min-height:92vh;flex-direction:column;align-items:center;justify-content:center;padding-block:110px;text-align:center}.hero h1{margin-top:0}.hero p{max-width:660px;color:#ffffffd1;font-size:clamp(1.1rem,2vw,1.35rem)}.hero__actions,.contact-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:26px}.hero__contact{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 28px;color:#ffffffd1;font-size:.92rem}.hero__contact--top{position:absolute;top:clamp(1.25rem,4vw,3rem);left:50%;z-index:1;transform:translate(-50%)}.hero__contact a{color:var(--white)}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:800;text-decoration:none;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button--light{background:var(--white);color:var(--ink)}.button--ghost{border:1px solid rgb(255 255 255 / .55);color:var(--white)}.split{display:grid;grid-template-columns:1fr .92fr;gap:58px;align-items:center}.split--reverse{grid-template-columns:.95fr 1fr}.rounded-image,.split iframe{width:100%;aspect-ratio:4 / 3;object-fit:cover;border:0;border-radius:28px;box-shadow:var(--shadow);background:var(--soft)}.pill{display:inline-flex;margin-top:12px;padding:10px 16px;border-radius:999px;background:var(--soft);color:#475569;font-weight:700}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.highlight-card,.detail-card,.contact-card{border:1px solid var(--line);border-radius:24px;background:var(--white);box-shadow:0 10px 30px #0f172a0f}.highlight-card{padding:22px}.highlight-card p{margin-bottom:0;font-size:.92rem}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}.detail-card{overflow:hidden}.detail-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.detail-card div{padding:24px}.distance-list{padding:0;margin:26px 0 0;list-style:none;display:grid;gap:12px}.distance-list li{padding:14px 16px;border-radius:16px;background:var(--soft);color:#475569;font-weight:700}.contact-card{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;padding:38px;background:#ffffff0f;border-color:#ffffff24}.contact-card p{color:#ffffffb8}.contact-actions{margin:0;justify-content:flex-end;color:#ffffffdb;font-weight:700}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery__item{min-width:0;border:0;padding:0;border-radius:18px;overflow:hidden;cursor:zoom-in;background:var(--line)}.gallery__item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;transition:transform .35s ease}.gallery__item:hover img{transform:scale(1.06)}.lightbox{width:min(94vw,1100px);max-height:94vh;padding:0;border:0;background:transparent;overflow:visible}.lightbox::backdrop{background:#000000e6}.lightbox img{max-height:90vh;max-width:100%;margin:auto;border-radius:12px;object-fit:contain}.lightbox__close,.lightbox__nav{position:fixed;border:0;border-radius:999px;background:#ffffff29;color:var(--white);cursor:pointer;backdrop-filter:blur(10px)}.lightbox__close{top:24px;right:24px;width:44px;height:44px;font-size:2rem;line-height:1}.lightbox__nav{top:50%;width:52px;height:52px;font-size:3rem;line-height:.6}.lightbox__nav--prev{left:24px}.lightbox__nav--next{right:24px}.footer{border-top:1px solid var(--line);padding:34px 0}.footer .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.footer strong{font-family:Great Vibes,cursive;color:var(--ink);font-size:2rem;font-weight:400}@media(max-width:900px){.section{padding:72px 0}.site-header{align-items:flex-start;flex-direction:column}.split,.split--reverse,.contact-card{grid-template-columns:1fr}.highlight-grid,.detail-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(3,1fr)}.contact-actions{justify-content:flex-start}}@media(max-width:560px){.container{width:min(100% - 28px,1120px)}.highlight-grid,.detail-grid,.gallery{grid-template-columns:1fr}.hero__content{padding-block:70px}.gallery{grid-template-columns:repeat(2,1fr)}}
