/* ==========================================================================
   MARTOCK · THEME 2026 — 1:1 implementation of new_theme/hp.pdf (1920 design)
   Loaded after martock.css; overrides header/footer sitewide and styles the
   new homepage sections (t26-*). All px values measured from the PDF.
   ========================================================================== */

:root {
  --t26-blue: #021675;
  --t26-blue-deep: #0b1859;
  --t26-gold: #cc994a;
  --t26-gold-dark: #b78538;
  --t26-green: #008c43;
  --t26-ink: #1b1b1b;
  --t26-radius-card: 20px;
  --t26-radius-btn: 14px;
  --t26-container: 1726px;
}

/* ------------------------------------------------------------------ base */
.t26-container {
  max-width: var(--t26-container);
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 13px);
  padding-right: clamp(20px, 5vw, 20px);
}
@media (min-width: 1921px) { .t26-container { padding-left: 0; padding-right: 0; } }

/* gold solid button — 258.5×58.5 r14 in the PDF */
.t26-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(46px, 2.8vw, 54px);
  padding: 0 clamp(20px, 1.8vw, 24px);
  border-radius: var(--t26-radius-btn);
  background: var(--t26-gold);
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.t26-btn:hover { background: var(--t26-gold-dark); }
.t26-btn:active { transform: translateY(1px); }

/* white outline button (CTA banner) */
.t26-btn--ghost {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 13px;
}
.t26-btn--ghost:hover { background: rgba(255, 255, 255, .12); }

/* outline pill with ↗ — 206×44 r13, 1px border */
.t26-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: clamp(38px, 2.2vw, 42px);
  padding: 0 clamp(16px, 1.2vw, 22px);
  border: 1px solid var(--t26-blue);
  border-radius: 13px;
  background: transparent;
  color: var(--t26-blue);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 9.98px + 0.3659vw, 17px);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.t26-pill img { width: 16px; height: 15px; display: block; }
.t26-pill:hover { background: var(--t26-blue); color: #fff; }
.t26-pill:hover img { filter: brightness(0) invert(1); }
.t26-pill--light { border-color: #fff; color: #fff; }
.t26-pill--light:hover { background: #fff; color: var(--t26-blue); }
.t26-pill--light:hover img { filter: brightness(0) saturate(100%) invert(9%) sepia(77%) saturate(4728%) hue-rotate(233deg) brightness(85%) contrast(112%); }

/* section headers: eyebrow + title + pill on the right */
.t26-sechead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.t26-eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 8.63px + 0.4878vw, 18px);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--t26-gold);
  margin: 0 0 11px;
}
.t26-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(26px, 18px + 0.7317vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--t26-blue);
  margin: 0;
}
.t26-title--light { color: #fff; }

/* ================================================================ HEADER */
/* Floating rounded navy box inset 36px, contact icons above it, gold news
   bar tucked under its bottom edge. Overrides mk-hd rules in martock.css. */

.mk-hd {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 120;
  padding: 0 36px;
  background: none;
}
/* open mobile drawer must sit above the blurred body backdrop (z-index 150) */
body.menu-open .mk-hd { z-index: 400; }
.mk-hd .m-mainmenu {
  position: relative;
  z-index: 2;
  background: var(--t26-blue);
  border-radius: var(--t26-radius-btn);
  border: 0;
  box-shadow: none;
  margin-top: 28px;
}

/* contact mega menu (nav item "Contact") — contacts + map */
.mega--contact .mega__col ul a .material-symbols-outlined {
  font-variation-settings: 'FILL' 1;
  font-size: 20px;
  vertical-align: -5px;
  margin-right: 10px;
  color: var(--t26-gold);
}
.mega__address li {
  color: rgba(255, 255, 255, .85);
  font-size: .92rem;
  padding: 4px 0;
}
.mega__promo--map { flex: 0 0 380px; min-width: 300px; }
.mega__map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
  border-radius: 12px;
  background: #0a1c60;
}

