:root {
  color-scheme: light;
  --greige: #d5cdbd;
  --milk: #f4efe6;
  --milk-strong: #fbf7ee;
  --graphite: #2a2a2e;
  --muted: #67615b;
  --green: #7d8a6a;
  --green-dark: #4f5d46;
  --green-soft: rgba(125, 138, 106, 0.2);
  --line: rgba(42, 42, 46, 0.17);
  --line-strong: rgba(42, 42, 46, 0.32);
  --shadow: rgba(42, 42, 46, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--greige);
  color: var(--graphite);
  font-family: "Cormorant Garamond", Georgia, serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.page {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
}

.topbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  width: 92px;
  align-items: center;
  text-decoration: none;
}
.brand img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 6px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.2;
}
.nav a { text-underline-offset: 4px; }

.section {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 72px) 0;
}
.section + .section { border-top: 1px solid var(--line); }
.section.wide { width: min(100%, 1080px); }

.mindspring-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(320px, auto);
  gap: 0;
  overflow: hidden;
  margin: clamp(18px, 3vw, 34px) 0 clamp(44px, 6vw, 72px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--milk);
}
.hero-tile {
  min-height: 320px;
  margin: 0;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--milk-strong);
}
.hero-tile:nth-child(2n) { border-right: 0; }
.hero-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}
.hero-intro h1 {
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.95;
}
.hero-intro p {
  max-width: 420px;
  margin-top: 18px;
}
.hero-image {
  overflow: hidden;
  background: var(--greige);
}
.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.hero-image-left img {
  object-position: center 18%;
}
.hero-statement {
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(28px, 5vw, 56px);
  text-align: center;
  background: var(--milk);
}
.hero-graphite {
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(28px, 5vw, 56px);
  background: var(--graphite);
  color: var(--milk);
}
.hero-graphite p {
  max-width: 500px;
  color: rgba(244, 239, 230, 0.84);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.28;
  text-align: center;
}
.tiny-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(125, 138, 106, 0.08);
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dark-label {
  border-color: rgba(244, 239, 230, 0.24);
  background: rgba(244, 239, 230, 0.08);
  color: var(--milk);
}
.statement-line {
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1;
}
.statement-note {
  max-width: 420px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.42;
}

.hero-section {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.76fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(34px, 5vw, 58px) 0 clamp(44px, 6vw, 70px);
}
.hero-copy { max-width: 620px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--green-dark);
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}
h1 {
  max-width: 680px;
  font-size: clamp(42px, 5.4vw, 66px);
  line-height: 0.98;
}
h2 {
  font-size: clamp(31px, 3.5vw, 44px);
  line-height: 1;
}
h3 {
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 1.02;
}
p {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.46;
}
.lead {
  max-width: 620px;
  margin-top: 20px;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.38;
}
.hero-note {
  max-width: 660px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.42;
}
.muted { color: var(--muted); }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(28px, 4vw, 38px);
}
.button,
.link-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px 15px;
  border: 1px solid var(--graphite);
  border-radius: 999px;
  background: var(--graphite);
  color: var(--milk);
  font-size: clamp(17px, 1.35vw, 19px);
  font-weight: 600;
  line-height: 1.14;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
  -webkit-tap-highlight-color: transparent;
}
.button:hover,
.button:focus-visible,
.link-button:hover,
.link-button:focus-visible {
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-1px);
  outline: none;
}
.button.secondary {
  background: transparent;
  color: var(--graphite);
  border-color: var(--line-strong);
}
.button.secondary:hover,
.button.secondary:focus-visible {
  background: var(--graphite);
  color: var(--milk);
  border-color: var(--graphite);
}

