/* Kiki's Reset Room — high-fidelity responsive homepage, July 2026.
   This file is intentionally homepage-scoped so the verified interior pages
   continue to use the shared site design system without layout regressions. */

.kr-home-page {
  --kr-page-pad: max(28px, calc((100vw - 1320px) / 2));
  background: var(--cream);
  color: var(--cocoa);
}

.kr-home-page main {
  /* `hidden` is the fallback for browsers that do not support `overflow: clip`. */
  overflow: hidden;
  overflow: clip;
}

.kr-home-page :where(a, button, input):focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--wine);
}

.kr-home-page h1,
.kr-home-page h2,
.kr-home-page h3,
.kr-home-page h4,
.kr-home-page p {
  text-wrap: pretty;
}

.kr-home-page h2 {
  font-size: clamp(42px, 4.4vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.kr-home-page h3 {
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.12;
}

.kr-home-page h4 {
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.2;
}

.kr-eyebrow {
  margin: 0 0 12px;
  color: var(--deep-rose);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kr-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--deep-rose);
  border-radius: 7px;
  background: var(--deep-rose);
  color: var(--white);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.kr-button:hover {
  border-color: var(--cocoa);
  background: var(--cocoa);
  color: var(--white);
  transform: translateY(-1px);
}

.kr-button--secondary {
  background: var(--cream);
  color: var(--cocoa);
}

/* Header */
.kr-home-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  min-height: 76px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: 10px var(--kr-page-pad);
  border-bottom: 1px solid rgba(157, 76, 81, 0.16);
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(12px);
}

.kr-home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cocoa);
  line-height: 0.86;
  text-decoration: none;
}

.kr-home-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.kr-home-brand span {
  display: grid;
}

.kr-home-brand strong {
  color: var(--rose);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.kr-home-brand small {
  margin-top: 5px;
  color: var(--cocoa);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.kr-home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
}

.kr-home-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid transparent;
  color: var(--cocoa);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.kr-home-nav a:hover,
.kr-home-nav a:focus-visible {
  border-bottom-color: var(--deep-rose);
  color: var(--deep-rose);
}

.kr-header-cta {
  min-height: 44px;
  padding: 11px 20px;
  font-size: 13px;
  line-height: 1.25;
}

/* Hero */
.kr-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding: 48px var(--kr-page-pad) 44px;
  background:
    radial-gradient(circle at 7% 14%, rgba(228, 185, 181, 0.14), transparent 28rem),
    var(--surface-warm);
}

.kr-home-hero__copy {
  padding: 18px 0 30px;
}

.kr-home-hero h1 {
  max-width: 650px;
  color: var(--cocoa);
  font-size: clamp(58px, 4.7vw, 80px);
  line-height: 1.045;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.kr-home-hero__lede {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--text);
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.65;
}

.kr-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.kr-home-hero__visual {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: var(--surface-clay);
  box-shadow: 0 18px 44px rgba(62, 36, 27, 0.11);
}

.kr-home-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(62, 36, 27, 0.16));
  content: "";
  pointer-events: none;
}

.kr-home-hero__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.kr-home-hero__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 22px;
  width: min(365px, calc(100% - 56px));
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 12px 30px rgba(62, 36, 27, 0.10);
  color: var(--text);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.25;
}

.kr-home-hero__visual figcaption em {
  display: block;
  margin-top: 5px;
  color: var(--deep-rose);
}

.kr-mobile-hero-cta {
  display: none;
}

/* Reader pain strip */
.kr-pain-strip {
  padding: 22px var(--kr-page-pad) 38px;
  border-bottom: 1px solid rgba(157, 76, 81, 0.14);
  background: var(--cream);
}

.kr-strip-title {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

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

.kr-pain-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 17px;
  align-items: start;
  min-width: 0;
  padding: 12px 28px;
  border-right: 1px solid rgba(201, 114, 120, 0.32);
}

.kr-pain-grid article:first-child {
  padding-left: 0;
}

.kr-pain-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.kr-pain-grid article > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blush);
  color: var(--cocoa);
  font-size: 13px;
  font-weight: 700;
}

.kr-pain-grid h2 {
  margin: 0 0 5px;
  color: var(--cocoa);
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.kr-pain-grid p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.62;
}

/* Signature method */
.kr-method {
  padding: 54px var(--kr-page-pad) 64px;
  background: var(--soft-pink);
}

.kr-section-intro {
  margin-bottom: 28px;
}

