:root {
  --ink: #12383a;
  --ink-deep: #092a2d;
  --teal: #157d74;
  --teal-dark: #0f625d;
  --mint: #dff4ed;
  --mint-soft: #f1faf7;
  --coral: #ef785f;
  --sand: #fff8ee;
  --gold: #edbc54;
  --white: #ffffff;
  --text: #24484a;
  --muted: #617779;
  --line: #dce9e6;
  --shadow-sm: 0 8px 24px rgba(16, 59, 61, .08);
  --shadow-lg: 0 24px 70px rgba(16, 59, 61, .14);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fbfdfc;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink-deep); line-height: 1.08; letter-spacing: -.035em; }
p { color: var(--muted); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink-deep);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(220, 233, 230, .8);
  background: rgba(251, 253, 252, .88);
  backdrop-filter: blur(18px);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(var(--shell), calc(100% - 40px));
  min-height: 82px;
  margin-inline: auto;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: inset 0 0 0 4px rgba(223, 244, 237, .72), 0 8px 20px rgba(16, 59, 61, .1);
}
.brand-mark img { width: 32px; height: 41px; object-fit: cover; object-position: 50% 45%; transform: scale(2.3); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--ink-deep); font-size: 1.12rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--teal); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 6px; }
.site-nav a { position: relative; padding: 10px 13px; border-radius: 10px; color: #476467; font-size: .9rem; font-weight: 700; }
.site-nav a:hover { color: var(--teal-dark); background: var(--mint-soft); }
.site-nav a[aria-current="page"] { color: var(--ink-deep); }
.site-nav a[aria-current="page"]::after { position: absolute; right: 13px; bottom: 4px; left: 13px; height: 2px; border-radius: 2px; background: var(--coral); content: ""; }
.header-clock { display: grid; min-width: 138px; padding-left: 20px; border-left: 1px solid var(--line); line-height: 1.15; text-align: right; }
.header-clock span { color: var(--muted); font-size: .71rem; font-weight: 700; text-transform: capitalize; }
.header-clock time { margin-top: 4px; color: var(--ink-deep); font-variant-numeric: tabular-nums; font-size: 1.05rem; font-weight: 800; letter-spacing: .04em; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--mint-soft); cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: 670px; padding-block: 72px 80px; gap: 56px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--teal-dark); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; border-radius: 2px; background: var(--coral); }
.hero h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(3.4rem, 7.2vw, 6.8rem); font-weight: 780; letter-spacing: -.075em; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 630px; margin-bottom: 30px; font-size: clamp(1.06rem, 2vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 51px; padding: 0 21px; border: 1px solid transparent; border-radius: 15px; font-size: .92rem; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); box-shadow: 0 12px 26px rgba(18, 56, 58, .2); }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 14px 34px rgba(18, 56, 58, .25); }
.button-secondary { border-color: var(--line); color: var(--ink); background: var(--white); }
.button-secondary:hover { background: var(--mint-soft); }
.hero-points { display: flex; flex-wrap: wrap; margin: 28px 0 0; padding: 0; gap: 10px 22px; list-style: none; }
.hero-points li { position: relative; padding-left: 17px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.hero-points li::before { position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); content: ""; }

