@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/_vinext_fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/_vinext_fonts/geist-8ac0455e797f/geist-001175b1.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/_vinext_fonts/geist-mono-00e989178794/geist-mono-013b2f2f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/_vinext_fonts/geist-mono-00e989178794/geist-mono-44745446.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --font-geist-sans: "Geist", Arial, Helvetica, sans-serif;
  --font-geist-mono: "Geist Mono", "Courier New", monospace;
  --navy: #03162c;
  --navy-2: #082846;
  --navy-3: #12385a;
  --gold: #cba061;
  --gold-bright: #e2bf82;
  --gold-soft: #ead9bb;
  --paper: #f8f5ee;
  --porcelain: #fcfbf8;
  --mist: #eef1f1;
  --ink: #152033;
  --muted: #667085;
  --line: rgba(3, 22, 44, 0.12);
  --shadow: 0 28px 80px rgba(3, 22, 44, 0.16);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(3, 22, 44, 0.035) 0 1px, transparent 1px 54px),
    radial-gradient(circle at 14% 8%, rgba(203, 160, 97, 0.18), transparent 28%),
    radial-gradient(circle at 94% 84%, rgba(3, 22, 44, 0.09), transparent 34%),
    var(--paper);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

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

button,
input,
textarea {
  font: inherit;
}

main {
  min-height: 100vh;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  padding: 24px clamp(22px, 6vw, 104px);
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(3, 22, 44, 0.82), rgba(3, 22, 44, 0));
  box-shadow: none;
  transform: none;
  backdrop-filter: blur(22px);
}

.brand {
  display: block;
  min-height: 0;
  padding: 0;
}

.brand img {
  display: block;
  width: clamp(124px, 10vw, 164px);
  height: auto;
  opacity: 0.98;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.35vw, 34px);
  color: white;
  font-size: 0.88rem;
  font-weight: 760;
}

.desktop-nav a {
  opacity: 0.82;
  transition: color 180ms ease, opacity 180ms ease;
}

.desktop-nav a:hover {
  color: var(--gold-bright);
  opacity: 1;
}

.nav-social-links,
.mobile-social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-social-links {
  display: none;
}

.nav-social-links a,
.mobile-social-links a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 191, 130, 0.38);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 760;
}

.nav-social-links a:hover {
  border-color: rgba(226, 191, 130, 0.78);
  color: var(--gold-bright);
  opacity: 1;
}

.nav-social-links a img,
.mobile-social-links a img,
.footer-links nav:first-child a img {
  width: 16px;
  height: 16px;
  color: currentColor;
}

.nav-social-links a span,
.mobile-social-links a span,
.footer-links nav:first-child a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.desktop-nav .nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 5px;
  background: var(--gold);
  color: #06182f;
  padding: 0 18px;
  opacity: 1;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.desktop-nav .nav-cta:hover {
  background: var(--gold-bright);
  color: #06182f;
  box-shadow: 0 16px 34px rgba(203, 160, 97, 0.24);
  transform: translateY(-1px);
}

.primary-button,
.secondary-button,
.admin-save,
.collection-head button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 5px;
  background: var(--gold);
  color: #06182f;
  padding: 0 20px;
  font-weight: 820;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button:hover,
.admin-save:hover,
.collection-head button:hover {
  background: var(--gold-bright);
  box-shadow: 0 16px 34px rgba(203, 160, 97, 0.26);
  transform: translateY(-1px);
}

.mobile-menu {
  display: none;
  justify-self: end;
}

.mobile-menu summary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  color: white;
  padding: 0 16px;
  font-size: 0.82rem;
  font-weight: 820;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary::after {
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.mobile-menu[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.mobile-menu nav {
  position: absolute;
  top: calc(100% - 8px);
  right: 16px;
  left: 16px;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(3, 22, 44, 0.96);
  box-shadow: 0 24px 60px rgba(3, 22, 44, 0.28);
  overflow: hidden;
}

.mobile-menu nav a {
  color: white;
  padding: 17px 20px;
  font-weight: 760;
  background: rgba(255, 255, 255, 0.045);
}

.mobile-menu nav a:hover {
  color: var(--gold-bright);
  background: rgba(255, 255, 255, 0.08);
}

.mobile-menu nav .mobile-menu-cta {
  background: var(--gold);
  color: #06182f;
}

.mobile-menu nav .mobile-menu-cta:hover {
  background: var(--gold-bright);
  color: #06182f;
}

.secondary-button {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.secondary-button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 22, 44, 0.99) 0%, rgba(3, 22, 44, 0.94) 40%, rgba(3, 22, 44, 0.72) 62%, rgba(3, 22, 44, 0.48) 100%),
    linear-gradient(0deg, rgba(3, 22, 44, 0.6), rgba(3, 22, 44, 0.04) 52%, rgba(3, 22, 44, 0.14)),
    var(--navy);
  color: white;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  content: "";
  background: linear-gradient(0deg, rgba(3, 22, 44, 0.75), transparent);
  pointer-events: none;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0.45;
}

.hero-background::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 104px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 104px);
  mask-image: linear-gradient(90deg, #000, #000 44%, rgba(0, 0, 0, 0.18), transparent);
}

