:root {
  --bg:        #ffffff;
  --bg-2:      #eef2f7;   --bg-2-rgb:  238,242,247;
  --surface:   #ffffff;   --surface-rgb: 255,255,255;
  --panel:     #e7edf4;

  --navy:      #14243a;   --navy-rgb:  20,36,58;
  --navy-2:    #1d3350;

  --line:      rgba(20,36,58,.11);
  --line-2:    rgba(20,36,58,.17);

  --ink:    #14233b;
  --text:   #33425a;
  --muted:  #566780;
  --faint:  #8794a6;

  --accent:    #1c74d4;   --accent-rgb:  28,116,212;
  --accent-2:  #145aa8;   --accent-2-rgb: 20,90,168;
  --accent-bright: #2f9bef;
  --accent-soft: rgba(28,116,212,.08);

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;

  --shadow:    0 26px 60px -34px rgba(20,36,58,.42);
  --shadow-sm: 0 14px 34px -22px rgba(20,36,58,.30);
  --shadow-xs: 0 6px 18px -10px rgba(20,36,58,.20);
  --ease:      cubic-bezier(.22,.61,.36,1);

  --display: 'Outfit', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --sans:    'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --maxw: 1200px;
  --nav-h: 72px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.12; margin: 0; letter-spacing: -.015em; color: var(--ink); overflow-wrap: break-word; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 3.5vw, 2rem); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 300;
  background: var(--accent); color: #fff; padding: .6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.accent { color: var(--accent); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--display); font-weight: 600; font-size: .95rem; line-height: 1;
  padding: .85rem 1.45rem; border-radius: 999px; border: 1.5px solid transparent;
  background: var(--bg-2); color: var(--ink); cursor: pointer;
  transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 14px 30px -14px rgba(var(--accent-rgb),.6); }
.btn--primary:hover { background: var(--accent-2); border-color: var(--accent-2); box-shadow: 0 18px 38px -14px rgba(var(--accent-rgb),.7); }
.btn--ghost { background: transparent; border-color: var(--line-2); color: var(--ink); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn--dark { background: var(--navy); border-color: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--navy-2); border-color: var(--navy-2); }
.btn--lg { padding: 1.05rem 1.8rem; font-size: 1.02rem; }
.on-dark .btn--ghost { border-color: rgba(255,255,255,.32); color: #fff; }
.on-dark .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

.topbar { background: var(--navy); color: #cdd6e2; font-size: .84rem; }
.topbar__inner { display: flex; align-items: center; gap: 1.6rem; height: 40px; }
.topbar__item { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; }
.topbar__item svg { width: 15px; height: 15px; color: var(--accent-bright); flex: 0 0 auto; opacity: .95; }
.topbar__mail { margin-left: auto; color: #e4e9f0; }
.topbar__mail:hover { color: #fff; }
@media (max-width: 900px) { .topbar__item:not(.topbar__mail) { display: none; } .topbar__mail { margin: 0 auto; } }

.site-header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-shell { display: flex; align-items: center; gap: 1rem; height: var(--nav-h); max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 3.5vw, 2rem); }

.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand__logo { display: block; height: 40px; width: auto; }
.brand--footer .brand__logo { height: 54px; }
.brand__clip { display: block; height: 34px; overflow: hidden; }
.brand__clip img { display: block; height: 56px; width: auto; }
@media (max-width: 520px) { .brand__logo { height: 34px; } .brand__clip { height: 30px; } .brand__clip img { height: 50px; } }

.nav-links { display: flex; align-items: center; gap: .1rem; margin-left: auto; }
.nav-links a {
  display: inline-flex; align-items: center; white-space: nowrap;
  font-family: var(--display); font-weight: 500; font-size: .95rem; color: var(--text);
  padding: .55rem .7rem; border-radius: 10px; transition: color .18s, background .18s;
}
.nav-links a:hover { color: var(--accent); }
.nav-links a.is-active { color: var(--accent); }

.nav-cta { display: flex; align-items: center; gap: .55rem; margin-left: 1rem; flex: 0 0 auto; }
.nav-phone { display: inline-flex; align-items: center; gap: .45rem; color: var(--ink); font-family: var(--display); font-weight: 600; font-size: .95rem; padding: .5rem .5rem; white-space: nowrap; }
.nav-phone svg { width: 17px; height: 17px; color: var(--accent); }
.nav-phone:hover { color: var(--accent); }

.nav-toggle { display: none; }

@media (max-width: 1024px) { .nav-phone span { display: none; } }

@media (max-width: 900px) {
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; margin: 0;
    flex-direction: column; align-items: stretch; gap: .1rem;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: .6rem clamp(1.1rem,3.5vw,2rem) 1rem;
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s var(--ease);
  }
  body.nav-open .nav-links { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: .85rem .4rem; font-size: 1.02rem; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-toggle {
    display: inline-grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; margin-left: .4rem;
    background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 12px; cursor: pointer;
  }
  .nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
    content: ""; display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: .22s var(--ease);
  }
  .nav-toggle span { position: relative; }
  .nav-toggle span::before { position: absolute; top: -6px; }
  .nav-toggle span::after { position: absolute; top: 6px; }
  body.nav-open .nav-toggle span { background: transparent; }
  body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
  body.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }
}
@media (max-width: 560px) { .nav-cta .nav-phone { display: none; } }

main { display: block; }

.section { padding: clamp(3.4rem, 7vw, 6rem) 0; }
.section--alt { background: var(--bg-2); }

.section-head { max-width: 720px; margin: 0 0 clamp(1.8rem, 4vw, 2.8rem); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem; font-family: var(--display); font-weight: 600;
  font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); border-radius: 2px; }
