/*
Theme Name: StephMed Expert Brand
Theme URI: https://stephmed.com/
Author: StephMed / Codex
Description: Premium personal brand theme for Stephanie McGee, MD, MPH, DABOM.
Version: 1.0.0
License: Proprietary
Text Domain: stephmed-expert
*/
:root {
  --ink: #171716;
  --charcoal: #262623;
  --wine: #bd6d86;
  --wine-deep: #25543f;
  --moss: #3f704f;
  --moss-light: #7da77a;
  --moss-pale: #eaf3e9;
  --brass: #c89b45;
  --gold-soft: #f4dfac;
  --rose: #f6dce4;
  --linen: #ffffff;
  --porcelain: #ffffff;
  --smoke: #ece7df;
  --shadow: 0 24px 80px rgba(37, 84, 63, 0.13);
  --shadow-strong: 0 36px 120px rgba(37, 84, 63, 0.18);
  --cursor-x: 0;
  --cursor-y: 0;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(200, 155, 69, 0.18), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(63, 112, 79, 0.14), transparent 28%),
    linear-gradient(150deg, rgba(246, 220, 228, 0.34), transparent 42%),
    #ffffff;
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(37, 84, 63, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(189, 109, 134, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  z-index: -2;
}

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

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

.site-shell {
  min-height: 100vh;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(234, 243, 233, 0.6), rgba(255, 255, 255, 0.9) 34%),
    rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(37, 84, 63, 0.1);
  box-shadow: 0 12px 34px rgba(37, 84, 63, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: block;
  width: clamp(300px, 32vw, 430px);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(37, 84, 63, 0.08));
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--porcelain);
  background: var(--wine-deep);
  border: 1px solid rgba(200, 155, 69, 0.72);
  box-shadow: 0 0 0 4px rgba(200, 155, 69, 0.12);
  border-radius: 50%;
  font-family: "Fraunces", serif;
  font-size: 15px;
  letter-spacing: 0;
}

.brand strong,
.footer strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 18px;
}

.brand small,
.footer span {
  display: block;
  color: rgba(23, 18, 15, 0.62);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 28px);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  color: var(--porcelain);
  background: linear-gradient(135deg, var(--wine-deep), var(--moss));
  border: 1px solid rgba(200, 155, 69, 0.5);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px rgba(244, 223, 172, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 84, 63, 0.16), inset 0 0 0 1px rgba(244, 223, 172, 0.22);
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-links .nav-cta::after {
  content: none;
  display: none;
}

.nav-toggle {
  display: none;
}

.section,
.section-grid,
.footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(58px, 7vw, 96px) 0 82px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 20px auto auto -8vw;
  width: min(440px, 42vw);
  height: min(440px, 42vw);
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(244, 223, 172, 0.45), transparent 62%),
    conic-gradient(from 210deg, rgba(189, 109, 134, 0.16), rgba(37, 84, 63, 0.16), transparent 44%);
  border-radius: 50%;
  filter: blur(2px);
  transform: translate(calc(var(--cursor-x) * 18px), calc(var(--cursor-y) * 18px));
  z-index: -1;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--moss);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(54px, 8vw, 116px);
}

h2 {
  font-size: clamp(38px, 5vw, 74px);
}

h3 {
  font-size: clamp(30px, 4vw, 52px);
}

p {
  color: rgba(23, 18, 15, 0.72);
  line-height: 1.72;
}

.lede {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: clamp(18px, 2vw, 22px);
}

.motif-mini {
  position: relative;
  width: 94px;
  height: 42px;
  margin-bottom: 22px;
}

.motif-mini span,
.motif-mini i {
  position: absolute;
  display: block;
}

.motif-mini span:first-child {
  left: 0;
  top: 9px;
  width: 48px;
  height: 22px;
  border-top: 4px solid var(--wine);
  border-radius: 60px 60px 0 0;
  transform: rotate(-8deg);
}

.motif-mini span:nth-child(2) {
  right: 0;
  top: 9px;
  width: 48px;
  height: 22px;
  border-top: 4px solid var(--brass);
  border-radius: 60px 60px 0 0;
  transform: rotate(8deg);
}

.motif-mini i {
  left: 44px;
  top: 0;
  width: 5px;
  height: 42px;
  background: var(--wine-deep);
  border-radius: 999px;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-proof span,
.booking-fit span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(37, 84, 63, 0.14);
  border-radius: 999px;
  color: var(--moss);
  background: rgba(234, 243, 233, 0.72);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(23, 18, 15, 0.16);
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -60%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-18deg);
  transition: left 460ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(43, 37, 32, 0.14);
}

.button:hover::before {
  left: 120%;
}

.button.primary {
  color: var(--porcelain);
  background: linear-gradient(135deg, var(--wine-deep), var(--moss));
  border-color: var(--wine-deep);
  box-shadow: inset 0 0 0 1px rgba(244, 223, 172, 0.28);
}