.hero-board {
  position: relative;
  display: grid;
  gap: 14px;
}
.hero-board::before {
  content: "";
  position: absolute;
  inset: 10% -8% auto auto;
  width: 70%;
  height: 74%;
  border-radius: 26px;
  background: var(--green-soft);
  transform: rotate(-4deg);
  z-index: -1;
}
.hero-portrait {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--milk);
  box-shadow: 0 18px 50px var(--shadow);
}
.hero-portrait img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
}
figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.25;
}
.mini-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 48px rgba(42, 42, 46, 0.05);
}
.mini-card span {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(244, 239, 230, 0.32);
  font-size: 17px;
  font-weight: 600;
}
.mini-card strong {
  font-size: 24px;
  line-height: 1;
}
.mini-card p {
  color: inherit;
  font-size: 18px;
  line-height: 1.35;
}
.mini-card.green {
  width: min(92%, 390px);
  margin-left: auto;
  background: var(--green);
  color: var(--milk);
}
.mini-card.milk {
  width: min(92%, 390px);
  background: var(--milk);
}

.panel-section {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--milk);
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: end;
}
.feature-grid,
.grid-3,
.grid-2,
.price-grid {
  display: grid;
  gap: 16px;
  margin-top: clamp(30px, 5vw, 48px);
}
.feature-grid,
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2,
.price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card,
.card,
.price-card {
  min-height: 100%;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--milk-strong);
  box-shadow: 0 16px 58px rgba(42, 42, 46, 0.05);
}
.feature-milk {
  background: var(--milk-strong);
}
.feature-green {
  background: var(--green);
  color: var(--milk);
}
.feature-graphite {
  background: var(--graphite);
  color: var(--milk);
}
.feature-card.feature-green,
.feature-card.feature-graphite,
.card.green-card,
.card.dark-thread-card,
.thread-card.dark-thread,
.rhythm-section .step:nth-child(1),
.rhythm-section .step:nth-child(3) {
  color: var(--milk);
}
.feature-card.feature-green h3,
.feature-card.feature-graphite h3,
.card.green-card h3,
.card.dark-thread-card h3,
.thread-card.dark-thread h3,
.rhythm-section .step:nth-child(1) h3,
.rhythm-section .step:nth-child(3) h3 {
  color: var(--milk);
}
.feature-card.feature-green p,
.feature-card.feature-graphite p,
.card.green-card p,
.card.dark-thread-card p,
.thread-card.dark-thread p,
.rhythm-section .step:nth-child(1) p,
.rhythm-section .step:nth-child(3) p {
  color: rgba(244, 239, 230, 0.98);
}
.feature-card.feature-green .feature-number,
.feature-card.feature-graphite .feature-number,
.rhythm-section .step:nth-child(1) .step-num,
.rhythm-section .step:nth-child(3) .step-num {
  background: rgba(244, 239, 230, 0.28);
  color: var(--milk);
}
.feature-card.feature-green a,
.feature-card.feature-graphite a,
.feature-card.feature-green:visited,
.feature-card.feature-graphite:visited {
  color: var(--milk);
}
.feature-green .feature-number,
.feature-graphite .feature-number {
  background: rgba(244, 239, 230, 0.24);
  color: var(--milk);
}
.feature-green p,
.feature-graphite p,
.feature-green a,
.feature-graphite a {
  color: rgba(244, 239, 230, 0.96);
}
.feature-green a,
.feature-graphite a {
  text-decoration-color: rgba(244, 239, 230, 0.92);
}
.green-card {
  background: var(--green);
  color: var(--milk);
}
.green-card p { color: rgba(244, 239, 230, 0.96); }
.feature-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 17px;
  font-weight: 600;
}
.feature-card p,
.card p,
.price-card p { color: var(--muted); }
.feature-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--green-dark);
  font-size: 19px;
  font-weight: 600;
  text-underline-offset: 4px;
}
.start-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.start-card:hover,
.start-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(42, 42, 46, 0.1);
  outline: none;
}
.start-card h3 {
  margin-bottom: 14px;
}
.start-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inside-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(30px, 5vw, 48px);
}
.inside-card {
  min-height: 100%;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--milk-strong);
  box-shadow: 0 16px 58px rgba(42, 42, 46, 0.05);
}
.inside-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 17px;
  font-weight: 600;
}
.inside-card h3 {
  margin-bottom: 12px;
}
.inside-card p {
  color: var(--muted);
}
.inside-card.feature-milk {
  background: var(--milk-strong);
  color: var(--graphite);
}
.inside-card.feature-green {
  background: var(--green);
  color: #fffaf2;
}
.inside-card.feature-graphite {
  background: var(--graphite);
  color: #fffaf2;
}
.inside-card.feature-green p,
.inside-card.feature-graphite p {
  color: #fffaf2;
}
.inside-card.feature-green span,
.inside-card.feature-graphite span {
  background: rgba(255, 250, 242, 0.28);
  color: #fffaf2;
}