.section-head--center .eyebrow { justify-content: center; }
.section-title { font-size: clamp(1.75rem, 3.7vw, 2.7rem); font-weight: 600; }
.section-title span { color: var(--accent); }
.lead { color: var(--muted); font-size: 1.1rem; margin: 1rem 0 0; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(2.6rem, 6vw, 4.6rem) 0 clamp(2.8rem, 6vw, 4.6rem);
  background: radial-gradient(58% 55% at 50% 0%, rgba(var(--accent-rgb),.07), transparent 62%), linear-gradient(180deg, #fbfcfe, var(--bg)); }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__bg--fallback::before {
  content: ""; position: absolute; inset: 0; opacity: .55;
  background-image: linear-gradient(rgba(20,36,58,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(20,36,58,.045) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(72% 60% at 50% 26%, #000, transparent 82%);
}

.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(1.8rem, 4vw, 3.6rem); align-items: center; }
.hero__text { max-width: 620px; min-width: 0; }
.hero__title { font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 700; letter-spacing: -.022em; line-height: 1.06; -webkit-hyphens: manual; hyphens: manual; }
.hero__title span { display: block; color: var(--accent); }
.hero__lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.2rem); margin: 1.3rem 0 0; max-width: 34em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero__trust { list-style: none; margin: 2.1rem 0 0; padding: 1.6rem 0 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .7rem 1.8rem; }
.hero__trust li { display: inline-flex; align-items: center; gap: .5rem; color: var(--text); font-size: .93rem; font-weight: 500; }
.hero__trust svg { width: 18px; height: 18px; color: var(--accent); flex: 0 0 auto; }

.hero__media { position: relative; min-width: 0; }
.hero__media::before { content: ""; position: absolute; right: -16px; bottom: -16px; width: 60%; height: 60%; background: var(--accent); border-radius: var(--radius-lg); z-index: -1; opacity: .1; }
.hero__panel { position: relative; display: grid; place-items: center; border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden;
  background: radial-gradient(90% 90% at 50% 18%, rgba(var(--accent-rgb),.1), transparent 70%), linear-gradient(180deg, #f4f8fd, #e8f1fb);
  box-shadow: var(--shadow); padding: clamp(1.8rem, 4vw, 3rem) clamp(1.4rem, 3vw, 2.4rem); min-height: clamp(280px, 32vw, 360px); }
.hero__panel::before { content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(rgba(20,36,58,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20,36,58,.05) 1px, transparent 1px);
  background-size: 34px 34px; mask-image: radial-gradient(78% 78% at 50% 42%, #000, transparent 84%); }
.hero__panel img { position: relative; width: 100%; max-width: 520px; height: auto; filter: drop-shadow(0 16px 26px rgba(20,36,58,.18)); }
.hero__stat { position: absolute; left: clamp(-6px, 2vw, 20px); bottom: clamp(12px, 4vw, 26px); background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); padding: .9rem 1.15rem; display: flex; align-items: center; gap: .8rem; }
.hero__stat b { font-family: var(--display); font-size: 1.9rem; font-weight: 700; color: var(--accent); line-height: 1; }
.hero__stat span { font-size: .86rem; color: var(--muted); line-height: 1.25; }
@media (max-width: 900px) { .hero__grid { grid-template-columns: 1fr; } .hero__media { order: -1; } .hero__title { font-size: clamp(1.5rem, 5.4vw, 2.7rem); } .hero__panel img { max-height: 300px; object-fit: contain; } }

.usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.1rem; }
.usp { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.5rem; box-shadow: var(--shadow-xs); transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.usp:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.usp__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; margin-bottom: 1rem; background: var(--accent-soft); color: var(--accent); }
.usp__icon svg { width: 24px; height: 24px; }
.usp h3 { font-size: 1.14rem; margin-bottom: .4rem; }
.usp p { color: var(--muted); font-size: .96rem; margin: 0; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.3rem; }
.prod-card {
  position: relative; display: flex; flex-direction: column; gap: .55rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.7rem 1.6rem; overflow: hidden; box-shadow: var(--shadow-xs);
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.prod-card:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.prod-card__thumb { margin: -1.7rem -1.6rem 0; aspect-ratio: 16/10; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); display: grid; place-items: center; padding: .7rem 1rem; }
.prod-card__thumb img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.prod-card__cat { font-family: var(--display); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.prod-card__icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 13px; margin-bottom: .5rem; background: var(--accent-soft); color: var(--accent); }
.prod-card__icon svg { width: 25px; height: 25px; }
.prod-card h3 { font-size: 1.25rem; }
.prod-card p { color: var(--muted); font-size: .97rem; margin: 0; flex: 1; }
.card-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: .7rem; color: var(--accent); font-family: var(--display); font-weight: 600; font-size: .94rem; }
.card-link svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.prod-card:hover .card-link svg { transform: translateX(4px); }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; }
.stat { text-align: center; padding: 1.7rem 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-xs); }
.stat__num { font-family: var(--display); font-weight: 700; font-size: clamp(2rem, 4vw, 2.9rem); color: var(--accent); line-height: 1; }
.stat__label { color: var(--muted); font-size: .92rem; margin-top: .5rem; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--panel); aspect-ratio: 4/3; box-shadow: var(--shadow-sm); }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__media--product { aspect-ratio: auto; overflow: visible; background: var(--panel); padding: clamp(.8rem, 2.2vw, 1.4rem); display: grid; place-items: center; box-shadow: none; }
.split__media--product img { width: 100%; height: auto; max-height: 62vh; object-fit: contain; background: #fff; border-radius: var(--radius); padding: clamp(1rem, 3vw, 1.8rem); box-shadow: var(--shadow-xs); }
.split__media--fallback { display: grid; place-items: center; color: var(--faint); background: var(--panel); }
.split__media--fallback svg { width: 84px; height: 84px; color: rgba(var(--accent-rgb),.4); }
.split__body h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .split--rev .split__media { order: 0; } }