.hero-art { position: relative; display: grid; place-items: center; min-height: 500px; isolation: isolate; }
.hero-art::before { position: absolute; z-index: -3; width: min(450px, 88%); aspect-ratio: 1; border-radius: 50% 50% 44% 56% / 56% 43% 57% 44%; background: linear-gradient(145deg, #e9f8f3 10%, #cfeee4); box-shadow: inset -24px -22px 50px rgba(21, 125, 116, .07); content: ""; animation: blob 12s ease-in-out infinite alternate; }
.hero-glow { position: absolute; z-index: -2; top: 13%; width: 175px; height: 175px; border-radius: 50%; background: rgba(245, 198, 83, .5); filter: blur(5px); }
.hero-art > img { z-index: 1; width: min(290px, 60%); max-height: 510px; object-fit: cover; object-position: center; mix-blend-mode: multiply; filter: drop-shadow(0 26px 24px rgba(18, 56, 58, .16)); }
.hero-art > .direction-beacon { z-index: 1; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(21, 125, 116, .16); border-radius: 50%; }
.orbit-one { width: 82%; aspect-ratio: 1; }
.orbit-two { width: 62%; aspect-ratio: 1; border-style: dashed; }
.floating-note { position: absolute; z-index: 2; display: grid; padding: 13px 16px; border: 1px solid rgba(220, 233, 230, .85); border-radius: 14px; background: rgba(255, 255, 255, .9); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.floating-note strong { color: var(--ink-deep); font-size: .88rem; }
.floating-note span { color: var(--muted); font-size: .7rem; }
.note-top { top: 19%; right: 0; }
.note-bottom { bottom: 18%; left: 0; grid-template-columns: auto 1fr; align-items: center; gap: 8px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #42ad7b; box-shadow: 0 0 0 5px rgba(66, 173, 123, .12); }
@keyframes blob { to { border-radius: 44% 56% 53% 47% / 48% 58% 42% 52%; transform: rotate(2deg) scale(1.02); } }

.service-section { padding-block: 84px 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; gap: 30px; }
.section-heading h2, .guide-feature h2, .contact-strip h2, .page-hero h1 { margin-bottom: 0; font-size: clamp(2.2rem, 4.8vw, 4.2rem); }
.section-heading > p { max-width: 380px; margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { --card-accent: var(--teal); position: relative; display: flex; flex-direction: column; min-height: 310px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 3px 0 rgba(18, 56, 58, .02); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card::before { position: absolute; right: -30px; bottom: -60px; width: 150px; height: 150px; border-radius: 50%; background: color-mix(in srgb, var(--card-accent) 12%, transparent); content: ""; transition: transform .25s ease; }
.service-card:hover { z-index: 1; border-color: color-mix(in srgb, var(--card-accent) 35%, var(--line)); box-shadow: var(--shadow-lg); transform: translateY(-7px); }
.service-card:hover::before { transform: scale(1.18); }
.card-blue { --card-accent: #4d8fe5; }
.card-green { --card-accent: #55ac78; }
.card-coral { --card-accent: var(--coral); }
.card-yellow { --card-accent: var(--gold); }
.card-indigo { --card-accent: #7776ce; }
.card-rose { --card-accent: #dc7893; }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 38px; border-radius: 15px; color: var(--card-accent); background: color-mix(in srgb, var(--card-accent) 12%, white); font-size: 1.35rem; font-weight: 850; }
.service-number { position: absolute; top: 30px; right: 28px; color: #526d6c; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin-bottom: 11px; font-size: 1.36rem; }
.service-card p { margin-bottom: 26px; font-size: .91rem; }
.card-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--ink); font-size: .82rem; font-weight: 800; }
.card-link > span { color: var(--card-accent); font-size: 1.15rem; }

.guide-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 500px; margin-bottom: 95px; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink-deep); }
.guide-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 7vw, 78px); }
.eyebrow-light { color: #95d6cc; }
.guide-feature h2 { max-width: 560px; margin-bottom: 20px; color: var(--white); }
.guide-feature p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: #b9d0cf; }
.button-light { color: var(--ink-deep); background: var(--white); }
.button-light:hover { background: var(--mint); }
.text-link-light { padding: 12px; color: var(--white); font-size: .9rem; font-weight: 800; }
.map-preview { position: relative; min-height: 430px; overflow: hidden; }
.map-preview::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink-deep) 0%, transparent 22%), linear-gradient(0deg, rgba(9, 42, 45, .8), transparent 50%); content: ""; }
.map-preview img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) sepia(.1); transition: transform .6s ease; }
.map-preview:hover img { transform: scale(1.035); }
.map-preview > span { position: absolute; z-index: 2; right: 28px; bottom: 25px; left: 28px; display: flex; align-items: center; justify-content: space-between; color: var(--white); font-size: .88rem; font-weight: 800; }
.map-preview b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink-deep); background: var(--white); }