.hero-team-image {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 54vw;
  opacity: 0.92;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 9%, rgba(0, 0, 0, 0.72) 22%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 9%, rgba(0, 0, 0, 0.72) 22%, #000 34%);
  pointer-events: none;
}

.hero-team-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 22, 44, 0.42) 0%, rgba(3, 22, 44, 0.22) 18%, rgba(3, 22, 44, 0.08) 42%, rgba(3, 22, 44, 0.02) 100%),
    linear-gradient(0deg, rgba(3, 22, 44, 0.48), transparent 42%, rgba(3, 22, 44, 0.06));
}

.hero-team-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: clamp(178px, 22vh, 230px) clamp(22px, 6vw, 104px) clamp(62px, 7vw, 92px);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.split-section h2,
.section-heading h2,
.contact-section h2,
.precision-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 610px;
  color: white;
  font-size: clamp(3.35rem, 6.2vw, 6.7rem);
  line-height: 0.9;
  text-wrap: balance;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.appointment-dock {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(calc(100% - 44px), 1120px);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -44px auto 0;
  border: 1px solid rgba(203, 160, 97, 0.24);
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 26px 70px rgba(3, 22, 44, 0.18);
  overflow: hidden;
}

.appointment-dock > div {
  min-height: 112px;
  padding: 24px;
}

.appointment-dock > div {
  display: grid;
  align-content: center;
  gap: 7px;
  background: var(--porcelain);
}

.appointment-dock span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.appointment-dock a,
.appointment-dock p {
  margin: 0;
  color: var(--navy);
  font-weight: 780;
}

.proof-strip,
.content-section,
.split-section,
.contact-section,
.journey-section,
.precision-section,
.flow-cta {
  padding: clamp(64px, 8vw, 124px) clamp(22px, 6vw, 104px);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: clamp(92px, 11vw, 150px);
}

.proof-strip article {
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  padding: clamp(26px, 3vw, 42px);
}

.proof-strip article span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.proof-strip h2,
.clinical-card h3,
.team-card h3,
.list-row h3,
.journey-grid h3 {
  margin: 18px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0;
}

.proof-strip h2 {
  font-size: clamp(1.38rem, 1.75vw, 1.9rem);
  line-height: 1.08;
  white-space: nowrap;
}

.proof-strip p,
.clinical-card p,
.list-row p,
.team-card span,
.journey-grid p {
  color: #596677;
  line-height: 1.75;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 94px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(3, 22, 44, 0.05) 0 1px, transparent 1px 72px),
    #f1ede4;
}

.split-section h2,
.section-heading h2,
.contact-section h2,
.precision-section h2 {
  color: var(--navy);
  font-size: clamp(2.8rem, 5.4vw, 6rem);
  line-height: 0.96;
}

.institution-copy {
  display: grid;
  gap: 34px;
}

.institution-copy > p {
  margin: 0;
  color: #405063;
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  line-height: 1.85;
}

.signature-panel {
  display: grid;
  gap: 10px;
  border-left: 2px solid var(--gold);
  padding-left: 24px;
}

.signature-panel span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signature-panel strong {
  max-width: 680px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
}

.section-heading {
  display: grid;
  max-width: 1080px;
  gap: 8px;
  margin-bottom: clamp(34px, 4.8vw, 62px);
}

.section-heading.compact {
  max-width: 820px;
}

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

.clinical-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(96px, 1fr) auto;
  align-content: start;
  gap: 0;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    var(--porcelain);
  padding: clamp(26px, 3.4vw, 46px);
  overflow: hidden;
}

.clinical-icon {
  position: absolute;
  top: 26px;
  right: 28px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--gold);
  opacity: 0.88;
}

.clinical-icon svg {
  width: 64px;
  height: 64px;
}

.clinical-icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(67%) sepia(39%) saturate(583%) hue-rotate(358deg) brightness(91%) contrast(88%);
}

.clinical-icon-foot img {
  width: 72px;
  height: 72px;
}

.clinical-icon path {
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.clinical-card > span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.clinical-card h3 {
  margin: 34px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2.12rem);
  font-weight: 500;
  letter-spacing: 0;
}

.clinical-card p {
  margin: 16px 0 0;
  color: #596677;
  line-height: 1.75;
}

.card-link {
  display: inline-flex;
  width: 150px;
  height: 50px;
  align-items: center;
  justify-content: center;
  align-self: end;
  gap: 12px;
  margin-top: 32px;
  border: 1px solid rgba(3, 22, 44, 0.2);
  border-radius: 5px;
  color: var(--navy);
  padding: 0 18px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.card-link:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy);
}

.journey-section {
  background: var(--navy);
  color: white;
}

