/* Karalus Relaunch — Art Direction: Präzision trifft Licht */
:root {
  --kr-ink: #102932;
  --kr-deep: #07384d;
  --kr-blue: #087cac;
  --kr-sky: #dbeaf0;
  --kr-mist: #e8edeb;
  --kr-paper: #f6f4ef;
  --kr-white: #fff;
  --kr-copper: #a64b28;
  --kr-line: rgba(16, 41, 50, .16);
  --kr-shadow: 0 28px 70px rgba(7, 56, 77, .14);
  --kr-serif: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --kr-sans: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
}

/* 1.6.5: Bewegte Bewertungszeile bleibt auf ihren sichtbaren Bereich begrenzt. */
body[data-karalus-relaunch="1"] .reviews-stream {
  contain: paint;
}

/* v1.5.5: clear conversion hierarchy, readable mobile worlds and robust targets. */
body[data-karalus-home="1"] .home-hero-actions {
  align-items: stretch;
  display: grid;
  gap: .7rem .8rem;
  grid-template-columns: repeat(2, minmax(0, max-content));
}
body[data-karalus-home="1"] .home-hero-actions .button {
  justify-content: center;
  min-height: 52px;
}
body[data-karalus-home="1"] .home-hero-sideway {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 680;
  grid-column: 1 / -1;
  min-height: 44px;
  padding: .45rem .2rem;
  text-decoration-color: rgba(255,255,255,.68);
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
  width: max-content;
}
body[data-karalus-home="1"] .home-hero-sideway::after {
  content: "↗";
  margin-left: .45rem;
}
body[data-karalus-home="1"] .home-hero-sideway:hover,
body[data-karalus-home="1"] .home-hero-sideway:focus-visible {
  color: #ffd1b7;
  text-decoration-color: currentColor;
}

