@import url("wa-themes.css");

/* Wellness Academy — additive layer. Survives SiteForge rebuilds via enhance-export. */

.sf-form-status-error:not(.wa-live) {
  display: none;
}

.wa-skip:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
}

.wa-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.wa-lang a {
  color: inherit;
  text-decoration: none;
  opacity: 0.62;
}

.wa-lang a[aria-current="true"],
.wa-lang a:hover {
  opacity: 1;
  font-weight: 700;
}

.wa-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 12px 0 0;
  font-size: 0.88rem;
}

.wa-legal-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.78;
}

.sf-nav a[aria-current="page"] {
  font-weight: 800;
}

.wa-tool {
  --wa-line: color-mix(in srgb, var(--site-text) 12%, transparent);
  --wa-soft: color-mix(in srgb, var(--site-accent) 8%, var(--site-surface));
}

.wa-tool .wa-panel {
  background: var(--site-surface);
  border: 1px solid var(--wa-line);
  border-radius: var(--site-radius, 20px);
  padding: clamp(20px, 4vw, 36px);
}

.wa-progress {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 18px;
  color: var(--site-muted);
  font-size: 0.92rem;
}

.wa-bar {
  height: 6px;
  border-radius: 99px;
  background: var(--wa-line);
  overflow: hidden;
  margin: 10px 0 22px;
}

.wa-bar > span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--site-accent);
  transition: width 0.25s ease;
}

.wa-q h3,
.wa-q legend {
  margin: 0 0 14px;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  line-height: 1.25;
}

.wa-choices {
  display: grid;
  gap: 10px;
}

.wa-choices label,
.wa-choice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid var(--wa-line);
  border-radius: 14px;
  cursor: pointer;
  background: var(--site-bg);
}

.wa-choices label:hover,
.wa-choice:hover,
.wa-choices label:focus-within {
  border-color: color-mix(in srgb, var(--site-accent) 55%, var(--wa-line));
}

.wa-choices input {
  margin-top: 3px;
}

.wa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.wa-note {
  margin: 16px 0 0;
  color: var(--site-muted);
  font-size: 0.92rem;
}

.wa-result-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 800px) {
  .wa-result-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.wa-pillars {
  display: grid;
  gap: 10px;
}

.wa-pillar {
  display: grid;
  grid-template-columns: 7.5rem 1fr auto;
  gap: 10px;
  align-items: center;
  font-size: 0.95rem;
}

.wa-pillar-bar {
  height: 8px;
  border-radius: 99px;
  background: var(--wa-line);
  overflow: hidden;
}

.wa-pillar-bar > span {
  display: block;
  height: 100%;
  background: var(--site-accent);
}

.wa-sheet {
  border: 1px dashed color-mix(in srgb, var(--site-text) 24%, transparent);
  border-radius: 16px;
  padding: 16px;
  background: var(--wa-soft);
}

.wa-sheet h3 {
  margin: 0 0 8px;
}

.wa-sheet ul {
  margin: 8px 0 0;
  padding-left: 1.15rem;
}

.wa-week {
  display: grid;
  grid-template-columns: 7.5rem repeat(7, 1fr);
  gap: 6px;
  align-items: center;
  overflow-x: auto;
  font-size: 0.82rem;
}

.wa-week input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  justify-self: center;
}

.wa-week .wa-head,
.wa-week .wa-row-label {
  font-weight: 700;
}

.wa-calc {
  display: grid;
  gap: 14px;
}

.wa-calc label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.wa-calc input,
.wa-calc select,
.wa-tool select,
.wa-tool textarea,
.sf-contact-form select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--wa-line);
  background: var(--site-bg);
  color: inherit;
}

.wa-metric {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--wa-soft);
}

.wa-metric strong {
  font-size: 1.6rem;
}

.wa-book {
  display: grid;
  gap: 22px;
  align-items: center;
}

@media (min-width: 800px) {
  .wa-book {
    grid-template-columns: 160px 1fr;
  }
}

