:root {
  --ink: #171b18;
  --text: #24302b;
  --muted: #69736e;
  --cream: #f5f0e7;
  --paper: #fffaf1;
  --sage: #9eae99;
  --moss: #31473a;
  --clay: #b36a4c;
  --steel: #d8e2e6;
  --line: rgba(23, 27, 24, 0.12);
  --shadow: 0 24px 80px rgba(23, 27, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(23, 27, 24, 0.08);
  background: rgba(245, 240, 231, 0.86);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.brand strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 800;
}

.matplan-cta {
  background: var(--ink);
  color: var(--paper);
}

.report-cta {
  border-color: rgba(179, 106, 76, 0.58);
  color: var(--clay);
  background: rgba(255, 250, 241, 0.72);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
  gap: clamp(22px, 4vw, 48px);
  padding: clamp(34px, 6vw, 70px) clamp(18px, 4vw, 54px);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(0.94);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(245, 240, 231, 0.98) 0%, rgba(245, 240, 231, 0.86) 47%, rgba(49, 71, 58, 0.58) 100%),
    linear-gradient(180deg, rgba(245, 240, 231, 0.08), rgba(245, 240, 231, 0.94));
}

.hero-content {
  max-width: 820px;
  padding: 74px 0 44px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 880px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(3.2rem, 7vw, 7.7rem);
  line-height: 0.92;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: #3b4943;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.58;
}

.hero-actions,
.button {
  display: flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 54px;
  justify-content: center;
  padding: 0 23px;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
}

.primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 16px 40px rgba(23, 27, 24, 0.2);
}

.secondary {
  border: 1px solid rgba(23, 27, 24, 0.24);
  background: rgba(255, 250, 241, 0.62);
  color: var(--ink);
}

.hero-panel {
  align-self: center;
  width: min(100%, 410px);
  padding: 24px;
  border: 1px solid rgba(255, 250, 241, 0.24);
  border-radius: 8px;
  background: rgba(23, 27, 24, 0.82);
  color: var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 250, 241, 0.72);
  font-size: 0.9rem;
}

.panel-top strong {
  color: var(--paper);
}

.progress-ring {
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  margin: 28px auto;
  border-radius: 50%;
  background: conic-gradient(var(--sage) calc(var(--progress) * 1%), rgba(255, 250, 241, 0.15) 0);
  position: relative;
}

.progress-ring::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: inherit;
  background: #202620;
}

.progress-ring span {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 900;
}

.progress-status {
  display: grid;
  gap: 10px;
  color: rgba(255, 250, 241, 0.74);
  font-size: 0.86rem;
  font-weight: 800;
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.14);
}

.progress-track span {
  display: block;
  width: calc(var(--progress) * 1%);
  height: 100%;
  border-radius: inherit;
  background: var(--sage);
  transition: width 220ms ease;
}

.signal-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.signal-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 250, 241, 0.78);
  font-size: 0.94rem;
}

.signal-list span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--sage);
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.intro-strip div {
  min-height: 138px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 24px clamp(18px, 3vw, 44px);
  border-right: 1px solid var(--line);
}

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

.intro-strip strong {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.intro-strip span {
  color: var(--muted);
  font-weight: 800;
}

.protocol-images {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr 0.84fr 0.84fr 1.16fr;
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.protocol-image-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: var(--ink);
}

.protocol-image-card.wide {
  min-height: 340px;
}

.protocol-image-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(0.76) contrast(0.94);
  transform: scale(1.01);
}

.protocol-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 27, 24, 0.05), rgba(23, 27, 24, 0.62)),
    linear-gradient(90deg, rgba(23, 27, 24, 0.48), rgba(23, 27, 24, 0.08));
}

.protocol-image-card div {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 1;
  color: var(--paper);
}

.protocol-image-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 9px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.12);
  color: rgba(255, 250, 241, 0.76);
  font-size: 0.76rem;
  font-weight: 900;
}

.protocol-image-card h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.45rem, 2vw, 2.3rem);
  line-height: 0.98;
}

.section {
  padding: clamp(68px, 9vw, 128px) clamp(18px, 4vw, 54px);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
}

.section-copy {
  position: sticky;
  top: 110px;
}

h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.section-copy p,
.offer-copy p,
.closing p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.feature-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.58);
}

.feature-grid span {
  color: var(--clay);
  font-weight: 900;
}

