:root {
  --bg: #f8f7f2;
  --paper: #fffefa;
  --ink: #303d33;
  --muted: #888e80;
  --accent: #3d5543;
  --accent-dark: #2c4032;
  --line: #e0e3d8;
  --soft: #edf0e7;
  --serif: "Noto Serif JP", serif;
}
body {
  background: var(--bg);
  color: var(--ink);
}
.k-brand {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
}
.k-brand svg {
  width: 34px;
  height: 34px;
}
.k-hero {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 38px;
  padding-top: 68px;
  padding-bottom: 68px;
  align-items: center;
  min-height: 690px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d7decd;
  border-radius: 30px;
  padding: 7px 13px;
  font-size: 10px;
  color: #64735c;
  letter-spacing: 0.1em;
}
.hero-badge i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8da575;
}
.hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(37px, 3.65vw, 53px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.025em;
  margin-top: 22px;
}
.hero-copy h1 em {
  font-style: normal;
  color: #59714e;
  position: relative;
  display: inline-block;
}
.hero-copy h1 em:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -3px;
  width: 105%;
  height: 8px;
  border-radius: 50%;
  border-bottom: 2px solid #b4bf9f;
  transform: rotate(-3deg);
}
.hero-copy > p {
  font-size: 12px;
  color: #7e8676;
  line-height: 2.4;
  margin: 24px 0 29px;
}
.hero-copy .actions .status {
  margin-left: 7px;
  font-size: 9px;
  color: #858e7c;
}
.hero-handnote {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 17px 0 0 74px;
  color: #969c88;
  font-family: var(--serif);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.hero-handnote svg {
  width: 36px;
  height: 25px;
}
.hero-scene {
  height: 510px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.scene-oval {
  position: absolute;
  inset: 0 -20px 15px 2px;
  border-radius: 48% 44% 42% 46%;
  background: #e9ecdf;
  transform: rotate(12deg);
  z-index: -1;
}
.scene-small-label {
  position: absolute;
  top: 0;
  right: 13px;
  font-size: 7px;
  letter-spacing: 2px;
  color: #8f9c80;
  writing-mode: vertical-rl;
}
.weekly-note {
  width: 83%;
  max-width: 390px;
  background: var(--paper);
  border: 1px solid #e6e7df;
  border-radius: 10px;
  padding: 24px 23px 17px;
  box-shadow:
    0 22px 45px #39492f10,
    0 2px 6px #39492f05;
  transform: rotate(-4deg);
  position: relative;
  top: -5px;
}
.note-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7e8b6f;
  font-size: 8px;
  letter-spacing: 1px;
}
.note-top > span:last-child {
  font-size: 17px;
}
.note-date {
  display: flex;
  align-items: center;
  gap: 19px;
  margin: 17px 0 23px;
}
.note-date strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 2px;
}
.note-date strong span {
  font-size: 14px;
  margin-left: 3px;
}
.note-date > span {
  font-size: 8px;
  line-height: 2.1;
  color: #7a846d;
}
.note-date small {
  font-size: 7px;
  color: #a2a894;
}
.mini-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid var(--line);
  padding-top: 15px;
  gap: 3px;
  text-align: center;
  font-size: 7px;
  color: #9ca28f;
}
.mini-week b {
  display: block;
  font-size: 11px;
  font-weight: 400;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 7px auto 0;
  color: #5e6954;
}
.mini-week .selected b {
  background: #3d5543;
  color: #fffefa;
  border-radius: 50%;
}
.mini-week .selected {
  color: #3d5543;
}
.meal-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  margin-top: 18px;
  gap: 8px;
}
.meal-tabs button {
  flex: 1;
  border: 0;
  background: transparent;
  font-size: 9px;
  padding: 10px 0;
  color: #929a86;
  border-bottom: 2px solid transparent;
}
.meal-tabs button.active {
  color: #3d5543;
  border-bottom-color: #617653;
  font-weight: 600;
}
.meal-preview {
  padding-top: 16px;
}
.dish-art {
  background: #eeeee2;
  border-radius: 6px;
  height: 95px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.plate {
  width: 91px;
  height: 75px;
  background: #fcfaf0;
  border: 5px solid #dfdec9;
  border-radius: 50%;
  position: relative;
  transform: rotate(-13deg);
  box-shadow: 3px 6px 7px #5861471b;
}
.fish {
  position: absolute;
  width: 54px;
  height: 24px;
  top: 24px;
  left: 11px;
  border-radius: 22px 5px 16px 5px;
  background: repeating-linear-gradient(115deg, #d98b65 0 7px, #f3c2a0 7px 9px);
  box-shadow: 0 2px 2px #67412316;
}
.green {
  position: absolute;
  background: #768e56;
  border-radius: 12px 1px;
  width: 13px;
  height: 26px;
  top: 5px;
  left: 13px;
  transform: rotate(20deg);
}
.green-two {
  left: 26px;
  top: 6px;
  transform: rotate(50deg);
  background: #99a776;
}
.lemon {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #e9c66a;
  background: #f9e3a1;
  right: 10px;
  top: 16px;
}
.small-bowl {
  width: 42px;
  height: 38px;
  background: #927651;
  border-radius: 50%;
  border: 5px solid #5f5547;
  position: absolute;
  right: 37px;
  top: 19px;
  box-shadow: 2px 3px 3px #3332;
}
.small-bowl:after {
  content: "";
  width: 9px;
  height: 8px;
  background: #e2d7b7;
  position: absolute;
  top: 7px;
  left: 8px;
  box-shadow:
    11px 5px #ded3ad,
    5px 14px #5e7145;
  transform: rotate(20deg);
}
.chopsticks {
  position: absolute;
  height: 3px;
  width: 74px;
  bottom: 10px;
  right: 24px;
  background: #aa9068;
  border-radius: 3px;
  transform: rotate(-8deg);
  box-shadow: 0 5px #aa9068;
}
.meal-detail {
  margin-top: 12px;
}
.meal-detail > span {
  color: #aa8864;
  font-size: 7px;
}
.meal-detail h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 5px;
}
.meal-detail p {
  font-size: 7px;
  color: #8a9280;
  line-height: 1.9;
  margin-top: 5px;
  min-height: 14px;
}
.meal-detail small {
  font-size: 7px;
  color: #9a9f91;
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.meal-detail small i {
  width: 1px;
  height: 7px;
  background: #d0d3c8;
}
.note-bottom {
  border-top: 1px solid var(--line);
  padding-top: 11px;
  margin-top: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 7px;
  color: #8b947f;
}
.mini-avatar {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #dbe0cb;
  display: grid;
  place-items: center;
  color: #657254;
}
.tiny-heart {
  margin-left: auto;
  font-size: 17px;
  color: #9eaa8e;
}
.family-message {
  position: absolute;
  bottom: 4px;
  right: -9px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fffefa;
  box-shadow: 0 10px 30px #34442b0d;
  border: 1px solid #e5e7dc;
  border-radius: 8px;
  transform: rotate(4deg);
  z-index: 2;
}
.message-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e9dfca;
  color: #9e8264;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.family-message div > span {
  font-size: 7px;
  color: #a4a895;
}
.family-message p {
  font-family: var(--serif);
  font-size: 12px;
  margin-top: 6px;
}
.message-check {
  font-size: 9px;
  color: #8b9c74;
  margin-left: 10px;
}
.scene-note {
  position: absolute;
  bottom: -42px;
  left: 40px;
  font-size: 8px;
  line-height: 1.9;
  color: #8e9882;
}
.scene-note > span {
  font-size: 7px;
  color: #a4aa9c;
}
.scene-sprig {
  position: absolute;
  font-size: 50px;
  color: #8c9a77;
  left: -7px;
  bottom: 26px;
  transform: rotate(20deg);
}
.meal-preview[data-selected="breakfast"] .fish {
  background: #c18c51;
  border: 4px solid #a57547;
  transform: rotate(10deg);
  height: 32px;
  width: 41px;
  top: 19px;
  left: 16px;
  border-radius: 6px;
}
.meal-preview[data-selected="lunch"] .fish {
  background: repeating-linear-gradient(20deg, #e5c282 0 2px, #f5dc9c 2px 4px);
  border-radius: 50%;
  height: 35px;
  top: 20px;
  box-shadow: inset 0 0 0 5px #c87352;
}
.k-promise {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #868d7c;
}
.k-promise > i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b4baa8;
}
.k-promise svg {
  width: 32px;
  height: 25px;
  color: #8c9b7c;
  margin-left: 15px;
}
.k-empathy .section-head h2,
.k-features .section-head h2,
.k-how .section-head h2,
.faq-layout h2 {
  font-family: var(--serif);
}
.thoughts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 990px;
  margin: 45px auto 0;
}
.thought {
  padding: 28px 25px 31px;
  background: #f0f0e7;
  position: relative;
  border-radius: 5px;
}
.thought:nth-child(2) {
  background: #f1ede4;
  transform: rotate(-2deg);
}
.thought:nth-child(3) {
  background: #eaeee7;
  transform: rotate(1.5deg);
}
.thought > span {
  font-family: var(--serif);
  font-size: 11px;
  color: #a2a38e;
}
.thought p {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.9;
  margin-top: 13px;
}
.thought small {
  font-size: 9px;
  color: #939681;
  margin-top: 17px;
  display: block;
  line-height: 1.9;
}
.k-features {
  background: #edf0e7;
}
.feature-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 63px;
}
.feature-copy h3 {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.8;
  margin: 23px 0 21px;
}
.feature-copy p {
  font-size: 11px;
  color: #7c8572;
  line-height: 2.3;
}
.feature-number {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  color: #8b987c;
  letter-spacing: 2px;
}
.feature-number i {
  height: 1px;
  width: 23px;
  background: #b0baa3;
}
.feature-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 23px;
}
.feature-tags span {
  font-size: 8px;
  padding: 6px 10px;
  border: 1px solid #ccd5be;
  border-radius: 3px;
  color: #7e8b6e;
}
.calendar-visual {
  background: #e0e5d6;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  isolation: isolate;
}
.calendar-paper {
  width: 90%;
  background: #fffefa;
  padding: 25px 16px 15px;
  border-radius: 5px;
  box-shadow: 0 12px 30px #3d554317;
  transform: rotate(-5deg);
  border: 1px solid #e5e8da;
}
.paper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  color: #81906d;
  margin-bottom: 21px;
}
.paper-title > span:first-child {
  font-family: var(--serif);
  font-size: 11px;
}
.paper-title strong {
  font-weight: 400;
  font-size: 8px;
}
.paper-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e6e9de;
  border-radius: 4px;
  overflow: hidden;
}
.paper-columns > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px 5px 15px;
  border-right: 1px solid #e6e9de;
  gap: 11px;
}
.paper-columns > div:last-child {
  border-right: 0;
}
.paper-columns small {
  font-size: 6px;
  color: #9aa38d;
  letter-spacing: 1px;
}
.paper-columns b {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}
.paper-columns span,
.paper-columns i {
  font-size: 6px;
  font-style: normal;
  white-space: nowrap;
  padding: 5px 3px;
  background: #f0ecdf;
  color: #8e825f;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}
.paper-columns i {
  margin-top: -6px;
  background: #eff2e7;
  color: #7b8c65;
}
.paper-columns .today {
  background: #f2f5eb;
}
.paper-columns .today b {
  background: #4e6641;
  color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  margin-top: -4px;
  margin-bottom: -1px;
}
.paper-footer {
  font-size: 7px;
  letter-spacing: 1px;
  color: #9ea58f;
  text-align: center;
  margin-top: 15px;
}
.visual-sticker {
  position: absolute;
  bottom: 15px;
  right: -15px;
  padding: 14px 18px;
  background: #516749;
  color: #fffefa;
  font-family: var(--serif);
  font-size: 11px;
  box-shadow: 0 6px 15px #34412c10;
  border-radius: 3px;
  transform: rotate(4deg);
}
.visual-sticker i {
  font-style: normal;
  margin-left: 18px;
}
.feature-story.reverse .feature-copy {
  grid-column: 1;
  grid-row: 1;
}
.feature-story.reverse .reuse-visual {
  grid-column: 2;
  grid-row: 1;
}
.reuse-visual {
  height: 340px;
  background: #e9e3d6;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe-slip {
  position: absolute;
  border-radius: 5px;
  width: 65%;
  background: #fffefa;
  padding: 23px;
  box-shadow: 0 14px 20px #4e4b3210;
}
.recipe-slip.back {
  top: 28px;
  right: 28px;
  transform: rotate(10deg);
  color: #8b8066;
  background: #f5f2e8;
}
.recipe-slip.back small {
  font-size: 7px;
  letter-spacing: 1px;
}
.recipe-slip.back h4 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  margin: 19px 0;
}
.recipe-slip.back > span {
  font-size: 8px;
}
.recipe-slip.front {
  bottom: 25px;
  left: 28px;
  transform: rotate(-6deg);
}
.slip-top {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #899276;
}
.slip-top > span:last-child {
  font-size: 14px;
}
.recipe-slip.front h4 {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  margin: 19px 0;
}
.slip-ingredients {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  font-size: 9px;
  color: #899078;
  border-top: 1px solid var(--line);
  padding-top: 13px;
}
.slip-ingredients b {
  font-weight: 400;
  text-align: right;
}
.slip-button {
  background: #edf0e7;
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  padding: 10px;
  font-size: 8px;
  border-radius: 3px;
  color: #6c7e59;
}
.reuse-mark {
  position: absolute;
  right: 40px;
  bottom: 22px;
  color: #a29677;
  font-size: 52px;
  font-weight: 400;
}
.small-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 70px;
}
.small-feature {
  padding: 35px 32px;
  background: #f8f9f2;
  border: 1px solid #dce2d2;
  border-radius: 6px;
  position: relative;
}
.small-feature-icon {
  position: absolute;
  right: 27px;
  top: 24px;
  font-size: 29px;
  color: #8c9a78;
}
.small-feature h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8;
  margin: 26px 0 14px;
}
.small-feature p {
  font-size: 11px;
  color: #8a9280;
  line-height: 2.2;
}
.small-feature small {
  font-size: 8px;
  color: #99a18c;
  margin-top: 12px;
  display: block;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 45px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  position: relative;
}
.step-number {
  font-family: var(--serif);
  font-size: 31px;
  color: #829374;
}
.steps h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 18px;
  margin: 22px 0 17px;
}
.steps p {
  font-size: 10px;
  line-height: 2.3;
  color: #8c9482;
}
.k-quote {
  background: #e5e9dc;
  text-align: center;
  padding: 61px 0 65px;
}
.quote-icon {
  font-size: 55px;
  line-height: 1;
  color: #859776;
}
.k-quote p {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 23px;
  line-height: 2.1;
  margin: 18px 0 24px;
}
.k-quote em {
  font-style: normal;
  font-size: 18px;
}
.k-quote .shell > div > span:last-child,
.k-quote .shell > span:last-child {
  font-size: 9px;
  letter-spacing: 2px;
  color: #859176;
}
.k-cta {
  padding-bottom: 84px;
}
.cta-inner {
  background: #3d5543;
  color: #fffefa;
  border-radius: 9px;
  padding: 62px 60px;
  position: relative;
  overflow: hidden;
}
.cta-inner > .eyebrow {
  color: #b9c6ac;
  font-size: 8px;
  letter-spacing: 1.7px;
}
.cta-inner h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 38px;
  line-height: 1.8;
  margin: 22px 0;
}
.cta-inner p {
  font-size: 11px;
  color: #bdc9b5;
  line-height: 2.3;
  margin-bottom: 27px;
}
.cta-inner .button {
  background: #fffefa;
  border-color: #fffefa;
  color: #3d5543;
  position: relative;
  z-index: 2;
}
.cta-inner > .status {
  color: #b7c5aa;
  margin-left: 22px;
  font-size: 8px;
  letter-spacing: 1px;
}
.cta-inner > .status:before {
  background: #b7c5aa;
}
.cta-leaf {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 250px;
  font-weight: 400;
  color: #536b54;
  line-height: 1;
  transform: rotate(12deg);
  pointer-events: none;
}
.bowl-text {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 0.7;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .k-hero {
    gap: 20px;
    padding-top: 45px;
    min-height: 620px;
  }
  .hero-copy h1 {
    font-size: 36px;
  }
  .hero-copy > p {
    font-size: 10px;
  }
  .hero-scene {
    height: 480px;
  }
  .weekly-note {
    width: 89%;
    padding: 18px;
  }
  .family-message {
    right: -6px;
    bottom: -4px;
    padding: 12px;
  }
  .small-bowl {
    right: 19px;
  }
  .hero-handnote {
    font-size: 8px;
    margin-left: 30px;
  }
  .feature-story {
    gap: 45px;
  }
  .feature-copy h3 {
    font-size: 25px;
  }
  .feature-copy p {
    font-size: 10px;
  }
  .paper-columns span,
  .paper-columns i {
    font-size: 5px;
  }
  .small-feature h3 {
    font-size: 20px;
  }
  .steps {
    gap: 22px;
  }
  .steps h3 {
    font-size: 16px;
  }
  .recipe-slip {
    padding: 19px;
  }
  .recipe-slip.front h4 {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .k-brand {
    font-size: 24px;
    gap: 8px;
  }
  .k-brand svg {
    width: 31px;
  }
  .k-hero {
    grid-template-columns: 1fr;
    padding-top: 37px;
    padding-bottom: 73px;
    gap: 39px;
    min-height: 0;
  }
  .hero-copy h1 {
    font-size: 36px;
    line-height: 1.72;
    margin-top: 22px;
  }
  .hero-badge {
    font-size: 9px;
    padding: 6px 11px;
  }
  .hero-copy > p {
    font-size: 11px;
    line-height: 2.35;
    margin: 22px 0 25px;
  }
  .hero-copy .actions .status {
    font-size: 8px;
    margin-left: 2px;
  }
  .hero-handnote {
    margin: 12px 0 0 34px;
    font-size: 9px;
  }
  .hero-scene {
    height: 458px;
    margin: 0 6px;
  }
  .weekly-note {
    width: 88%;
    max-width: 345px;
    top: -8px;
    padding: 19px 20px 15px;
  }
  .scene-oval {
    inset: 3px -3px 17px -6px;
  }
  .note-date {
    margin: 12px 0 17px;
  }
  .note-date strong {
    font-size: 31px;
  }
  .mini-week {
    padding-top: 12px;
  }
  .meal-tabs {
    margin-top: 13px;
  }
  .dish-art {
    height: 81px;
  }
  .meal-detail {
    margin-top: 10px;
  }
  .meal-detail h2 {
    font-size: 14px;
  }
  .note-bottom {
    padding-top: 10px;
    margin-top: 10px;
  }
  .scene-small-label {
    font-size: 6px;
    right: -9px;
    top: 35px;
  }
  .scene-sprig {
    font-size: 38px;
    left: -13px;
    bottom: 22px;
  }
  .family-message {
    right: -3px;
    bottom: -5px;
    padding: 11px 12px;
    gap: 8px;
  }
  .message-avatar {
    width: 27px;
    height: 27px;
    font-size: 10px;
  }
  .family-message p {
    font-size: 10px;
  }
  .family-message div > span {
    font-size: 6px;
  }
  .scene-note {
    bottom: -38px;
    left: 13px;
    font-size: 7px;
  }
  .scene-note > span {
    font-size: 6px;
  }
  .k-promise {
    gap: 9px;
    font-size: 8px;
    flex-wrap: wrap;
    line-height: 1.8;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .k-promise svg {
    display: none;
  }
  .k-promise > i {
    width: 2px;
    height: 2px;
  }
  .thoughts {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 30px;
  }
  .thought {
    padding: 22px 23px;
  }
  .thought:nth-child(n) {
    transform: none;
  }
  .thought p {
    font-size: 18px;
    margin: 10px 0 0;
  }
  .thought p br {
    display: none;
  }
  .thought small {
    font-size: 9px;
    margin-top: 10px;
  }
  .feature-story {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 37px;
  }
  .feature-story.reverse .feature-copy,
  .feature-story.reverse .reuse-visual {
    grid-column: auto;
    grid-row: auto;
  }
  .calendar-visual {
    height: 255px;
    margin-right: 8px;
  }
  .calendar-paper {
    padding: 20px 13px 13px;
  }
  .paper-columns span,
  .paper-columns i {
    font-size: 6px;
  }
  .visual-sticker {
    font-size: 10px;
    right: -9px;
    bottom: 6px;
    padding: 12px;
  }
  .feature-copy h3 {
    font-size: 25px;
    margin: 17px 0;
  }
  .feature-copy p {
    font-size: 10px;
  }
  .feature-tags {
    margin-top: 19px;
  }
  .feature-story.reverse {
    margin-top: 46px;
  }
  .reuse-visual {
    height: 285px;
    margin-left: 5px;
  }
  .recipe-slip {
    padding: 18px;
    width: 67%;
  }
  .recipe-slip.front {
    left: 17px;
    bottom: 19px;
  }
  .recipe-slip.back {
    right: 20px;
    top: 18px;
  }
  .recipe-slip.front h4 {
    font-size: 15px;
  }
  .reuse-mark {
    font-size: 43px;
    right: 24px;
    bottom: 15px;
  }
  .small-features {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 43px;
  }
  .small-feature {
    padding: 28px 25px;
  }
  .small-feature h3 {
    font-size: 19px;
    margin: 24px 0 13px;
  }
  .small-feature p {
    font-size: 11px;
  }
  .small-feature-icon {
    font-size: 24px;
    right: 22px;
    top: 22px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 31px;
  }
  .steps article {
    padding-top: 19px;
    padding-left: 43px;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 17px;
    font-size: 25px;
  }
  .steps h3 {
    font-size: 17px;
    margin: 5px 0 12px;
  }
  .steps p {
    font-size: 10px;
  }
  .k-quote {
    padding: 42px 0 45px;
  }
  .quote-icon {
    font-size: 46px;
  }
  .k-quote p {
    font-size: 20px;
    line-height: 2.15;
    margin-top: 13px;
  }
  .k-quote em {
    font-size: 13px;
  }
  .k-cta {
    padding-bottom: 52px;
  }
  .cta-inner {
    padding: 35px 25px 33px;
  }
  .cta-inner > .eyebrow {
    font-size: 6px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
  }
  .cta-inner h2 {
    font-size: 26px;
    position: relative;
    z-index: 2;
    margin: 22px 0 18px;
  }
  .cta-inner p {
    font-size: 10px;
    position: relative;
    z-index: 2;
  }
  .cta-inner > .status {
    display: flex;
    margin: 17px 0 0;
    font-size: 7px;
    gap: 6px;
  }
  .cta-leaf {
    font-size: 153px;
    right: -26px;
    top: 43px;
    opacity: 0.6;
  }
  .k-quote .shell > span:last-child {
    font-size: 8px;
  }
}
@media (max-width: 700px) {
  .scene-oval {
    transform: rotate(4deg);
  }
}

/* Keep decorative oval within the scene on tablet widths. */
.hero-scene{overflow:hidden}