.kr-section-intro > p:not(.kr-eyebrow),
.kr-method__intro > p:not(.kr-eyebrow) {
  max-width: 650px;
  margin: 11px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.65;
}

.kr-method__intro h2 span {
  color: var(--deep-rose);
  font-size: 0.64em;
  vertical-align: 0.09em;
}

.kr-method__button {
  margin-top: 22px;
}

.kr-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.kr-method-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(157, 76, 81, 0.16);
  border-radius: 18px;
  background: var(--cream);
  box-shadow: 0 14px 30px rgba(62, 36, 27, 0.08);
}

.kr-method-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.kr-method-card:first-child > img {
  object-position: 50% 10%;
}

.kr-method-card__body {
  display: grid;
  min-height: 166px;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
  padding: 22px;
}

.kr-method-card__body > div {
  display: grid;
  grid-template-rows: 22px auto;
  align-content: start;
}

.kr-method-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blush);
  border-radius: 50%;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 22px;
}

.kr-method-card__body p {
  margin: 1px 0 0;
  color: var(--deep-rose);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kr-method-card__body h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--sans);
  font-size: clamp(24px, 2vw, 29px);
  font-weight: 500;
  line-height: 1.35;
}

/* Free guide */
.kr-guide {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(460px, 1.28fr);
  grid-template-areas:
    "copy visual"
    "offer visual"
    "details visual";
  column-gap: clamp(52px, 8vw, 112px);
  align-items: center;
  padding: 62px var(--kr-page-pad) 56px;
  background: var(--cream);
}

.kr-guide__copy {
  grid-area: copy;
  align-self: end;
}

.kr-guide__copy h2 {
  max-width: 540px;
}

.kr-guide__offer {
  grid-area: offer;
  align-self: start;
}

.kr-check-list,
.kr-dot-list {
  margin: 24px 0 25px;
  padding: 0;
  list-style: none;
}

.kr-check-list li,
.kr-dot-list li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 22px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
}

.kr-check-list li::before,
.kr-dot-list li::before {
  position: absolute;
  left: 0;
  top: 0.44em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rose);
  content: "";
}

.kr-guide__visual {
  position: relative;
  grid-area: visual;
  min-height: 510px;
}

.kr-guide__page {
  position: absolute;
  display: block;
  border: 1px solid rgba(157, 76, 81, 0.18);
  border-radius: 6px;
  background: var(--surface-warm);
  box-shadow: 0 22px 42px rgba(62, 36, 27, 0.16);
  object-fit: contain;
}

.kr-guide__page--cover {
  z-index: 4;
  top: 14px;
  left: 0;
  width: 43%;
  transform: rotate(-0.8deg);
}

.kr-guide__page--welcome {
  z-index: 1;
  top: 46px;
  right: 2%;
  width: 60%;
  transform: rotate(1.2deg);
}

.kr-guide__page--transition {
  z-index: 3;
  top: 122px;
  right: 0;
  width: 27%;
  transform: rotate(1.7deg);
}

.kr-guide__page--method {
  z-index: 5;
  bottom: 2px;
  left: 39%;
  width: 28%;
  transform: rotate(0.6deg);
}

.kr-guide__page--tracker {
  z-index: 2;
  right: 20%;
  bottom: 14px;
  width: 22%;
  transform: rotate(-1.6deg);
}

.kr-guide__details {
  display: grid;
  grid-area: details;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 28px 0 0;
}

.kr-guide__details div {
  min-width: 0;
}

