:root {
  --blue-950: #071f30;
  --blue-900: #083855;
  --blue-800: #075276;
  --blue-700: #0876a8;
  --blue-600: #0793c9;
  --blue-100: #e8f6fb;
  --ink: #1e252b;
  --muted: #65717c;
  --line: #dbe6eb;
  --paper: #ffffff;
  --soft: #f5f9fb;
  --accent: #b88436;
  --shadow: 0 20px 60px rgba(8, 56, 85, 0.14);
  --shadow-strong: 0 28px 72px rgba(8, 56, 85, 0.18);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.topbar {
  background: var(--blue-900);
  color: #dff6ff;
  font-size: 13px;
}

.topbar-inner,
.nav-inner,
.section-inner,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  align-items: center;
}

.topbar a {
  color: #ffffff;
  font-weight: 800;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 12px 0;
}

.brand img {
  width: 190px;
  height: auto;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #33424c;
  font-size: 13.5px;
  font-weight: 800;
  white-space: nowrap;
  flex: 1;
}

.menu a,
.menu-trigger {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.menu a:hover,
.menu a.active,
.dropdown:hover .menu-trigger,
.dropdown:focus-within .menu-trigger {
  color: var(--blue-800);
  border-bottom-color: var(--blue-600);
}

.menu .button-primary:hover,
.menu .button-primary.active {
  color: #ffffff;
  border-bottom-color: transparent;
  background: var(--blue-800);
}

.dropdown {
  position: relative;
}

.menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font: inherit;
  color: inherit;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  cursor: default;
  user-select: none;
}

.menu-trigger:focus-visible {
  outline: 2px solid rgba(7, 147, 201, 0.35);
  outline-offset: 4px;
  border-radius: 4px;
}

.menu-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 360px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  z-index: 30;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 12px 14px;
  border-bottom: 0;
  border-radius: 6px;
  white-space: normal;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
  background: var(--blue-100);
  color: var(--blue-800);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 900;
  letter-spacing: 0;
}

.menu > .button {
  min-width: 142px;
  white-space: nowrap;
}

.button-primary {
  background: var(--blue-700);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 118, 168, 0.24);
}

.button-primary:hover {
  background: var(--blue-800);
}

.button-secondary {
  background: #ffffff;
  color: var(--blue-800);
  border-color: rgba(8, 82, 118, 0.22);
}

.hero,
.page-hero {
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(184, 132, 54, 0.22), rgba(184, 132, 54, 0) 34%),
    linear-gradient(90deg, rgba(8, 56, 85, 0.95), rgba(8, 56, 85, 0.72) 48%, rgba(8, 56, 85, 0.2)),
    url("assets/hero-thermal-ablation.png") center right / cover no-repeat;
  position: relative;
  isolation: isolate;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.hero .section-inner {
  min-height: calc(100vh - 116px);
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(260px, 420px);
  gap: 56px;
  align-items: center;
  padding: 84px 0 74px;
}

.page-hero .section-inner {
  min-height: 420px;
  display: grid;
  align-items: center;
  padding: 76px 0;
}

.thyroid-page .page-hero {
  background:
    linear-gradient(115deg, rgba(184, 132, 54, 0.2), rgba(184, 132, 54, 0) 36%),
    linear-gradient(90deg, rgba(8, 56, 85, 0.97), rgba(8, 56, 85, 0.78) 52%, rgba(8, 56, 85, 0.15)),
    url("assets/thyroid-hero.png") center right / cover no-repeat;
}

.breast-page .page-hero {
  background:
    linear-gradient(115deg, rgba(184, 132, 54, 0.18), rgba(184, 132, 54, 0) 38%),
    linear-gradient(90deg, rgba(8, 56, 85, 0.97), rgba(8, 56, 85, 0.78) 50%, rgba(8, 56, 85, 0.12)),
    url("assets/breast-hero.png") center right / cover no-repeat;
}

.parathyroid-page .page-hero {
  background:
    linear-gradient(115deg, rgba(184, 132, 54, 0.22), rgba(184, 132, 54, 0) 38%),
    linear-gradient(90deg, rgba(8, 56, 85, 0.98), rgba(8, 56, 85, 0.82) 52%, rgba(8, 56, 85, 0.18)),
    url("assets/parathyroid-ablation.png") center right / cover no-repeat;
}

