:root {
  --ink: #25322f;
  --muted-ink: #66736e;
  --paper: #ffffff;
  --soft: #fff8e8;
  --mist: #effbf7;
  --green: #0d7f70;
  --green-dark: #164640;
  --sun: #ffd86a;
  --red: #eb7967;
  --blue: #4f8fcb;
  --pink: #ff9abc;
  --mint: #78d8c8;
  --line: rgba(37, 50, 47, 0.12);
  --shadow: 0 16px 42px rgba(22, 70, 64, 0.12);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(120, 216, 200, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 216, 106, 0.07) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.75;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 48px);
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 24, 22, 0.74), rgba(8, 24, 22, 0));
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--green-dark);
  background: var(--sun);
  border: 3px solid #fff;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-2deg);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
}

.brand small {
  margin-top: 2px;
  font-size: 11px;
  opacity: 0.78;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta {
  padding: 9px 15px;
  color: var(--green-dark);
  background: var(--sun);
  border: 2px solid rgba(17, 63, 58, 0.16);
  border-radius: 999px;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 92svh;
  padding: 124px clamp(20px, 6vw, 72px) 88px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 35, 31, 0.76) 0%, rgba(9, 35, 31, 0.5) 52%, rgba(9, 35, 31, 0.16) 100%),
    url("https://images.unsplash.com/photo-1747340668247-834359280b84?ixlib=rb-4.1.0&q=85&fm=jpg&crop=entropy&cs=srgb&w=1800")
      center / cover;
}

.hero::before {
  content: "";
  position: absolute;
  top: 96px;
  right: max(-92px, -6vw);
  width: min(38vw, 440px);
  height: min(38vw, 440px);
  background:
    linear-gradient(45deg, rgba(255, 200, 61, 0.42) 25%, transparent 25% 50%, rgba(255, 122, 168, 0.42) 50% 75%, transparent 75%),
    linear-gradient(45deg, transparent 25%, rgba(63, 208, 189, 0.42) 25% 50%, transparent 50% 75%, rgba(47, 126, 216, 0.42) 75%);
  background-position: 0 0, 22px 22px;
  background-size: 54px 54px;
  border: 8px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  opacity: 0.44;
  transform: rotate(8deg);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 18vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--paper));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--sun);
}

.hero-kicker {
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 13px;
  color: var(--green-dark);
  background: #fff;
  border-left: 7px solid var(--pink);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(255, 216, 106, 0.72);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.35;
}