.button.ghost {
  color: var(--ink);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(244, 223, 172, 0.3));
  border-color: rgba(200, 155, 69, 0.44);
}

.portrait-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 610px;
}

.portrait-orbit {
  position: absolute;
  inset: -18px -36px 96px 34px;
  border: 1px solid rgba(200, 155, 69, 0.5);
  border-radius: 260px 260px 14px 14px;
  transform: translate(calc(var(--cursor-x) * -10px), calc(var(--cursor-y) * -10px)) rotate(-2deg);
  pointer-events: none;
}

.portrait-stage::before {
  content: "";
  position: absolute;
  inset: 18px -18px 70px 70px;
  background:
    linear-gradient(145deg, var(--moss), var(--moss-light) 46%, var(--brass));
  border-radius: 220px 220px 8px 8px;
  transform: rotate(3deg);
  box-shadow: 0 30px 90px rgba(37, 84, 63, 0.2);
}

.portrait-card {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
  height: min(68vh, 680px);
  min-height: 560px;
  border: 1px solid rgba(200, 155, 69, 0.58);
  outline: 10px solid rgba(244, 223, 172, 0.34);
  outline-offset: -22px;
  border-radius: 220px 220px var(--radius) var(--radius);
  box-shadow: var(--shadow-strong);
  background: linear-gradient(160deg, var(--rose), #ffffff 52%, rgba(63, 112, 79, 0.18));
}

.portrait-card img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  filter: saturate(0.96) contrast(1.05) brightness(1.03);
}

.floating-note {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(200, 155, 69, 0.42);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 223, 172, 0.3));
  box-shadow: 0 18px 48px rgba(37, 84, 63, 0.14);
  backdrop-filter: blur(14px);
}

.floating-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.floating-note strong {
  font-family: "Fraunces", serif;
  font-size: 20px;
  line-height: 1.1;
}

.note-top {
  top: auto;
  left: auto;
}

.note-bottom {
  right: auto;
  bottom: auto;
}

.credibility-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 92px;
  overflow: hidden;
  border: 1px solid rgba(37, 84, 63, 0.11);
  border-radius: var(--radius);
  background: rgba(37, 84, 63, 0.12);
  box-shadow: 0 20px 70px rgba(37, 84, 63, 0.08);
}

.credibility-strip div {
  position: relative;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(234, 243, 233, 0.58)),
    #ffffff;
}

.credibility-strip div::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wine), var(--brass));
  opacity: 0.55;
}

.credibility-strip span {
  display: block;
  color: var(--brass);
  font-family: "Fraunces", serif;
  font-size: 24px;
}

.credibility-strip strong {
  display: block;
  margin-top: 8px;
  color: rgba(23, 18, 15, 0.7);
  font-size: 13px;
  line-height: 1.4;
}

.section {
  padding: 92px 0;
}

.motif-section {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.motif-section > * {
  position: relative;
  z-index: 1;
}

.motif-section::before {
  content: "";
  position: absolute;
  top: 58px;
  right: max(-60px, -4vw);
  width: 190px;
  height: 120px;
  pointer-events: none;
  opacity: 0.22;
  background:
    radial-gradient(ellipse at 35% 26%, transparent 30%, rgba(189, 109, 134, 0.5) 31%, rgba(189, 109, 134, 0.5) 35%, transparent 36%),
    radial-gradient(ellipse at 65% 26%, transparent 30%, rgba(200, 155, 69, 0.58) 31%, rgba(200, 155, 69, 0.58) 35%, transparent 36%),
    linear-gradient(90deg, transparent 48%, rgba(37, 84, 63, 0.55) 49%, rgba(37, 84, 63, 0.55) 52%, transparent 53%);
  z-index: 0;
}

.intro-section {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  border: 1px solid rgba(37, 84, 63, 0.13);
  border-left: 0;
  border-right: 0;
  background:
    linear-gradient(90deg, rgba(234, 243, 233, 0.72), transparent 34%),
    linear-gradient(180deg, rgba(244, 223, 172, 0.18), transparent),
    radial-gradient(circle at 86% 50%, rgba(200, 155, 69, 0.22), transparent 26%);
  padding-left: clamp(18px, 4vw, 42px);
  padding-right: clamp(18px, 4vw, 42px);
}

.intro-copy p {
  max-width: 780px;
  font-size: 20px;
}

.intro-visual {
  position: relative;
  min-height: 520px;
}

.intro-visual::before {
  content: "";
  position: absolute;
  inset: 28px 18px 62px -10px;
  border: 1px solid rgba(200, 155, 69, 0.62);
  border-radius: 160px 160px var(--radius) var(--radius);
  background: linear-gradient(145deg, rgba(63, 112, 79, 0.9), rgba(200, 155, 69, 0.72));
  transform: rotate(-4deg);
}

.intro-portrait {
  position: relative;
  overflow: hidden;
  height: 430px;
  border: 1px solid rgba(200, 155, 69, 0.6);
  border-radius: 160px 160px var(--radius) var(--radius);
  box-shadow: 0 24px 70px rgba(37, 84, 63, 0.16);
}

.intro-portrait img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: saturate(0.95) contrast(1.03) brightness(1.02);
}

