/*
Theme Name: Vaginis.me
Theme URI: https://vaginis.me
Author: Vaginis.me
Description: Theme rapide, mobile-first et rassurant pour Vaginis.me.
Version: 0.6.1
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 8.3
Text Domain: vaginis
*/

:root {
  --bg: #fffaf5;
  --bg-soft: #f6efe8;
  --surface: #ffffff;
  --surface-tint: #fef5ee;
  --text: #1f2930;
  --text-strong: #10191d;
  --muted: #687176;
  --line: rgba(31, 41, 48, .13);
  --teal: #116b64;
  --teal-deep: #094743;
  --coral: #d76f55;
  --rose: #ad6675;
  --sage: #78966f;
  --lavender: #766aa8;
  --warning: #a94e41;
  --shadow-sm: 0 10px 28px rgba(54, 45, 38, .08);
  --shadow-md: 0 22px 60px rgba(54, 45, 38, .14);
  --radius: 8px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, .98) 0%, rgba(255, 250, 245, .82) 36%, #fff 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(17, 107, 100, .06), transparent 28%),
    linear-gradient(260deg, rgba(215, 111, 85, .08), transparent 34%),
    repeating-linear-gradient(135deg, rgba(31, 41, 48, .022) 0 1px, transparent 1px 22px);
}

a {
  color: var(--teal);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
  transition: color .18s var(--ease), background-color .18s var(--ease), border-color .18s var(--ease), transform .18s var(--ease);
}

a:hover {
  color: var(--teal-deep);
}

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

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 999;
  padding: 10px 14px;
  color: #fff;
  background: var(--teal-deep);
  border-radius: var(--radius);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(31, 41, 48, .08);
  background: rgba(255, 250, 245, .88);
  backdrop-filter: blur(18px);
}

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

.site-brand {
  display: inline-flex;
  flex-direction: column;
  color: var(--text-strong);
  text-decoration: none;
  line-height: 1;
}

.brand-mark {
  display: inline-flex;
  align-items: baseline;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 1.72rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-core {
  color: var(--teal-deep);
}

.brand-core .brand-dot {
  color: var(--rose);
}

.brand-bracket {
  color: var(--coral);
  font-weight: 500;
}

.brand-baseline {
  margin-top: 7px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
}

.nav-list,
.footer-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  color: var(--text);
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
}

.nav-list a:hover,
.nav-list .current-menu-item > a {
  color: var(--teal-deep);
  background: rgba(17, 107, 100, .08);
  border-color: rgba(17, 107, 100, .12);
}

.nav-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle-line {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

main {
  min-height: 64vh;
}

.page-shell {
  padding: 88px 0 104px;
}

.content-wrap {
  max-width: 820px;
  padding: 86px 22px 104px;
  margin: 0 auto;
}

.entry-title {
  max-width: 900px;
  margin: 0 0 28px;
  color: var(--text-strong);
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

.entry-content {
  color: var(--text);
  font-size: 1.08rem;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content p {
  margin: 0 0 1.15em;
}

.entry-content h2,
.entry-content h3 {
  color: var(--text-strong);
  letter-spacing: 0;
}

.entry-content h2 {
  margin: 2.2em 0 .7em;
  font-size: 2.55rem;
  line-height: 1.08;
  overflow-wrap: break-word;
  hyphens: manual;
  text-wrap: pretty;
}

.entry-content h3 {
  margin: 1.6em 0 .55em;
  font-size: 1.45rem;
  line-height: 1.18;
  overflow-wrap: break-word;
  hyphens: manual;
  text-wrap: pretty;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.3em;
  padding-left: 1.2em;
}

.entry-content li + li {
  margin-top: .42em;
}

.entry-content blockquote {
  margin: 2em 0;
  padding: 22px 24px;
  color: var(--text-strong);
  background: rgba(255, 255, 255, .78);
  border-left: 5px solid var(--teal);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content a {
  font-weight: 750;
}

.post-hero {
  position: relative;
  padding: clamp(58px, 7vw, 102px) 0 42px;
  overflow: hidden;
  border-bottom: 1px solid rgba(31, 41, 48, .08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .65), rgba(246, 239, 232, .72)),
    linear-gradient(90deg, rgba(17, 107, 100, .08), transparent 46%);
}

.post-hero::after {
  position: absolute;
  inset: auto -12vw -34% auto;
  width: 56vw;
  height: 56vw;
  min-width: 420px;
  min-height: 420px;
  content: "";
  background:
    repeating-linear-gradient(135deg, rgba(17, 107, 100, .08) 0 2px, transparent 2px 18px);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.post-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
}

.post-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--teal-deep);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.post-kicker::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--coral);
}