h1,
h2,
h3,
p,
li,
summary,
strong {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

@supports (word-break: auto-phrase) {
  h1,
  h2,
  h3,
  p,
  li,
  summary,
  strong {
    word-break: auto-phrase;
  }
}

h1 {
  margin: 0;
  font-size: clamp(46px, 8vw, 94px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 3px 3px 0 rgba(22, 70, 64, 0.28);
}

h1 span {
  display: block;
  white-space: nowrap;
}

.line {
  display: block;
}

.lead-line {
  display: block;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.24;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}

.hero-question {
  margin: 26px 0 0;
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.25;
  color: #fff4bf;
}

.hero-lead {
  display: grid;
  gap: 0.42em;
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 2vw, 20px);
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border: 2px solid rgba(17, 63, 58, 0.18);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.25;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button::after {
  content: "→";
  margin-left: 10px;
  font-weight: 900;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button-primary {
  color: var(--green-dark);
  background: var(--sun);
  box-shadow: 0 5px 0 #e5ae38;
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

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

.hero-badges span {
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.proof-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--max), calc(100% - 40px));
  margin: -44px auto 0;
  background: var(--paper);
  border: 2px solid rgba(22, 70, 64, 0.82);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.proof-strip div {
  min-height: 104px;
  padding: 22px 24px;
  border-right: 1px dashed rgba(22, 70, 64, 0.18);
}

.proof-strip div:nth-child(1) {
  background: #fff7df;
}

.proof-strip div:nth-child(2) {
  background: #e9fbf7;
}

.proof-strip div:nth-child(3) {
  background: #eff6ff;
}

.proof-strip div:nth-child(4) {
  background: #fff0f5;
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
}

.proof-strip span {
  margin-top: 6px;
  color: var(--muted-ink);
  font-size: 13px;
  font-weight: 700;
}

.benefit-map {
  padding-bottom: clamp(56px, 8vw, 96px);
  background:
    linear-gradient(90deg, rgba(120, 216, 200, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 216, 106, 0.12) 1px, transparent 1px),
    var(--paper);
  background-size: 38px 38px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.benefit-grid article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(22, 70, 64, 0.07);
  overflow: hidden;
}

.benefit-grid article::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 46px;
  height: 46px;
  background: var(--sun);
  border: 2px solid rgba(22, 70, 64, 0.14);
  border-radius: 50%;
  opacity: 0.42;
}

.benefit-grid article:nth-child(2)::after {
  background: var(--mint);
}

.benefit-grid article:nth-child(3)::after {
  background: var(--blue);
}

.benefit-grid article:nth-child(4)::after {
  background: var(--red);
}

.benefit-grid span {
  display: inline-block;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: var(--green-dark);
  background: var(--soft);
  border: 1px solid rgba(13, 127, 112, 0.14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-grid p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: var(--muted-ink);
  font-size: 15px;
}

.owner-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: stretch;
  width: min(var(--max), calc(100% - 40px));
  margin: 52px auto 0;
}

.owner-intro-main {
  padding: clamp(28px, 4vw, 42px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 20%, transparent 20% 40%, rgba(255, 255, 255, 0.08) 40% 60%, transparent 60% 80%, rgba(255, 255, 255, 0.08) 80%),
    var(--green-dark);
  background-size: 32px 32px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.owner-intro-main .eyebrow {
  color: var(--sun);
}

.owner-intro-main h2 {
  font-size: clamp(26px, 3.5vw, 42px);
}

.owner-intro-main p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.owner-intro-points {
  display: grid;
  gap: 14px;
}

.owner-intro-points div {
  display: grid;
  align-content: center;
  min-height: 120px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 8px solid var(--sun);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(22, 70, 64, 0.06);
}

.owner-intro-points div:nth-child(2) {
  border-left-color: var(--mint);
}

.owner-intro-points div:nth-child(3) {
  border-left-color: var(--red);
}

.owner-intro-points strong,
.owner-intro-points span {
  display: block;
}

.owner-intro-points strong {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.owner-intro-points span {
  margin-top: 8px;
  color: var(--muted-ink);
  font-size: 14px;
  font-weight: 800;
}

.starter-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 52px auto 0;
  padding: 24px;
  background: #fff;
  border: 2px solid rgba(22, 70, 64, 0.78);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.starter-band .eyebrow {
  color: var(--blue);
}

.starter-copy h2 {
  font-size: clamp(24px, 3vw, 36px);
}

.starter-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.starter-steps span {
  display: grid;
  place-items: center;
  min-height: 76px;
  padding: 10px;
  color: var(--green-dark);
  background: var(--sun);
  border: 1px solid rgba(17, 63, 58, 0.14);
  border-radius: 8px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
}

.starter-steps span:nth-child(2) {
  background: var(--mint);
}

.starter-steps span:nth-child(3) {
  background: #fff;
  border-color: var(--red);
}

.starter-steps span:nth-child(4) {
  color: #fff;
  background: var(--blue);
}

.starter-steps span:nth-child(5) {
  color: #fff;
  background: var(--red);
}

.section-pad {
  padding: clamp(72px, 10vw, 124px) clamp(20px, 5vw, 48px);
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 42px;
}

.section-heading.compact {
  max-width: 860px;
  text-align: center;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.intro-grid > p {
  margin: 0;
  color: var(--muted-ink);
  font-size: clamp(17px, 2vw, 22px);
}

.notice-panel {
  padding: 28px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(255, 216, 106, 0.34);
}

.notice-panel > span {
  display: block;
  color: var(--sun);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.notice-panel strong {
  display: block;
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.45;
}

.story-section {
  background:
    linear-gradient(135deg, rgba(79, 143, 203, 0.08) 0 12px, transparent 12px 24px),
    var(--mist);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.story-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 42px);
  color: #fff;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 10px, transparent 10px 24px),
    var(--green-dark);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(255, 216, 106, 0.34);
}

.story-copy .eyebrow {
  color: var(--sun);
}

.story-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.story-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.story-cards article {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 8px solid var(--sun);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(22, 70, 64, 0.08);
}

.story-cards article:nth-child(2) {
  border-top-color: var(--mint);
}

.story-cards article:nth-child(3) {
  border-top-color: var(--red);
}

.story-cards span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  color: var(--green-dark);
  background: var(--sun);
  border-radius: 8px;
  font-weight: 900;
}

.story-cards article:nth-child(2) span {
  background: var(--mint);
}

.story-cards article:nth-child(3) span {
  color: #fff;
  background: var(--red);
}

.story-cards p {
  margin: 12px 0 0;
  color: var(--muted-ink);
  font-size: 15px;
}

.muted {
  background: var(--soft);
}

.check-grid,
.model-grid,
.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.check-grid article,
.model-grid article,
.flow-grid article {
  min-height: 100%;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(22, 70, 64, 0.06);
}

.check-grid article:nth-child(1),
.flow-grid article:nth-child(1),
.model-grid article:nth-child(1) {
  border-top: 8px solid var(--sun);
}

.check-grid article:nth-child(2),
.flow-grid article:nth-child(2),
.model-grid article:nth-child(2) {
  border-top: 8px solid var(--mint);
}

.check-grid article:nth-child(3),
.flow-grid article:nth-child(3),
.model-grid article:nth-child(3) {
  border-top: 8px solid var(--blue);
}

.check-grid article:nth-child(4) {
  border-top: 8px solid var(--pink);
}

.check {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--red);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(255, 216, 106, 0.58);
}

.check-grid p,
.model-grid p,
.flow-grid p {
  margin: 12px 0 0;
  color: var(--muted-ink);
  font-size: 15px;
}

.risk-section {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(235, 121, 103, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 127, 112, 0.06) 1px, transparent 1px),
    var(--soft);
  background-size: 40px 40px;
}

.risk-section .eyebrow,
.risk-section .section-heading {
  color: var(--red);
}

.risk-section h2 {
  color: var(--ink);
}

.risk-list {
  display: grid;
  gap: 12px;
  width: min(940px, 100%);
  margin: 0 auto;
}

.risk-list div {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  min-height: 84px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.risk-list span {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--sun);
  font-size: 22px;
  font-weight: 900;
  background: var(--green-dark);
  border-right: 1px solid rgba(22, 70, 64, 0.12);
}

.risk-list p {
  margin: 0;
  padding: 18px 22px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
}

.timing-section {
  background: var(--paper);
}

.timing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.timing-grid article {
  padding: 26px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(22, 70, 64, 0.06);
}

.timing-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
  font-weight: 900;
}

.timing-grid article:nth-child(2) span {
  color: var(--green-dark);
  background: var(--sun);
}

.timing-grid article:nth-child(3) span {
  background: var(--blue);
}

.timing-grid p {
  margin: 12px 0 0;
  color: var(--muted-ink);
  font-size: 15px;
}

.consultation {
  background: var(--paper);
}

.consultation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  width: min(var(--max), 100%);
  margin: 0 auto;
  align-items: start;
}