.stories-page .page-hero {
  background:
    linear-gradient(115deg, rgba(184, 132, 54, 0.22), rgba(184, 132, 54, 0) 36%),
    linear-gradient(90deg, rgba(8, 56, 85, 0.98), rgba(8, 56, 85, 0.78) 52%, rgba(8, 56, 85, 0.14)),
    url("assets/stories-hero.jpeg") center right / cover no-repeat;
}

.press-page .page-hero {
  background:
    linear-gradient(115deg, rgba(184, 132, 54, 0.24), rgba(184, 132, 54, 0) 36%),
    linear-gradient(90deg, rgba(8, 56, 85, 0.98), rgba(8, 56, 85, 0.78) 52%, rgba(8, 56, 85, 0.14)),
    url("assets/press-hero.jpeg") center right / cover no-repeat;
}

.thyroid-page .page-hero h1 {
  max-width: 980px;
  font-size: clamp(42px, 5.15vw, 68px);
}

.thyroid-page .page-hero h1 span,
.breast-page .page-hero h1 span,
.parathyroid-page .page-hero h1 span,
.stories-page .page-hero h1 span,
.press-page .page-hero h1 span {
  display: block;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  margin-bottom: 26px;
  letter-spacing: 0;
  max-width: 880px;
}

.page-hero h1 {
  max-width: 780px;
}

.hero-copy,
.page-hero p {
  font-size: clamp(18px, 2vw, 22px);
  color: #e5f5fb;
  max-width: 720px;
  margin-bottom: 32px;
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.hero-kicker li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e8f8fd;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-note,
.callout {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.hero-note {
  animation: floatCard 6s ease-in-out infinite;
}

.hero-note strong,
.callout strong {
  color: var(--blue-800);
  font-size: 18px;
}

.hero-note ul,
.check-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.hero-note li,
.check-list li {
  display: flex;
  gap: 10px;
}

.hero-note li::before,
.check-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--blue-600);
  flex: 0 0 auto;
}

section {
  background: var(--paper);
}

section:nth-of-type(even) {
  background: var(--soft);
}

.section-inner {
  padding: 88px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.section-head h2,
.split h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  margin: 0;
  color: var(--blue-900);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.section-head h2 span {
  display: block;
}

.section-head p,
.lead {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.quick-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: -52px;
  position: relative;
  z-index: 5;
}

.card-grid,
.media-grid,
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.quick-card,
.content-card,
.press-item,
.media-item,
.story-item {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(8, 56, 85, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.quick-card:hover,
.content-card:hover,
.press-item:hover,
.media-item:hover,
.story-item:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 118, 168, 0.22);
  box-shadow: var(--shadow-strong);
}

.quick-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(8, 56, 85, 0.1);
}

.text-link,
.quick-card a {
  color: var(--blue-800);
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.text-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.quick-card-media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 8.8;
  overflow: hidden;
  background: var(--blue-100);
}

.quick-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 56, 85, 0.04), rgba(8, 56, 85, 0.22));
  pointer-events: none;
}

.quick-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.quick-card:hover .quick-card-media img {
  transform: scale(1.045);
}

.quick-card-media span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  box-shadow: 0 10px 24px rgba(8, 56, 85, 0.18);
}

.quick-card-body {
  min-height: 214px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.quick-card span,
.number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-800);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.content-card.image-card {
  padding: 0;
  overflow: hidden;
}

.content-card figure {
  margin: 0;
  aspect-ratio: 4 / 2.35;
  background: var(--blue-100);
  overflow: hidden;
}

.content-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-card .card-body {
  padding: 24px;
}

.feature-image-card figure {
  aspect-ratio: 4 / 2.6;
}

.feature-image-card img {
  object-fit: contain;
  background: #f4f1e8;
}

.thyroid-overview {
  align-items: stretch;
}

.breast-overview {
  align-items: stretch;
}

.parathyroid-overview {
  align-items: stretch;
}

