/* =========================================================================
   Stratus Medical Supplies — public theme
   Brand: blue #1AA0C8 · green #3FAE57 · red #D42A34
   ========================================================================= */

:root {
  --blue: #1AA0C8;
  --blue-600: #127c9d;
  --blue-700: #0f5f79;
  --blue-900: #0b2b3a;
  --green: #3FAE57;
  --green-600: #328f47;
  --red: #D42A34;
  --red-600: #b21f28;

  --ink: #14303c;
  --body: #43555d;
  --muted: #6b7c84;
  --line: #e4ebee;
  --bg: #ffffff;
  --bg-soft: #f4f8fa;
  --bg-deep: #0b2b3a;

  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 2px rgba(11, 43, 58, .06), 0 2px 8px rgba(11, 43, 58, .06);
  --shadow: 0 10px 30px rgba(11, 43, 58, .10);
  --shadow-lg: 0 24px 60px rgba(11, 43, 58, .16);
  --maxw: 1160px;
  --font: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --header-h: 76px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 .5em; font-weight: 700; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.25rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
a { color: var(--blue-600); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--blue-700); }
img { max-width: 100%; display: block; }
ul { margin: 0 0 1rem; padding-left: 1.15rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--soft { background: var(--bg-soft); }
.section--deep { background: var(--bg-deep); color: #cfe2ea; }
.section--deep h1, .section--deep h2, .section--deep h3 { color: #fff; }
.section--tight { padding: clamp(40px, 5vw, 64px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue-600); margin-bottom: .9rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--green); display: inline-block; }
.section--deep .eyebrow { color: #7fd0e6; }

.section-head { max-width: 640px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { font-size: 1.05rem; margin-bottom: 0; }

.lead { font-size: 1.15rem; color: var(--body); }

/* ---------- Buttons -------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 600; font-size: .95rem; line-height: 1;
  padding: .95rem 1.6rem; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(26, 160, 200, .32); }
.btn--primary:hover { background: var(--blue-600); color: #fff; box-shadow: 0 12px 26px rgba(26, 160, 200, .4); }
.btn--green { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(63, 174, 87, .3); }
.btn--green:hover { background: var(--green-600); color: #fff; }
.btn--ghost { border-color: rgba(255, 255, 255, .55); color: #fff; }
.btn--ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.btn--outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn--outline:hover { border-color: var(--blue); color: var(--blue-600); }
.btn--sm { padding: .6rem 1.1rem; font-size: .85rem; }
.btn--block { width: 100%; justify-content: center; }
.arrow-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; }
.arrow-link svg { transition: transform .15s ease; }
.arrow-link:hover svg { transform: translateX(3px); }

/* ---------- Top bar + header ------------------------------------------------ */
.topbar {
  background: var(--blue-900); color: #b9d3dd;
  font-size: .82rem;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 40px; flex-wrap: wrap; }
.topbar a { color: #d7e7ee; }
.topbar a:hover { color: #fff; }
.topbar .dot { opacity: .4; margin: 0 .5rem; }
.topbar-social { display: flex; gap: .9rem; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1rem; }

.brand { display: flex; align-items: center; gap: .7rem; }
.brand img { height: 40px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text b { color: var(--blue-700); font-size: 1.2rem; letter-spacing: -0.02em; font-weight: 800; }
.brand-text span { font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }

.nav { display: flex; align-items: center; gap: 1.5rem; }
.nav a {
  color: var(--ink); font-weight: 500; font-size: .92rem; position: relative; padding: .4rem 0; white-space: nowrap;
}
@media (min-width: 941px) and (max-width: 1120px) {
  .nav { gap: 1.1rem; }
  .nav a { font-size: .88rem; }
  .site-header .container { padding-inline: 16px; }
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px;
  background: var(--green); transition: right .2s ease;
}
.nav a:hover::after, .nav a.is-active::after { right: 0; }
.nav a.is-active { color: var(--blue-700); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* ---------- Hero carousel ---------------------------------------------- */
.hero-carousel {
  position: relative; overflow: hidden; isolation: isolate;
  min-height: clamp(500px, 68vh, 720px);
  background: #0b2b3a; color: #dcecf2;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0; display: flex; align-items: center;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s ease;
}
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide .container { position: relative; z-index: 2; padding-top: clamp(56px, 9vw, 104px); padding-bottom: clamp(72px, 10vw, 120px); }
.hero-content { max-width: 40rem; }
.hero-slide.is-active .hero-content > * { animation: heroIn .7s ease both; }
.hero-slide.is-active .hero-badge { animation-delay: .05s; }
.hero-slide.is-active .hero-heading { animation-delay: .12s; }
.hero-slide.is-active .hero-sub { animation-delay: .2s; }
.hero-slide.is-active .hero-actions { animation-delay: .28s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.hero-heading { color: #fff; font-size: clamp(2.1rem, 4.4vw, 3.25rem); line-height: 1.12; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 1rem; }
.hero-sub { font-size: 1.15rem; margin: 0; color: #d3e6ee; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .6rem; padding: .5rem .9rem;
  border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; font-size: .82rem; font-weight: 600;
  color: #cdeaf3; margin-bottom: 1.5rem; background: rgba(255, 255, 255, .06);
}
.hero-badge b { color: var(--green); font-size: .7em; }

.hero-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3); color: #fff;
  cursor: pointer; transition: background .15s ease, transform .15s ease;
  backdrop-filter: blur(4px);
}
.hero-nav:hover { background: rgba(255, 255, 255, .22); }
.hero-prev { left: max(16px, calc((100vw - var(--maxw)) / 2 - 60px)); }
.hero-next { right: max(16px, calc((100vw - var(--maxw)) / 2 - 60px)); }
.hero-prev svg { transform: rotate(180deg); }
.hero-nav:active { transform: translateY(-50%) scale(.94); }

.hero-dots {
  position: absolute; left: 0; right: 0; bottom: 1.6rem; z-index: 5;
  display: flex; justify-content: center; gap: .55rem;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 999px; padding: 0; cursor: pointer;
  background: rgba(255, 255, 255, .4); border: 0; transition: width .2s ease, background .2s ease;
}
.hero-dot.is-active { width: 30px; background: var(--green); }

/* What we do strip */
.hero-highlights { background: var(--bg-deep); color: #bcdae4; border-top: 1px solid rgba(255,255,255,.08); }
.hero-highlights ul {
  list-style: none; margin: 0; padding: 1.1rem 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem 2rem;
}
.hero-highlights li { display: flex; gap: .6rem; align-items: center; font-size: .9rem; font-weight: 500; }
.hero-highlights li svg { flex: none; color: var(--green); }

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: opacity .2s ease; }
  .hero-slide.is-active .hero-content > * { animation: none; }
}

/* ---------- Stats ------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat { text-align: center; padding: 1.5rem 1rem; }
.stat b { display: flex; align-items: baseline; justify-content: center; gap: .04em; font-size: clamp(2.8rem, 6vw, 4.25rem); color: var(--blue-700); font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
.stat b i { font-size: .55em; font-style: normal; font-weight: 700; color: var(--green); }
.section--deep .stat b { color: #fff; }
.stat > span { font-size: 1rem; color: var(--muted); font-weight: 500; margin-top: .5rem; display: block; }
.section--deep .stat > span { color: #9fc3d1; }

/* ---------- Partners ------------------------------------------------------ */
.partner-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem 1.5rem; align-items: center;
}
.partner {
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; min-height: 84px; transition: border-color .15s ease, box-shadow .15s ease;
}
.partner img {
  max-height: 44px; max-width: 100%; width: auto; object-fit: contain;
  filter: grayscale(1); opacity: .6; transition: filter .2s ease, opacity .2s ease;
}
a.partner:hover { border-color: #cfe0e6; box-shadow: var(--shadow-sm); }
a.partner:hover img { filter: grayscale(0); opacity: 1; }

@media (max-width: 940px) { .partner-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 620px) { .partner-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Cards / grids --------------------------------------------------- */
.grid { display: grid; gap: 1.5rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfe0e6; }
.card .ico {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(135deg, #e7f6fa, #daf0e2); color: var(--blue-700); margin-bottom: 1.1rem;
}
.card h3 { margin-bottom: .5rem; color: var(--ink); }
.card p { font-size: .96rem; margin-bottom: 1rem; color: var(--body); }
a.card { color: inherit; }
a.card:hover h3 { color: var(--blue-600); }
.card .arrow-link { margin-top: auto; }

.feature-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.feature-list li { display: flex; gap: .6rem; padding: .35rem 0; font-size: .92rem; color: var(--body); }
.feature-list li::before {
  content: ""; flex: none; width: 18px; height: 18px; border-radius: 50%; margin-top: .2rem;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* ---------- Post / news / event cards ------------------------------------- */
.post-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-soft); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.post-card:hover .thumb img { transform: scale(1.04); }
.post-card .body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.12rem; margin-bottom: .5rem; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--blue-600); }
.post-card p { font-size: .93rem; color: var(--muted); margin-bottom: 1rem; }
.post-card .arrow-link { margin-top: auto; font-size: .9rem; }

.post-meta { display: flex; align-items: center; gap: .6rem; font-size: .8rem; color: var(--muted); margin-bottom: .7rem; }
.badge {
  display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .7rem; border-radius: 999px;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
.badge--news { background: #e7f6fa; color: var(--blue-700); }
.badge--event { background: #e3f5e8; color: var(--green-600); }
.badge--past { background: #f0f2f3; color: var(--muted); }
.badge--soft { background: #f0f4f6; color: var(--body); }

/* Event date chip */
.date-chip {
  flex: none; width: 60px; text-align: center; border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
}
.date-chip .m { background: var(--red); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .1em; padding: .2rem 0; text-transform: uppercase; }
.date-chip .d { font-size: 1.35rem; font-weight: 800; color: var(--ink); padding: .2rem 0; }

.event-row { display: flex; gap: 1.2rem; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.event-row .info { flex: 1; }
.event-row h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.event-row .where { font-size: .85rem; color: var(--muted); display: flex; gap: 1rem; flex-wrap: wrap; margin-top: .4rem; }

/* ---------- Split / media ---------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split--media-first .media { order: -1; }
.media img, .media .frame { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.media .frame { aspect-ratio: 4 / 3; object-fit: cover; }
.checklist { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.checklist li { display: flex; gap: .7rem; padding: .5rem 0; }
.checklist li svg { flex: none; color: var(--green); margin-top: .15rem; }

/* ---------- Values / icon rows ------------------------------------------ */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.value {
  padding: 1.6rem; border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--blue);
}
.value:nth-child(2) { border-top-color: var(--green); }
.value:nth-child(3) { border-top-color: var(--red); }
.value:nth-child(4) { border-top-color: var(--blue-700); }
.value .ico { width: 44px; height: 44px; border-radius: 11px; background: var(--bg-soft); display: grid; place-items: center; color: var(--blue-700); margin-bottom: .9rem; }
.value h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.value p { font-size: .9rem; margin: 0; }

/* ---------- CTA banner -------------------------------------------------- */
.cta {
  background: linear-gradient(120deg, var(--green-600), var(--blue-600));
  color: #fff; border-radius: calc(var(--radius) + 6px); padding: clamp(2.4rem, 5vw, 3.6rem);
  display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
  box-shadow: var(--shadow-lg);
}
.cta h2 { color: #fff; margin: 0 0 .4rem; }
.cta p { margin: 0; opacity: .92; }

/* ---------- Article typography ---------------------------------------------- */
.article { max-width: 760px; margin: 0 auto; }
.article-hero { max-width: 900px; margin: 0 auto 2.5rem; }
.article-hero h1 { margin-bottom: .8rem; }
.article-cover { border-radius: var(--radius); box-shadow: var(--shadow); margin: 0 auto 2.5rem; max-width: 900px; width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.prose { font-size: 1.06rem; color: #3c4a52; }
.prose h2 { font-size: 1.5rem; margin-top: 2.2rem; }
.prose h3 { font-size: 1.2rem; margin-top: 1.8rem; }
.prose img { border-radius: var(--radius); margin: 1.6rem 0; }
.prose blockquote {
  margin: 1.6rem 0; padding: .5rem 0 .5rem 1.4rem; border-left: 3px solid var(--green);
  color: var(--ink); font-size: 1.15rem; font-style: italic;
}
.prose ul li, .prose ol li { margin: .4rem 0; }
.prose a { text-decoration: underline; }

/* ---------- Forms --------------------------------------------------------- */
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; font-size: .88rem; color: var(--ink); margin-bottom: .4rem; }
.field .req { color: var(--red); }
.input, .textarea, .select {
  width: 100%; font: inherit; color: var(--ink); background: #fff;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: .8rem .95rem; transition: border-color .15s ease, box-shadow .15s ease;
}
.input:focus, .textarea:focus, .select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26, 160, 200, .15); }
.textarea { min-height: 150px; resize: vertical; }
.field-error { color: var(--red-600); font-size: .82rem; margin-top: .35rem; }
.checkbox { display: flex; gap: .6rem; align-items: flex-start; font-size: .9rem; }
.checkbox input { margin-top: .25rem; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }

.alert { padding: 1rem 1.2rem; border-radius: var(--radius-sm); font-size: .92rem; margin-bottom: 1.5rem; }
.alert--success { background: #e3f5e8; color: var(--green-600); border: 1px solid #bfe6c9; }
.alert--error { background: #fdeaeb; color: var(--red-600); border: 1px solid #f6c9cc; }

/* ---------- Contact info panel ------------------------------------------ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.info-list li:last-child { border-bottom: 0; }
.info-list .ico { flex: none; width: 42px; height: 42px; border-radius: 11px; background: var(--bg-soft); display: grid; place-items: center; color: var(--blue-700); }
.info-list b { display: block; color: var(--ink); font-size: .95rem; }
.info-list span { font-size: .9rem; color: var(--muted); }

/* ---------- FAQ / accordion ------------------------------------------------ */
.accordion { max-width: 800px; margin: 0 auto; }
.acc-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: .8rem; background: #fff; overflow: hidden; }
.acc-item summary {
  cursor: pointer; list-style: none; padding: 1.15rem 1.4rem; font-weight: 600; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary::after { content: "+"; font-size: 1.4rem; color: var(--blue); font-weight: 400; transition: transform .2s ease; }
.acc-item[open] summary::after { transform: rotate(45deg); }
.acc-item .acc-body { padding: 0 1.4rem 1.3rem; color: var(--body); font-size: .96rem; }

/* ---------- Breadcrumb / page hero -------------------------------------- */
.page-hero { background: var(--bg-deep); color: #cfe2ea; padding: clamp(48px, 7vw, 84px) 0 clamp(40px, 6vw, 68px); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: url("../img/placeholders/_chevrons.svg") right center/cover; opacity: .35; mix-blend-mode: soft-light; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: .5rem; }
.page-hero p { margin: 0; max-width: 40rem; }
.crumbs { font-size: .82rem; color: #8fb6c4; margin-bottom: 1rem; display: flex; gap: .5rem; }
.crumbs a { color: #bcdae4; }

/* ---------- Pagination -------------------------------------------------- */
.pagination { display: flex; gap: .35rem; justify-content: center; margin-top: 3rem; flex-wrap: wrap; list-style: none; padding: 0; }
.pagination a, .pagination span {
  min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 .6rem;
  border: 1px solid var(--line); border-radius: 9px; font-size: .9rem; color: var(--body); background: #fff;
}
.pagination a:hover { border-color: var(--blue); color: var(--blue-600); }
.pagination .active span { background: var(--blue); border-color: var(--blue); color: #fff; }
.pagination .disabled span { opacity: .4; }

/* ---------- Footer ---------------------------------------------------------- */
.site-footer { background: #08222e; color: #94b3bf; font-size: .92rem; }
.site-footer .container { padding-top: 4rem; padding-bottom: 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 2.5rem; }
.site-footer h4 { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1.1rem; }
.site-footer a { color: #a9c5cf; display: block; padding: .3rem 0; }
.site-footer a:hover { color: #fff; }
.footer-brand img { height: 42px; margin-bottom: 1rem; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 22rem; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 3rem; padding-top: 1.5rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .84rem;
}
.footer-bottom a { display: inline; }

/* ---------- Utilities ------------------------------------------------------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.stack > * + * { margin-top: 1rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.divider { height: 1px; background: var(--line); border: 0; margin: 3rem 0; }

/* ---------- Responsive ---------------------------------------------------- */
@media (max-width: 940px) {
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-highlights ul { grid-template-columns: repeat(2, 1fr); }
  .hero-nav { display: none; }
  .split { grid-template-columns: 1fr; }
  .split--media-first .media { order: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }

  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; background: #fff; flex-direction: column;
    align-items: stretch; gap: 0; padding: .5rem 24px 1.5rem; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); transform: translateY(-120%); transition: transform .25s ease; z-index: 40;
  }
  .nav.is-open { transform: translateY(0); }
  .nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav .btn { margin-top: 1rem; }
  .nav-toggle { display: block; }
}

@media (max-width: 620px) {
  .grid--3, .grid--2, .value-grid { grid-template-columns: 1fr; }
  .hero-highlights ul { grid-template-columns: 1fr; }
  .hero-carousel { min-height: 0; }
  .hero-slides { position: static; }
  .hero-slide { position: relative; }
  .hero-slide:not(.is-active) { display: none; }
  .hero-dots { bottom: .8rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta { flex-direction: column; align-items: flex-start; text-align: left; }
  .topbar .container { justify-content: center; }
  .topbar-info .dot + span { display: none; }
}

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