.step-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(17, 63, 58, 0.12);
  border-left: 8px solid var(--green);
  border-radius: 8px;
}

.step-list li:nth-child(2) {
  border-left-color: var(--sun);
}

.step-list li:nth-child(3) {
  border-left-color: var(--blue);
}

.step-list li:nth-child(4) {
  border-left-color: var(--red);
}

.step-list span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
  font-weight: 900;
}

.step-list p {
  margin: 8px 0 0;
  color: var(--muted-ink);
}

.takeaway-panel {
  position: sticky;
  top: 96px;
  padding: 28px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(255, 216, 106, 0.44);
}

.takeaway-panel .eyebrow {
  color: #cbe8ff;
}

.takeaway-panel ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.takeaway-panel li {
  padding-left: 18px;
  border-left: 4px solid var(--sun);
}

.school-section {
  background:
    linear-gradient(90deg, rgba(255, 216, 106, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(120, 216, 200, 0.11) 1px, transparent 1px),
    var(--soft);
  background-size: 36px 36px;
}

.section-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted-ink);
  font-size: clamp(16px, 2vw, 19px);
}

.section-lead.centered {
  margin-right: auto;
  margin-left: auto;
}

.deliverables-section {
  background:
    repeating-linear-gradient(90deg, rgba(255, 216, 106, 0.08) 0 10px, transparent 10px 22px),
    var(--mist);
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.deliverables-grid article {
  min-height: 100%;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(22, 70, 64, 0.07);
}

.deliverables-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--green-dark);
  background: var(--sun);
  border-radius: 8px;
  font-weight: 900;
}