.stories-overview {
  align-items: stretch;
}

.thyroid-overview .feature-image-card,
.thyroid-overview .two-grid,
.breast-overview .feature-image-card,
.breast-overview .two-grid,
.parathyroid-overview .feature-image-card,
.parathyroid-overview .two-grid,
.stories-overview .feature-image-card,
.stories-overview .two-grid {
  height: 100%;
}

.thyroid-overview .two-grid,
.breast-overview .two-grid,
.parathyroid-overview .two-grid,
.stories-overview .two-grid {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.thyroid-overview .content-card,
.breast-overview .content-card,
.parathyroid-overview .content-card,
.stories-overview .content-card {
  display: grid;
  align-content: start;
}

.parathyroid-feature-card figure,
.parathyroid-card figure {
  background: #081822;
}

.parathyroid-feature-card img,
.parathyroid-card img {
  object-fit: cover;
}

.procedure-layout .section-head {
  align-items: start;
}

.procedure-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.procedure-image {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.procedure-image img {
  width: 100%;
  height: calc(100% - 74px);
  min-height: 430px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.procedure-image figcaption {
  min-height: 74px;
  padding: 18px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.procedure-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.procedure-steps .content-card {
  min-height: 230px;
}

.procedure-steps span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: var(--blue-100);
  color: var(--blue-800);
  font-weight: 900;
}

.result-panel {
  display: grid;
  align-content: start;
  gap: 18px;
}

.result-panel figure {
  margin: 8px 0 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.result-panel img {
  width: 100%;
  display: block;
}

.result-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: stretch;
}

.result-section .two-grid {
  grid-template-columns: 1fr;
  gap: 20px;
  align-content: stretch;
}

.result-section .content-card {
  display: grid;
  align-content: start;
  min-height: auto;
  padding: 24px 28px;
}

.breast-result-section {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
}

.breast-result-section .two-grid {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  height: 100%;
  align-content: stretch;
}

.breast-result-section .content-card {
  min-height: 0;
  height: 100%;
  padding: 20px 24px;
}

.parathyroid-result-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.parathyroid-result-section .two-grid {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  height: 100%;
  align-content: stretch;
}

.parathyroid-result-section .content-card {
  min-height: 0;
  height: 100%;
  padding: 20px 24px;
}

.parathyroid-procedure-image img {
  object-fit: cover;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1fr);
  gap: 0;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(8, 56, 85, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 118, 168, 0.22);
  box-shadow: var(--shadow-strong);
}

.case-card figure {
  margin: 0;
  min-height: 230px;
  background: var(--blue-100);
  overflow: hidden;
}

.case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
}

.case-card span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--blue-100);
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 900;
}

.case-card h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: 22px;
  line-height: 1.16;
}

.case-card p {
  margin: 0;
  color: var(--muted);
}

.evidence-section {
  align-items: stretch;
}

.evidence-section .two-grid {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.evidence-section .content-card {
  display: grid;
  align-content: start;
}

.stories-page .final-cta {
  background:
    linear-gradient(135deg, rgba(8, 56, 85, 0.98), rgba(7, 82, 118, 0.94)),
    url("assets/stories-hero.jpeg") center / cover no-repeat;
}

.press-page .final-cta {
  background:
    linear-gradient(135deg, rgba(8, 56, 85, 0.98), rgba(7, 82, 118, 0.94)),
    url("assets/press-hero.jpeg") center / cover no-repeat;
}

.press-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: 24px;
  align-items: stretch;
}

.press-lead-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.press-lead-card figure,
.press-feature figure {
  margin: 0;
  background: var(--blue-100);
  overflow: hidden;
}

.press-lead-card img,
.press-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-lead-card > div {
  display: grid;
  align-content: center;
  padding: 34px;
}

.press-lead-card h2 {
  color: var(--blue-900);
  font-size: clamp(28px, 3.15vw, 42px);
  line-height: 1.05;
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}

.press-lead-card p {
  color: var(--muted);
  font-size: 18px;
  margin: 0 0 20px;
}

.press-lead-card span {
  color: var(--accent);
  font-weight: 900;
}