.medical-proof-section {
  padding: clamp(70px, 8vw, 124px) clamp(22px, 6vw, 104px);
  background:
    radial-gradient(circle at 90% 20%, rgba(203, 160, 97, 0.16), transparent 30%),
    linear-gradient(135deg, #061c36 0%, var(--navy) 48%, #0a294b 100%);
  color: white;
}

.medical-proof-section .section-heading h2 {
  max-width: 1040px;
  color: white;
  font-size: clamp(3.2rem, 4.9vw, 5.35rem);
  line-height: 0.96;
  text-wrap: balance;
}

.medical-proof-section .section-heading.compact {
  max-width: 1100px;
}

.medical-proof-section .team-grid {
  margin-top: clamp(28px, 4vw, 52px);
}

.flow-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  background:
    radial-gradient(circle at 86% 18%, rgba(203, 160, 97, 0.18), transparent 26%),
    linear-gradient(135deg, #061c36 0%, var(--navy) 52%, #0b2d51 100%);
  color: white;
}

.flow-cta h2 {
  max-width: 900px;
  margin: 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 5vw, 5.6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.flow-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.flow-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.flow-cta .secondary-button {
  border-color: rgba(255, 255, 255, 0.22);
  color: white;
}

.flow-cta .secondary-button:hover {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
}

.medical-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.medical-proof-grid article {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    var(--navy);
  padding: clamp(24px, 3vw, 38px);
}

.medical-proof-grid p {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.medical-proof-grid h3 {
  margin: 18px 0 22px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: 0;
}

.medical-proof-grid ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.medical-proof-grid li {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.journey-section .section-heading h2 {
  color: white;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.journey-grid article {
  min-height: 300px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    var(--navy);
  padding: clamp(24px, 3vw, 36px);
}

.journey-grid span {
  color: var(--gold-bright);
  font-weight: 850;
  letter-spacing: 0.18em;
}

.journey-grid h3 {
  color: white;
}

.journey-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1240px);
  margin-inline: auto;
}

.specialty-intro .team-grid {
  max-width: 420px;
  grid-template-columns: 1fr;
}

.team-card {
  position: relative;
  display: grid;
  min-height: 360px;
  align-content: start;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.48)),
    var(--porcelain);
  padding: clamp(26px, 3vw, 40px);
}

.doctor-card {
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 640px;
  padding-top: 0;
  overflow: hidden;
}

.doctor-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: rgba(203, 160, 97, 0.34);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.doctor-photo {
  width: calc(100% + clamp(52px, 6vw, 80px));
  max-width: none;
  height: 390px;
  margin: 0 calc(clamp(26px, 3vw, 40px) * -1) 10px;
  display: block;
  object-fit: cover;
  object-position: center 42%;
  border-bottom: 1px solid var(--line);
}

.doctor-card h3 {
  font-size: clamp(1.85rem, 1.9vw, 2.05rem);
  line-height: 1.18;
}

.team-card p {
  margin: 0;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.avatar {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  background: #f5efe4;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
}

.cv-button {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  align-self: end;
  gap: 12px;
  border: 1px solid var(--navy);
  border-radius: 5px;
  background: var(--navy);
  color: white;
  padding: 0 20px;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

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

.cv-button:hover {
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 16px 34px rgba(203, 160, 97, 0.24);
  color: #06182f;
  transform: translateY(-1px);
}

.cv-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
}

.cv-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 22, 44, 0.72);
  cursor: pointer;
}

.cv-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(760px, calc(100svh - 44px));
  border: 1px solid rgba(203, 160, 97, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(252, 251, 248, 0.96)),
    var(--porcelain);
  box-shadow: 0 38px 100px rgba(3, 22, 44, 0.32);
  padding: clamp(28px, 5vw, 54px);
  overflow-y: auto;
}

.cv-modal-panel h2 {
  max-width: 560px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.cv-modal-heading {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: end;
}

.cv-modal-heading img {
  width: 120px;
  height: 150px;
  border: 1px solid var(--line);
  border-radius: 6px;
  object-fit: cover;
  object-position: center top;
}

.cv-modal-panel > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #445266;
  font-size: 1.08rem;
  line-height: 1.75;
}

.cv-lines {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.cv-lines span {
  display: block;
  background: rgba(255, 255, 255, 0.58);
  color: #405063;
  padding: 18px 20px;
  line-height: 1.6;
}

.cv-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: white;
  color: var(--navy);
  padding: 0 14px;
  font-size: 0.82rem;
  font-weight: 820;
  cursor: pointer;
}

.precision-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  background:
    linear-gradient(120deg, rgba(203, 160, 97, 0.2), transparent 36%),
    #faf7f0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.precision-section > p {
  margin: 0;
  color: #445266;
  font-size: clamp(1.16rem, 1.7vw, 1.44rem);
  line-height: 1.85;
}

.journey-summary {
  margin-top: clamp(24px, 4vw, 44px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.agreements {
  background: #f0ece3;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 76px);
}

.list-row {
  padding: 30px 0;
  border-top: 1px solid rgba(3, 22, 44, 0.16);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 86px),
    var(--navy);
  color: white;
}

.contact-section h2 {
  color: white;
}

.contact-section > div > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
  line-height: 1.8;
}

.contact-panel {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.13);
}

.contact-panel a,
.contact-panel p {
  margin: 0;
  background: rgba(255, 255, 255, 0.055);
  color: white;
  padding: 24px;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  font-weight: 720;
}

.contact-copy {
  display: grid;
  align-content: start;
}

.contact-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.contact-assurance span {
  border: 1px solid rgba(203, 160, 97, 0.38);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  padding: 10px 14px;
  font-size: 0.82rem;
  font-weight: 760;
}