.quote-section {
  width: min(100%, 860px);
  padding-top: clamp(46px, 6vw, 70px);
  padding-bottom: clamp(46px, 6vw, 70px);
}
.quote-section p {
  font-size: clamp(29px, 3.5vw, 44px);
  line-height: 1.08;
}
.quote-section p + p { margin-top: 18px; color: var(--green-dark); }

.thread-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(30px, 5vw, 48px);
}
.thread-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 118px;
  gap: 20px;
  align-items: end;
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--milk);
}
.thread-card img {
  width: 118px;
  height: 118px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 26%;
  border-radius: 10px;
}
.thread-card .thread-label {
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 600;
}
.thread-card p:last-child {
  margin-top: 14px;
  color: var(--muted);
}
.light-thread { background: var(--milk-strong); }
.dark-thread {
  background: var(--graphite);
  color: var(--milk);
}
.dark-thread .thread-label,
.dark-thread p:last-child { color: rgba(244, 239, 230, 0.94); }
.dark-thread img { border: 1px solid rgba(244, 239, 230, 0.24); }

.steps {
  display: grid;
  gap: 0;
  margin-top: clamp(30px, 5vw, 48px);
  border-top: 1px solid var(--line);
}
.rhythm-section .steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border-top: 0;
}
.step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.rhythm-section .step {
  min-height: 100%;
  display: block;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--milk-strong);
  box-shadow: 0 16px 58px rgba(42, 42, 46, 0.05);
}
.rhythm-section .step:nth-child(1) {
  background: var(--green);
  color: var(--milk);
}
.rhythm-section .step:nth-child(2) {
  background: var(--milk-strong);
}
.rhythm-section .step:nth-child(3) {
  background: var(--graphite);
  color: var(--milk);
}
.step-num {
  color: var(--green-dark);
  font-size: 34px;
  line-height: 1;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); }
.rhythm-section .step-num {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 17px;
  font-weight: 600;
}
.rhythm-section .step:nth-child(1) .step-num,
.rhythm-section .step:nth-child(3) .step-num {
  background: rgba(244, 239, 230, 0.24);
  color: var(--milk);
}
.rhythm-section .step:nth-child(1) p,
.rhythm-section .step:nth-child(3) p {
  color: rgba(244, 239, 230, 0.96);
}

.cta-section {
  padding-bottom: clamp(72px, 9vw, 110px);
}
.cta-box {
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--green);
  color: var(--milk);
}
.cta-box .eyebrow,
.cta-box .lead,
.cta-box .microcopy { color: rgba(244, 239, 230, 0.86); }
.cta-box .button {
  background: var(--milk);
  color: var(--graphite);
  border-color: var(--milk);
}
.cta-box .button.secondary {
  background: transparent;
  color: var(--milk);
  border-color: rgba(244, 239, 230, 0.5);
}
.microcopy {
  max-width: 620px;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.45;
}

.list,
.bullets {
  display: grid;
  gap: 14px;
  margin: clamp(26px, 4vw, 40px) 0 0;
  padding: 0;
  list-style: none;
}
.list li,
.bullets li {
  position: relative;
  padding-left: 28px;
  font-size: clamp(19px, 1.8vw, 22px);
  line-height: 1.43;
}
.list li::before,
.bullets li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 13px;
  height: 1px;
  background: var(--green-dark);
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 68px);
  align-items: start;
}
.note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 2px solid var(--green-dark);
  background: var(--milk);
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
}