.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg);
  padding: clamp(2.4rem, 5vw, 3.8rem); text-align: center; color: #cfd8e4;
  background: radial-gradient(100% 160% at 50% 0%, rgba(var(--accent-rgb),.35), transparent 55%), var(--navy); }
.cta-band h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: #fff; }
.cta-band p { color: #b7c2d1; max-width: 580px; margin: .9rem auto 1.7rem; }
.cta-band .hero__cta { margin-top: 0; justify-content: center; }
.cta-band .btn--primary { background: var(--accent-bright); border-color: var(--accent-bright); color: #05203b; }
.cta-band .btn--primary:hover { background: #55b0f7; border-color: #55b0f7; }
.cta-band .btn--ghost { border-color: rgba(255,255,255,.32); color: #fff; }
.cta-band .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.3rem; }
.news-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-xs); transition: transform .25s var(--ease), box-shadow .25s; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.news-card__media { aspect-ratio: 16/9; background: var(--panel); overflow: hidden; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; }
.news-card__body { padding: 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.news-card__date { font-family: var(--display); font-size: .78rem; letter-spacing: .08em; color: var(--accent); text-transform: uppercase; font-weight: 600; }
.news-card h3 { font-size: 1.16rem; }
.news-card p { color: var(--muted); font-size: .95rem; margin: 0; flex: 1; }

.page-head { padding: clamp(1.4rem, 3vw, 2.4rem) 0 0; }
.page-head--hero { background: var(--bg-2); padding-bottom: clamp(1.6rem, 3.4vw, 2.6rem); border-bottom: 1px solid var(--line); }
.crumbs { color: var(--faint); font-size: .88rem; margin-bottom: 1rem; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--accent); }
.page-title { font-size: clamp(2rem, 4.6vw, 3rem); font-weight: 700; letter-spacing: -.02em; }
.page-title span { color: var(--accent); }

.prose { color: var(--text); font-size: 1.05rem; max-width: 760px; }
.prose > *:first-child { margin-top: 0; }
.prose p { margin: 1.1rem 0; }
.prose h2 { font-size: 1.55rem; margin: 2.3rem 0 .6rem; }
.prose h3 { font-size: 1.22rem; margin: 1.8rem 0 .5rem; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { margin: 1.1rem 0; padding-left: 1.3rem; }
.prose li { margin: .45rem 0; }
.prose li::marker { color: var(--accent); }
.prose img { border-radius: var(--radius); border: 1px solid var(--line); margin: 1.4rem 0; }
.prose strong { color: var(--ink); }
.prose blockquote { margin: 1.4rem 0; padding: .7rem 1.3rem; border-left: 3px solid var(--accent); background: var(--bg-2); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--muted); }

.article-wrap { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: clamp(1.6rem,4vw,3rem); align-items: start; }
@media (max-width: 880px) { .article-wrap { grid-template-columns: 1fr; } }
.aside-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-xs); position: sticky; top: calc(var(--nav-h) + 12px); }
.aside-card h4 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: .9rem; }
.aside-card .row { display: flex; gap: .55rem; align-items: flex-start; color: var(--muted); font-size: .95rem; margin: .5rem 0; }
.aside-card .row svg { width: 17px; height: 17px; color: var(--accent); flex: 0 0 auto; margin-top: .15rem; }

