:root {
  --navy: #073b5c;
  --navy-dark: #04283f;
  --blue: #007ea8;
  --cyan: #16b8d4;
  --teal: #00a8b5;
  --orange: #f28c28;
  --ink: #17212b;
  --muted: #5b6773;
  --line: #dbe4e9;
  --soft: #f3f7f9;
  --white: #fff;
  --shadow: 0 22px 55px rgba(3, 51, 77, .12);
  --radius: 22px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffbe5c; outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.site-header { position: sticky; z-index: 1000; top: 0; height: 76px; color: #fff; background: rgba(4, 40, 63, .96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 40px), 1280px); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid currentColor; border-radius: 13px 13px 4px 13px; font-weight: 900; letter-spacing: -.06em; }
.brand-copy { display: grid; line-height: 1.2; font-size: 13px; }
.brand-copy strong { font-size: 14px; }
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 750; }
.primary-nav a { text-decoration: none; }
.primary-nav a:not(.nav-cta) { padding-block: 25px; border-bottom: 2px solid transparent; }
.primary-nav a:not(.nav-cta):hover { border-bottom-color: var(--cyan); color: #fff; }
.nav-cta { padding: 10px 15px; border-radius: 9px; color: var(--navy-dark); background: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 8px; color: #fff; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 690px; color: #fff; background: radial-gradient(circle at 70% 20%, rgba(22,184,212,.22), transparent 32%), linear-gradient(125deg, var(--navy-dark), var(--navy) 58%, #005e7d); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent, #000 65%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; min-height: 690px; padding-block: 70px; }
.eyebrow { margin: 0 0 13px; color: #91edff; font-size: 13px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dark { color: var(--blue); }
.hero h1 { max-width: 800px; margin: 0 0 25px; font-size: clamp(48px, 6.2vw, 82px); line-height: .97; letter-spacing: -.055em; }
.hero h1 span { color: #68deed; }
.hero-lead { max-width: 700px; margin: 0 0 30px; color: #d8edf3; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border: 2px solid transparent; border-radius: 10px; text-decoration: none; font-size: 15px; font-weight: 850; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.button-primary { color: #fff; background: var(--orange); }
.button-light { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.06); }
.button-white { color: var(--navy); background: #fff; }
.button-outline-white { color: #fff; border-color: rgba(255,255,255,.7); background: transparent; }
.hero-facts { display: flex; gap: 34px; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: grid; gap: 2px; }
.hero-facts strong { font-size: 21px; color: #fff; }
.hero-facts span { max-width: 130px; color: #bcd6de; font-size: 12px; line-height: 1.35; }
.hero-visual { position: relative; min-height: 510px; }
.hero-photo { position: absolute; overflow: hidden; border: 7px solid rgba(255,255,255,.12); border-radius: 30px; box-shadow: 0 35px 75px rgba(0,0,0,.27); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-one { top: 30px; right: 4px; width: 75%; height: 350px; transform: rotate(2.2deg); }
.photo-two { left: 0; bottom: 26px; width: 56%; height: 230px; transform: rotate(-4deg); }
.hero-badge { position: absolute; right: 5px; bottom: 16px; width: 215px; padding: 18px; border-radius: 18px; color: var(--navy-dark); background: #fff; box-shadow: var(--shadow); font-size: 14px; font-weight: 850; line-height: 1.35; }
.hero-badge::before { content: "✓"; display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 10px; border-radius: 50%; color: #fff; background: var(--teal); }
.route { position: absolute; border: 2px dashed rgba(104,222,237,.55); border-radius: 50%; }
.route-a { inset: 0 30px 90px 90px; }
.route-b { inset: 160px 130px 0 0; }

.section { padding-block: 100px; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.wide-heading { max-width: 850px; }
.section h2 { margin: 0 0 18px; color: var(--navy-dark); font-size: clamp(37px, 5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.section h3 { color: var(--navy-dark); }
.section-heading > p:last-child, .section-lead { color: var(--muted); font-size: 19px; }
.quiz-section { padding-block: 84px; }
.quiz-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.quiz-grid .button { margin-top: 16px; }
.external-note { color: var(--muted); font-size: 13px; }
.quiz-card { position: relative; display: block; overflow: hidden; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transition: transform .2s ease; }
.quiz-card::after { content: "Odpri kviz ↗"; position: absolute; right: 18px; bottom: 18px; padding: 8px 12px; border-radius: 8px; color: #fff; background: var(--navy); font-size: 13px; font-weight: 800; }
.quiz-card:hover { transform: translateY(-5px) rotate(-.4deg); }

.programme-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.programme-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(3,51,77,.08); }
.programme-card::before { content: ""; display: block; height: 7px; background: var(--teal); }
.programme-university::before { background: var(--orange); }
.programme-top { min-height: 285px; padding: 34px 34px 24px; }
.programme-type { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.programme-card h3 { margin: 9px 0 15px; font-size: 31px; line-height: 1.08; letter-spacing: -.035em; }
.programme-top p { color: var(--muted); }
.programme-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-block: 1px solid var(--line); }
.programme-facts div { padding: 16px 22px; }
.programme-facts div:nth-child(odd) { border-right: 1px solid var(--line); }
.programme-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.programme-facts dt { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.programme-facts dd { margin: 2px 0 0; color: var(--navy); font-size: 14px; font-weight: 750; line-height: 1.35; }
details summary { cursor: pointer; color: var(--navy); font-weight: 850; }
.programme-card details { border-bottom: 1px solid var(--line); }
.programme-card summary { padding: 17px 24px; }
.details-body { padding: 0 25px 22px; color: var(--muted); font-size: 15px; }
.details-body h4 { margin: 20px 0 4px; color: var(--navy-dark); font-size: 16px; }
.details-body ul { padding-left: 20px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 18px; padding: 22px 25px 26px; }
.card-actions a { color: var(--blue); font-size: 14px; font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.benefit-grid article { grid-column: span 2; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.benefit-grid article:nth-child(4) { grid-column: 2 / span 2; }
.benefit-grid article:nth-child(5) { grid-column: 4 / span 2; }
.benefit-grid img { width: 56px; height: 56px; object-fit: contain; margin-bottom: 24px; }
.benefit-grid h3 { margin: 0 0 10px; font-size: 20px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.recognition { color: #fff; background: var(--navy-dark); }
.recognition h2, .recognition h3 { color: #fff; }
.recognition .section-heading > p:last-child { color: #bcd6de; }
.recognition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.recognition-card { display: grid; place-items: center; min-height: 230px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; color: #d7ebf0; background: rgba(255,255,255,.06); text-align: center; text-decoration: none; }
a.recognition-card:hover { border-color: #68deed; background: rgba(255,255,255,.1); }
.recognition-card img { max-width: 180px; max-height: 100px; margin-bottom: 18px; object-fit: contain; filter: brightness(1.12); }
.recognition-card span { font-size: 13px; }
.recognition-note { max-width: 900px; margin: 34px auto 0; color: #bcd6de; text-align: center; }

.split-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 19px; }
.career-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; margin-bottom: 60px; padding: 34px; border-radius: 18px; color: #fff; background: var(--navy); }
.career-links h3 { grid-column: 1 / -1; margin: 0 0 12px; color: #fff; }
.career-links a { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #dff7fb; text-decoration: none; font-size: 14px; }
.career-links a:hover { color: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.testimonial-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.testimonial-grid img { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; object-position: top center; background: var(--soft); }
.testimonial-grid blockquote { min-height: 180px; margin: 0; padding: 22px 22px 10px; color: var(--navy-dark); font-size: 15px; font-weight: 650; }
.testimonial-grid a { display: inline-block; margin: 0 22px 24px; color: var(--blue); font-size: 13px; font-weight: 850; }
.employment-stat { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: center; margin-top: 42px; padding: 38px; border-radius: 20px; background: var(--soft); }
.employment-stat div { display: grid; }
.employment-stat strong { color: var(--orange); font-size: clamp(54px, 8vw, 88px); line-height: 1; letter-spacing: -.06em; }
.employment-stat span { color: var(--navy); font-weight: 800; }
.employment-stat p { margin: 0; color: var(--muted); font-size: 15px; }

.future { color: #fff; background: linear-gradient(135deg, #005a75, var(--navy)); }
.future h2, .future h3 { color: #fff; }
.future .section-heading > p:last-child { color: #c5e6ed; }
.future-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 25px; }
.video-card, .future-cards article { border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.07); }
.video-card { padding: 20px; }
.video-card h3 { font-size: 25px; margin-bottom: 8px; }
.video-card > p { color: #c5e6ed; }
.video-placeholder, .video-placeholder iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 13px; }
.video-placeholder { display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(22,184,212,.28), transparent 55%), #032a3e; text-align: center; }
.video-placeholder > div { display: grid; place-items: center; gap: 6px; padding: 25px; }
.video-placeholder .play { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 5px; border-radius: 50%; color: var(--navy); background: #fff; }
.video-placeholder span:last-of-type { color: #bcd6de; font-size: 13px; }
.video-placeholder button { margin-top: 8px; border: 0; color: #fff; background: transparent; text-decoration: underline; cursor: pointer; }
.video-card details { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.15); }
.video-card details summary { color: #fff; }
.video-card .details-body { color: #c5e6ed; }
.future-cards { display: grid; gap: 25px; }
.future-cards article { padding: 30px; }
.future-icon { display: inline-flex; width: 46px; height: 46px; color: #68deed; }
.future-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.future-cards h3 { margin: 10px 0 8px; }
.future-cards p { margin: 0; color: #c5e6ed; font-size: 15px; }

.student-life { background: var(--soft); }
.life-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.life-card { display: grid; grid-template-columns: 180px 1fr; overflow: hidden; min-height: 250px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.life-card img { width: 100%; height: 100%; object-fit: cover; }
.life-card > div:not(.life-icon) { padding: 26px; }
.life-card h3 { margin: 0 0 8px; }
.life-card p { margin: 0 0 10px; color: var(--muted); font-size: 15px; }
.life-card summary { font-size: 14px; }
.life-card details p { margin-top: 10px; }
.life-food { grid-column: 1 / -1; grid-template-columns: 180px 1fr; }
.life-icon { display: grid; place-items: center; font-size: 68px; background: #e7f7f8; }
.life-card a { color: var(--blue); font-weight: 800; }

.locations { color: #fff; background: var(--navy-dark); }
.locations h2, .locations h3 { color: #fff; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.location-grid article { display: grid; grid-template-columns: 45% 55%; overflow: hidden; min-height: 340px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.06); }
.location-grid img { width: 100%; height: 100%; object-fit: cover; }
.location-grid article > div { padding: 30px; }
.location-label { color: #68deed; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.location-grid h3 { margin: 5px 0 8px; font-size: 34px; }
.location-grid p { color: #c5e6ed; font-size: 15px; }
.location-grid a { color: #fff; font-weight: 800; }

.final-cta { padding-block: 76px; color: #fff; background: var(--orange); }
.final-cta h2 { color: #fff; }
.final-cta .eyebrow { color: #fff; }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.final-cta-inner p:last-child { max-width: 680px; margin-bottom: 0; }
.final-cta-inner .button-row { justify-content: flex-end; }

.site-footer { padding-block: 55px 24px; color: #c3d4da; background: #031e2e; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 38px; align-items: start; }
.footer-brand { color: #fff; }
.site-footer address { font-style: normal; }
.site-footer a { color: #fff; }
.site-footer nav { display: grid; justify-items: start; gap: 6px; }
.site-footer nav button { padding: 0; border: 0; color: #fff; background: transparent; text-decoration: underline; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8da8b2; font-size: 12px; }

body.consent-open { overflow: hidden; }
#fl-consent { position: fixed; z-index: 2147483646; inset: 0; display: none; align-items: flex-end; justify-content: center; padding: 18px; background: rgba(0, 0, 0, .62); }
#fl-consent.open { display: flex; }
#fl-consent-box { position: relative; width: min(720px, 100%); max-height: min(90vh, 820px); overflow: auto; padding: 26px; border-radius: 16px; color: #1f2937; background: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.35); }
#fl-consent h2 { margin: 0 40px 10px 0; color: var(--navy); font-size: 27px; line-height: 1.15; letter-spacing: -.025em; }
#fl-consent p { margin: 0 0 18px; font-size: 15px; line-height: 1.55; }
#fl-consent a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
#fl-consent-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; color: var(--navy); background: var(--soft); font-size: 23px; cursor: pointer; }
.fl-consent-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.fl-consent-row strong, .fl-consent-row span { display: block; }
.fl-consent-row strong { color: var(--navy-dark); }
.fl-consent-row span { margin-top: 3px; color: var(--muted); font-size: 13px; }
.fl-consent-row input { width: 22px; height: 22px; accent-color: var(--blue); }
.fl-consent-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.fl-consent-actions button { flex: 1 1 160px; min-height: 46px; padding: 9px 12px; border: 2px solid var(--navy); border-radius: 8px; color: var(--navy); background: #fff; font-weight: 800; cursor: pointer; }
.fl-consent-actions .fl-primary { color: #fff; background: var(--navy); }
#fl-consent-manage { position: fixed; z-index: 2147483645; left: 12px; bottom: 12px; padding: 9px 13px; border: 0; border-radius: 22px; color: #fff; background: var(--navy); box-shadow: 0 3px 14px rgba(0,0,0,.26); font-size: 12px; font-weight: 750; cursor: pointer; }

@media (max-width: 1080px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 30px; }
  .hero-visual { min-height: 450px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article, .benefit-grid article:nth-child(4), .benefit-grid article:nth-child(5) { grid-column: auto; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .location-grid article { grid-template-columns: 1fr; }
  .location-grid img { height: 230px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 70px; }
  .header-inner { width: min(calc(100% - 28px), 1280px); }
  .brand-copy { display: none; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; align-items: stretch; padding: 18px 20px 24px; color: #fff; background: var(--navy-dark); box-shadow: 0 18px 35px rgba(0,0,0,.2); }
  .primary-nav.open { display: grid; }
  .primary-nav a:not(.nav-cta) { padding: 10px 4px; border: 0; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 75px; }
  .hero-visual { display: none; }
  .hero-copy { max-width: 720px; }
  .quiz-grid, .programme-grid, .future-grid, .split-heading, .employment-stat, .final-cta-inner { grid-template-columns: 1fr; }
  .quiz-grid { gap: 40px; }
  .programme-top { min-height: auto; }
  .recognition-grid { grid-template-columns: 1fr; }
  .recognition-card { min-height: 190px; }
  .career-links { grid-template-columns: 1fr; }
  .life-grid { grid-template-columns: 1fr; }
  .life-food { grid-column: auto; }
  .location-grid { grid-template-columns: 1fr; }
  .final-cta-inner .button-row { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding-block: 74px; }
  .hero-grid { padding-block: 60px 70px; }
  .hero h1 { font-size: clamp(43px, 13.5vw, 65px); }
  .hero-lead { font-size: 18px; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
  .hero-facts strong { font-size: 16px; }
  .hero-facts span { font-size: 10px; }
  .section h2 { font-size: 40px; }
  .quiz-card { padding: 14px; }
  .programme-top { padding: 28px 24px 22px; }
  .programme-card h3 { font-size: 27px; }
  .programme-facts { grid-template-columns: 1fr; }
  .programme-facts div:nth-child(odd) { border-right: 0; }
  .programme-facts div { border-bottom: 1px solid var(--line); }
  .programme-facts div:last-child { border-bottom: 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { padding: 24px; }
  .career-links { padding: 25px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote { min-height: auto; }
  .employment-stat { padding: 28px; gap: 25px; }
  .life-card, .life-food { grid-template-columns: 1fr; }
  .life-card img { height: 230px; }
  .life-icon { min-height: 150px; }
  .location-grid article { min-height: auto; }
  .location-grid article > div { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { grid-column: auto; }
  .footer-bottom { display: grid; }
  #fl-consent { padding: 8px; }
  #fl-consent-box { padding: 22px 18px 16px; border-radius: 14px; }
  #fl-consent h2 { font-size: 25px; }
  .fl-consent-actions { display: grid; }
  .fl-consent-actions button { width: 100%; }
}

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

@media print {
  .site-header, .button-row, .site-footer, #fl-consent, #fl-consent-manage { display: none !important; }
  .hero { min-height: auto; color: #000; background: #fff; }
  .hero h1, .hero h1 span, .hero-lead { color: #000; }
  .hero-grid { display: block; min-height: auto; padding: 30px 0; }
  .hero-visual { display: none; }
  .section { padding-block: 30px; }
}