/* utility row inside the navy box */
.mk-hd__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 4.3vw, 70px);
  height: 50px;
  padding: 8px 32px 0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: -2px;
}
.mk-hd__wx,
.mk-hd__util,
.mk-hd__snow {
  color: #fff;
  font-size: clamp(11px, 9.66px + 0.122vw, 12px);
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: none;
  background: none;
  border: 0;
  opacity: 1;
}
.mk-hd__util { text-transform: uppercase; }
.mk-hd__cam .mk-hd__util-label { text-transform: none; }
.mk-hd__wx strong, .mk-hd__snow strong { font-weight: 600; }
.mk-hd__wx strong small, .mk-hd__snow strong small { font-size: 1em; }
.mk-hd__wx .material-symbols-outlined,
.mk-hd__util .material-symbols-outlined,
.mk-hd__snow .material-symbols-outlined {
  font-size: 20px;
  color: inherit;
  font-variation-settings: 'FILL' 1;
  transition: color .2s;
}
.mk-hd__wx:hover, .mk-hd__util:hover, .mk-hd__snow:hover,
.mk-hd__wx:hover .material-symbols-outlined,
.mk-hd__util:hover .material-symbols-outlined,
.mk-hd__snow:hover .material-symbols-outlined { color: var(--t26-gold); }
.mk-hd__wx-caret { display: none; }
.mk-hd__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  background: none;
  border: 0;
  padding: 0;
}
.mk-hd__dot {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--t26-green) 0 46%, #d7ecde 47% 100%);
  box-shadow: none;
  animation: none;
}
.mk-hd__status strong,
.mk-hd__status .mk-hd__hours {
  color: var(--t26-green);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
}

/* main nav row */
.mk-hd .m-mainmenu__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 88px;
  padding: 0 24px 8px 320px;
}
.mk-hd .m-brand {
  position: absolute;
  left: 37px;
  top: -26px;
  margin: 0;
  z-index: 60;
}
.mk-hd .m-brand__logo,
.mk-hd .m-brand img {
  width: auto;
  height: 137px;
  margin-top: -42px;
  position: relative;
  z-index: 555;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .25));
}
.m-nav { margin-left: 0; }
@media (min-width: 1101px) {
  /* mega dropdown: navy per theme 2026, rounded on all corners */
  .mk-hd .m-nav__list > li.has-sub .mega {
    gap: clamp(28px, 3vw, 55px);
    background: var(--t26-blue);
    border-radius: 14px;
  }
  .m-nav__list { display: flex; align-items: center; gap: clamp(24px, 3.4vw, 66px); }
  .m-nav__list > li > a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(11px, 9.66px + 0.122vw, 12px);
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .m-nav__list > li > a .caret {
    display: inline-block;
    width: 14px; height: 8px;
    margin-left: 12px;
    color: transparent;
    overflow: hidden;
    background: url("/assets/img/theme2026/icons/caret-down.svg") center / 14px 8px no-repeat;
    opacity: 1;
  }
  .m-nav__list > li > a:hover { color: var(--t26-gold); }
}
@media (min-width: 1101px) { .m-nav__buy { display: none; } }
.mk-hd__right { margin-left: clamp(24px, 2.5vw, 62px); }
.mk-hd__cta.btn {
  height: clamp(41px, 2.8vw, 44px);
  padding: 0 clamp(12px, 1.4vw, 26px);
  border-radius: var(--t26-radius-btn);
  background: var(--t26-gold);
  color: #fff;
  font-size: clamp(11px, 9.66px + 0.122vw, 12px);
  font-weight: 600;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  box-shadow: none;
  border: 0;
}
.mk-hd__cta.btn:hover { background: var(--t26-gold-dark); }

/* gold news bar tucked under the box */
.m-hotnews {
  position: relative;
  z-index: 1;
  margin: -14px 0 0;
  background: var(--t26-gold);
  border-radius: var(--t26-radius-btn);
  padding: 0;
}
.m-hotnews__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 64px !important;
}
.m-hotnews__close {
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background .2s, opacity .2s;
}
.m-hotnews__close:hover { background: rgba(255, 255, 255, .18); }
.m-hotnews__tag { display: none; }
.m-hotnews__text {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 11.7px + 0.122vw, 14px);
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-align: center;
}
.mk-hd.is-docked .m-hotnews { display: none; }

/* mobile: news bar becomes an endless ticker */
@keyframes t26-ticker {
  from { transform: translateX(100vw); }
  to { transform: translateX(-100%); }
}
@media (max-width: 1100px) {
  .m-hotnews__inner { justify-content: flex-start; overflow: hidden; padding: 0 !important; }
  .m-hotnews__text {
    white-space: nowrap;
    will-change: transform;
    animation: t26-ticker 14s linear infinite;
  }
  .m-hotnews__close {
    right: 8px;
    background: var(--t26-gold);
    box-shadow: -8px 0 12px -4px rgba(0, 0, 0, .18);
  }
}