.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.3rem); box-shadow: var(--shadow-xs); }
.field { display: grid; gap: .4rem; margin-bottom: 1rem; }
.field label { font-family: var(--display); font-weight: 500; font-size: .9rem; color: var(--ink); }
.field input, .field textarea {
  font: inherit; font-size: 1rem; color: var(--ink); background: var(--bg-2);
  border: 1px solid var(--line-2); border-radius: var(--radius-sm); padding: .8rem .9rem; width: 100%;
  transition: border-color .18s, box-shadow .18s, background .18s;
}
.field textarea { resize: vertical; min-height: 140px; }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px rgba(var(--accent-rgb),.16); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-msg { margin: 0 0 1rem; padding: .8rem 1rem; border-radius: var(--radius-sm); font-size: .96rem; }
.form-msg.ok  { background: rgba(15,122,67,.1); border: 1px solid rgba(15,122,67,.35); color: #0f7a43; }
.form-msg.err { background: rgba(180,35,24,.08); border: 1px solid rgba(180,35,24,.32); color: #b42318; }

.info-list { display: grid; gap: .1rem; }
.info-list .row { display: flex; gap: .8rem; align-items: flex-start; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.info-list .row:last-child { border-bottom: 0; }
.info-list .row svg { width: 20px; height: 20px; color: var(--accent); flex: 0 0 auto; margin-top: .15rem; }
.info-list .row b { display: block; font-family: var(--display); font-weight: 600; color: var(--ink); }
.info-list .row span { color: var(--muted); }
.map-embed { margin-top: 1.2rem; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/10; }
.map-embed iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.12) contrast(1.02); }

.slideshow { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow-sm); }
.slideshow__frame { position: relative; aspect-ratio: 16/10; }
.slideshow__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .4s var(--ease); }
.slideshow__slide.is-active { opacity: 1; }
.slideshow__slide img { width: 100%; height: 100%; object-fit: cover; }
.slideshow__btn { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; display: grid; place-items: center;
  background: rgba(255,255,255,.85); backdrop-filter: blur(6px); border: 1px solid var(--line-2); border-radius: 999px; color: var(--ink); cursor: pointer; font-size: 1.3rem; }