.post-title {
  max-width: 880px;
  margin: 0;
  color: var(--text-strong);
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .98;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

.post-excerpt {
  max-width: 760px;
  margin: 24px 0 0;
  color: #405057;
  font-size: 1.18rem;
  line-height: 1.6;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  color: var(--muted);
  font-size: .93rem;
  font-weight: 700;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: 999px;
}

.post-featured {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.post-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(260px, 320px);
  gap: clamp(36px, 6vw, 72px);
  align-items: start;
  padding: 62px 0 96px;
}

.post-content {
  max-width: 780px;
}

.article-aside {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 14px;
}

.aside-panel {
  padding: 20px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.aside-panel h2,
.aside-panel h3 {
  margin: 0 0 9px;
  color: var(--text-strong);
  font-size: 1.08rem;
  line-height: 1.2;
}

.aside-panel p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: .96rem;
}

.aside-panel p:last-child {
  margin-bottom: 0;
}

.source-list {
  padding: 18px 22px;
  background: rgba(17, 107, 100, .055);
  border: 1px solid rgba(17, 107, 100, .12);
  border-radius: var(--radius);
}

.utility-shell {
  max-width: 960px;
  padding: clamp(72px, 9vw, 118px) 22px;
  margin: 0 auto;
}

.utility-panel {
  padding: clamp(28px, 5vw, 54px);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.utility-title {
  margin: 0;
  color: var(--text-strong);
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(3rem, 8vw, 5.6rem);
  line-height: .96;
}

.utility-lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.14rem;
}

.search-form {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.search-field {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.search-submit {
  min-height: 50px;
  padding: 12px 18px;
  color: #fff;
  font-weight: 850;
  background: var(--teal-deep);
  border: 1px solid var(--teal-deep);
  border-radius: var(--radius);
}

.utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.archive-hero {
  padding: clamp(54px, 7vw, 92px) 0 34px;
  background: linear-gradient(180deg, rgba(246, 239, 232, .72), rgba(255, 255, 255, 0));
}

.archive-title {
  margin: 0;
  color: var(--text-strong);
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: .96;
}

.archive-description {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.post-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 36px 0 88px;
}

.post-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.post-card:hover {
  color: var(--text);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.post-card-media {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(17, 107, 100, .18), rgba(215, 111, 85, .12)),
    var(--surface-tint);
}

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

.post-card-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.post-card-title {
  margin: 0;
  color: var(--text-strong);
  font-size: 1.28rem;
  line-height: 1.16;
}

.post-card-excerpt {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 124px) 0 64px;
}

.hero-section::after {
  position: absolute;
  right: -18vw;
  bottom: 0;
  left: -18vw;
  z-index: -1;
  height: 48%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .78));
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--teal-deep);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--coral);
}

.hero-title {
  max-width: 760px;
  margin: 0;
  color: var(--text-strong);
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 6.2rem;
  line-height: .92;
  letter-spacing: 0;
  overflow-wrap: break-word;
  hyphens: auto;
}

.hero-title .accent {
  color: var(--teal);
}

.hero-line {
  display: block;
}

.hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #405057;
  font-size: 1.28rem;
  line-height: 1.58;
}

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

.hero-proof span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  color: var(--teal-deep);
  font-size: .88rem;
  font-weight: 800;
  background: rgba(17, 107, 100, .08);
  border: 1px solid rgba(17, 107, 100, .12);
  border-radius: 999px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn-vaginis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  background: var(--teal-deep);
  border: 1px solid var(--teal-deep);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(9, 71, 67, .2);
}

.btn-vaginis:hover {
  color: #fff;
  transform: translateY(-1px);
  background: var(--teal);
}

.btn-vaginis.secondary {
  color: var(--teal-deep);
  background: rgba(255, 255, 255, .74);
  border-color: rgba(9, 71, 67, .22);
  box-shadow: none;
}

.btn-vaginis.secondary:hover {
  background: #fff;
}

