@import url("wa-themes.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/* 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: 28px;
  align-items: center;
}

@media (min-width: 860px) {
  .sf-container.wa-book,
  .wa-book {
    grid-template-columns: minmax(420px, 1.15fr) minmax(280px, 1fr);
  }
}

.wa-book img {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  justify-self: start;
  border-radius: 10px;
  box-shadow: 0 16px 40px color-mix(in srgb, var(--site-text) 18%, transparent);
}

.wa-book-covers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.wa-book-covers img {
  max-width: none;
}

#acasa {
  scroll-margin-top: 96px;
}

.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-wayfind {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 0.92rem;
}
.wa-wayfind a {
  color: inherit;
  text-decoration: none;
}
.wa-wayfind a:hover {
  text-decoration: underline;
}

.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;
}

.wa-hub-lead {
  padding: clamp(28px, 4.2vw, 52px) 0 4px;
}

.wa-hub-lead .sf-container {
  display: grid;
  gap: 8px;
}

.wa-hub-lead h1 {
  max-width: 16ch;
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.35rem, 5.6vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.042em;
  line-height: 0.96;
}

.wa-lead-copy {
  max-width: 62ch;
  margin: 12px 0 0;
  color: var(--site-muted, #6e6573);
  font-size: clamp(1.04rem, 2vw, 1.2rem);
  line-height: 1.55;
}

.wa-contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 18px 0 0;
  font-size: 0.95rem;
  font-weight: 650;
}

.wa-contact-line a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wa-portals-band.sf-section {
  padding-top: 18px;
  padding-bottom: clamp(56px, 7vw, 88px);
}

.wa-portals-band .sf-section-heading {
  margin-bottom: 28px;
}

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

