:root {
  --ink: #17251e;
  --evergreen: #1d5b39;
  --evergreen-dark: #104126;
  --coral: #c65346;
  --sun: #e8b433;
  --paper: #ffffff;
  --soft: #f0f6f1;
  --line: #c9d8cd;
  --muted: #52625a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.55; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10; padding: 10px 14px; color: white; background: var(--evergreen-dark); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 3; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--ink); text-decoration: none; font-family: Georgia, serif; font-size: 25px; font-weight: bold; letter-spacing: 0; white-space: nowrap; }
.brand span { color: var(--coral); }
nav { display: flex; align-items: center; gap: 28px; font-size: 17px; }
nav a, .footer-links a { text-decoration: none; }
nav a:not(.button):hover, .footer-links a:hover, .text-link:hover { color: var(--coral); text-decoration: underline; text-underline-offset: 5px; }
.menu-button { display: none; min-height: 46px; padding: 8px 14px; color: var(--ink); background: white; border: 1px solid var(--evergreen); border-radius: 4px; font: inherit; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 21px; border: 1px solid var(--evergreen); border-radius: 5px; font-weight: 700; text-decoration: none; }
.button-small { min-height: 44px; padding: 8px 16px; color: white; background: var(--evergreen); }
.button-primary { color: white; background: var(--evergreen); font-size: 18px; }
.button:hover { color: white; background: var(--evergreen-dark); border-color: var(--evergreen-dark); }
.hero { position: relative; min-height: 620px; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0 52% 0 0; background: rgba(255,255,255,.80); }
.hero-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; width: 100%; max-width: none; min-height: 620px; padding: 0 clamp(32px, 5vw, 104px); }
.hero-copy { display: flex; flex-direction: column; width: min(47%, 600px); min-height: 620px; padding: 34px 0 42px; }
.hero-copy h1 { max-width: 600px; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(40px, 4vw, 60px); font-weight: 700; line-height: 1.05; }
.hero-copy h1 span { display: block; color: var(--evergreen); }
.hero-starter { display: grid; grid-template-columns: minmax(0, 1fr) 210px; column-gap: 18px; align-items: center; max-width: 540px; margin-top: 54px; }
.hero-starter-label { margin: 0; color: var(--evergreen); font-size: 23px; font-weight: 700; line-height: 1.15; }
.hero-starter .button { grid-column: 2; width: 100%; min-height: 52px; font-size: 18px; }
.hero-proof { max-width: 560px; margin-top: 22px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; padding-top: 34px; border-top: 1px solid rgba(23,37,30,.25); }
.hero-benefits > div { display: grid; justify-items: start; gap: 6px; min-height: 76px; padding: 0 20px; border-right: 1px solid rgba(23,37,30,.25); }
.hero-benefits > div:first-child { padding-left: 0; }
.hero-benefits > div:last-child { border-right: 0; }
.hero-benefits b { display: grid; width: 31px; height: 31px; place-items: center; color: var(--evergreen); border: 2px solid var(--evergreen); border-radius: 50%; font-family: Arial, sans-serif; font-size: 21px; line-height: 1; }
.hero-benefits span { font-size: 15px; font-weight: 700; line-height: 1.25; }
.hero-community { display: flex; align-items: baseline; gap: 13px; margin: 0; padding-top: 22px; color: var(--ink); }
.hero-community strong { color: var(--evergreen); font-size: 34px; line-height: 1; }
.hero-community span { font-size: 15px; font-weight: 700; line-height: 1.25; white-space: nowrap; }
.eyebrow { margin: 0 0 10px; color: var(--evergreen); font-size: 16px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: 0; }
h1 { margin-bottom: 22px; font-size: clamp(44px, 5vw, 68px); }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 48px); }
h3 { margin-bottom: 8px; font-size: 24px; }
blockquote { margin: 0 0 20px; padding: 0; border: 0; color: var(--ink); font-size: 21px; font-weight: 600; line-height: 1.42; }
.hero-intro { max-width: 500px; margin: 0; color: #324139; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.text-link { color: var(--evergreen-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.member-preview { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: white; }
.member-preview-inner { display: grid; grid-template-columns: 1fr 2fr 1fr; column-gap: 28px; row-gap: 12px; align-items: center; min-height: 192px; padding: 20px 0; }
.member-stat { display: grid; grid-template-rows: 22px 50px; align-content: center; justify-items: center; gap: 4px; min-height: 128px; text-align: center; }
.member-stat > span:first-child { color: var(--muted); font-size: 16px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.member-stat strong { font-family: Georgia, "Times New Roman", serif; font-size: 50px; font-variant-numeric: tabular-nums; line-height: 1; }
.member-stat-women { padding-right: 18px; }
.member-stat-women strong { color: var(--coral); }
.member-stat-men { padding-left: 18px; }
.member-stat-men strong { color: var(--evergreen); }
.member-balance { display: flex; grid-column: 1 / -1; width: 100%; height: 7px; overflow: hidden; background: var(--soft); border-radius: 4px; }
.member-balance span { width: 52%; background: var(--coral); }
.member-balance i { width: 48%; background: var(--evergreen); }
.member-preview-cta { grid-column: 1 / -1; justify-self: center; min-height: 44px; padding: 10px 18px; color: white; background: var(--evergreen); border: 1px solid var(--evergreen); border-radius: 5px; font-size: 16px; font-weight: 700; line-height: 1.2; text-decoration: none; }
.member-preview-cta:hover { color: white; background: var(--evergreen-dark); border-color: var(--evergreen-dark); }
.profile-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.profile-preview { min-width: 0; }
.profile-avatar { position: relative; display: block; width: 100%; aspect-ratio: 1; overflow: hidden; background: #dce5df; border: 1px solid var(--line); border-radius: 4px; }
.profile-avatar:hover { border-color: var(--evergreen); }
.profile-avatar:focus-visible, .member-preview-cta:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.profile-avatar canvas { display: block; width: 100%; height: 100%; filter: blur(7px) saturate(.72); transform: scale(1.08); }
.online-dot { position: absolute; right: 6px; bottom: 6px; width: 13px; height: 13px; background: #2f9b55; border: 2px solid white; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.25); }
.profile-name { display: block; overflow: hidden; margin-top: 5px; filter: blur(3px); font-size: 14px; font-weight: 700; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.profile-label { display: block; filter: blur(2.5px); color: var(--muted); font-size: 12px; }
.trust-bar { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 25px 32px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { padding-right: 0; border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 3px; font-size: 18px; }
.trust-grid span { color: var(--muted); font-size: 16px; line-height: 1.4; }
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 96px; align-items: start; }
.steps { display: grid; gap: 28px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; }
.steps li > span { display: grid; width: 40px; height: 40px; place-items: center; color: white; background: var(--coral); border-radius: 50%; font-weight: 700; }
.steps p { margin: 0; color: var(--muted); }
.narrow-content { width: min(740px, 100%); }
.narrow-content > p:not(.eyebrow) { max-width: 680px; margin: 0 0 28px; font-size: 21px; color: #34453b; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 0; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-link { min-height: 235px; padding: 27px 28px 25px; border-right: 1px solid var(--line); text-decoration: none; }
.article-link:first-child { padding-left: 0; }
.article-link:last-child { padding-right: 0; border-right: 0; }
.article-link:hover { background: var(--soft); }
.article-link span { color: var(--coral); font-size: 15px; font-weight: 700; text-transform: uppercase; }
.article-link h3 { margin-top: 28px; }
.article-link p { margin-bottom: 0; color: var(--muted); font-size: 17px; }
.blog-hero { padding: 78px 0 58px; }
.blog-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(42px, 4.2vw, 58px); }
.blog-hero blockquote { max-width: 680px; margin: 0 0 20px; color: #34453b; font-family: Arial, Helvetica, sans-serif; font-size: 19px; font-weight: 400; line-height: 1.5; }
.blog-hero > .narrow-content > p:not(.eyebrow), .blog-context > .narrow-content > p { max-width: 680px; margin-bottom: 18px; font-size: 18px; line-height: 1.6; }
.blog-article-grid { grid-template-columns: repeat(2, 1fr); }
.blog-article-grid .article-link { min-height: 220px; }
.blog-article-grid .article-link:nth-child(2n) { border-right: 0; }
.blog-article-grid .article-link:nth-child(odd) { padding-left: 0; }
.blog-context { padding-top: 72px; }
.blog-context h2 { max-width: 650px; }
.faq-section { padding-top: 84px; }
.faq-list { margin-top: 34px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 20px 34px 20px 0; cursor: pointer; font-weight: 700; }
details p { max-width: 680px; margin: -2px 0 20px; color: var(--muted); }
.connection-finale { padding: 86px 0; background: #e3f0e6; text-align: center; }
.finale-content { width: min(720px, 100%); }
.finale-content .eyebrow { margin-bottom: 11px; }
.finale-content h2 { margin-bottom: 17px; }
.finale-content > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 29px; color: #385144; font-size: 20px; }
.site-footer { padding: 40px 0; color: #eaf5ed; background: var(--evergreen-dark); }
.site-footer .brand { color: white; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.footer-inner p { margin: 0; color: #cfe1d4; font-size: 16px; }
.footer-links { display: flex; gap: 20px; font-size: 15px; }
.auth-page { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 70px 0; background: var(--soft); }
.auth-panel { width: min(520px, 100%); padding: 42px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.auth-panel h1 { margin-bottom: 14px; font-size: 44px; }
.auth-panel > p { margin: 0 0 30px; color: var(--muted); }
.article-content { padding-top: 72px; }
.article-content .narrow-content { display: block; width: min(760px, 100%); }
.article-toc { display: none; }
.article-toc-title { margin: 0 0 10px; color: var(--evergreen); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.article-toc ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.article-toc a { color: var(--muted); font-size: 14px; line-height: 1.3; text-decoration: none; }
.article-toc a:hover { color: var(--evergreen-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-content h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(42px, 3.6vw, 54px); line-height: 1.12; text-wrap: balance; }
.article-content blockquote { margin-bottom: 34px; padding-left: 22px; border-left: 3px solid var(--coral); color: var(--evergreen-dark); font-family: Georgia, serif; font-size: 25px; }
.article-content h2 { margin-top: 64px; margin-bottom: 18px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 31px; }
.article-content h3 { margin-top: 31px; margin-bottom: 9px; color: var(--evergreen-dark); font-family: Arial, Helvetica, sans-serif; font-size: 19px; }
.article-content p { max-width: 720px; font-size: 18px; line-height: 1.65; }
.article-content p + p { margin-top: 20px; }
.article-content a:not(.button) { color: var(--evergreen-dark); font-weight: 700; text-underline-offset: 4px; }
.form-field { display: grid; gap: 7px; margin-bottom: 20px; font-size: 17px; font-weight: 700; }
.form-field input { min-height: 52px; padding: 12px 13px; color: var(--ink); border: 1px solid #75877b; border-radius: 4px; font: inherit; font-weight: 400; }
.form-field input:focus { outline: 3px solid var(--sun); outline-offset: 2px; border-color: var(--evergreen-dark); }
.form-note, .form-status { margin-top: 20px; color: var(--muted); font-size: 15px; }
.form-status { display: none; color: var(--evergreen-dark); font-weight: 700; }
.form-status.is-visible { display: block; }

@media (max-width: 700px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 32px, 1160px); }
  .header-inner { min-height: 72px; }
  .brand { font-size: 21px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 16px; background: white; border-bottom: 1px solid var(--line); }
  nav.is-open { display: flex; }
  nav a { padding: 13px 0; }
  nav .button { margin-top: 6px; padding: 10px 16px; }
  .hero { display: flex; flex-direction: column; min-height: auto; background: var(--paper); }
  .hero::before { display: none; }
  .hero-image { position: relative; inset: auto; order: 1; width: 100%; height: 290px; object-position: 72% center; }
  .hero-content { order: 2; width: 100%; min-height: auto; padding: 26px 20px 34px; background: var(--paper); }
  .hero-copy { width: 100%; max-width: 560px; min-height: auto; padding: 0; }
  .hero-copy h1 { max-width: 560px; font-size: 38px; }
  .hero-starter { grid-template-columns: minmax(0, 1fr) 148px; column-gap: 12px; max-width: 100%; margin-top: 42px; }
  .hero-starter-label { font-size: 19px; }
  .hero-starter .button { grid-column: 2; min-height: 52px; font-size: 18px; }
  .hero-proof { max-width: 100%; margin-top: 12px; }
  .hero-benefits { max-width: 100%; margin-top: 12px; padding-top: 26px; }
  .hero-benefits > div { min-height: 60px; padding: 0 10px; }
  .hero-benefits span { font-size: 13px; }
  .hero-community { gap: 8px; padding-top: 18px; }
  .hero-community strong { flex: 0 0 auto; font-size: 29px; }
  .hero-community span { font-size: 11px; }
  h1 { font-size: 43px; }
  blockquote { font-size: 19px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 25px; }
  .trust-grid, .article-grid, .blog-article-grid, .split-layout { grid-template-columns: 1fr; }
  .member-preview-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; padding: 25px 0; }
  .member-stat { grid-template-rows: 18px 38px; min-height: 0; gap: 2px; }
  .member-stat > span:first-child { font-size: 13px; }
  .member-stat strong { font-size: 38px; }
  .member-stat-women { grid-column: 1; grid-row: 1; padding-right: 0; }
  .member-stat-men { grid-column: 2; grid-row: 1; padding-left: 0; }
  .profile-list { grid-column: 1 / -1; grid-row: 2; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; }
  .member-balance { grid-column: 1 / -1; grid-row: 3; height: 6px; }
  .profile-name { font-size: 12px; }
  .profile-label { font-size: 11px; }
  .trust-grid div, .trust-grid div:first-child, .trust-grid div:last-child { padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid div:last-child { border-bottom: 0; }
  .section { padding: 66px 0; }
  .article-content { padding-top: 48px; }
  .article-content .narrow-content { display: block; width: min(680px, calc(100% - 32px)); }
  .article-toc { display: none; }
  .article-content h1 { margin-bottom: 20px; font-size: 34px; line-height: 1.13; text-wrap: balance; }
  .article-content blockquote { margin-bottom: 28px; padding-left: 16px; color: #34453b; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.55; }
  .article-content h2 { margin-top: 48px; padding-top: 20px; font-size: 29px; }
  .article-content h3 { font-size: 18px; }
  .article-content p { font-size: 17px; line-height: 1.7; }
  .blog-hero { padding: 52px 0 40px; }
  .blog-hero h1 { margin-bottom: 17px; font-size: 39px; line-height: 1.1; }
  .blog-hero blockquote { margin-bottom: 18px; font-size: 18px; line-height: 1.5; }
  .blog-hero > .narrow-content > p:not(.eyebrow), .blog-context > .narrow-content > p { margin-bottom: 16px; font-size: 18px; line-height: 1.6; }
  .blog-context { padding-top: 50px; }
  .blog-context h2 { font-size: 30px; }
  .split-layout { gap: 42px; }
  .section-heading { align-items: start; flex-direction: column; gap: 4px; }
  .article-link, .article-link:first-child, .article-link:last-child { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .article-link:last-child { border-bottom: 0; }
  .blog-article-grid .article-link:nth-child(2n), .blog-article-grid .article-link:nth-child(odd) { padding-left: 0; border-right: 0; }
  .article-link h3 { margin-top: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 16px; }
  .footer-links { flex-wrap: wrap; }
  .connection-finale { padding: 66px 0; }
  .finale-content > p:not(.eyebrow) { font-size: 18px; }
  .auth-page { padding: 36px 0; }
  .auth-panel { padding: 30px 22px; }
  .auth-panel h1 { font-size: 38px; }
}

@media (min-width: 701px) and (max-width: 900px) {
  .hero { min-height: 540px; }
  .hero-content { min-height: 540px; padding: 0 28px; }
  .hero-copy { width: 46%; min-height: 540px; padding: 28px 0 34px; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(31px, 4.6vw, 42px); }
  .hero-starter { grid-template-columns: minmax(0, 1fr) 132px; column-gap: 12px; max-width: 100%; margin-top: 38px; }
  .hero-starter-label { font-size: 18px; }
  .hero-starter .button { min-height: 42px; padding: 9px 12px; font-size: 16px; }
  .hero-proof { max-width: 100%; margin-top: 12px; }
  .hero-benefits { max-width: 100%; margin-top: 12px; padding-top: 22px; }
  .hero-benefits > div { min-height: 62px; padding: 0 10px; }
  .hero-benefits span { font-size: 12px; }
  .hero-community { gap: 7px; padding-top: 16px; }
  .hero-community strong { font-size: 25px; }
  .hero-community span { font-size: 10px; }
}