.slideshow__prev { left: 12px; } .slideshow__next { right: 12px; }
.slideshow__btn:hover { background: var(--accent); border-color: transparent; color: #fff; }
.slideshow__meta { position: absolute; bottom: 12px; right: 14px; background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 999px; padding: .25rem .7rem; font-size: .85rem; color: var(--muted); }
.slideshow__dots { display: flex; justify-content: center; gap: .5rem; padding: .9rem; }
.slideshow__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); border: 0; padding: 0; cursor: pointer; transition: background .2s; }
.slideshow__dot.is-active { background: var(--accent); }

.site-footer { background: var(--navy); color: #b7c2d1; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: clamp(1.6rem, 4vw, 3rem); padding: clamp(2.8rem, 5vw, 4.2rem) clamp(1.1rem,3.5vw,2rem) clamp(2rem,4vw,2.6rem); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand-col { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.brand--footer { margin-bottom: 1.1rem; }
.footer-about { color: #97a4b5; font-size: .95rem; max-width: 40ch; margin: 0; }
.footer-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.footer-badge { font-family: var(--display); font-size: .76rem; font-weight: 500; letter-spacing: .04em; color: #cdd6e2; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: .32rem .8rem; }
.footer-col h4 { font-family: var(--display); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 1.1rem; }
.footer-links { display: grid; gap: .6rem; }
.footer-links a { color: #a7b3c3; font-size: .96rem; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: .1rem; }
.footer-contact .row { display: flex; gap: .55rem; align-items: flex-start; color: #a7b3c3; font-size: .95rem; padding: .3rem 0; }
.footer-contact .row svg { width: 17px; height: 17px; color: var(--accent-bright); flex: 0 0 auto; margin-top: .2rem; }
.footer-contact .row:hover { color: #fff; }
.footer-contact .row--muted { color: #7f8da0; font-size: .9rem; padding-left: 0; }
.footer-hours { margin-top: .9rem; display: grid; gap: .2rem; color: #7f8da0; font-size: .88rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1.4rem; padding: 1.3rem clamp(1.1rem,3.5vw,2rem); border-top: 1px solid rgba(255,255,255,.1); color: #7f8da0; font-size: .86rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-legal a:hover { color: #fff; }

.to-top {
  position: fixed; right: clamp(14px, 3vw, 30px); bottom: clamp(14px, 3vw, 30px); z-index: 90;
  width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-2);
  border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); color: var(--ink);
  box-shadow: var(--shadow-sm);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s var(--ease), background .2s var(--ease), color .2s;
}
.to-top svg { width: 22px; height: 22px; }
.to-top:hover { background: var(--accent); border-color: transparent; color: #fff; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
@media (prefers-reduced-motion: reduce) { .to-top { transition: none; } }