.press-contact-card {
  display: grid;
  align-content: center;
  gap: 16px;
  background: var(--blue-900);
  color: #ffffff;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-strong);
}

.press-contact-card h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.12;
  margin: 0;
}

.press-contact-card p {
  color: #cdebf6;
  margin: 0;
}

.press-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.press-feature {
  display: grid;
  grid-template-rows: 230px 1fr;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(8, 56, 85, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.press-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 118, 168, 0.22);
  box-shadow: var(--shadow-strong);
}

.press-feature div {
  padding: 24px;
}

.press-feature small {
  color: var(--accent);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-timeline-list time {
  color: var(--blue-900);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.press-feature h3,
.press-timeline-list h3 {
  color: var(--blue-900);
  margin: 8px 0 10px;
  line-height: 1.18;
}

.press-feature p,
.press-timeline-list p {
  color: var(--muted);
  margin: 0;
}

.press-timeline-list {
  position: relative;
  display: grid;
  gap: 16px;
}

.press-timeline-list::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 144px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(8, 56, 85, 0.06), rgba(8, 56, 85, 0.34) 12%, rgba(8, 56, 85, 0.34) 88%, rgba(8, 56, 85, 0.06));
}

.press-timeline-list article {
  position: relative;
  display: grid;
  grid-template-columns: 96px 34px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 26px;
  box-shadow: 0 12px 30px rgba(8, 56, 85, 0.06);
}

.press-timeline-list article::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: start;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid var(--blue-800);
  box-shadow: 0 0 0 6px #ffffff, 0 8px 18px rgba(8, 56, 85, 0.16);
}

.press-timeline-list article time {
  grid-column: 1;
}

.press-timeline-list article div {
  grid-column: 3;
}

.press-kit-section {
  align-items: stretch;
}

.press-kit-section .blue-panel {
  display: grid;
  align-content: center;
}

.thyroid-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.thyroid-cta-grid .blue-panel {
  display: grid;
  align-content: center;
  min-height: 100%;
}

.operation-card figure {
  aspect-ratio: 4 / 2.75;
  background: #ffffff;
}

.operation-card img {
  object-fit: contain;
  background: #ffffff;
}

.topic-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: stretch;
}

.topic-feature {
  background: var(--blue-900);
  color: #ffffff;
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  position: relative;
}

.topic-feature::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: rotate(24deg);
}

.topic-feature h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.topic-feature p {
  color: #cdebf6;
  font-size: 18px;
  max-width: 620px;
}

.topic-list {
  display: grid;
  gap: 14px;
}

.topic-link {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 14px 34px rgba(8, 56, 85, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.topic-link:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow);
}

.topic-link span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue-100);
  color: var(--blue-800);
  font-weight: 900;
}

.topic-link h3 {
  margin: 0 0 5px;
  color: var(--blue-900);
  font-size: 20px;
}

.topic-link p {
  margin: 0;
  color: var(--muted);
}

.faq-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px 18px;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  box-shadow: 0 14px 34px rgba(8, 56, 85, 0.07);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faq-item[open] {
  border-color: rgba(8, 118, 168, 0.24);
  box-shadow: var(--shadow);
}

.faq-item:hover {
  transform: translateY(-2px);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  color: var(--blue-900);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue-100);
  color: var(--blue-800);
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-item[open] summary::after {
  content: "−";
  background: var(--blue-700);
  color: #ffffff;
}

.faq-item p {
  color: var(--muted);
  margin: 0;
  padding: 0 24px 24px;
}

.content-card h3,
.press-item h3,
.media-item h3,
.story-item h3,
.quick-card h3 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 21px;
  line-height: 1.2;
}

.content-card p,
.press-item p,
.media-item p,
.story-item p,
.quick-card p {
  color: var(--muted);
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: stretch;
}

.trust-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trust-card {
  min-height: 210px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(8, 56, 85, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 118, 168, 0.22);
  box-shadow: var(--shadow-strong);
}

.trust-card span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue-100);
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}

.trust-card h3 {
  color: var(--blue-900);
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 10px;
}