.intro-seal {
  position: relative;
  z-index: 2;
  width: min(245px, 85%);
  margin: -52px 0 0 auto;
  padding: 18px;
  border: 1px solid rgba(200, 155, 69, 0.48);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 54px rgba(37, 84, 63, 0.14);
}

.intro-seal span {
  display: block;
  margin-bottom: 8px;
  color: var(--brass);
  font-family: "Fraunces", serif;
  font-size: 26px;
}

.intro-seal strong {
  color: var(--moss);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.intro-focus {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  padding-top: 8px;
}

.intro-focus span {
  padding: 8px 10px;
  border: 1px solid rgba(37, 84, 63, 0.14);
  border-radius: 999px;
  color: var(--moss);
  background: rgba(234, 243, 233, 0.82);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 44px;
}

.expertise-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
}

.topic-list {
  display: grid;
  gap: 10px;
  align-self: start;
  padding: 12px;
  border: 1px solid rgba(37, 84, 63, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(234, 243, 233, 0.58), rgba(255, 255, 255, 0.8));
}

.topic-button {
  min-height: 68px;
  padding: 0 18px;
  border: 1px solid rgba(37, 84, 63, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-align: left;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.topic-button:hover,
.topic-button.active {
  color: var(--porcelain);
  background: linear-gradient(135deg, var(--wine-deep), var(--moss));
  transform: translateX(4px);
}

.topic-panel {
  position: relative;
  min-height: 430px;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(200, 155, 69, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(37, 84, 63, 0.96), rgba(63, 112, 79, 0.9) 55%, rgba(200, 155, 69, 0.78)),
    url("https://stephmed.com/wp-content/uploads/2025/03/Designer-585x1024.jpeg") center/cover;
  box-shadow: var(--shadow-strong);
}

.panel-motif {
  position: absolute;
  top: 34px;
  right: 40px;
  width: 170px;
  height: 104px;
  opacity: 0.2;
  background:
    radial-gradient(ellipse at 35% 28%, transparent 34%, #f6dce4 35%, #f6dce4 41%, transparent 42%),
    radial-gradient(ellipse at 65% 28%, transparent 34%, #f4dfac 35%, #f4dfac 41%, transparent 42%),
    linear-gradient(90deg, transparent 48%, #ffffff 49%, #ffffff 52%, transparent 53%);
}

.topic-panel,
.topic-panel p {
  color: var(--porcelain);
}

.topic-panel p {
  max-width: 660px;
  color: rgba(255, 250, 243, 0.78);
  font-size: 20px;
}

.topic-panel ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.topic-panel li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(255, 250, 243, 0.88);
  font-weight: 800;
}

.topic-panel li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brass);
}

.panel-number {
  display: inline-block;
  margin-bottom: 88px;
  color: var(--brass);
  font-family: "Fraunces", serif;
  font-size: 64px;
}

.speaking-section,
.bio-section,
.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
}

.band-section {
  position: relative;
  width: min(1280px, calc(100% - 28px));
  padding: clamp(42px, 6vw, 82px) clamp(18px, 4vw, 48px);
  border: 1px solid rgba(37, 84, 63, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(234, 243, 233, 0.72), rgba(255, 255, 255, 0.86) 44%, rgba(244, 223, 172, 0.24)),
    #ffffff;
}

.image-band {
  overflow: hidden;
  height: 720px;
  border-radius: var(--radius);
  border: 1px solid rgba(200, 155, 69, 0.38);
  box-shadow: var(--shadow-strong);
}

.image-band img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(1.02);
}

.speaking-copy p,
.bio-copy p,
.booking-copy p {
  font-size: 18px;
}

.talk-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.talk-grid div {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-top: 1px solid rgba(37, 84, 63, 0.14);
  background: linear-gradient(90deg, rgba(234, 243, 233, 0.62), transparent 62%);
  padding-left: 14px;
}

.talk-grid strong {
  font-family: "Fraunces", serif;
  font-size: 22px;
}

.talk-grid span {
  color: rgba(23, 18, 15, 0.7);
  line-height: 1.55;
}