.karalus-not-found {
  background: #eef3f5;
  padding: clamp(7rem, 14vw, 11rem) 0 clamp(5rem, 10vw, 8rem);
}
.karalus-not-found h1 { color: #07384d; max-width: 18ch; }
.karalus-not-found p { color: #29444f; font-size: 1.08rem; line-height: 1.7; max-width: 60ch; }
.karalus-not-found-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.karalus-not-found-actions .button,
.karalus-not-found-actions .text-link { align-items: center; display: inline-flex; min-height: 48px; }

@media (max-width: 760px) {
  body[data-karalus-home="1"] .home-hero-actions {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    width: 100%;
  }
  body[data-karalus-home="1"] .home-hero-actions .button { min-height: 54px; width: 100%; }
  body[data-karalus-home="1"] .home-hero-sideway { align-self: flex-start; margin-top: .1rem; min-height: 44px; width: auto; }

  body[data-karalus-home="1"] .world-card {
    isolation: isolate;
    min-height: 420px;
    position: relative;
  }
  body[data-karalus-home="1"] .world-card .world-overlay {
    background: linear-gradient(180deg,rgba(3,25,35,.06) 0%,rgba(3,25,35,.2) 35%,rgba(3,25,35,.9) 64%,rgba(3,25,35,.98) 100%);
  }
  body[data-karalus-home="1"] .world-card .world-content {
    align-items: flex-start;
    box-sizing: border-box;
    height: 100%;
    justify-content: flex-end;
    padding: clamp(1.15rem,5vw,1.55rem);
    position: relative;
    text-align: left;
    z-index: 2;
  }
  body[data-karalus-home="1"] .world-card .world-content > span {
    align-self: flex-start;
    background: rgba(3,31,42,.88);
    border-left: 3px solid var(--kr-copper);
    font-size: .78rem;
    justify-content: flex-start;
    left: auto;
    max-width: 100%;
    padding: .5rem .7rem;
    position: static;
    text-align: left;
    top: auto;
    width: auto;
  }
  body[data-karalus-home="1"] .world-card h3 {
    font-size: clamp(1.75rem,8vw,2.2rem);
    margin: .75rem 0 .45rem;
    text-shadow: 0 2px 12px rgba(0,0,0,.82);
  }
  body[data-karalus-home="1"] .world-card p {
    color: #fff;
    font-size: .98rem;
    line-height: 1.5;
    margin: 0;
    max-width: 32rem;
    text-shadow: 0 2px 10px rgba(0,0,0,.9);
  }
  body[data-karalus-home="1"] .world-card b {
    align-items: center;
    align-self: stretch;
    background: #fff;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
    color: #07384d !important;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    min-height: 50px;
    padding: .75rem 1rem;
    text-shadow: none;
  }

  body[data-karalus-relaunch="1"] :is(.button,.text-link,.home-service-links a,.content-mobile-nav a,.studio-nav-cluster a,.studio-nav-bottom a) {
    box-sizing: border-box;
    min-height: 48px;
  }
  body[data-karalus-relaunch="1"] .site-footer a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
    padding-block: .35rem;
  }
  body[data-karalus-relaunch="1"] .breadcrumbs a {
    align-items: center;
    display: inline-flex;
    min-height: 36px;
    padding-inline: .12rem;
  }
  .karalus-not-found { padding-top: 8rem; }
  .karalus-not-found-actions { align-items: stretch; flex-direction: column; }
  .karalus-not-found-actions .button,
  .karalus-not-found-actions .text-link { justify-content: center; width: 100%; }
}

/* Version 1.5.4: image-led mobile first impression and navigation-first menu. */
.karalus-consultation-bar { display: none; }
body[data-karalus-relaunch="1"] .site-header {
  position: sticky;
  top: 0;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
  z-index: 9998;
}
.karalus-anniversary {
  color: #b7892d;
  display: inline-flex;
  font-size: .8rem;
  gap: .25rem;
  letter-spacing: .02em;
  margin-right: auto;
  white-space: nowrap;
}
.karalus-anniversary strong { color: inherit; font-size: 1.05em; }
.studio-nav-layout { grid-template-columns: minmax(460px,1.22fr) minmax(300px,.78fr); }
.studio-nav-brand { align-items: center; display: flex; gap: .8rem; }
.studio-nav-brand > img { height: auto; width: 138px; }
.studio-nav-brand .studio-nav-anniversary {
  color: #b7892d;
  display: inline-flex;
  font-size: .88rem;
  gap: .25rem;
  letter-spacing: .02em;
  text-transform: none;
  white-space: nowrap;
}
.studio-nav-brand .studio-nav-anniversary strong { color: inherit; font: inherit; font-weight: 820; }
.studio-nav-showcase { justify-self: center; max-width: 460px; width: 100%; }
.studio-nav-showcase-copy { justify-items: center; text-align: center; }
.studio-nav-contact-actions {
  grid-template-columns: minmax(240px,340px);
  justify-content: center;
  justify-items: center;
  margin-top: .15rem;
  width: 100%;
}
.studio-nav-request,
.studio-nav-call { border-radius: 999px; justify-content: center; max-width: 340px; text-align: center; width: 100%; }
.studio-nav-request { box-shadow: 0 12px 30px rgba(166,75,40,.24); }
.studio-nav-call { background: rgba(255,255,255,.58); }
.studio-nav-eyebrow { text-align: center; }

@media (max-width: 900px) {
  .studio-nav-layout { display: flex; flex-direction: column; }
  .studio-nav-clusters { order: 1; }
  .studio-nav-showcase { order: 2; }
}

@media (max-width: 760px) {
  body[data-karalus-relaunch="1"] { padding-bottom: 0; }
  .mobile-request-bar { display: none !important; }
  .karalus-consultation-bar {
    align-items: center;
    background: #07384d;
    display: flex;
    height: 46px;
    justify-content: center;
    position: relative;
    transition: background .25s ease;
    z-index: 9999;
  }
  .karalus-consultation-bar > a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: .65rem;
    min-height: 44px;
    padding: .2rem .85rem;
    text-decoration: none;
  }
  .karalus-consultation-bar img,
  .karalus-consultation-bar .karalus-contact-icon {
    background: rgba(255,255,255,.96);
    border: 2px solid rgba(255,255,255,.82);
    border-radius: 50%;
    height: 34px;
    object-fit: cover;
    width: 34px;
  }
  .karalus-consultation-bar .karalus-contact-icon { align-items: center; display: inline-flex; justify-content: center; }
  .karalus-consultation-bar .karalus-contact-icon svg { fill: #07384d; height: 20px; width: 20px; }
  .karalus-consultation-bar span { display: grid; line-height: 1.08; }
  .karalus-consultation-bar strong { font-size: .78rem; }
  .karalus-consultation-bar small { color: rgba(255,255,255,.9); font-size: .72rem; }
  body.karalus-hero-header:not(.karalus-header-scrolled) .karalus-consultation-bar {
    background: linear-gradient(180deg,rgba(3,28,39,.68),rgba(3,28,39,.28));
    border-bottom: 1px solid rgba(255,255,255,.25);
  }
  body.karalus-hero-header:not(.karalus-header-scrolled) .site-header {
    background: linear-gradient(180deg,rgba(3,28,39,.3),rgba(3,28,39,.02));
    border-bottom-color: rgba(255,255,255,.2);
    box-shadow: none;
    backdrop-filter: none;
  }
  body.karalus-hero-header:not(.karalus-header-scrolled) .site-header .brand img {
    filter: drop-shadow(0 1px 7px rgba(255,255,255,.92));
  }
  body.karalus-hero-header:not(.karalus-header-scrolled) .site-header .studio-menu-button { color: #fff; }
  body.karalus-hero-header:not(.karalus-header-scrolled) .karalus-anniversary {
    color: #f1c86d;
    text-shadow: 0 1px 8px rgba(0,0,0,.65);
  }
  body.karalus-header-scrolled .site-header {
    background: rgba(255,255,255,.98);
    border-bottom-color: rgba(16,41,50,.12);
    box-shadow: 0 8px 24px rgba(7,31,41,.11);
    backdrop-filter: blur(16px);
  }
  body[data-karalus-relaunch="1"] .header-inner { gap: .65rem; min-height: 72px; }
  body[data-karalus-relaunch="1"] .brand img { width: 116px; }
  .karalus-anniversary { font-size: .72rem; }
  body[data-karalus-relaunch="1"] .menu-button.studio-menu-button { height: 50px; width: 48px; }
  body[data-karalus-relaunch="1"] .studio-menu-button span { width: 43px; }
  body[data-karalus-relaunch="1"] .studio-menu-button span:nth-child(2) { width: 31px; }

  body.karalus-hero-header .home-hero,
  body.karalus-hero-header .page-hero { margin-top: -118px; }
  body[data-karalus-relaunch="1"] .home-hero {
    min-height: max(940px,120svh);
  }
  body[data-karalus-relaunch="1"] .home-hero > img {
    object-position: center 42%;
    transform: scale(1.015) translate3d(0,var(--kr-hero-shift,0),0);
  }
  body[data-karalus-relaunch="1"] .home-hero::after {
    background: linear-gradient(180deg,rgba(4,31,43,.02) 0%,rgba(4,31,43,.08) 38%,rgba(4,31,43,.76) 61%,rgba(4,31,43,.97) 100%);
  }
  body[data-karalus-relaunch="1"] .home-hero-content {
    justify-content: flex-end;
    max-width: none;
    padding-block: clamp(350px,62svh,520px) 3rem;
  }
  body[data-karalus-relaunch="1"] .home-hero h1 {
    font-size: clamp(2.35rem,10vw,3.05rem);
    line-height: 1.01;
  }
  body[data-karalus-relaunch="1"] .home-hero p { font-size: 1rem; line-height: 1.52; }

  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) { min-height: 780px; }
  body[data-karalus-relaunch="1"] .page-hero .hero-overlay {
    background: linear-gradient(180deg,rgba(4,31,43,.06) 0%,rgba(4,31,43,.17) 40%,rgba(4,31,43,.82) 70%,rgba(4,31,43,.96) 100%);
  }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) .page-hero-content {
    justify-content: flex-end;
    min-height: 780px;
    padding-block: clamp(300px,52svh,450px) 3rem;
  }
  body[data-karalus-relaunch="1"] .page-hero.contact-hero-compact { height: 650px; min-height: 650px; }
  body[data-karalus-relaunch="1"] .contact-hero-compact .page-hero-content {
    justify-content: flex-end;
    min-height: 650px;
    padding-block: 330px 3rem;
  }

  .studio-nav-shell { padding-top: 1rem; }
  .studio-nav-top { min-height: 58px; }
  .studio-nav-brand { gap: .55rem; }
  .studio-nav-brand > img { width: 112px; }
  .studio-nav-brand .studio-nav-anniversary { font-size: .72rem; }
  .studio-nav-layout { gap: 1.5rem; padding-block: 1rem 1.8rem; }
  .studio-nav-cluster summary { min-height: 62px; padding-block: .58rem; }
  .studio-nav-cluster summary > span { font-size: 1.24rem; font-weight: 650; }
  .studio-nav-cluster summary > small { color: #526b74; font-size: .72rem; }
  .studio-nav-home { font-size: 1.18rem; min-height: 58px; }
  .studio-nav-reference { min-height: 230px; }
  .studio-nav-showcase { gap: 1rem; }
  .studio-nav-showcase-copy { gap: .55rem; }
  .studio-nav-contact-actions { grid-template-columns: minmax(0,300px); }
  .studio-nav-request,
  .studio-nav-call { min-height: 54px; }
  .studio-nav-bottom { padding-top: .85rem; }
}

/* WCAG 2.2 AA: Keep carousel dots visually compact while their touch area is at least 24 x 24 px. */
body[data-karalus-relaunch="1"] .service-carousel-dot {
  background-clip: content-box;
  box-sizing: content-box;
  min-height: 11px;
  min-width: 11px;
  padding: 6.5px;
}

body[data-karalus-relaunch="1"] .request-compact-grid .consent input[type="checkbox"] {
  height: 24px;
  min-height: 24px;
  width: 24px;
}

html { scroll-behavior: smooth; }
body[data-karalus-relaunch="1"] { background: var(--kr-paper); color: var(--kr-ink); font-family: var(--kr-sans); font-size: 17px; }
body[data-karalus-relaunch="1"] h1,
body[data-karalus-relaunch="1"] h2,
body[data-karalus-relaunch="1"] h3,
body[data-karalus-relaunch="1"] h4,
body[data-karalus-relaunch="1"] h5,
body[data-karalus-relaunch="1"] h6 { font-family: var(--kr-sans); font-weight: 680; letter-spacing: -.035em; }
body[data-karalus-relaunch="1"] .skip-link {
  background: #fff;
  border: 3px solid var(--kr-copper);
  color: var(--kr-deep);
  font-weight: 800;
  left: 1rem;
  min-height: 44px;
  padding: .7rem 1rem;
  position: fixed;
  text-decoration: none;
  top: 1rem;
  transform: translateY(-180%);
  transition: transform .15s ease;
  z-index: 100001;
}
body[data-karalus-relaunch="1"] .skip-link:focus { transform: translateY(0); }
body[data-karalus-relaunch="1"] .skip-target { display: block; position: relative; top: -7rem; }
body[data-karalus-relaunch="1"] .topbar { display: none; }
body[data-karalus-relaunch="1"] .container { width: min(100% - clamp(2rem, 6vw, 6rem), 1320px); }
body[data-karalus-relaunch="1"] .site-header { background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(16, 41, 50, .1); box-shadow: 0 8px 30px rgba(7, 31, 41, .06); backdrop-filter: blur(18px); }
body[data-karalus-relaunch="1"] .header-inner { min-height: 92px; gap: clamp(1rem, 2vw, 2.5rem); }
body[data-karalus-relaunch="1"] .brand img { display: block; width: 146px; height: auto; }
body[data-karalus-relaunch="1"] .desktop-nav,
body[data-karalus-relaunch="1"] .mobile-nav { display: none !important; }
body[data-karalus-relaunch="1"] .content-mobile-nav.is-fallback-open {
  background: #fff;
  border-bottom: 1px solid rgba(16, 41, 50, .16);
  box-shadow: 0 18px 36px rgba(7, 31, 41, .12);
  display: grid !important;
  gap: 0;
  left: 0;
  padding: .65rem max(1rem, calc((100vw - 1320px) / 2));
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99999;
}
body[data-karalus-relaunch="1"] .content-mobile-nav.is-fallback-open a {
  border-bottom: 1px solid rgba(16, 41, 50, .1);
  color: var(--kr-ink);
  display: flex;
  font-weight: 680;
  min-height: 48px;
  padding: .75rem 1rem;
  text-decoration: none;
}
body[data-karalus-relaunch="1"] .content-mobile-nav.is-fallback-open .mobile-cta {
  background: var(--kr-copper);
  color: #fff;
  justify-content: center;
  margin-top: .5rem;
}
body[data-karalus-relaunch="1"] .desktop-nav { gap: clamp(.25rem, .7vw, .8rem); }
body[data-karalus-relaunch="1"] .desktop-nav > a,
body[data-karalus-relaunch="1"] .desktop-nav .nav-group > a { background: transparent; border: 0; border-radius: 0; box-shadow: none; color: var(--kr-ink); font-size: .89rem; padding: .8rem .35rem; position: relative; }
body[data-karalus-relaunch="1"] .desktop-nav > a::after,
body[data-karalus-relaunch="1"] .desktop-nav .nav-group > a::after { background: var(--kr-copper); bottom: .25rem; content: ""; height: 2px; left: .35rem; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: calc(100% - .7rem); }
body[data-karalus-relaunch="1"] .desktop-nav a:hover::after,
body[data-karalus-relaunch="1"] .desktop-nav a:focus-visible::after,
body[data-karalus-relaunch="1"] .desktop-nav a.active::after { transform: scaleX(1); }
body[data-karalus-relaunch="1"] .nav-dropdown { border: 1px solid var(--kr-line); border-radius: 2px; box-shadow: var(--kr-shadow); padding: .65rem; }
body[data-karalus-relaunch="1"] .nav-dropdown a { border-radius: 2px; }
body[data-karalus-relaunch="1"] .header-cta,
body[data-karalus-relaunch="1"] .button { border-radius: 3px; font-family: var(--kr-sans); font-size: .94rem; font-weight: 680; letter-spacing: .005em; box-shadow: none; }
body[data-karalus-relaunch="1"] .header-cta { display: none !important; }
body[data-karalus-relaunch="1"] .header-cta:hover { background: #a9512c; }
body[data-karalus-relaunch="1"] .studio-menu-kicker { display: none !important; }
body[data-karalus-relaunch="1"] .menu-button.studio-menu-button { align-items: center; background: transparent; border: 0; border-radius: 0; box-shadow: none; color: var(--kr-deep); display: inline-flex !important; flex-direction: column; gap: 8px; height: 58px; justify-content: center; margin-left: auto; padding: 8px 0; width: 68px; }
body[data-karalus-relaunch="1"] .studio-menu-button span { background: currentColor; display: block; height: 2px; transform-origin: center; transition: transform .3s ease, width .3s ease; width: 58px; }
body[data-karalus-relaunch="1"] .studio-menu-button span:nth-child(2) { width: 44px; }
body[data-karalus-relaunch="1"] .studio-menu-button:hover span:nth-child(2),
body[data-karalus-relaunch="1"] .studio-menu-button:focus-visible span:nth-child(2) { width: 58px; }
body[data-karalus-relaunch="1"] .button-secondary { background: transparent; border: 1px solid rgba(7,56,77,.28); color: var(--kr-deep); }
body[data-karalus-relaunch="1"] .button-secondary:hover { background: var(--kr-deep); border-color: var(--kr-deep); color: #fff; }

/* Full-screen cluster navigation: calm overview, complete crawlable route access. */
body.studio-nav-open { overflow: hidden; }
.studio-navigation[hidden] { display: none; }
.studio-navigation { backdrop-filter: blur(8px); background: rgba(5,32,43,.58); color: var(--kr-ink); inset: 0; opacity: 0; overflow: auto; padding: clamp(.6rem,2vw,1.6rem); position: fixed; transform: translateY(-18px); transition: opacity .38s ease, transform .42s cubic-bezier(.2,.75,.25,1); z-index: 100000; }
.studio-navigation.is-open { opacity: 1; transform: translateY(0); }
.studio-nav-shell { background: linear-gradient(135deg,#faf8f3 0%,#f1f4f2 72%,#f8eee7 100%); box-shadow: 0 28px 90px rgba(2,24,33,.38); display: grid; grid-template-rows: auto 1fr auto; margin-inline: auto; max-width: 1600px; min-height: calc(100vh - clamp(1.2rem,4vw,3.2rem)); padding: clamp(1.25rem, 2.5vw, 2.5rem) clamp(1.15rem, 3.7vw, 4.5rem); }
.studio-nav-top { align-items: center; display: flex; justify-content: space-between; }
.studio-nav-brand { color: var(--kr-deep); display: grid; gap: .15rem; text-decoration: none; }
.studio-nav-brand strong { font-family: var(--kr-sans); font-size: clamp(1.7rem, 2.5vw, 2.65rem); font-weight: 680; letter-spacing: -.035em; line-height: .95; }
.studio-nav-brand span { color: #526b74; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.studio-nav-close { background: transparent; border: 1px solid rgba(7,56,77,.34); cursor: pointer; height: 46px; position: relative; width: 46px; }
.studio-nav-close span { background: var(--kr-deep); height: 2px; left: 5px; position: absolute; top: 21px; width: 34px; }
.studio-nav-close span:first-child { transform: rotate(45deg); }
.studio-nav-close span:last-child { transform: rotate(-45deg); }
.studio-nav-layout { align-items: start; display: grid; gap: clamp(2rem, 5vw, 5.5rem); grid-template-columns: minmax(300px, .78fr) minmax(460px, 1.22fr); padding-block: clamp(2rem, 4.5vh, 4rem); }
.studio-nav-showcase { align-self: start; display: grid; gap: 1.35rem; max-width: 520px; }
.studio-nav-reference { color: #fff; display: grid; min-height: clamp(220px, 29vh, 350px); overflow: hidden; position: relative; text-decoration: none; }
.studio-nav-reference::after { background: linear-gradient(180deg, rgba(4,31,43,.04) 24%, rgba(4,31,43,.94) 100%); content: ""; inset: 0; position: absolute; }
.studio-nav-reference img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.studio-nav-reference > span { align-self: end; display: grid; gap: .35rem; padding: clamp(1.1rem, 2vw, 1.7rem); position: relative; z-index: 1; }
.studio-nav-reference small { color: #f4b38d; font-size: .72rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.studio-nav-reference strong { font-size: clamp(1.1rem, 1.5vw, 1.38rem); line-height: 1.3; }
.studio-nav-showcase-copy { display: grid; gap: .75rem; }
.studio-nav-eyebrow { color: #f4b38d; font-size: .7rem; font-weight: 820; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.studio-nav-showcase-copy h2 { color: var(--kr-ink) !important; font-family: var(--kr-serif); font-size: clamp(1.9rem, 2.8vw, 3.3rem) !important; line-height: 1 !important; margin: 0; max-width: 580px; }
.studio-nav-showcase-copy > p:not(.studio-nav-eyebrow) { color: #38545e; line-height: 1.55; margin: 0; max-width: 520px; }
.studio-nav-contact-actions { align-items: stretch; display: grid; gap: .65rem; grid-template-columns: minmax(0,1fr) minmax(150px,.72fr); margin-top: .3rem; }
.studio-nav-call { align-content: center; border: 1px solid rgba(7,56,77,.32); color: var(--kr-deep); display: grid; gap: .15rem; justify-items: center; min-height: 58px; padding: .6rem .9rem; text-decoration: none; }
.studio-nav-call small { color: #526b74; font-size: .68rem; }
.studio-nav-call strong { font-size: .9rem; }
.studio-nav-proof-links { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; }
.studio-nav-proof-links a { color: var(--kr-deep); font-size: .82rem; min-height: 44px; padding-block: .7rem; text-decoration-color: var(--kr-copper); text-underline-offset: .24em; }
.studio-nav-clusters { border-top: 1px solid rgba(7,56,77,.22); display: grid; }
.studio-nav-home { align-items: center; border-bottom: 1px solid rgba(7,56,77,.22); color: var(--kr-deep); display: flex; font-size: clamp(1.05rem,1.6vw,1.3rem); font-weight: 760; min-height: 54px; text-decoration: none; }
.studio-nav-cluster { border-bottom: 1px solid rgba(7,56,77,.22); }
.studio-nav-cluster summary { align-items: center; cursor: pointer; display: grid; gap: .35rem 1rem; grid-template-columns: 1fr auto; list-style: none; min-height: 69px; padding: .75rem 0; }
.studio-nav-cluster summary::-webkit-details-marker { display: none; }
.studio-nav-cluster summary > span { color: var(--kr-ink); font-family: var(--kr-sans); font-size: clamp(1.4rem,2.35vw,2.65rem); font-weight: 590; letter-spacing: -.025em; line-height: 1.05; }
.studio-nav-cluster summary > small { color: #526b74; font-size: .75rem; grid-column: 1; }
.studio-nav-cluster summary > i { color: var(--kr-copper); font-size: 2rem; font-style: normal; font-weight: 300; grid-column: 2; grid-row: 1 / span 2; transition: transform .25s ease; }
.studio-nav-cluster[open] summary > i { transform: rotate(45deg); }
.studio-nav-cluster > div { display: grid; gap: 0 1.2rem; grid-template-columns: repeat(2,minmax(0,1fr)); padding: .15rem 0 1.05rem; }
.studio-nav-cluster a { align-items: center; color: #254752; display: flex; font-size: clamp(.88rem,1vw,1rem); line-height: 1.35; min-height: 43px; padding: .35rem 0; text-decoration: none; }
.studio-nav-cluster a:hover,
.studio-nav-cluster a:focus-visible,
.studio-nav-home:hover,
.studio-nav-home:focus-visible { color: #8c351b; }
.studio-nav-cluster .studio-nav-hub { color: #8c351b; font-weight: 780; }
.studio-nav-bottom { align-items: center; border-top: 1px solid rgba(7,56,77,.22); display: grid; gap: clamp(1rem, 2.5vw, 2.5rem); grid-template-columns: 1fr; padding-top: 1.35rem; }
.studio-nav-bottom > div { display: grid; gap: .25rem; }
.studio-nav-bottom span { color: rgba(255,255,255,.6); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.studio-nav-bottom a,
.studio-nav-bottom b { color: var(--kr-deep); font-size: .95rem; font-style: normal; font-weight: 650; text-decoration: none; }
.studio-nav-legal { align-items: center; display: flex; flex-wrap: wrap; gap: .35rem 1rem; }
.studio-nav-legal a { color: #4d6670; font-size: .78rem; font-weight: 650; }
.studio-nav-legal a:hover,
.studio-nav-legal a:focus-visible { color: var(--kr-deep); }
.studio-nav-request { align-items: center; background: var(--kr-copper); border: 1px solid rgba(255,255,255,.55); box-shadow: 0 10px 28px rgba(0,0,0,.18); color: #fff !important; display: flex; font-weight: 780 !important; gap: 1rem; justify-content: space-between; min-height: 58px; padding: .9rem 1.15rem; text-decoration: none; transition: background .22s ease, color .22s ease, transform .22s ease; }
.studio-nav-request:hover,
.studio-nav-request:focus-visible { background: #fff; color: var(--kr-deep) !important; transform: translateY(-2px); }
.studio-nav-request i { font-size: 1.35rem; font-style: normal; }

body[data-karalus-relaunch="1"] h1,
body[data-karalus-relaunch="1"] h2 { color: var(--kr-ink); font-family: var(--kr-serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; text-wrap: balance; }
body[data-karalus-relaunch="1"] h1 { font-size: clamp(3rem, 6.5vw, 6.6rem); }
body[data-karalus-relaunch="1"] h2 { font-size: clamp(2.35rem, 4.4vw, 4.8rem); }
body[data-karalus-relaunch="1"] h3 { color: var(--kr-ink); letter-spacing: -.02em; }
body[data-karalus-relaunch="1"] p { line-height: 1.62; }
body[data-karalus-relaunch="1"] .eyebrow { color: var(--kr-copper); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
body[data-karalus-relaunch="1"] .section { padding-block: clamp(4.25rem, 7vw, 6.75rem); }
body[data-karalus-relaunch="1"] .section.white { background: linear-gradient(180deg, #faf9f6 0%, var(--kr-paper) 52%, #f2f0ea 100%); }
body[data-karalus-relaunch="1"] .section.soft { background: linear-gradient(180deg, #eef2f0 0%, var(--kr-mist) 55%, #e2e9e7 100%); }
body[data-karalus-relaunch="1"] .section-heading { max-width: 760px; margin-bottom: clamp(2.2rem, 4vw, 3.8rem); }
body[data-karalus-relaunch="1"] .section-heading h2 { margin: .75rem 0 0; }
body[data-karalus-relaunch="1"] .section-heading p { margin: 1.15rem 0 0; max-width: 680px; }
body[data-karalus-relaunch="1"] .split-intro { align-items: start; gap: clamp(2rem, 6vw, 6rem); }
body[data-karalus-relaunch="1"] .split-intro .lead-copy { font-size: clamp(1.03rem, 1.5vw, 1.18rem); line-height: 1.65; max-width: 610px; }

body[data-karalus-relaunch="1"] .home-hero,
body[data-karalus-relaunch="1"] .page-hero { min-height: min(830px, calc(100svh - 92px)); }
body[data-karalus-relaunch="1"] .home-hero > img,
body[data-karalus-relaunch="1"] .page-hero > img { transform: scale(1.045) translate3d(0, var(--kr-hero-shift, 0), 0); transform-origin: center; will-change: transform; }
body[data-karalus-relaunch="1"] .home-hero::after,
body[data-karalus-relaunch="1"] .page-hero .hero-overlay { background: linear-gradient(90deg, rgba(5, 32, 43, .88) 0%, rgba(5, 32, 43, .62) 49%, rgba(5, 32, 43, .08) 78%); }
body[data-karalus-relaunch="1"] .home-hero-content,
body[data-karalus-relaunch="1"] .page-hero-content { max-width: 880px; padding-block: clamp(6rem, 11vw, 10rem); text-align: left; }
body[data-karalus-relaunch="1"] .home-hero h1,
body[data-karalus-relaunch="1"] .page-hero h1 { color: var(--kr-white); max-width: 900px; }
body[data-karalus-relaunch="1"] .home-hero p,
body[data-karalus-relaunch="1"] .page-hero p { color: rgba(255, 255, 255, .88); font-size: clamp(1.05rem, 1.7vw, 1.35rem); max-width: 670px; }
body[data-karalus-relaunch="1"] .page-hero .reference-entity-lead {
  border-left: 3px solid #efaa83;
  font-size: clamp(.88rem, 1vw, 1rem);
  font-weight: 650;
  line-height: 1.5;
  margin-top: .9rem;
  padding-left: .85rem;
}
body[data-karalus-relaunch="1"] .home-hero .eyebrow.light,
body[data-karalus-relaunch="1"] .page-hero .eyebrow.light {
  color: #fff;
  font-size: clamp(.8rem, .95vw, .94rem);
  text-shadow: 0 2px 14px rgba(3, 24, 32, .95);
}
body[data-karalus-relaunch="1"] .home-hero .button-primary,
body[data-karalus-relaunch="1"] .page-hero .button-primary { background: var(--kr-copper); border-color: var(--kr-copper); }
body[data-karalus-relaunch="1"] .home-hero .button-secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); color: #fff; }
body[data-karalus-relaunch="1"] .hero-trust { border-radius: 2px; }
body[data-karalus-relaunch="1"] .home-hero .hero-proof.hero-proof-grid {
  background: transparent;
  border: 0;
  display: grid;
  gap: .48rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.35rem;
  max-width: 760px;
  padding: 0;
}
body[data-karalus-relaunch="1"] .home-hero .hero-proof.hero-proof-grid > span {
  align-items: center;
  background: rgba(5,32,43,.78);
  border: 1px solid rgba(255,255,255,.34);
  border-top: 2px solid var(--kr-copper);
  color: #fff;
  display: flex;
  font-size: clamp(.78rem, 1vw, .9rem);
  font-weight: 760;
  justify-content: center;
  letter-spacing: .015em;
  line-height: 1.3;
  min-height: 50px;
  padding: .65rem .75rem;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
}

body[data-karalus-relaunch="1"] .service-world-grid,
body[data-karalus-relaunch="1"] .product-grid { gap: 1px; background: var(--kr-line); border: 1px solid var(--kr-line); }
body[data-karalus-relaunch="1"] .service-world-card,
body[data-karalus-relaunch="1"] .product-card { background: var(--kr-paper); border: 0; border-radius: 0; box-shadow: none; }
body[data-karalus-relaunch="1"] .service-world-card img,
body[data-karalus-relaunch="1"] .product-card img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
body[data-karalus-relaunch="1"] .service-world-card:hover img,
body[data-karalus-relaunch="1"] .product-card:hover img { transform: scale(1.035); }
body[data-karalus-relaunch="1"] .world-grid { gap: clamp(.85rem, 1.8vw, 1.5rem); margin-top: clamp(2.5rem, 5vw, 4.5rem); }
body[data-karalus-relaunch="1"] .world-card { border-radius: 4px; box-shadow: 0 12px 36px rgba(7, 31, 41, .1); overflow: hidden; }
body[data-karalus-relaunch="1"] .world-card .world-content > span {
  background: linear-gradient(90deg, rgba(5,32,43,.9) 0%, rgba(5,32,43,.82) 48%, rgba(5,32,43,.56) 68%, rgba(5,32,43,.24) 84%, rgba(5,32,43,0) 100%);
  border-left: 3px solid var(--kr-copper);
  color: #fff7ef;
  display: inline-flex;
  font-size: clamp(.9rem, 1.15vw, 1.08rem);
  font-weight: 850;
  justify-content: center;
  letter-spacing: .12em;
  line-height: 1.2;
  left: clamp(1rem, 2.4vw, 1.8rem);
  padding: .48rem 1.5rem .48rem .72rem;
  position: absolute;
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
  text-align: center;
  text-transform: uppercase;
  top: clamp(1rem, 2.4vw, 1.8rem);
  width: min(250px, calc(100% - 2rem));
  z-index: 3;
}
body[data-karalus-relaunch="1"] .world-card h3 { color: #fff; font-family: var(--kr-sans); font-size: clamp(1.55rem, 2.2vw, 2.15rem); font-weight: 720; letter-spacing: -.025em; line-height: 1.08; }
body[data-karalus-relaunch="1"] .world-card p { color: rgba(255,255,255,.86); line-height: 1.55; max-width: 39rem; }
body[data-karalus-relaunch="1"] .world-card b,
body[data-karalus-relaunch="1"] .world-card strong { color: #fff; font-family: var(--kr-sans); font-weight: 680; }
body[data-karalus-relaunch="1"] .home-service-links { align-items: center; border-block: 1px solid var(--kr-line); display: flex; flex-wrap: wrap; gap: .65rem; margin-top: clamp(2rem, 4vw, 3.5rem); padding-block: 1.1rem; }
body[data-karalus-relaunch="1"] .home-service-links > span { color: #50666e; font-size: .72rem; font-weight: 800; letter-spacing: .12em; margin-right: .2rem; text-transform: uppercase; }
body[data-karalus-relaunch="1"] .home-service-links a { align-items: center; background: #fff; border: 1px solid rgba(7, 56, 77, .28); color: var(--kr-deep); display: inline-flex; font-size: .9rem; font-weight: 720; gap: .65rem; justify-content: space-between; min-height: 46px; padding: .7rem .9rem; text-decoration: none; transform-origin: center; transition: background .24s ease, border-color .24s ease, box-shadow .24s ease, color .24s ease, transform .26s cubic-bezier(.2,.75,.25,1); }
body[data-karalus-relaunch="1"] .home-service-links a::after { content: "\2192"; font-size: 1.05rem; line-height: 1; transition: transform .24s ease; }
body[data-karalus-relaunch="1"] .home-service-links a:hover,
body[data-karalus-relaunch="1"] .home-service-links a:focus-visible { background: var(--kr-deep); border-color: var(--kr-deep); box-shadow: 0 10px 24px rgba(7, 56, 77, .18); color: #fff; transform: translateY(-2px) scale(1.025); }
body[data-karalus-relaunch="1"] .home-service-links a:hover::after,
body[data-karalus-relaunch="1"] .home-service-links a:focus-visible::after { transform: translateX(3px); }
body[data-karalus-relaunch="1"] .home-manufacturing .text-link { align-items: center; border-bottom: 2px solid var(--kr-copper); color: var(--kr-deep); display: inline-flex; font-size: clamp(1.02rem, 1.5vw, 1.18rem); font-weight: 760; gap: .7rem; justify-content: flex-start; margin-left: 0 !important; margin-top: 1.5rem; max-width: 100%; padding: .55rem 0 !important; text-decoration: none; transition: color .24s ease, transform .24s ease; width: max-content; }
body[data-karalus-relaunch="1"] .home-manufacturing .text-link svg { flex: 0 0 auto; transition: transform .24s ease; }
body[data-karalus-relaunch="1"] .home-manufacturing .text-link:hover,
body[data-karalus-relaunch="1"] .home-manufacturing .text-link:focus-visible { color: var(--kr-copper); transform: translateY(-2px); }
body[data-karalus-relaunch="1"] .home-manufacturing .text-link:hover svg,
body[data-karalus-relaunch="1"] .home-manufacturing .text-link:focus-visible svg { transform: translateX(4px); }
body[data-karalus-relaunch="1"] .home-manufacturing > div:last-child { text-align: left; }
body[data-karalus-relaunch="1"] .reference-collage.home-reference-grid { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-reference-card { min-height: 210px; overflow: hidden; position: relative; text-decoration: none; }
.home-reference-card:first-child { grid-column: 1 / -1; min-height: 320px; }
.home-reference-card::after { background: linear-gradient(180deg, transparent 32%, rgba(4,27,36,.88) 100%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.home-reference-card img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .6s cubic-bezier(.2,.75,.25,1); width: 100%; }
.home-reference-card > span { align-items: end; bottom: 0; color: #fff; display: grid; gap: .2rem .8rem; grid-template-columns: 1fr auto; left: 0; padding: clamp(1rem, 2.5vw, 1.6rem); position: absolute; right: 0; z-index: 2; }
.home-reference-card small { color: #f4b18d; font-size: .72rem; font-weight: 820; grid-column: 1; letter-spacing: .1em; text-transform: uppercase; }
.home-reference-card strong { color: #fff; font-size: clamp(1.02rem, 1.8vw, 1.35rem); grid-column: 1; line-height: 1.2; }
.home-reference-card b { align-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; display: flex; font-size: 1.05rem; grid-column: 2; grid-row: 1 / 3; height: 42px; justify-content: center; width: 42px; }
.home-reference-card:hover img,
.home-reference-card:focus-visible img { transform: scale(1.045); }
.home-reference-card:focus-visible b { background: #fff; color: var(--kr-deep); }
body[data-karalus-relaunch="1"] .feature-grid { gap: 0; }
body[data-karalus-home="1"] .value-grid { gap: clamp(.8rem, 1.6vw, 1.25rem); }
body[data-karalus-home="1"] .value-grid > article {
  align-items: start;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(7,56,77,.14);
  border-left: 4px solid var(--kr-copper);
  box-shadow: 0 14px 34px rgba(7,31,41,.08);
  display: grid;
  gap: .35rem .85rem;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: clamp(1.25rem, 2.4vw, 2rem);
}
body[data-karalus-home="1"] .value-grid > article .icon-box { grid-column: 1; grid-row: 1; margin: 0; }
body[data-karalus-home="1"] .value-grid > article h3 { align-self: center; color: var(--kr-deep); font-size: clamp(1.24rem, 1.8vw, 1.58rem); grid-column: 2; grid-row: 1; line-height: 1.16; margin: 0; }
body[data-karalus-home="1"] .value-grid > article p { color: #3f5962; grid-column: 2; grid-row: 2; margin: .25rem 0 0; }
html.studio-motion body[data-karalus-home="1"] .value-grid > article.kr-reveal { transform: translateX(84px); }
html.studio-motion body[data-karalus-home="1"] .value-grid > article.kr-reveal.is-visible { transform: translateX(0); }
body[data-karalus-relaunch="1"] .home-quick-choice .feature-card { background: transparent; border: 0; border-left: 1px solid var(--kr-line); border-radius: 0; box-shadow: none; padding: 1.25rem clamp(1.25rem, 2.5vw, 2.25rem); }
body[data-karalus-relaunch="1"] .home-quick-choice .feature-card:last-child { border-right: 1px solid var(--kr-line); }
body[data-karalus-relaunch="1"] .home-quick-choice .feature-card h3 { font-family: var(--kr-sans); font-size: clamp(1.15rem, 1.7vw, 1.45rem); font-weight: 690; }
body[data-karalus-relaunch="1"] .home-quick-choice .button-secondary { background: var(--kr-copper); border-color: var(--kr-copper); color: #fff; display: inline-flex; gap: .75rem; padding: .9rem 1.2rem; }
body[data-karalus-relaunch="1"] .home-quick-choice .button-secondary::after { content: "→"; font-size: 1.15rem; line-height: 1; }
body[data-karalus-relaunch="1"] .home-quick-choice .button-secondary:hover { background: #a9512c; border-color: #a9512c; color: #fff; }
body[data-karalus-relaunch="1"] .reviews-showcase + .section.soft article { background: transparent; border: 0; border-top: 1px solid var(--kr-line); border-radius: 0; box-shadow: none; padding: 1.5rem 0; }
body[data-karalus-relaunch="1"] .reviews-showcase + .section.soft article h3 { font-family: var(--kr-sans); font-size: 1.2rem; font-weight: 690; }
body[data-karalus-relaunch="1"] .related-card,
body[data-karalus-relaunch="1"] .variant-card,
body[data-karalus-relaunch="1"] .decision-card,
body[data-karalus-relaunch="1"] .service-card { border-radius: 4px; box-shadow: none; }
body[data-karalus-relaunch="1"] .related-card h3,
body[data-karalus-relaunch="1"] .variant-card h3,
body[data-karalus-relaunch="1"] .decision-card h3,
body[data-karalus-relaunch="1"] .service-card h3 { font-family: var(--kr-sans); font-weight: 690; }

/* Dark editorial fields: headings must remain clearly readable on every subpage. */
body[data-karalus-relaunch="1"] .project-path-section h2,
body[data-karalus-relaunch="1"] .project-path-section h3,
body[data-karalus-relaunch="1"] .project-path-section strong,
body[data-karalus-relaunch="1"] .contact-cta h2,
body[data-karalus-relaunch="1"] .contact-cta h3,
body[data-karalus-relaunch="1"] .contact-cta strong { color: #fff; text-shadow: 0 2px 16px rgba(2, 21, 31, .28); }
body[data-karalus-relaunch="1"] .project-path-section p,
body[data-karalus-relaunch="1"] .contact-cta p { color: rgba(255,255,255,.9); }
body[data-karalus-relaunch="1"] .project-path-section .eyebrow,
body[data-karalus-relaunch="1"] .contact-cta .eyebrow { color: #f3b38f; }

/* High, compact comparison entry points with directly linked product names. */
body[data-karalus-relaunch="1"] .comparison-near-top { border-bottom: 1px solid var(--kr-line); padding-block: clamp(3.2rem, 6vw, 5.6rem); }
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .section-heading { max-width: 900px; }
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .table-wrap { border: 1px solid rgba(7,56,77,.15); border-radius: 4px; box-shadow: 0 18px 44px rgba(7,31,41,.07); }
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table th,
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table td { vertical-align: middle; }
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody th { min-width: 205px; }
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody th a {
  align-items: center;
  color: var(--kr-deep);
  display: flex;
  font-weight: 780;
  gap: .75rem;
  justify-content: space-between;
  text-decoration: none;
}
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody th a span { color: var(--kr-copper); font-size: 1.2rem; transition: transform .2s ease; }
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody tr:hover th,
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody tr:focus-within th { background: #fff0e7; }
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody th a:hover span,
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody th a:focus-visible span { transform: translateX(4px); }
.comparison-scroll-hint { color: #5d747d; display: none; font-size: .82rem; margin: .75rem 0 0; }

/* Related knowledge is presented as an obvious set of clickable questions. */
body[data-karalus-relaunch="1"] .relaunch-question-section .related-grid { gap: .8rem; }
body[data-karalus-relaunch="1"] .relaunch-question-link {
  border: 1px solid rgba(7,56,77,.16);
  border-left: 3px solid var(--kr-copper);
  min-height: 0;
  padding: 1.25rem 3.2rem 1.25rem 1.25rem;
  position: relative;
  text-decoration: none;
}
body[data-karalus-relaunch="1"] .relaunch-question-link h3 { color: var(--kr-deep); line-height: 1.3; }
body[data-karalus-relaunch="1"] .relaunch-question-link .question-link-arrow { color: var(--kr-copper); font-size: 1.45rem; position: absolute; right: 1.15rem; top: 50%; transform: translateY(-50%); transition: transform .2s ease; }
body[data-karalus-relaunch="1"] .relaunch-question-link:hover,
body[data-karalus-relaunch="1"] .relaunch-question-link:focus-visible { background: #fff8f3; border-color: rgba(181,92,52,.42); }
body[data-karalus-relaunch="1"] .relaunch-question-link:hover .question-link-arrow,
body[data-karalus-relaunch="1"] .relaunch-question-link:focus-visible .question-link-arrow { transform: translate(4px,-50%); }

/* A real reference photograph gives the decision-aids overview a visual entry. */
body[data-karalus-relaunch="1"] .decision-hero-visual {
  align-items: stretch;
  color: #fff;
  display: flex;
  min-height: clamp(460px, 62vw, 690px);
  overflow: hidden;
  padding: 0;
  position: relative;
}
body[data-karalus-relaunch="1"] .decision-hero-visual > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
body[data-karalus-relaunch="1"] .decision-hero-overlay { background: linear-gradient(90deg, rgba(4,31,44,.93) 0%, rgba(4,31,44,.73) 50%, rgba(4,31,44,.22) 100%); inset: 0; position: absolute; }
body[data-karalus-relaunch="1"] .decision-hero-visual > .container { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding-block: clamp(3rem, 8vw, 6.4rem); position: relative; z-index: 1; }
body[data-karalus-relaunch="1"] .decision-hero-visual .breadcrumbs,
body[data-karalus-relaunch="1"] .decision-hero-visual .breadcrumbs a,
body[data-karalus-relaunch="1"] .decision-hero-visual h1,
body[data-karalus-relaunch="1"] .decision-hero-visual p { color: #fff; }
body[data-karalus-relaunch="1"] .decision-hero-visual .eyebrow { color: #f3b38f; }
body[data-karalus-relaunch="1"] .decision-tool-grid .relaunch-question-link .eyebrow { padding-right: 2rem; }

/* Manufacturer references read as a distinct, trustworthy source module. */
body[data-karalus-relaunch="1"] .manufacturer-source-section .source-link-card h3,
body[data-karalus-relaunch="1"] .source-link-card h3 {
  color: var(--kr-deep);
  font-family: var(--kr-sans);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.05;
  margin-bottom: .85rem;
}
body[data-karalus-relaunch="1"] .source-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.2rem; }
body[data-karalus-relaunch="1"] .source-actions a {
  align-items: center;
  background: #fff0e7;
  border: 1px solid rgba(181,92,52,.38);
  border-radius: 3px;
  color: var(--kr-deep);
  display: inline-flex;
  font-size: .92rem;
  font-weight: 760;
  gap: .65rem;
  min-height: 44px;
  padding: .65rem .9rem;
  text-decoration: none;
}
body[data-karalus-relaunch="1"] .source-actions a::after { color: var(--kr-copper); content: "↗"; font-size: 1.05rem; }
body[data-karalus-relaunch="1"] .source-actions a:hover,
body[data-karalus-relaunch="1"] .source-actions a:focus-visible { background: var(--kr-copper); border-color: var(--kr-copper); color: #fff; }
body[data-karalus-relaunch="1"] .source-actions a:hover::after,
body[data-karalus-relaunch="1"] .source-actions a:focus-visible::after { color: #fff; }
body[data-karalus-relaunch="1"] .partner-authority-section .partner-card h3,
body[data-karalus-relaunch="1"] .partner-card h3 {
  color: var(--kr-deep);
  font-family: var(--kr-sans);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.05;
  margin-bottom: .85rem;
}
body[data-karalus-relaunch="1"] .partner-card > a {
  align-items: center;
  background: #fff0e7;
  border: 1px solid rgba(181,92,52,.38);
  border-radius: 3px;
  color: var(--kr-deep);
  display: inline-flex;
  font-size: .92rem;
  font-weight: 760;
  gap: .65rem;
  margin-top: 1rem;
  min-height: 44px;
  padding: .65rem .9rem;
  text-decoration: none;
}
body[data-karalus-relaunch="1"] .partner-card > a::after { color: var(--kr-copper); content: "↗"; font-size: 1.05rem; }
body[data-karalus-relaunch="1"] .partner-card > a:hover,
body[data-karalus-relaunch="1"] .partner-card > a:focus-visible { background: var(--kr-copper); border-color: var(--kr-copper); color: #fff; }
body[data-karalus-relaunch="1"] .partner-card > a:hover::after,
body[data-karalus-relaunch="1"] .partner-card > a:focus-visible::after { color: #fff; }

body[data-karalus-relaunch="1"] .project-grid,
body[data-karalus-relaunch="1"] .reference-project-grid { display: grid; gap: clamp(1.25rem, 2.4vw, 2.4rem); grid-template-columns: repeat(12, 1fr); }
body[data-karalus-relaunch="1"] .project-card,
body[data-karalus-relaunch="1"] .reference-project-card { border: 0; border-radius: 0; box-shadow: none; grid-column: span 6; overflow: hidden; }
body[data-karalus-relaunch="1"] .project-card:nth-child(4n + 1),
body[data-karalus-relaunch="1"] .project-card:nth-child(4n + 4) { grid-column: span 7; }
body[data-karalus-relaunch="1"] .project-card:nth-child(4n + 2),
body[data-karalus-relaunch="1"] .project-card:nth-child(4n + 3) { grid-column: span 5; }
body[data-karalus-relaunch="1"] .project-card img { aspect-ratio: 4 / 3; border-radius: 0; object-fit: cover; }
body[data-karalus-relaunch="1"] .project-card > div { background: transparent; padding: 1.4rem 0 2.5rem; }
body[data-karalus-relaunch="1"] .project-card h3 { font-family: var(--kr-serif); font-size: clamp(1.55rem, 2.2vw, 2.35rem); font-weight: 500; }

.relaunch-checks { background: linear-gradient(135deg, #062f41 0%, var(--kr-deep) 55%, #0b536c 100%); color: var(--kr-white); padding-block: clamp(4.5rem, 7vw, 6.5rem); }
.checks-layout { align-items: start; display: grid; gap: clamp(3rem, 8vw, 8rem); grid-template-columns: .85fr 1.15fr; }
.checks-intro { max-width: 540px; }
.checks-intro h2 { color: var(--kr-white) !important; margin: 1rem 0 1.6rem; }
.checks-intro p { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.checks-project-link { background: var(--kr-copper) !important; border-color: var(--kr-copper) !important; display: inline-flex; font-size: 1rem !important; margin-top: 1rem; padding: 1.05rem 1.4rem !important; transform-origin: center; transition: background .25s ease, box-shadow .25s ease, transform .28s cubic-bezier(.2,.75,.25,1) !important; }
.checks-project-link:hover,
.checks-project-link:focus-visible { background: #d1784d !important; box-shadow: 0 14px 30px rgba(0,0,0,.2) !important; transform: translateY(-3px) scale(1.035) !important; }
.checks-links { border-top: 1px solid rgba(255,255,255,.25); }
.checks-links a { color: #fff; display: grid; gap: .6rem; padding: 2rem .25rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.25); transition: padding .25s ease, background .25s ease; }
.checks-links a:hover { background: rgba(255,255,255,.05); padding-inline: 1rem; }
.checks-links span { color: #e7a17d; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.checks-links strong { font-family: var(--kr-sans); font-size: clamp(1.35rem, 2.1vw, 2rem); font-weight: 680; letter-spacing: -.02em; }
.checks-links em { color: rgba(255,255,255,.72); font-style: normal; }

.relaunch-mid-cta { align-items: center; background: var(--kr-deep); color: #fff; display: flex; gap: 2rem; justify-content: space-between; margin: clamp(3.5rem, 7vw, 7rem) auto; max-width: 1180px; padding: clamp(2rem, 4vw, 4rem); }
.relaunch-mid-cta span { color: #e7a17d; display: block; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.relaunch-mid-cta strong { display: block; font-family: var(--kr-serif); font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 500; margin-top: .7rem; }

body[data-karalus-relaunch="1"] .reviews-showcase { background: var(--kr-sky); }
body[data-karalus-relaunch="1"] .reviews-track { animation: none !important; }
body[data-karalus-relaunch="1"] .review-card { background: transparent; border: 0; border-left: 1px solid rgba(7,56,77,.25); border-radius: 0; box-shadow: none; }
.relaunch-rating-proof { align-items: center; border-block: 1px solid rgba(7,56,77,.22); color: var(--kr-ink); display: grid; gap: clamp(1rem, 3vw, 3rem); grid-template-columns: minmax(0, 1fr) auto; margin-top: clamp(2rem, 5vw, 4rem); padding: clamp(2rem, 5vw, 4rem) max(2rem, calc((100vw - 1320px) / 2)); text-decoration: none; }
.rating-metric { align-items: baseline; display: inline-flex; gap: .12em; grid-column: 2; grid-row: 1; white-space: nowrap; }
.rating-score { font-family: var(--kr-serif); font-size: clamp(4.5rem, 9vw, 8.5rem); line-height: .8; }
.rating-stars { color: #d5783f; font-family: var(--kr-serif); font-size: clamp(4.5rem, 9vw, 8.5rem); line-height: .8; }
.rating-copy { display: grid; gap: .5rem; grid-column: 1; grid-row: 1; justify-self: start; text-align: left; }
.rating-copy strong { font-family: var(--kr-serif); font-size: clamp(1.45rem, 2.5vw, 2.4rem); font-weight: 500; }
.rating-copy small { color: #557078; font-size: .95rem; }

body[data-karalus-relaunch="1"] .reviews-showcase:has(.reviews-stream) { border-block: 1px solid rgba(7,56,77,.16); padding: clamp(1rem, 2vw, 1.45rem) 0; }
body[data-karalus-relaunch="1"] .reviews-stream-heading { align-items: center; display: flex; gap: 1.25rem; justify-content: space-between; margin-bottom: .85rem; }
.reviews-stream-title { align-items: center; display: flex; flex-wrap: wrap; gap: .45rem 1rem; }
.reviews-stream-title > span { color: #345b68; font-size: .72rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.reviews-stream-title > strong { align-items: baseline; color: var(--kr-deep); display: inline-flex; gap: .16rem; white-space: nowrap; }
.reviews-stream-title > strong b { font-family: var(--kr-serif); font-size: clamp(1.65rem, 2.6vw, 2.25rem); font-weight: 520; line-height: .9; }
.reviews-stream-title > strong i { color: var(--kr-copper); font-size: clamp(1.65rem, 2.6vw, 2.25rem); font-style: normal; line-height: .9; }
.reviews-stream-title > strong small { color: #4f6972; font-size: .74rem; font-weight: 700; margin-left: .25rem; }
body[data-karalus-relaunch="1"] .reviews-stream-heading > a { color: var(--kr-deep); flex: 0 0 auto; font-size: .78rem; font-weight: 760; text-decoration: none; }
body[data-karalus-relaunch="1"] .reviews-stream { color: inherit; display: block; overflow: hidden; text-decoration: none; }
body[data-karalus-relaunch="1"] .reviews-stream .reviews-track { animation: kr-reviews-left-to-right 48s linear infinite !important; display: flex; width: max-content; }
body[data-karalus-relaunch="1"] .reviews-stream .reviews-group { display: flex; flex: 0 0 auto; gap: .75rem; padding-right: .75rem; }
body[data-karalus-relaunch="1"] .reviews-stream .google-review-card { background: rgba(255,255,255,.72); border: 1px solid rgba(7,56,77,.14); border-radius: 2px; box-shadow: none; display: grid; gap: .45rem; min-height: 0; padding: .75rem .9rem; width: clamp(260px, 24vw, 340px); }
body[data-karalus-relaunch="1"] .reviews-stream .google-review-card-head { align-items: center; display: grid; gap: .55rem; grid-template-columns: auto 1fr auto; }
body[data-karalus-relaunch="1"] .reviews-stream .review-avatar { height: 30px; width: 30px; }
body[data-karalus-relaunch="1"] .reviews-stream .google-review-card-head strong { color: var(--kr-deep); display: block; font-size: .76rem; }
body[data-karalus-relaunch="1"] .reviews-stream .review-stars { color: var(--kr-copper); display: block; font-size: .67rem; letter-spacing: .05em; }
body[data-karalus-relaunch="1"] .reviews-stream .review-logo { height: 18px; width: 18px; }
body[data-karalus-relaunch="1"] .reviews-stream .google-review-card > p { color: #294c58; font-size: .82rem; line-height: 1.42; margin: 0; }
body[data-karalus-relaunch="1"] .reviews-stream:hover .reviews-track,
body[data-karalus-relaunch="1"] .reviews-stream:focus-visible .reviews-track { animation-play-state: paused !important; }

@keyframes kr-reviews-left-to-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

body[data-karalus-relaunch="1"] .blue-section { background: linear-gradient(135deg, #06364a 0%, #0a5570 100%); color: rgba(255,255,255,.84); }
body[data-karalus-relaunch="1"] .blue-section h2,
body[data-karalus-relaunch="1"] .blue-section h3,
body[data-karalus-relaunch="1"] .blue-section strong { color: #fff; }
body[data-karalus-relaunch="1"] .blue-section .eyebrow { color: #efaa83; }
body[data-karalus-relaunch="1"] .blue-section article { border-color: rgba(255,255,255,.18); }
body[data-karalus-relaunch="1"] .contact-cta { display: none; }
body[data-karalus-relaunch="1"] .contact-cta h2 { color: #fff; }
body[data-karalus-relaunch="1"] .contact-cta p { color: rgba(255,255,255,.86); }
body[data-karalus-relaunch="1"] .contact-cta .button-white { background: var(--kr-deep); border-color: var(--kr-deep); color: #fff; }
body[data-karalus-relaunch="1"] .contact-cta .button-white:hover { background: #052a3a; border-color: #052a3a; color: #fff; }
body[data-karalus-relaunch="1"] .home-location-section .home-hours-card,
body[data-karalus-relaunch="1"] .home-location-section .map-card { border-radius: 4px; }
body[data-karalus-relaunch="1"] .home-location-section .home-hours-card { background: var(--kr-deep); border-top: 4px solid var(--kr-copper); color: #fff; padding: clamp(1.5rem, 3.2vw, 2.6rem); }
body[data-karalus-relaunch="1"] .home-hours-card .home-hours-label { color: #f7b28c; font-size: .82rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
body[data-karalus-relaunch="1"] .home-hours-card h3 { color: #fff; font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.08; }
body[data-karalus-relaunch="1"] .home-hours-card dt,
body[data-karalus-relaunch="1"] .home-hours-card dd { color: #fff; font-size: clamp(.96rem, 1.35vw, 1.08rem); }
body[data-karalus-relaunch="1"] .home-hours-card p { color: rgba(255,255,255,.86); }
body[data-karalus-relaunch="1"] .home-hours-card .text-link {
  align-items: center;
  background: var(--kr-copper);
  border: 2px solid var(--kr-copper);
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 780;
  justify-content: center;
  margin-top: 1rem;
  min-height: 52px;
  padding: .75rem 1.1rem;
  text-decoration: none;
}
body[data-karalus-relaunch="1"] .home-hours-card .text-link::after { content: "\2192"; margin-left: .65rem; }
body[data-karalus-relaunch="1"] .home-hours-card .text-link:hover,
body[data-karalus-relaunch="1"] .home-hours-card .text-link:focus-visible { background: #fff; border-color: #fff; color: var(--kr-deep); }
body[data-karalus-relaunch="1"] .contact-cards { border-top: 1px solid var(--kr-line); display: grid; gap: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
body[data-karalus-relaunch="1"] .contact-cards > a { background: transparent; border: 0; border-bottom: 1px solid var(--kr-line); border-radius: 0; box-shadow: none; min-height: 112px; padding: 1.35rem 1rem; }
body[data-karalus-relaunch="1"] .contact-cards > a:nth-child(odd) { border-right: 1px solid var(--kr-line); }
body[data-karalus-relaunch="1"] .contact-cards > a:hover { background: rgba(8,124,172,.045); }
body[data-karalus-home="1"] .site-footer,
body[data-karalus-relaunch="1"]:has(.home-hero) .site-footer { display: block; }
body[data-karalus-relaunch="1"] .site-footer .footer-grid { align-items: start; display: grid; grid-template-columns: 1fr; }
body[data-karalus-relaunch="1"] .site-footer .footer-brand { display: none; }
body[data-karalus-relaunch="1"] .site-footer .footer-brand > p { color: #526b74; font-size: .92rem; margin: 0; max-width: 340px; }
body[data-karalus-relaunch="1"] .site-footer .footer-badges { border-top: 1px solid var(--kr-line); display: flex; flex-wrap: wrap; gap: .45rem 1rem; margin-top: 1.4rem; padding-top: 1rem; }
body[data-karalus-relaunch="1"] .site-footer .master-pill { background: transparent; border: 0; color: var(--kr-deep); font-size: .76rem; padding: 0; }
body[data-karalus-relaunch="1"] .site-footer .google-review-button { background: transparent; border: 0; border-bottom: 1px solid var(--kr-deep); border-radius: 0; color: var(--kr-deep); display: inline-flex; font-size: .8rem; margin-top: 1.15rem; padding: .3rem 0; }
body[data-karalus-relaunch="1"] .site-footer .footer-links-grid { display: grid; gap: clamp(1.5rem, 3vw, 3rem); grid-template-columns: .8fr 1.35fr 1fr; }
body[data-karalus-relaunch="1"] .site-footer h3 { color: var(--kr-copper); font-family: var(--kr-sans); font-size: .68rem; font-weight: 800; letter-spacing: .13em; margin: 0 0 .8rem; text-transform: uppercase; }
body[data-karalus-relaunch="1"] .site-footer h3 { color: #f2bd93; }
body[data-karalus-relaunch="1"] .legal-copy a { color: #07536d; font-weight: 650; text-decoration-thickness: 2px; text-underline-offset: .14em; }
body[data-karalus-relaunch="1"] .site-footer a { color: var(--kr-deep); }
body[data-karalus-relaunch="1"] .site-footer .footer-links-grid > div > a { font-size: .86rem; line-height: 1.45; padding-block: .14rem; }
body[data-karalus-relaunch="1"] .site-footer .footer-address,
body[data-karalus-relaunch="1"] .site-footer .footer-hours { color: #526b74; font-size: .82rem; line-height: 1.55; margin: .85rem 0 0; }
body[data-karalus-relaunch="1"] .site-footer .footer-bottom { border-top: 1px solid var(--kr-line); color: #667b82; margin-top: clamp(2rem, 4vw, 3.5rem); min-height: 64px; padding-block: 1rem; }
body[data-karalus-relaunch="1"] .site-footer .footer-bottom a { color: var(--kr-deep); font-size: .78rem; }

body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 { background: var(--kr-deep); color: rgba(255,255,255,.86); padding-top: clamp(2.25rem, 4vw, 3.4rem); }
body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-links-grid { align-items: start; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); }
body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 h3 { color: #f0ad88; font-size: .82rem; margin-bottom: .9rem; }
body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-contact-primary .footer-section-content > a { color: #fff; display: block; font-size: clamp(1rem, 1.4vw, 1.16rem); font-weight: 690; line-height: 1.45; padding-block: .13rem; width: fit-content; }
body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-address { color: rgba(255,255,255,.82); font-size: .94rem; line-height: 1.62; margin-top: .75rem; }
body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-address a { color: #fff; font-weight: 690; text-decoration: underline; text-decoration-color: #f0ad88; text-underline-offset: .22em; }
.footer-secondary-details { border-block: 1px solid rgba(255,255,255,.24); }
.footer-secondary-details summary { align-items: center; color: #fff; cursor: pointer; display: flex; font-size: clamp(1rem, 1.35vw, 1.15rem); font-weight: 720; justify-content: space-between; list-style: none; min-height: 56px; padding: .7rem 0; }
.footer-secondary-details summary::-webkit-details-marker { display: none; }
.footer-secondary-details summary span { color: #f0ad88; font-size: 1.65rem; font-weight: 400; line-height: 1; }
.footer-secondary-columns { display: grid; gap: 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: .5rem 0 1.5rem; }
body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-secondary-columns a { color: #fff; display: block; font-size: 1rem; line-height: 1.55; min-height: 44px; padding-block: .42rem; }
body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-bottom { border-color: rgba(255,255,255,.26); color: rgba(255,255,255,.82); margin-top: clamp(1.5rem, 3vw, 2.25rem); min-height: 0; padding-block: 1rem; }
body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-bottom a { color: #fff; font-size: .94rem; }

/* One clear navigation trigger at every width. */
body[data-karalus-relaunch="1"] .desktop-nav,
body[data-karalus-relaunch="1"] .header-cta { display: none !important; }
body[data-karalus-relaunch="1"] .menu-button.studio-menu-button { display: inline-flex !important; }

/* Trust belongs below the hero, not as a collection of miniature buttons on
   top of the photograph. */
body[data-karalus-relaunch="1"] .home-hero .hero-proof { display: none !important; }
.home-trust-band { background: #fff; border-bottom: 1px solid rgba(7,56,77,.14); }
.home-trust-band-inner { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-trust-band p { margin: 0; min-height: 108px; padding: 1.25rem clamp(1rem,2vw,1.8rem); }
.home-trust-band p + p { border-left: 1px solid rgba(7,56,77,.14); }
.home-trust-band strong,
.home-trust-band span { display: block; }
.home-trust-band strong { color: #07384d; font-size: 1rem; }
.home-trust-band span { color: #47616a; font-size: .88rem; line-height: 1.5; margin-top: .3rem; }

.home-expert-panel-inner { align-items: center; display: grid; gap: clamp(1.5rem,4vw,3.5rem); grid-template-columns: 112px minmax(0,1fr); }
.home-expert-mark { align-items: center; aspect-ratio: 1; background: #07384d; border-radius: 50%; color: #fff; display: flex; font-size: 2rem; font-weight: 760; justify-content: center; }
.home-expert-panel h2 { color: #07384d; font-size: clamp(2rem,4vw,3.65rem); line-height: 1.04; margin: .65rem 0 1rem; max-width: 21ch; }
.home-expert-panel p { color: #36515a; font-size: clamp(1rem,1.25vw,1.14rem); max-width: 76ch; }
.home-expert-links { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin-top: 1.25rem; }
.home-expert-links a { color: #07536d; font-weight: 760; min-height: 44px; padding-block: .6rem; text-underline-offset: .22em; }
.home-expert-panel small { color: #536c75; display: block; font-size: .86rem; margin-top: 1rem; }

.suite-region-groups { display: grid; gap: 1px; grid-template-columns: repeat(2,minmax(0,1fr)); background: rgba(7,56,77,.16); border: 1px solid rgba(7,56,77,.16); }
.suite-region-groups article { background: #fff; padding: clamp(1.35rem,3vw,2.35rem); }
.suite-region-groups h3 { color: #07384d; font-size: clamp(1.35rem,2.2vw,2rem); margin: 0 0 .8rem; }
.suite-region-groups p { color: #405a63; margin: 0; }
.suite-region-groups .suite-region-proof { border-top: 1px solid rgba(7,56,77,.14); font-size: .94rem; margin-top: 1.15rem; padding-top: 1rem; }
.suite-region-proof a { color: #07536d; font-weight: 680; text-underline-offset: .18em; }
.suite-region-source { align-items: start; background: #e8f0f2; border-left: 4px solid #a64b28; display: grid; gap: .35rem 2rem; grid-template-columns: minmax(160px,.3fr) minmax(0,1fr); margin-top: 1.5rem; padding: 1.25rem 1.5rem; }
.suite-region-source strong { color: #07384d; }
.suite-region-source p { color: #405a63; margin: 0; }
.suite-region-author { align-items: center; border-top: 1px solid rgba(7,56,77,.14); display: flex; flex-wrap: wrap; gap: .25rem 1rem; margin-top: 1.6rem; padding-top: 1.2rem; }
.suite-region-author strong { color: #07384d; }
.suite-region-author span { color: #506872; }

.footer-region-v148 { align-items: center; border-block: 1px solid rgba(255,255,255,.22); display: grid; gap: 1rem 2rem; grid-template-columns: minmax(210px,.72fr) minmax(0,1.4fr) auto; margin-top: 2rem; padding-block: 1.35rem; }
.footer-region-v148 div { display: grid; gap: .25rem; }
.footer-region-label { color: #f0ad88; font-size: .76rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.footer-region-v148 strong { color: #fff; font-size: 1.08rem; }
.footer-region-v148 p { color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.6; margin: 0; }
.footer-region-content { display: grid; gap: .65rem; }
.footer-region-references { display: flex; flex-wrap: wrap; gap: .35rem .9rem; }
body[data-karalus-relaunch="1"] .site-footer .footer-region-references a { color: #fff; font-size: .9rem; font-weight: 690; min-height: 32px; text-decoration-color: #f0ad88; text-underline-offset: .2em; }
body[data-karalus-relaunch="1"] .site-footer .footer-region-v148 > a { border: 1px solid rgba(255,255,255,.42); color: #fff; font-weight: 720; min-height: 48px; padding: .7rem 1rem; text-decoration: none; white-space: nowrap; }

/* Lightweight, local accessibility controls. No third-party script or font is
   downloaded, keeping the first render fast. */
.kr-accessibility { left: 1rem; position: fixed; top: 42%; z-index: 99998; }
.kr-accessibility-toggle { align-items: center; background: #07384d; border: 2px solid #fff; border-radius: 4px; box-shadow: 0 10px 28px rgba(0,0,0,.22); color: #fff; cursor: pointer; display: flex; flex-direction: column; font: inherit; font-size: .7rem; font-weight: 760; gap: .2rem; min-height: 62px; min-width: 62px; padding: .45rem; }
.kr-accessibility-toggle svg { fill: none; height: 28px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 28px; }
.kr-accessibility-panel { background: #fff; border: 2px solid #07384d; box-shadow: 0 20px 55px rgba(0,0,0,.25); color: #102932; left: 0; padding: 1rem; position: absolute; top: 0; transform: translateY(-34%); width: min(330px,calc(100vw - 2rem)); }
.kr-accessibility-panel[hidden] { display: none; }
.kr-accessibility-head { align-items: center; display: flex; gap: 1rem; justify-content: space-between; }
.kr-accessibility-head strong { color: #07384d; font-size: 1.15rem; }
.kr-accessibility-head button { background: #07384d; border: 0; color: #fff; cursor: pointer; font: inherit; font-size: 1.6rem; height: 44px; width: 44px; }
.kr-accessibility-panel > p { color: #405a63; font-size: .9rem; margin: .75rem 0; }
.kr-accessibility-options { display: grid; gap: .5rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
.kr-accessibility-options button,
.kr-accessibility-reset { background: #f4f6f5; border: 1px solid #9babb0; color: #102932; cursor: pointer; font: inherit; font-size: .85rem; font-weight: 680; min-height: 56px; padding: .55rem; }
.kr-accessibility-options button span { display: block; font-size: 1rem; margin-bottom: .15rem; }
.kr-accessibility-options button[aria-pressed="true"] { background: #07384d; border-color: #07384d; color: #fff; }
.kr-accessibility-reset { margin-top: .65rem; width: 100%; }

html.kr-font-large { font-size: 112.5%; }
html.kr-readable-font body { font-family: Arial, Helvetica, sans-serif !important; letter-spacing: .012em; }
html.kr-readable-font h1,
html.kr-readable-font h2,
html.kr-readable-font h3,
html.kr-readable-font h4 { font-family: Arial, Helvetica, sans-serif !important; letter-spacing: 0 !important; }
html.kr-grayscale { filter: grayscale(1); }
html.kr-high-contrast body[data-karalus-relaunch="1"] { --kr-ink:#000; --kr-deep:#001b27; --kr-blue:#005a82; --kr-copper:#8b3216; --kr-paper:#fff; --kr-mist:#fff; background:#fff; color:#000; }
html.kr-high-contrast body[data-karalus-relaunch="1"] p,
html.kr-high-contrast body[data-karalus-relaunch="1"] li { color:#000; }
html.kr-high-contrast body[data-karalus-relaunch="1"] a { text-decoration-thickness: 2px; text-underline-offset: .18em; }
html.kr-dark-mode body[data-karalus-relaunch="1"] { --kr-paper:#0b2029; --kr-mist:#102c37; --kr-ink:#f7fbfc; background:#0b2029; color:#f7fbfc; }
html.kr-dark-mode body[data-karalus-relaunch="1"] .section.white,
html.kr-dark-mode body[data-karalus-relaunch="1"] .section.soft,
html.kr-dark-mode body[data-karalus-relaunch="1"] .content-card,
html.kr-dark-mode body[data-karalus-relaunch="1"] .feature-card,
html.kr-dark-mode body[data-karalus-relaunch="1"] .suite-region-groups article { background:#102c37; }
html.kr-dark-mode body[data-karalus-relaunch="1"] h1,
html.kr-dark-mode body[data-karalus-relaunch="1"] h2,
html.kr-dark-mode body[data-karalus-relaunch="1"] h3,
html.kr-dark-mode body[data-karalus-relaunch="1"] p,
html.kr-dark-mode body[data-karalus-relaunch="1"] li { color:#f7fbfc; }

/* Persistent contact remains present, but enters as a clear action instead of two loose bubbles. */
.studio-contact-rail { backdrop-filter: blur(14px); background: rgba(5,43,58,.94); border: 1px solid rgba(255,255,255,.22); bottom: 22px; box-shadow: 0 16px 44px rgba(7,31,41,.22); display: grid; grid-template-columns: minmax(0, 1fr) 68px; opacity: 0; position: fixed; right: 22px; transform: translateX(calc(100% + 40px)); transition: opacity .35s ease, transform .55s cubic-bezier(.2,.75,.25,1); width: min(330px, calc(100vw - 44px)); z-index: 9000; }
.studio-contact-rail.is-visible { opacity: 1; transform: translateX(0); }
.studio-contact-copy { display: grid; gap: .18rem; padding: .72rem .9rem; }
.studio-contact-copy span { color: #efaa83; font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.studio-contact-copy strong { color: #fff; font-size: .8rem; line-height: 1.22; }
.studio-contact-request { align-items: center; background: var(--kr-copper); color: #fff; display: flex; font-weight: 720; justify-content: center; text-decoration: none; }
.studio-contact-request span { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.studio-contact-request b { font-size: 1.55rem; font-weight: 450; }
.studio-contact-shortcuts { border-top: 1px solid rgba(255,255,255,.18); display: flex; grid-column: 1 / -1; }
.studio-contact-shortcuts a { color: rgba(255,255,255,.78); display: grid; flex: 1; font-size: .68rem; font-weight: 620; gap: .08rem; padding: .48rem .85rem; text-decoration: none; }
.studio-contact-shortcuts a span { color: rgba(255,255,255,.64); font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; }
.studio-contact-shortcuts a strong { color: #fff; font-size: .72rem; font-weight: 760; white-space: nowrap; }
.studio-contact-shortcuts a + a { border-left: 1px solid rgba(255,255,255,.18); }
body[data-karalus-relaunch="1"] .floating-actions { display: none; }

/* Calm entrance choreography. Content stays in the DOM and fully crawlable. */
html.studio-motion .kr-reveal { opacity: 1; transform: translateY(34px); transition: transform .78s cubic-bezier(.2,.75,.25,1) var(--kr-reveal-delay, 0ms); }
html.studio-motion .kr-reveal.is-visible { opacity: 1; transform: translateY(0); }
html.studio-motion .kr-media-reveal { clip-path: inset(0 0 100% 0); opacity: 1; transform: translateY(38px); transition: clip-path .9s cubic-bezier(.2,.75,.25,1) var(--kr-reveal-delay, 0ms), transform .85s cubic-bezier(.2,.75,.25,1) var(--kr-reveal-delay, 0ms); }
html.studio-motion .kr-media-reveal.is-visible { clip-path: inset(-1px); opacity: 1; transform: translateY(0); }
html.studio-motion .kr-media-reveal img { transform: scale(1.07); transition: transform 1.05s cubic-bezier(.2,.75,.25,1) var(--kr-reveal-delay, 0ms); }
html.studio-motion .kr-media-reveal.is-visible img { transform: scale(1); }
html.studio-motion .kr-hero-rise { opacity: 0; transform: translateY(28px); transition: opacity .75s ease var(--kr-hero-delay, 0ms), transform .82s cubic-bezier(.2,.75,.25,1) var(--kr-hero-delay, 0ms); }
html.studio-motion .kr-hero-rise.is-visible { opacity: 1; transform: translateY(0); }

/* The three homepage worlds enter calmly without a clip-path jump while scrolling. */
html.studio-motion body[data-karalus-home="1"] .world-card.kr-media-reveal {
  clip-path: none;
  opacity: 0;
  transform: translate3d(0, 46px, 0) scale(.985);
  transition:
    opacity 1.05s ease-out var(--kr-reveal-delay, 0ms),
    transform 1.25s cubic-bezier(.22,1,.36,1) var(--kr-reveal-delay, 0ms);
  will-change: opacity, transform;
}
html.studio-motion body[data-karalus-home="1"] .world-card.kr-media-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
html.studio-motion body[data-karalus-home="1"] .world-card.kr-media-reveal img {
  transform: translateZ(0) scale(1.035);
  transition: transform 1.45s cubic-bezier(.22,1,.36,1) var(--kr-reveal-delay, 0ms);
  will-change: transform;
}
html.studio-motion body[data-karalus-home="1"] .world-card.kr-media-reveal.is-visible img { transform: translateZ(0) scale(1); }

/* Multi-step request: existing server-side form and nonce stay intact. */
body[data-karalus-relaunch="1"] .contact-form[data-multi-step="true"] { background: linear-gradient(155deg, #fff 0%, #fbfaf7 100%); border: 1px solid var(--kr-line); border-top: 3px solid var(--kr-copper); border-radius: 2px; box-shadow: 0 18px 48px rgba(7,31,41,.07); padding: clamp(1.4rem, 4vw, 3.5rem); }
.request-wizard fieldset { border: 0; margin: 0; min-inline-size: 0; padding: 0; }
.request-wizard fieldset[hidden] { display: none; }
.request-wizard legend { color: var(--kr-ink); font-family: var(--kr-serif); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; letter-spacing: -.035em; line-height: 1; margin-bottom: 1rem; }
.wizard-head { align-items: center; display: flex; gap: 1.4rem; margin-bottom: clamp(2.2rem, 5vw, 4rem); }
.wizard-head p { font-size: .78rem; font-weight: 800; letter-spacing: .12em; margin: 0; text-transform: uppercase; white-space: nowrap; }
.wizard-progress { background: var(--kr-mist); height: 3px; overflow: hidden; width: 100%; }
.wizard-progress i { background: var(--kr-copper); display: block; height: 100%; transition: width .35s ease; }
.wizard-note { color: #56717a; margin-bottom: 2rem; max-width: 650px; }
.request-wizard label { color: var(--kr-ink); font-weight: 650; }
.request-wizard input,
.request-wizard select,
.request-wizard textarea { background: #fbfaf7; border: 1px solid rgba(16,41,50,.25); border-radius: 2px; font: inherit; min-height: 54px; }
.request-wizard input:focus,
.request-wizard select:focus,
.request-wizard textarea:focus { border-color: var(--kr-blue); box-shadow: 0 0 0 3px rgba(8,124,172,.14); outline: 0; }
.stage-options { display: grid; gap: .75rem; grid-template-columns: repeat(3, 1fr); margin-top: 1.4rem; }
.stage-options label { cursor: pointer; }
.stage-options input { opacity: 0; position: absolute; }
.stage-options span { border: 1px solid var(--kr-line); display: block; min-height: 90px; padding: 1.4rem; }
.stage-options input:checked + span { background: var(--kr-deep); border-color: var(--kr-deep); color: #fff; }
.wizard-contact { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.wizard-actions { display: flex; gap: 1rem; justify-content: space-between; margin-top: 2rem; }
.wizard-actions button { border-radius: 2px; cursor: pointer; font: inherit; font-weight: 750; min-height: 52px; padding: .8rem 1.5rem; }
.wizard-next { background: var(--kr-deep); border: 1px solid var(--kr-deep); color: #fff; margin-left: auto; }
.wizard-back { background: transparent; border: 1px solid var(--kr-line); color: var(--kr-ink); }

/* Contact page: immediate, single-page request instead of a questionnaire. */
body[data-karalus-relaunch="1"] .page-hero.contact-hero,
body[data-karalus-relaunch="1"] .page-hero.contact-hero-compact { height: clamp(310px, 38vw, 430px); min-height: clamp(310px, 38vw, 430px); }
body[data-karalus-relaunch="1"] .contact-hero .page-hero-content,
body[data-karalus-relaunch="1"] .contact-hero-compact .page-hero-content { align-items: flex-start; height: 100%; justify-content: flex-end; min-height: 0; padding-block: clamp(2.5rem, 5vw, 4rem); text-align: left; }
body[data-karalus-relaunch="1"] .contact-hero .page-hero-content > p,
body[data-karalus-relaunch="1"] .contact-hero-compact .page-hero-content > p { margin: .8rem 0 0; max-width: 620px; text-align: left; }
.contact-hero-action { display: inline-flex; margin-top: 1.25rem; width: max-content; }
.contact-hero-action,
.request-submit .button { background: var(--kr-copper); border-color: var(--kr-copper); color: #fff; }
.contact-hero-action:hover,
.request-submit .button:hover { background: #a9512c; border-color: #a9512c; color: #fff; }
body[data-karalus-relaunch="1"] .contact-layout.contact-first-layout { display: grid; gap: clamp(3.2rem, 7vw, 6rem); grid-template-columns: 1fr; max-width: 1120px; }
.contact-form-column { grid-row: 1; }
.contact-details-column { border-top: 1px solid var(--kr-line); grid-row: 2; padding-top: clamp(2.4rem, 5vw, 4rem); }
body[data-karalus-relaunch="1"] .contact-form[data-compact-request="true"] { background: linear-gradient(155deg, #fff 0%, #fbfaf7 100%); border: 1px solid var(--kr-line); border-top: 3px solid var(--kr-copper); border-radius: 2px; box-shadow: 0 18px 48px rgba(7,31,41,.07); padding: clamp(1.35rem, 3.5vw, 3rem); scroll-margin-top: 7rem; }
.request-compact-head { align-items: end; border-bottom: 1px solid var(--kr-line); display: grid; gap: 1.5rem; grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr); margin-bottom: clamp(1.5rem, 3vw, 2.4rem); padding-bottom: clamp(1.35rem, 3vw, 2.1rem); }
.request-compact-head span { color: var(--kr-copper); font-size: .72rem; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.request-compact-head h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); margin: .4rem 0 0; }
.request-compact-head p { color: #506b74; font-size: 1rem; margin: 0; max-width: 440px; }
.request-compact-grid { display: grid; gap: 1rem 1.2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.request-compact-grid label { color: var(--kr-ink); display: grid; font-weight: 680; gap: .45rem; }
.request-compact-grid input,
.request-compact-grid select,
.request-compact-grid textarea { background: #fbfaf7; border: 1px solid rgba(16,41,50,.25); border-radius: 2px; font: inherit; min-height: 52px; width: 100%; }
.request-compact-grid textarea { min-height: 126px; resize: vertical; }
.request-compact-grid input:focus,
.request-compact-grid select:focus,
.request-compact-grid textarea:focus { border-color: var(--kr-blue); box-shadow: 0 0 0 3px rgba(8,124,172,.14); outline: 0; }
.request-wide { grid-column: 1 / -1; }
.request-compact-grid .photo-upload { background: var(--kr-sky); border: 1px dashed rgba(7,56,77,.32); padding: 1rem 1.1rem; }
.request-compact-grid input[type="file"] { background: transparent; border: 0; min-height: 0; padding: .35rem 0; }
.request-compact-grid input[type="file"]::file-selector-button { background: var(--kr-deep); border: 0; border-radius: 2px; color: #fff; cursor: pointer; font: inherit; font-size: .86rem; font-weight: 760; margin-right: .8rem; padding: .7rem .9rem; }
.request-compact-grid .upload-help { color: #496873; font-size: .78rem; font-weight: 500; }
.request-privacy-text .form-privacy { color: #60737a; font-size: .75rem; line-height: 1.5; margin: .1rem 0 0; }
.request-compact-grid .consent { align-items: start; display: grid; font-size: .82rem; font-weight: 500; gap: .65rem; grid-template-columns: auto 1fr; line-height: 1.45; }
.request-compact-grid .consent input { height: 20px; min-height: 20px; width: 20px; }
.request-submit { display: flex; justify-content: flex-start; padding-top: .25rem; }
.request-submit .button { align-items: center; display: inline-flex; font-size: 1rem; gap: .75rem; justify-content: center; min-height: 56px; padding-inline: 1.35rem; }
body[data-karalus-relaunch="1"] .contact-first-layout .contact-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.mobile-request-bar { display: none; }

.home-guidance-link {
  align-items: center;
  color: rgba(255,255,255,.9);
  display: inline-flex;
  font-size: .9rem;
  gap: .35rem;
  min-height: 48px;
  text-decoration: none;
  text-underline-offset: .28em;
}
.home-guidance-link strong { color: #fff; font-weight: 780; text-decoration: underline; text-decoration-color: var(--kr-copper); text-decoration-thickness: 2px; }
.home-guidance-link:hover strong { color: #ffd7c5; }

.relaunch-budget-factors {
  border-top: 1px solid var(--kr-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(2rem, 5vw, 3.75rem) 0 1.3rem;
}
.relaunch-budget-factors article {
  border-bottom: 1px solid var(--kr-line);
  min-width: 0;
  padding: 1.35rem clamp(.85rem, 2vw, 1.5rem) 1.5rem 0;
}
.relaunch-budget-factors article + article { border-left: 1px solid var(--kr-line); padding-left: clamp(.85rem, 2vw, 1.5rem); }
.relaunch-budget-factors span,
.retrofit-options span {
  color: var(--kr-copper);
  display: block;
  font-size: .68rem;
  font-weight: 820;
  letter-spacing: .14em;
  margin-bottom: .55rem;
  text-transform: uppercase;
}
.relaunch-budget-factors h3 { font-size: clamp(1.3rem, 2.3vw, 1.7rem); margin: 0 0 .45rem; }
.relaunch-budget-factors p { color: #506b74; font-size: .9rem; line-height: 1.65; margin: 0; }
.relaunch-budget-microcopy {
  border-left: 3px solid var(--kr-copper);
  color: #3f5962;
  font-size: .9rem;
  margin: 1.25rem 0 2rem;
  max-width: 780px;
  padding: .2rem 0 .2rem 1rem;
}

.retrofit-layout {
  align-items: start;
  display: grid;
  gap: clamp(2.25rem, 6vw, 6rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}
.retrofit-intro .eyebrow { margin-bottom: 1rem; }
.retrofit-intro h2 { margin: 0 0 1.35rem; }
.retrofit-intro > p { color: #49646d; font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.72; max-width: 680px; }
.retrofit-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; margin-top: 1.8rem; }
.retrofit-note { color: #5d7279; font-size: .78rem; line-height: 1.5; margin: 0; max-width: 300px; }
.retrofit-options { border-top: 1px solid var(--kr-line); }
.retrofit-options article { border-bottom: 1px solid var(--kr-line); display: grid; gap: .3rem 1.2rem; grid-template-columns: minmax(140px, .42fr) minmax(0, 1fr); padding: 1.4rem 0; }
.retrofit-options article:first-child { padding-top: 0; }
.retrofit-options span { grid-column: 1 / -1; }
.retrofit-options h3 { font-size: clamp(1.45rem, 2.6vw, 2rem); margin: 0; }
.retrofit-options p { color: #506b74; line-height: 1.65; margin: .15rem 0 0; }
.relaunch-curated-proof { scroll-margin-top: 7rem; }

body[data-karalus-relaunch="1"] :focus-visible { outline: 3px solid #f1a079; outline-offset: 4px; }

@media (max-width: 1080px) {
  .studio-nav-layout { gap: 2.5rem; grid-template-columns: minmax(280px, .82fr) minmax(400px, 1.18fr); }
  body[data-karalus-relaunch="1"] .section { padding-block: clamp(4rem, 7vw, 5.4rem); }
}

@media (max-width: 900px) {
  .studio-nav-shell { display: block; }
  .studio-nav-layout { display: flex; flex-direction: column; padding-block: 2rem; }
  .studio-nav-showcase { max-width: none; width: 100%; }
  .studio-nav-reference { min-height: min(42vw,300px); }
  .studio-nav-clusters { width: 100%; }
  body[data-karalus-relaunch="1"] .site-footer .footer-grid { grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .site-footer .footer-links-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body[data-karalus-relaunch="1"] .site-footer .footer-links-grid > div:nth-child(2) { grid-column: auto; grid-row: auto; order: 0; }
  body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-links-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, .85fr); }
  body[data-karalus-relaunch="1"] .site-footer .footer-section-content[hidden] { display: grid !important; gap: .12rem; }
  body[data-karalus-relaunch="1"] .site-footer .footer-toggle { all: unset; color: #f2bd93; cursor: default; font-family: var(--kr-sans); font-size: .68rem; font-weight: 800; letter-spacing: .13em; pointer-events: none; text-transform: uppercase; }
  body[data-karalus-relaunch="1"] .site-footer .footer-toggle::after { display: none !important; }
  body[data-karalus-relaunch="1"] .split-intro { grid-template-columns: 1fr; gap: 1.25rem; }
  body[data-karalus-relaunch="1"] .split-intro .lead-copy { max-width: 680px; }
  .checks-layout { grid-template-columns: 1fr; }
  .relaunch-budget-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .relaunch-budget-factors article:nth-child(3) { border-left: 0; }
  .retrofit-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body[data-karalus-relaunch="1"] { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  body[data-karalus-relaunch="1"] .page-hero.contact-hero-compact { height: 330px; min-height: 330px; }
  body[data-karalus-relaunch="1"] .contact-hero-compact .page-hero-content { justify-content: flex-end; padding-block: 2rem; }
  body[data-karalus-relaunch="1"] .contact-hero-compact h1 { font-size: clamp(2.45rem, 11vw, 3.25rem); }
  .contact-hero-action { justify-content: center; width: 100%; }
  .contact-hero-compact .system-image-badge { display: none; }
  .request-compact-head { align-items: start; gap: .75rem; grid-template-columns: 1fr; }
  .request-compact-head h2 { font-size: clamp(2.4rem, 12vw, 3.25rem); }
  .request-compact-grid { grid-template-columns: 1fr; }
  .request-compact-grid input:not([type="checkbox"]),
  .request-compact-grid select,
  .request-compact-grid textarea { font-size: 1rem; }
  .request-wide { grid-column: auto; }
  .request-spacer { display: none; }
  .request-submit .button { width: 100%; }
  body[data-karalus-relaunch="1"] .contact-first-layout .contact-cards { grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .container { width: min(100% - 2rem, 1320px); }
  body[data-karalus-relaunch="1"] .header-inner { min-height: 74px; }
  body[data-karalus-relaunch="1"] .brand img { width: 124px; }
  body[data-karalus-relaunch="1"] .header-cta { display: none; }
  body[data-karalus-relaunch="1"] .menu-button.studio-menu-button { width: 56px; }
  body[data-karalus-relaunch="1"] .studio-menu-button span { width: 48px; }
  body[data-karalus-relaunch="1"] .studio-menu-button span:nth-child(2) { width: 36px; }
  .studio-nav-cluster a,
  .studio-nav-legal a,
  .studio-nav-bottom a { align-items: center; display: flex; min-height: 48px; }
  body[data-karalus-relaunch="1"] .decision-tool {
    background: linear-gradient(155deg, #fff 0%, var(--kr-sky) 100%);
    border: 1px solid var(--kr-line);
    border-top: 3px solid var(--kr-copper);
    padding: 1rem;
  }
  body[data-karalus-relaunch="1"] .decision-tool label { align-items: center; min-height: 48px; padding-block: .6rem; }
  body[data-karalus-relaunch="1"] .decision-tool button { min-height: 52px; width: 100%; }
  body[data-karalus-relaunch="1"] .decision-card-link {
    background: #fff;
    border-left: 3px solid var(--kr-copper);
    min-height: 48px;
    padding: 1rem;
  }
  body[data-karalus-relaunch="1"] #qualitaetscheckliste .image-story {
    background: var(--kr-sky);
    padding: 1rem;
  }
  body[data-karalus-relaunch="1"] #qualitaetscheckliste .button { min-height: 52px; width: 100%; }
  .studio-nav-shell { padding: 1.25rem 1rem 2rem; }
  .studio-nav-close { height: 40px; width: 40px; }
  .studio-nav-close span { left: 5px; top: 18px; width: 28px; }
  .studio-nav-brand { justify-items: start; }
  .studio-nav-brand strong { font-size: 1.48rem; font-weight: 680; line-height: 1; }
  .studio-nav-brand span { font-family: var(--kr-sans); font-size: .78rem; font-weight: 650; }
  .studio-navigation { padding: 0; }
  .studio-nav-shell { box-shadow: none; min-height: 100vh; padding: 1.25rem 1rem 2rem; }
  .studio-nav-layout { gap: 2rem; padding-block: 1.75rem; }
  .studio-nav-reference { min-height: 240px; }
  .studio-nav-showcase-copy h2 { font-size: clamp(1.9rem,9vw,2.7rem) !important; }
  .studio-nav-contact-actions { grid-template-columns: 1fr; }
  .studio-nav-cluster > div { grid-template-columns: 1fr; }
  .studio-nav-cluster summary { min-height: 66px; }
  .studio-nav-cluster summary > span { font-size: 1.35rem; }
  .studio-nav-bottom { grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .site-footer { padding-top: 3rem; }
  body[data-karalus-relaunch="1"] .site-footer .footer-grid { grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .site-footer .footer-brand > p { max-width: none; }
  body[data-karalus-relaunch="1"] .site-footer .footer-links-grid { grid-template-columns: 1fr 1fr; }
  body[data-karalus-relaunch="1"] .site-footer .footer-links-grid > div:nth-child(2) { grid-column: 1 / -1; grid-row: auto; order: -1; }
  body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 { padding-top: 2.25rem; }
  body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-links-grid { gap: 1.5rem; grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .site-footer.footer-compact-v2 .footer-contact-primary { grid-column: auto; order: 0; }
  .footer-secondary-columns { grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .site-footer .footer-bottom { align-items: flex-start; flex-direction: column; gap: .6rem; }
  body[data-karalus-relaunch="1"] .home-hero,
  body[data-karalus-relaunch="1"] .page-hero { min-height: 700px; }
  body[data-karalus-relaunch="1"] .home-hero::after,
  body[data-karalus-relaunch="1"] .page-hero .hero-overlay { background: linear-gradient(180deg, rgba(5,32,43,.45), rgba(5,32,43,.9)); }
  body[data-karalus-relaunch="1"] .home-hero-content,
  body[data-karalus-relaunch="1"] .page-hero-content { align-items: flex-start; justify-content: flex-end; padding-block: 4rem; text-align: left; }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) .page-hero-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    min-height: 700px;
    padding-block: 2.15rem 2.4rem;
  }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) .page-hero-content > .eyebrow { margin-top: 0; order: 1; }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) .page-hero-content > h1 { margin-top: auto; order: 2; }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) .page-hero-content > p { margin-top: .85rem; order: 3; }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) .page-hero-content > .hero-actions { order: 4; }
  body[data-karalus-relaunch="1"] .home-hero .hero-badge { display: none; }
  body[data-karalus-relaunch="1"] .home-hero .hero-proof.hero-proof-grid { display: none; }
  body[data-karalus-home="1"] .home-hero + .reviews-showcase { border-top: 18px solid #fff; }
  body[data-karalus-relaunch="1"] .home-hero h1,
  body[data-karalus-relaunch="1"] .home-hero p { margin-inline: 0; text-align: left; }
  body[data-karalus-relaunch="1"] h1 { font-size: clamp(2.65rem, 11.5vw, 3.65rem); }
  body[data-karalus-relaunch="1"] .page-hero h1 {
    font-size: clamp(2rem, 9.2vw, 3.15rem);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
  body[data-karalus-relaunch="1"] h2 { font-size: clamp(2.35rem, 10vw, 3.4rem); }
  body[data-karalus-relaunch="1"] .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  body[data-karalus-relaunch="1"] .hero-actions .button { justify-content: center; width: 100%; }
  .home-guidance-link { justify-content: flex-start; width: 100%; }
  body[data-karalus-relaunch="1"] .section { padding-block: 4.25rem; }
  body[data-karalus-relaunch="1"] .project-grid,
  body[data-karalus-relaunch="1"] .reference-project-grid { display: block; }
  body[data-karalus-relaunch="1"] .project-card { display: block; margin-bottom: 2.5rem; }
  body[data-karalus-relaunch="1"] .home-service-links { gap: .55rem; }
  body[data-karalus-relaunch="1"] .home-service-links > span { flex-basis: 100%; margin-bottom: .15rem; }
  body[data-karalus-relaunch="1"] .home-service-links a { flex: 1 1 calc(50% - .55rem); font-size: .84rem; min-width: 145px; }
  body[data-karalus-relaunch="1"] .home-manufacturing .text-link { font-size: 1.04rem; }
  body[data-karalus-relaunch="1"] .home-quick-choice .feature-card,
  body[data-karalus-relaunch="1"] .home-quick-choice .feature-card:last-child { border: 0; border-top: 1px solid var(--kr-line); padding-inline: 0; }
  body[data-karalus-relaunch="1"] .feature-grid > article:has(> .icon-box),
  body[data-karalus-relaunch="1"] .value-grid > article:has(> .icon-box) {
    align-items: start;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(7,56,77,.13);
    border-left: 3px solid var(--kr-copper);
    border-radius: 3px;
    box-shadow: 0 10px 26px rgba(7,31,41,.06);
    display: grid;
    gap: .28rem .8rem;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 1rem;
    text-align: left;
  }
  body[data-karalus-relaunch="1"] .feature-grid > article:has(> .icon-box) > .icon-box,
  body[data-karalus-relaunch="1"] .value-grid > article:has(> .icon-box) > .icon-box {
    align-items: center;
    align-self: start;
    background: #fff0e7;
    border: 1px solid rgba(181,92,52,.38);
    border-radius: 50%;
    color: var(--kr-copper);
    display: flex;
    grid-column: 1;
    grid-row: 1;
    height: 42px;
    justify-content: center;
    margin: 0;
    width: 42px;
  }
  body[data-karalus-relaunch="1"] .feature-grid > article:has(> .icon-box) > .icon-box svg,
  body[data-karalus-relaunch="1"] .value-grid > article:has(> .icon-box) > .icon-box svg { height: 22px; width: 22px; }
  body[data-karalus-relaunch="1"] .feature-grid > article:has(> .icon-box) > h3,
  body[data-karalus-relaunch="1"] .value-grid > article:has(> .icon-box) > h3 {
    align-self: center;
    font-size: 1.18rem;
    grid-column: 2;
    grid-row: 1;
    line-height: 1.18;
    margin: 0;
    text-align: left;
  }
  body[data-karalus-relaunch="1"] .feature-grid > article:has(> .icon-box) > p,
  body[data-karalus-relaunch="1"] .value-grid > article:has(> .icon-box) > p {
    color: #49636c;
    font-size: .94rem;
    grid-column: 2;
    grid-row: 2;
    line-height: 1.55;
    margin: .2rem 0 0;
    text-align: left;
  }
  html.studio-motion body[data-karalus-relaunch="1"] .feature-grid > article.kr-reveal:has(> .icon-box),
  html.studio-motion body[data-karalus-relaunch="1"] .value-grid > article.kr-reveal:has(> .icon-box) { transform: translateX(64px); }
  html.studio-motion body[data-karalus-relaunch="1"] .feature-grid > article.kr-reveal.is-visible:has(> .icon-box),
  html.studio-motion body[data-karalus-relaunch="1"] .value-grid > article.kr-reveal.is-visible:has(> .icon-box) { transform: translateX(0); }
  body[data-karalus-relaunch="1"] .feature-grid:has(> article > .icon-box),
  body[data-karalus-relaunch="1"] .value-grid:has(> article > .icon-box) { gap: .7rem; grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .relaunch-quick-comparison { padding-block: 3.25rem; }
  body[data-karalus-relaunch="1"] .relaunch-quick-comparison .section-heading { margin-bottom: 1.5rem; }
  body[data-karalus-relaunch="1"] .relaunch-quick-comparison .table-wrap { margin-inline: -1rem; max-width: calc(100% + 2rem); overflow-x: auto; }
  body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table { min-width: 680px; }
  body[data-karalus-relaunch="1"] .decision-overview-table .comparison-table { min-width: 590px; }
  body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody th { background: #fff; left: 0; min-width: 190px; position: sticky; z-index: 1; }
  .comparison-scroll-hint { display: block; }
  body[data-karalus-relaunch="1"] .decision-hero-visual { min-height: 640px; }
  body[data-karalus-relaunch="1"] .decision-hero-overlay { background: linear-gradient(180deg, rgba(4,31,44,.42), rgba(4,31,44,.94)); }
  body[data-karalus-relaunch="1"] .decision-hero-visual > .container { justify-content: flex-end; padding-block: 2.5rem; }
  body[data-karalus-relaunch="1"] .decision-hero-visual h1 { font-size: clamp(2.1rem, 9vw, 2.8rem); hyphens: auto; line-height: 1.05; overflow-wrap: normal; word-break: normal; }
  body[data-karalus-relaunch="1"] .contact-cards { grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .contact-cards > a:nth-child(odd) { border-right: 0; }
  body[data-karalus-relaunch="1"] .contact-details-column { text-align: center; }
  body[data-karalus-relaunch="1"] .contact-details-column > p { margin-left: auto; margin-right: auto; max-width: 34rem; }
  body[data-karalus-relaunch="1"] .contact-cards { gap: .7rem; margin-inline: auto; max-width: 34rem; }
  body[data-karalus-relaunch="1"] .contact-cards > a {
    align-items: center;
    border: 1px solid rgba(7,56,77,.14);
    border-left: 3px solid var(--kr-copper);
    display: flex;
    flex-direction: column;
    gap: .65rem;
    justify-content: center;
    min-height: 118px;
    padding: 1.15rem;
    text-align: center;
  }
  body[data-karalus-relaunch="1"] .contact-cards > a svg { flex: 0 0 auto; margin: 0; }
  body[data-karalus-relaunch="1"] .contact-cards > a > div { align-items: center; display: flex; flex-direction: column; gap: .2rem; min-width: 0; width: 100%; }
  body[data-karalus-relaunch="1"] .contact-cards > a span,
  body[data-karalus-relaunch="1"] .contact-cards > a strong { display: block; overflow-wrap: anywhere; text-align: center; width: 100%; }
  body[data-karalus-relaunch="1"] .opening-note { align-items: center; flex-direction: column; justify-content: center; margin-inline: auto; max-width: 34rem; text-align: center; }
  body[data-karalus-relaunch="1"] .contact-response-note { text-align: center; }
  .relaunch-mid-cta { align-items: stretch; flex-direction: column; margin-inline: 1rem; }
  .relaunch-mid-cta .button { justify-content: center; }
  .stage-options,
  .wizard-contact { grid-template-columns: 1fr; }
  .relaunch-rating-proof { grid-template-columns: 1fr; padding-inline: 1rem; }
  .rating-copy { grid-column: 1 / -1; grid-row: 1; justify-self: start; text-align: left; }
  .rating-metric { grid-column: 1; grid-row: 2; justify-self: start; }
  body[data-karalus-relaunch="1"] .reviews-stream-heading { align-items: flex-start; flex-direction: column; gap: .55rem; margin-bottom: .75rem; }
  .reviews-stream-title { gap: .35rem .7rem; }
  body[data-karalus-relaunch="1"] .reviews-stream .google-review-card { width: min(78vw, 300px); }
  .stage-options span { min-height: 64px; }
  .studio-contact-rail { display: none; }
  .mobile-request-bar { background: #071f29; bottom: 0; display: grid; grid-template-columns: 1.04fr .76fr 1.2fr; left: 0; padding: .7rem max(.7rem, env(safe-area-inset-left)) calc(.7rem + env(safe-area-inset-bottom)) max(.7rem, env(safe-area-inset-right)); position: fixed; right: 0; z-index: 9999; }
  .mobile-request-bar a { align-items: center; color: #fff; display: flex; font-weight: 760; justify-content: center; min-height: 50px; text-decoration: none; }
  .mobile-request-bar a:first-child { flex-direction: column; font-size: .72rem; gap: .05rem; line-height: 1.1; }
  .mobile-request-bar a:first-child span { color: rgba(255,255,255,.62); font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-request-bar a:first-child strong { color: #fff; font-size: .76rem; white-space: nowrap; }
  .mobile-request-bar .mobile-whatsapp { border-left: 1px solid rgba(255,255,255,.16); flex-direction: column; font-size: .61rem; gap: .12rem; }
  .mobile-request-bar .mobile-whatsapp svg { height: 19px; width: 19px; }
  .mobile-request-bar a:last-child { background: var(--kr-copper); font-size: .74rem; gap: .38rem; }
  body[data-karalus-relaunch="1"] .floating-actions { display: none; }
}

@media (max-width: 620px) {
  body[data-karalus-relaunch="1"] .reference-collage.home-reference-grid { grid-template-columns: 1fr; }
  .home-reference-card:first-child { grid-column: auto; min-height: 280px; }
  .home-reference-card { min-height: 240px; }
  .relaunch-budget-factors { grid-template-columns: 1fr; }
  .relaunch-budget-factors article + article { border-left: 0; padding-left: 0; }
  .retrofit-options article { grid-template-columns: 1fr; }
  .retrofit-actions { align-items: stretch; flex-direction: column; }
  .retrofit-actions .button { justify-content: center; width: 100%; }
  .retrofit-note { max-width: none; }
}

@media (max-width: 760px) {
  .home-trust-band-inner { grid-template-columns: 1fr 1fr; }
  .home-trust-band p { min-height: 0; padding: 1rem; }
  .home-trust-band p + p { border-left: 0; }
  .home-trust-band p:nth-child(even) { border-left: 1px solid rgba(7,56,77,.14); }
  .home-trust-band p:nth-child(n+3) { border-top: 1px solid rgba(7,56,77,.14); }
  .home-trust-band strong { font-size: .94rem; }
  .home-trust-band span { font-size: .82rem; }
  .home-expert-panel-inner { align-items: start; grid-template-columns: 72px minmax(0,1fr); }
  .home-expert-mark { font-size: 1.3rem; }
  .home-expert-panel h2 { font-size: clamp(1.75rem,8vw,2.55rem); }
  .suite-region-groups { grid-template-columns: 1fr; }
  .suite-region-source { grid-template-columns: 1fr; }
  .footer-region-v148 { align-items: start; grid-template-columns: 1fr; }
  body[data-karalus-relaunch="1"] .site-footer .footer-region-v148 > a { white-space: normal; width: 100%; }
  .kr-accessibility { bottom: calc(78px + env(safe-area-inset-bottom)); left: .55rem; top: auto; }
  .kr-accessibility-toggle { font-size: .62rem; min-height: 54px; min-width: 54px; }
  .kr-accessibility-toggle svg { height: 24px; width: 24px; }
  .kr-accessibility-panel { bottom: 0; left: 0; position: fixed; top: auto; transform: none; width: calc(100vw - 1rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  body[data-karalus-relaunch="1"] .reviews-stream .reviews-track { animation: none !important; transform: none !important; }
}

@media (forced-colors: active) {
  .wizard-progress i, .mobile-request-bar a:last-child { forced-color-adjust: auto; }
}

/* 1.4.0 · Content clusters: Sonnenschutz, Nachrüstung und Sonderlösungen */
.relaunch-entity-proof {
  align-items: center;
  background: #f6f4ef;
  border: 1px solid rgba(7,56,77,.14);
  border-left: 4px solid var(--kr-copper, #bd653b);
  display: flex;
  gap: .7rem 1.35rem;
  justify-content: space-between;
  margin-block: 1.25rem;
  min-height: 58px;
  padding: .8rem 1rem;
}
.relaunch-entity-proof strong { color: #07384d; font-size: .9rem; letter-spacing: .01em; }
.relaunch-entity-proof span { color: #36505a; font-size: .78rem; text-align: right; }
.karalus-content-page { background: #f6f4ef; color: #102932; }
.karalus-content-page .site-header { background: rgba(255,255,255,.98); }
.karalus-content-page .content-desktop-nav { gap: clamp(.45rem, 1vw, 1.15rem); }
.karalus-content-page .content-desktop-nav > a { font-size: clamp(.7rem, .72vw, .86rem); min-height: 44px; white-space: nowrap; }
.karalus-content-page .menu-button { align-items: center; gap: .35rem; min-height: 44px; min-width: 44px; }
.karalus-content-page .menu-word { font-size: .72rem; font-weight: 760; letter-spacing: .03em; }
.content-page-hero { min-height: min(72vh, 760px); }
.content-page-hero > img { height: 100%; object-fit: cover; width: 100%; }
.content-page-hero .hero-overlay { background: linear-gradient(90deg, rgba(4,31,44,.91) 0%, rgba(4,31,44,.62) 52%, rgba(4,31,44,.2) 100%); }
.content-page-hero .page-hero-content { max-width: 780px; }
body[data-karalus-relaunch="1"] .content-page-hero h1 { font-size: clamp(3rem, 4.4vw, 4.3rem); max-width: 18ch; text-wrap: balance; }
.content-page-hero p { max-width: 64ch; }
.content-proof-section { padding-top: clamp(3.5rem, 6vw, 6.5rem); }
.content-card-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: clamp(2rem, 4vw, 3.5rem); background: rgba(7,56,77,.14); border: 1px solid rgba(7,56,77,.14); }
.content-card { background: #fff; min-height: 245px; padding: clamp(1.25rem, 2.2vw, 2rem); position: relative; }
.content-card-line { background: #bd653b; display: block; height: 3px; margin-bottom: 1.6rem; width: 42px; }
.content-card h3 { color: #07384d; font-size: clamp(1.2rem, 1.7vw, 1.65rem); margin: 0 0 .75rem; text-wrap: balance; }
.content-card p { color: #435860; line-height: 1.65; margin: 0 0 1.1rem; }
.content-card a { color: #9c4b2b; display: inline-flex; font-weight: 760; min-height: 44px; padding-top: .55rem; text-underline-offset: 3px; }
.content-detail-grid { align-items: start; display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(240px,.78fr) minmax(0,1.22fr); }
.content-detail-grid h2 { color: #07384d; font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.05; margin-top: .75rem; text-wrap: balance; }
.content-detail-copy { font-size: clamp(1rem, 1.2vw, 1.16rem); line-height: 1.75; }
.content-detail-copy > :first-child { margin-top: 0; }
.content-check-list { display: grid; gap: .7rem; list-style: none; margin: 1.5rem 0 0; padding: 0; }
.content-check-list li { border-top: 1px solid rgba(7,56,77,.14); padding: .8rem 0 .1rem 1.7rem; position: relative; }
.content-check-list li::before { color: #bd653b; content: "✓"; font-weight: 800; left: 0; position: absolute; top: .8rem; }
.content-source-box { align-items: start; background: #07384d; color: #fff; display: grid; gap: 2rem; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); padding: clamp(1.5rem, 4vw, 3.5rem); }
body[data-karalus-relaunch="1"].karalus-content-page .content-source-box .eyebrow { color: #f2bd93; }
body[data-karalus-relaunch="1"].karalus-content-page .content-source-box h2 { color: #fff; margin: .7rem 0 1rem; }
.content-source-box p { color: rgba(255,255,255,.78); line-height: 1.7; }
.content-source-links { display: grid; gap: .65rem; }
.content-source-links a { align-items: center; border: 1px solid rgba(255,255,255,.28); color: #fff; display: flex; font-weight: 720; justify-content: space-between; min-height: 50px; padding: .75rem 1rem; text-decoration: none; }
.content-source-links a:hover, .content-source-links a:focus-visible { background: #fff; color: #07384d; }

body[data-karalus-relaunch="1"] .budget-grid article > span { color: #075f91; }
.content-related-grid { display: grid; gap: .75rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
.content-related-grid a { align-items: center; background: #fff; border: 1px solid rgba(7,56,77,.14); color: #07384d; display: flex; font-size: clamp(1rem, 1.4vw, 1.2rem); font-weight: 760; justify-content: space-between; min-height: 72px; padding: 1rem 1.25rem; text-decoration: none; }
.content-related-grid a:hover, .content-related-grid a:focus-visible { border-color: #bd653b; box-shadow: inset 4px 0 #bd653b; }
.content-related-grid strong { color: #bd653b; font-size: 1.5rem; }
.content-final-cta { background: #071f29; color: #fff; }
.content-final-cta-inner { align-items: center; display: grid; gap: 2rem; grid-template-columns: minmax(0,1.35fr) minmax(240px,.65fr); }
body[data-karalus-relaunch="1"].karalus-content-page .content-final-cta h2 { color: #fff; font-size: clamp(2rem, 4vw, 4rem); margin: .7rem 0 1rem; max-width: 17ch; text-wrap: balance; }
.content-final-cta p { color: rgba(255,255,255,.75); max-width: 64ch; }
.content-final-actions { align-items: stretch; display: flex; flex-direction: column; gap: .75rem; }
.content-final-actions > a:not(.button) { align-items: center; border: 1px solid rgba(255,255,255,.3); color: #fff; display: flex; font-weight: 760; justify-content: center; min-height: 50px; padding: .75rem; text-decoration: none; }
body[data-karalus-relaunch="1"].karalus-content-page .content-final-actions .button-primary { background: var(--kr-copper); border-color: var(--kr-copper); color: #fff; }
body[data-karalus-relaunch="1"].karalus-content-page .content-final-actions .button-primary:hover,
body[data-karalus-relaunch="1"].karalus-content-page .content-final-actions .button-primary:focus-visible { background: #9f4f2d; border-color: #9f4f2d; color: #fff; }
body[data-karalus-relaunch="1"] .site-footer.content-site-footer { background: var(--kr-deep); color: rgba(255,255,255,.86); }
body[data-karalus-relaunch="1"] .site-footer.content-site-footer h3,
body[data-karalus-relaunch="1"] .site-footer.content-site-footer .footer-toggle { color: #f0ad88; }
body[data-karalus-relaunch="1"] .site-footer.content-site-footer a { color: rgba(255,255,255,.92); }
body[data-karalus-relaunch="1"] .site-footer.content-site-footer .footer-address,
body[data-karalus-relaunch="1"] .site-footer.content-site-footer .footer-bottom { color: rgba(255,255,255,.76); }
.content-footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.35fr repeat(3,1fr); }
.content-footer-grid strong { color: #07384d; display: block; margin-bottom: .7rem; }
.content-footer-grid p { color: #435860; line-height: 1.75; margin: 0; }
.content-footer-grid a { align-items: center; color: inherit; display: inline-flex; min-height: 32px; text-underline-offset: 3px; }
.breadcrumbs a,
.site-footer a {
  align-items: center;
  display: inline-flex;
  min-height: 28px;
}

.relaunch-seo-enrichment { border-top: 1px solid rgba(8,48,65,.1); }
.relaunch-seo-enrichment-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem,6vw,6rem);
  grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr);
}
.relaunch-seo-enrichment-grid h2 { margin-top: .75rem; }
.relaunch-seo-enrichment-grid p {
  color: #3f5660;
  font-size: clamp(1rem,1.3vw,1.125rem);
  line-height: 1.75;
  margin-top: 0;
}
.relaunch-seo-enrichment-grid ul {
  display: grid;
  gap: .65rem;
  list-style: none;
  margin: 1.25rem 0 1.75rem;
  padding: 0;
}
.relaunch-seo-enrichment-grid li { color: #173f4f; padding-left: 1.45rem; position: relative; }
.relaunch-seo-enrichment-grid li::before {
  color: #b85f38;
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

@media (min-width: 761px) {
  body[data-karalus-relaunch="1"] .content-page-hero { min-height: min(830px, calc(100svh - 92px)); }
  body[data-karalus-relaunch="1"] .content-page-hero .page-hero-content {
    box-sizing: border-box;
    min-height: min(830px, calc(100svh - 92px));
    padding-block: clamp(3.25rem, 5.5vw, 5.25rem);
  }
}

/* Final v1.5.4 cascade: intentionally follows all legacy responsive rules. */
.studio-nav-layout { grid-template-columns: minmax(460px,1.22fr) minmax(300px,.78fr); }
.studio-nav-brand { align-items: center; display: flex; gap: .8rem; }
.studio-nav-brand > img { height: auto; width: 138px; }
.studio-nav-showcase { justify-self: center; max-width: 460px; width: 100%; }
.studio-nav-contact-actions { grid-template-columns: minmax(240px,340px); justify-content: center; justify-items: center; width: 100%; }
.studio-nav-request,
.studio-nav-call { justify-content: center; max-width: 340px; text-align: center; width: 100%; }

@media (max-width: 900px) {
  .studio-nav-layout { display: flex; flex-direction: column; }
  .studio-nav-clusters { order: 1; }
  .studio-nav-showcase { order: 2; }
}

@media (max-width: 760px) {
  body[data-karalus-relaunch="1"] { padding-bottom: 0; }
  body[data-karalus-relaunch="1"] .header-inner { gap: .65rem; min-height: 72px; }
  body[data-karalus-relaunch="1"] .brand img { width: 116px; }
  body[data-karalus-relaunch="1"] .menu-button.studio-menu-button { height: 50px; width: 48px; }
  body[data-karalus-relaunch="1"] .studio-menu-button span { width: 43px; }
  body[data-karalus-relaunch="1"] .studio-menu-button span:nth-child(2) { width: 31px; }

  body.karalus-hero-header .home-hero,
  body.karalus-hero-header .page-hero { margin-top: -118px; }
  body[data-karalus-relaunch="1"] .home-hero { min-height: max(940px,120svh); }
  body[data-karalus-relaunch="1"] .home-hero > img {
    object-position: center 42%;
    transform: scale(1.015) translate3d(0,var(--kr-hero-shift,0),0);
  }
  body[data-karalus-relaunch="1"] .home-hero::after {
    background: linear-gradient(180deg,rgba(4,31,43,.02) 0%,rgba(4,31,43,.08) 38%,rgba(4,31,43,.76) 61%,rgba(4,31,43,.97) 100%);
  }
  body[data-karalus-relaunch="1"] .home-hero-content {
    align-items: flex-start;
    justify-content: flex-end;
    max-width: none;
    padding-block: clamp(350px,62svh,520px) 3rem;
    text-align: left;
  }
  body[data-karalus-relaunch="1"] .home-hero h1 { font-size: clamp(2.35rem,10vw,3.05rem); line-height: 1.01; }
  body[data-karalus-relaunch="1"] .home-hero p { font-size: 1rem; line-height: 1.52; }

  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) { min-height: 780px; }
  body[data-karalus-relaunch="1"] .page-hero .hero-overlay {
    background: linear-gradient(180deg,rgba(4,31,43,.06) 0%,rgba(4,31,43,.17) 40%,rgba(4,31,43,.82) 70%,rgba(4,31,43,.96) 100%);
  }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) .page-hero-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    min-height: 780px;
    padding-block: clamp(300px,52svh,450px) 3rem;
    text-align: left;
  }
  body[data-karalus-relaunch="1"] .page-hero.contact-hero-compact { height: 650px; min-height: 650px; }
  body[data-karalus-relaunch="1"] .contact-hero-compact .page-hero-content {
    justify-content: flex-end;
    min-height: 650px;
    padding-block: 330px 3rem;
  }

  .studio-nav-shell { padding: 1rem 1rem 2rem; }
  .studio-nav-top { min-height: 58px; }
  .studio-nav-brand { gap: .55rem; justify-items: initial; }
  .studio-nav-brand > img { width: 112px; }
  .studio-nav-brand .studio-nav-anniversary { font-size: .72rem; }
  .studio-nav-layout { gap: 1.5rem; padding-block: 1rem 1.8rem; }
  .studio-nav-cluster summary { min-height: 62px; padding-block: .58rem; }
  .studio-nav-cluster summary > span { font-size: 1.24rem; font-weight: 650; }
  .studio-nav-cluster summary > small { font-size: .72rem; }
  .studio-nav-home { font-size: 1.18rem; min-height: 58px; }
  .studio-nav-reference { min-height: 230px; }
  .studio-nav-showcase { gap: 1rem; }
  .studio-nav-contact-actions { grid-template-columns: minmax(0,300px); }
  .studio-nav-request,
  .studio-nav-call { min-height: 54px; }
}

@media (max-width: 1180px) {
  .karalus-content-page .content-desktop-nav { display: none; }
  .karalus-content-page .menu-button { display: inline-flex; }
  .content-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .relaunch-seo-enrichment-grid { gap: 1.25rem; grid-template-columns: 1fr; }
  .relaunch-entity-proof { align-items: flex-start; flex-direction: column; }
  .relaunch-entity-proof span { text-align: left; }
  .content-page-hero { min-height: 660px; }
  body[data-karalus-relaunch="1"] .content-page-hero h1 { font-size: clamp(2rem, 9vw, 3rem); }
  .content-page-hero .hero-overlay { background: linear-gradient(180deg, rgba(4,31,44,.35), rgba(4,31,44,.94)); }
  .content-page-hero .page-hero-content { justify-content: flex-end; padding-bottom: 2.25rem; }
  .content-page-hero .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .content-page-hero .hero-actions .button { justify-content: center; min-height: 50px; }
  .content-card-grid,
  .content-related-grid,
  .content-detail-grid,
  .content-source-box,
  .content-final-cta-inner,
  .content-footer-grid { grid-template-columns: 1fr; }
  .content-card { min-height: 0; }
  .content-detail-grid { gap: 1.25rem; }
  .content-source-box { margin-inline: -1rem; }
  .content-final-actions { width: 100%; }
}
.suite-tool-heading {
  margin: 0 0 1.5rem;
  color: #17211b;
}

.suite-content-depth {
  background: #f2f5f1;
  color: #17211b;
}

.suite-content-depth-inner {
  max-width: 860px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 4px solid #8a6a35;
  background: #fff;
}

.suite-content-depth-inner p {
  max-width: 75ch;
  color: #2c3831;
}

.suite-competitor-gap {
  color: #17211b;
}

.suite-competitor-gap > .container > h2 {
  max-width: 850px;
}

.suite-competitor-gap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.suite-competitor-gap-grid article {
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid #cbd3cd;
  border-radius: 0.45rem;
  background: #f7f9f7;
}

.suite-competitor-gap-grid h3,
.suite-competitor-gap-grid p {
  color: #17211b;
}

.suite-cluster-links {
  background: #17211b;
  color: #fff;
}

body[data-karalus-relaunch="1"] .suite-cluster-links h2 {
  color: #fff;
}

body[data-karalus-relaunch="1"] .content-final-cta .eyebrow.light {
  color: #f2bd93;
}

body[data-karalus-relaunch="1"] .kb-practice h2,
body[data-karalus-relaunch="1"] .kb-practice h3 {
  color: #fff;
}

body[data-karalus-relaunch="1"] .kb-practice .eyebrow.light {
  color: #f2bd93;
}

.suite-cluster-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.suite-cluster-link-grid a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0.45rem;
  background: #233129;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.suite-cluster-link-grid a:hover,
.suite-cluster-link-grid a:focus-visible {
  background: #fff;
  color: #17211b;
  outline: 3px solid #d7b678;
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .suite-cluster-link-grid { grid-template-columns: 1fr; }
  .suite-competitor-gap-grid { grid-template-columns: 1fr; }
}

/* 1.4.6 · Question intent, winter-garden guides and contrast hardening */
.suite-intent-questions {
  background: #eef3f5;
  color: #102932;
}

.suite-intent-questions > .container > h2,
.content-faq-section .section-heading h2 {
  color: #07384d;
  max-width: 880px;
}

.suite-intent-question-grid,
.content-faq-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.suite-intent-question-grid article,
.content-faq-grid article {
  background: #fff;
  border: 1px solid #b9c7cc;
  border-top: 4px solid #a94f2b;
  color: #102932;
  padding: clamp(1.25rem, 2.4vw, 2rem);
}

.suite-intent-question-grid h3,
.content-faq-grid h3 {
  color: #07384d;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.25;
  margin: 0 0 .75rem;
}

.suite-intent-question-grid p,
.content-faq-grid p {
  color: #29444f;
  line-height: 1.7;
  margin: 0;
}

.suite-guide-hub {
  background: #07384d;
  color: #fff;
}

body[data-karalus-relaunch="1"] .suite-guide-hub h2 {
  color: #fff;
  max-width: 860px;
}

body[data-karalus-relaunch="1"] .suite-guide-hub .eyebrow.light {
  color: #ffd1b7;
}

.suite-guide-hub-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.suite-guide-hub-grid a {
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  color: #07384d;
  display: grid;
  gap: .25rem 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 96px;
  padding: 1rem 1.15rem;
  text-decoration: none;
}

.suite-guide-hub-grid strong { color: #07384d; font-size: 1.08rem; }
.suite-guide-hub-grid span { color: #29444f; grid-column: 1; line-height: 1.5; }
.suite-guide-hub-grid b { color: #8f381c; font-size: 1.45rem; grid-column: 2; grid-row: 1 / span 2; }
.suite-guide-hub-grid a:hover,
.suite-guide-hub-grid a:focus-visible {
  background: #fff6f0;
  border-color: #f2bd93;
  outline: 3px solid #ffd1b7;
  outline-offset: 3px;
}

/* Prevent the low-contrast blue-on-dark combinations reported in the prior build. */
body[data-karalus-relaunch="1"] .page-hero-content p,
body[data-karalus-relaunch="1"] .content-final-cta p,
body[data-karalus-relaunch="1"] .suite-cluster-links p,
body[data-karalus-relaunch="1"] .kb-practice p {
  color: #f5f8f9;
}

body[data-karalus-relaunch="1"] .legal-hero h1 { color: #fff; }
body[data-karalus-relaunch="1"] .legal-hero .eyebrow { color: #ffd1b7; }
body[data-karalus-relaunch="1"] .button-primary span,
body[data-karalus-relaunch="1"] .button-primary strong { color: inherit; }
body[data-karalus-relaunch="1"] .blue-section .tip-label,
body[data-karalus-relaunch="1"] .blue-section .tip-label span { color: #fff; }

body[data-karalus-relaunch="1"] .section.white p,
body[data-karalus-relaunch="1"] .section.soft p,
body[data-karalus-relaunch="1"] .service-carousel-status,
body[data-karalus-relaunch="1"] .source-disclosure,
body[data-karalus-relaunch="1"] .budget-note {
  color: #36505a;
}

body[data-karalus-relaunch="1"] .world-card p,
body[data-karalus-relaunch="1"] .blue-section p,
body[data-karalus-relaunch="1"] .dark-section p,
body[data-karalus-relaunch="1"] .content-final-cta p,
body[data-karalus-relaunch="1"] .suite-guide-hub p,
body[data-karalus-relaunch="1"] .suite-cluster-links p,
body[data-karalus-relaunch="1"] .kb-practice p {
  color: #f5f8f9;
}

body[data-karalus-relaunch="1"] .section.white .eyebrow,
body[data-karalus-relaunch="1"] .section.soft .eyebrow,
body[data-karalus-relaunch="1"] .content-proof-section .eyebrow,
body[data-karalus-relaunch="1"] .content-detail-section .eyebrow {
  color: #88391d;
}

body[data-karalus-relaunch="1"] .breadcrumbs,
body[data-karalus-relaunch="1"] .breadcrumbs a {
  color: #29444f;
}

body[data-karalus-relaunch="1"] .content-card a,
body[data-karalus-relaunch="1"] .content-related-grid a,
body[data-karalus-relaunch="1"] .relaunch-seo-enrichment-grid a:not(.button) {
  color: #7a2f17;
}

.suite-showroom-partner { border-top: 1px solid #cbd5d9; color: #102932; }
.suite-showroom-partner-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}
.suite-showroom-partner h2 { color: #07384d; }
.suite-showroom-partner p { color: #29444f; line-height: 1.75; }
.suite-showroom-partner-facts { display: grid; gap: .8rem; }
.suite-showroom-partner-facts article { background: #eef3f5; border-left: 4px solid #a94f2b; padding: 1.2rem 1.3rem; }
.suite-showroom-partner-facts strong { color: #07384d; display: block; font-size: 1.08rem; margin-bottom: .35rem; }
.suite-showroom-partner-facts span { color: #29444f; display: block; line-height: 1.6; }
.suite-showroom-partner-facts a { color: #752a14; display: inline-flex; font-weight: 760; margin-top: .75rem; min-height: 44px; padding-top: .55rem; text-underline-offset: 3px; }

@media (max-width: 760px) {
  .suite-intent-question-grid,
  .content-faq-grid,
  .suite-guide-hub-grid,
  .suite-showroom-partner-grid { grid-template-columns: 1fr; }
}

/* 1.4.6 · Final WCAG contrast corrections from the complete browser QA. */
body[data-karalus-relaunch="1"] .section.white .decision-result-panel h2,
body[data-karalus-relaunch="1"] .section.white .decision-result-panel p,
body[data-karalus-relaunch="1"] .section.white .decision-result-panel strong,
body[data-karalus-relaunch="1"] .section.white .decision-result-panel .advice-note,
body[data-karalus-relaunch="1"] .section.white .decision-result-panel .decision-sources,
body[data-karalus-relaunch="1"] .section.white .home-hours-card p {
  color: #fff;
}

body[data-karalus-relaunch="1"] .section.white .decision-result-panel .eyebrow,
body[data-karalus-relaunch="1"] .relaunch-checks .eyebrow,
body[data-karalus-relaunch="1"] .checks-links span,
body[data-karalus-relaunch="1"] .relaunch-mid-cta span {
  color: #ffd1b7;
}

body[data-karalus-relaunch="1"] .section.white .decision-result-panel .button-secondary {
  background: #fff;
  border-color: #fff;
  color: #07384d;
}

body[data-karalus-relaunch="1"] .section.white .decision-result-panel .text-link {
  color: #fff;
  text-decoration-color: #ffd1b7;
}

body[data-karalus-relaunch="1"] .section.white .text-link,
body[data-karalus-relaunch="1"] .section.soft .text-link {
  color: #064f78;
}

body[data-karalus-relaunch="1"] .section.white .home-hours-card .text-link {
  color: #fff;
}

body[data-karalus-relaunch="1"] .legal-hero .breadcrumbs,
body[data-karalus-relaunch="1"] .legal-hero .breadcrumbs a,
body[data-karalus-relaunch="1"] .legal-hero .breadcrumbs span,
body[data-karalus-relaunch="1"] .legal-hero p,
body[data-karalus-relaunch="1"] .page-hero .breadcrumbs,
body[data-karalus-relaunch="1"] .page-hero .breadcrumbs a,
body[data-karalus-relaunch="1"] .page-hero .breadcrumbs span,
body[data-karalus-relaunch="1"] .page-hero p {
  color: #f5f8f9;
}

body[data-karalus-relaunch="1"] .button-primary span,
body[data-karalus-relaunch="1"] .button-primary strong {
  color: inherit !important;
}

body[data-karalus-relaunch="1"] .section.white .content-source-box p {
  color: #f5f8f9;
}

body[data-karalus-relaunch="1"] .section.white .content-source-box .eyebrow {
  color: #ffd1b7;
}

body[data-karalus-relaunch="1"] .section.white .contact-cards a span {
  color: #36505a;
}

body[data-karalus-relaunch="1"] .blue-section .inline-link {
  color: #fff;
  text-decoration-color: #ffd1b7;
}

/* 1.4.7 · GEO facts, expert review and extractable answer architecture */
.content-facts-section {
  border-top: 1px solid #cbd5d9;
}

.content-facts-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.5rem 0 0;
  border: 1px solid #b9c7cc;
  border-bottom: 0;
}

.content-facts-grid > div {
  background: #fff;
  border-bottom: 1px solid #b9c7cc;
  display: grid;
  gap: .35rem;
  grid-template-columns: minmax(9rem, .45fr) minmax(0, 1fr);
  padding: 1rem 1.15rem;
}

.content-facts-grid > div:nth-child(odd) {
  border-right: 1px solid #b9c7cc;
}

.content-facts-grid dt {
  color: #07384d;
  font-weight: 800;
}

.content-facts-grid dd {
  color: #29444f;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 760px) {
  .content-facts-grid { grid-template-columns: 1fr; }
  .content-facts-grid > div { grid-template-columns: 1fr; }
  .content-facts-grid > div:nth-child(odd) { border-right: 0; }
}
.suite-guide-enrichment-v150 {
  border-top: 1px solid rgba(7, 56, 77, 0.12);
}

.suite-guide-enrichment-v150 .container {
  max-width: 1180px;
}

.suite-guide-enrichment-v150 h2 {
  max-width: 820px;
  margin: 0.55rem 0 1rem;
}

.suite-guide-enrichment-intro {
  max-width: 900px;
  margin: 0 0 2rem;
  color: #344c58;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.7;
}

.suite-guide-enrichment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.suite-guide-enrichment-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.1rem, 2.2vw, 1.55rem);
  border: 1px solid rgba(7, 56, 77, 0.14);
  border-radius: 1rem;
  background: #f7fafb;
  box-shadow: 0 0.5rem 1.4rem rgba(7, 56, 77, 0.05);
}

.suite-guide-enrichment-card h3 {
  margin: 0 0 0.7rem;
  color: #07384d;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.28;
}

.suite-guide-enrichment-card p {
  margin: 0;
  color: #344c58;
  line-height: 1.65;
}

.suite-guide-enrichment-card a {
  margin-top: auto;
  padding-top: 1rem;
  color: #075f75;
  font-weight: 750;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.suite-guide-enrichment-links,
.suite-guide-enrichment-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  margin-top: 1.4rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(7, 56, 77, 0.12);
}

.suite-guide-enrichment-links a,
.suite-guide-enrichment-sources a {
  color: #075f75;
  font-weight: 700;
}

.suite-guide-enrichment-sources {
  align-items: baseline;
  color: #344c58;
  font-size: 0.94rem;
}

@media (max-width: 900px) {
  .suite-guide-enrichment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .suite-guide-enrichment-grid {
    grid-template-columns: 1fr;
  }

  .suite-guide-enrichment-card {
    padding: 1.1rem;
  }
}

/* v1.5.1: Prevent min-content tracks from widening reference pages at 320px. */
@media (max-width: 340px) {
  body[data-karalus-relaunch="1"] .container {
    box-sizing: border-box;
    min-width: 0;
    max-width: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
  }

  body[data-karalus-relaunch="1"] .kb-case-title-grid,
  body[data-karalus-relaunch="1"] .kb-case-opening {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-karalus-relaunch="1"] .container > *,
  body[data-karalus-relaunch="1"] .page-hero-content > *,
  body[data-karalus-relaunch="1"] .kb-case-summary,
  body[data-karalus-relaunch="1"] .kb-case-actions,
  body[data-karalus-relaunch="1"] .kb-project-data,
  body[data-karalus-relaunch="1"] .kb-project-data dl,
  body[data-karalus-relaunch="1"] .kb-project-data dl > div {
    min-width: 0;
    max-width: 100%;
  }

  body[data-karalus-relaunch="1"] .page-hero-content h1,
  body[data-karalus-relaunch="1"] .page-hero-content .eyebrow,
  body[data-karalus-relaunch="1"] .page-hero-content p,
  body[data-karalus-relaunch="1"] .kb-project-data dt,
  body[data-karalus-relaunch="1"] .kb-project-data dd,
  body[data-karalus-relaunch="1"] .kb-case-title-grid h1,
  body[data-karalus-relaunch="1"] .kb-case-title-grid h1 em {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere !important;
    word-break: break-word;
  }
}

@media (max-width: 760px) {
  body[data-karalus-relaunch="1"] .page-hero.content-page-hero:not(.contact-hero-compact) { min-height: 780px; }
  body[data-karalus-relaunch="1"] .content-page-hero .hero-overlay {
    background: linear-gradient(180deg,rgba(4,31,43,.06) 0%,rgba(4,31,43,.17) 40%,rgba(4,31,43,.82) 70%,rgba(4,31,43,.96) 100%);
  }
  body[data-karalus-relaunch="1"] .content-page-hero .page-hero-content {
    justify-content: flex-end;
    min-height: 780px;
    padding-block: clamp(300px,52svh,450px) 3rem;
  }
}

/* v1.5.4 final mobile header state: transparent in the image, solid while scrolling. */
@media (max-width: 760px) {
  body.karalus-hero-header .karalus-consultation-bar {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  body.karalus-hero-header .site-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 46px;
  }
  body.karalus-hero-header.karalus-header-scrolled .karalus-consultation-bar {
    position: fixed;
  }
  body.karalus-hero-header.karalus-header-scrolled .site-header {
    position: fixed;
  }
  body.karalus-hero-header:not(.karalus-header-scrolled) .site-header {
    background: linear-gradient(180deg,rgba(3,28,39,.32),rgba(3,28,39,.03));
    border-bottom-color: rgba(255,255,255,.2);
    box-shadow: none;
    backdrop-filter: none;
  }
  body.karalus-hero-header:not(.karalus-header-scrolled) .site-header .studio-menu-button { color: #fff; }
  body.karalus-hero-header:not(.karalus-header-scrolled) .karalus-anniversary {
    color: #f1c86d;
    text-shadow: 0 1px 8px rgba(0,0,0,.65);
  }
  body.karalus-header-scrolled .site-header {
    background: rgba(255,255,255,.98);
    border-bottom-color: rgba(16,41,50,.12);
    box-shadow: 0 8px 24px rgba(7,31,41,.11);
    backdrop-filter: blur(16px);
  }
  body.karalus-hero-header:not(.karalus-header-scrolled) .header-inner {
    background: transparent !important;
  }
  body.karalus-header-scrolled .header-inner {
    background: rgba(255,255,255,.98) !important;
  }
  body[data-karalus-relaunch="1"] .header-inner {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto 1fr;
    max-width: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
  }
  body[data-karalus-relaunch="1"] .menu-button.studio-menu-button {
    justify-self: end;
    margin-left: auto;
  }
  body.karalus-hero-header .home-hero,
  body.karalus-hero-header .page-hero {
    margin-top: 0;
  }
}

/* Final v1.5.5 cascade: keep the mobile card copy above legacy world rules. */
@media (max-width: 760px) {
  body[data-karalus-home="1"] .world-card .world-content > span {
    align-self: flex-start;
    background: rgba(3,31,42,.88);
    border-left: 3px solid var(--kr-copper);
    color: #fff7ef;
    display: inline-flex;
    font-size: .78rem;
    justify-content: flex-start;
    left: auto;
    max-width: 100%;
    padding: .5rem .7rem;
    position: static;
    text-align: left;
    text-shadow: 0 1px 8px rgba(0,0,0,.7);
    top: auto;
    width: auto;
  }
  body[data-karalus-home="1"] .world-card h3 { font-size: clamp(1.75rem,8vw,2.2rem); margin: .75rem 0 .45rem; }
  body[data-karalus-home="1"] .section.white .world-card p { color: #fff !important; font-size: .98rem; line-height: 1.5; margin: 0; }
  .kr-accessibility { bottom: calc(.55rem + env(safe-area-inset-bottom)); left: .55rem; }
}

/* v1.5.7: modern LCP source without changing the proven hero crop. */
body[data-karalus-relaunch="1"] .home-hero > .home-hero-picture {
  display: block;
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}
body[data-karalus-relaunch="1"] .home-hero::after { z-index: 1; }
body[data-karalus-relaunch="1"] .home-hero > .home-hero-content { position: relative; z-index: 2; }
body[data-karalus-relaunch="1"] .home-hero > .home-hero-picture > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045) translate3d(0,var(--kr-hero-shift,0),0);
  transform-origin: center;
  width: 100%;
}
@media (max-width:760px) {
  body[data-karalus-relaunch="1"] .home-hero > .home-hero-picture > img {
    object-position: center 42%;
    transform: scale(1.015);
    will-change: auto;
  }
  .kr-accessibility {
    bottom: auto;
    left: .55rem;
    top: 8.25rem;
  }
  .kr-accessibility-toggle {
    border-radius: 999px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    padding: 0;
    width: 48px;
  }
  .kr-accessibility-toggle > span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
@media (max-width:360px) {
  body[data-karalus-relaunch="1"] .home-hero h1 {
    font-size: clamp(1.95rem,9.6vw,2.15rem);
    letter-spacing: -.035em;
    line-height: 1.02;
  }
}

/* v1.5.8: warmer image-led home, later actions and focused navigation depth. */
body[data-karalus-relaunch="1"] .home-hero::after {
  background: linear-gradient(180deg,rgba(9,23,28,.01) 0%,rgba(9,23,28,.03) 42%,rgba(14,25,27,.34) 64%,rgba(10,24,28,.78) 100%);
}
body[data-karalus-relaunch="1"] .home-hero h1,
body[data-karalus-relaunch="1"] .home-hero p { text-shadow: 0 2px 18px rgba(0,0,0,.58); }
.home-reference-controls { align-items: center; display: none; gap: .75rem; justify-content: flex-end; margin-top: 1rem; }
.home-reference-controls button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(7,57,77,.24);
  border-radius: 999px;
  color: #07384d;
  display: inline-flex;
  font-size: 1.2rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.home-reference-controls button:disabled { opacity: .34; }
.home-reference-controls span { color: #365460; font-size: .82rem; font-weight: 750; min-width: 3rem; text-align: center; }
.studio-nav-root-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.1rem; }
.studio-nav-root-actions a {
  border: 1px solid rgba(7,57,77,.18);
  border-radius: 999px;
  color: #07384d;
  font-size: .76rem;
  font-weight: 750;
  min-height: 44px;
  padding: .72rem .9rem;
  text-decoration: none;
}
.studio-mobile-subpanel { display: none; }
.studio-contact-rail { grid-template-columns: minmax(0,1fr) 128px; }
.studio-contact-request { gap: .35rem; padding-inline: .8rem; }
.studio-contact-request span {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
.studio-contact-request b { font-size: 1.15rem; }
.privacy-settings-trigger {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 650;
  min-height: 44px;
  padding: .45rem 0;
  text-decoration: underline;
  text-underline-offset: .18em;
}
.privacy-settings-panel {
  background: #fffdf9;
  border: 1px solid rgba(7,56,77,.2);
  bottom: 1rem;
  box-shadow: 0 18px 55px rgba(3,28,38,.24);
  color: #163a47;
  display: grid;
  gap: .8rem;
  left: 1rem;
  max-width: min(420px,calc(100vw - 2rem));
  padding: 1rem;
  position: fixed;
  z-index: 110000;
}
.privacy-settings-panel[hidden] { display: none; }
.privacy-settings-head { align-items: center; display: flex; gap: 1rem; justify-content: space-between; }
.privacy-settings-head strong { color: #07384d; font-size: 1.05rem; }
.privacy-settings-head button {
  background: transparent;
  border: 1px solid rgba(7,56,77,.25);
  color: #07384d;
  font-size: 1.4rem;
  height: 44px;
  width: 44px;
}
.privacy-settings-panel p { font-size: .88rem; line-height: 1.5; margin: 0; }
.privacy-settings-actions { display: grid; gap: .55rem; }
.privacy-settings-actions button,
.privacy-settings-actions a { align-items:center; display:flex; justify-content:center; min-height:48px; padding:.65rem .8rem; text-align:center; }
.privacy-settings-actions button { background:#07384d; border:0; color:#fff; font:inherit; font-weight:720; }
.privacy-settings-actions button:disabled { background:#dfe6e7; color:#526b74; cursor:not-allowed; }
.privacy-settings-actions a { border:1px solid rgba(7,56,77,.25); color:#07384d; font-weight:700; text-decoration:none; }
.privacy-settings-panel small { color:#526b74; font-size:.75rem; line-height:1.4; }

@media (max-width:760px) {
  body.karalus-hero-header .karalus-consultation-bar { display: none !important; }
  body.karalus-hero-header .site-header { top: 0; }
  body.karalus-hero-header.karalus-header-scrolled .site-header { top: 0; }
  body.karalus-hero-header:not(.karalus-header-scrolled) .site-header {
    background: linear-gradient(180deg,rgba(5,26,31,.42),rgba(5,26,31,.04));
  }
  body.karalus-hero-header:not(.karalus-header-scrolled) .header-inner { min-height: 78px; }
  body.karalus-hero-header:not(.karalus-header-scrolled) .brand img { width: 108px; }
  body[data-karalus-relaunch="1"] .home-hero::after {
    background: linear-gradient(180deg,rgba(8,21,25,0) 0%,rgba(8,21,25,.02) 43%,rgba(14,27,29,.28) 61%,rgba(10,25,29,.76) 100%);
  }
  body[data-karalus-relaunch="1"] .reference-collage.home-reference-grid {
    display: flex;
    gap: .8rem;
    grid-template-columns: none;
    margin-inline: calc(50% - 50vw);
    overflow-x: auto;
    padding-inline: max(1rem,calc((100vw - 1200px) / 2));
    scroll-padding-left: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  body[data-karalus-relaunch="1"] .reference-collage.home-reference-grid::-webkit-scrollbar { display: none; }
  body[data-karalus-relaunch="1"] .home-reference-card,
  body[data-karalus-relaunch="1"] .home-reference-card:first-child {
    flex: 0 0 min(84vw,340px);
    grid-column: auto;
    min-height: 420px;
    scroll-snap-align: start;
  }
  .home-reference-controls { display: flex; }
  .studio-nav-showcase { display: none !important; }
  .studio-nav-layout { overflow: hidden; position: relative; }
  .studio-nav-clusters {
    flex: 0 0 auto;
    opacity: 1;
    position: relative;
    transform: translateX(0);
    transition: opacity .22s ease,transform .34s cubic-bezier(.2,.75,.25,1);
    width: 100%;
  }
  .studio-nav-clusters.is-sublevel { opacity: 0; pointer-events: none; transform: translateX(-108%); }
  .studio-mobile-subpanel {
    display: grid;
    gap: 1rem;
    inset: 0 0 auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(108%);
    transition: opacity .22s ease,transform .34s cubic-bezier(.2,.75,.25,1);
    width: 100%;
  }
  .studio-mobile-subpanel.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
  .studio-mobile-back {
    align-items: center;
    align-self: start;
    background: transparent;
    border: 0;
    color: #07384d;
    display: inline-flex;
    font: inherit;
    font-size: .86rem;
    font-weight: 760;
    gap: .5rem;
    min-height: 48px;
    padding: 0;
  }
  .studio-mobile-topic-visual {
    color: #fff;
    display: block;
    min-height: 220px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  }
  .studio-mobile-topic-visual::after { background: linear-gradient(180deg,transparent 34%,rgba(5,31,40,.88)); content:""; inset:0; position:absolute; }
  .studio-mobile-topic-visual img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
  .studio-mobile-topic-visual > span { bottom: 0; display: grid; gap: .25rem; left: 0; padding: 1rem; position: absolute; right: 0; z-index: 2; }
  .studio-mobile-topic-visual small { color: #efaa83; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .studio-mobile-topic-visual strong { color: #fff; font-size: 1.2rem; line-height: 1.2; }
  .studio-mobile-topic-links { display: grid; }
  .studio-mobile-topic-links a {
    align-items: center;
    border-bottom: 1px solid rgba(7,57,77,.14);
    color: #07384d;
    display: flex;
    font-size: 1rem;
    font-weight: 680;
    justify-content: space-between;
    min-height: 50px;
    text-decoration: none;
  }
  .studio-mobile-topic-links a::after { content: "→"; }
  .studio-mobile-topic-actions { display: grid; gap: .6rem; grid-template-columns: 1fr; padding-bottom: 1rem; }
  .studio-mobile-topic-actions a { align-items:center; display:flex; justify-content:center; min-height:52px; text-align:center; text-decoration:none; }
  .studio-mobile-topic-actions a:first-child { background:#b84e28; color:#fff; font-weight:760; }
  .studio-mobile-topic-actions a:last-child { border:1px solid rgba(7,57,77,.25); color:#07384d; font-weight:720; }
  .studio-nav-root-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .studio-nav-root-actions a:first-child { background: #b84e28; border-color:#b84e28; color:#fff; grid-column:1 / -1; text-align:center; }
  .studio-motion .kr-media-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .mobile-request-bar {
    background: rgba(5,35,46,.97) !important;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    bottom: max(.7rem,env(safe-area-inset-bottom));
    box-shadow: 0 14px 38px rgba(4,24,32,.24);
    display: grid !important;
    grid-template-columns: 1.1fr .95fr .95fr;
    left: auto;
    opacity: 0;
    padding: .35rem;
    pointer-events: none;
    right: .7rem;
    transform: translateY(calc(100% + 2rem));
    transition: opacity .28s ease,transform .38s cubic-bezier(.2,.75,.25,1);
    visibility: hidden;
    width: min(352px,calc(100vw - 1.4rem));
  }
  .mobile-request-bar.is-visible { opacity:1; pointer-events:auto; transform:translateY(0); visibility:visible; }
  .mobile-request-bar a {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: .08rem;
    justify-items: center;
    min-height: 52px;
    padding: .35rem .25rem;
    text-decoration: none;
  }
  .mobile-request-bar a + a { border-left:1px solid rgba(255,255,255,.14); }
  .mobile-request-bar a span { color:rgba(255,255,255,.68); font-size:.6rem; letter-spacing:.05em; text-transform:uppercase; }
  .mobile-request-bar a strong { color:#fff; font-size:.68rem; line-height:1.15; text-align:center; }
  .mobile-request-bar .mobile-pricefinder { background:#b84e28; }
  .mobile-request-bar .mobile-pricefinder span { color:rgba(255,255,255,.82); }
}

/* v1.5.9 review pass: image-first heroes, readable cards and deliberate navigation depth. */
.karalus-anniversary,
.studio-nav-anniversary { display: none !important; }

.studio-nav-top-actions { align-items: center; display: flex; gap: .65rem; }
.studio-nav-top-request {
  align-items: center;
  border: 2px solid #b84e28;
  border-radius: 999px;
  color: #07384d;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 780;
  justify-content: center;
  min-height: 46px;
  padding: .55rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.studio-nav-top-request:hover,
.studio-nav-top-request:focus-visible { background: #b84e28; color: #fff; transform: scale(1.025); }
.studio-nav-about {
  align-items: start;
  border-bottom: 1px solid rgba(7,56,77,.22);
  color: #102932;
  display: grid;
  gap: .3rem;
  min-height: 66px;
  padding: .75rem 0;
  text-decoration: none;
}
.studio-nav-about > span { font-size: clamp(1.35rem,2.2vw,2.35rem); font-weight: 650; line-height: 1.05; }
.studio-nav-about > small { color: #526b74; font-size: .75rem; }

.header-inner .kr-accessibility { flex: 0 0 auto; inset: auto; margin-left: auto; position: relative; z-index: 99998; }
.header-inner .kr-accessibility-toggle {
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 999px;
  box-shadow: none;
  color: #07384d;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  padding: 7px;
  width: 48px;
}
.header-inner .kr-accessibility-toggle svg { height: 30px; stroke-width: 2.8; width: 30px; }
.header-inner .kr-accessibility-toggle > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.header-inner .kr-accessibility-panel { left: auto; position: fixed; right: 1rem; top: 92px; transform: none; }
body[data-karalus-relaunch="1"] .header-inner .studio-menu-button { margin-left: .25rem; }
body.karalus-hero-header:not(.karalus-header-scrolled) .header-inner .kr-accessibility-toggle { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.45); }

.karalus-header-worlds { display: none; }

/* Preserve every hero photograph as a complete frame. Only the lower third receives a neutral readability veil. */
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) { background: #cfd2d0; overflow: hidden; }
body[data-karalus-relaunch="1"] :is(.home-hero > .home-hero-picture > img,.page-hero > img) {
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}
body[data-karalus-relaunch="1"] .home-hero::after,
body[data-karalus-relaunch="1"] .page-hero .hero-overlay {
  background: linear-gradient(0deg,rgba(40,42,42,.58) 0%,rgba(65,67,67,.25) 16%,rgba(100,102,102,.08) 27%,transparent 34%) !important;
}
body[data-karalus-relaunch="1"] .page-hero-content {
  background:linear-gradient(90deg,#07384d 0%,rgba(7,56,77,.96) 62%,rgba(7,56,77,.72) 76%,rgba(7,56,77,0) 100%);
}
body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  padding-bottom: clamp(2rem,5vw,4rem);
  padding-top: clamp(6rem,12vw,10rem);
}
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) :is(h1,p,.eyebrow) { text-shadow: 0 2px 12px rgba(0,0,0,.72); }
body[data-karalus-relaunch="1"] .home-hero .button-secondary {
  background: rgba(255,255,255,.94);
  border: 2px solid #fff;
  color: #07384d;
  text-shadow: none;
}
body[data-karalus-relaunch="1"] .home-hero .button-secondary:hover,
body[data-karalus-relaunch="1"] .home-hero .button-secondary:focus-visible { background: #fff; color: #07384d; transform: scale(1.025); }

/* Image captions and cards: gentle neutral gray from the lower third only. */
body[data-karalus-relaunch="1"] .world-card .world-overlay,
body[data-karalus-relaunch="1"] :is(.project-card,.reference-project-card,.project-feature,.service-world-card,.product-card) .card-overlay {
  background: linear-gradient(180deg,transparent 0%,transparent 64%,rgba(55,57,57,.18) 72%,rgba(35,37,37,.72) 100%) !important;
}
body[data-karalus-relaunch="1"] .home-reference-card::after {
  background: linear-gradient(180deg,transparent 0%,transparent 65%,rgba(56,58,58,.18) 74%,rgba(34,36,36,.74) 100%) !important;
}
body[data-karalus-relaunch="1"] .world-card :is(h3,p,b,strong) {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.92);
}
body[data-karalus-relaunch="1"] .world-card p { font-weight: 620; }
body[data-karalus-relaunch="1"] .world-card b { background: rgba(255,255,255,.96); color: #07384d !important; text-shadow: none; }
body[data-karalus-relaunch="1"] .home-reference-card:first-child { min-height: 420px; }
body[data-karalus-relaunch="1"] .home-reference-card:first-child img { object-position: center 34%; }
body[data-karalus-relaunch="1"] .home-reference-card > span > b { display: none; }

body[data-karalus-home="1"] .value-grid > article {
  gap: .5rem 1.2rem;
  grid-template-columns: 52px minmax(0,1fr);
  padding: 1.3rem;
}
body[data-karalus-home="1"] .value-grid > article .icon-box { margin-left: 0; }
body[data-karalus-relaunch="1"] .home-quick-choice .container > p:last-child { margin-left: 64px; }
body[data-karalus-relaunch="1"] .home-quick-choice .button-secondary,
body[data-karalus-relaunch="1"] .home-manufacturing .text-link,
body[data-karalus-relaunch="1"] .image-story > div:last-child > .text-link {
  background: #b84e28;
  border: 2px solid #b84e28;
  border-radius: 3px;
  color: #fff !important;
  padding: .75rem 1.05rem !important;
  text-decoration: none;
  transition: transform .2s ease,background .2s ease;
}
body[data-karalus-relaunch="1"] .home-manufacturing .text-link,
body[data-karalus-relaunch="1"] .image-story > div:last-child > .text-link { margin-left: 1.35rem !important; }
body[data-karalus-relaunch="1"] :is(.button,.text-link,.home-service-links a):hover,
body[data-karalus-relaunch="1"] :is(.button,.text-link,.home-service-links a):focus-visible { transform: translateY(-1px) scale(1.025); }
body[data-karalus-relaunch="1"] .home-hours-card .text-link {
  line-height: 1.15;
  max-width: 100%;
  min-height: 48px;
  padding: .7rem 1rem;
  white-space: nowrap;
  width: auto;
}
body[data-karalus-relaunch="1"] :is(.button,.text-link,.home-service-links a,.home-hours-card .text-link,.studio-mobile-topic-links a,.footer-region-all)::after { content: none !important; }
body[data-karalus-relaunch="1"] :is(.button,.text-link) > :is(svg,span[aria-hidden="true"]) { display: none; }

.studio-contact-rail { grid-template-columns: minmax(0,1fr) minmax(168px,auto); width: min(410px,calc(100vw - 44px)); }
.studio-contact-request { font-size: .9rem; padding-inline: 1rem; white-space: nowrap; }
.studio-contact-request b { display: none; }

.footer-region-v148 { align-items: start; grid-template-columns: minmax(210px,.72fr) minmax(0,1.55fr) auto; }
.footer-region-heading { display: grid; gap: .35rem; }
.footer-region-heading p { font-size: .8rem; line-height: 1.4; }
.footer-region-places { display: flex; flex-wrap: wrap; gap: .5rem; }
body[data-karalus-relaunch="1"] .site-footer .footer-region-places :is(a,span) {
  align-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .82rem;
  line-height: 1.2;
  min-height: 40px;
  padding: .55rem .8rem;
  text-decoration: none;
}
body[data-karalus-relaunch="1"] .site-footer .footer-region-places span { color: rgba(255,255,255,.62); }
body[data-karalus-relaunch="1"] .site-footer .footer-region-places a:hover,
body[data-karalus-relaunch="1"] .site-footer .footer-region-places a:focus-visible { background: #fff; color: #07384d; }
.footer-region-all { align-items:center; border:1px solid rgba(255,255,255,.42); color:#fff; display:flex; font-weight:720; justify-content:center; min-height:48px; padding:.7rem 1rem; text-align:center; text-decoration:none; }

/* Product-first, image-led pricefinder. */
.finder-layout:has(.pricefinder-experience) { display: grid; gap: 2rem; grid-template-columns: minmax(0,1fr); }
.pricefinder-experience { background:#fff; border:1px solid rgba(7,56,77,.14); box-shadow:0 22px 60px rgba(7,31,41,.09); padding:clamp(1rem,3vw,2.4rem); }
.pf-progress { display:grid; gap:.5rem; grid-template-columns:repeat(4,minmax(0,1fr)); margin-bottom:clamp(2rem,4vw,3.2rem); }
.pf-progress button { background:#eef2f0; border:0; color:#526b74; font:inherit; font-size:.78rem; font-weight:720; min-height:52px; padding:.55rem; }
.pf-progress button span { align-items:center; background:#fff; border-radius:50%; display:inline-flex; height:26px; justify-content:center; margin-right:.35rem; width:26px; }
.pf-progress button[aria-current="step"] { background:#07384d; color:#fff; }
.pf-progress button[aria-current="step"] span { color:#07384d; }
.pf-error { background:#fff0e8; border-left:4px solid #b84e28; color:#6f2a15; font-weight:700; padding:.85rem 1rem; }
.pf-stage[hidden] { display:none; }
.pf-stage > h2 { color:#07384d; font-size:clamp(2rem,4.5vw,4rem); margin:.6rem 0 1rem; max-width:18ch; }
.pf-stage > p { max-width:68ch; }
.pf-family-grid { display:grid; gap:1rem; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:2rem; }
.pf-family-card,.pf-product-card { background:#07384d; color:#fff; cursor:pointer; display:grid; min-height:310px; overflow:hidden; position:relative; }
.pf-family-card input,.pf-product-card input,.pf-pills input,.pf-detail-options input { opacity:0; position:absolute; }
.pf-family-card img,.pf-product-card img { height:100%; inset:0; object-fit:cover; position:absolute; width:100%; }
.pf-family-card::after,.pf-product-card::after { background:linear-gradient(180deg,transparent 0%,transparent 65%,rgba(55,57,57,.2) 73%,rgba(31,33,33,.78) 100%); content:""; inset:0; position:absolute; }
.pf-family-card > span,.pf-product-card > span { align-self:end; display:grid; gap:.3rem; padding:1.15rem; position:relative; z-index:2; }
.pf-family-card strong,.pf-product-card strong { color:#fff; font-size:clamp(1.15rem,2vw,1.55rem); line-height:1.15; }
.pf-family-card small,.pf-product-card small { color:rgba(255,255,255,.88); line-height:1.4; }
.pf-family-card:has(input:checked),.pf-product-card:has(input:checked) { box-shadow:0 0 0 4px #b84e28; }
.pf-family-card:hover img,.pf-product-card:hover img { transform:scale(1.035); }
.pf-product-tabs { display:grid; gap:1rem; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:2rem; }
.pf-product-card { min-height:290px; }
.pf-choice-columns { display:grid; gap:1.5rem; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:2rem; }
.pricefinder-experience fieldset { border:0; margin:0; min-width:0; padding:0; }
.pricefinder-experience legend { color:#07384d; font-size:1.05rem; font-weight:780; margin-bottom:.8rem; }
.pf-pills,.pf-detail-options { display:grid; gap:.6rem; grid-template-columns:repeat(2,minmax(0,1fr)); }
.pf-pills label,.pf-detail-options label { cursor:pointer; }
.pf-pills span,.pf-detail-options span { align-items:center; background:#f4f6f5; border:2px solid transparent; color:#29444f; display:flex; font-weight:680; min-height:54px; padding:.7rem .85rem; }
.pf-pills input:checked + span,.pf-detail-options input:checked + span { background:#fff0e8; border-color:#b84e28; color:#6f2a15; }
.pf-design-fieldset { margin-top:1.8rem !important; }
.pf-project-fields { display:grid; gap:1rem; margin-top:1.5rem; }
.pf-project-fields label { color:#07384d; display:grid; font-weight:720; gap:.5rem; }
.pf-project-fields input,.pf-project-fields textarea { background:#fbfaf7; border:1px solid rgba(7,56,77,.28); box-sizing:border-box; font:inherit; min-height:54px; padding:.8rem; width:100%; }
.pf-actions { align-items:center; display:flex; gap:.8rem; justify-content:flex-end; margin-top:2rem; }
.pf-actions button { border-radius:3px; cursor:pointer; font:inherit; font-weight:760; min-height:52px; padding:.75rem 1.1rem; }
.pf-next,.pf-submit { background:#b84e28; border:2px solid #b84e28; color:#fff; }
.pf-back { background:#fff; border:2px solid rgba(7,56,77,.3); color:#07384d; }
.pf-actions button:hover,.pf-actions button:focus-visible { transform:scale(1.025); }
.pf-result-budget { background:#07384d; color:#fff; display:grid; gap:.25rem; margin:1.3rem 0; padding:1rem 1.2rem; }
.pf-result-budget small { color:#f2b08c; font-weight:760; text-transform:uppercase; }
.pf-result-budget strong { color:#fff; font-size:clamp(1.35rem,3vw,2rem); }

@media (max-width:1100px) {
  .studio-nav-showcase { display:none !important; }
  .studio-nav-layout { overflow:hidden; position:relative; }
  .studio-nav-clusters { flex:0 0 auto; opacity:1; position:relative; transform:translateX(0); transition:opacity .22s ease,transform .34s cubic-bezier(.2,.75,.25,1); width:100%; }
  .studio-nav-clusters.is-sublevel { opacity:0; pointer-events:none; transform:translateX(-108%); }
  .studio-mobile-subpanel { display:grid; gap:1rem; inset:0 0 auto; opacity:0; pointer-events:none; position:absolute; transform:translateX(108%); transition:opacity .22s ease,transform .34s cubic-bezier(.2,.75,.25,1); width:100%; }
  .studio-mobile-subpanel.is-active { opacity:1; pointer-events:auto; transform:translateX(0); }
  .studio-mobile-back { align-items:center; align-self:start; background:transparent; border:0; color:#07384d; display:inline-flex; font:inherit; font-weight:760; min-height:48px; padding:0; }
  .studio-mobile-topic-visual { color:#fff; display:block; min-height:240px; overflow:hidden; position:relative; text-decoration:none; }
  .studio-mobile-topic-visual::after { background:linear-gradient(180deg,transparent 0%,transparent 65%,rgba(55,57,57,.2) 74%,rgba(31,33,33,.76) 100%); content:""; inset:0; position:absolute; }
  .studio-mobile-topic-visual img { height:100%; inset:0; object-fit:cover; position:absolute; width:100%; }
  .studio-mobile-topic-visual > span { bottom:0; display:grid; gap:.25rem; left:0; padding:1rem; position:absolute; right:0; z-index:2; }
  .studio-mobile-topic-visual small { color:#ffd1b7; font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
  .studio-mobile-topic-visual strong { color:#fff; font-size:1.3rem; }
  .studio-mobile-topic-links { display:grid; }
  .studio-mobile-topic-links a { align-items:center; border-bottom:1px solid rgba(7,57,77,.14); color:#07384d; display:flex; font-weight:680; min-height:50px; text-decoration:none; }
  .studio-mobile-topic-actions { display:grid; gap:.6rem; padding-bottom:1rem; }
  .studio-mobile-topic-actions a { align-items:center; display:flex; justify-content:center; min-height:52px; text-decoration:none; }
  .studio-mobile-topic-actions a:first-child { background:#b84e28; color:#fff; font-weight:760; }
  .studio-mobile-topic-actions a:last-child { border:1px solid rgba(7,57,77,.25); color:#07384d; font-weight:720; }
  .karalus-header-worlds { background:rgba(255,255,255,.98); border-top:1px solid rgba(7,56,77,.1); box-shadow:0 8px 22px rgba(7,31,41,.09); grid-template-columns:repeat(3,minmax(0,1fr)); left:0; position:fixed; right:0; top:72px; z-index:9990; }
  body.karalus-header-scrolled .karalus-header-worlds { display:grid; }
  .karalus-header-worlds a { align-items:center; border-bottom:2px solid transparent; color:#07384d; display:flex; font-size:clamp(.7rem,2.3vw,.88rem); font-weight:750; justify-content:center; min-height:44px; padding:.35rem .25rem; text-align:center; text-decoration:none; }
  .karalus-header-worlds a + a { border-left:1px solid rgba(7,56,77,.12); }
  .karalus-header-worlds a:hover,.karalus-header-worlds a:focus-visible { border-bottom-color:#b84e28; color:#8c351b; }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) { min-height:760px; }
  body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content) { align-items:flex-start; justify-content:flex-end !important; min-height:760px !important; padding:8rem 1rem 2rem !important; text-align:left; }
  body[data-karalus-relaunch="1"] .home-hero .hero-badge { display:inline-flex !important; left:1rem; margin:0; position:absolute; top:6.5rem; width:max-content; }
  body[data-karalus-relaunch="1"] .home-hero h1 { margin-top:auto; }
  .footer-region-v148 { grid-template-columns:1fr; }
  .footer-region-all { width:100%; }
  .pf-family-grid,.pf-product-tabs { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:760px) {
  .header-inner .kr-accessibility { bottom:auto; left:auto; top:auto; }
  .header-inner .kr-accessibility-toggle { height:44px; min-height:44px; min-width:44px; width:44px; }
  .header-inner .kr-accessibility-toggle svg { height:27px; width:27px; }
  .header-inner .kr-accessibility-panel { bottom:auto; left:.5rem; right:.5rem; top:74px; width:auto; }
  body[data-karalus-relaunch="1"] .header-inner { grid-template-columns:auto 1fr auto auto; }
  .studio-nav-top-request { font-size:.74rem; min-height:42px; padding:.45rem .72rem; }
  .studio-nav-close { border-radius:50%; height:42px; width:42px; }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) { min-height:720px; }
  body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content) { min-height:720px !important; padding:7.5rem 1rem 1.4rem !important; }
  body[data-karalus-relaunch="1"] .home-hero h1 { font-size:clamp(2rem,9.4vw,2.65rem); line-height:1.02; }
  body[data-karalus-relaunch="1"] .home-hero p { font-size:.96rem; line-height:1.45; }
  body[data-karalus-home="1"] .home-hero-actions { gap:.5rem; }
  body[data-karalus-home="1"] .home-hero-actions .button { min-height:50px; }
  body[data-karalus-relaunch="1"] .home-quick-choice .container > p:last-child { margin-left:58px; }
  body[data-karalus-relaunch="1"] .home-manufacturing .text-link,
  body[data-karalus-relaunch="1"] .image-story > div:last-child > .text-link { margin-left:1rem !important; width:calc(100% - 1rem); }
  .studio-contact-rail { display:none; }
  .pf-progress { gap:.3rem; }
  .pf-progress button { font-size:.63rem; min-height:48px; padding:.35rem .2rem; }
  .pf-progress button span { display:flex; margin:0 auto .2rem; }
  .pf-family-grid,.pf-product-tabs,.pf-choice-columns,.pf-pills,.pf-detail-options { grid-template-columns:1fr; }
  .pf-family-card,.pf-product-card { min-height:280px; }
  .pf-actions { align-items:stretch; flex-direction:column-reverse; }
  .pf-actions button { width:100%; }
  .footer-region-places { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
  body[data-karalus-relaunch="1"] .site-footer .footer-region-places :is(a,span) { justify-content:center; text-align:center; }
}

.showroom-current-grid { align-items:center; display:grid; gap:clamp(2rem,5vw,5rem); grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr); }
.showroom-current-grid figure { margin:0; }
.showroom-current-grid figure img { display:block; height:auto; width:100%; }
.showroom-current-grid figcaption { color:#526b74; font-size:.78rem; margin-top:.55rem; }
.showroom-current-grid h2 { color:#07384d; margin:.7rem 0 1rem; }
.showroom-build-note { background:#eef3f2; border-left:4px solid #b84e28; margin:1.4rem 0; padding:1rem 1.1rem; }
.showroom-build-note strong { color:#8c351b; display:block; font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; }
.showroom-build-note p { margin:.45rem 0 0; }
@media (max-width:900px) {
  .showroom-current-grid { grid-template-columns:1fr; }
}

/* v1.5.9 final review: compact contact header, plain person icon and shallow hero veil. */
.karalus-consultation-bar {
  align-items:center;
  background:#07384d;
  display:flex !important;
  min-height:30px;
  position:relative;
  z-index:9999;
}
.karalus-consultation-bar > a {
  align-items:center;
  color:#fff;
  display:inline-flex;
  gap:.45rem;
  margin-left:auto;
  margin-right:max(1rem,calc((100vw - 1200px)/2));
  min-height:30px;
  padding:.15rem 0;
  text-decoration:none;
}
.karalus-consultation-bar .karalus-contact-icon {
  align-items:center;
  background:transparent;
  border:0;
  display:inline-flex;
  height:21px;
  justify-content:center;
  width:21px;
}
.karalus-consultation-bar .karalus-contact-icon svg { fill:#fff; height:16px; width:16px; }
.karalus-consultation-bar > a > span:last-child { align-items:baseline; display:flex; gap:.45rem; line-height:1; }
.karalus-consultation-bar strong { color:#fff; font-size:.7rem; font-weight:720; }
.karalus-consultation-bar small { color:#fff; font-size:.76rem; font-weight:820; }

body[data-karalus-relaunch="1"] .header-inner { min-height:64px; }
body[data-karalus-relaunch="1"] .site-header .brand img { height:auto; max-width:132px; mix-blend-mode:multiply; }
.studio-nav-brand img,
.footer-brand img { mix-blend-mode:multiply; }
.header-inner .kr-accessibility-toggle {
  border:0;
  border-radius:0;
  height:42px;
  min-height:42px;
  min-width:42px;
  padding:3px;
  width:42px;
}
.header-inner .kr-accessibility-toggle svg {
  height:25px;
  overflow:visible;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:3.2;
  width:25px;
}
.header-inner .kr-accessibility-toggle .kr-person-head { fill:currentColor; stroke:none; }
body.karalus-hero-header:not(.karalus-header-scrolled) .header-inner .kr-accessibility-toggle { color:#07384d; text-shadow:none; }
.studio-nav-top-request { background:#b84e28; color:#fff; }

/* The worlds occupy the header itself after the hero, never an extra row. */
.header-inner > .karalus-header-worlds {
  align-items:stretch;
  background:transparent;
  border:0;
  box-shadow:none;
  gap:.15rem;
  inset:auto;
  min-width:0;
  position:static;
  z-index:auto;
}
body.karalus-header-scrolled .header-inner > .karalus-header-worlds { display:flex; }
.header-inner > .karalus-header-worlds a {
  align-items:center;
  border:0;
  border-bottom:2px solid transparent;
  color:#07384d;
  display:flex;
  font-size:clamp(.67rem,1.15vw,.82rem);
  font-weight:760;
  justify-content:center;
  min-height:42px;
  padding:.25rem .55rem;
  text-align:center;
  text-decoration:none;
}
.header-inner > .karalus-header-worlds a + a { border-left:1px solid rgba(7,56,77,.12); }
.header-inner > .karalus-header-worlds a:hover,
.header-inner > .karalus-header-worlds a:focus-visible { border-bottom-color:#b84e28; color:#8c351b; }

body[data-karalus-relaunch="1"] :is(.home-hero > .home-hero-picture > img,.page-hero > img) { object-position:center top !important; }
body[data-karalus-relaunch="1"] .home-hero::after,
body[data-karalus-relaunch="1"] .page-hero .hero-overlay {
  background:linear-gradient(0deg,rgba(48,50,50,.78) 0%,rgba(58,60,60,.62) 17%,rgba(74,76,76,.34) 27%,rgba(96,98,98,.12) 36%,transparent 43%) !important;
}
body[data-karalus-home="1"] .home-hero-actions {
  align-items:stretch;
  display:grid;
  gap:.65rem;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:1rem;
  width:100%;
}
body[data-karalus-home="1"] .home-hero-actions :is(.button,.home-hero-sideway) {
  align-items:center;
  border:2px solid rgba(255,255,255,.94);
  border-radius:3px;
  box-sizing:border-box;
  display:flex;
  font-size:clamp(.72rem,1.45vw,.94rem);
  font-weight:760;
  grid-column:auto;
  justify-content:center;
  line-height:1.2;
  min-height:52px;
  padding:.65rem .5rem;
  text-align:center;
  text-decoration:none;
  text-shadow:none;
  width:100%;
}
body[data-karalus-home="1"] .home-hero-actions .home-hero-sideway { background:rgba(7,56,77,.88); color:#fff; }
.home-action-short { display:none; }

/* Two calm project streams: upper row left, lower row right. */
.reference-motion-showcase { overflow:hidden; padding-inline:0; }
.reference-motion-heading { margin-bottom:1.5rem; }
.reference-motion-row { overflow:hidden; padding:.45rem 0; }
.reference-motion-track { animation:kr-reference-left 48s linear infinite; display:flex; width:max-content; will-change:transform; }
.reference-motion-row.is-reverse .reference-motion-track { animation-name:kr-reference-right; }
.reference-motion-row:hover .reference-motion-track,
.reference-motion-row:focus-within .reference-motion-track { animation-play-state:paused; }
.reference-motion-group { display:flex; flex-shrink:0; gap:.85rem; padding-right:.85rem; }
.reference-motion-card {
  background:#dfe3e1;
  color:#fff;
  flex:0 0 clamp(255px,34vw,430px);
  min-height:270px;
  overflow:hidden;
  position:relative;
  text-decoration:none;
}
.reference-motion-card::after { background:linear-gradient(180deg,transparent 48%,rgba(48,50,50,.2) 64%,rgba(35,37,37,.82) 100%); content:""; inset:0; position:absolute; }
.reference-motion-card img { height:100%; inset:0; object-fit:cover; position:absolute; transition:transform .35s ease; width:100%; }
.reference-motion-card > span { bottom:0; display:grid; gap:.25rem; left:0; max-width:calc(100% - 56px); padding:1rem; position:absolute; z-index:2; }
.reference-motion-card strong { color:#fff; font-size:1rem; line-height:1.2; }
.reference-motion-card small { color:rgba(255,255,255,.88); display:-webkit-box; font-size:.75rem; line-height:1.35; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.reference-motion-card > b { align-items:center; border:2px solid rgba(255,255,255,.9); border-radius:50%; bottom:1rem; display:flex; height:38px; justify-content:center; position:absolute; right:1rem; width:38px; z-index:3; }
.reference-motion-card > b svg { fill:none; height:21px; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:2.2; width:21px; }
.reference-motion-card:hover img,
.reference-motion-card:focus-visible img { transform:scale(1.035); }
.reference-motion-card:hover > b,
.reference-motion-card:focus-visible > b { background:#b84e28; border-color:#b84e28; }
@keyframes kr-reference-left { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@keyframes kr-reference-right { from { transform:translateX(-50%); } to { transform:translateX(0); } }

/* Chevron cues only inside navigation, where they explain the next level. */
.studio-nav-cluster > summary::after,
.studio-mobile-topic-links a::after {
  border:solid currentColor;
  border-width:0 2px 2px 0;
  content:"" !important;
  display:block !important;
  height:8px;
  margin-left:auto;
  transform:rotate(-45deg);
  width:8px;
}
.studio-nav-cluster > summary > i { display:none; }

@media (max-width:1100px) {
  body[data-karalus-relaunch="1"] .site-header .brand img { max-width:122px; }
  body[data-karalus-relaunch="1"] .header-inner { min-height:60px; }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) { min-height:620px; }
  body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content) { min-height:620px !important; padding:6.2rem 1rem 1rem !important; }
  body[data-karalus-relaunch="1"] .home-hero .hero-badge { top:4.6rem; }
}

@media (max-width:760px) {
  .karalus-consultation-bar { height:auto; min-height:30px; position:relative !important; }
  .karalus-consultation-bar > a { justify-content:center; margin-inline:auto; min-height:30px; padding:.15rem .5rem; }
  body.karalus-hero-header .site-header,
  body.karalus-hero-header.karalus-header-scrolled .site-header { position:sticky !important; top:0 !important; }
  body.karalus-hero-header:not(.karalus-header-scrolled) .site-header { background:rgba(238,242,241,.98) !important; border-bottom-color:rgba(7,56,77,.12); }
  body.karalus-hero-header:not(.karalus-header-scrolled) .header-inner { min-height:58px; }
  body.karalus-hero-header:not(.karalus-header-scrolled) .brand img { width:112px; }
  body[data-karalus-relaunch="1"] .header-inner { grid-template-columns:auto 1fr auto auto; min-height:58px; }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) { min-height:590px; }
  body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content) { min-height:590px !important; padding:5.4rem .85rem .8rem !important; }
  body[data-karalus-relaunch="1"] .home-hero h1 { font-size:clamp(1.85rem,8.6vw,2.45rem); }
  body[data-karalus-relaunch="1"] .home-hero p { font-size:.9rem; line-height:1.4; }
  body[data-karalus-home="1"] .home-hero-actions { gap:.35rem; }
  body[data-karalus-home="1"] .home-hero-actions :is(.button,.home-hero-sideway) { font-size:.68rem; min-height:48px; padding:.5rem .3rem; }
  .reference-motion-card { flex-basis:78vw; min-height:245px; }
}

@media (max-width:520px) {
  .karalus-consultation-bar strong { font-size:.66rem; }
  .karalus-consultation-bar small { font-size:.72rem; }
  .home-action-long { display:none; }
  .home-action-short { display:inline; }
  body.karalus-header-scrolled .site-header .brand img { max-width:64px; }
  .header-inner > .karalus-header-worlds { flex:1 1 auto; }
  .header-inner > .karalus-header-worlds a { font-size:.54rem; line-height:1.05; min-width:0; padding:.2rem .1rem; }
}

@media (prefers-reduced-motion:reduce) {
  .reference-motion-row { overflow-x:auto; scrollbar-width:thin; }
  .reference-motion-track { animation:none !important; transform:none !important; }
  .reference-motion-group[aria-hidden="true"] { display:none; }
}

/* Personal phone prompt lives inside the opening header and leaves on scroll. */
.header-inner > .karalus-consultation-bar {
  align-self:end;
  background:transparent;
  display:none !important;
  grid-column:2 / -1;
  grid-row:1;
  justify-self:end;
  min-height:24px;
  position:static !important;
}
.header-inner > .karalus-consultation-bar > a {
  color:#07384d;
  gap:.35rem;
  margin:0;
  min-height:24px;
  padding:0;
}
.header-inner > .karalus-consultation-bar .karalus-contact-icon { height:18px; width:18px; }
.header-inner > .karalus-consultation-bar .karalus-contact-icon svg { fill:#07384d; height:14px; width:14px; }
.header-inner > .karalus-consultation-bar strong,
.header-inner > .karalus-consultation-bar small { color:#07384d; }
body.karalus-header-scrolled .header-inner > .karalus-consultation-bar { display:none !important; }
body[data-karalus-home="1"].karalus-hero-header:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar { display:flex !important; }

body[data-karalus-relaunch="1"] .header-inner {
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  grid-template-rows:24px 44px;
  min-height:68px;
}
body[data-karalus-relaunch="1"] .header-inner > .brand { grid-column:1; grid-row:1 / 3; }
body[data-karalus-relaunch="1"] .header-inner > .kr-accessibility { grid-column:3; grid-row:2; margin-left:auto; }
body[data-karalus-relaunch="1"] .header-inner > .studio-menu-button { grid-column:4; grid-row:2; }
body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds { grid-column:2; grid-row:1 / 3; }
body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner { grid-template-rows:60px; min-height:60px; }
body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .brand,
body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds,
body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .kr-accessibility,
body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .studio-menu-button { grid-row:1; }

@media (max-width:760px) {
  .header-inner > .karalus-consultation-bar {
    grid-column:1 / -1;
    justify-self:center;
  }
  body[data-karalus-relaunch="1"] .header-inner {
    grid-template-columns:auto minmax(0,1fr) auto auto;
    grid-template-rows:24px 46px;
    min-height:70px;
  }
  body[data-karalus-relaunch="1"] .header-inner > .brand,
  body[data-karalus-relaunch="1"] .header-inner > .kr-accessibility,
  body[data-karalus-relaunch="1"] .header-inner > .studio-menu-button { grid-row:2; }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner { grid-template-rows:58px; min-height:58px; }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .brand,
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds,
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .kr-accessibility,
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .studio-menu-button { grid-row:1; }
}

/* Fixed border-box geometry prevents the image caption area from growing beyond the intended compact hero. */
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) {
  box-sizing:border-box;
  height:720px;
  min-height:720px;
}
body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content) {
  box-sizing:border-box;
  height:100% !important;
  min-height:0 !important;
}
@media (max-width:1100px) {
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) { height:620px; min-height:620px; }
}
@media (max-width:760px) {
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) { height:590px; min-height:590px; }
}
@media (max-width:520px) {
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner { column-gap:.3rem; max-width:100%; padding-inline:.5rem; width:100%; }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .brand { overflow:hidden; width:58px; }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .brand img { max-width:58px !important; width:58px !important; }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner .kr-accessibility-toggle { height:36px; min-height:36px; min-width:36px; width:36px; }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .studio-menu-button { margin-left:0; width:42px; }
}

@media (max-width:1100px) {
  body[data-karalus-relaunch="1"] .page-hero > .system-image-badge { bottom:auto; right:1rem; top:1rem; }
}

/* Only the untouched top of the homepage uses the small second header row. */
body[data-karalus-relaunch="1"] .header-inner { grid-template-rows:60px; min-height:60px; }
body[data-karalus-relaunch="1"] .header-inner > .brand,
body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds,
body[data-karalus-relaunch="1"] .header-inner > .kr-accessibility,
body[data-karalus-relaunch="1"] .header-inner > .studio-menu-button { grid-row:1; }
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner { grid-template-rows:24px 44px; min-height:68px; }
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .brand { grid-row:1 / 3; }
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .kr-accessibility,
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .studio-menu-button { grid-row:2; }

@media (max-width:760px) {
  body[data-karalus-relaunch="1"] .header-inner { grid-template-rows:58px; min-height:58px; }
  body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner { grid-template-rows:24px 46px; min-height:70px; }
}

body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar {
  background:transparent !important;
  border:0 !important;
}
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .site-header .studio-menu-button { color:#07384d !important; }
@media (max-width:520px) {
  body[data-karalus-relaunch="1"] .home-hero .hero-badge {
    box-sizing:border-box;
    font-size:.65rem;
    max-width:calc(100% - 2rem);
    white-space:normal;
  }
}

/* v1.8.0 draft: every photographic hero keeps its natural colour.
   The readability veil rises only from the bottom and ends after one third. */
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) {
  background: #e7e8e5;
}
body[data-karalus-relaunch="1"] :is(.home-hero > .home-hero-picture > img,.page-hero > img) {
  filter: none !important;
  opacity: 1 !important;
}
body[data-karalus-relaunch="1"] .home-hero::after,
body[data-karalus-relaunch="1"] .page-hero .hero-overlay,
body[data-karalus-relaunch="1"] .content-page-hero .hero-overlay {
  background: linear-gradient(
    0deg,
    rgba(5, 43, 58, .84) 0%,
    rgba(5, 43, 58, .66) 12%,
    rgba(5, 43, 58, .34) 24%,
    rgba(5, 43, 58, .1) 30%,
    transparent 34%
  ) !important;
}
body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content) {
  align-items: flex-start !important;
  background: transparent !important;
  box-shadow: none !important;
  justify-content: flex-end !important;
  max-width: 980px;
  padding-bottom: clamp(2rem, 5vw, 4.5rem) !important;
  padding-top: clamp(5rem, 9vw, 8rem) !important;
  text-align: left !important;
}
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) :is(h1,p,.hero-badge,.eyebrow) {
  text-shadow: 0 2px 18px rgba(0,0,0,.92);
}

@media (max-width: 900px) {
  body[data-karalus-relaunch="1"] .home-hero::after,
  body[data-karalus-relaunch="1"] .page-hero .hero-overlay,
  body[data-karalus-relaunch="1"] .content-page-hero .hero-overlay {
    background: linear-gradient(
      0deg,
      rgba(5, 43, 58, .9) 0%,
      rgba(5, 43, 58, .7) 14%,
      rgba(5, 43, 58, .38) 25%,
      rgba(5, 43, 58, .12) 31%,
      transparent 34%
    ) !important;
  }
  body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content) {
    background: transparent !important;
    box-shadow: none !important;
    padding-bottom: 1.35rem !important;
  }
}

body[data-karalus-relaunch="1"] .home-hero .hero-badge {
  background:rgba(48,50,50,.48);
  border:0;
  border-left:3px solid #c45329;
  border-radius:2px;
  box-shadow:none;
  color:#fff;
  font-size:.68rem;
  max-width:calc(100% - 2rem);
  min-height:0;
  padding:.38rem .58rem;
  text-shadow:0 1px 8px rgba(0,0,0,.72);
  white-space:nowrap;
}

/* Clearly clickable consultation pill and a fully self-contained opening header. */
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner { grid-template-rows:38px 54px; min-height:92px; }
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar {
  align-self:center;
  justify-self:end;
  min-height:34px;
}
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar > a {
  background:#b84e28;
  border:2px solid #b84e28;
  border-radius:999px;
  color:#fff;
  gap:.4rem;
  min-height:34px;
  padding:.2rem .8rem;
  transition:background .2s ease,transform .2s ease;
}
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar > a:hover,
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar > a:focus-visible { background:#8f351b; transform:scale(1.02); }
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar .karalus-contact-icon svg { fill:#fff; }
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar strong,
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar small { color:#fff; }
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .brand,
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .kr-accessibility,
body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .studio-menu-button { align-self:center; }

body[data-karalus-relaunch="1"] .home-hero::after,
body[data-karalus-relaunch="1"] .page-hero .hero-overlay {
  background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 7px),
    linear-gradient(0deg,rgba(48,50,50,.68) 0%,rgba(58,60,60,.52) 17%,rgba(74,76,76,.28) 27%,rgba(96,98,98,.1) 36%,transparent 43%) !important;
}

@media (max-width:760px) {
  body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner { grid-template-rows:38px 52px; min-height:90px; }
  body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar { justify-self:center; }
  body[data-karalus-home="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar > a { padding-inline:.65rem; }
}

/* 1.6.0: consistent opening header, contextual tabs and clear image-led navigation. */
body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner {
  grid-template-rows:40px 66px !important;
  min-height:130px !important;
}
body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar {
  align-self:center;
  display:flex !important;
  grid-column:2 / -1;
  grid-row:1;
  justify-self:end;
}
body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar > a {
  background:#b84e28;
  border:2px solid #b84e28;
  border-radius:999px;
  color:#fff;
  min-height:36px;
  padding:.25rem .9rem;
}
body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar :is(strong,small) { color:#fff; }
body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar .karalus-contact-icon svg { fill:#fff; }
body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > .brand {
  align-self:center;
  grid-row:1 / 3;
}
body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > :is(.kr-accessibility,.studio-menu-button) {
  align-self:center;
  grid-row:2;
}
body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-header-worlds { display:none !important; }
body[data-karalus-relaunch="1"] .site-header { border-bottom:1px solid rgba(7,56,77,.18); }
body[data-karalus-relaunch="1"] .site-header .brand img { max-height:72px; object-fit:contain; }
body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds a {
  font-size:clamp(.88rem,1.4vw,1.05rem);
  min-height:48px;
  padding:.3rem .7rem;
}
body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds a[aria-current="page"] { border-bottom-color:#b84e28; color:#8c351b; }

body[data-karalus-relaunch="1"] .home-hero .hero-badge { display:none !important; }
body[data-karalus-home="1"] .world-card .world-content > b {
  align-items:center;
  background:#b84e28 !important;
  border:0;
  border-radius:999px;
  color:#fff !important;
  display:inline-flex;
  font-size:.82rem;
  justify-content:center;
  min-height:42px;
  padding:.55rem 1rem;
  width:max-content;
}

body[data-karalus-relaunch="1"] .page-hero-content {
  align-items:flex-start;
  justify-content:flex-end !important;
  padding-bottom:1.1rem !important;
  text-align:left;
}
body[data-karalus-relaunch="1"] .page-hero .hero-actions {
  align-items:stretch;
  display:grid;
  gap:.65rem;
  grid-template-columns:repeat(2,minmax(0,1fr));
  width:min(560px,100%);
}
body[data-karalus-relaunch="1"] .page-hero .hero-actions .button { justify-content:center; min-height:52px; width:100%; }
body[data-karalus-relaunch="1"] .page-hero .button-glass,
body[data-karalus-relaunch="1"] .page-hero .button-secondary {
  background:rgba(7,56,77,.9) !important;
  border:2px solid rgba(255,255,255,.92) !important;
  color:#fff !important;
  text-shadow:none;
}

body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody th a {
  overflow-wrap:anywhere;
  padding-right:.85rem;
}
body[data-karalus-relaunch="1"] .relaunch-quick-comparison .comparison-table tbody th a span { display:none; }

.studio-nav-showcase { display:none !important; }
.studio-nav-layout { display:block !important; overflow:hidden; position:relative; }
.studio-nav-clusters { width:100% !important; }
.studio-nav-cluster > div { display:none !important; }
.studio-nav-about {
  appearance:none;
  background:transparent;
  border:0;
  border-bottom:1px solid rgba(7,56,77,.22);
  color:#07384d;
  cursor:pointer;
  display:grid;
  font:inherit;
  grid-template-columns:1fr auto;
  min-height:69px;
  padding:.75rem 0;
  text-align:left;
  width:100%;
}
.studio-nav-about > span { font-size:clamp(1.4rem,2.35vw,2.65rem); font-weight:590; letter-spacing:-.025em; line-height:1.05; }
.studio-nav-about > small { color:#526b74; font-size:.75rem; grid-column:1; }
.studio-nav-about::after { border:solid currentColor; border-width:0 2px 2px 0; content:""; grid-column:2; grid-row:1 / 3; height:8px; margin:auto .25rem; transform:rotate(-45deg); width:8px; }
.studio-mobile-subpanel {
  display:grid;
  gap:1rem;
  inset:0 0 auto;
  opacity:0;
  pointer-events:none;
  position:absolute;
  transform:translateX(108%);
  transition:opacity .22s ease,transform .34s cubic-bezier(.2,.75,.25,1);
  width:100%;
}
.studio-mobile-subpanel.is-active { opacity:1; pointer-events:auto; transform:translateX(0); }
.studio-nav-clusters { opacity:1; transform:translateX(0); transition:opacity .22s ease,transform .34s cubic-bezier(.2,.75,.25,1); }
.studio-nav-clusters.is-sublevel { opacity:0; pointer-events:none; transform:translateX(-108%); }
.studio-mobile-back {
  align-items:center;
  background:transparent;
  border:0;
  color:#07384d;
  cursor:pointer;
  display:inline-flex;
  font:inherit;
  font-weight:780;
  min-height:48px;
  padding:0;
  width:max-content;
}
.studio-mobile-back::before { content:"‹"; font-size:1.65rem; margin-right:.45rem; }
.studio-mobile-topic-visual { background:#dfe3e1; color:#fff; display:block; min-height:250px; overflow:hidden; position:relative; text-decoration:none; }
.studio-mobile-topic-visual::after { background:linear-gradient(180deg,transparent 45%,rgba(5,31,40,.88)); content:""; inset:0; position:absolute; }
.studio-mobile-topic-visual img { height:100%; inset:0; object-fit:contain; position:absolute; width:100%; }
.studio-mobile-topic-visual > span { bottom:0; display:grid; gap:.25rem; left:0; padding:1rem; position:absolute; right:0; z-index:2; }
.studio-mobile-topic-visual small { color:#efaa83; font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.studio-mobile-topic-visual strong { color:#fff; font-size:clamp(1.2rem,2vw,1.6rem); line-height:1.2; }
.studio-mobile-topic-links { display:grid; gap:.7rem; grid-template-columns:repeat(2,minmax(0,1fr)); }
.studio-mobile-topic-links a {
  align-items:center;
  background:#eef1f0;
  border:1px solid rgba(7,56,77,.14);
  color:#07384d;
  display:grid;
  font-size:.95rem;
  font-weight:740;
  gap:.75rem;
  grid-template-columns:86px 1fr auto;
  min-height:78px;
  padding:.45rem;
  text-decoration:none;
}
.studio-mobile-topic-links a img { height:66px; object-fit:cover; width:86px; }
.studio-mobile-topic-links a::after { margin-right:.5rem; }
.studio-mobile-topic-actions { display:flex; flex-wrap:wrap; gap:.65rem; }
.studio-mobile-topic-actions a { align-items:center; background:#b84e28; border-radius:999px; color:#fff; display:flex; font-weight:760; min-height:46px; padding:.65rem 1rem; text-decoration:none; }

.home-reference-motion { contain:paint; margin-inline:calc(50% - 50vw); max-width:100vw; overflow:clip; }
.home-reference-motion .reference-motion-row { contain:paint; max-width:100vw; overflow:clip; }
body[data-karalus-relaunch="1"] { overflow-x:clip; }
html.relaunch-ready { overflow-x:clip; }
.home-reference-motion .reference-motion-card { min-height:290px; }

/* v1.8.0 draft: calm, readable and controllable reference presentation. */
body[data-karalus-home="1"] .reference-teaser {
  display: block !important;
  grid-template-columns: none !important;
}
body[data-karalus-home="1"] .reference-teaser > div:first-child {
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  max-width: 760px;
  position: relative;
  z-index: 2;
}
body[data-karalus-home="1"] .reference-teaser > div:first-child :is(h2,p) {
  max-width: 680px;
}
body[data-karalus-home="1"] .home-reference-motion {
  clear: both;
  display: block;
  position: relative;
  width: 100vw;
  z-index: 1;
}
.reference-motion-toolbar {
  align-items: center;
  display: flex;
  gap: .75rem 1rem;
  justify-content: flex-end;
  margin: 0 auto 1rem;
  max-width: 1240px;
  padding-inline: clamp(1rem, 3vw, 2rem);
}
.reference-motion-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(7,56,77,.28);
  border-radius: 999px;
  color: var(--kr-deep);
  cursor: pointer;
  display: inline-flex;
  font: 760 .82rem/1 var(--kr-sans);
  gap: .55rem;
  min-height: 44px;
  padding: .7rem 1rem;
}
.reference-motion-toggle::before {
  content: "Ⅱ";
  font-size: .9rem;
  letter-spacing: -.18em;
  margin-right: .1rem;
}
.reference-motion-toggle[aria-pressed="true"]::before {
  content: "▶";
  letter-spacing: 0;
}
.reference-motion-toggle:hover,
.reference-motion-toggle:focus-visible {
  background: var(--kr-deep);
  color: #fff;
  outline: 3px solid rgba(8,124,172,.25);
  outline-offset: 2px;
}
.reference-motion-help {
  color: #365460;
  font-size: .8rem;
  line-height: 1.35;
}
.reference-motion-track {
  animation-duration: 120s !important;
}
.reference-motion-row:hover .reference-motion-track,
.reference-motion-row:focus-within .reference-motion-track,
.reference-motion-row.is-pointer-paused .reference-motion-track,
.reference-motion-row:has(.reference-motion-card:hover) .reference-motion-track,
.reference-motion-showcase.is-paused .reference-motion-track,
.home-reference-motion.is-paused .reference-motion-track {
  animation-play-state: paused !important;
}
.reference-motion-card::after {
  background: linear-gradient(180deg, transparent 38%, rgba(20,28,31,.2) 56%, rgba(17,25,28,.94) 100%);
}
.reference-motion-card > span {
  max-width: calc(100% - 54px);
  text-shadow: 0 2px 12px rgba(0,0,0,.9);
}
.reference-motion-card strong {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}
.reference-motion-card small {
  color: rgba(255,255,255,.96);
  font-size: .8rem;
}
body[data-karalus-relaunch="1"] .home-hero::after {
  background:
    linear-gradient(90deg, rgba(7,24,30,.62) 0%, rgba(7,24,30,.3) 48%, rgba(7,24,30,.05) 72%),
    linear-gradient(180deg, rgba(8,21,25,.04) 0%, rgba(8,21,25,.12) 45%, rgba(10,25,29,.78) 100%);
}
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) :is(h1,p) {
  text-shadow: 0 2px 18px rgba(0,0,0,.78);
}

@media (max-width: 760px) {
  .reference-motion-toolbar {
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .reference-motion-toggle { justify-content: center; width: 100%; }
  .reference-motion-help { text-align: center; }
  .reference-motion-row {
    overflow-x: auto !important;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .reference-motion-track {
    animation: none !important;
    transform: none !important;
  }
  .reference-motion-group[aria-hidden="true"] { display: none; }
  .reference-motion-card { scroll-snap-align: center; }
}

.studio-contact-rail { grid-template-columns:1fr !important; width:min(300px,calc(100vw - 44px)) !important; }
.studio-contact-request { min-height:48px; padding:.7rem 1rem; }
.studio-contact-request span { clip:auto; clip-path:none; height:auto; overflow:visible; position:static; white-space:normal; width:auto; }

.content-source-links a {
  background:#b84e28;
  border:2px solid #b84e28;
  border-radius:999px;
  color:#fff;
  justify-content:center;
  text-align:center;
}
.content-source-links a:hover,
.content-source-links a:focus-visible { background:#8f351b; border-color:#8f351b; color:#fff; }
.content-card-grid .content-card h3 { font-size:clamp(1.45rem,2.2vw,1.9rem); line-height:1.15; }

.guide-choice-table { margin:0 0 2rem; }
.guide-choice-table .table-wrap { border:1px solid rgba(7,56,77,.16); border-radius:12px; overflow:hidden; }
.guide-choice-table table { border-collapse:collapse; width:100%; }
.guide-choice-table th,
.guide-choice-table td { border-bottom:1px solid rgba(7,56,77,.12); padding:.85rem 1rem; text-align:left; vertical-align:middle; }
.guide-choice-table tbody th { color:#07384d; font-size:1rem; }
.guide-choice-table tbody tr:last-child > * { border-bottom:0; }
.guide-choice-table a { align-items:center; background:#b84e28; border-radius:999px; color:#fff; display:inline-flex; font-size:.82rem; font-weight:760; justify-content:center; min-height:42px; padding:.55rem .9rem; text-decoration:none; white-space:nowrap; }
.topic-hub .topic-group > summary > span { color:#07384d; font-size:clamp(1.3rem,2vw,1.7rem); font-weight:760; line-height:1.2; }

@media (max-width:760px) {
  body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner {
    grid-template-rows:40px 60px !important;
    min-height:118px !important;
  }
  body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > .karalus-consultation-bar { grid-column:1 / -1; justify-self:center; }
  body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .header-inner > .brand { grid-row:2; }
  body[data-karalus-relaunch="1"]:not(.karalus-header-scrolled) .site-header .brand img { max-height:56px; width:108px; }
  body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds a { font-size:.64rem; line-height:1.08; min-height:44px; padding:.2rem .18rem; }
  body[data-karalus-relaunch="1"] .page-hero .hero-actions { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact),
  body[data-karalus-relaunch="1"] .page-hero.content-page-hero:not(.contact-hero-compact) { height:660px !important; min-height:660px !important; }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact) .page-hero-content,
  body[data-karalus-relaunch="1"] .content-page-hero .page-hero-content { height:100% !important; min-height:0 !important; padding:5rem .85rem .8rem !important; }
  body[data-karalus-relaunch="1"] .page-hero .hero-actions .button { font-size:.74rem; padding:.55rem .35rem; }
  .studio-mobile-topic-links { grid-template-columns:1fr; }
  .studio-mobile-topic-visual { min-height:220px; }
  .home-reference-motion .reference-motion-card { flex-basis:78vw; min-height:250px; }
  .guide-choice-table table,
  .guide-choice-table tbody,
  .guide-choice-table tr,
  .guide-choice-table th,
  .guide-choice-table td { display:block; width:100%; }
  .guide-choice-table thead { display:none; }
  .guide-choice-table tr { border-bottom:1px solid rgba(7,56,77,.14); padding:.85rem; }
  .guide-choice-table th,
  .guide-choice-table td { border:0; padding:.25rem 0; }
  .guide-choice-table a { margin-top:.35rem; width:100%; }
}

@media (max-width:520px) {
  body.karalus-header-scrolled .site-header .brand img { max-width:56px; }
  body.karalus-header-scrolled .header-inner > .karalus-header-worlds a { font-size:.64rem; }
}

/* 1.6.1: requested correction round for mobile navigation, hero framing and the home decision CTA. */
body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds { min-width:0; }
body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds a {
  flex:1 1 0;
  min-width:0;
  overflow-wrap:normal;
  white-space:nowrap;
  word-break:keep-all;
}

body[data-karalus-relaunch="1"] .home-hero::after,
body[data-karalus-relaunch="1"] .page-hero .hero-overlay {
  background:
    linear-gradient(90deg,rgba(7,56,77,.52) 0%,rgba(7,56,77,.22) 48%,rgba(7,56,77,.04) 78%,transparent 100%),
    linear-gradient(0deg,rgba(48,50,50,.68) 0%,rgba(58,60,60,.48) 17%,rgba(74,76,76,.24) 27%,rgba(96,98,98,.08) 36%,transparent 43%) !important;
}
body[data-karalus-relaunch="1"] .page-hero.page-hero > img {
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  width:100% !important;
}
body[data-karalus-home="1"] .home-hero-content { padding-bottom:2rem !important; }

body[data-karalus-relaunch="1"] .home-quick-choice .feature-card { display:flex; flex-direction:column; }
body[data-karalus-relaunch="1"] .home-quick-choice .home-quick-choice-inline-action {
  align-self:flex-start;
  margin-top:1rem;
}

.studio-menu-topic-icon {
  align-items:center;
  align-self:stretch;
  background:#e1e8e6;
  color:#0a526b;
  display:flex;
  justify-content:center;
  min-height:66px;
  width:86px;
}
.studio-menu-topic-icon svg {
  fill:none;
  height:34px;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.7;
  width:34px;
}

@media (max-width:900px) {
  body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds a {
    font-size:.72rem;
    letter-spacing:-.02em;
    padding:.2rem .28rem;
  }
}

@media (max-width:760px) {
  body[data-karalus-home="1"] .home-hero-content { padding-bottom:1.45rem !important; }
  body[data-karalus-relaunch="1"] .home-quick-choice .home-quick-choice-inline-action {
    justify-content:center;
    width:100%;
  }
}

@media (max-width:520px) {
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner {
    grid-template-rows:42px 38px !important;
    min-height:80px !important;
  }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .brand,
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .kr-accessibility,
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .studio-menu-button { grid-row:1 !important; }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .studio-menu-button { min-width:44px; width:44px; }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds {
    align-self:stretch;
    grid-column:1 / -1;
    grid-row:2 !important;
    width:100%;
  }
  body.karalus-header-scrolled[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds a {
    font-size:clamp(.48rem,2.45vw,.66rem);
    line-height:1;
    min-height:36px;
    padding:.15rem .08rem;
  }
}

/* 1.6.2: closer mobile/desktop visual parity and WCAG-stable hero readability. */
body[data-karalus-relaunch="1"] .page-hero-content {
  background:linear-gradient(90deg,rgba(6,19,24,.68) 0%,rgba(6,19,24,.6) 45%,rgba(6,19,24,.24) 72%,rgba(6,19,24,0) 100%) !important;
}
body[data-karalus-relaunch="1"] .page-hero .hero-overlay {
  background:
    linear-gradient(90deg,rgba(4,33,45,.68) 0%,rgba(4,33,45,.5) 54%,rgba(4,33,45,.2) 82%,rgba(4,33,45,.06) 100%),
    linear-gradient(0deg,rgba(4,28,39,.78),rgba(4,28,39,.04) 68%) !important;
}
body[data-karalus-relaunch="1"] .home-hero::after {
  background:linear-gradient(90deg,rgba(4,33,45,.82) 0%,rgba(4,33,45,.64) 58%,rgba(4,33,45,.28) 100%) !important;
}
body[data-karalus-relaunch="1"] .table-wrap:focus-visible {
  outline:3px solid #b84e28;
  outline-offset:3px;
}
body[data-karalus-relaunch="1"] .site-footer .footer-bottom {
  color:#d9e5e9;
  font-size:.78rem;
}
body[data-karalus-relaunch="1"] .site-footer .footer-bottom a,
body[data-karalus-relaunch="1"] .site-footer .privacy-settings-trigger {
  color:#fff !important;
}

@media (max-width:900px) {
  body[data-karalus-relaunch="1"] .home-hero > .home-hero-picture > img {
    object-fit:cover !important;
    object-position:center center !important;
  }
  body[data-karalus-relaunch="1"] .home-hero::after {
    background:linear-gradient(180deg,rgba(8,19,23,.12) 0%,rgba(8,19,23,.45) 25%,rgba(8,19,23,.62) 38%,rgba(8,19,23,.82) 68%,rgba(8,19,23,.94) 100%) !important;
  }
  body[data-karalus-relaunch="1"] .page-hero .hero-overlay {
    background:linear-gradient(180deg,rgba(8,19,23,.04) 0%,rgba(8,19,23,.1) 48%,rgba(8,19,23,.18) 100%) !important;
  }
  body[data-karalus-relaunch="1"] .page-hero:not(.contact-hero-compact),
  body[data-karalus-relaunch="1"] .page-hero.content-page-hero:not(.contact-hero-compact) {
    height:620px !important;
    min-height:620px !important;
  }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) :is(h1,p) {
    text-align:left !important;
  }
  body[data-karalus-relaunch="1"] .page-hero-content {
    align-items:flex-start !important;
    background:rgba(6,19,24,.54) !important;
    box-shadow:0 0 0 100vmax rgba(6,19,24,.54);
  }
  body[data-karalus-relaunch="1"] .header-inner > .karalus-header-worlds a {
    font-size:.7rem !important;
    letter-spacing:-.015em;
    white-space:nowrap;
  }
  body.karalus-hero-header:not(.karalus-header-scrolled) .site-header :is(.studio-menu-button,.kr-accessibility-toggle) {
    color:#07384d !important;
    text-shadow:none !important;
  }
  body[data-karalus-relaunch="1"] .home-quick-choice :is(.section-heading,.feature-card) {
    align-items:flex-start;
    text-align:left;
  }
  body[data-karalus-relaunch="1"] .home-quick-choice .section-heading > p,
  body[data-karalus-relaunch="1"] .home-quick-choice .feature-card > p {
    margin-left:0;
    margin-right:0;
    text-align:left;
  }
  body[data-karalus-relaunch="1"] .home-quick-choice .home-quick-choice-inline-action {
    justify-content:flex-start;
  }
}

/* v1.8.0 final draft override: use the calm menu-picture treatment on every hero.
   No lateral colour wash and no full-surface blue content panel. */
:root {
  --kr-copper: #d86132;
}
body[data-karalus-home="1"] .home-hero-actions :is(.button,.home-hero-sideway) {
  background: rgba(255,255,255,.97) !important;
  border: 1px solid rgba(255,255,255,.98) !important;
  color: var(--kr-deep) !important;
  text-shadow: none !important;
  box-shadow: 0 10px 28px rgba(5,31,40,.16);
}
body[data-karalus-home="1"] .home-hero-actions :is(.button,.home-hero-sideway):hover,
body[data-karalus-home="1"] .home-hero-actions :is(.button,.home-hero-sideway):focus-visible {
  background: #fff !important;
  border-color: #ee7a49 !important;
  color: #07506a !important;
  outline: 3px solid rgba(238,122,73,.28);
  outline-offset: 2px;
  transform: translateY(-2px);
}
body[data-karalus-relaunch="1"] :is(.button-primary,.studio-contact-request,.mobile-request-bar a:last-child) {
  background: #d86132;
  border-color: #d86132;
}
body[data-karalus-relaunch="1"] :is(.button-primary,.studio-contact-request,.mobile-request-bar a:last-child):hover,
body[data-karalus-relaunch="1"] :is(.button-primary,.studio-contact-request,.mobile-request-bar a:last-child):focus-visible {
  background: #ea7140;
  border-color: #ea7140;
}
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) {
  background: #e6e7e4 !important;
}
body[data-karalus-relaunch="1"] :is(.home-hero > .home-hero-picture > img,.page-hero > img) {
  filter: none !important;
  opacity: 1 !important;
}
body[data-karalus-relaunch="1"] .home-hero::after,
body[data-karalus-relaunch="1"] .page-hero .hero-overlay,
body[data-karalus-relaunch="1"] .content-page-hero .hero-overlay {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 66%,
    rgba(55,57,57,.18) 74%,
    rgba(36,39,40,.48) 86%,
    rgba(27,34,37,.78) 100%
  ) !important;
}
body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content),
body[data-karalus-relaunch="1"] .content-page-hero .page-hero-content {
  align-items: flex-start !important;
  background: transparent !important;
  box-shadow: none !important;
  justify-content: flex-end !important;
  max-width: 980px;
  padding-bottom: clamp(1.5rem, 4vw, 3.5rem) !important;
  padding-top: clamp(5rem, 9vw, 8rem) !important;
  text-align: left !important;
}
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) :is(h1,p,.hero-badge,.eyebrow) {
  text-shadow: 0 2px 14px rgba(0,0,0,.9) !important;
}

@media (max-width: 900px) {
  body[data-karalus-relaunch="1"] .home-hero::after,
  body[data-karalus-relaunch="1"] .page-hero .hero-overlay,
  body[data-karalus-relaunch="1"] .content-page-hero .hero-overlay {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 66%,
      rgba(55,57,57,.2) 74%,
      rgba(36,39,40,.54) 86%,
      rgba(27,34,37,.84) 100%
    ) !important;
  }
  body[data-karalus-relaunch="1"] :is(.home-hero-content,.page-hero-content),
  body[data-karalus-relaunch="1"] .content-page-hero .page-hero-content {
    background: transparent !important;
    box-shadow: none !important;
    padding-bottom: 1.15rem !important;
  }
}

/* v1.9.0: a stable header slot prevents scroll-anchor feedback at the switch. */
.karalus-header-slot { position:sticky; top:0; z-index:1000; pointer-events:none; overflow-anchor:none; }
body[data-karalus-relaunch="1"] .karalus-header-slot > .site-header { position:absolute !important; top:0 !important; left:0; right:0; width:100%; pointer-events:auto; transition:background-color .15s,box-shadow .15s !important; }
/* v1.8.1: readable copy without obscuring the photograph on small screens. */
body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) h1 {
  font-size: clamp(2rem,4.1vw,4rem) !important;
  line-height: 1.08 !important;
  overflow-wrap: break-word;
}
body[data-karalus-relaunch="1"] :is(.karalus-consultation-bar > a,.studio-nav-request,.studio-nav-root-actions a:first-child,.studio-mobile-topic-actions a:first-child,.guide-choice-table a,.mobile-pricefinder) {
  background: #ef804b !important;
  border-color: #ef804b !important;
  color: #07384d !important;
}
body[data-karalus-relaunch="1"] :is(.button-primary,.studio-contact-request,.mobile-request-bar a:last-child) {
  background: #ef804b;
  border-color: #ef804b;
  color: #07384d;
}
.studio-navigation { overscroll-behavior: contain; }
body[data-karalus-home="1"] .world-card .world-content > b { background:#ef804b !important; color:#07384d !important; }
body[data-karalus-relaunch="1"] .mobile-request-bar :is(.mobile-pricefinder,a:last-child) :is(span,strong) { color:#07384d !important; }
body[data-karalus-relaunch="1"] .skip-link:not(:focus) { visibility:hidden; }
body[data-karalus-relaunch="1"] .skip-link:focus { visibility:visible; }
body[data-karalus-relaunch="1"] .header-inner > .karalus-consultation-bar { background: transparent !important; }
body[data-karalus-relaunch="1"] .header-inner > .karalus-consultation-bar :is(strong,small) { color: #07384d !important; }
body[data-karalus-relaunch="1"] .header-inner > .karalus-consultation-bar svg { fill: #07384d !important; }
@media (max-width:900px) {
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero,.page-hero.content-page-hero,.page-hero.contact-hero-compact) {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #f6f5ef !important;
  }
  body[data-karalus-relaunch="1"] .home-hero > .home-hero-picture,
  body[data-karalus-relaunch="1"] .page-hero > img {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    flex: none;
    max-height: none !important;
  }
  body[data-karalus-relaunch="1"] .home-hero > .home-hero-picture > img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: contain !important;
  }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) > .hero-overlay,
  body[data-karalus-relaunch="1"] .home-hero::after { display: none !important; }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero,.page-hero.content-page-hero,.page-hero.contact-hero-compact) > :is(.home-hero-content,.page-hero-content) {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 1.4rem max(20px,4vw) 1.6rem !important;
    gap: .8rem;
  }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) :is(h1,p,.hero-badge,.eyebrow) {
    color: #07384d !important;
    text-shadow: none !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) h1 { font-size: clamp(1.85rem,4.5vw,2.8rem) !important; }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) p { font-size: 1rem !important; line-height: 1.6 !important; }
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) .hero-actions { width: 100%; margin-top: .25rem; }
  body[data-karalus-home="1"] .home-hero-actions :is(.button,.home-hero-sideway) { border: 1px solid #a9bdc5 !important; box-shadow: none; min-height: 48px; }
  body[data-karalus-relaunch="1"] .studio-nav-shell { min-height: 100dvh; }
}
@media (max-width:360px) {
  body[data-karalus-relaunch="1"] :is(.home-hero,.page-hero) .hero-actions { display: grid !important; grid-template-columns: 1fr !important; gap: .5rem; }
  body[data-karalus-home="1"] .home-action-long { display: inline !important; }
  body[data-karalus-home="1"] .home-action-short { display: none !important; }
}
@media (max-width:760px), (hover:none), (prefers-reduced-motion:reduce) {
  .reference-motion-track { animation:none !important; transform:none !important; }
  .reference-motion-row { overflow-x:auto !important; }
  .reference-motion-group[aria-hidden="true"] { display:none; }
  .reference-motion-toggle { display:none; }
  .reference-motion-help { font-size:0; }
  .reference-motion-help::after { content:'Bilder seitlich wischen und ein Projekt zum Öffnen antippen.'; font-size:.875rem; }
  .reference-motion-row { scroll-padding-inline:16px; }
  .reference-motion-track { padding-inline:16px; }
}
@media (max-width:760px) {
  body[data-karalus-relaunch="1"] { padding-bottom:calc(88px + env(safe-area-inset-bottom)); }
  .mobile-request-bar { bottom:max(10px,env(safe-area-inset-bottom)) !important; }
  html { scroll-padding-top:110px; }
}
.customer-reading-path { display:flex; flex-wrap:wrap; gap:12px 24px; padding-block:20px; align-items:center; }
.customer-reading-path a { color:#0a4355; text-decoration:underline; text-underline-offset:4px; padding-block:8px; }
.customer-answer p { max-width:65ch; line-height:1.75; }
.customer-reading-path a:focus-visible { outline:3px solid #ef804b; outline-offset:4px; }
@media(max-width:600px) { .customer-reading-path { align-items:flex-start; flex-direction:column; gap:4px; } }