.trust-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.blue-panel {
  background: var(--blue-900);
  color: #ffffff;
  border-radius: var(--radius);
  padding: 32px;
  min-height: 100%;
  display: grid;
  gap: 18px;
  align-content: center;
}

.visual-panel {
  min-height: 430px;
  background:
    linear-gradient(135deg, rgba(8, 56, 85, 0.94), rgba(8, 56, 85, 0.72)),
    url("assets/spitzenmedizin.png") center / cover no-repeat;
  position: relative;
  overflow: hidden;
  align-content: end;
}

.visual-panel::after {
  content: "";
  position: absolute;
  inset: auto -90px -130px auto;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(20deg);
}

.blue-panel h2 {
  color: #ffffff;
  margin: 0;
  overflow-wrap: anywhere;
}

.blue-panel p {
  color: #cdebf6;
  margin: 0;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: 330px;
  padding: 48px 0 28px;
  align-items: start;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 128px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7, 82, 118, 0.2), var(--blue-700), rgba(7, 82, 118, 0.2));
}

.milestone {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 0 14px;
  text-align: center;
}

.timeline-dot {
  position: absolute;
  top: 79px;
  left: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid var(--blue-700);
  box-shadow: 0 0 0 8px rgba(8, 118, 168, 0.12);
  transform: translateX(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.milestone:hover .timeline-dot {
  transform: translateX(-50%) scale(1.12);
  box-shadow: 0 0 0 12px rgba(8, 118, 168, 0.14);
}

.milestone strong {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--accent);
  box-shadow: 0 12px 28px rgba(8, 56, 85, 0.09);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 82px;
}

.press-item small,
.media-item small {
  display: inline-flex;
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  margin-bottom: 14px;
}

.milestone p {
  max-width: 210px;
  margin: 0 auto;
  color: var(--blue-900);
  font-weight: 800;
  line-height: 1.35;
}

.milestone:nth-child(even) {
  padding-top: 0;
}

.reveal {
  animation: fadeUp 700ms ease both;
}

.reveal.delay-1 {
  animation-delay: 120ms;
}

.reveal.delay-2 {
  animation-delay: 240ms;
}

.reveal.delay-3 {
  animation-delay: 360ms;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.media-item,
.press-item {
  min-height: 195px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.video-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 100%;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: var(--blue-900);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-card .card-body {
  padding: 20px;
}

.video-card h3 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 20px;
  line-height: 1.25;
}

.video-card p {
  margin: 0;
  color: var(--muted);
}

.contact-section {
  background: linear-gradient(135deg, var(--blue-900), var(--blue-800));
  color: #ffffff;
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(8, 56, 85, 0.96), rgba(7, 82, 118, 0.92)),
    url("assets/hero-thermal-ablation.png") center / cover no-repeat;
  color: #ffffff;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 42px;
  align-items: center;
}

.final-cta h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 18px;
  color: #ffffff;
}

.final-cta p {
  color: #d8f1f9;
  font-size: 18px;
  max-width: 760px;
  margin-bottom: 0;
}

.final-cta-actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.final-cta-actions .button {
  width: 100%;
}