.contact-premium-panel {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.contact-primary-card,
.contact-card-grid a,
.contact-location-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  color: white;
  text-decoration: none;
  padding: clamp(16px, 1.8vw, 22px);
}

.contact-primary-card {
  display: grid;
  min-height: 126px;
  align-content: end;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(135deg, var(--gold), #b88c4b);
  color: var(--navy);
}

.contact-primary-card::after {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(3, 22, 44, 0.22);
  content: "IO";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.9rem;
  letter-spacing: 0;
}

.contact-primary-card span,
.contact-card-grid span,
.contact-location-card span {
  color: currentColor;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
}

.contact-primary-card strong,
.contact-card-grid strong,
.contact-location-card strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(1rem, 1.15vw, 1.22rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-card-grid strong {
  font-size: clamp(0.92rem, 1vw, 1.08rem);
  white-space: nowrap;
}

.contact-primary-card small,
.contact-location-card small {
  display: block;
  max-width: 420px;
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.55;
  opacity: 0.72;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-card-grid a,
.contact-location-card {
  min-height: 96px;
}

.contact-card-grid a:hover,
.contact-primary-card:hover {
  transform: translateY(-2px);
}

.compact-contact-panel .contact-primary-card {
  min-height: 118px;
}

.compact-contact-panel .contact-card-grid a,
.compact-contact-panel .contact-location-card {
  min-height: 92px;
}

.page-hero {
  position: relative;
  display: grid;
  min-height: 64svh;
  align-content: end;
  overflow: hidden;
  padding: clamp(140px, 19vh, 210px) clamp(22px, 6vw, 104px) clamp(62px, 7vw, 96px);
  background:
    radial-gradient(circle at 82% 28%, rgba(203, 160, 97, 0.32), transparent 24%),
    radial-gradient(circle at 62% 72%, rgba(203, 160, 97, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(3, 22, 44, 1) 0%, rgba(3, 22, 44, 0.96) 44%, rgba(7, 38, 67, 0.92) 100%),
    var(--navy);
  color: white;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 96px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.22), #000 48%, rgba(0, 0, 0, 0.32));
  pointer-events: none;
}

.page-hero::after {
  position: absolute;
  right: clamp(26px, 8vw, 132px);
  bottom: clamp(34px, 7vw, 96px);
  content: "IO";
  color: rgba(203, 160, 97, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5.8rem, 16vw, 15rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.76;
  -webkit-text-stroke: 1px rgba(203, 160, 97, 0.22);
  text-shadow:
    8px 14px 32px rgba(0, 0, 0, 0.12),
    -12px -8px 54px rgba(203, 160, 97, 0.1);
  transform: perspective(820px) rotateY(-16deg) rotateX(5deg) translate3d(0, 0, 0);
  transform-origin: center;
  animation: page-hero-io 11s ease-in-out infinite;
  pointer-events: none;
}

.page-hero.ornament-left-high::after {
  right: auto;
  left: clamp(22px, 7vw, 116px);
  top: clamp(110px, 16vh, 170px);
  bottom: auto;
}

.page-hero.ornament-left-low::after {
  right: auto;
  left: clamp(28px, 8vw, 132px);
  bottom: clamp(30px, 6vw, 86px);
}

.page-hero.ornament-right-high::after {
  top: clamp(108px, 15vh, 164px);
  bottom: auto;
}

.page-hero.ornament-center-right::after {
  right: clamp(90px, 22vw, 360px);
  bottom: clamp(52px, 10vw, 140px);
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

@keyframes page-hero-io {
  0%,
  100% {
    opacity: 0.42;
    transform: perspective(820px) rotateY(-16deg) rotateX(5deg) translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.62;
    transform: perspective(820px) rotateY(-10deg) rotateX(2deg) translate3d(-5px, -4px, 12px);
  }
}

.page-hero h1 {
  max-width: 980px;
  margin: 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 7vw, 7.8rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.page-hero > p:not(.eyebrow) {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.8;
}

.page-hero .page-hero-extra {
  max-width: 820px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.24vw, 1.14rem);
}

.page-band {
  padding-top: clamp(76px, 8vw, 124px);
}

.page-proof {
  padding-top: clamp(60px, 7vw, 104px);
}

.pathologies-section {
  background: var(--navy);
}

.pathologies-section .section-heading h2 {
  color: white;
}

.pathology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.pathology-grid article {
  min-height: 260px;
  background: rgba(255, 255, 255, 0.055);
  padding: clamp(24px, 3vw, 38px);
}

.pathology-grid article.pathology-featured {
  background: rgba(255, 255, 255, 0.95);
}

.pathology-grid span {
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pathology-grid h3 {
  margin: 18px 0 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0;
}

.pathology-grid article.pathology-featured h3 {
  color: var(--navy);
}

.pathology-grid p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.pathology-grid article.pathology-featured p {
  color: #596677;
}

.specialty-pathology-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.specialty-pathology-grid article {
  min-height: 340px;
}

.pathology-modal-button {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  border: 1px solid rgba(203, 160, 97, 0.42);
  border-radius: 5px;
  background: transparent;
  color: var(--gold-bright);
  padding: 0 16px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pathology-modal-button::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(-45deg);
}

.pathology-modal-button:hover {
  border-color: var(--gold-bright);
  background: rgba(203, 160, 97, 0.12);
  transform: translateY(-1px);
}

.treatment-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 22px;
}

.treatment-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 22, 44, 0.78);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.appointment-success-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: grid;
  place-items: center;
  padding: 22px;
}

.appointment-success-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 22, 44, 0.8);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.appointment-success-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  border: 1px solid rgba(203, 160, 97, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 240, 0.98)),
    var(--porcelain);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.42);
  padding: clamp(30px, 5vw, 54px);
}