.wa-book img {
  width: 100%;
  max-width: 180px;
  border-radius: 8px;
  box-shadow: 0 16px 40px color-mix(in srgb, var(--site-text) 18%, transparent);
}

.wa-doors {
  display: grid;
  gap: 16px;
}

@media (min-width: 800px) {
  .wa-doors {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wa-door {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border-radius: var(--site-radius, 20px);
  border: 1px solid var(--wa-line);
  background: var(--site-surface);
  min-height: 100%;
}

.wa-door p {
  margin: 0;
  color: var(--site-muted);
  flex: 1;
}

.sf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--site-accent, #6a2c70);
  color: var(--site-accent-contrast, #fff);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.sf-button-ghost {
  background: transparent;
  color: inherit;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 22%, transparent);
}

.sf-button-small {
  padding: 8px 14px;
  font-size: 0.92rem;
}

.sf-look-picker {
  display: none !important;
}

.wa-date-banner {
  margin: 0;
  padding: 14px 18px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--site-accent) 10%, var(--site-surface));
  font-weight: 600;
}

.wa-sisters {
  padding-top: 24px;
}

.wa-theme-btn {
  display: none !important;
}

.wa-share {
  margin-top: 28px;
}

.wa-sticky {
  display: none;
}

@media (max-width: 799px) {
  .wa-sticky {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 20;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--site-bg) 92%, transparent);
    border-top: 1px solid color-mix(in srgb, var(--site-text) 10%, transparent);
  }
  .wa-sticky .sf-button {
    width: 100%;
  }
}

.wa-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.wa-compare th,
.wa-compare td {
  text-align: left;
  vertical-align: top;
  padding: 10px 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--site-text) 12%, transparent);
}

.wa-glossary {
  display: grid;
  gap: 16px;
}

.wa-filter {
  width: 100%;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--site-text) 16%, transparent);
  background: var(--site-bg);
  color: inherit;
}

@media print {
  .wa-sticky {
    display: none !important;
  }
}

[data-wa-calendar] iframe {
  width: 100%;
  min-height: 720px;
  border: 0;
  border-radius: 16px;
  background: var(--site-surface);
}

.wa-page {
  --site-bg: #fcf9fb;
  --site-surface: #ffffff;
  --site-text: #2a2333;
  --site-muted: #6a6377;
  --site-accent: #6a2c70;
  --site-radius: 24px;
  min-height: 100%;
  background: var(--site-bg);
  color: var(--site-text);
  font-family: Figtree, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.wa-page.wa-midlife,
.wa-page.wa-work {
  --site-bg: #f6f4ef;
  --site-text: #1c1b19;
  --site-muted: #5f5a53;
  --site-accent: #b44e2c;
}

.wa-wrap {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 80px;
}

.wa-page h1 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 8px 0 16px;
}

.wa-page h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.45rem;
  margin: 28px 0 10px;
}

.wa-kicker {
  color: var(--site-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wa-page a {
  color: var(--site-accent);
}

.wa-crumbs {
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.wa-page nav.wa-top {
  border-bottom: 1px solid color-mix(in srgb, var(--site-text) 10%, transparent);
  background: var(--site-bg);
}

.wa-page .wa-top-inner,
.wa-page .wa-foot-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
}

.wa-page .wa-brand {
  font-weight: 800;
  color: inherit;
  text-decoration: none;
}

.wa-updated {
  color: var(--site-muted);
  font-size: 0.9rem;
}

@media print {
  .sf-nav,
  .sf-footer,
  .wa-actions,
  .wa-lang,
  .sf-nav-end,
  form,
  .sf-cta {
    display: none !important;
  }
  .wa-sheet,
  .wa-panel {
    border-color: #bbb;
    background: #fff;
  }
}

/* Editorial theme — aligned with antonelabutuc.com */
.sf-site,
.wa-page {
  --site-bg: #faf6f1;
  --site-surface: #fffdfb;
  --site-text: #2c2430;
  --site-muted: #6e6573;
  --site-accent: #6b2d4a;
  --site-accent-contrast: #fffdfb;
  --wa-warm: #c46a4a;
  --wa-ink: #2c2430;
}

body {
  background: #faf6f1;
}

.sf-site h1 em,
.sf-site h2 em,
.wa-page h1 em,
.wa-page h2 em {
  font-style: italic;
  font-weight: 480;
  color: var(--wa-warm);
}

.sf-hero-copy h1,
.sf-section-heading h2,
.sf-cta h2 {
  font-family: Fraunces, Georgia, serif;
  letter-spacing: -0.03em;
}

.sf-hero-description,
.sf-intro,
.sf-prose {
  max-width: 62ch;
}

.sf-prose p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.wa-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  background: color-mix(in srgb, var(--site-accent) 8%, var(--site-bg));
  border-block: 1px solid color-mix(in srgb, var(--site-accent) 14%, transparent);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--site-text);
}