.price-card strong {
  display: block;
  margin: 6px 0 14px;
  color: var(--green-dark);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}
.faq {
  display: grid;
  gap: 0;
  margin-top: clamp(28px, 5vw, 48px);
  border-top: 1px solid var(--line);
}
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  padding: 20px 0;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
}
.faq p {
  padding: 0 0 20px;
  color: var(--muted);
}

.footer {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 62px) clamp(18px, 4vw, 56px) 24px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}
.footer a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-content: start;
}
.footer-links span { color: var(--line-strong); }

.club-page .hero {
  min-height: auto;
  margin-top: clamp(26px, 4vw, 44px);
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--milk);
  box-shadow: 0 18px 60px var(--shadow);
}
.club-mosaic {
  margin-top: clamp(18px, 3vw, 34px);
}
.hero-facts-tile {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: clamp(28px, 5vw, 56px);
  background: var(--milk);
}
.hero-facts-tile span {
  display: grid;
  min-height: 84px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--milk-strong);
  color: var(--graphite);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
}
.hero-facts-tile span:nth-child(2) {
  background: var(--green);
  color: #fffaf2;
}
.hero-facts-tile span:nth-child(3) {
  background: var(--graphite);
  color: #fffaf2;
}
.hero-facts-tile span:nth-child(4) {
  background: var(--greige);
}
.club-page h1 { font-size: clamp(40px, 4.6vw, 60px); }
.club-page h2 { font-size: clamp(31px, 3.5vw, 44px); }
.club-page h3 { font-size: clamp(23px, 2.1vw, 30px); }
.club-page .lead {
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.36;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}
.hero-panel {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--milk-strong);
}
.hero-panel p + p { margin-top: 16px; }
.teacher-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}
.teacher-duo figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--milk);
}
.teacher-duo img {
  width: 100%;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
  object-position: center 22%;
}
.teacher-duo figcaption {
  padding: 10px 11px 12px;
  font-size: 17px;
}
.club-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: clamp(24px, 3vw, 34px);
}
.club-facts span {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--green-soft);
  color: var(--graphite);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.1;
}
.club-page .section:not(.hero) {
  padding-top: clamp(46px, 7vw, 78px);
  padding-bottom: clamp(46px, 7vw, 78px);
}
.club-page .split-band,
.club-page .steps,
.club-page .faq {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--milk);
}
.club-page .steps,
.club-page .faq { gap: 0; }
.club-page .step {
  grid-template-columns: 58px 1fr;
}
.light-thread-card { background: var(--milk-strong); }
.dark-thread-card {
  background: var(--graphite);
  color: var(--milk);
}
.dark-thread-card p { color: rgba(244, 239, 230, 0.94); }

.start-page {
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: clamp(34px, 5vw, 58px);
}
.start-mosaic-page {
  display: block;
}
.start-mosaic {
  margin-bottom: clamp(34px, 5vw, 58px);
}
.start-logo {
  width: 116px;
  height: 116px;
  object-fit: contain;
  margin: 0 0 20px;
  border-radius: 8px;
}
.start-shell {
  width: min(100%, 560px);
  margin: 0 auto;
  text-align: center;
}
.start-shell .knot-mark {
  width: 116px;
  height: auto;
  max-height: 116px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 auto 22px;
  border-radius: 8px;
}
.start-shell h1 { font-size: clamp(34px, 8vw, 46px); }
.start-shell .lead {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(19px, 4vw, 22px);
}
.link-stack {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.start-block {
  margin-top: 30px;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--milk);
  box-shadow: 0 18px 60px var(--shadow);
}
.start-block h2 { font-size: clamp(30px, 6vw, 40px); }
.start-block .link-stack { margin-top: 18px; }
.link-button {
  min-height: 62px;
  justify-content: space-between;
  padding: 14px 18px 15px 20px;
  border-color: var(--graphite);
  border-radius: 10px;
  background: var(--milk);
  color: var(--graphite);
  text-align: left;
}
.link-button::after {
  content: "→";
  flex: 0 0 auto;
  color: var(--green-dark);
}
.link-button:hover::after,
.link-button:focus-visible::after { color: var(--milk); }
.mini-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 17px;
}
.mini-links a { text-underline-offset: 4px; }