/* mobile drawer: small logo + open info top-left, utility links at the bottom */
.m-nav__brandrow, .m-nav__utils { display: none; }
@media (max-width: 1100px) {
  .m-nav__brandrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: -48px 80px 0 22px;
  }
  .m-nav__brandrow img { width: 52px; height: auto; }
  .m-nav__openinfo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--t26-green);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .m-nav__opendot {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--t26-green) 0 46%, #d7ecde 47% 100%);
  }
  .m-nav__utils {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 22px 28px;
    padding-top: 16px;
    border-top: 1px solid rgba(2, 22, 117, .14);
  }
  .m-nav__utils a,
  .m-nav__utils button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 8px;
    color: #1b2a5e;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    background: none;
    border: 0;
    text-align: left;
    cursor: pointer;
  }
  .m-nav__utils .material-symbols-outlined { font-size: 22px; color: var(--t26-blue); font-variation-settings: 'FILL' 1; }
}

/* docked (scroll) state — same box, fixed to top */
.mk-hd.is-docked {
  position: fixed;
  top: 0;
  padding-top: 10px;
  transform: translateY(-130%);
  transition: transform .28s ease;
}
.mk-hd.is-docked.is-up { transform: none; }
.mk-hd.no-anim { transition: none !important; }
.mk-hd.is-docked .m-mainmenu { margin-top: 0; box-shadow: 0 14px 34px -18px rgba(2, 22, 117, .55); }
.mk-hd.is-docked .m-brand { top: -6px; }
.mk-hd.is-docked .m-brand__logo,
.mk-hd.is-docked .m-brand img { width: 132px; height: auto; margin-top: -52px; }
.mk-hd.is-docked .mk-hd__info { height: 52px; padding-top: 4px; }
.mk-hd.is-docked .m-mainmenu__inner { min-height: 84px; }

/* conditions drop-down strip keeps martock.css styling; just round it */
.mk-hd__cond { border-radius: 0 0 var(--t26-radius-btn) var(--t26-radius-btn); }

/* mid-size desktop: tighter nav so all items fit on one row */
@media (min-width: 1101px) and (max-width: 1440px) {
  .mk-hd .m-mainmenu__inner { padding: 0 16px 8px 220px; }
  .m-nav__list { gap: clamp(14px, 1.9vw, 30px); }
  .mk-hd__info { gap: clamp(16px, 2.6vw, 44px); }
  .mk-hd__right { margin-left: 20px; }
  .mk-hd__cta.btn { padding: 0 16px; }
}

@media (max-width: 1100px) {
  .mk-hd { padding: 0 14px; }
  .mk-hd .m-mainmenu { margin-top: 14px; }
  .mk-hd__info { gap: 16px; height: auto; flex-wrap: wrap; padding: 12px 16px 0 128px; justify-content: flex-end; }
  .mk-hd .m-mainmenu__inner { padding: 0 16px 8px 128px; min-height: 74px; }
  .mk-hd .m-brand { left: 14px; top: 4px; }
  .mk-hd .m-brand__logo, .mk-hd .m-brand img { width: 104px; height: auto; margin-top: -16px; }
  .mk-hd.is-docked .m-brand__logo,
  .mk-hd.is-docked .m-brand img { width: 111px; height: auto; margin-top: -3px; }
  .mk-hd.is-docked .m-mainmenu__inner { min-height: 64px; }
  .mk-hd__cta.btn { height: 48px; font-size: 15px; padding: 0 18px; }
  .mk-hd__status strong, .mk-hd__status .mk-hd__hours { font-size: 13px; }
  .mk-hd__dot { width: 18px; height: 18px; }
  .m-hotnews__text { font-size: 13px; }
  .t26-sechead { flex-wrap: wrap; align-items: flex-start; }
}