.wa-ribbon span {
  white-space: nowrap;
}

.wa-ribbon span + span::before {
  content: "✦";
  margin-right: 22px;
  color: var(--wa-warm);
}

.wa-stats {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
}

@media (min-width: 700px) {
  .wa-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wa-stat {
  padding: 22px 20px;
  border-radius: 20px;
  background: var(--site-surface);
  border: 1px solid color-mix(in srgb, var(--site-text) 8%, transparent);
}

.wa-stat strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  color: var(--site-accent);
}

.wa-stat span {
  display: block;
  margin-top: 8px;
  color: var(--site-muted);
  font-size: 0.92rem;
}

.wa-quals {
  display: grid;
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--site-text) 10%, transparent);
}

.wa-qual {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--site-text) 10%, transparent);
}

@media (min-width: 720px) {
  .wa-qual {
    grid-template-columns: 1.2fr 1fr;
    align-items: baseline;
  }
}

.wa-qual h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 560;
}

.wa-qual p {
  margin: 0;
  color: var(--site-muted);
}

.wa-quotes {
  display: grid;
  gap: 16px;
}

@media (min-width: 800px) {
  .wa-quotes {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wa-quote {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 22px;
  border-radius: 22px;
  background: var(--site-surface);
  border: 1px solid color-mix(in srgb, var(--site-text) 8%, transparent);
  min-height: 100%;
}

.wa-quote p {
  margin: 0;
  flex: 1;
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.45;
}

.wa-quote footer {
  color: var(--site-muted);
  font-size: 0.9rem;
}

.wa-quote footer strong {
  display: block;
  color: var(--site-text);
}

.wa-pull {
  margin: 32px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid color-mix(in srgb, var(--site-text) 10%, transparent);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-style: italic;
  line-height: 1.35;
}

.wa-pull cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 0.95rem;
  font-family: Figtree, Arial, sans-serif;
  color: var(--site-muted);
}

.sf-hero-media img,
.wa-portrait {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: cover;
  object-position: top center;
  border-radius: 28px;
  box-shadow: 0 24px 60px color-mix(in srgb, var(--site-text) 16%, transparent);
}

.sf-button {
  background: var(--site-accent, #6b2d4a);
  letter-spacing: 0.01em;
}

.sf-footer .wa-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 12px 0 0;
  font-size: 0.9rem;
}

.sf-footer .wa-social a {
  color: inherit;
  opacity: 0.78;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wa-journey {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

@media (min-width: 900px) {
  .wa-journey {
    grid-template-columns: repeat(5, 1fr);
  }
}

.wa-journey-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--site-text) 12%, transparent);
  background: var(--site-surface, #fff);
  min-height: 100%;
}

.wa-journey-step strong {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--site-accent, #6b2d4a);
}

.wa-journey-step h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.wa-journey-step p {
  margin: 0;
  color: var(--site-muted, #6e6573);
  font-size: 0.92rem;
  flex: 1;
}

.wa-promise {
  max-width: 68ch;
}

.wa-page .wa-journey {
  margin-top: 22px;
}