@media (max-width: 900px) {
  .mindspring-hero {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .hero-tile {
    min-height: auto;
    border-right: 0;
  }
  .hero-image img {
    min-height: 280px;
    aspect-ratio: 1.18 / 1;
  }
  .hero-section,
  .hero-grid,
  .section-heading,
  .split-band,
  .footer {
    grid-template-columns: 1fr;
  }
  .hero-section { min-height: auto; }
  .feature-grid,
  .grid-3,
  .grid-2,
  .price-grid,
  .thread-grid {
    grid-template-columns: 1fr;
  }
  .start-card-grid {
    grid-template-columns: 1fr;
  }
  .inside-card-grid {
    grid-template-columns: 1fr;
  }
  .rhythm-section .steps {
    grid-template-columns: 1fr;
  }
  .thread-card {
    grid-template-columns: 1fr;
  }
  .thread-card img {
    width: 96px;
    height: 96px;
  }
}

.feature-card.feature-green,
.feature-card.feature-graphite,
.inside-card.feature-green,
.inside-card.feature-graphite,
.card.green-card,
.card.dark-thread-card,
.thread-card.dark-thread,
.rhythm-section .step:nth-child(1),
.rhythm-section .step:nth-child(3) {
  color: #fffaf2 !important;
}
.feature-card.feature-green h3,
.feature-card.feature-graphite h3,
.inside-card.feature-green h3,
.inside-card.feature-graphite h3,
.card.green-card h3,
.card.dark-thread-card h3,
.thread-card.dark-thread h3,
.rhythm-section .step:nth-child(1) h3,
.rhythm-section .step:nth-child(3) h3 {
  color: #fffaf2 !important;
}
.feature-card.feature-green p,
.feature-card.feature-graphite p,
.inside-card.feature-green p,
.inside-card.feature-graphite p,
.card.green-card p,
.card.dark-thread-card p,
.thread-card.dark-thread p,
.rhythm-section .step:nth-child(1) p,
.rhythm-section .step:nth-child(3) p {
  color: #fffaf2 !important;
}
.feature-card.feature-green a,
.feature-card.feature-graphite a,
.inside-card.feature-green a,
.inside-card.feature-graphite a {
  color: #fffaf2 !important;
  text-decoration-color: #fffaf2 !important;
}
.feature-card.feature-green .feature-number,
.feature-card.feature-graphite .feature-number,
.inside-card.feature-green span,
.inside-card.feature-graphite span,
.rhythm-section .step:nth-child(1) .step-num,
.rhythm-section .step:nth-child(3) .step-num {
  color: #fffaf2 !important;
  background: rgba(255, 250, 242, 0.28) !important;
}

@media (max-width: 700px) {
  .topbar {
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
  .brand { width: 86px; }
  .nav { justify-content: flex-start; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  h2 { font-size: clamp(30px, 9vw, 40px); }
  .lead { font-size: 20px; }
  .button,
  .actions { width: 100%; }
  .club-facts,
  .teacher-duo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step,
  .club-page .step {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .quote-section p { font-size: clamp(29px, 8vw, 38px); }
}

@media (max-width: 460px) {
  .page {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-board::before { display: none; }
  .mini-card,
  .mini-card.green,
  .mini-card.milk { width: 100%; }
  .club-facts { grid-template-columns: 1fr 1fr; }
  .footer-links { display: grid; gap: 8px; }
  .footer-links span[aria-hidden="true"] { display: none; }
}