.final-cta-actions span {
  display: block;
  color: #cdebf6;
  font-size: 14px;
  line-height: 1.45;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.contact-grid h2 {
  color: #ffffff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.contact-grid p {
  color: #d8f1f9;
  font-size: 18px;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-details a,
.contact-details span {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #ffffff;
  font-weight: 800;
}

.form {
  background: #ffffff;
  color: var(--ink);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #344653;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbdbe3;
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #ffffff;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.form .disclaimer {
  font-size: 12px;
  color: var(--blue-900);
  font-weight: 800;
  margin: 0;
}

footer {
  background: var(--blue-950);
  color: #cce5ef;
}

.footer-inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .nav-inner {
    align-items: flex-start;
    gap: 22px;
  }

  .menu {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .hero .section-inner,
  .section-head,
  .split,
  .contact-grid,
  .topic-grid,
  .trust-grid,
  .final-cta-inner,
  .procedure-grid,
  .thyroid-cta-grid,
  .press-lead-grid,
  .press-lead-card,
  .press-kit-section {
    grid-template-columns: 1fr;
  }

  .quick-paths,
  .card-grid,
  .media-grid,
  .press-grid,
  .press-feature-grid,
  .video-grid,
  .trust-card-grid,
  .procedure-steps {
    grid-template-columns: 1fr 1fr;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 18px 0 0 34px;
  }

  .timeline::before {
    top: 18px;
    bottom: 8px;
    left: 10px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, rgba(7, 82, 118, 0.2), var(--blue-700), rgba(7, 82, 118, 0.2));
  }

  .milestone {
    justify-items: start;
    gap: 8px;
    padding: 0 0 0 16px;
    text-align: left;
  }

  .timeline-dot {
    top: 10px;
    left: -24px;
    transform: none;
  }

  .milestone:hover .timeline-dot {
    transform: scale(1.12);
  }

  .milestone strong {
    margin-bottom: 0;
  }

  .milestone p {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 720px) {
  .topbar-inner,
  .nav-inner,
  .section-inner,
  .footer-inner {
    width: min(100% - 28px, 1180px);
  }

  .topbar-inner,
  .nav-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand img {
    width: 180px;
  }

  .menu {
    justify-content: flex-start;
    white-space: normal;
  }

  .dropdown {
    position: static;
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    margin-top: 4px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: grid;
    padding: 8px;
  }

  .menu > .button {
    min-width: 0;
  }

  .menu .button {
    width: 100%;
  }

  .hero,
  .page-hero {
    background:
      linear-gradient(180deg, rgba(8, 56, 85, 0.94), rgba(8, 56, 85, 0.84)),
      url("assets/hero-thermal-ablation.png") center / cover no-repeat;
  }

  .thyroid-page .page-hero {
    background:
      linear-gradient(180deg, rgba(8, 56, 85, 0.94), rgba(8, 56, 85, 0.84)),
      url("assets/thyroid-hero.png") center / cover no-repeat;
  }

  .breast-page .page-hero {
    background:
      linear-gradient(180deg, rgba(8, 56, 85, 0.94), rgba(8, 56, 85, 0.84)),
      url("assets/breast-hero.png") center / cover no-repeat;
  }

  .parathyroid-page .page-hero {
    background:
      linear-gradient(180deg, rgba(8, 56, 85, 0.94), rgba(8, 56, 85, 0.84)),
      url("assets/parathyroid-ablation.png") center / cover no-repeat;
  }

  .stories-page .page-hero {
    background:
      linear-gradient(180deg, rgba(8, 56, 85, 0.94), rgba(8, 56, 85, 0.84)),
      url("assets/stories-hero.jpeg") center / cover no-repeat;
  }

  .press-page .page-hero {
    background:
      linear-gradient(180deg, rgba(8, 56, 85, 0.94), rgba(8, 56, 85, 0.84)),
      url("assets/press-hero.jpeg") center / cover no-repeat;
  }

  .hero .section-inner,
  .page-hero .section-inner,
  .section-inner {
    min-height: auto;
    padding: 58px 0;
  }

  .quick-paths {
    margin-top: 0;
  }

  .quick-paths,
  .card-grid,
  .two-grid,
  .case-grid,
  .media-grid,
  .press-grid,
  .press-feature-grid,
  .video-grid,
  .trust-card-grid,
  .field-grid,
  .procedure-steps {
    grid-template-columns: 1fr;
  }

  .press-lead-card {
    grid-template-columns: 1fr;
  }

  .press-lead-card figure,
  .press-feature figure {
    min-height: 220px;
  }

  .press-timeline-list::before {
    left: 13px;
  }

  .press-timeline-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 44px;
  }

  .press-timeline-list article::before {
    position: absolute;
    left: 5px;
    top: 24px;
    margin-top: 0;
  }

  .press-timeline-list article time,
  .press-timeline-list article div {
    grid-column: 1;
  }

  .procedure-image img {
    min-height: 280px;
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-card figure {
    min-height: 220px;
    aspect-ratio: 16 / 9;
  }

  .timeline {
    grid-template-columns: 1fr;
  }
}