.appointment-success-panel h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
}

.appointment-success-panel p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #526074;
  font-size: 1.03rem;
  line-height: 1.75;
}

.modal-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 26px;
  border-radius: 5px;
  background: var(--gold);
  color: var(--navy);
  padding: 0 22px;
  font-weight: 800;
  text-decoration: none;
}

.treatment-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  max-height: min(820px, calc(100svh - 44px));
  border: 1px solid rgba(203, 160, 97, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 246, 240, 0.98)),
    var(--porcelain);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.42);
  padding: clamp(30px, 5vw, 62px);
  overflow-y: auto;
}

.treatment-modal-panel h2 {
  margin: 0;
  max-width: 780px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.5vw, 4.9rem);
  font-weight: 500;
  line-height: 0.96;
}

.treatment-modal-summary {
  max-width: 820px;
  margin: 22px 0 0;
  color: #526074;
  font-size: 1.08rem;
  line-height: 1.8;
}

.treatment-modal-extra {
  max-width: 880px;
  margin: 22px 0 0;
  color: #526074;
  font-size: 1rem;
  line-height: 1.85;
}

.treatment-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.treatment-group-stack {
  display: grid;
  gap: 34px;
  margin-top: 34px;
}

.treatment-detail-group,
.treatment-detail-note {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.treatment-detail-group > h3,
.treatment-detail-note > h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.treatment-detail-list {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.treatment-detail-list section {
  background: transparent;
  padding: 0;
}

.treatment-detail-list h4 {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.treatment-detail-list p,
.treatment-detail-note p {
  margin: 12px 0 0;
  color: #4a586b;
  line-height: 1.72;
}

.treatment-detail-grid section {
  background: rgba(255, 255, 255, 0.68);
  padding: clamp(20px, 3vw, 30px);
}

.treatment-detail-grid h3 {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.treatment-detail-grid p {
  margin: 12px 0 0;
  color: #4a586b;
  line-height: 1.72;
}

.empty-state {
  max-width: 620px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: clamp(24px, 4vw, 42px);
}

.empty-state.dark {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.empty-state h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  font-weight: 500;
}

.empty-state.dark h3 {
  color: white;
}

.empty-state p {
  margin: 14px 0 0;
  color: #596677;
  line-height: 1.75;
}

.empty-state.dark p {
  color: rgba(255, 255, 255, 0.68);
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
  padding: clamp(70px, 8vw, 124px) clamp(22px, 6vw, 104px);
  background: #f1ede4;
}

.booking-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.booking-copy p:not(.eyebrow) {
  color: #4d5a6b;
  font-size: 1.08rem;
  line-height: 1.8;
}

.booking-proof-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.booking-proof-list li {
  position: relative;
  border-left: 2px solid var(--gold);
  color: var(--navy);
  font-weight: 740;
  line-height: 1.55;
  padding-left: 18px;
}

.appointment-form {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  padding: clamp(24px, 3vw, 42px);
}

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

.appointment-form label {
  display: grid;
  gap: 8px;
}

.appointment-form span,
.form-note {
  color: #445266;
  font-size: 0.82rem;
  font-weight: 780;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(3, 22, 44, 0.16);
  border-radius: 5px;
  background: white;
  color: var(--ink);
  padding: 13px;
  outline: none;
}

.appointment-form button {
  min-height: 52px;
  border: 0;
  border-radius: 5px;
  background: var(--navy);
  color: white;
  font-weight: 850;
  cursor: pointer;
}

.privacy-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.website-field {
  position: absolute;
  left: -9999px;
}

.form-status {
  margin: 0;
  border-radius: 5px;
  padding: 12px 14px;
  font-weight: 760;
}

.form-status.sent {
  background: rgba(22, 101, 52, 0.1);
  color: #166534;
}

.form-status.error {
  background: rgba(159, 18, 57, 0.1);
  color: #9f1239;
}

.standalone-contact {
  min-height: auto;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: 34px clamp(22px, 6vw, 104px);
  background: #020f1f;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.footer-brand {
  display: block;
}

.footer-brand img {
  width: 86px;
  height: auto;
  opacity: 0.9;
}

footer span {
  color: white;
  font-weight: 760;
}

footer small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
}

.footer-links nav:first-child {
  order: 2;
  gap: 12px;
}

.footer-links nav:last-child {
  order: 1;
}

.footer-links nav:first-child a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 191, 130, 0.35);
  border-radius: 50%;
  color: rgba(226, 191, 130, 0.88);
  font-size: 0.78rem;
  font-weight: 820;
}

footer a {
  transition: color 180ms ease;
}

footer a:hover {
  color: var(--gold-bright);
}

.legal-section {
  display: grid;
  gap: 1px;
  padding: clamp(52px, 7vw, 92px) clamp(22px, 6vw, 104px);
  background: var(--paper);
}

.legal-section article {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(28px, 4vw, 48px) 0;
  border-bottom: 1px solid var(--line);
}

.legal-section article:first-child {
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.04;
}

.legal-section p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.8;
}

