:root {
  --navy: #062e63;
  --blue: #0d5da8;
  --cyan: #29a9df;
  --sky: #e9f7fd;
  --ice: #f6fbfe;
  --ink: #11233a;
  --muted: #53677c;
  --white: #fff;
  --red: #d63232;
  --shadow: 0 24px 60px rgba(5, 46, 99, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; top: -80px; left: 1rem; z-index: 100; padding: .7rem 1rem; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 84px; padding: .85rem clamp(1.1rem, 5vw, 5rem); border-bottom: 1px solid rgba(6, 46, 99, .09); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--navy); line-height: 1; }
.brand-logo { width: 82px; height: 48px; border-radius: 7px; object-fit: contain; background: #fff; }
.brand strong { display: block; font-size: 1.13rem; letter-spacing: .045em; }
.brand small { display: block; margin-top: .35rem; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(.9rem, 2.2vw, 2rem); }
nav a { font-size: .9rem; font-weight: 750; text-decoration: none; }
nav a:hover { color: var(--blue); }
.nav-call { padding: .62rem 1.1rem; border-radius: 999px; color: #fff; background: var(--navy); }
nav .nav-call:hover { color: #fff; background: var(--blue); }

.hero { overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(350px, .96fr); min-height: 680px; background: linear-gradient(135deg, var(--ice) 0%, var(--sky) 55%, #cbeeff 100%); }
.hero-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); padding-right: clamp(2rem, 4vw, 4rem); transform: translateY(-18px); }
.eyebrow { margin: 0 0 .8rem; color: var(--blue); font-size: .79rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: .65rem; font-size: clamp(3.1rem, 5.5vw, 5.8rem); }
h1 span { position: relative; color: var(--blue); white-space: nowrap; }
h1 span::after { content: ""; position: absolute; right: 0; bottom: -.08em; left: 0; height: .11em; border-radius: 99px; background: var(--cyan); transform: rotate(-2deg); }
.hero-address { display: flex; align-items: center; gap: .35rem; margin: 0 0 .7rem; color: var(--blue); font-size: clamp(.95rem, 1.35vw, 1.08rem); font-weight: 800; }
.hero-tagline { margin: 0 0 .35rem; color: var(--navy); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 850; }
.hero-lead { max-width: 660px; margin: 0; color: #2f4b68; font-size: clamp(1.1rem, 1.7vw, 1.4rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .78rem 1.25rem; border-radius: 999px; font-size: .92rem; font-weight: 850; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 10px 25px rgba(6,46,99,.2); }
.button-primary:hover { background: var(--blue); box-shadow: 0 14px 30px rgba(6,46,99,.24); }
.button-location { color: #fff; background: var(--blue); box-shadow: 0 10px 25px rgba(13,93,168,.18); }
.button-location:hover { background: var(--cyan); }
.button-quiet { color: var(--navy); border: 1px solid rgba(6,46,99,.18); background: rgba(255,255,255,.7); }
.quick-facts { display: flex; gap: clamp(1rem, 3vw, 2.6rem); margin: 3.1rem 0 0; padding: 0; list-style: none; }
.quick-facts li { padding-left: 1rem; border-left: 2px solid var(--cyan); }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { color: var(--navy); font-size: 1.45rem; line-height: 1; }
.quick-facts span { margin-top: .38rem; color: var(--muted); font-size: .78rem; }
.hero-photo { position: relative; min-height: 100%; margin: 0; }
.hero-photo::before { content: ""; position: absolute; inset: 0 auto 0 -2px; z-index: 1; width: 14%; background: linear-gradient(90deg, var(--sky), transparent); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }

.included { position: relative; z-index: 3; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; max-width: 1180px; margin: -50px auto 0; padding: 2rem; border: 1px solid rgba(41,169,223,.25); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.included-icon { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 50% 50% 50% 18%; color: #fff; background: linear-gradient(145deg, var(--cyan), var(--blue)); font-size: 0; transform: rotate(45deg); }
.included-icon::after { content: "✓"; font-size: 2rem; transform: rotate(-45deg); }
.included h2 { margin-bottom: .45rem; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.included p { margin: 0; color: var(--muted); }
.included-stamp { min-width: 190px; padding: 1rem 1.25rem; border-left: 3px solid var(--cyan); }
.included-stamp span, .included-stamp strong { display: block; }
.included-stamp span { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.included-stamp strong { margin-top: .25rem; color: var(--navy); line-height: 1.25; }

.section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.section-heading { max-width: 730px; margin-bottom: 3.2rem; }
.section-heading h2, .hygiene h2, .help h2, .visit h2 { margin-bottom: 1rem; font-size: clamp(2.25rem, 4.5vw, 4.5rem); }
.section-heading > p:last-child, .hygiene-copy > p, .help-copy > p, .visit > div > p { color: var(--muted); font-size: 1.08rem; }
.machine-layout { display: grid; grid-template-columns: minmax(290px, .8fr) minmax(400px, 1.2fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.machine-photo { overflow: hidden; max-height: 720px; margin: 0; border-radius: 220px 220px 28px 28px; box-shadow: var(--shadow); }
.machine-photo img { width: 100%; height: 720px; object-fit: cover; object-position: center 35%; }
.machine-list { display: grid; gap: 1.25rem; }
.machine-list article { display: grid; grid-template-columns: 118px 1fr; gap: 1.35rem; align-items: center; padding: 1.55rem 0; border-top: 1px solid #dbe9f2; }
.machine-list article:last-of-type { border-bottom: 1px solid #dbe9f2; }
.capacity { display: flex; width: 104px; height: 104px; align-items: baseline; justify-content: center; padding-top: 1.3rem; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: inset 0 0 0 7px rgba(255,255,255,.2); }
.capacity-big { background: var(--navy); transform: scale(1.08); }
.capacity strong { font-size: 2.7rem; line-height: 1; }
.capacity span { font-size: .9rem; font-weight: 900; }
.machine-type { margin: 0 0 .25rem; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.machine-list h3 { margin-bottom: .4rem; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.machine-list article p:last-child { margin: 0; color: var(--muted); }
.machine-note { display: flex; gap: .9rem; align-items: flex-start; margin-top: 1rem; padding: 1.15rem; border-radius: 16px; background: var(--sky); }
.machine-note span { color: var(--cyan); font-size: 1.4rem; }
.machine-note p { margin: 0; }

.steps { color: #fff; background: var(--navy); }
.section-heading.light .eyebrow { color: #6ed5ff; }
.section-heading.light h2 { color: #fff; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.2); list-style: none; background: rgba(255,255,255,.2); }
.step-grid li { min-height: 290px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--navy); }
.step-grid li:hover { background: #083c7e; }
.step-grid span { display: inline-block; margin-bottom: 3.2rem; color: #6ed5ff; font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.step-grid h3 { margin-bottom: .7rem; color: #fff; font-size: 1.45rem; }
.step-grid p { margin: 0; color: #c6d7e9; }
.steps-reminder { margin: 1.4rem 0 0; text-align: right; color: #dceafa; }
.steps-reminder strong { color: #6ed5ff; }

.hygiene { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; background: var(--ice); }
.hygiene-copy { max-width: 600px; }
.hygiene-points { display: grid; gap: 1rem; margin-top: 2rem; }
.hygiene-points p { display: flex; align-items: center; gap: .85rem; margin: 0; font-weight: 750; }
.hygiene-points span { display: grid; flex: 0 0 46px; height: 46px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; }
.hygiene-image { overflow: hidden; margin: 0; border: 1px solid #d5e8f3; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.hygiene-image a { display: block; padding: .6rem; background: #fff; }
.hygiene-image img { width: 100%; height: auto; object-fit: contain; }
.hygiene-image figcaption { padding: .8rem 1rem 1rem; color: var(--blue); font-size: .85rem; font-weight: 800; text-align: center; }

.rules .section-heading { margin-right: auto; margin-left: auto; text-align: center; }
.rules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 960px; margin: 0 auto 2rem; }
.rules-grid div { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; border: 1px solid #f3c9c9; background: #fff8f8; }
.rules-grid span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 1.4rem; font-weight: 900; }
.rules-grid strong { color: #7b2020; }
.rules-sign { max-width: 1180px; margin: 0 auto; border: 1px solid #f0dddd; }

.help { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; color: #fff; background: linear-gradient(125deg, #08346b, #0967aa); }
.help-photo { overflow: hidden; border-radius: 50% 50% 16px 16px; }
.help-photo img { aspect-ratio: 1; object-fit: cover; }
.help .eyebrow { color: #72d5fc; }
.help h2 { color: #fff; }
.help-copy > p { color: #d2e6f5; }
.phone { display: block; margin: 2.2rem 0 1rem; color: #fff; font-size: clamp(2.2rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.04em; line-height: 1; text-decoration: none; }
.phone small { display: block; margin-bottom: .6rem; color: #72d5fc; font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; }
.instagram { color: #fff; font-weight: 750; text-underline-offset: .25rem; }
.contact-email { display: block; width: fit-content; margin: 0 0 .65rem; color: #fff; font-weight: 750; text-underline-offset: .25rem; }
.accessibility-note { display: flex; width: fit-content; max-width: 520px; align-items: center; gap: .9rem; margin: 1.5rem 0 0; padding: .9rem 1.1rem; border: 1px solid rgba(114,213,252,.42); border-radius: 14px; color: #fff; background: rgba(255,255,255,.08); }
.accessibility-note span { display: grid; flex: 0 0 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--navy); background: #72d5fc; font-size: 1.8rem; line-height: 1; }
.accessibility-note strong { font-size: .95rem; line-height: 1.35; }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.visit figure { overflow: hidden; margin: 0; border-radius: 20px; box-shadow: var(--shadow); }
.visit figure img { aspect-ratio: 1.28; object-fit: cover; }
.visit-address { display: grid; gap: .15rem; margin: 0 0 1.2rem; padding-left: 1rem; border-left: 3px solid var(--cyan); color: var(--navy); font-style: normal; }
.visit-address strong { font-size: clamp(1.25rem, 2.1vw, 1.65rem); }
.visit-address span { color: var(--muted); }
.visit-hours { display: grid; width: fit-content; margin: 1.4rem 0; padding: .95rem 1.15rem; border-radius: 14px; color: var(--navy); background: var(--sky); }
.visit-hours span { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.visit-hours strong { margin-top: .15rem; font-size: 1.35rem; line-height: 1.2; }
.visit-hours small { margin-top: .2rem; color: var(--muted); font-size: .84rem; font-weight: 750; }
.visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; padding: 2rem clamp(1.25rem, 7vw, 7rem); color: #d4e1ee; background: #031c3c; font-size: .78rem; }
.footer-brand { color: #fff; }
.footer-brand small { color: #79d7ff; }
footer p { margin: 0; }
.legal-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .6rem 1.25rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.14); }
.legal-links a, .legal-links button { padding: 0; border: 0; color: #d4e1ee; background: transparent; font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: .22rem; cursor: pointer; }
.legal-links a:hover, .legal-links button:hover, .legal-links a[aria-current="page"] { color: #79d7ff; }
.floating-call { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 40; display: none; align-items: center; gap: .55rem; padding: .8rem 1rem; border-radius: 999px; color: #fff; background: var(--navy); box-shadow: 0 10px 28px rgba(3,28,60,.3); font-size: .84rem; font-weight: 850; text-decoration: none; }

.legal-page { background: var(--ice); }
.legal-header { position: relative; }
.legal-back { padding: .7rem 1rem; border: 1px solid rgba(6,46,99,.18); border-radius: 999px; color: var(--navy); font-size: .88rem; font-weight: 850; text-decoration: none; }
.legal-shell { width: min(960px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; }
.legal-shell > h1 { max-width: none; margin-bottom: .7rem; font-size: clamp(2.8rem, 7vw, 5.5rem); }
.legal-updated { margin: 0 0 2.5rem; color: var(--muted); }
.legal-content { padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid #dcebf3; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.legal-content h2 { margin: 2.8rem 0 .8rem; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.02em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { margin: 0 0 1rem; color: #364f68; }
.legal-content a { color: var(--blue); font-weight: 700; text-underline-offset: .2rem; }
.legal-data { display: grid; margin: 1.5rem 0 0; border-top: 1px solid #dbe9f2; }
.legal-data div { display: grid; grid-template-columns: minmax(145px, .35fr) 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid #dbe9f2; }
.legal-data dt { color: var(--navy); font-weight: 850; }
.legal-data dd { margin: 0; color: #364f68; }
.legal-table-wrap { overflow-x: auto; margin: 1.5rem 0; }
.legal-content table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .92rem; }
.legal-content th, .legal-content td { padding: .85rem; border: 1px solid #dbe9f2; text-align: left; vertical-align: top; }
.legal-content th { color: var(--navy); background: var(--sky); }
.legal-content code { color: var(--navy); font-size: .82rem; }
.legal-note { padding: 1rem; border-left: 3px solid var(--cyan); background: var(--sky); }
.legal-footer { grid-template-columns: auto 1fr; }
.legal-footer .legal-links { grid-column: auto; justify-content: flex-end; padding-top: 0; border-top: 0; }

.cookie-banner { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 100; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; max-width: 1180px; margin: auto; padding: 1.2rem; border: 1px solid #cfe3ef; border-radius: 18px; background: #fff; box-shadow: 0 18px 60px rgba(3,28,60,.25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: .2rem; color: var(--navy); font-size: 1.02rem; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.cookie-banner a { color: var(--blue); font-weight: 750; }
.cookie-actions { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: .55rem; }
.cookie-choice, .cookie-configure { min-height: 44px; padding: .65rem 1rem; border: 2px solid var(--navy); border-radius: 999px; color: #fff; background: var(--navy); font: inherit; font-size: .84rem; font-weight: 850; cursor: pointer; }
.cookie-choice:hover { border-color: var(--blue); background: var(--blue); }
.cookie-configure { grid-column: 1 / -1; border-width: 1px; border-color: #bfd3df; color: var(--navy); background: #fff; }
.cookie-configure:hover { background: var(--sky); }
.cookie-dialog { width: min(680px, calc(100% - 2rem)); max-height: min(760px, calc(100% - 2rem)); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 24px 80px rgba(3,28,60,.35); }
.cookie-dialog::backdrop { background: rgba(3,28,60,.64); backdrop-filter: blur(3px); }
.cookie-dialog-inner { padding: clamp(1.25rem, 4vw, 2rem); }
.cookie-dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.cookie-dialog-heading h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.cookie-close { display: grid; flex: 0 0 42px; height: 42px; place-items: center; padding: 0; border: 1px solid #cbdde8; border-radius: 50%; color: var(--navy); background: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 1.2rem; align-items: center; padding: 1.15rem 0; border-top: 1px solid #dbe9f2; }
.cookie-option strong { color: var(--navy); }
.cookie-option p { margin: .25rem 0 0; color: var(--muted); font-size: .88rem; }
.cookie-option > span { color: var(--blue); font-size: .77rem; font-weight: 850; }
.cookie-option input { width: 48px; height: 25px; accent-color: var(--blue); cursor: pointer; }
.cookie-dialog-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: 1.2rem; }

@media (max-width: 980px) {
  .site-header nav a:not(.nav-call) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 5rem; }
  .hero-photo { min-height: 520px; }
  .hero-photo::before { inset: -2px 0 auto; width: auto; height: 15%; background: linear-gradient(180deg, var(--sky), transparent); }
  .included { margin: -35px 1.25rem 0; }
  .machine-layout, .hygiene, .help, .visit { grid-template-columns: 1fr; }
  .machine-photo { max-height: 560px; border-radius: 220px 220px 24px 24px; }
  .machine-photo img { height: 560px; }
  .hygiene-copy { max-width: none; }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr; }
  .legal-footer .legal-links { grid-column: 1; justify-content: flex-start; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.14); }
  .cookie-banner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 70px; }
  .brand-logo { width: 64px; height: 36px; }
  .brand strong { font-size: .95rem; }
  .brand small { font-size: .55rem; }
  .nav-call { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .quick-facts { justify-content: space-between; gap: .5rem; }
  .quick-facts li { padding-left: .65rem; }
  .hero-photo { min-height: 390px; }
  .included { grid-template-columns: auto 1fr; padding: 1.4rem; }
  .included-icon { width: 55px; height: 55px; }
  .included-stamp { grid-column: 1 / -1; padding: .8rem 0 0; border-top: 1px solid #dbe9f2; border-left: 0; }
  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .machine-photo, .machine-photo img { height: 470px; }
  .machine-list article { grid-template-columns: 82px 1fr; }
  .capacity { width: 74px; height: 74px; padding-top: 1rem; }
  .capacity strong { font-size: 1.9rem; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid li { min-height: auto; }
  .step-grid span { margin-bottom: 1.7rem; }
  .steps-reminder { text-align: left; }
  .rules-grid { grid-template-columns: 1fr; }
  .phone { font-size: clamp(2.1rem, 11vw, 3.2rem); }
  .floating-call { display: flex; }
  footer { padding-bottom: 6rem; }
  .legal-back { padding: .55rem .75rem; font-size: .76rem; }
  .legal-data div { grid-template-columns: 1fr; gap: .15rem; }
  .cookie-banner { bottom: .55rem; right: .55rem; left: .55rem; padding: 1rem; }
  .cookie-dialog-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
