:root {
  --navy: #062342;
  --navy-2: #0b2f57;
  --ink: #10213e;
  --muted: #6e665e;
  --ivory: #fbf7ef;
  --offwhite: #f8f2e9;
  --champagne: #e8dac7;
  --gold: #c79a54;
  --gold-strong: #b78336;
  --line: rgba(199, 154, 84, 0.28);
  --line-blue: rgba(255, 248, 239, 0.18);
  --shadow: 0 18px 48px rgba(7, 35, 66, 0.12);
  --container: 1240px;
  --radius: 8px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(199, 154, 84, 0.7);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(199, 154, 84, 0.18);
  background: rgba(255, 248, 239, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 132px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.9;
  transition:
    color 0.18s ease,
    opacity 0.18s ease;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 22px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-dark {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 14px 30px rgba(6, 35, 66, 0.18);
}

.btn-dark:hover {
  background: #0a2b50;
}

.btn-light {
  border-color: rgba(183, 131, 54, 0.42);
  background: rgba(255, 255, 255, 0.42);
  color: var(--gold-strong);
}

.btn-light:hover {
  background: #fff;
  box-shadow: 0 12px 28px rgba(183, 131, 54, 0.11);
}

.btn-gold {
  background: var(--gold-strong);
  color: #fff;
  box-shadow: 0 14px 30px rgba(183, 131, 54, 0.24);
}

.btn-small {
  min-height: 38px;
  padding: 0 17px;
  font-size: 0.78rem;
}

.btn-full {
  width: 100%;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 860px;
  background-color: var(--ivory);
  background-image: url("assets/hero/hero-bg-desktop-vanessa-clinic.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::after {
  display: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.86fr);
  align-items: start;
  gap: clamp(32px, 5vw, 86px);
  min-height: 780px;
  padding: 96px 0 64px;
}

.hero-copy {
  align-self: start;
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding-bottom: 0;
}

.pill,
.eyebrow {
  margin: 0 0 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-strong), var(--gold));
  color: #fff;
  padding: 8px 14px;
  box-shadow: 0 12px 26px rgba(183, 131, 54, 0.18);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.eyebrow {
  color: var(--navy);
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  font-family: var(--serif);
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(3.55rem, 5.2vw, 5.25rem);
  font-weight: 700;
  line-height: 0.92;
}

h1 .gold {
  color: var(--gold-strong);
}

.hero-highlight {
  position: relative;
  margin: 24px 0 15px;
  max-width: 620px;
  padding-left: 18px;
  color: var(--navy);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 800;
  line-height: 1.45;
}

.hero-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: calc(100% - 4px);
  border-radius: 4px;
  background: var(--gold-strong);
}

.hero-text {
  max-width: 590px;
  margin: 0;
  color: #223452;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}

.hero-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  margin: 30px 0 30px;
  border: 0;
}

.hero-chips span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 74px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.22;
  text-align: left;
  box-shadow: 0 18px 52px rgba(6, 31, 63, 0.04);
}

.hero-chips span:last-child {
  border-right: 1px solid var(--line);
}

.hero-chips img {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.microcopy {
  margin: 15px 0 0;
  color: #5b6473;
  font-size: 0.85rem;
}

.hero-media {
  position: relative;
  align-self: end;
  justify-self: center;
  width: min(37vw, 575px);
  min-width: 420px;
  overflow: visible;
  transform: translateX(3vw);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 28px 45px rgba(6, 31, 63, 0.12));
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.3rem, 4.2vw, 4.2rem);
}

.section-heading p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
}

.section-heading-invert h2,
.section-heading-invert p {
  color: #fff8ef;
}

.proof-section .section-heading {
  max-width: 860px;
}

.proof-section .section-heading h2 {
  font-size: clamp(2.4rem, 3.8vw, 3.7rem);
}

.proof-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(199, 154, 84, 0.18), transparent 32%),
    linear-gradient(135deg, #041a33, var(--navy));
  color: #fff;
  padding: clamp(46px, 6vw, 70px) 0;
}

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

.reel-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 239, 0.18);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.reel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.24);
}

.reel-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid rgba(6, 35, 66, 0.08);
}

.reel-card strong,
.reel-card small {
  display: block;
  padding: 0 18px;
}

.reel-card strong {
  padding-top: 17px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1;
}

.reel-card small {
  min-height: 54px;
  padding-bottom: 18px;
  color: #41506a;
  font-size: 0.89rem;
  line-height: 1.35;
}

.play-badge {
  position: absolute;
  left: 50%;
  top: 33%;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
}

.insight-section {
  padding: clamp(54px, 7vw, 88px) 0;
  background: var(--ivory);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.insight-card {
  min-height: 330px;
  padding: clamp(24px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.insight-card:last-child {
  border-right: 0;
}

.insight-card img {
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
}

.insight-card h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(1.9rem, 2.65vw, 2.7rem);
}

.insight-card p {
  margin: 0 0 18px;
  color: #45536a;
}

.insight-card strong {
  color: var(--gold-strong);
}

.method-section {
  padding: clamp(46px, 6vw, 70px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 154, 84, 0.18), transparent 38%),
    var(--navy);
  color: #fff8ef;
}

.method-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
}