.legal-section a:not(.primary-button) {
  color: var(--navy);
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: rgba(203, 160, 97, 0.55);
  text-underline-offset: 4px;
}

.legal-cta-section article {
  align-items: start;
}

.legal-cta {
  width: fit-content;
  margin-top: 22px;
}

.admin-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 292px 1fr;
  background:
    radial-gradient(circle at 80% 12%, rgba(203, 160, 97, 0.16), transparent 25%),
    #f5f6f7;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 30px 24px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
}

.admin-sidebar img {
  width: 190px;
  height: auto;
}

.admin-sidebar nav {
  display: grid;
  gap: 7px;
  margin-top: 38px;
}

.admin-sidebar a {
  border-radius: 5px;
  color: var(--navy);
  padding: 12px 10px;
  font-weight: 760;
}

.admin-sidebar a:hover {
  background: #f0ece3;
}

.admin-main {
  padding: clamp(26px, 4vw, 56px);
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.admin-topbar h1,
.editor-section h2,
.collection-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.admin-topbar h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.admin-topbar p:not(.eyebrow) {
  max-width: 740px;
  color: var(--muted);
  line-height: 1.7;
}

.admin-message {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  padding: 14px 16px;
  color: var(--muted);
}

.admin-message.saved {
  border-color: rgba(21, 128, 61, 0.28);
  color: #166534;
}

.admin-message.error {
  border-color: rgba(190, 18, 60, 0.28);
  color: #9f1239;
}

.editor-section {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(3, 22, 44, 0.045);
  padding: clamp(20px, 3vw, 34px);
}

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

.field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.field span {
  color: #3d4656;
  font-size: 0.82rem;
  font-weight: 820;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(3, 22, 44, 0.18);
  border-radius: 5px;
  background: #fbfcfc;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(203, 160, 97, 0.18);
}

.collection {
  margin-top: 24px;
}

.collection-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.collection-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.editor-item {
  border: 1px solid rgba(3, 22, 44, 0.12);
  border-radius: 7px;
  background: #fbfcfc;
  padding: 18px;
}

.detail-editor {
  margin-top: 18px;
  border-top: 1px solid rgba(3, 22, 44, 0.1);
  padding-top: 18px;
}

.detail-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.detail-editor-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-editor-item {
  margin-top: 14px;
  border: 1px solid rgba(3, 22, 44, 0.1);
  border-radius: 6px;
  background: white;
  padding: 14px;
}

.ghost-button {
  min-height: 38px;
  margin-top: 14px;
  border: 1px solid rgba(3, 22, 44, 0.16);
  border-radius: 5px;
  background: white;
  color: var(--navy);
  padding: 0 14px;
  cursor: pointer;
}

.admin-count {
  border-radius: 999px;
  background: #f0ece3;
  color: var(--navy);
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 800;
}

.appointments-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.appointment-row {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) 1fr;
  gap: 18px;
  border: 1px solid rgba(3, 22, 44, 0.12);
  border-radius: 7px;
  background: #fbfcfc;
  padding: 18px;
}

.appointment-row span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.appointment-row h3 {
  margin: 8px 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.appointment-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.appointment-row dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.appointment-row dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.appointment-row dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 720;
}

.appointment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.appointment-actions button {
  min-height: 34px;
  border: 1px solid rgba(3, 22, 44, 0.14);
  border-radius: 999px;
  background: white;
  color: var(--navy);
  padding: 0 12px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.appointment-actions button.is-active {
  border-color: var(--gold);
  background: var(--gold);
}

.cookie-banner {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  width: min(calc(100% - 32px), 680px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(3, 22, 44, 0.96);
  box-shadow: 0 24px 70px rgba(3, 22, 44, 0.34);
  color: white;
  padding: 20px;
}

.cookie-banner strong {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.cookie-banner p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-actions a,
.cookie-actions button {
  min-height: 42px;
  border-radius: 5px;
  padding: 0 14px;
  font-weight: 850;
}

.cookie-actions a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
  text-decoration: none;
}

.cookie-actions button {
  border: 0;
  background: var(--gold);
  color: var(--navy);
  cursor: pointer;
}

.empty-state {
  margin: 0;
  color: var(--muted);
}

.admin-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 86% 10%, rgba(203, 160, 97, 0.16), transparent 28%),
    linear-gradient(135deg, #061c36 0%, var(--navy) 54%, #082442 100%);
  color: white;
}

.admin-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 0;
  min-height: 100vh;
}

.admin-login-layout {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(28px, 6vw, 82px);
}

.admin-menu {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  gap: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 15, 31, 0.74);
  padding: 34px 22px;
}

.admin-menu img {
  width: 152px;
  height: auto;
}

.admin-menu nav {
  display: grid;
  gap: 8px;
}

.admin-menu a,
.admin-menu button {
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 12px 14px;
  text-align: left;
}