@media (min-width: 720px) {
  .wa-portals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .wa-portals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wa-portal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 26px 24px 22px;
  border: 1px solid color-mix(in srgb, var(--site-text) 10%, transparent);
  border-radius: var(--site-radius, 24px);
  background: color-mix(in srgb, var(--site-bg) 55%, var(--site-surface));
  box-shadow: 0 12px 32px color-mix(in srgb, var(--site-text) 5%, transparent);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wa-portal:hover {
  border-color: color-mix(in srgb, var(--site-accent) 38%, transparent);
  box-shadow: 0 18px 44px color-mix(in srgb, var(--site-text) 9%, transparent);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .wa-portal,
  .wa-portal:hover {
    transition: none;
    transform: none;
  }
}

.wa-portal-tag {
  margin: 0;
  color: var(--site-accent, #6b2d4a);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wa-portal h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.42rem;
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.wa-portal-host {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--site-accent, #6b2d4a);
}

.wa-portal-copy {
  margin: 0;
  color: var(--site-muted, #6e6573);
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.wa-portal .sf-button {
  margin-top: 10px;
  align-self: flex-start;
}

.sf-contact-details a[href^="tel"] {
  display: inline-block;
}

.sf-nav-desktop {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 8px;
}

@media (max-width: 1100px) {
  .sf-nav-inner {
    grid-template-columns: 1fr auto;
  }
  .sf-nav-desktop {
    display: none;
  }
}

html[data-wa-site="hub"] .wa-look-lane {
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

html[data-wa-site="hub"] .wa-look-lane-row {
  justify-content: center;
  flex-wrap: wrap;
  overflow: visible;
}

/* Hub pages — align with The Midlife Method (cream, plum, terracotta, Inter/Fraunces). */
html[data-wa-site="hub"] {
  --ink: #2D2A32;
  --plum: #5C3A5E;
  --plum-deep: #462C48;
  --coral: #C4704B;
  --coral-deep: #A85A38;
  --gold: #C9A227;
  --grey: #6E6879;
  --line: #E8E1D8;
  --wash: #F2EAF2;
  --paper: #FFFFFF;
  --cream: #FAF6F0;
}

html[data-wa-site="hub"] body {
  color: var(--ink);
  background:
    radial-gradient(1200px 560px at 18% -10%, rgba(242, 234, 242, 0.9) 0%, rgba(242, 234, 242, 0) 60%),
    radial-gradient(900px 520px at 100% 4%, rgba(249, 237, 231, 0.85) 0%, rgba(249, 237, 231, 0) 55%),
    var(--cream);
  font-family: Inter, -apple-system, "Segoe UI", Roboto, sans-serif;
}

html[data-wa-site="hub"] .sf-site {
  --site-bg: var(--cream);
  --site-surface: var(--paper);
  --site-text: var(--ink);
  --site-muted: var(--grey);
  --site-accent: var(--coral);
  --site-accent-contrast: #ffffff;
  --site-radius: 12px;
  --site-font-body: Inter, -apple-system, "Segoe UI", sans-serif;
  --site-font-heading: Fraunces, Georgia, serif;
  background: transparent;
  color: var(--ink);
  font-family: var(--site-font-body);
}

html[data-wa-site="hub"] .sf-site.sf-custom-fonts h1,
html[data-wa-site="hub"] .sf-site.sf-custom-fonts h2,
html[data-wa-site="hub"] .sf-site.sf-custom-fonts h3,
html[data-wa-site="hub"] .sf-site.sf-custom-fonts h4 {
  font-family: var(--site-font-heading);
  font-weight: 600;
  letter-spacing: -0.01em;
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-site.sf-custom-fonts h1,
html[data-wa-site="hub"]:not([data-wa-theme]) .sf-site.sf-custom-fonts h2,
html[data-wa-site="hub"]:not([data-wa-theme]) .sf-site.sf-custom-fonts h3,
html[data-wa-site="hub"]:not([data-wa-theme]) .sf-site.sf-custom-fonts h4 {
  color: var(--plum-deep);
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-eyebrow {
  color: var(--gold);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

html[data-wa-site="hub"] .sf-nav {
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line, #E8E1D8);
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-nav {
  background: rgba(250, 246, 240, 0.92);
}

html[data-wa-site="hub"] .sf-brand {
  font-family: var(--site-font-heading, Fraunces, Georgia, serif);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-brand {
  color: var(--plum);
}

html[data-wa-site="hub"] .sf-nav nav,
html[data-wa-site="hub"] .sf-nav-desktop {
  font-family: var(--site-font-body, Inter, sans-serif);
  font-size: 14.5px;
  font-weight: 600;
  gap: 18px;
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-nav nav a:hover,
html[data-wa-site="hub"]:not([data-wa-theme]) .sf-nav-desktop a:hover {
  color: var(--plum);
}

html[data-wa-site="hub"] .sf-button {
  font-family: var(--site-font-body, Inter, sans-serif);
  font-weight: 700;
  font-size: 15.5px;
  border-radius: 12px;
  min-height: 46px;
  padding: 0 24px;
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-button {
  background: var(--coral-deep);
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(168, 90, 56, 0.28);
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-button:hover {
  background: #8F4A28;
  filter: none;
  box-shadow: 0 8px 22px rgba(168, 90, 56, 0.36);
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-button-ghost {
  background: #fff;
  color: var(--plum-deep) !important;
  border: 1.5px solid var(--line);
  box-shadow: none;
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-button-ghost:hover {
  border-color: var(--plum);
  background: var(--wash);
}

html[data-wa-site="hub"] .sf-button-small {
  min-height: 40px;
  font-size: 14px;
  padding-inline: 18px;
}

html[data-wa-site="hub"] .wa-hub-lead {
  padding: 56px 0 12px;
}

html[data-wa-site="hub"] .wa-hub-lead h1 {
  max-width: 18ch;
  font-weight: 600;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

html[data-wa-site="hub"]:not([data-wa-theme]) .wa-hub-lead h1 {
  color: var(--plum-deep);
}

html[data-wa-site="hub"] .wa-lead-copy {
  color: var(--site-muted, var(--grey));
  font-size: clamp(1.02rem, 2.1vw, 1.2rem);
  line-height: 1.65;
}

html[data-wa-site="hub"] .wa-portal {
  background: var(--site-surface, var(--paper));
  border: 1.5px solid var(--line, #E8E1D8);
  border-radius: 18px;
  box-shadow: 0 6px 24px rgba(45, 42, 50, 0.08);
}

html[data-wa-site="hub"]:not([data-wa-theme]) .wa-portal:hover {
  border-color: var(--coral);
  box-shadow: 0 16px 48px rgba(45, 42, 50, 0.12);
}

html[data-wa-site="hub"]:not([data-wa-theme]) .wa-portal-tag {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 700;
}

html[data-wa-site="hub"]:not([data-wa-theme]) .wa-portal h3 {
  color: var(--plum);
  font-weight: 700;
  font-size: 1.4rem;
}

html[data-wa-site="hub"]:not([data-wa-theme]) .wa-portal-host {
  color: var(--coral-deep);
}

html[data-wa-site="hub"] .sf-hero {
  padding: 56px 0;
}

html[data-wa-site="hub"] .sf-hero-editorial .sf-hero-media img {
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(45, 42, 50, 0.14);
}

html[data-wa-site="hub"]:not([data-wa-theme]) .wa-ribbon {
  background: var(--wash);
  border-block-color: var(--line);
  color: var(--plum-deep);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

html[data-wa-site="hub"] .wa-qual {
  border-bottom-color: var(--line, #E8E1D8);
}

html[data-wa-site="hub"]:not([data-wa-theme]) .sf-footer {
  background: rgba(247, 242, 249, 0.5);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

html[data-wa-site="hub"] .sf-footer a {
  color: inherit;
}

html[data-wa-site="hub"] .sf-contact-form input,
html[data-wa-site="hub"] .sf-contact-form textarea {
  border-radius: 12px;
  border-color: var(--line, #E8E1D8);
  font-family: var(--site-font-body, Inter, sans-serif);
}