.hero-visual {
  position: relative;
  min-height: 440px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(255, 245, 237, .72)),
    linear-gradient(45deg, rgba(17, 107, 100, .08), transparent);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  isolation: isolate;
}

.hero-visual::before {
  position: absolute;
  inset: 22px;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(17, 107, 100, .11) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 107, 100, .08) 1px, transparent 1px);
  background-size: 34px 34px;
  border-radius: var(--radius);
  mask-image: linear-gradient(140deg, rgba(0, 0, 0, .95), transparent 78%);
}

.path-card {
  position: absolute;
  width: min(255px, 58%);
  padding: 18px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  animation: floatCard 6s var(--ease) infinite;
}

.path-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--text-strong);
  font-size: 1.03rem;
}

.path-card span {
  display: block;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.45;
}

.path-card.one {
  top: 26px;
  left: 24px;
  border-top: 4px solid var(--teal);
}

.path-card.two {
  top: 166px;
  right: 18px;
  border-top: 4px solid var(--coral);
  animation-delay: -.8s;
}

.path-card.three {
  bottom: 28px;
  left: 42px;
  border-top: 4px solid var(--lavender);
  animation-delay: -1.4s;
}

.path-line {
  position: absolute;
  inset: 86px 70px;
  z-index: -1;
  border: 2px solid rgba(17, 107, 100, .22);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(22deg);
}

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

.trust-pill {
  padding: 12px 14px;
  color: var(--muted);
  font-size: .93rem;
  font-weight: 700;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(31, 41, 48, .09);
  border-radius: var(--radius);
}

.orientation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.orientation-card {
  position: relative;
  min-height: 185px;
  padding: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.orientation-card::after {
  position: absolute;
  right: -40px;
  bottom: -52px;
  width: 130px;
  height: 130px;
  content: "";
  background: rgba(17, 107, 100, .08);
  border-radius: 50%;
}

.orientation-card:nth-child(2)::after {
  background: rgba(215, 111, 85, .1);
}

.orientation-card:nth-child(3)::after {
  background: rgba(118, 106, 168, .1);
}

.orientation-card:nth-child(4)::after {
  background: rgba(120, 150, 111, .1);
}

.orientation-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text-strong);
  font-size: 1.12rem;
  line-height: 1.16;
}

.orientation-card span {
  display: block;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.48;
}

.promise-panel {
  padding: clamp(26px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(9, 71, 67, .96), rgba(17, 107, 100, .92)),
    var(--teal-deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.promise-panel h2,
.promise-panel p {
  color: #fff;
}

.promise-panel h2 {
  max-width: 840px;
  margin: 0;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1;
}

.promise-panel p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.1rem;
}

.compact-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.compact-step {
  padding: 14px;
  color: rgba(255, 255, 255, .88);
  font-size: .92rem;
  font-weight: 800;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
}

.site-section {
  padding: 76px 0;
}

.site-section.tint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(246, 239, 232, .78));
  border-block: 1px solid rgba(31, 41, 48, .08);
}

.section-title {
  max-width: 780px;
  margin: 0;
  color: var(--text-strong);
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 3.75rem;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
  hyphens: auto;
}

.section-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.13rem;
}

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

.feature-card.feature-card-wide {
  grid-column: span 2;
}

.feature-card.emphasis {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(215, 111, 85, .95), rgba(173, 102, 117, .92));
}

.feature-card.emphasis h3,
.feature-card.emphasis p {
  color: #fff;
}

.feature-card.emphasis .feature-index {
  color: var(--rose);
  background: #fff;
}

.feature-card,
.program-step,
.alert-box,
.contact-panel {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.feature-card {
  padding: 24px;
}

.feature-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 850;
  background: var(--teal-deep);
  border-radius: 999px;
}

.feature-card:nth-child(2) .feature-index {
  background: var(--coral);
}

.feature-card:nth-child(3) .feature-index {
  background: var(--lavender);
}

.feature-card h3,
.program-step h3,
.contact-panel h3 {
  margin: 0 0 10px;
  color: var(--text-strong);
  font-size: 1.28rem;
  line-height: 1.15;
}

.feature-card p,
.program-step p,
.contact-panel p {
  margin: 0;
  color: var(--muted);
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 40px;
  align-items: center;
}