/* ================================================================== HERO */
.t26-hero {
  position: relative;
  min-height: 760px;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: clip;
  background: var(--t26-blue);
}
.t26-hero__media { position: absolute; inset: 0; overflow: hidden; }
.t26-hero__media video,
.t26-hero__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.t26-hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(2, 15, 70, .38) 0%, rgba(2, 15, 70, .18) 40%, rgba(2, 15, 70, .42) 100%);
}
.t26-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(32px, 4vw, 120px);
  padding-bottom: 61px;
}
.t26-hero__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(56px, 2.34px + 4.878vw, 96px);
  line-height: .94;
  font-weight: 800;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff;
}
.t26-hero__aside { max-width: 843px; padding-bottom: 16px; }
.t26-hero__aside p {
  margin: 0 0 38px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 3.93px + 1.098vw, 25px);
  line-height: 1.22;
  font-weight: 400;
  max-width: 480px;
}
.t26-hero__ctas { display: flex; flex-wrap: wrap; gap: 34px; }

/* gold strip under the hero — 69px */
.t26-goldstrip { height: 69px; background: var(--t26-gold); }
.t26-goldstrip--footer { height: 46px; }
.t26-goldstrip__ctas { display: none; }

/* animated scroll-down hint (mobile) */
.t26-hero__scrolldown { display: none; }
@keyframes t26-scrolldot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

@media (max-width: 1100px) {
  .t26-hero { min-height: 640px; }
  .t26-hero__content { flex-direction: column; align-items: flex-start; padding-top: 220px; padding-bottom: 88px; }
  .t26-hero__aside p { font-size: 15px; margin-bottom: 0; }
  /* CTA buttons move from the hero into the gold strip */
  .t26-hero__ctas { display: none; }
  .t26-goldstrip--hero { height: auto; padding: 14px 16px 16px; }
  .t26-goldstrip__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
  .t26-goldstrip__ctas .t26-btn { height: 46px; font-size: 14px; padding: 0 18px; background: var(--t26-blue); width: 100%; }
  .t26-goldstrip__ctas .t26-btn:hover { background: #04228f; }
  .t26-hero__scrolldown {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 26px; height: 42px;
    margin-left: -13px;
    border: 2px solid #fff;
    border-radius: 15px;
    opacity: .9;
    z-index: 3;
  }
  .t26-hero__scrolldown::after {
    content: "";
    position: absolute;
    left: 50%; top: 8px;
    width: 4px; height: 8px;
    margin-left: -2px;
    border-radius: 2px;
    background: #fff;
    animation: t26-scrolldot 1.6s ease-in-out infinite;
  }
  .t26-goldstrip { height: 40px; }
  .t26-goldstrip--hero { height: auto; }
}

/* ================================================================ EVENTS */
.t26-events { background: #fff; padding: 92px 0 118px; }
.t26-events__rail { margin-top: 67px; }

.t26-evcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--t26-blue);
  border-radius: var(--t26-radius-card);
  overflow: hidden;
  text-decoration: none;
  position: relative;
  transition: box-shadow .25s;
}
.t26-evcard:hover {
  box-shadow: 0 18px 40px -18px rgba(2, 22, 117, .35);
}
.t26-evcard__media { aspect-ratio: 1 / 1; width: 100%; flex: none; overflow: hidden; }
.t26-ev-swiper .swiper-slide { height: auto; display: flex; }
.t26-ev-swiper .swiper-slide > .t26-evcard { width: 100%; }
.t26-evcard__media img { width: 100%; height: 100%; object-fit: cover; background: #fff; display: block; transition: transform .4s ease; }
.t26-evcard:hover .t26-evcard__media img { transform: scale(1.04); }
.t26-evcard__body { padding: 12px 17px 16px; display: flex; flex-direction: column; flex: 1; }
.t26-evcard__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 11.5px + 0.3171vw, 17.6px);
  line-height: 1.14;
  font-weight: 700;
  color: var(--t26-blue);
}
.t26-evcard__date {
  margin: 6px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(10px, 8.12px + 0.1707vw, 11.4px);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--t26-gold);
}
.t26-evcard__desc {
  margin: 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 10.4px + 0.1463vw, 13.2px);
  line-height: 1.48;
  color: var(--t26-ink);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t26-evcard__arrow {
  align-self: flex-end;
  margin-top: auto;
  padding-top: 12px;
  width: 18px; height: auto;
}
.t26-evcard__arrow img { width: 18px; height: 18px; display: block; }

/* ============================================================ ACTIVITIES */
.t26-acts { background: var(--t26-blue); padding: 100px 0 119px; }
.t26-acts__rail { margin-top: 70px; }