.feature-grid h3 {
  margin: 54px 0 12px;
  color: var(--ink);
  font-size: 1.5rem;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.journal-band {
  background: #f0f4ef;
}

.journal-shell,
.integrated-journal {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(340px, 1.2fr) minmax(260px, 0.82fr);
  gap: 18px;
  align-items: stretch;
}

.integrated-journal {
  margin-top: 18px;
  color: var(--text);
}

.journal-side,
.journal-workbench,
.journal-history {
  border: 1px solid rgba(49, 71, 58, 0.14);
  border-radius: 8px;
  background: #f8f3ea;
  box-shadow: 0 20px 70px rgba(49, 71, 58, 0.08);
}

.journal-side {
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 28px;
}

.journal-side h2 {
  font-size: clamp(2rem, 3.2vw, 3.8rem);
}

.journal-lead {
  max-width: 360px;
  margin-bottom: 18px;
  color: var(--paper);
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  font-weight: 850;
  line-height: 1.08;
}

.journal-side p {
  color: var(--muted);
  line-height: 1.65;
}

.journal-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.journal-stats div {
  min-height: 102px;
  display: grid;
  align-content: center;
  padding: 16px;
  border-radius: 8px;
  background: var(--moss);
  color: var(--paper);
}

.journal-stats strong {
  font-size: 2.4rem;
  line-height: 1;
}

.journal-stats span {
  margin-top: 6px;
  color: rgba(255, 250, 241, 0.68);
  font-weight: 800;
}

.journal-workbench {
  padding: 24px;
}

.journal-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 900;
}

.journal-topline strong {
  color: var(--ink);
}

.journal-form {
  display: grid;
  gap: 14px;
}

.journal-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.journal-form textarea,
.journal-form select {
  width: 100%;
  border: 1px solid rgba(49, 71, 58, 0.16);
  border-radius: 8px;
  background: var(--paper);
  color: var(--text);
  font: inherit;
}

.journal-form textarea {
  min-height: 92px;
  padding: 13px;
  resize: vertical;
  line-height: 1.5;
}

.journal-form select {
  min-height: 48px;
  padding: 0 13px;
}

.journal-form textarea:focus,
.journal-form select:focus {
  border-color: var(--moss);
  outline: none;
  box-shadow: 0 0 0 3px rgba(158, 174, 153, 0.28);
}

.journal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.journal-history {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 22px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.heading-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.section-heading h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.35rem;
}

.send-week-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.journal-history .reset-button {
  min-height: 38px;
  margin-top: 0;
  padding: 0 12px;
  font-size: 0.82rem;
}

.journal-list {
  display: grid;
  align-content: start;
  gap: 10px;
  max-height: 622px;
  overflow: auto;
  padding-right: 4px;
}

.journal-entry {
  padding: 15px;
  border: 1px solid rgba(49, 71, 58, 0.12);
  border-radius: 8px;
  background: var(--paper);
}

.journal-entry header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
}

.journal-entry strong {
  color: var(--ink);
}

.journal-entry p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.journal-entry p:last-child {
  margin-bottom: 0;
}

.journal-entry b {
  color: var(--text);
}

.empty-journal {
  margin: 0;
  padding: 18px;
  border: 1px dashed rgba(49, 71, 58, 0.2);
  border-radius: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.closing .integrated-journal h2,
.closing .integrated-journal h3,
.integrated-journal h2,
.integrated-journal h3 {
  color: var(--ink);
}

.integrated-journal p {
  color: var(--muted);
}

.integrated-journal .eyebrow {
  color: var(--clay);
}

.integrated-journal .journal-topline,
.integrated-journal .journal-form label {
  color: var(--ink);
}

.integrated-journal .section-heading h3 {
  color: var(--ink);
}

.integrated-journal .empty-journal {
  color: var(--muted);
  border-color: rgba(49, 71, 58, 0.22);
  background: rgba(255, 250, 241, 0.62);
}

.integrated-journal .reset-button {
  color: var(--ink);
  border-color: rgba(23, 27, 24, 0.18);
}

.integrated-journal .primary {
  background: var(--ink);
  color: var(--paper);
}

.integrated-journal .secondary {
  border: 1px solid rgba(23, 27, 24, 0.18);
  background: transparent;
  color: var(--ink);
}

.journal-band .journal-side,
.journal-band .journal-workbench,
.journal-band .journal-history {
  border-color: rgba(255, 250, 241, 0.14);
  background: var(--moss);
  color: var(--paper);
  box-shadow: 0 24px 70px rgba(49, 71, 58, 0.16);
}

.journal-band .integrated-journal h2,
.journal-band .integrated-journal h3,
.journal-band .journal-topline strong,
.journal-band .section-heading h3,
.journal-band .journal-form label {
  color: var(--paper);
}

.journal-band .integrated-journal p,
.journal-band .journal-topline {
  color: rgba(255, 250, 241, 0.72);
}

.journal-band .journal-lead {
  color: var(--paper);
}

.journal-band .integrated-journal .eyebrow {
  color: var(--sage);
}

.journal-band .journal-stats div {
  border: 1px solid rgba(255, 250, 241, 0.14);
  background: rgba(23, 27, 24, 0.2);
}

.journal-band .empty-journal {
  color: rgba(255, 250, 241, 0.72);
  border-color: rgba(255, 250, 241, 0.2);
  background: rgba(23, 27, 24, 0.14);
}

.journal-band .journal-entry {
  border-color: rgba(255, 250, 241, 0.16);
  background: rgba(255, 250, 241, 0.1);
}

.journal-band .journal-entry strong,
.journal-band .journal-entry b {
  color: var(--paper);
}

.journal-band .journal-entry header,
.journal-band .journal-entry p {
  color: rgba(255, 250, 241, 0.72);
}

.journal-band .reset-button {
  color: var(--paper);
  border-color: rgba(255, 250, 241, 0.28);
}

.journal-band .primary {
  background: var(--paper);
  color: var(--ink);
}

.journal-band .journal-send-button {
  border: 1px solid rgba(255, 250, 241, 0.22);
  background: rgba(255, 250, 241, 0.14);
  color: var(--paper);
}

.journal-band .secondary {
  border-color: rgba(255, 250, 241, 0.24);
  color: var(--paper);
}

.offer {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  background: var(--paper);
}

.offer-image {
  overflow: hidden;
  border-radius: 8px;
  background: var(--steel);
}

.offer-image img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.offer-list span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(49, 71, 58, 0.16);
  border-radius: 999px;
  background: #eef3ef;
  color: var(--moss);
  font-weight: 850;
}