.quote-panel {
  padding: 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9, 71, 67, .96), rgba(17, 107, 100, .9)),
    var(--teal-deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.quote-panel p {
  margin: 0;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 2rem;
  line-height: 1.15;
}

.quote-panel small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, .78);
}

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

.program-list.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--teal-deep);
  font-weight: 900;
  background: rgba(17, 107, 100, .1);
  border-radius: 999px;
}

.alert-box {
  padding: 24px;
  border-left: 5px solid var(--warning);
}

.alert-box.calm {
  border-left-color: var(--teal);
}

.alert-box h2,
.alert-box h3 {
  margin-top: 0;
}

.contact-panel {
  padding: clamp(24px, 4vw, 42px);
}

.contact-link {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 850;
}

.page-intro {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.18rem;
}

.decision-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.decision-list li {
  padding: 16px 18px;
  color: var(--text);
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(31, 41, 48, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.site-footer {
  color: rgba(255, 255, 255, .76);
  background: #102326;
}

.footer-cta {
  padding: 34px 0;
  background: #173438;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-cta p {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
}

.footer-link {
  display: inline-flex;
  flex-shrink: 0;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 28px 12px;
}

.footer-brand {
  color: #fff;
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: 1.35rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-copy {
  color: rgba(255, 255, 255, .55);
  font-size: .92rem;
}

.footer-list {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-list a {
  color: rgba(255, 255, 255, .72);
  font-size: .92rem;
  text-decoration: none;
}

.footer-list a:hover {
  color: #fff;
}

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

@media (max-width: 991.98px) {
  .entry-title {
    font-size: 3.55rem;
  }

  .entry-content h2,
  .section-title {
    font-size: 3rem;
  }

  .hero-title {
    font-size: 4.6rem;
  }

  .hero-visual {
    min-height: 380px;
    margin-top: 42px;
  }

  .feature-grid,
  .orientation-grid,
  .post-card-grid,
  .trust-row,
  .split-band,
  .compact-steps,
  .program-list.compact {
    grid-template-columns: 1fr;
  }

  .feature-card.feature-card-wide {
    grid-column: auto;
  }

  .post-hero-inner,
  .post-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .footer-cta-inner,
  .footer-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .footer-list {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .header-inner {
    min-height: 70px;
  }

  .brand-mark {
    font-size: 1.4rem;
  }

  .brand-baseline {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 80;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    display: none;
    padding: 12px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .nav-list a {
    justify-content: center;
    width: 100%;
    border-radius: var(--radius);
  }

  .hero-section {
    padding-top: 54px;
  }

  .entry-title {
    font-size: 2.45rem;
  }

  .post-title {
    font-size: 2.28rem;
    line-height: 1.02;
  }

  .entry-content {
    font-size: 1.02rem;
  }

  .entry-content h2,
  .section-title {
    font-size: 2.25rem;
  }

  .entry-content h3 {
    font-size: 1.28rem;
  }

  .hero-title {
    width: 100%;
    max-width: 100%;
    font-size: 2.35rem;
    line-height: .96;
    text-wrap: balance;
  }

  .hero-lead {
    font-size: 1.06rem;
  }

  .hero-proof {
    gap: 8px;
  }

  .hero-proof span {
    width: 100%;
    justify-content: center;
  }

  .search-form {
    flex-direction: column;
  }

  .hero-kicker,
  .section-kicker {
    font-size: .7rem;
    line-height: 1.35;
  }

  .container-xl {
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .row > * {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-title,
  .hero-lead,
  .hero-kicker {
    width: 100%;
    max-width: 344px;
  }

  .hero-section .row {
    display: block;
  }

  .hero-section [class*="col-"] {
    width: 100%;
    max-width: 100%;
  }

  .hero-section,
  .hero-section .container-xl {
    overflow-x: hidden;
  }

  .quote-panel p {
    font-size: 1.55rem;
  }

  .hero-visual {
    min-height: 330px;
    padding: 18px;
  }

  .path-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 14px;
    animation: none;
  }

  .path-card.one,
  .path-card.two,
  .path-card.three {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .hero-visual {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .path-line {
    display: none;
  }

  .site-section,
  .page-shell {
    padding: 58px 0;
  }

  .content-wrap {
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .post-layout {
    padding-top: 42px;
    padding-bottom: 70px;
  }
}

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