.contact-strip { display: grid; grid-template-columns: .9fr 1.35fr auto; align-items: center; margin-bottom: 95px; padding: 35px 40px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--mint-soft); gap: 35px; }
.contact-strip .eyebrow { margin-bottom: 8px; }
.contact-strip h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
.contact-details { display: flex; align-items: center; justify-content: center; gap: 28px; }
.contact-details a, .contact-details p { display: grid; margin: 0; }
.contact-details small { color: var(--muted); font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.contact-details strong { color: var(--ink); font-size: .88rem; }
.divider { width: 1px; height: 38px; background: var(--line); }
.round-arrow { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: var(--ink-deep); background: #f48b72; font-size: 1.3rem; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease; }
.round-arrow:hover { color: var(--white); background: var(--ink); transform: translateX(3px); }

.site-footer { color: #b6cdcb; background: var(--ink-deep); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; padding-block: 62px 48px; gap: 60px; }
.brand-footer .brand-copy strong { color: var(--white); }
.footer-brand > p { max-width: 320px; margin: 18px 0 0; color: #91abaa; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(140px, 1fr)); gap: 35px; }
.footer-links > div { display: grid; align-content: start; gap: 8px; }
.footer-links strong { margin-bottom: 7px; color: var(--white); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { width: max-content; color: #9bb4b3; font-size: .88rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 21px; border-top: 1px solid rgba(255, 255, 255, .09); color: #789593; font-size: .76rem; }

/* Vnútorné stránky */
.page-hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; padding-block: 72px 58px; gap: 50px; }
.breadcrumbs { display: flex; margin: 0 0 22px; padding: 0; gap: 8px; list-style: none; color: var(--muted); font-size: .78rem; font-weight: 700; }
.breadcrumbs li + li::before { margin-right: 8px; color: #a9b9b8; content: "/"; }
.page-hero h1 { margin-bottom: 20px; }
.page-hero-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; font-size: 1.08rem; }
.page-hero-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--mint-soft); }
.page-hero-card small { display: block; margin-bottom: 9px; color: var(--teal-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.page-hero-card strong { display: block; color: var(--ink); font-size: 1.08rem; }
.page-hero-card p { margin: 10px 0 0; font-size: .88rem; }
.content-section { padding-block: 24px 92px; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.content-grid.two { grid-template-columns: repeat(2, 1fr); }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.info-card.highlight { color: var(--white); border-color: var(--ink); background: var(--ink); }
.info-card.highlight h2, .info-card.highlight h3 { color: var(--white); }
.info-card.highlight p { color: #b8d0ce; }
.info-card .tag { display: inline-block; margin-bottom: 24px; padding: 6px 10px; border-radius: 8px; color: var(--teal-dark); background: var(--mint); font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.info-card h2 { margin-bottom: 14px; font-size: 1.55rem; }
.info-card h3 { margin-bottom: 12px; font-size: 1.22rem; }
.info-card p:last-child { margin-bottom: 0; }
.detail-list { display: grid; margin: 20px 0 0; padding: 0; gap: 15px; list-style: none; }
.detail-list li { display: grid; padding-top: 15px; border-top: 1px solid var(--line); }
.detail-list small { color: var(--muted); font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.detail-list strong, .detail-list a { color: var(--ink); font-size: .93rem; font-weight: 750; }
.hours-list { display: grid; margin: 16px 0 20px; padding: 0; gap: 0; list-style: none; }
.hours-list li { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line); gap: 18px; }
.hours-list span { color: var(--muted); font-size: .82rem; }
.hours-list strong { color: var(--ink); font-size: .82rem; text-align: right; }
.notice { margin-top: 20px; padding: 16px 18px; border-left: 3px solid var(--coral); border-radius: 0 12px 12px 0; color: var(--muted); background: var(--sand); font-size: .84rem; }
.wide-feature { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin-top: 16px; border-radius: var(--radius-md); color: var(--white); background: var(--ink-deep); }
.wide-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 6vw, 65px); }
.wide-feature h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.5rem); }
.wide-feature p { color: #b6cecc; }
.wide-feature-media { min-height: 410px; }
.wide-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.food-visual { display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--mint), var(--sand)); }
.food-visual > img { width: min(270px, 62%); height: auto; max-height: 360px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 20px 25px rgba(18, 56, 58, .16)); }
.direction-beacon { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 224px; height: 224px; overflow: hidden; border: 1px solid rgba(21, 125, 116, .2); border-radius: 50%; color: var(--ink-deep); background: rgba(255, 255, 255, .94); box-shadow: 0 25px 70px rgba(16, 59, 61, .16), inset 0 0 0 10px rgba(223, 244, 237, .56); }
.direction-beacon-glow { position: absolute; top: 28px; width: 82px; height: 82px; border-radius: 50%; background: rgba(237, 188, 84, .32); filter: blur(2px); }
.direction-beacon img { position: relative; width: 62px; height: 108px; margin-top: -18px; object-fit: cover; mix-blend-mode: multiply; }
.direction-beacon strong { margin-top: -12px; font-size: 1rem; letter-spacing: -.02em; }
.direction-beacon small { color: var(--teal-dark); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.resource-list { display: grid; gap: 12px; }
.resource-list-spaced { margin-top: 16px; }
.resource-link { display: flex; align-items: center; justify-content: space-between; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); font-weight: 800; transition: border-color .2s ease, transform .2s ease; }
.resource-link:hover { border-color: var(--teal); transform: translateX(3px); }
.resource-link span:last-child { color: var(--teal); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; }
.contact-panel { padding: 34px; border-radius: var(--radius-md); background: var(--ink-deep); }
.contact-panel h2 { color: var(--white); }
.contact-panel p { color: #abc4c2; }
.contact-panel .detail-list li { border-color: rgba(255, 255, 255, .12); }
.contact-panel .detail-list small { color: #8ba9a7; }
.contact-panel .detail-list strong, .contact-panel .detail-list a { color: var(--white); }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.action-tile { display: flex; flex-direction: column; min-height: 200px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.action-tile h3 { margin-top: auto; }
.action-tile p { margin-bottom: 0; font-size: .88rem; }
.action-symbol { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px; color: var(--teal); background: var(--mint); font-weight: 850; }

:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 5px #0b5b57; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  html:not(.js) .header-inner { grid-template-columns: 1fr; padding-block: 13px; gap: 8px; }
  html:not(.js) .site-nav { flex-wrap: wrap; justify-content: flex-start; grid-column: 1; }
  html:not(.js) .header-clock { display: none; }
  .js .header-inner { grid-template-columns: auto auto 1fr; }
  .js .nav-toggle { display: block; justify-self: end; grid-column: 3; grid-row: 1; }
  .js .header-clock { display: none; }
  .js .site-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: var(--white); box-shadow: var(--shadow-lg); }
  .js .site-nav.is-open { display: flex; }
  .js .site-nav a { padding: 13px 15px; }
  .js .site-nav a[aria-current="page"]::after { display: none; }
  .js .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .js .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .js .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-block: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-copy .button-row, .hero-points { justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-art { min-height: 430px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-feature { grid-template-columns: 1fr; }
  .guide-copy { min-height: 420px; }
  .map-preview { min-height: 360px; }
  .contact-strip { grid-template-columns: 1fr auto; }
  .contact-details { grid-column: 1; justify-content: flex-start; }
  .round-arrow { grid-column: 2; grid-row: 1 / span 2; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-card { max-width: 560px; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .section-shell, .header-inner { width: min(100% - 28px, var(--shell)); }
  .header-inner { min-height: 70px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 1rem; }
  .hero { min-height: auto; padding-block: 48px 62px; gap: 28px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .hero-art { min-height: 360px; }
  .hero-art > img { width: min(220px, 58%); }
  .floating-note { padding: 10px 12px; }
  .note-top { top: 15%; right: -4px; }
  .note-bottom { bottom: 14%; left: -4px; }
  .hero-points { display: none; }
  .button-row { align-items: stretch; }
  .button { flex: 1 1 100%; }
  .service-section { padding-block: 64px 75px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 15px; }
  .service-grid, .content-grid, .content-grid.two { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .guide-feature { margin-bottom: 65px; border-radius: 26px; }
  .guide-copy { min-height: auto; padding: 38px 25px; }
  .map-preview { min-height: 300px; }
  .map-preview::after { background: linear-gradient(0deg, rgba(9, 42, 45, .8), transparent 60%); }
  .contact-strip { display: block; margin-bottom: 65px; padding: 28px 24px; }
  .contact-details { display: grid; margin-top: 25px; gap: 15px; }
  .contact-details .divider { display: none; }
  .round-arrow { margin-top: 23px; }
  .footer-inner { grid-template-columns: 1fr; padding-block: 48px 38px; gap: 40px; }
  .footer-bottom { display: grid; gap: 5px; }
  .page-hero { padding-block: 50px 38px; gap: 28px; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .content-section { padding-bottom: 65px; }
  .wide-feature { grid-template-columns: 1fr; }
  .wide-feature-media { min-height: 300px; }
  .direction-beacon { width: 184px; height: 184px; }
  .direction-beacon-glow { top: 23px; width: 68px; height: 68px; }
  .direction-beacon img { width: 52px; height: 92px; margin-top: -14px; }
  .direction-beacon strong { margin-top: -10px; font-size: .94rem; }
  .direction-beacon small { font-size: .6rem; }
  .contact-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

body.cookie-modal-open { overflow: hidden; }
.cookie-banner[hidden], .cookie-settings[hidden] { display: none; }
.cookie-banner { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; padding: 18px; }
.cookie-banner__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; width: min(1180px, 100%); margin-inline: auto; padding: 24px; gap: 28px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 22px; color: var(--white); background: rgba(9, 42, 45, .97); box-shadow: 0 24px 70px rgba(7, 31, 33, .3); backdrop-filter: blur(16px); }
.cookie-banner__copy { max-width: 700px; }
.cookie-kicker { display: block; margin-bottom: 7px; color: #72d2c7; font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.cookie-banner h2, .cookie-settings h2 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.cookie-banner h2 { color: var(--white); }
.cookie-banner p { margin: 8px 0 0; color: #bfd1cf; font-size: .86rem; line-height: 1.65; }
.cookie-banner__actions, .cookie-settings__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-button { min-height: 44px; padding: 11px 16px; border: 1px solid transparent; border-radius: 12px; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.cookie-button:hover { transform: translateY(-1px); }
.cookie-button--primary { color: var(--ink-deep); background: var(--white); }
.cookie-button--secondary { border-color: rgba(255, 255, 255, .28); color: var(--white); background: transparent; }
.cookie-button--quiet { color: #c8d8d6; background: rgba(255, 255, 255, .08); }
.cookie-settings { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 20px; }
.cookie-settings__backdrop { position: absolute; inset: 0; background: rgba(5, 25, 27, .72); backdrop-filter: blur(5px); }
.cookie-settings__panel { position: relative; width: min(620px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow-y: auto; padding: clamp(24px, 5vw, 38px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 30px 90px rgba(4, 28, 30, .38); }
.cookie-settings__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.cookie-settings__close { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink-deep); background: var(--mint-soft); font: inherit; font-size: 1.4rem; cursor: pointer; }
.cookie-settings__intro { margin: 18px 0 22px; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.cookie-options { display: grid; gap: 10px; }
.cookie-option { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; padding: 17px; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfc; }
.cookie-option > span:first-child { display: grid; gap: 3px; }
.cookie-option strong { color: var(--ink-deep); font-size: .88rem; }
.cookie-option small { color: var(--muted); font-size: .72rem; }
.cookie-option input { width: 20px; height: 20px; margin: 0; accent-color: var(--teal); }
.cookie-option.is-unavailable { background: #f4f7f6; }
.cookie-status { padding: 5px 8px; border-radius: 999px; color: var(--teal-dark); background: var(--mint); font-size: .62rem; font-weight: 800; white-space: nowrap; }
.cookie-settings__actions { margin-top: 22px; }
.cookie-settings .cookie-button--secondary { border-color: var(--line); color: var(--ink-deep); background: var(--white); }
.cookie-settings .cookie-button--primary { color: var(--white); background: var(--teal-dark); }
.footer-cookie-button { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; font-size: .76rem; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.footer-cookie-button:hover { color: var(--white); }

@media (max-width: 760px) {
  .cookie-banner { padding: 10px; }
  .cookie-banner__inner { grid-template-columns: 1fr; padding: 20px; gap: 18px; border-radius: 18px; }
  .cookie-banner__actions { justify-content: stretch; }
  .cookie-banner__actions .cookie-button { flex: 1 1 150px; }
  .cookie-option { grid-template-columns: minmax(0, 1fr) auto; }
  .cookie-option .cookie-status { grid-column: 1; width: max-content; }
  .cookie-option input { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 480px) {
  .cookie-banner__actions, .cookie-settings__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-button { width: 100%; }
  .cookie-settings { padding: 10px; }
  .cookie-settings__panel { max-height: calc(100vh - 20px); padding: 23px 18px; border-radius: 18px; }
}