.deliverables-grid article:nth-child(2) span {
  background: var(--mint);
}

.deliverables-grid article:nth-child(3) span {
  color: #fff;
  background: var(--blue);
}

.deliverables-grid article:nth-child(4) span {
  color: #fff;
  background: var(--red);
}

.deliverables-grid p {
  margin: 12px 0 0;
  color: var(--muted-ink);
  font-size: 15px;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.course-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 100%;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 8px solid var(--mint);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 70, 64, 0.08);
}

.course-card:nth-child(1) {
  border-top-color: var(--sun);
}

.course-card:nth-child(3) {
  border-top-color: var(--blue);
}

.course-card.is-featured {
  border-color: rgba(13, 127, 112, 0.32);
  border-top-color: var(--green);
  box-shadow: 8px 8px 0 rgba(255, 216, 106, 0.32);
}

.course-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.course-head span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-head strong {
  display: inline-grid;
  place-items: center;
  min-width: 68px;
  min-height: 40px;
  padding: 8px 12px;
  color: var(--green-dark);
  background: var(--sun);
  border-radius: 999px;
  line-height: 1;
}

.course-price {
  margin: -4px 0 0;
  padding: 9px 12px;
  color: var(--green-dark);
  background: var(--soft);
  border: 1px solid rgba(13, 127, 112, 0.18);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.course-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted-ink);
  font-size: 15px;
}

.course-card li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 999px;
}

.course-note {
  width: min(var(--max), 100%);
  margin: 22px auto 0;
  color: var(--muted-ink);
  font-size: 13px;
}

.course-scope {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(var(--max), 100%);
  margin: 22px auto 0;
}

.course-scope div {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.course-scope strong,
.course-scope span {
  display: block;
}

.course-scope strong {
  color: var(--green-dark);
  font-size: 15px;
}

.course-scope span {
  margin-top: 6px;
  color: var(--muted-ink);
  font-size: 13px;
  line-height: 1.65;
}

.model-section {
  background:
    linear-gradient(90deg, rgba(79, 143, 203, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(235, 121, 103, 0.055) 1px, transparent 1px),
    var(--mist);
  background-size: 42px 42px;
}

.model-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.model-grid article {
  background: var(--paper);
}

.model-grid span,
.flow-grid span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.profile-media {
  min-height: 520px;
  overflow: hidden;
  border: 3px solid var(--green-dark);
  border-radius: 8px;
  box-shadow: 10px 10px 0 rgba(120, 216, 200, 0.24);
}

.profile-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.profile-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted-ink);
  font-size: 17px;
}