.topics-section {
  padding: 46px 0;
  border-top: 1px solid rgba(37, 84, 63, 0.12);
  border-bottom: 1px solid rgba(189, 109, 134, 0.16);
  background: linear-gradient(90deg, transparent, rgba(244, 223, 172, 0.2), transparent);
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  gap: 18px;
  animation: marquee 34s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  padding: 0 24px;
  border: 1px solid rgba(37, 84, 63, 0.12);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(234, 243, 233, 0.84), rgba(244, 223, 172, 0.48), rgba(246, 220, 228, 0.32));
  box-shadow: inset 0 -4px 0 rgba(200, 155, 69, 0.2);
  font-family: "Fraunces", serif;
  font-size: clamp(24px, 3vw, 42px);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.bio-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--wine-deep);
  border: 1px solid rgba(200, 155, 69, 0.46);
  box-shadow: var(--shadow-strong);
}

.bio-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bio-card-copy {
  padding: 24px;
  color: var(--porcelain);
}

.bio-card-copy span {
  color: var(--brass);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.bio-card-copy p {
  margin-bottom: 0;
  color: rgba(255, 250, 243, 0.72);
}

.booking-section {
  align-items: start;
  margin-bottom: 60px;
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 155, 69, 0.36);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 220, 228, 0.48)),
    linear-gradient(90deg, rgba(63, 112, 79, 0.18), rgba(244, 223, 172, 0.26), transparent);
  box-shadow: var(--shadow-strong);
}

.booking-section::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -60px;
  width: 320px;
  height: 220px;
  pointer-events: none;
  opacity: 0.18;
  background:
    radial-gradient(ellipse at 36% 28%, transparent 34%, var(--wine) 35%, var(--wine) 40%, transparent 41%),
    radial-gradient(ellipse at 64% 28%, transparent 34%, var(--brass) 35%, var(--brass) 40%, transparent 41%),
    linear-gradient(90deg, transparent 48%, var(--wine-deep) 49%, var(--wine-deep) 52%, transparent 53%);
}

.booking-copy,
.booking-form {
  position: relative;
  z-index: 1;
}

.booking-mark {
  width: 96px;
  height: 54px;
  margin-bottom: 18px;
  background:
    radial-gradient(ellipse at 35% 28%, transparent 31%, rgba(189, 109, 134, 0.72) 32%, rgba(189, 109, 134, 0.72) 39%, transparent 40%),
    radial-gradient(ellipse at 65% 28%, transparent 31%, rgba(200, 155, 69, 0.82) 32%, rgba(200, 155, 69, 0.82) 39%, transparent 40%),
    linear-gradient(90deg, transparent 48%, var(--wine-deep) 49%, var(--wine-deep) 53%, transparent 54%);
}

.booking-fit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

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

label {
  display: grid;
  gap: 8px;
}

label span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 14px;
  border: 1px solid rgba(37, 84, 63, 0.16);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  font: inherit;
  outline: none;
  transition: border 180ms ease, box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 4px rgba(127, 31, 45, 0.12);
}

.full {
  grid-column: 1 / -1;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 46px;
  border-top: 1px solid rgba(37, 84, 63, 0.14);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.image-band,
.portrait-card,
.bio-card,
.topic-panel,
.booking-section {
  transition: transform 360ms ease, box-shadow 360ms ease;
}

.image-band:hover,
.portrait-card:hover,
.bio-card:hover,
.topic-panel:hover,
.booking-section:hover {
  transform: translateY(-3px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
.nav-toggle {
    display: inline-grid;
    place-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(37, 84, 63, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.88);
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid rgba(37, 84, 63, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .nav {
    gap: 14px;
  }

  .brand-logo {
    width: 260px;
  }

  .nav.open .nav-links {
    display: flex;
  }

  .hero,
  .speaking-section,
  .bio-section,
  .booking-section,
  .intro-section,
  .expertise-layout {
    grid-template-columns: 1fr;
  }

  .band-section {
    width: min(100% - 28px, 1180px);
  }

  .intro-visual {
    width: min(430px, 100%);
    margin: 0 auto;
  }

  .hero {
    min-height: auto;
  }

  .portrait-stage {
    min-height: auto;
  }

  .portrait-card {
    height: 620px;
    min-height: 0;
  }

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

  .image-band {
    height: 620px;
  }
}

@media (max-width: 620px) {
  .section,
  .section-grid,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    padding: 14px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand-logo {
    width: min(210px, 64vw);
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-proof,
  .booking-fit {
    gap: 8px;
  }

  .hero-actions,
  .footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .portrait-stage::before {
    inset: 16px 8px 42px 38px;
  }

  .portrait-card {
    height: 520px;
  }

  .floating-note {
    position: relative;
    width: 100%;
    margin-top: 10px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .motif-section::before,
  .booking-section::after {
    opacity: 0.1;
  }

  .credibility-strip,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .panel-number {
    margin-bottom: 42px;
  }

  .topic-panel {
    min-height: auto;
  }

  .image-band {
    height: 540px;
  }
}
