:root {
  --forest: #123d2b;
  --forest-deep: #0b2d20;
  --leaf: #4e8c4a;
  --sage: #dfe9d7;
  --paper: #fffdf8;
  --cream: #f4efe3;
  --ink: #173127;
  --muted: #637169;
  --line: rgba(23, 49, 39, .14);
  --gold: #b88b43;
  --accent: #b87832;
  --accent-soft: #f4e1c6;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 26px 70px rgba(18, 61, 43, .13);
}

body[data-variant="bloating"] {
  --accent: #347764;
  --accent-soft: #d9ebe3;
}

body[data-variant="whole-body"] {
  --accent: #347764;
  --accent-soft: #d9ebe3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-bottom: 76px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
p, h1, h2, h3, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; text-wrap: balance; }
h1 { margin-bottom: 22px; font-size: clamp(3.25rem, 6.3vw, 6.7rem); line-height: .94; }
h2 { margin-bottom: 22px; font-size: clamp(2.45rem, 4.7vw, 4.8rem); line-height: 1; }
h3 { font-size: 1.45rem; line-height: 1.15; }
body[data-variant="whole-body"] .hero h1 { font-size: clamp(2.85rem, 5.25vw, 5.5rem); }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: -80px;
  padding: 10px 16px;
  border-radius: 8px;
  background: white;
}
.skip-link:focus { top: 12px; }

.internal-demo-banner {
  width: min(100% - 40px, 1180px);
  margin: 18px auto 0;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid #9b5b16;
  border-radius: 14px;
  color: #5a330c;
  background: #fff0c9;
  text-align: center;
  font-size: .82rem;
}
.internal-demo-banner b { letter-spacing: .08em; }
.fictional-copy {
  border-color: rgba(155,91,22,.45) !important;
  background-image: linear-gradient(rgba(255,240,201,.34), rgba(255,240,201,.34));
}
.demo-label {
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 9px;
  display: inline-block;
  border-radius: 999px;
  color: #fff;
  background: #9b5b16;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 700;
}