.kr-guide__details dt {
  color: var(--deep-rose);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.kr-guide__details dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

/* Featured stories */
.kr-featured {
  padding: 48px var(--kr-page-pad) 56px;
  background: var(--surface-warm);
}

.kr-section-intro--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.kr-section-intro--split > a,
.kr-founder__copy > a {
  color: var(--deep-rose);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.kr-section-intro--split > a:hover,
.kr-founder__copy > a:hover {
  color: var(--cocoa);
  text-decoration: underline;
}

.kr-featured .kr-section-intro h2 {
  font-size: clamp(38px, 3.8vw, 52px);
}

.kr-home-page .kr-featured-grid {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.kr-home-page .kr-featured-grid .story-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: visible;
  border: 1px solid rgba(157, 76, 81, 0.17);
  border-radius: 12px;
  background: var(--cream);
  box-shadow: 0 12px 24px rgba(62, 36, 27, 0.07);
}

.kr-home-page .kr-featured-grid .story-card-image-link {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.kr-home-page .kr-featured-grid .story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  transition: transform 200ms ease;
}

.kr-home-page .kr-featured-grid .story-card-image-link[href*="rest-guilt"] img {
  object-position: 50% 42%;
}

.kr-home-page .kr-featured-grid .story-card-image-link[href*="worth-keeping"] img {
  object-position: 50% 34%;
}

.kr-home-page .kr-featured-grid .story-card-image-link[href*="tired-thought"] img {
  object-position: 50% 22%;
}

.kr-home-page .kr-featured-grid .story-card:hover img {
  transform: scale(1.025);
}

.kr-home-page .kr-featured-grid .story-card-content {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.kr-home-page .kr-featured-grid .mini-eyebrow,
.kr-home-page .kr-featured-grid .story-date,
.kr-home-page .kr-featured-grid .story-card-content > p:not(.mini-eyebrow):not(.story-date) {
  display: none;
}

.kr-home-page .kr-featured-grid h3 {
  margin: 0;
  font-size: clamp(26px, 2.15vw, 32px);
  line-height: 1.16;
}

.kr-home-page .kr-featured-grid h3 a {
  text-decoration: none;
}

.kr-home-page .kr-featured-grid .text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  align-self: flex-start;
  margin-top: 0;
  font-size: 14px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

/* Paid kit */
.kr-kit {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: minmax(400px, 0.95fr) minmax(480px, 1.05fr);
  gap: clamp(52px, 6vw, 88px);
  align-items: center;
  padding: 68px var(--kr-page-pad) 72px;
  background: var(--soft-pink);
}

.kr-kit__visual {
  position: relative;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1.08 / 1;
  flex: 1 1 420px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--surface-clay);
  box-shadow: 0 22px 44px rgba(62, 36, 27, 0.16);
}

.kr-kit__product {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.kr-kit__copy h2 {
  font-size: clamp(48px, 4.5vw, 64px);
}

.kr-kit__copy {
  min-width: 0;
  flex: 1 1 460px;
}

.kr-kit__lede {
  max-width: 670px;
  margin: 12px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.65;
}

.kr-kit__offer {
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin: 26px 0 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(157, 76, 81, 0.24);
}

.kr-kit__price {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: baseline;
  margin: 0;
}

.kr-kit__price strong {
  color: var(--rose);
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}

.kr-kit__price span,
.kr-kit__offer > div > p {
  margin: 0;
  color: var(--deep-rose);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kr-kit__price span {
  white-space: nowrap;
}

.kr-kit__offer > div {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  min-width: 0;
  flex: 1 1 260px;
}

.kr-kit .kr-dot-list {
  margin: 0;
}

.kr-kit .kr-dot-list li {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.55;
}

/* Reset shelf */
.kr-shelf {
  padding: 54px var(--kr-page-pad) 62px;
  background: var(--cream);
}

.kr-shelf .kr-section-intro {
  margin-bottom: 24px;
}

.kr-shelf .kr-section-intro h2 {
  font-size: clamp(42px, 4.4vw, 61px);
  text-transform: uppercase;
}

.kr-shelf .kr-section-intro p {
  margin: 1px 0 0;
  color: var(--text);
  font-size: 17px;
}

.kr-shelf-grid {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.kr-shelf-grid > a {
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  flex: 1 1 220px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(157, 76, 81, 0.18);
  border-radius: 10px;
  background: var(--surface-warm);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.kr-shelf-grid > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(62, 36, 27, 0.08);
}

.kr-shelf-photo {
  display: block;
  width: 100%;
  height: 138px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: var(--surface-warm);
}

.kr-shelf-photo--contain {
  padding: 7px;
  object-fit: contain;
  object-position: center top;
  background:
    linear-gradient(135deg, rgba(255, 247, 244, 0.82), rgba(245, 223, 221, 0.86)),
    url("/assets/soft-background.jpg") center 72% / cover;
}

.kr-shelf-grid > a:nth-child(2) .kr-shelf-photo {
  object-position: center 38%;
}

.kr-shelf-grid > a:nth-child(3) .kr-shelf-photo {
  object-position: center 34%;
}

.kr-shelf-grid > a:nth-child(5) .kr-shelf-photo {
  object-position: center 35%;
}

.kr-shelf-grid strong {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 14px 11px;
  color: var(--cocoa);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  text-align: center;
  text-transform: uppercase;
}

.kr-shelf-grid span {
  display: flex;
  min-height: 46px;
  align-items: center;
  margin-top: 0;
  justify-content: center;
  padding: 11px 13px;
  border-top: 1px solid rgba(157, 76, 81, 0.14);
  background: rgba(245, 223, 221, 0.56);
  color: var(--deep-rose);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

@supports (aspect-ratio: 16 / 9) {
  .kr-shelf-photo {
    height: auto;
  }
}

/* Founder */
.kr-founder {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 260px;
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
  padding: 40px var(--kr-page-pad);
  background: var(--surface-warm);
}

.kr-founder__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.08;
  border-radius: 18px;
  object-fit: cover;
}

.kr-founder__copy h2 {
  max-width: 660px;
  font-size: clamp(30px, 3.1vw, 43px);
  line-height: 1.08;
}

.kr-founder__copy > p:not(.kr-eyebrow) {
  max-width: 650px;
  margin: 15px 0 18px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.68;
}

.kr-founder__notes {
  padding: 28px 24px;
  border-radius: 18px;
  background: var(--soft-pink);
}

.kr-founder__notes h3 {
  margin: 0 0 22px;
  color: var(--cocoa);
  font-size: 28px;
  line-height: 1.16;
}

.kr-founder__notes .kr-button {
  width: 100%;
}

.kr-founder__mobile-cta {
  display: none;
}

/* Newsletter and footer */
.kr-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  gap: 60px;
  align-items: center;
  padding: 44px var(--kr-page-pad);
  background: var(--soft-pink);
}

.kr-newsletter h2 {
  font-size: clamp(38px, 4vw, 52px);
}

.kr-newsletter > div:first-child > p:not(.kr-eyebrow) {
  max-width: 650px;
  margin: 8px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.65;
}

.kr-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.kr-newsletter__form input {
  min-width: 0;
  min-height: 47px;
  padding: 0 16px;
  border: 1px solid rgba(157, 76, 81, 0.22);
  border-radius: 7px;
  background: var(--cream);
  color: var(--cocoa);
  font: 16px var(--sans);
}

.kr-newsletter__form button {
  min-height: 47px;
  padding-inline: 24px;
  border-radius: 7px;
  font-size: 14px;
  text-transform: uppercase;
}

.kr-newsletter .privacy {
  margin: 8px 0 0;
  font-size: 13px;
}

.kr-home-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(130px, 0.75fr));
  gap: 44px;
  padding: 42px var(--kr-page-pad) 34px;
  border-top: 1px solid rgba(157, 76, 81, 0.14);
  background: var(--cream);
}

.kr-home-footer__brand .kr-home-brand strong {
  font-size: 32px;
}

.kr-home-footer__brand p {
  margin: 42px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.kr-home-footer h2 {
  margin: 0 0 13px;
  color: var(--deep-rose);
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kr-home-footer section > a:not(.kr-home-brand) {
  display: block;
  margin: 7px 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.kr-home-footer section > a:not(.kr-home-brand):hover {
  color: var(--deep-rose);
  text-decoration: underline;
}

.kr-home-footer__mobile-links {
  display: none;
}

@media (max-width: 1080px) {
  .kr-home-page {
    --kr-page-pad: clamp(24px, 5vw, 54px);
  }

  .kr-home-header {
    gap: 24px;
  }

  .kr-home-nav {
    gap: 16px;
  }

  .kr-home-nav a {
    font-size: 14px;
  }

  .kr-home-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  }

  .kr-guide {
    grid-template-columns: minmax(300px, 0.8fr) minmax(400px, 1.2fr);
    column-gap: 50px;
  }

  .kr-kit {
    grid-template-columns: 1fr;
  }

  .kr-kit__visual {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .kr-kit__copy {
    width: min(100%, 760px);
    margin: 0 auto;
  }

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

  .kr-founder {
    grid-template-columns: 260px 1fr;
  }

  .kr-founder__notes {
    display: none;
  }

  .kr-founder__mobile-cta {
    display: inline-flex;
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .kr-home-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .kr-home-hero__copy {
    max-width: 760px;
    padding-bottom: 0;
  }

  .kr-home-hero h1 {
    max-width: 760px;
  }

  .kr-home-hero__visual {
    min-height: 460px;
  }
}

@media (max-width: 840px) {
  .kr-home-header {
    position: static;
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
  }

  .kr-home-nav {
    display: flex;
    width: 100%;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .kr-home-nav::-webkit-scrollbar {
    display: none;
  }

  .kr-home-nav a {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .kr-home-hero {
    grid-template-columns: 1fr;
  }

  .kr-home-hero__copy {
    padding-bottom: 0;
  }

  .kr-home-hero h1 {
    max-width: 760px;
  }

  .kr-home-hero__visual {
    min-height: 460px;
  }

  .kr-pain-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .kr-pain-grid article,
  .kr-pain-grid article:first-child,
  .kr-pain-grid article:last-child {
    padding: 12px 0;
    border-right: 0;
  }

  .kr-method-grid {
    grid-template-columns: 1fr;
  }

  .kr-method-card {
    display: grid;
    grid-template-columns: 36% 1fr;
    grid-template-rows: 1fr;
  }

  .kr-method-card > img {
    height: 100%;
  }

  .kr-guide {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual" "offer" "details";
  }

  .kr-guide__copy h2 {
    max-width: 720px;
  }

  .kr-guide__visual {
    width: min(100%, 650px);
    margin: 22px auto 0;
  }

  .kr-home-page .kr-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kr-kit {
    grid-template-columns: 1fr;
  }

  .kr-kit__visual {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .kr-kit__copy {
    width: min(100%, 760px);
    margin: 0 auto;
  }

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

  .kr-founder {
    grid-template-columns: 220px 1fr;
  }

  .kr-newsletter {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .kr-home-page {
    --kr-page-pad: 18px;
  }

  .kr-home-page h2 {
    font-size: 38px;
  }

  .kr-eyebrow {
    margin-bottom: 9px;
    font-size: 12px;
  }

  .kr-home-header {
    min-height: 66px;
    grid-template-columns: 1fr auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .kr-home-brand {
    gap: 7px;
  }

  .kr-home-brand img {
    width: 34px;
    height: 34px;
  }

  .kr-home-brand strong {
    font-size: 24px;
  }

  .kr-home-brand small {
    margin-top: 4px;
    font-size: 11px;
  }

  .kr-header-cta {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .kr-home-hero {
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .kr-home-hero__copy {
    padding: 0;
  }

  .kr-home-hero h1 {
    font-size: clamp(42px, 12.7vw, 54px);
    line-height: 1;
  }

  .kr-desktop-actions {
    display: none;
  }

  .kr-home-hero__lede {
    display: block;
    margin-top: 16px;
    font-size: 18px;
  }

  .kr-home-hero__visual {
    min-height: 0;
    aspect-ratio: 1.47;
    border-radius: 16px;
    box-shadow: none;
  }

  .kr-home-hero__visual img {
    object-position: 55% center;
  }

  .kr-home-hero__visual figcaption {
    display: none;
  }

  .kr-mobile-hero-cta {
    display: inline-flex;
    width: 100%;
  }

  .kr-pain-strip {
    padding-top: 18px;
    padding-bottom: 36px;
  }

  .kr-strip-title {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .kr-pain-grid article,
  .kr-pain-grid article:first-child,
  .kr-pain-grid article:last-child {
    grid-template-columns: 42px 1fr;
    gap: 13px;
    align-items: center;
    padding: 9px 0;
  }

  .kr-pain-grid article > span {
    width: 39px;
    height: 39px;
    font-size: 12px;
  }

  .kr-pain-grid h2 {
    margin: 0;
    font-size: 23px;
  }

  .kr-pain-grid p {
    display: block;
    margin-top: 6px;
    font-size: 16px;
  }

  .kr-method {
    padding-top: 42px;
    padding-bottom: 50px;
  }

  .kr-method__intro {
    margin-bottom: 24px;
  }

  .kr-method__intro h2 {
    font-size: 37px;
    white-space: normal;
  }

  .kr-method__intro > p:not(.kr-eyebrow) {
    display: block;
    font-size: 17px;
  }

  .kr-method__button {
    display: inline-flex;
  }

  .kr-method-grid {
    gap: 12px;
  }

  .kr-method-card {
    display: grid;
    min-height: 150px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    border-radius: 15px;
    box-shadow: none;
  }

  .kr-method-card > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .kr-method-card__body {
    min-height: 0;
    grid-template-columns: 58px 1fr;
    gap: 15px;
    align-items: start;
    padding: 22px;
  }

  .kr-method-icon {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }

  .kr-method-card__body p {
    font-size: 16px;
  }

  .kr-method-card__body h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .kr-guide {
    padding-top: 46px;
    padding-bottom: 42px;
  }

  .kr-guide__visual {
    min-height: 335px;
    margin-top: 15px;
  }

  .kr-guide__page:not(.kr-guide__page--cover) {
    display: none;
  }

  .kr-guide__page--cover {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 205px;
    height: auto;
    transform: translateX(-50%);
  }

  .kr-guide__offer {
    display: grid;
  }

  .kr-check-list {
    margin-top: 4px;
  }

  .kr-check-list li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .kr-guide__offer .kr-button {
    width: 100%;
  }

  .kr-guide__details {
    display: none;
  }

  .kr-featured {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .kr-featured .kr-section-intro {
    margin-bottom: 20px;
  }

  .kr-featured .kr-section-intro h2 {
    font-size: 38px;
    text-transform: none;
  }

  .kr-featured .kr-section-intro .kr-eyebrow,
  .kr-featured .kr-section-intro > a {
    display: block;
  }

  .kr-featured .kr-section-intro > a {
    min-height: 44px;
    padding-top: 12px;
  }

  .kr-featured .kr-section-intro--split {
    display: block;
  }

  .kr-home-page .kr-featured-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .kr-home-page .kr-featured-grid .story-card {
    display: flex;
    min-height: 0;
    border-radius: 13px;
    box-shadow: none;
  }

  .kr-home-page .kr-featured-grid .story-card-image-link,
  .kr-home-page .kr-featured-grid .story-card img {
    width: 100%;
    height: auto;
  }

  .kr-home-page .kr-featured-grid .story-card img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .kr-home-page .kr-featured-grid .story-card-content {
    min-height: 0;
    padding: 21px;
  }

  .kr-home-page .kr-featured-grid h3 {
    font-size: 26px;
  }

  .kr-home-page .kr-featured-grid .text-link {
    font-size: 14px;
  }

  .kr-kit {
    gap: 18px;
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .kr-kit__visual {
    min-height: 0;
    aspect-ratio: 3 / 2;
    border-radius: 16px;
  }

  .kr-kit__product {
    min-height: 0;
  }

  .kr-kit__copy h2 {
    font-size: 36px;
  }

  .kr-kit__lede {
    display: block;
    font-size: 17px;
  }

  .kr-kit__offer {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 15px;
  }

  .kr-kit__offer > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kr-kit__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
  }

  .kr-kit__price strong,
  .kr-kit__price span {
    display: inline;
  }

  .kr-kit__price strong {
    font-size: 34px;
  }

  .kr-kit .kr-dot-list li {
    padding-left: 17px;
    font-size: 16px;
  }

  .kr-kit .kr-button {
    width: 100%;
    margin-top: 5px;
  }

  .kr-shelf {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .kr-shelf .kr-section-intro h2 {
    font-size: 34px;
  }

  .kr-shelf .kr-section-intro > a {
    display: none;
  }

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

  .kr-shelf-grid > a {
    grid-template-rows: auto auto auto;
    min-height: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
  }

  .kr-shelf-grid > a:last-child {
    width: calc((100% - 14px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .kr-shelf-photo {
    height: 112px;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  .kr-shelf-grid strong {
    min-height: 54px;
    padding: 9px 7px 6px;
    font-size: 15px;
  }

  .kr-shelf-grid span {
    display: flex;
    min-height: 48px;
    padding: 10px 7px;
    font-size: 14px;
  }

  .kr-founder {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 36px;
    padding-bottom: 38px;
  }

  .kr-founder__photo {
    width: min(100%, 340px);
    aspect-ratio: 0.82;
    border-radius: 13px;
  }

  .kr-founder__copy h2 {
    font-size: 34px;
    line-height: 1.1;
  }

  .kr-founder__copy > p:not(.kr-eyebrow) {
    display: block;
    font-size: 17px;
  }

  .kr-founder__copy > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .kr-founder__mobile-cta {
    display: inline-flex;
    width: 100%;
    grid-column: 1 / -1;
  }

  .kr-newsletter {
    display: grid;
  }

  .kr-newsletter__form {
    grid-template-columns: 1fr;
  }

  .kr-home-footer {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .kr-home-footer > section:not(.kr-home-footer__brand) {
    display: block;
  }

  .kr-home-footer__brand .kr-home-brand strong {
    font-size: 25px;
  }

  .kr-home-footer__brand p {
    margin-top: 23px;
    font-size: 16px;
  }

  .kr-home-footer__mobile-links {
    display: none;
  }
}

/* Keep the homepage header on the same compact mobile navigation system as
   interior pages; this intentionally follows the earlier responsive rules. */
@media (max-width: 900px) {
  .kr-home-header {
    position: sticky;
    top: 0;
    display: grid;
    min-height: 68px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 10px var(--kr-page-pad);
  }

  .kr-home-header > .kr-home-nav,
  .kr-home-header > .kr-header-cta {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kr-home-page *,
  .kr-home-page *::before,
  .kr-home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