.method-title span {
  height: 1px;
  background: rgba(199, 154, 84, 0.72);
}

.method-title h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.method-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.method-track::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 10%;
  right: 10%;
  z-index: 0;
  border-top: 2px dotted rgba(199, 154, 84, 0.74);
}

.method-track article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.method-track img {
  width: 84px;
  height: 84px;
  margin-bottom: 18px;
  border: 1px solid rgba(199, 154, 84, 0.9);
  border-radius: 50%;
  padding: 18px;
  background: var(--navy);
}

.method-track h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.method-track p {
  margin: 0;
  max-width: 170px;
  color: rgba(255, 248, 239, 0.78);
  font-size: 0.9rem;
}

.content-section {
  padding: clamp(54px, 7vw, 86px) 0;
  background: var(--offwhite);
}

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

.content-grid article,
.why-card,
.fit-grid article,
.application-form,
.included-grid,
.included-card,
.application-cta-card,
.faq-list details {
  border: 1px solid rgba(199, 154, 84, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 16px 44px rgba(6, 35, 66, 0.06);
}

.content-grid article {
  display: grid;
  justify-items: center;
  min-height: 236px;
  padding: 30px 22px;
  text-align: center;
}

.content-grid img {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.content-grid h3,
.application-form h3,
.included-grid h3,
.included-card h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.15;
}

.content-grid p {
  margin: 12px 0 0;
  color: #4d5a70;
  font-size: 0.94rem;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
  margin-top: 24px;
}

.why-card {
  padding: clamp(26px, 4vw, 42px);
}

.dark-card {
  background:
    radial-gradient(circle at 0 0, rgba(199, 154, 84, 0.18), transparent 34%),
    var(--navy);
  color: #fff8ef;
}

.dark-card .eyebrow,
.dark-card h2,
.dark-card p {
  color: #fff8ef;
}

.dark-card h2 {
  max-width: 640px;
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 3.6vw, 3.5rem);
}

.dark-card p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 248, 239, 0.78);
}

.support-list {
  display: grid;
  gap: 18px;
}

.support-list div {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
}

.support-list img {
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 13px;
}

.support-list strong {
  display: block;
  color: var(--navy);
}

.support-list span {
  color: #4b596d;
}

.fit-section {
  padding: clamp(46px, 6vw, 74px) 0;
  background: var(--ivory);
}

.fit-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.fit-grid article {
  padding: clamp(26px, 4vw, 40px);
}

.fit-grid h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.not-card {
  background: rgba(255, 248, 239, 0.7);
}

.check-list,
.x-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.x-list li {
  position: relative;
  padding-left: 32px;
  color: #42516a;
}

.check-list li::before,
.x-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.check-list li::before {
  content: "✓";
  background: rgba(199, 154, 84, 0.16);
  color: var(--gold-strong);
}

.x-list li::before {
  content: "×";
  border: 1px solid rgba(183, 131, 54, 0.35);
  color: var(--gold-strong);
}

.application-section {
  padding: clamp(34px, 5vw, 56px) 0;
  background: var(--ivory);
  color: var(--ink);
}

.application-panel-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr 0.78fr;
  gap: 18px;
  align-items: stretch;
}

.application-cta-card,
.included-card {
  padding: clamp(24px, 3vw, 34px);
}

.application-cta-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background:
    radial-gradient(circle at 0 0, rgba(199, 154, 84, 0.2), transparent 35%),
    var(--navy);
  color: #fff8ef;
  box-shadow: none;
}

.application-cta-card h2 {
  margin: 0 0 16px;
  color: #fff8ef;
  font-size: clamp(2rem, 3vw, 3.15rem);
}

.application-cta-card > p {
  margin: 0 0 22px;
  color: rgba(255, 248, 239, 0.82);
}

.application-cta-card .btn {
  margin-top: auto;
}

.application-section .eyebrow,
.application-cta-card .eyebrow {
  color: var(--gold);
}

.application-cta-card .microcopy {
  color: rgba(255, 248, 239, 0.76);
}

.included-card {
  background: rgba(255, 255, 255, 0.58);
}

.included-card h3 {
  margin-bottom: 16px;
}

.included-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255, 248, 239, 0.08);
  border-color: rgba(255, 248, 239, 0.18);
  box-shadow: none;
}

.included-grid h3 {
  margin-bottom: 18px;
  color: #fff8ef;
}

.compact {
  gap: 10px;
}

.compact li {
  color: #42516a;
}

.info-list {
  display: grid;
  gap: 9px;
  margin: 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  color: #42516a;
}

.info-list dt {
  color: var(--navy);
  font-weight: 800;
}

.info-list dd {
  margin: 0;
}

.application-form {
  padding: clamp(24px, 3vw, 32px);
  background: var(--ivory);
  color: var(--ink);
}