.admin-menu a.active,
.admin-menu a:hover,
.admin-menu button:hover {
  border-color: rgba(203, 160, 97, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.admin-menu form {
  margin-top: auto;
}

.admin-main {
  display: grid;
  align-content: start;
  gap: 22px;
  width: min(100%, 1320px);
  padding: clamp(28px, 4vw, 54px);
}

.admin-head {
  display: grid;
  gap: 10px;
  max-width: 980px;
}

.admin-head p,
.admin-panel legend,
.admin-request span {
  margin: 0;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.admin-head h1 {
  margin: 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
}

.admin-head span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.6;
}

.admin-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-quick-actions a {
  border: 1px solid rgba(203, 160, 97, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: white;
  font-weight: 850;
  padding: 10px 14px;
  text-decoration: none;
}

.admin-quick-actions a:hover {
  background: rgba(203, 160, 97, 0.16);
}

.admin-cards article,
.admin-panel,
.admin-request,
.admin-login {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 60px rgba(2, 15, 31, 0.18);
}

.admin-cards article {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.admin-cards span {
  color: rgba(255, 255, 255, 0.64);
  font-weight: 800;
}

.admin-cards strong {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}

.admin-panel,
.admin-request {
  padding: clamp(20px, 3vw, 32px);
}

.admin-panel-highlight {
  border-color: rgba(203, 160, 97, 0.38);
  background:
    radial-gradient(circle at 92% 12%, rgba(203, 160, 97, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.04);
}

.admin-panel h2,
.admin-request h2 {
  margin: 0 0 12px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  font-weight: 500;
}

.admin-panel p,
.admin-request p,
.admin-request dd {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.admin-panel code {
  color: var(--gold-bright);
}

.admin-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.admin-status-item {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(2, 15, 31, 0.2);
  padding: 16px;
}

.admin-status-item span,
.admin-badge {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-status-item strong {
  color: white;
  font-size: 1.02rem;
}

.admin-status-item.warn {
  border-color: rgba(203, 160, 97, 0.42);
  background: rgba(203, 160, 97, 0.12);
}

.admin-form {
  display: grid;
  gap: 18px;
}

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

.admin-form fieldset {
  display: grid;
  gap: 16px;
}

.admin-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.admin-form input,
.admin-form textarea,
.admin-form select,
.admin-inline-actions select,
.admin-login input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  font: inherit;
  padding: 13px 14px;
}

.admin-form textarea {
  min-height: 96px;
  resize: vertical;
}

.admin-help {
  margin: 0;
  max-width: 860px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
}

.admin-help code {
  color: var(--gold-bright);
}

.admin-form button,
.admin-inline-actions button,
.admin-login button {
  width: fit-content;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0 20px;
}

.admin-form-actions,
.admin-head-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.admin-head-actions {
  margin-top: 14px;
}

.admin-preview-link,
.admin-export-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  padding: 0 16px;
  text-decoration: none;
}

.admin-preview-link:hover,
.admin-export-form button:hover {
  border-color: rgba(203, 160, 97, 0.55);
  color: var(--gold-bright);
}

.admin-export-form {
  display: inline-flex;
  margin: 0;
}

.admin-inline-actions .danger {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.admin-notice {
  display: grid;
  gap: 4px;
  width: min(100%, 780px);
  margin: 0;
  border: 1px solid rgba(203, 160, 97, 0.42);
  border-radius: 8px;
  background: rgba(203, 160, 97, 0.16);
  color: white;
  padding: 14px 16px;
}

.admin-notice strong {
  font-weight: 900;
}

.admin-notice span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
  line-height: 1.45;
}

.admin-notice.success {
  border-color: rgba(112, 210, 145, 0.45);
  background: rgba(112, 210, 145, 0.14);
}

.admin-notice.warn {
  border-color: rgba(203, 160, 97, 0.5);
  background: rgba(203, 160, 97, 0.16);
}

.admin-notice.error {
  border-color: rgba(255, 120, 120, 0.55);
  background: rgba(255, 120, 120, 0.14);
}

.admin-photo-tools {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.admin-photo-tools img,
.admin-photo-placeholder {
  width: 96px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.admin-photo-tools img {
  object-fit: cover;
}

.admin-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 8px;
  text-align: center;
}

.admin-photo-tools input[type="file"] {
  padding: 13px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
}

.admin-photo-name {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 700;
}

.admin-request {
  display: grid;
  gap: 22px;
}

.admin-request-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.admin-badge-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.admin-badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 10px;
}

.admin-badge.good {
  border-color: rgba(203, 160, 97, 0.42);
  background: rgba(203, 160, 97, 0.16);
}

.admin-badge.warn {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.74);
}

.admin-request dl {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 10px 18px;
  margin: 0;
}

.admin-request dt {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 850;
}

.admin-request dd {
  margin: 0;
}

.admin-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-inline-actions select {
  max-width: 180px;
}

.admin-login {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(340px, 0.82fr);
  gap: clamp(28px, 4vw, 52px);
  width: min(calc(100% - 56px), 1040px);
  padding: clamp(34px, 4vw, 52px);
  overflow: hidden;
}

.admin-login::before {
  position: absolute;
  top: clamp(28px, 4vw, 52px);
  bottom: clamp(28px, 4vw, 52px);
  left: calc(50% - 1px);
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.14);
}

.admin-login-brand {
  display: grid;
  align-content: start;
  gap: 16px;
  max-width: 460px;
}

.admin-login-brand img {
  width: min(190px, 70%);
}

.admin-login-brand p {
  margin: 10px 0 0;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.admin-login-brand h1 {
  margin: 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.admin-login-brand span {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.6;
}

.admin-login-form {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-self: end;
  gap: 16px;
  width: min(100%, 440px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(2, 15, 31, 0.18);
  padding: clamp(22px, 3vw, 32px);
}

.admin-login form {
  display: grid;
  gap: 16px;
}

.admin-login label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

@media (max-width: 1080px) {
  .hero-grid,
  .appointment-dock,
  .split-section,
  .precision-section,
  .contact-section,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: sticky;
    top: 0;
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 0;
    left: 0;
    background:
      linear-gradient(180deg, rgba(3, 22, 44, 0.98) 0%, rgba(3, 22, 44, 0.9) 55%, rgba(3, 22, 44, 0.78) 100%),
      var(--navy);
  }

  .site-header::after {
    position: absolute;
    right: 0;
    bottom: -76px;
    left: 0;
    height: 76px;
    content: "";
    background: linear-gradient(180deg, rgba(3, 22, 44, 0.78), rgba(3, 22, 44, 0));
    pointer-events: none;
  }

  .desktop-nav {
    display: none;
  }

  .nav-social-links {
    display: none;
  }

  .mobile-social-links {
    display: inline-flex;
  }

  .mobile-menu {
    display: block;
    justify-self: center;
  }

  .hero-grid {
    min-height: auto;
    align-items: start;
    padding-bottom: 48svh;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(3, 22, 44, 0.97) 0%, rgba(3, 22, 44, 0.9) 48%, rgba(3, 22, 44, 0.46) 100%),
      var(--navy);
  }

  .hero-team-image {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45svh;
    opacity: 0.9;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-team-image::after {
    background:
      linear-gradient(180deg, rgba(3, 22, 44, 0.84) 0%, rgba(3, 22, 44, 0.36) 18%, rgba(3, 22, 44, 0.04) 54%, rgba(3, 22, 44, 0.42) 100%),
      linear-gradient(90deg, rgba(3, 22, 44, 0.18), rgba(3, 22, 44, 0.02), rgba(3, 22, 44, 0.18));
  }

  .hero-team-image img {
    object-position: center 34%;
  }

  .journey-grid,
  .medical-proof-grid,
  .team-grid,
  .two-column,
  .pathology-grid,
  .booking-section,
  .flow-cta,
  .appointment-row {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clinical-grid,
  .form-grid,
  .appointment-row dl,
  .treatment-detail-grid,
  .editor-grid,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .doctor-photo {
    object-position: center 34%;
  }

  .flow-cta-actions {
    justify-content: flex-start;
  }

  .treatment-modal-panel {
    max-height: calc(100svh - 28px);
    padding: 30px 20px;
  }

  .page-hero::after {
    right: 18px;
    bottom: 30px;
    font-size: clamp(4.8rem, 24vw, 8rem);
    opacity: 0.3;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
  }

  .admin-layout,
  .admin-cards,
  .admin-grid-2,
  .admin-status-grid {
    grid-template-columns: 1fr;
  }

  .admin-menu {
    position: relative;
    height: auto;
  }

  .admin-login {
    grid-template-columns: 1fr;
  }

  .admin-login::before {
    display: none;
  }

  .admin-login-form {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .site-header {
    gap: 14px;
    padding: 26px 16px 18px;
  }

  .hero-grid {
    padding-top: 86px;
    padding-bottom: 44svh;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.55rem);
  }

  .hero-team-image {
    height: 40svh;
  }

  .page-hero::after {
    bottom: 22px;
    font-size: clamp(4rem, 26vw, 6.8rem);
  }

  .hero-actions,
  footer,
  .admin-topbar,
  .collection-head {
    align-items: center;
    flex-direction: column;
  }

  .footer-links {
    width: 100%;
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }

  .footer-links nav:first-child {
    order: 1;
  }

  .footer-links nav:last-child {
    order: 2;
  }

  footer nav {
    justify-content: center;
  }

  .legal-section article {
    grid-template-columns: 1fr;
  }

  .admin-login-layout {
    align-items: start;
    padding: 22px 16px;
  }

  .admin-login {
    padding: 28px 20px;
  }

  .admin-login-brand h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .admin-login-brand img {
    width: 170px;
  }

  .admin-main {
    padding: 24px 16px;
  }

  .admin-request dl {
    grid-template-columns: 1fr;
  }

  .admin-request-head {
    flex-direction: column;
  }

  .admin-inline-actions select,
  .admin-form button,
  .admin-inline-actions button,
  .admin-login button {
    width: 100%;
  }

  .primary-button,
  .secondary-button,
  .admin-save,
  .collection-head button {
    width: 100%;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-actions a,
  .cookie-actions button {
    justify-content: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero::after {
    animation: none;
  }
}
