:root {
  --navy: #173a70; --navy-dark: #0e2850; --red: #b5322a; --ink: #182435;
  --muted: #5c6673; --paper: #f8f6f1; --line: #dddcd7; --pale-blue: #edf3f8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
a { color: inherit; } img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--navy-dark); color: white; border-radius: 4px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgb(248 246 241 / 94%); border-bottom: 1px solid rgb(23 58 112 / 12%); backdrop-filter: blur(12px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: min(390px, 48vw); } .brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 650; }
nav a { text-decoration: none; } nav a:not(.nav-phone):hover { color: var(--navy); text-decoration: underline; text-underline-offset: 5px; }
.nav-phone { background: var(--navy); color: white; padding: 11px 20px; border-radius: 3px; } .nav-phone:hover { background: var(--navy-dark); }
.hero { position: relative; overflow: hidden; padding: 95px 0 0; background: linear-gradient(180deg, #fff 0%, #faf9f5 72%, var(--paper) 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; right: -140px; top: -360px; background: rgb(23 58 112 / 4%); }
.hero-copy { position: relative; z-index: 2; text-align: center; }
.eyebrow { margin: 0 0 13px; color: var(--red); font-size: .76rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-weight: 500; letter-spacing: -.025em; }
h1 { max-width: 880px; margin: 0 auto 22px; font-size: clamp(2.75rem, 6vw, 5.2rem); line-height: 1.02; }
.lead { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--navy); border-radius: 3px; text-decoration: none; font-weight: 720; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); } .button-primary { background: var(--navy); color: white; } .button-primary:hover { background: var(--navy-dark); }
.button-secondary { background: white; color: var(--navy); } .button-secondary:hover { background: var(--pale-blue); }
.city-art { position: relative; width: min(1400px, 100%); margin: 38px auto -2px; }
.city-art::after { content: ""; position: absolute; inset: auto 0 0; height: 15%; background: linear-gradient(transparent, var(--paper)); }
.city-art img { width: 100%; height: auto; aspect-ratio: 3000 / 947; }
.contact-section { padding: 90px 0 105px; } .section-heading { text-align: center; margin-bottom: 42px; }
#kontakt, #praktisk { scroll-margin-top: 112px; }
h2 { margin-bottom: 16px; font-size: clamp(2.15rem, 4vw, 3.35rem); line-height: 1.08; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.contact-card { min-width: 0; padding: 30px 25px 28px; background: white; border: 1px solid var(--line); border-top: 3px solid var(--navy); border-radius: 4px; box-shadow: 0 8px 35px rgb(28 49 77 / 4%); }
.contact-card:nth-child(2) { border-top-color: var(--red); }
.icon-wrap { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--pale-blue); color: var(--navy); }
.contact-card h3 { margin-bottom: 8px; color: var(--navy); font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; }
.contact-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.contact-card .card-emphasis, .primary-link { display: block; margin-bottom: 7px; color: var(--ink); font-size: 1.08rem; font-weight: 720; line-height: 1.45; }
.primary-link { color: var(--navy); text-underline-offset: 4px; } .email-link { max-width: 100%; font-size: clamp(.84rem, 3.75vw, .94rem); overflow-wrap: anywhere; }
.text-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: var(--navy); font-weight: 700; text-underline-offset: 4px; }
.practical-section { padding: 95px 0; background: white; border-block: 1px solid var(--line); }
.practical-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.section-intro { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.section-intro a { color: var(--navy); font-weight: 650; text-underline-offset: 4px; }
.notice { display: flex; gap: 20px; padding: 32px; background: var(--pale-blue); border-left: 4px solid var(--navy); }
.notice-mark { flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-family: Georgia, serif; font-weight: 700; }
.notice h3 { margin: 1px 0 8px; color: var(--navy); font-size: 1.07rem; } .notice p { margin-bottom: 0; color: #425164; }
.emergency-section { padding: 76px 0; background: var(--navy-dark); color: white; }
.emergency-inner { display: grid; grid-template-columns: .45fr 1.55fr; align-items: center; gap: 55px; }
.eyebrow-light { color: #f2a199; } .emergency-section h2 { margin-bottom: 0; color: white; }
.emergency-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.emergency-item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px 12px; padding: 20px; border: 1px solid rgb(255 255 255 / 22%); background: rgb(255 255 255 / 6%); text-decoration: none; }
.emergency-item:hover { background: rgb(255 255 255 / 12%); }
.emergency-number { grid-column: 1 / -1; color: white; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 700; white-space: nowrap; }
.emergency-item-urgent .emergency-number { color: #f6aaa3; }
.emergency-item strong, .emergency-item small { display: block; } .emergency-item strong { font-size: .96rem; } .emergency-item small { color: rgb(255 255 255 / 70%); font-size: .8rem; }
footer { padding: 36px 0; background: #091d3b; color: rgb(255 255 255 / 68%); font-size: .84rem; }
.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; } .footer-inner strong { display: block; margin-bottom: 2px; color: white; } .footer-inner span { display: block; }
.developer-credit { margin-bottom: 0; white-space: nowrap; } .developer-credit a { color: white; text-decoration-color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #0a4f8a; outline-offset: 3px; box-shadow: 0 0 0 6px white; }
@media (max-width: 920px) {
  .header-inner { flex-wrap: wrap; row-gap: 0; padding-top: 10px; }
  nav { width: 100%; justify-content: center; flex-wrap: wrap; gap: 4px 24px; padding-bottom: 10px; }
  nav a { min-height: 44px; display: inline-flex; align-items: center; }
  .nav-phone { padding-block: 10px; }
  #kontakt, #praktisk { scroll-margin-top: 150px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .practical-grid, .emergency-inner { grid-template-columns: 1fr; gap: 38px; }
  .emergency-options { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; flex-wrap: nowrap; gap: 14px; padding-block: 8px; }
  .brand { flex: 1 1 auto; width: min(210px, 58vw); margin-inline: 0; }
  nav { flex: none; width: auto; gap: 0; padding-bottom: 0; font-size: .82rem; }
  nav a:not(.nav-phone) { display: none; }
  .nav-phone { min-height: 44px; padding: 9px 13px; font-size: .82rem; white-space: nowrap; }
  .hero { padding-top: 44px; } h1 { font-size: clamp(2.15rem, 10.5vw, 3rem); } .lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; } .button { width: 100%; } .city-art { width: 100%; margin: 26px auto 0; }
  .contact-section, .practical-section { padding-block: 68px; } .contact-grid, .emergency-options { grid-template-columns: 1fr; } .contact-card { padding: 26px 23px; }
  .notice { padding: 25px 20px; gap: 14px; } .emergency-section { padding-block: 60px; } .emergency-item { padding: 19px 17px; gap: 14px; } .emergency-number { font-size: 1.55rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
