:root{--bg: #faf9f7;--bg-alt: #f0eeea;--surface: #ffffff;--text: #1c1b19;--text-muted: #5c5a56;--accent: #2d6a7a;--accent-hover: #245a68;--accent-soft: rgba(45, 106, 122, .1);--border: rgba(28, 27, 25, .08);--shadow: 0 4px 24px rgba(28, 27, 25, .06);--radius: 12px;--radius-lg: 20px;--header-h: 64px;--font: "DM Sans", system-ui, sans-serif;--max: 1120px;--narrow: 680px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--max);margin-inline:auto;padding-inline:clamp(1rem,4vw,1.5rem)}.narrow{max-width:var(--narrow);margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:#faf9f7eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);gap:1rem}.logo{font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.logo:hover{color:var(--accent);text-decoration:none}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:8px}.nav-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nav-toggle-bar{display:block;width:22px;height:2px;background:var(--text);margin-inline:auto;transition:transform .2s,opacity .2s}.site-header.nav-open .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.nav-open .nav-toggle-bar:nth-child(2){opacity:0}.site-header.nav-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;gap:0;padding:.5rem 1rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.site-header.nav-open .nav{display:flex}.nav a{display:block;padding:.75rem 0;color:var(--text);font-weight:500;text-decoration:none;border-bottom:1px solid var(--border)}.nav a:last-child{border-bottom:none}.nav a:hover{color:var(--accent);text-decoration:none}.nav-cta{margin-top:.25rem;padding:.75rem 1rem!important;text-align:center;background:var(--accent);color:#fff!important;border-radius:var(--radius);border:none!important}.nav-cta:hover{background:var(--accent-hover);color:#fff!important}@media(min-width:768px){.nav-toggle{display:none}.nav{display:flex;position:static;flex-direction:row;align-items:center;gap:1.75rem;padding:0;background:transparent;border:none;box-shadow:none}.nav a{padding:0;border:none;font-size:.9375rem}.nav-cta{margin-top:0;padding:.5rem 1rem!important}}.hero{position:relative;min-height:min(85vh,720px);display:flex;align-items:flex-end;padding-bottom:clamp(3rem,8vw,5rem);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:#3a555f;background-image:var( --hero-image, linear-gradient(135deg, #2d4a52 0%, #2d6a7a 55%, #3a7a8a 100%) );background-position:center;background-size:cover;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1c1b19bf,#1c1b1959 45%,#1c1b1933);z-index:1}.hero-content{position:relative;z-index:2;color:#fff;padding-top:clamp(4rem,12vw,6rem)}.hero-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.9;margin:0 0 .75rem}.hero h1{font-size:clamp(2rem,6vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0 0 1rem}.hero-lead{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.55;max-width:36ch;margin:0 0 1.75rem;opacity:.95}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.btn-primary{background:#fff;color:var(--text)}.btn-primary:hover{background:var(--bg-alt);text-decoration:none}.btn-ghost{background:transparent;color:#fff;border-color:#ffffff80}.btn-ghost:hover{background:#ffffff1f;text-decoration:none}.section{padding-block:clamp(3rem,8vw,5rem)}.section-alt{background:var(--bg-alt)}.section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;letter-spacing:-.02em;margin:0 0 1rem;text-align:center}.section-subtitle{text-align:center;color:var(--text-muted);font-size:.9375rem;margin:-.5rem 0 2rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.arjegyzek-tagline{letter-spacing:.02em}.arjegyzek-lead{margin:0 0 1.5rem;text-align:center;font-size:1.0625rem;color:var(--text-muted)}.arjegyzek-h3{font-size:1.125rem;font-weight:700;margin:1.5rem 0 .5rem;text-align:center;color:var(--text);letter-spacing:-.01em}.arjegyzek-hint{margin:0 0 1rem;text-align:center;font-size:.875rem;color:var(--text-muted)}.table-wrap{overflow-x:auto;margin:0 0 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.price-table{width:100%;min-width:280px;border-collapse:collapse;font-size:.9375rem}.price-table caption{padding:0}.price-table th,.price-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid var(--border)}.price-table thead th{background:var(--bg-alt);font-weight:600;color:var(--text)}.price-table tbody th[scope=row]{text-align:left;font-weight:600;background:var(--bg);color:var(--text)}.price-table tbody tr:last-child th,.price-table tbody tr:last-child td{border-bottom:none}.arjegyzek-highlight{margin:0 0 1.5rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:.9375rem;color:var(--text-muted);text-align:center;line-height:1.55}.arjegyzek-details{margin-top:.25rem;padding-top:1.5rem;border-top:1px solid var(--border)}.arjegyzek-details p{margin:0 0 1rem;font-size:.9375rem;line-height:1.65;color:var(--text-muted);text-align:left}.arjegyzek-details p:last-child{margin-bottom:0}.arjegyzek-details strong{color:var(--text)}.lead{font-size:1.0625rem;color:var(--text-muted);margin:0;text-align:center}.lead strong{color:var(--text)}.intro-copy .lead+.lead{margin-top:1.125rem}.feature-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:600px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.feature-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.feature-card{background:var(--surface);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow)}.feature-icon{display:block;font-size:1.25rem;color:var(--accent);margin-bottom:.75rem;line-height:1}.feature-card h3{font-size:1.0625rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.01em}.feature-card p{margin:0;font-size:.9375rem;color:var(--text-muted)}.gallery{display:grid;gap:1rem;grid-template-columns:1fr}.gallery-empty{text-align:center;margin:0;padding:2rem 1rem}@media(min-width:640px){.gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.gallery-item--large,.gallery-item--wide{grid-column:span 2}}.gallery-item{margin:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.gallery-item img{width:100%;aspect-ratio:3 / 2;object-fit:cover}.gallery-item--large img{aspect-ratio:16 / 9}.gallery-item--wide img{aspect-ratio:21 / 9}.gallery-item figcaption{padding:.75rem 1rem;font-size:.8125rem;color:var(--text-muted)}.location-grid{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.location-grid{grid-template-columns:1fr 1.1fr;gap:3rem}.location-text .section-title{text-align:left}}.location-text p{margin:0 0 1rem;color:var(--text-muted)}.location-text p:last-child{margin-bottom:0}.location-text strong{color:var(--text)}.muted{color:var(--text-muted)}.location-map{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}.location-map iframe{width:100%;display:block;height:clamp(280px,50vw,450px)}.section-cta{background:linear-gradient(160deg,var(--accent-soft) 0%,var(--bg) 55%);border-top:1px solid var(--border)}.section-cta .section-title{margin-bottom:1rem}.contact-placeholder{margin-top:1.5rem;padding:1.5rem;background:var(--surface);border-radius:var(--radius-lg);border:1px dashed var(--border);text-align:center}.contact-placeholder p{margin:.5rem 0}.fine-print{margin-top:1.5rem;font-size:.8125rem;color:var(--text-muted);text-align:center}.site-footer{padding:2rem 0;border-top:1px solid var(--border);background:var(--bg-alt)}.footer-stack{display:flex;flex-direction:column;gap:1rem}.footer-note{margin:0;padding-top:.75rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text-muted);text-align:center}.footer-note a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.footer-note a:hover{color:var(--accent)}.footer-inner{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center}@media(min-width:600px){.footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer-brand{margin:0;font-weight:600;font-size:.9375rem}.footer-copy{margin:0;font-size:.8125rem;color:var(--text-muted)}.calendar-root{max-width:520px;margin-inline:auto}.cal-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(1rem,3vw,1.5rem)}.cal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.cal-month-title{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.02em}.cal-nav-btn{width:44px;height:44px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);font-size:1.35rem;line-height:1;cursor:pointer;color:var(--text);transition:background .2s,border-color .2s}.cal-nav-btn:hover{background:var(--accent-soft);border-color:var(--accent)}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.35rem;text-align:center;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-cell--pad{min-height:40px}.cal-day{min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:.875rem;font-weight:600;border:1px solid transparent}.cal-day--free{background:#3d915f1f;color:#1e5c3a}.cal-day--booked{background:#b446462e;color:#6b2020}.cal-day--past:not(.cal-day--booked){opacity:.45}.cal-day--editable{cursor:pointer}button.cal-day{font-family:inherit;width:100%}button.cal-day:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cal-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center;justify-content:center;margin-top:1rem;font-size:.8125rem;color:var(--text-muted)}.cal-legend-item{display:inline-flex;align-items:center;gap:.35rem}.cal-legend-note{width:100%;text-align:center;font-size:.75rem}.cal-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.cal-dot--free{background:#3d915f80}.cal-dot--booked{background:#b44646a6}.cal-status{text-align:center;font-size:.875rem;margin:.75rem 0 0}.cal-status--load{color:var(--text-muted)}.cal-status--ok{color:#1e5c3a;font-weight:600}.cal-status--err{color:#8b2c2c}.cal-admin{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.cal-admin-row{display:flex;justify-content:center}.cal-admin-row--split{flex-wrap:wrap;gap:.75rem;justify-content:center}.cal-admin-unlock{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;max-width:320px;margin-inline:auto}.cal-unlock-lead{margin:0;font-size:.9375rem;color:var(--text-muted);text-align:center;line-height:1.45}.cal-admin-unlock .cal-field{max-width:none;margin-inline:0}.cal-admin-panel{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}@media(min-width:480px){.cal-admin-panel{flex-direction:row;align-items:flex-end;justify-content:center;flex-wrap:wrap}}.cal-field{display:flex;flex-direction:column;gap:.35rem;min-width:0;flex:1;max-width:240px}.cal-field-label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.cal-input{font-family:inherit;font-size:1rem;padding:.65rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);width:100%}.cal-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.cal-save{align-self:stretch}@media(min-width:480px){.cal-save{align-self:flex-end}}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.15rem;font-family:inherit;font-size:.875rem;font-weight:600;border-radius:999px;border:2px solid var(--accent);background:transparent;color:var(--accent);cursor:pointer;transition:background .2s,color .2s}.btn-outline:hover{background:var(--accent-soft)}.btn-primary.cal-save{padding:.65rem 1.35rem;border:none;background:var(--accent);color:#fff;border-radius:999px;font-weight:600;cursor:pointer;font-family:inherit;font-size:.9375rem}.btn-primary.cal-save:hover{background:var(--accent-hover)}