.application-form h3 {
  margin-bottom: 20px;
  font-size: 1.45rem;
}

.application-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 33, 62, 0.16);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  padding: 13px 13px;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.application-form textarea {
  resize: vertical;
  min-height: 104px;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
  border-color: rgba(199, 154, 84, 0.7);
  box-shadow: 0 0 0 4px rgba(199, 154, 84, 0.12);
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-status.success {
  color: #1d7a52;
}

.form-status.error {
  color: #b23b3b;
}

.application-modal {
  width: min(720px, calc(100% - 32px));
  max-height: min(90vh, 900px);
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  overflow: visible;
  background: transparent;
  color: var(--ink);
}

.application-modal::backdrop {
  background: rgba(3, 17, 33, 0.66);
  backdrop-filter: blur(7px);
}

.modal-card {
  position: relative;
  max-height: min(90vh, 900px);
  overflow-y: auto;
  border: 1px solid rgba(199, 154, 84, 0.32);
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(199, 154, 84, 0.35);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1;
}

.modal-heading {
  padding: 30px 32px 0;
}

.modal-heading h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.modal-heading p:not(.eyebrow) {
  margin: 0;
  max-width: 540px;
  color: #526077;
}

.application-modal .application-form {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-top: 24px;
}

.faq-section {
  padding: clamp(52px, 7vw, 82px) 0;
  background: var(--offwhite);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 19px 22px;
  color: var(--navy);
  font-weight: 800;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--gold-strong);
  font-size: 1.1rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: #4d5a70;
}

.closing-section {
  padding: 0 0 clamp(28px, 5vw, 50px);
  background: var(--offwhite);
}

.closing-card {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 28px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0 50%, rgba(199, 154, 84, 0.18), transparent 22%),
    var(--navy);
  padding: clamp(24px, 4vw, 38px);
  color: #fff8ef;
}

.closing-card img {
  width: 80px;
}

.closing-card h2 {
  margin: 0 0 8px;
  color: #fff8ef;
  font-size: clamp(2rem, 3.8vw, 3.7rem);
}

.closing-card p {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 248, 239, 0.8);
}

@media (max-width: 1060px) {
  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
    padding: 68px 0 44px;
  }

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

  .hero-media {
    justify-self: center;
    width: min(62vw, 430px);
    min-width: 0;
    margin: 0 auto;
    transform: none;
  }

  .hero-media img {
    min-height: 0;
    object-position: center bottom;
  }

  .insight-grid,
  .content-grid,
  .method-track,
  .reel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-track::before {
    display: none;
  }

  .application-panel-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .closing-card {
    grid-template-columns: 64px 1fr;
  }

  .closing-card .btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .header-inner {
    min-height: 66px;
  }

  .brand {
    width: 122px;
  }

  .hero {
    background-color: var(--ivory);
    background-image: url("assets/hero/hero-bg-mobile-vanessa-clinic.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-grid {
    gap: 24px;
    padding: 22px 0 38px;
  }

  .hero-copy {
    order: 2;
  }

  h1 {
    font-size: clamp(2.8rem, 11.8vw, 3.65rem);
    line-height: 0.96;
  }

  .pill {
    font-size: 0.66rem;
    line-height: 1.3;
  }

  .eyebrow {
    font-size: 0.7rem;
  }

  .hero-highlight,
  .hero-text {
    font-size: 1rem;
  }

  .hero-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0;
  }

  .hero-chips span {
    min-height: 68px;
    padding: 12px;
    border: 1px solid var(--line);
    font-size: 0.74rem;
  }

  .hero-chips span:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .hero-chips span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-media {
    order: 1;
    width: min(72vw, 300px);
    height: clamp(310px, 88vw, 390px);
    min-height: 0;
    overflow: hidden;
    margin: 0 auto -2px;
  }

  .hero-media img {
    width: 100%;
    min-height: 0;
    object-position: center bottom;
    transform: translateY(0);
  }

  .proof-section,
  .insight-section,
  .method-section,
  .content-section,
  .fit-section,
  .application-section,
  .faq-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .reel-grid,
  .insight-grid,
  .content-grid,
  .method-track,
  .why-grid,
  .fit-grid,
  .application-panel-grid,
  .included-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .insight-grid {
    border: 0;
    gap: 14px;
  }

  .insight-card {
    min-height: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
  }

  .section-heading h2,
  .insight-card h2,
  .application-cta-card h2,
  .fit-grid h2 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .method-title {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .method-title span {
    display: none;
  }

  .method-track {
    gap: 22px;
  }

  .content-grid article {
    min-height: auto;
  }

  .info-list div {
    grid-template-columns: 96px 1fr;
  }

  .closing-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .btn {
    padding-inline: 16px;
  }

  .btn-small {
    padding-inline: 14px;
  }

  .hero-media {
    width: min(74vw, 286px);
    height: clamp(292px, 86vw, 348px);
  }

  .hero-media,
  .hero-media img {
    min-height: 0;
  }
}