.profile-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.profile-points span {
  padding: 9px 12px;
  color: var(--green-dark);
  background: var(--soft);
  border: 1px solid rgba(12, 90, 79, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.voices-section {
  background:
    linear-gradient(90deg, rgba(255, 154, 188, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(79, 143, 203, 0.07) 1px, transparent 1px),
    var(--paper);
  background-size: 38px 38px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.voice-grid article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(22, 70, 64, 0.07);
}

.voice-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 2px solid rgba(22, 70, 64, 0.18);
  border-radius: 8px;
}

.voice-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.voice-grid h3 {
  margin-top: 8px;
}

.voice-grid p {
  margin: 12px 0 0;
  color: var(--muted-ink);
}

.flow-section {
  background:
    repeating-linear-gradient(90deg, rgba(255, 216, 106, 0.12) 0 12px, transparent 12px 24px),
    var(--soft);
}

.flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(900px, 100%);
  margin: 0 auto;
}

details {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted-ink);
}

.reserve {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 36px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto clamp(72px, 9vw, 120px);
  padding-right: clamp(24px, 5vw, 56px);
  padding-left: clamp(24px, 5vw, 56px);
  color: #fff;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 10px, transparent 10px 24px),
    var(--green-dark);
  border: 2px solid var(--green-dark);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.reserve .eyebrow {
  color: var(--sun);
}

.reserve-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.reserve-form {
  display: grid;
  gap: 16px;
  align-self: start;
  padding: 28px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(255, 216, 106, 0.36);
}

.reserve-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--muted-ink);
  font-size: 12px;
  text-align: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 48px);
  color: #fff;
  background: #16201d;
}

.site-footer p {
  margin: 0;
}

.mobile-cta {
  position: fixed;
  z-index: 30;
  right: 14px;
  bottom: 14px;
  display: none;
  padding: 13px 17px;
  color: var(--green-dark);
  background: var(--sun);
  border: 2px solid rgba(17, 63, 58, 0.18);
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .header-nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 90svh;
    background:
      linear-gradient(180deg, rgba(6, 24, 21, 0.88) 0%, rgba(6, 24, 21, 0.6) 56%, rgba(6, 24, 21, 0.22) 100%),
      url("https://images.unsplash.com/photo-1747340668247-834359280b84?ixlib=rb-4.1.0&q=85&fm=jpg&crop=entropy&cs=srgb&w=1200")
        center / cover;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip div:nth-child(1),
  .proof-strip div:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .intro-grid,
  .consultation-layout,
  .owner-intro,
  .story-layout,
  .course-scope,
  .profile,
  .voice-grid,
  .reserve {
    grid-template-columns: 1fr;
  }

  .check-grid,
  .benefit-grid,
  .timing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deliverables-grid,
  .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .takeaway-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .nav-cta {
    padding: 8px 11px;
    font-size: 13px;
  }

  .hero {
    min-height: 88svh;
    padding: 104px 20px 78px;
  }

  h1 {
    font-size: clamp(40px, 10.8vw, 48px);
  }

  h2 {
    font-size: clamp(27px, 7vw, 34px);
  }

  .hero-question {
    font-size: clamp(23px, 6.4vw, 30px);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding-right: 14px;
    padding-left: 14px;
    white-space: normal;
  }

  .proof-strip,
  .check-grid,
  .benefit-grid,
  .story-cards,
  .timing-grid,
  .deliverables-grid,
  .course-grid,
  .course-scope,
  .voice-grid,
  .model-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .starter-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .owner-intro {
    width: calc(100% - 40px);
  }

  .owner-intro-main,
  .owner-intro-points div {
    padding: 22px;
  }

  .owner-intro-points div {
    min-height: auto;
  }

  .starter-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starter-steps span {
    min-height: 54px;
    font-size: 17px;
  }

  .starter-steps span:last-child {
    grid-column: 1 / -1;
  }

  .proof-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .risk-list div {
    grid-template-columns: 58px 1fr;
  }

  .risk-list span {
    font-size: 18px;
  }

  .step-list li {
    grid-template-columns: 1fr;
  }

  .voice-grid article {
    grid-template-columns: 1fr;
  }

  .voice-grid img {
    max-height: 240px;
  }

  .profile-media,
  .profile-media img {
    min-height: 320px;
  }

  .reserve {
    width: calc(100% - 28px);
    padding: 58px 18px;
  }

  .reserve-form {
    padding: 18px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 78px;
  }

  .mobile-cta {
    display: inline-flex;
  }
}