.closing {
  background: var(--moss);
  color: var(--paper);
}

.closing h2,
.closing h3 {
  color: var(--paper);
}

.closing p {
  color: rgba(255, 250, 241, 0.74);
}

.closing .button {
  margin-top: 14px;
  background: var(--paper);
  color: var(--ink);
}

.daily-command {
  min-height: 82vh;
}

.daily-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.daily-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.daily-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5.2vw, 6.2rem);
  line-height: 1;
}

.daily-heading p {
  max-width: 440px;
  margin: 0 0 8px auto;
}

.daily-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr)) minmax(260px, 0.82fr);
  gap: 18px;
  align-items: stretch;
}

.daily-card,
.purpose-card {
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
}

.daily-card {
  display: grid;
  gap: 0;
  align-content: start;
  height: 100%;
  padding: 26px;
}

.daily-card h3 {
  margin-bottom: 22px;
  font-size: 1.75rem;
}

.daily-checks {
  display: grid;
  min-height: 290px;
}

.daily-time {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.12);
  color: var(--sage);
  font-weight: 900;
}

.daily-card label {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 250, 241, 0.15);
  color: rgba(255, 250, 241, 0.84);
  font-weight: 800;
  line-height: 1.3;
}

.daily-card label:first-of-type {
  border-top: 1px solid rgba(255, 250, 241, 0.15);
}

.daily-card input {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  accent-color: var(--sage);
}

.daily-card .daily-note {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.daily-card .daily-note span {
  color: var(--paper);
  font-weight: 900;
}

.daily-card .daily-note textarea {
  width: 100%;
  min-height: 104px;
  padding: 15px;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.95);
  color: var(--text);
  font: inherit;
  font-weight: 750;
  line-height: 1.5;
  resize: vertical;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.daily-card .daily-note textarea::placeholder {
  color: rgba(23, 27, 24, 0.5);
}

.daily-card .daily-note textarea:focus {
  border-color: var(--sage);
  outline: none;
  box-shadow: 0 0 0 3px rgba(158, 174, 153, 0.28);
}

.send-log-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
  text-align: center;
}

.purpose-card {
  display: grid;
  align-content: end;
  padding: 26px;
  background: var(--paper);
  color: var(--ink);
}

.purpose-card .day-label {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.purpose-card span {
  color: var(--clay);
  font-size: clamp(4.6rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.86;
}

.purpose-card h3 {
  margin: 20px 0 8px;
  color: var(--ink);
  font-size: 1.55rem;
}

.purpose-card p {
  color: var(--muted);
  line-height: 1.55;
}

.send-coach-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 16px 34px rgba(23, 27, 24, 0.16);
}

.reset-button {
  min-height: 48px;
  margin-top: 10px;
  border: 1px solid rgba(23, 27, 24, 0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .two-col,
  .offer,
  .daily-grid,
  .journal-shell,
  .integrated-journal {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .hero-panel {
    align-self: start;
  }

  .section-copy {
    position: static;
  }

  .daily-heading {
    grid-template-columns: 1fr;
  }

  .daily-heading p {
    max-width: 640px;
    margin-left: 0;
  }

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

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

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

  .protocol-image-card,
  .protocol-image-card.wide {
    min-height: 260px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand small,
  .header-cta:not(.matplan-cta) {
    display: none;
  }

  .matplan-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    min-height: auto;
    padding: 34px 16px 44px;
  }

  h1 {
    font-size: clamp(2.72rem, 12.5vw, 3.72rem);
    line-height: 0.95;
  }

  .lead {
    font-size: 1.02rem;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    white-space: normal;
  }

  .intro-strip,
  .feature-grid,
  .journal-stats {
    grid-template-columns: 1fr;
  }

  .protocol-images {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 62px 16px;
  }

  .feature-grid article {
    min-height: 220px;
  }

  .phone,
  .scoreboard {
    min-height: auto;
  }
}