.t26-actcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  border-radius: 21px;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
}
.t26-actcard img.t26-actcard__photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .4s ease;
}
.t26-actcard::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, .4);
  z-index: -1;
  transition: background .25s;
}
.t26-actcard:hover img.t26-actcard__photo { transform: scale(1.04); }
.t26-actcard:hover::after { background: rgba(0, 0, 0, .25); }
.t26-actcard__icon {
  width: clamp(36px, 2.4vw, 46px); height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}
.t26-actcard__icon.material-symbols-outlined {
  width: auto; height: auto;
  font-size: clamp(36px, 22.6px + 1.22vw, 46px);
  color: #fff;
  font-variation-settings: 'FILL' 1;
}
.t26-actcard__label {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 8.98px + 0.3659vw, 16px);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
}

/* swiper pagination dots (activities) */
.t26-acts .swiper-pagination { position: static; margin-top: 51px; }
.t26-acts .swiper-pagination:empty { display: none; }
.t26-acts .swiper-pagination-bullet {
  width: 15px; height: 15px;
  margin: 0 10px !important;
  background: transparent;
  border: 1.5px solid #fff;
  opacity: 1;
}
.t26-acts .swiper-pagination-bullet-active { background: #fff; }


/* ============================================================ CONDITIONS */
.t26-cond { background: #fff; padding: 120px 0 117px; }
.t26-cond__grid {
  display: grid;
  grid-template-columns: minmax(0, 1274fr) minmax(320px, 401fr);
  gap: 52px;
  margin-top: 55px;
}
.t26-cond__cam {
  position: relative;
  display: block;
  height: 716px;
  border: 1.5px solid var(--t26-blue);
  border-radius: 19px;
  overflow: hidden;
}
.t26-cond__cam img.t26-cond__feed {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.t26-cond__chip {
  position: absolute;
  top: 20px; left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(93, 99, 103, .88);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.t26-cond__chip svg { display: block; }
.t26-cond__tiles { display: flex; flex-direction: column; gap: 32px; }
.t26-tile {
  flex: 1;
  min-height: 155px;
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--t26-blue);
  border-radius: 19px;
  color: #fff;
  text-decoration: none;
  transition: background .2s;
}
a.t26-tile:hover { background: #04228f; }
.t26-tile__icon {
  flex: 0 0 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t26-tile__icon img { width: clamp(38px, 2.6vw, 50px); height: clamp(42px, 2.9vw, 56px); object-fit: contain; }
.t26-tile__icon .material-symbols-outlined { font-size: 50px; color: #fff; font-variation-settings: 'FILL' 1; }
.t26-tile__body { font-family: "Montserrat", sans-serif; padding-right: 16px; }
.t26-tile__label {
  display: block;
  font-size: clamp(13px, 8.98px + 0.3659vw, 16px);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0;
}
.t26-tile__value {
  display: block;
  font-size: clamp(24px, 13.3px + 0.9756vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
.t26-tile__value small { font-size: 32px; font-weight: 700; }
.t26-tile__sub { display: block; font-size: clamp(11px, 8.32px + 0.2439vw, 13px); font-weight: 400; margin: 2px 0 0; }

@media (max-width: 1250px) {
  .t26-cond__grid { grid-template-columns: 1fr; }
  .t26-cond__cam { height: clamp(320px, 52vw, 716px); }
  .t26-cond__tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
}
@media (max-width: 800px) {
  .t26-cond__tiles { display: flex; flex-direction: column; gap: 12px; }
}

/* ============================================================ CTA BANNER */
.t26-cta {
  background: var(--t26-blue);
  padding: 95px 0 90px;
  text-align: center;
}
.t26-cta h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 5.85px + 2.195vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
}
.t26-cta p {
  margin: 26px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 8.29px + 0.6098vw, 20px);
  line-height: 1.2;
  color: #fff;
}
.t26-cta__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 37px;
  margin-top: 56px;
}

/* ================================================================ FOOTER */
.footer--martock {
  background: var(--t26-blue);
  border-top: 0;
  padding: 52px 0 56px;
  font-family: "Montserrat", sans-serif;
}
.footer--martock .container { max-width: var(--t26-container); padding: 0 clamp(20px, 5vw, 5px); margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 396fr 414fr 491fr 425fr;
  gap: 0 24px;
  padding: 0;
  border: 0;
}
.footer--martock .logobot {
  width: 140px;
  height: auto;
  margin-bottom: 36px;
}
.footer-tag { display: none; }
.footer-address {
  list-style: none;
  margin: 0;
  padding: 0 0 0 32px;
  position: relative;
  color: #fff;
  font-size: clamp(13px, 10.3px + 0.2439vw, 15px);
  line-height: 1.15;
  font-weight: 500;
}
.footer-address li, .footer-address strong { color: #fff; font-weight: 500; }
.footer-address li { font-weight: 400 !important; }
.footer-address a { color: #fff; text-decoration: none; transition: color .2s; }
.footer-address a:hover { color: var(--t26-gold); }
.footer-address::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
  background: url("/assets/img/theme2026/icons/ic-pin.png") no-repeat center / contain;
}
.footer-contactlines { margin: 21px 0 0; padding: 0; list-style: none; }
.footer-contactlines li { margin: 0 0 17px; }
.footer-contactlines a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: clamp(13px, 11.7px + 0.122vw, 14px);
  font-weight: 400;
  text-decoration: none;
  border: 0;
}
.footer-contactlines a:hover { color: var(--t26-gold); }
.footer-contactlines img { width: 22px; height: 22px; }

.footer-nav h2,
.footer-newsletter h2 {
  margin: 8px 0 0;
  color: var(--t26-gold);
  font-size: clamp(15px, 11px + 0.3659vw, 18px);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.footer-nav ul { margin: 28px 0 0; }
.footer-nav li { padding: 0; margin: 0 0 10px; font-size: clamp(13px, 11.7px + 0.122vw, 14px); }
.footer-nav a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: color .2s, transform .25s;
}
.footer-nav a:hover { color: var(--t26-gold); text-decoration: none; transform: translateX(4px); }

.footer-newsletter .muted {
  margin: 31px 0 0;
  color: #fff;
  font-size: clamp(13px, 10.3px + 0.2439vw, 15px);
  line-height: 1.35;
}
.newsletter {
  display: flex;
  margin-top: 29px;
  height: 52px;
  border: 1px solid #6777bf;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(255, 255, 255, .06);
}
.newsletter input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  padding: 0 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 10.3px + 0.2439vw, 15px);
}
.newsletter input::placeholder { color: #97a3d4; }
.newsletter button {
  flex: 0 0 164px;
  background: var(--t26-gold);
  border: 0;
  border-radius: 13px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 10.3px + 0.2439vw, 15px);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
}
.newsletter button:hover { background: var(--t26-gold-dark); }

.footer-followus {
  margin: 52px 0 0;
  color: var(--t26-gold);
  font-size: clamp(15px, 11px + 0.3659vw, 18px);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-socials { display: flex; gap: 33px; margin-top: 27px; }
.footer-socials a {
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  border-radius: 0;
  opacity: 1;
  transition: opacity .2s;
}
.footer-socials a:hover { background: none; opacity: .72; }
.footer-socials img { width: 100%; height: 100%; object-fit: contain; }

.footer-base {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  font-size: clamp(13px, 10.3px + 0.2439vw, 15px);
}
.footer-base p { margin: 0; color: #fff; }
.footer-base a { color: #fff; }
.footer-base a:hover { color: var(--t26-gold); }

@media (max-width: 1250px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
}
@media (max-width: 700px) {
  .footer-grid { display: block; }
  .footer-grid .footer-col {
    margin-bottom: 1px;
    border-bottom: solid 1px;
    padding-bottom: 0px;
    padding-top: 16px;
  }
  .footer-grid .footer-col:last-child { margin-bottom: 0; }
  .footer-base { flex-direction: column; }
  .newsletter button { flex-basis: 120px; font-size: 15px; }
}

/* =========================================================== SWIPER RAILS */
.t26-rail { position: relative; }
.t26-rail .swiper { overflow: hidden; }
/* side arrows appear only when cards overflow (mobile/tablet) */
.t26-rail__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(2, 22, 117, .85);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.t26-rail__nav--prev { left: -8px; }
.t26-rail__nav--next { right: -8px; }
.t26-rail__nav.swiper-button-disabled { opacity: .3; }
@media (max-width: 1399px) { .t26-rail__nav { display: inline-flex; } }