.site-header {
  width: min(100% - 40px, 1180px);
  min-height: 82px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.identity { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.identity-mark,
.avatar {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, var(--gold), var(--forest));
  font-family: var(--serif);
  font-weight: 600;
}
.identity-mark { width: 40px; height: 40px; font-size: 1.3rem; }
.identity-photo { overflow: hidden; background: #dfe9d7; }
.identity-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 19%; }
.identity strong, .identity small { display: block; line-height: 1.2; }
.identity strong { font-family: var(--serif); font-size: 1.08rem; }
.identity small, .header-note { color: var(--muted); font-size: .72rem; }
.header-note { text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }

.hero {
  width: min(100% - 40px, 1180px);
  min-height: 690px;
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border-radius: 30px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.hero-copy { padding: clamp(42px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow {
  margin: 0 0 17px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .69rem;
  font-weight: 700;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; margin: 0 10px 3px 0; display: inline-block; background: currentColor; }
.hero-dek { max-width: 49ch; margin-bottom: 18px; color: #52645c; font-size: 1.08rem; }
.hero-proof { max-width: 52ch; margin: 0 0 24px; padding: 15px 17px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.56); color: #40564c; font-size: .87rem; }
.author-row { margin: 0 0 26px; display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 50px;
  height: 50px;
  border: 3px solid white;
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 18px rgba(18, 61, 43, .18);
}
.author-row b, .author-row span { display: block; }
.author-row b { font-family: var(--serif); font-size: 1.05rem; }
.author-row span { color: var(--muted); font-size: .76rem; }
.hero-media { min-height: 620px; margin: 0; position: relative; overflow: hidden; background: #d9e5ce; }
.hero-media img { height: 100%; object-fit: cover; object-position: 53% 22%; }
.hero-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(244,239,227,.22), transparent 25%); }
.hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  width: min(330px, calc(100% - 44px));
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 14px;
  color: var(--forest);
  background: rgba(255,253,248,.9);
  backdrop-filter: blur(12px);
  font-family: var(--serif);
  font-size: 1.04rem;
  line-height: 1.3;
}
.hero-mobile-product { display: none; }
.button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 21px;
  border-radius: 999px;
  color: white;
  background: var(--forest);
  box-shadow: 0 11px 26px rgba(18,61,43,.2);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #1a573c; }
.button-secondary { padding-left: 0; color: var(--forest); background: transparent; box-shadow: none; }

.signal-strip {
  width: min(100% - 40px, 1000px);
  margin: 58px auto 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.signal-strip div { min-height: 106px; padding: 22px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.signal-strip div:last-child { border-right: 0; }
.signal-strip b { font-family: var(--serif); font-size: 1.12rem; line-height: 1.2; }
.signal-strip small { margin-top: 5px; color: var(--muted); font-size: .73rem; }

.section { padding: 78px 24px; }
.section-tint { background: #f0f5ec; }
.section-dark { color: white; background: var(--forest); }
.section-inner { width: min(100%, 920px); margin: auto; }
.measure { width: min(100%, 720px); margin: auto; }
.opening { font-family: var(--serif); font-size: 1.4rem; line-height: 1.5; color: #30483e; }
.opening strong { color: var(--forest); }
.silas-note {
  margin: 34px 0 0;
  padding: 27px 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(18,61,43,.06);
}
.silas-note blockquote { margin-bottom: 8px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.32; }
.silas-note cite { color: var(--muted); font-size: .75rem; font-style: normal; }

.loop-grid { margin-top: 35px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.loop-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.loop-card span { width: 34px; height: 34px; margin-bottom: 16px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--accent); font-family: var(--serif); }
.loop-card h3 { margin-bottom: 8px; font-size: 1.23rem; }
.loop-card p { margin-bottom: 0; color: var(--muted); font-size: .84rem; }
.truth-line { margin: 30px 0 0; padding: 20px 22px; border-radius: 14px; color: var(--forest); background: var(--accent-soft); font-family: var(--serif); font-size: 1.23rem; line-height: 1.35; }

.editorial-section { padding-top: 18px; }
.editorial-figure {
  width: min(100% - 40px, 1080px);
  min-height: 500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.editorial-figure img { height: 100%; min-height: 500px; object-fit: cover; object-position: center 46%; }
.editorial-figure figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: min(460px, calc(100% - 48px));
  padding: 19px 21px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 16px;
  color: var(--forest);
  background: rgba(255,253,248,.92);
  backdrop-filter: blur(12px);
}
.editorial-figure figcaption span,
.editorial-figure figcaption b,
.editorial-figure figcaption small { display: block; }
.editorial-figure figcaption span { margin-bottom: 7px; color: var(--accent); text-transform: uppercase; letter-spacing: .11em; font-size: .62rem; font-weight: 700; }
.editorial-figure figcaption b { font-family: var(--serif); font-size: 1.2rem; line-height: 1.28; }
.editorial-figure figcaption small { margin-top: 8px; color: var(--muted); font-size: .65rem; }

.routine-split {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--cream);
  box-shadow: 0 18px 50px rgba(18,61,43,.09);
}
.routine-media { min-height: 520px; margin: 0; position: relative; overflow: hidden; }
.routine-media img { height: 100%; object-fit: cover; object-position: 53% center; }
.routine-media figcaption { position: absolute; left: 18px; bottom: 17px; padding: 8px 11px; border-radius: 999px; color: var(--forest); background: rgba(255,253,248,.9); font-size: .62rem; }
.routine-copy { padding: clamp(42px, 5vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.routine-copy > p:not(.eyebrow) { color: #52645c; }
.routine-list { margin: 24px 0 0; padding: 0; list-style: none; }
.routine-list li { position: relative; padding: 14px 0 14px 30px; border-top: 1px solid var(--line); color: #4c5f56; font-size: .86rem; }
.routine-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.routine-list b { color: var(--forest); }

.fast-product-section { padding-top: 34px; }
.fast-product {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  overflow: hidden;
  border: 1px solid rgba(18,61,43,.12);
  border-radius: 28px;
  background: linear-gradient(145deg, #edf1e4, #fffdf8 58%);
  box-shadow: var(--shadow);
}
.fast-product-media {
  min-height: 650px;
  margin: 0;
  padding: 54px 46px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 50% 35%, #fff 0 29%, transparent 60%), #e3eadb;
}
.fast-product-media img {
  width: min(100%, 310px);
  height: auto;
  max-height: 510px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(18,61,43,.18));
}
.fast-product-media figcaption {
  margin-top: 22px;
  color: #4c6258;
  text-align: center;
  font-size: .7rem;
  font-weight: 700;
}
.fast-product-copy { padding: clamp(46px, 6vw, 72px); }
.fast-product-copy h2 { max-width: 12ch; }
.fast-product-copy > p:not(.eyebrow) { color: #50625a; }
.fast-product-copy > p strong { color: var(--forest); }
.fast-facts {
  margin: 28px 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
  list-style: none;
}
.fast-facts li { min-height: 116px; padding: 18px; background: rgba(255,253,248,.94); }
.fast-facts b,
.fast-facts span { display: block; }
.fast-facts b { color: var(--forest); font-family: var(--serif); font-size: 1.08rem; line-height: 1.15; }
.fast-facts span { margin-top: 7px; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.fast-product-action { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.fast-product-action small { color: var(--muted); font-size: .66rem; }
.early-reviews-section { padding-top: 58px; }

.practice-section { padding-top: 18px; }
.practice-standard {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 20px 58px rgba(18,61,43,.1);
}
.practice-intro {
  padding: clamp(44px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(32px, 5vw, 66px);
  align-items: center;
  background: linear-gradient(140deg, #f5f3e8, #e7efe0);
}
.practice-intro h2 { max-width: 13ch; margin-bottom: 22px; }
.practice-intro > div > p:last-child { max-width: 58ch; color: #50625a; }
.practice-handoff {
  min-height: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  background: var(--forest-deep);
  box-shadow: 0 18px 38px rgba(11,45,32,.18);
}
.practice-handoff > img { height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 52% center; }
.practice-handoff figcaption { padding: 22px; border-top: 1px solid rgba(255,255,255,.16); color: white; background-color: var(--forest-deep); }
.practice-handoff figcaption b, .practice-handoff figcaption small { display: block; }
.practice-handoff figcaption b { font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 500; line-height: 1.08; letter-spacing: -.02em; }
.practice-handoff figcaption small { margin-top: 13px; color: #d5e7c6; font-size: .71rem; font-weight: 700; }
.practice-pillars { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.practice-pillars > div { padding: 28px 30px; border-right: 1px solid var(--line); }
.practice-pillars > div:last-child { border-right: 0; }
.practice-pillars span, .practice-pillars b { display: block; }
.practice-pillars span { margin-bottom: 15px; color: var(--accent); font-size: .65rem; font-weight: 700; letter-spacing: .13em; }
.practice-pillars b { color: var(--forest); font-family: var(--serif); font-size: 1.22rem; }
.practice-pillars p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; }
.testimonial-showcase { padding: 54px 18px 18px; background: #f6f4ec; }
.testimonial-heading { max-width: 820px; padding: 0 30px 34px; }
.testimonial-heading h3 { max-width: 17ch; margin: 0 0 16px; font-size: clamp(2.25rem, 4.3vw, 4rem); }
.testimonial-heading > p:not(.eyebrow) { max-width: 66ch; color: #52645c; }
.proof-anatomy { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 8px; }
.proof-anatomy span { padding: 7px 10px; border: 1px solid rgba(52,119,100,.22); border-radius: 999px; color: #315f51; background: #e7f0e8; font-size: .64rem; font-weight: 700; }
.testimonial-grid { display: grid; gap: 14px; }
.ideal-testimonial {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(18,61,43,.07);
}
.testimonial-photo { min-height: 100%; margin: 0; position: relative; overflow: hidden; background: #dfe7d8; }
.testimonial-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.testimonial-photo figcaption { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: white; background: rgba(11,45,32,.82); font-size: .58rem; font-weight: 700; letter-spacing: .03em; }
.testimonial-copy { padding: clamp(27px, 4vw, 45px); display: flex; flex-direction: column; justify-content: center; }
.testimonial-copy blockquote { margin: 5px 0 22px; color: #254337; font-family: var(--serif); font-size: clamp(1.18rem, 1.8vw, 1.52rem); line-height: 1.36; letter-spacing: -.015em; }
.testimonial-person { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.testimonial-person b { color: var(--forest); font-family: var(--serif); font-size: 1.25rem; }
.testimonial-person span { color: var(--muted); text-align: right; font-size: .66rem; }
.testimonial-metrics { margin: 21px 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonial-metrics > div { padding: 14px 14px 13px 0; border-right: 1px solid var(--line); }
.testimonial-metrics > div:not(:first-child) { padding-left: 14px; }
.testimonial-metrics > div:last-child { border-right: 0; }
.testimonial-metrics b, .testimonial-metrics span { display: block; }
.testimonial-metrics b { color: var(--forest); font-size: .88rem; }
.testimonial-metrics span { color: var(--muted); font-size: .58rem; line-height: 1.35; }
.testimonial-routine { margin: 0; color: #5a6c63; font-size: .68rem; line-height: 1.5; }
.testimonial-routine strong { color: #315f51; }
.testimonial-disclaimer { margin: 14px 4px 0; padding: 14px 17px; border: 1px solid rgba(155,91,22,.32); border-radius: 12px; color: #684317; background: #fff0c9; font-size: .66rem; }
.more-client-stories { margin-top: 16px; }
.more-client-stories > summary {
  position: relative;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--forest);
  background: var(--paper);
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
}
.more-client-stories > summary::-webkit-details-marker { display: none; }
.more-client-stories > summary::after { content: "+"; color: var(--accent); font-family: var(--sans); font-size: 1.45rem; }
.more-client-stories[open] > summary::after { content: "−"; }
.more-client-stories > summary span { color: var(--muted); font-family: var(--sans); font-size: .68rem; font-weight: 500; }
.more-client-grid { margin-top: 14px; }

.standard {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border-radius: 28px;
  color: white;
  background: var(--forest-deep);
  box-shadow: var(--shadow);
}
.standard-media { min-height: 610px; position: relative; overflow: hidden; }
.standard-media img { height: 100%; object-fit: cover; object-position: 50% 22%; }
.brand-card-media { min-height: 460px; padding: 24px; display: grid; place-items: center; background: linear-gradient(145deg, #dfdbc8, #f5f0e3); }
.brand-card-media img { height: auto; max-height: 100%; object-fit: contain; border-radius: 12px; box-shadow: 0 18px 40px rgba(11,45,32,.18); }
.origin-media { margin: 0; background: #dce5d5; }
.origin-media::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(7,31,23,.94)); pointer-events: none; }
.origin-media img { position: absolute; inset: 0; object-position: 50% center; }
.origin-media figcaption { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 20px; padding: 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 15px; color: white; background-color: rgba(11,45,32,.74); backdrop-filter: blur(7px); }
.origin-media figcaption b, .origin-media figcaption small { display: block; }
.origin-media figcaption b { font-family: var(--serif); font-size: 1.42rem; font-weight: 500; line-height: 1.1; }
.origin-media figcaption small { margin-top: 9px; color: #d6e1da; font-size: .62rem; line-height: 1.42; }
.standard-copy { padding: clamp(46px, 6vw, 76px); }
.standard-copy .eyebrow { color: #c8dfad; }
.standard-copy > p { color: #d0ddd5; }
.standard-list { margin: 30px 0; padding: 0; list-style: none; }
.standard-list li { position: relative; padding: 13px 0 13px 31px; border-bottom: 1px solid rgba(255,255,255,.13); }
.standard-list li::before { content: "✓"; position: absolute; left: 0; color: #c8dfad; font-weight: 700; }
.standard-list b { color: white; }
.standard-copy .button { color: #173127; background: #f0ca79; box-shadow: none; }
.cta-note { max-width: 48ch; margin: 11px 0 0; color: #aebfb5 !important; font-size: .7rem; }

.case-card {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 16px 42px rgba(18,61,43,.08);
}
.case-top { padding: 27px 30px; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; background: var(--accent-soft); }
.case-top p { max-width: 56ch; margin: 0; color: #40574c; }
.case-badge { flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; color: white; background: var(--accent); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.case-results { display: grid; grid-template-columns: repeat(3, 1fr); }
.case-results.four-results { grid-template-columns: repeat(4, 1fr); }
.case-results div { padding: 25px 28px; border-right: 1px solid var(--line); }
.case-results div:last-child { border-right: 0; }
.case-results b, .case-results span { display: block; }
.case-results b { color: var(--forest); font-family: var(--serif); font-size: 1.65rem; line-height: 1.1; }
.case-results span { margin-top: 5px; color: var(--muted); font-size: .74rem; }
.case-context { margin: 0; padding: 17px 28px; border-top: 1px solid var(--line); color: var(--muted); background: #f7f8f3; font-size: .75rem; }
.case-timeline { padding: 6px 28px 16px; border-top: 1px solid var(--line); background: #fffdf8; }
.case-timeline div { min-height: 82px; padding: 18px 0; display: grid; grid-template-columns: 82px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.case-timeline div:last-child { border-bottom: 0; }
.case-timeline span { color: var(--accent); text-transform: uppercase; letter-spacing: .09em; font-size: .66rem; font-weight: 700; }
.case-timeline p { margin: 0; color: #4f6259; font-size: .83rem; }
.proof-header { max-width: 700px; }
.proof-grid { width: min(100%, 700px); margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.proof-grid.three-proof { width: min(100%, 920px); grid-template-columns: repeat(3, 1fr); }
.proof-card { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.proof-tag { width: fit-content; margin-bottom: 10px; display: block; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; font-size: .61rem; font-weight: 700; }
.stars { color: #d38a2e; letter-spacing: .08em; }
.proof-card blockquote { min-height: 112px; margin: 15px 0 21px; font-family: var(--serif); font-size: 1.18rem; line-height: 1.35; }
.proof-card figcaption b, .proof-card figcaption span { display: block; }
.proof-card figcaption span { color: var(--muted); font-size: .69rem; }
.proof-note { margin: 16px 0 0; color: var(--muted); font-size: .72rem; }

.amazon-handoff {
  margin-top: 44px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border-radius: 20px;
  color: white;
  background: var(--forest);
}
.amazon-handoff h3 { margin-bottom: 8px; color: white; font-size: 1.65rem; }
.amazon-handoff p { margin: 0; color: #d4e1d9; font-size: .84rem; }
.amazon-handoff .button { color: var(--forest); background: white; box-shadow: none; white-space: nowrap; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 54px 22px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.25rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; color: var(--accent); font-family: var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 70ch; padding: 0 42px 22px 0; color: var(--muted); }

.closing { padding: 96px 24px; text-align: center; color: white; background: radial-gradient(circle at 80% 0, rgba(121,160,89,.34), transparent 34%), var(--forest-deep); }
.closing-inner { width: min(100%, 760px); margin: auto; }
.closing .eyebrow { color: #c8dfad; }
.closing p:not(.eyebrow):not(.signoff) { width: min(100%, 590px); margin: 0 auto 25px; color: #d2dfd8; }
.closing .button { margin: auto; color: var(--forest); background: white; box-shadow: none; }
.signoff { margin: 25px 0 0; color: #c8dfad; font-family: var(--serif); font-size: 1.28rem; font-style: italic; }

footer {
  width: min(100% - 40px, 1080px);
  margin: auto;
  padding: 40px 0 26px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 38px;
  color: var(--muted);
  font-size: .7rem;
}
.footer-brand b, .footer-brand span { display: block; }
.footer-brand b { color: var(--forest); font-family: var(--serif); font-size: 1rem; }
.legal p { margin-bottom: 8px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 15px; }
.footer-links a { color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.footer-links a:hover { color: var(--accent); }

.sticky-cta {
  position: fixed;
  z-index: 40;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 70px;
  padding: 10px max(18px, calc((100vw - 930px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  background: rgba(255,253,248,.95);
  backdrop-filter: blur(14px);
  transform: translateY(110%);
  transition: transform .25s ease;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta b, .sticky-cta small { display: block; }
.sticky-cta small { color: var(--muted); }
.sticky-cta a { padding: 11px 18px; border-radius: 999px; color: white; background: var(--forest); text-decoration: none; font-size: .79rem; font-weight: 700; }

.editor, .image-picker { display: none; }
body.edit-mode [data-edit] { outline: 1px dashed rgba(184,139,67,.8); outline-offset: 3px; border-radius: 3px; cursor: text; }
body.edit-mode .editable-image { cursor: pointer; outline: 3px dashed var(--gold); outline-offset: -7px; }
body.edit-mode .editor {
  width: min(340px, calc(100vw - 36px));
  position: fixed;
  z-index: 90;
  right: 18px;
  top: 18px;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  color: #eaf1ec;
  background: rgba(11,45,32,.98);
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.editor-toggle { width: 100%; padding: 12px 16px; border: 0; color: white; background: transparent; cursor: pointer; text-align: left; font-weight: 700; }
.editor-panel { padding: 0 16px 16px; }
.editor.collapsed .editor-panel { display: none; }
.editor-heading { margin-bottom: 14px; }
.editor-heading b, .editor-heading small { display: block; }
.editor-heading small { color: #b9c9bf; }
.editor label { display: block; margin-bottom: 12px; font-size: .72rem; }
.editor input { width: 100%; margin-top: 5px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; color: white; background: rgba(255,255,255,.08); }
.editor-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.editor-actions button { padding: 9px; border: 0; border-radius: 8px; color: var(--forest); background: #dce8d3; cursor: pointer; font-size: .74rem; font-weight: 700; }
.editor-actions .quiet { grid-column: 1 / -1; color: #dce8d3; background: rgba(255,255,255,.09); }
.editor-status { margin: 10px 0 0; color: #b9c9bf; font-size: .68rem; }

@media (max-width: 840px) {
  .site-header { min-height: 70px; }
  .header-note { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 28px; }
  .hero-media { min-height: 500px; }
  body[data-storage-key="whole-body-story-optimized-v1"] .hero-media { display: none; }
  .hero-mobile-product {
    margin: 2px 0 23px;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #dfe9d7;
  }
  .hero-mobile-product img { max-height: 420px; object-fit: cover; object-position: 52% 23%; }
  .hero-mobile-product figcaption { padding: 12px 14px; color: #40564c; background: rgba(255,255,255,.86); font-size: .68rem; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip div { min-height: 86px; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-strip div:last-child { border-bottom: 0; }
  .loop-grid, .proof-grid { grid-template-columns: 1fr; }
  .proof-grid.three-proof { grid-template-columns: 1fr; }
  .proof-card blockquote { min-height: 0; }
  .routine-split { grid-template-columns: 1fr; }
  .routine-media { min-height: 440px; }
  .fast-product { grid-template-columns: 1fr; }
  .fast-product-media { min-height: 480px; padding-top: 38px; padding-bottom: 26px; }
  .fast-product-media img { max-height: 390px; }
  .fast-facts { grid-template-columns: 1fr; }
  .fast-facts li { min-height: 0; }
  .practice-intro { grid-template-columns: 1fr; }
  .practice-intro h2 { max-width: 16ch; }
  .practice-pillars { grid-template-columns: 1fr; }
  .practice-pillars > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .practice-pillars > div:last-child { border-bottom: 0; }
  .practice-handoff { min-height: 0; }
  .practice-handoff > img { aspect-ratio: 16 / 10; object-position: 50% 56%; }
  .testimonial-heading { padding-right: 18px; padding-left: 18px; }
  .ideal-testimonial { grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr); }
  .standard { grid-template-columns: 1fr; }
  .standard-media { min-height: 520px; }
  .case-results, .case-results.four-results { grid-template-columns: 1fr; }
  .case-results div { border-right: 0; border-bottom: 1px solid var(--line); }
  .case-results div:last-child { border-bottom: 0; }
  .amazon-handoff { grid-template-columns: 1fr; }
  .amazon-handoff .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 540px) {
  body { padding-bottom: 68px; }
  .site-header, .hero, .signal-strip, .standard, .fast-product { width: calc(100% - 24px); }
  .editorial-figure, .routine-split, .practice-standard { width: calc(100% - 24px); }
  .hero { margin-top: 12px; border-radius: 21px; }
  .hero-copy { padding: 40px 23px; }
  h1 { font-size: clamp(2.85rem, 13.4vw, 4.1rem); }
  body[data-variant="whole-body"] .hero h1 { font-size: clamp(2.7rem, 12.5vw, 3.8rem); }
  h2 { font-size: clamp(2.45rem, 11vw, 3.55rem); }
  .hero-media { min-height: 400px; }
  .hero-media img { object-position: 56% 20%; }
  .hero-mobile-product img { max-height: 340px; object-position: 54% 22%; }
  .section { padding: 62px 20px; }
  .editorial-section { padding-top: 6px; }
  .editorial-figure, .editorial-figure img { min-height: 430px; }
  .editorial-figure figcaption { left: 14px; bottom: 14px; width: calc(100% - 28px); padding: 16px; }
  .routine-media { min-height: 390px; }
  .routine-copy { padding: 38px 23px; }
  .fast-product-section { padding-top: 18px; }
  .fast-product { border-radius: 21px; }
  .fast-product-media { min-height: 420px; padding: 32px 24px 24px; }
  .fast-product-media img { max-height: 335px; }
  .fast-product-copy { padding: 40px 23px; }
  .fast-product-copy h2 { max-width: 14ch; }
  .fast-product-action .button { width: 100%; }
  .practice-section { padding-top: 4px; }
  .practice-standard { border-radius: 21px; }
  .practice-intro { padding: 42px 23px; }
  .practice-handoff { min-height: 0; border-radius: 17px; }
  .practice-handoff > img { aspect-ratio: 4 / 5; object-position: 52% center; }
  .practice-handoff figcaption { padding: 18px 16px; }
  .practice-pillars > div { padding: 24px 23px; }
  .testimonial-showcase { padding: 42px 10px 10px; }
  .testimonial-heading { padding: 0 13px 27px; }
  .testimonial-heading h3 { font-size: 2.55rem; }
  .ideal-testimonial { min-height: 0; display: block; border-radius: 15px; }
  .testimonial-photo { min-height: 0; aspect-ratio: 4 / 5; }
  .testimonial-photo img { position: static; }
  .testimonial-copy { padding: 25px 20px 27px; }
  .testimonial-copy blockquote { font-size: 1.16rem; }
  .testimonial-person { align-items: flex-start; flex-direction: column; gap: 2px; }
  .testimonial-person span { text-align: left; }
  .testimonial-metrics { grid-template-columns: 1fr; }
  .testimonial-metrics > div { padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .testimonial-metrics > div:not(:first-child) { padding-left: 0; }
  .testimonial-metrics > div:last-child { border-bottom: 0; }
  .testimonial-disclaimer { margin-bottom: 4px; }
  .more-client-stories > summary { padding: 17px; align-items: flex-start; flex-direction: column; gap: 2px; }
  .more-client-stories > summary::after { position: absolute; right: 28px; }
  .opening { font-size: 1.24rem; }
  .silas-note, .loop-card, .proof-card { padding: 22px; }
  .standard { border-radius: 21px; }
  .standard-media { min-height: 425px; }
  .origin-media figcaption { left: 14px; right: 14px; bottom: 14px; padding: 15px; }
  .standard-copy { padding: 42px 23px; }
  .case-top { padding: 23px; flex-direction: column; }
  .case-results div, .case-context { padding-left: 23px; padding-right: 23px; }
  .case-timeline { padding-left: 23px; padding-right: 23px; }
  .case-timeline div { grid-template-columns: 1fr; gap: 4px; }
  .amazon-handoff { padding: 24px; }
  .sticky-cta span { display: none; }
  .sticky-cta a { width: 100%; text-align: center; }
  body.edit-mode .editor { top: 8px; right: 8px; width: calc(100vw - 16px); }
  .internal-demo-banner { width: calc(100% - 24px); flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .sticky-cta { transition: none; }
}
