:root {
  --base: #f7f0e4;
  --surface: #fffdf8;
  --ink: #2b211c;
  --brand: #5b3a2e;
  --point: #963f30;
  --sequence: #b98237;
  --functional: #68704f;
  --base-deep: #eadfcd;
  --grain: #d9bf93;
  --dark: #1e1713;
  --charcoal: #3a2e28;
  --muted: #76685f;
  --muted-dark: #c7b8aa;
  --page-shell: #d8d0c6;
  --font: 'Pretendard', 'Pretendard Variable', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  min-width: 320px;
  background: var(--page-shell);
  color: var(--ink);
  font-family: var(--font);
  word-break: keep-all;
}
img, video { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
small { font: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  translate: 0 -160%;
  padding: 14px 18px;
  background: var(--dark);
  color: var(--surface);
  font-weight: 700;
}
.skip-link:focus { translate: 0; }

.pdp {
  width: min(860px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: var(--surface);
}

/* sec-s-01 · 원본 높이와 2열 리듬 유지 */
.care-banner {
  min-height: 340px;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 15% 18%, rgb(255 255 255 / 72%), transparent 40%),
    var(--base-deep);
}
.care-banner > div:first-child { min-width: 0; }
.care-banner p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 26px;
  letter-spacing: -0.025em;
}
.care-banner h1 {
  margin-bottom: 22px;
  font-size: clamp(58px, 9vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.care-banner small {
  display: block;
  max-width: 470px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.care-seal {
  width: 240px;
  height: 240px;
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  background:
    radial-gradient(circle at 28% 22%, rgb(255 255 255 / 78%), transparent 42%),
    var(--surface);
  color: var(--brand);
  box-shadow: 0 18px 34px rgb(75 52 38 / 16%);
}
.care-seal span { font-size: 22px; letter-spacing: 0.14em; }
.care-seal strong { margin: 5px 0 15px; font-size: 48px; line-height: 1; }
.care-seal em { font-size: 12px; font-style: normal; font-weight: 700; letter-spacing: 0.12em; }

/* sec-s-02 / sec-s-04 · wireframes keep source desktop height */
.wireframe {
  position: relative;
  display: grid;
  padding: 70px 60px;
  background: var(--base);
  color: var(--brand);
}
.wireframe--sales {
  height: 2180px;
  grid-template-rows: auto 300px 720px 1fr;
  gap: 42px;
}
.wireframe--brand {
  height: 1400px;
  grid-template-rows: auto 1fr auto;
  gap: 48px;
  background: var(--surface);
}
.wireframe--collab {
  height: 1540px;
  grid-template-rows: auto 150px 760px 1fr;
  gap: 34px;
  background: var(--surface);
}
.collab-wireframe__lockup { display: flex; align-items: center; justify-content: center; gap: 28px; border-bottom: 1px solid rgb(91 58 46 / 24%); color: var(--brand); font-size: 48px; font-weight: 800; letter-spacing: 0.08em; }
.collab-wireframe__lockup i { color: var(--point); font-size: 38px; font-style: normal; font-weight: 350; }
.collab-wireframe__visual { display: grid; place-items: center; padding: 40px; border: 2px dashed rgb(91 58 46 / 40%); background: var(--base); color: var(--muted); font-size: 34px; line-height: 1.6; text-align: center; }
.collab-wireframe__visual small { font-size: 19px; }
.collab-wireframe__story { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.collab-wireframe__story > div { display: grid; place-items: center; padding: 30px; border: 2px dashed rgb(91 58 46 / 40%); color: var(--muted); font-size: 23px; font-weight: 750; line-height: 1.55; text-align: center; }
.collab-wireframe__story small { font-size: 16px; font-weight: 400; }
.persuasion-wireframe { padding: 76px 60px 90px; display: grid; gap: 34px; background: var(--base); color: var(--brand); }
.persuasion-wireframe:nth-of-type(even) { background: var(--surface); }
.persuasion-wireframe > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgb(91 58 46 / 28%); }
.persuasion-wireframe > header strong { font-size: 34px; letter-spacing: -0.03em; }
.persuasion-wireframe > header span { color: var(--muted); font-size: 14px; letter-spacing: 0.1em; }
.persuasion-wireframe--proof { min-height: 980px; grid-template-rows: auto 1fr auto; }
.persuasion-wireframe__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.persuasion-wireframe__metrics > div { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px dashed rgb(91 58 46 / 40%); text-align: center; }
.persuasion-wireframe__metrics span { margin-bottom: 22px; color: var(--muted); font-size: 22px; }
.persuasion-wireframe__metrics strong { font-size: 42px; }
.persuasion-wireframe__foot { padding: 26px; border: 2px dashed rgb(91 58 46 / 40%); color: var(--muted); font-size: 18px; text-align: center; }
.persuasion-wireframe--sales { min-height: 1120px; grid-template-rows: auto 1fr auto; }
.persuasion-wireframe__sales-chart { display: grid; place-items: center; padding: 40px; border: 2px dashed rgb(91 58 46 / 40%); color: var(--muted); font-size: 34px; line-height: 1.6; text-align: center; }
.persuasion-wireframe__sales-chart small { font-size: 19px; }
.persuasion-wireframe__sales-caption { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.persuasion-wireframe__sales-caption span { padding: 24px; border: 2px dashed rgb(91 58 46 / 40%); color: var(--muted); text-align: center; }

/* 상세페이지 바깥의 내부 검토용 링크 */
.planning-dock {
  position: fixed;
  top: 24px;
  left: calc(50% + 454px);
  z-index: 100;
  width: 186px;
  padding: 20px;
  color: var(--surface);
  background: var(--dark);
  box-shadow: 8px 12px 28px rgb(43 33 28 / 20%);
}

.planning-dock > span,
.planning-dock > strong {
  display: block;
}

.planning-dock > span {
  color: var(--muted-dark);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.planning-dock > strong {
  margin: 8px 0 4px;
  font-size: 20px;
}

.planning-dock > small {
  display: block;
  margin-bottom: 14px;
  color: var(--muted-dark);
  font-size: 11px;
}

.planning-dock a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--surface);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-top: 1px solid rgb(247 240 228 / 28%);
}

.planning-dock a:hover,
.planning-dock a:focus-visible {
  color: #f0d2a8;
}

.planning-dock a:focus-visible {
  outline: 2px solid #f0d2a8;
  outline-offset: 4px;
}

/* sec-s-02 · 누적 판매량 — 확정 전 구조와 소재 위치만 표시 */
.sales-wireframe {
  padding: 72px 0 80px;
  color: var(--surface);
  background: var(--dark);
}

.sales-wireframe__header {
  margin: 0 60px 38px;
  padding-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgb(247 240 228 / 22%);
}

.sales-wireframe__header h2,
.sales-wireframe__header p,
.sales-wireframe__copy-map p,
.sales-wireframe__lifestyle-map p,
.sales-wireframe__product-map p {
  margin: 0;
}

.sales-wireframe__header h2 {
  margin-bottom: 10px;
  color: var(--surface);
  font-size: 38px;
  letter-spacing: -0.03em;
}

.sales-wireframe__header p {
  color: var(--muted-dark);
  font-size: 17px;
}

.sales-wireframe__header > span {
  color: #e3c38e;
  font-size: 13px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.sales-wireframe__canvas {
  position: relative;
  height: 1080px;
  margin: 0 60px;
  overflow: hidden;
  border: 2px dashed rgb(227 195 142 / 52%);
  background: #160f0c;
}

.sales-wireframe__canvas::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: '';
  pointer-events: none;
  background: linear-gradient(135deg, rgb(30 23 19 / 62%) 0%, rgb(30 23 19 / 12%) 40%, transparent 64%);
}

.sales-wireframe__preview,
.sales-wireframe__preview img {
  width: 100%;
  height: 100%;
}

.sales-wireframe__preview img {
  object-fit: cover;
  object-position: center 50%;
  filter: saturate(0.84) contrast(0.96);
  opacity: 0.9;
}

.sales-wireframe__copy-map,
.sales-wireframe__lifestyle-map,
.sales-wireframe__product-map {
  position: absolute;
  z-index: 2;
  color: var(--surface);
  border: 2px dashed rgb(247 240 228 / 55%);
  background: rgb(30 23 19 / 28%);
}

.sales-wireframe__copy-map {
  top: 36px;
  left: 36px;
  width: 430px;
  padding: 28px;
}

.sales-wireframe__copy-map > span,
.sales-wireframe__lifestyle-map > span,
.sales-wireframe__product-map span {
  display: block;
  margin-bottom: 12px;
  color: #d8c9bb;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.sales-wireframe__copy-map > strong {
  display: block;
  margin-bottom: 28px;
  color: var(--surface);
  font-size: 30px;
  line-height: 1.35;
}

.sales-wireframe__copy-map p {
  color: #d8c9bb;
  font-size: 18px;
}

.sales-wireframe__copy-map b {
  display: block;
  margin: 10px 0 0;
  color: #f0d2a8;
  font-size: 90px;
  line-height: 0.86;
  letter-spacing: -0.035em;
}

.sales-wireframe__lifestyle-map {
  bottom: 42px;
  left: 36px;
  width: 310px;
  padding: 24px;
}

.sales-wireframe__lifestyle-map strong,
.sales-wireframe__product-map strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.sales-wireframe__lifestyle-map p,
.sales-wireframe__product-map p {
  color: #d8c9bb;
  font-size: 14px;
  line-height: 1.55;
}

.sales-wireframe__product-map {
  right: 36px;
  bottom: 42px;
  width: 330px;
  min-height: 470px;
  padding: 16px 20px 24px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}

.sales-wireframe__product-map img {
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  opacity: 1;
}

.sales-wireframe__product-map > div {
  width: 100%;
}

.sales-wireframe__data-map {
  margin: 34px 60px 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid rgb(247 240 228 / 22%);
}

.sales-wireframe__data-map > div {
  min-height: 112px;
  padding: 24px 18px;
  border-right: 1px solid rgb(247 240 228 / 18%);
}

.sales-wireframe__data-map > div:last-child {
  border-right: 0;
}

.sales-wireframe__data-map span,
.sales-wireframe__data-map strong {
  display: block;
}

.sales-wireframe__data-map span {
  margin-bottom: 12px;
  color: var(--muted-dark);
  font-size: 13px;
}

.sales-wireframe__data-map strong {
  color: var(--surface);
  font-size: 16px;
  line-height: 1.45;
}

.sales-wireframe__notice {
  margin: 0 60px;
  color: var(--muted-dark);
  font-size: 15px;
  text-align: right;
}

.persuasion-wireframe--awards { min-height: 1080px; grid-template-rows: auto auto 1fr auto; }
.persuasion-wireframe__award-title { padding: 34px 0 18px; color: var(--muted); font-size: 38px; line-height: 1.45; text-align: center; }
.persuasion-wireframe__award-title strong { color: var(--brand); font-size: 80px; }
.persuasion-wireframe__award-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.persuasion-wireframe__award-grid > div { display: grid; place-items: center; border: 2px dashed rgb(91 58 46 / 40%); color: var(--muted); font-size: 21px; text-align: center; }
.persuasion-wireframe--awards > p { color: var(--muted); font-size: 17px; text-align: center; }
.persuasion-wireframe--reviews { min-height: 980px; padding-inline: 0; grid-template-rows: auto 1fr auto; overflow: hidden; }
.persuasion-wireframe--reviews > header,
.persuasion-wireframe--reviews > .persuasion-wireframe__foot { margin-inline: 60px; }
.review-carousel { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; }
.review-carousel::before { position: absolute; top: 50%; left: 50%; z-index: 1; width: 520px; height: 520px; content: ''; background: var(--base); border-radius: 50%; transform: translate(-50%, -50%); }
.review-carousel__rail { position: absolute; top: 116px; left: -64px; z-index: 1; width: max-content; display: flex; gap: 24px; animation: review-side-slide 20s linear infinite; will-change: transform; }
.review-carousel__rail figure { width: 230px; height: 420px; flex: 0 0 230px; margin: 0; overflow: hidden; background: var(--surface); box-shadow: 12px 18px 30px rgb(43 33 28 / 15%); }
.review-carousel__rail figure:nth-child(odd) { transform: translateY(34px); }
.review-carousel__rail img { width: 100%; height: 100%; display: block; object-fit: cover; }
.review-phone { position: relative; z-index: 3; width: 340px; height: 650px; padding: 26px 13px 20px; display: grid; grid-template-rows: 48px 1fr auto; overflow: hidden; color: var(--ink); background: #0f0f0f; border: 5px solid #171717; border-radius: 56px; box-shadow: 20px 26px 42px rgb(43 33 28 / 26%); }
.review-phone__speaker { position: absolute; top: 12px; left: 50%; z-index: 4; width: 104px; height: 25px; background: #050505; border-radius: 0 0 18px 18px; transform: translateX(-50%); }
.review-phone > header { min-height: 48px; padding: 0 12px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--ink); background: white; font-size: 11px; }
.review-phone > header strong { font-size: 12px; text-align: center; }
.review-phone > header i { justify-self: end; font-style: normal; letter-spacing: .12em; }
.review-phone > img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: cover; object-position: center 48%; }
.review-phone > footer { padding: 15px 14px 17px; display: grid; background: white; }
.review-phone > footer span { margin-bottom: 10px; font-size: 22px; letter-spacing: .05em; }
.review-phone > footer strong { font-size: 14px; }
.review-phone > footer small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.review-carousel__direction { position: absolute; right: 50px; bottom: 20px; left: 50px; z-index: 4; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 14px; color: var(--muted); font-size: 12px; letter-spacing: .1em; }
.review-carousel__direction i { height: 1px; background: currentColor; opacity: .45; }
@keyframes review-side-slide { to { transform: translateX(calc(-50% - 12px)); } }
.wireframe__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(91 58 46 / 28%);
}
.wireframe__meta strong { font-size: 32px; letter-spacing: -0.03em; }
.wireframe__meta span { color: var(--muted); font-size: 16px; }
.wireframe__block,
.wireframe__brand-mark,
.wireframe__letter span {
  border: 2px dashed rgb(91 58 46 / 40%);
  display: grid;
  place-items: center;
  padding: 34px;
  color: var(--muted);
  font-size: 28px;
  line-height: 1.55;
  text-align: center;
}
.wireframe__block small { font-size: 18px; }
.wireframe__brand-mark {
  font-size: 86px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--brand);
}
.wireframe__letter { display: grid; grid-template-rows: repeat(3, 1fr); gap: 26px; }

/* sec-s-05 */
.product-overview {
  position: relative;
  min-height: 1980px;
  overflow: hidden;
  background: var(--dark) url('assets/generated/sec-s-05-product-hero-v2.png') center top / 100% auto no-repeat;
  color: var(--ink);
}
.product-overview__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(247 240 228 / 82%) 0%, rgb(247 240 228 / 30%) 24%, transparent 42%);
}
.product-overview__content {
  position: relative;
  z-index: 1;
  min-height: 1980px;
  padding: 92px 54px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-overview__header { max-width: 730px; }
.product-overview__header h2 {
  color: var(--ink);
  font-size: 78px;
  line-height: 1.16;
  letter-spacing: -0.04em;
}
.product-overview__header > p { margin-top: 34px; color: var(--muted); font-size: 31px; line-height: 1.5; letter-spacing: -0.03em; }
.product-overview__header > p strong { color: var(--brand); font-weight: 750; }
.product-overview__ledger {
  width: 100%;
  padding: 38px 38px 28px;
  border-top: 3px solid var(--grain);
  background: var(--dark);
  color: var(--surface);
  box-shadow: 0 22px 48px rgb(20 12 8 / 22%);
}
.product-overview__ledger > header { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 34px; margin-bottom: 30px; align-items: end; }
.product-overview__ledger h3 { font-size: 34px; font-weight: 400; line-height: 1.3; letter-spacing: -0.035em; }
.product-overview__ledger h3 strong { color: var(--grain); font-weight: 800; }
.product-overview__ledger > header p { color: var(--muted-dark); font-size: 18px; line-height: 1.58; }
.product-overview__ledger ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid rgb(247 240 228 / 20%); border-bottom: 1px solid rgb(247 240 228 / 20%); }
.product-overview__ledger li { min-height: 150px; padding: 24px 16px 22px; border-right: 1px solid rgb(247 240 228 / 16%); }
.product-overview__ledger li:last-child { border-right: 0; }
.product-overview__ledger li > span { display: block; margin-bottom: 22px; color: var(--grain); font-size: 15px; font-weight: 800; }
.product-overview__ledger li > div { display: block; }
.product-overview__ledger li strong { display: block; margin-bottom: 9px; font-size: 23px; letter-spacing: -0.035em; }
.product-overview__ledger li p { color: var(--muted-dark); font-size: 15px; line-height: 1.5; }
.product-overview__ledger > small { display: block; margin-top: 20px; color: #a99a8f; font-size: 13px; line-height: 1.55; }

/* sec-s-05 · benefit ticket + product story */
.product-overview { min-height: 0; background: var(--dark); }
.product-overview__shade { display: none; }
.purchase-benefits {
  position: relative;
  z-index: 2;
  padding: 126px 58px 150px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 16%, rgb(255 253 248 / 86%) 0%, transparent 48%),
    radial-gradient(ellipse at 82% 72%, rgb(185 130 55 / 20%) 0%, transparent 52%),
    #eadfcd url('assets/generated/runiel-paper-texture-v1.webp') center / 640px 640px repeat;
  color: var(--ink);
}
.purchase-benefits > header { position: relative; z-index: 1; margin-bottom: 82px; text-align: center; }
.purchase-benefits h2 { margin-bottom: 26px; font-size: 72px; font-weight: 350; line-height: 1.12; letter-spacing: -0.04em; }
.purchase-benefits h2 strong { color: var(--point); font-size: 94px; font-weight: 850; }
.purchase-benefits header p { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 23px; line-height: 1.62; }
.purchase-card {
  position: relative;
  z-index: 1;
  padding: 44px 48px 48px;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgb(91 58 46 / 20%);
}
.purchase-card__badge { position: absolute; z-index: 3; top: 34px; left: 34px; width: 156px; height: 156px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--point); color: var(--surface); box-shadow: 0 12px 24px rgb(150 63 48 / 28%); text-align: center; }
.purchase-card__badge span { margin-bottom: 4px; font-size: 22px; }
.purchase-card__badge strong { font-size: 42px; line-height: 1; }
.purchase-card__visual { height: 500px; display: grid; grid-template-columns: 1.65fr 0.8fr; gap: 8px; align-items: center; margin-bottom: 24px; }
.purchase-card__product { width: 100%; height: 100%; object-fit: contain; transform: translateX(26px); filter: drop-shadow(0 22px 20px rgb(91 58 46 / 15%)); }
.purchase-card__accessories { display: flex; flex-direction: column; justify-content: center; gap: 18px; height: 100%; }
.purchase-card__accessories figure { margin: 0; text-align: center; }
.purchase-card__accessories img { width: 100%; height: 155px; object-fit: contain; filter: drop-shadow(0 12px 12px rgb(91 58 46 / 13%)); }
.purchase-card__pair > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.purchase-card__pair > div img { height: 130px; }
.purchase-card__accessories figcaption { margin-top: -4px; color: var(--muted); font-size: 15px; font-weight: 650; }
.purchase-card h3 { margin-bottom: 14px; font-size: 42px; line-height: 1.25; letter-spacing: -0.035em; }
.purchase-card__sub { color: var(--muted); font-size: 21px; line-height: 1.55; }
.purchase-card__tags { display: flex; gap: 10px; margin: 28px 0 32px; }
.purchase-card__tags span { padding: 9px 18px; border: 1px solid rgb(150 63 48 / 24%); border-radius: 999px; background: rgb(150 63 48 / 6%); color: var(--point); font-size: 20px; font-weight: 650; }
.purchase-card__deal-lines { margin-bottom: 8px; border-top: 2px solid var(--brand); }
.purchase-card__deal-lines > div { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 4px; border-bottom: 1px solid var(--base-deep); }
.purchase-card__deal-lines span { color: var(--muted); font-size: 20px; }
.purchase-card__deal-lines strong { color: var(--brand); font-size: 23px; }
.purchase-card__price { min-height: 124px; padding-top: 28px; border-top: 1px solid var(--base-deep); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.purchase-card__price > span { padding-bottom: 10px; font-size: 25px; font-weight: 750; }
.purchase-card__price > strong { color: var(--point); font-size: 72px; line-height: 1; letter-spacing: -0.04em; }
.purchase-card__price small { margin-left: 4px; font-size: 34px; }
.purchase-benefits__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 76px; }
.purchase-benefits__grid > * { position: relative; min-height: 420px; padding: 42px 34px 40px; overflow: hidden; border-radius: 18px; background: var(--surface); box-shadow: 0 8px 22px rgb(91 58 46 / 10%); }
.purchase-benefits__lead { display: flex; flex-direction: column; justify-content: flex-end; background: var(--dark); color: var(--surface); }
.purchase-benefits__lead p { margin-bottom: 18px; color: var(--base-deep); font-size: 25px; }
.purchase-benefits__lead strong { font-size: 58px; line-height: 1.15; letter-spacing: -0.04em; }
.purchase-benefits__lead strong span { color: var(--grain); }
.purchase-benefits__grid article { display: flex; flex-direction: column; justify-content: flex-end; }
.purchase-benefits__grid article > span { margin-bottom: auto; color: var(--point); font-size: 14px; font-weight: 800; letter-spacing: 0.11em; }
.purchase-benefits__grid article strong { margin-bottom: 20px; font-size: 42px; line-height: 1.2; letter-spacing: -0.035em; }
.purchase-benefits__grid article p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.benefit-3d { position: absolute; top: 28px; right: 28px; width: 88px; height: 88px; pointer-events: none; }
.benefit-3d--brand b { position: absolute; right: 4px; top: 4px; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 16px; transform: rotate(4deg); background: var(--surface); color: var(--brand); font-size: 34px; box-shadow: 8px 11px 16px rgb(0 0 0 / 20%); }
.benefit-3d--brand i { position: absolute; border-radius: 50%; background: var(--point); box-shadow: 8px 10px 15px rgb(0 0 0 / 24%); }
.benefit-3d--brand i:nth-child(2) { left: 4px; bottom: 5px; width: 24px; height: 24px; box-shadow: 5px 7px 10px rgb(0 0 0 / 18%); }
.benefit-3d--brand i:nth-child(3) { display: none; }
.benefit-3d--trial b { position: absolute; inset: 8px 4px 6px 12px; display: grid; place-items: center; border-radius: 15px; transform: rotate(-3deg); background: var(--point); color: var(--surface); font-size: 34px; box-shadow: 7px 10px 15px rgb(91 58 46 / 18%); }
.benefit-3d--trial i { position: absolute; left: 25px; top: 1px; width: 48px; height: 8px; border-radius: 5px; transform: rotate(-3deg); background: var(--grain); box-shadow: 4px 5px 8px rgb(91 58 46 / 12%); }
.benefit-3d--care { border: 10px solid var(--brand); border-radius: 50%; transform: rotate(4deg); box-shadow: 7px 10px 15px rgb(91 58 46 / 15%); }
.benefit-3d--care b { position: absolute; inset: 0; display: grid; place-items: center; color: var(--brand); font-size: 28px; }
.benefit-3d--care i { position: absolute; width: 32px; height: 32px; border-radius: 50%; background: var(--point); box-shadow: 6px 8px 10px rgb(91 58 46 / 18%); }
.benefit-3d--care i:nth-child(2) { right: -13px; top: 8px; width: 18px; height: 18px; box-shadow: 4px 5px 8px rgb(91 58 46 / 14%); }
.benefit-3d--care i:nth-child(3) { display: none; }
.benefit-3d--bundle i { position: absolute; width: 44px; height: 44px; border-radius: 11px; transform: rotate(5deg); box-shadow: 6px 8px 12px rgb(91 58 46 / 16%); }
.benefit-3d--bundle i:nth-child(1) { right: 4px; top: 4px; background: var(--point); }
.benefit-3d--bundle i:nth-child(2) { left: 8px; bottom: 6px; background: var(--grain); }
.benefit-3d--bundle i:nth-child(3) { display: none; }
.product-overview__content {
  min-height: 1220px;
  isolation: isolate;
  background: var(--dark) url('assets/generated/sec-s-05-product-hero-v2.png') center top / 100% auto no-repeat;
}
.product-overview__content::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgb(247 240 228 / 82%) 0%, rgb(247 240 228 / 30%) 24%, transparent 42%);
}
.product-overview__ledger {
  border-top-color: var(--brand);
  background: #f3ebdd url('assets/generated/runiel-paper-texture-v1.webp') center / 640px 640px repeat;
  color: var(--ink);
  box-shadow: 0 26px 46px rgb(8 4 2 / 38%);
}
.product-overview__ledger h3 strong,
.product-overview__ledger li > span { color: var(--point); }
.product-overview__ledger > header p,
.product-overview__ledger li p,
.product-overview__ledger > small { color: var(--muted); }
.product-overview__ledger ol { border-color: rgb(91 58 46 / 24%); }
.product-overview__ledger li { border-color: rgb(91 58 46 / 18%); }

/* sec-s-06 ~ 10 · unified dark message, exact 860×484 film */
.usp-block { position: relative; background: var(--dark); color: var(--surface); }
.usp-copy {
  min-height: 650px;
  padding: 124px 80px 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--dark);
  color: var(--surface);
}
.usp-copy h2 {
  margin-bottom: 58px;
  font-size: clamp(70px, 10.9vw, 94px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.usp-copy h2 span { display: block; font-weight: 300; }
.usp-copy > div {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: -0.028em;
}
.usp-copy > div { color: var(--muted-dark); }
.usp-copy > div strong { color: var(--surface); font-weight: 750; }
.usp-copy > div small {
  display: block;
  max-width: 640px;
  margin-top: 22px;
  color: rgb(202 192 181 / 78%);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.015em;
}
.usp-keyframe {
  margin: 0;
  background: var(--base);
  color: var(--ink);
}
.usp-keyframe img { width: 100%; height: auto; aspect-ratio: 860 / 573; display: block; object-fit: cover; }
.usp-keyframe--food img { object-position: center 70%; }
.usp-keyframe figcaption { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr); gap: 40px; align-items: center; padding: 46px 58px 52px; border-bottom: 1px solid rgb(91 58 46 / 18%); }
.usp-keyframe strong { color: var(--brand); font-size: 29px; line-height: 1.4; letter-spacing: -0.03em; }
.usp-keyframe p { color: var(--muted); font-size: 18px; line-height: 1.65; }

/* sec-s-12 */
.aftercare {
  padding: 130px 60px 140px;
  background:
    radial-gradient(circle at 50% 10%, rgb(91 58 46 / 82%), transparent 42%),
    var(--dark);
  color: var(--surface);
}
.aftercare header > p { margin-bottom: 16px; color: var(--base-deep); font-size: 44px; font-weight: 300; }
.aftercare header h2 { margin-bottom: 34px; font-size: clamp(82px, 13vw, 96px); line-height: 1; letter-spacing: -0.04em; }
.aftercare header h2 span { color: var(--grain); }
.aftercare header > div { margin-bottom: 24px; color: var(--muted-dark); font-size: 30px; line-height: 1.55; }
.aftercare header small { display: block; color: #a9998c; font-size: 16px; }
.aftercare__circles { position: relative; height: 570px; margin: 100px 0 64px; }
.aftercare__circles > div {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aftercare__circles > div:first-child { left: 0; top: 0; z-index: 2; background: var(--surface); color: var(--ink); box-shadow: 0 22px 48px rgb(0 0 0 / 35%); }
.aftercare__circles > div:last-child { right: 0; top: 130px; background: var(--point); color: var(--surface); }
.aftercare__circles strong { font-size: 68px; line-height: 1; }
.aftercare__circles span { margin-top: 12px; font-size: 38px; }
.aftercare__circles > div:last-child span { margin: 0 0 8px; font-size: 54px; font-weight: 300; }
.channel-card {
  width: 100%;
  min-height: 230px;
  padding: 36px;
  display: grid;
  grid-template-columns: 108px 1fr auto;
  align-items: center;
  gap: 24px;
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 18px 40px rgb(0 0 0 / 32%);
}
.channel-card__avatar { width: 108px; height: 108px; display: grid; place-items: center; border-radius: 28px; background: var(--brand); color: var(--surface); font-size: 54px; font-weight: 800; }
.channel-card strong { display: block; margin-bottom: 10px; font-size: 34px; }
.channel-card p { color: var(--muted); font-size: 20px; line-height: 1.5; }
.channel-card__button { padding: 16px 18px; border-radius: 10px; background: #fee500; color: var(--ink); font-size: 20px; font-weight: 800; }
.aftercare__bottom { margin-top: 68px; color: var(--base-deep); font-size: 38px; line-height: 1.5; text-align: center; }
.aftercare__bottom strong { color: var(--grain); }

/* USP close · evidence → daily life → trial → CX → promise */
.brand-story { background: var(--surface); }
.brand-story__lead { padding: 122px 62px 94px; background: var(--base); }
.brand-story__lead h2 { max-width: 740px; margin-bottom: 30px; font-size: 66px; font-weight: 350; line-height: 1.26; letter-spacing: -0.04em; }
.brand-story__lead h2 strong { color: var(--brand); font-weight: 780; }
.brand-story__lead p { max-width: 680px; color: var(--muted); font-size: 25px; line-height: 1.65; }
.grain-authority__scene { position: relative; height: 1619px; overflow: hidden; background: var(--dark); color: var(--surface); }
.grain-authority__media { width: 100%; height: 100%; object-fit: cover; }
.grain-authority__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(18 11 8 / 78%) 0%, transparent 36%, rgb(18 11 8 / 20%) 51%, rgb(18 11 8 / 92%) 100%); }
.grain-authority__scene-copy { position: absolute; top: 96px; left: 62px; right: 62px; }
.grain-authority__scene-copy p { margin-bottom: 16px; color: var(--base-deep); font-size: 25px; }
.grain-authority__scene-copy strong { display: block; max-width: 720px; font-size: 66px; line-height: 1.24; letter-spacing: -0.04em; }
.grain-authority__ledger { position: absolute; left: 54px; right: 54px; bottom: 190px; display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 253 248 / 50%); }
.grain-authority__ledger li { min-height: 138px; padding: 24px 20px 22px 0; border-bottom: 1px solid rgb(255 253 248 / 26%); }
.grain-authority__ledger li:nth-child(odd) { border-right: 1px solid rgb(255 253 248 / 26%); }
.grain-authority__ledger li:nth-child(even) { padding-left: 24px; }
.grain-authority__ledger li:last-child { grid-column: 1 / -1; border-right: 0; }
.grain-authority__ledger span { display: block; margin-bottom: 11px; color: var(--grain); font-size: 14px; font-weight: 800; letter-spacing: 0.13em; }
.grain-authority__ledger strong { font-size: 22px; line-height: 1.45; }
.grain-authority__method { position: absolute; right: 54px; bottom: 54px; display: grid; grid-template-columns: auto auto; gap: 3px 14px; align-items: end; text-align: right; }
.grain-authority__method span { grid-column: 1 / -1; color: var(--grain); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.grain-authority__method strong { font-size: 32px; line-height: 1; }
.grain-authority__method small { color: var(--base-deep); font-size: 15px; }
.brand-story--daily { padding-bottom: 120px; background: var(--base); }
.brand-story--daily figure { height: 620px; margin: 0; overflow: hidden; }
.brand-story--daily figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.brand-story__daily-copy { width: calc(100% - 108px); margin: -58px 54px 0; padding: 70px 58px 76px; position: relative; background: #f3ebdd url('assets/generated/runiel-paper-texture-v1.webp') center / 640px 640px repeat; box-shadow: 0 22px 40px rgb(91 58 46 / 16%); }
.brand-story__daily-copy h2 { margin-bottom: 30px; font-size: 61px; font-weight: 350; line-height: 1.26; letter-spacing: -0.04em; }
.brand-story__daily-copy h2 strong { color: var(--brand); font-weight: 780; }
.brand-story__daily-copy p { color: var(--muted); font-size: 24px; line-height: 1.72; }
.story-wireframe { min-height: 1280px; padding: 104px 58px 100px; display: grid; grid-template-rows: auto 1fr auto; gap: 48px; background: var(--surface); color: var(--brand); }
.story-wireframe--two { min-height: 1180px; background: var(--base); }
.story-wireframe > header { display: grid; grid-template-columns: 180px 1fr; gap: 34px; align-items: start; padding-bottom: 34px; border-bottom: 1px solid rgb(91 58 46 / 28%); }
.story-wireframe > header > span { padding-top: 13px; color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: 0.1em; }
.story-wireframe h2 { font-size: 62px; font-weight: 350; line-height: 1.25; letter-spacing: -0.04em; }
.story-wireframe h2 strong { color: var(--brand); font-weight: 800; }
.story-wireframe__canvas { position: relative; min-height: 760px; overflow: hidden; border: 2px dashed rgb(91 58 46 / 38%); }
.story-wireframe__orbit { position: absolute; left: 70px; top: 105px; width: 410px; height: 410px; border: 2px dashed rgb(91 58 46 / 42%); border-radius: 50%; display: grid; place-items: center; }
.story-wireframe__orbit::before { content: ''; position: absolute; inset: 70px; border: 2px dashed rgb(91 58 46 / 34%); border-radius: 50%; }
.story-wireframe__orbit b { width: 130px; height: 130px; display: grid; place-items: center; border: 2px solid rgb(91 58 46 / 55%); border-radius: 50%; font-size: 31px; }
.story-wireframe__orbit i { position: absolute; width: 28px; height: 28px; border: 2px solid rgb(91 58 46 / 52%); border-radius: 50%; background: var(--surface); }
.story-wireframe__orbit i:nth-child(1) { top: 14px; left: 190px; }
.story-wireframe__orbit i:nth-child(2) { right: 44px; bottom: 74px; }
.story-wireframe__orbit i:nth-child(3) { left: 24px; bottom: 120px; }
.story-wireframe__message { position: absolute; right: 52px; top: 160px; width: 290px; min-height: 240px; display: grid; place-items: center; padding: 28px; border: 2px dashed rgb(91 58 46 / 38%); background: var(--surface); color: var(--muted); font-size: 26px; line-height: 1.55; text-align: center; }
.story-wireframe__message small { font-size: 16px; }
.story-wireframe__fragments { position: absolute; left: 54px; right: 54px; bottom: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.story-wireframe__fragments span { min-height: 110px; display: grid; place-items: center; border: 1px dashed rgb(91 58 46 / 42%); color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: 0.1em; }
.story-wireframe__canvas--path { min-height: 670px; }
.story-wireframe__path { position: absolute; left: 72px; right: 72px; top: 110px; height: 2px; border-top: 2px dashed rgb(91 58 46 / 38%); }
.story-wireframe__path i { position: absolute; top: -13px; width: 26px; height: 26px; border: 2px solid rgb(91 58 46 / 50%); border-radius: 50%; background: var(--base); }
.story-wireframe__path i:nth-child(1) { left: 0; }
.story-wireframe__path i:nth-child(2) { left: 33%; }
.story-wireframe__path i:nth-child(3) { left: 66%; }
.story-wireframe__path i:nth-child(4) { right: 0; }
.story-wireframe__scene { position: absolute; left: 92px; right: 92px; top: 190px; min-height: 280px; display: grid; place-items: center; padding: 36px; border: 2px dashed rgb(91 58 46 / 38%); color: var(--muted); font-size: 29px; line-height: 1.6; text-align: center; }
.story-wireframe__scene small { font-size: 17px; }
.story-wireframe__bridge { position: absolute; left: 92px; right: 92px; bottom: 54px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 18px; align-items: center; color: var(--brand); font-size: 15px; font-weight: 800; letter-spacing: 0.1em; }
.story-wireframe__bridge i { height: 1px; border-top: 1px dashed rgb(91 58 46 / 46%); }
.story-wireframe > footer { padding-top: 24px; border-top: 1px solid rgb(91 58 46 / 22%); color: var(--muted); font-size: 17px; text-align: center; }
.trial { position: relative; min-height: 980px; padding: 116px 60px 90px; overflow: hidden; background: var(--surface); color: var(--ink); }
.trial::before { content: ''; position: absolute; inset: 26px; border: 1px solid rgb(91 58 46 / 16%); }
.trial__number { display: flex; align-items: flex-end; gap: 14px; color: var(--base-deep); }
.trial__number strong { font-size: 310px; font-weight: 800; line-height: 0.76; letter-spacing: -0.07em; }
.trial__number span { padding-bottom: 18px; color: var(--brand); font-size: 28px; font-weight: 800; letter-spacing: 0.12em; }
.trial__copy { position: relative; z-index: 2; width: 62%; margin-top: 74px; }
.trial__copy h2 { margin-bottom: 28px; font-size: 62px; font-weight: 350; line-height: 1.24; letter-spacing: -0.04em; }
.trial__copy h2 strong { color: var(--point); font-weight: 800; }
.trial__copy p { color: var(--muted); font-size: 24px; line-height: 1.65; }
.trial__copy small { display: block; margin-top: 22px; color: #8e8076; font-size: 14px; line-height: 1.55; }
.trial > img { position: absolute; z-index: 1; right: -78px; bottom: -30px; width: 500px; height: 500px; object-fit: contain; filter: drop-shadow(0 26px 24px rgb(91 58 46 / 22%)); }
.cx-center { position: relative; min-height: 1120px; padding: 122px 60px 130px; overflow: hidden; background: var(--base-deep); }
.cx-center > header { position: relative; z-index: 2; max-width: 720px; margin-bottom: 70px; }
.cx-center h2 { margin-bottom: 28px; font-size: 64px; font-weight: 350; line-height: 1.25; letter-spacing: -0.04em; }
.cx-center h2 strong { color: var(--brand); font-weight: 800; }
.cx-center header p { max-width: 660px; color: var(--muted); font-size: 23px; line-height: 1.65; }
.cx-center__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--brand); border-bottom: 1px solid rgb(91 58 46 / 24%); }
.cx-center__grid article { min-height: 260px; padding: 38px 32px; border-right: 1px solid rgb(91 58 46 / 22%); border-bottom: 1px solid rgb(91 58 46 / 22%); }
.cx-center__grid article:nth-child(even) { border-right: 0; }
.cx-center__grid article:nth-child(n+3) { border-bottom: 0; }
.cx-center__grid span { display: block; margin-bottom: 34px; color: var(--point); font-size: 14px; font-weight: 800; letter-spacing: 0.12em; }
.cx-center__grid strong { display: block; margin-bottom: 14px; font-size: 29px; letter-spacing: -0.03em; }
.cx-center__grid p { color: var(--muted); font-size: 18px; line-height: 1.58; }
.cx-center__object { position: absolute; right: -52px; top: 44px; width: 220px; height: 220px; transform: rotate(12deg); border-radius: 44px; display: grid; place-items: center; background: var(--surface); box-shadow: 22px 28px 40px rgb(91 58 46 / 22%); }
.cx-center__object span { color: var(--brand); font-size: 108px; font-weight: 850; }
.cx-center__object i { position: absolute; width: 54px; height: 54px; border-radius: 50%; background: var(--point); box-shadow: 8px 10px 18px rgb(91 58 46 / 20%); }
.cx-center__object i:nth-child(2) { top: -24px; right: 10px; }
.cx-center__object i:nth-child(3) { left: -20px; bottom: 18px; background: var(--functional); }
.brand-promise { min-height: 1535px; padding: 110px 60px 116px; display: flex; flex-direction: column; align-items: center; color: #fafaf8; background: #2a2a26; border-radius: 60px 60px 0 0; text-align: center; }
.brand-promise__home { width: 593px; height: 323px; margin: 80px 0 126px; }
.brand-promise__home img { width: 100%; height: 100%; display: block; object-fit: contain; opacity: .58; }
.brand-promise h2 { margin: 0 0 55px; font-size: 50px; font-weight: 700; line-height: 1.2; letter-spacing: -0.04em; }
.brand-promise__letter { display: grid; gap: 34px; }
.brand-promise__letter p { margin: 0; color: #d4d4ce; font-size: 28px; line-height: 1.8; letter-spacing: -0.03em; }
.brand-promise > small { margin-top: 58px; color: #a8a89e; font-size: 26px; letter-spacing: -0.03em; }

/* sec-s-15 */
.explain-hero {
  position: relative;
  height: 1530px;
  overflow: hidden;
  background: var(--base);
}
.explain-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.explain-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(255 253 248 / 92%) 0%, rgb(255 253 248 / 66%) 26%, transparent 49%),
    linear-gradient(90deg, rgb(255 253 248 / 54%) 0%, transparent 58%);
}
.explain-hero header { position: relative; z-index: 1; max-width: 720px; padding: 112px 64px 0; text-align: left; }
.explain-hero h2 { margin-bottom: 26px; font-size: 76px; line-height: 1.25; letter-spacing: -0.04em; }
.explain-hero header > p { margin-bottom: 20px; color: var(--brand); font-size: 24px; font-weight: 800; letter-spacing: 0.09em; }
.explain-hero header > p span { display: block; margin-bottom: 8px; font-size: 17px; letter-spacing: 0.16em; }
.explain-hero header > div { max-width: 600px; color: var(--muted); font-size: 26px; font-weight: 500; line-height: 1.55; }

/* sec-s-15a */
.summary { padding: 132px 60px 150px; background: var(--base); }
.summary header { max-width: 700px; margin-bottom: 74px; }
.summary header h2 { margin-bottom: 28px; font-size: 68px; line-height: 1.3; letter-spacing: -0.04em; }
.summary header > p { color: var(--muted); font-size: 25px; line-height: 1.6; letter-spacing: -0.025em; }
.summary__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgb(91 58 46 / 18%);
  border-radius: 14px;
  background: rgb(91 58 46 / 18%);
}
.summary__grid article {
  min-height: 282px;
  padding: 38px 18px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  text-align: center;
}
.summary__grid article:nth-child(5) { background: var(--brand); color: var(--surface); }
.summary__icon {
  width: 82px;
  height: 82px;
  margin-bottom: 28px;
  fill: none;
  stroke: var(--point);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.summary__grid article:nth-child(5) .summary__icon { stroke: var(--grain); }
.summary__grid strong { margin-bottom: 10px; font-size: 30px; letter-spacing: -0.035em; }
.summary__grid p { color: var(--muted); font-size: 19px; line-height: 1.4; }
.summary__grid article:nth-child(5) p { color: var(--base-deep); }
.summary__note { margin-top: 54px; color: var(--muted); font-size: 17px; line-height: 1.6; }

/* sec-s-16 */
.comparison { min-height: 1980px; padding: 144px 48px 170px; background: #f1ece4; text-align: center; }
.comparison > header { margin-bottom: 82px; }
.comparison > header h2 { margin-bottom: 24px; font-size: 70px; line-height: 1.16; letter-spacing: -0.04em; }
.comparison > header p { color: var(--muted); font-size: 26px; line-height: 1.55; }
.comparison__table {
  display: grid;
  grid-template-columns: 1fr 112px 1.08fr;
  gap: 1px;
  overflow: hidden;
  border-radius: 14px;
  background: rgb(91 58 46 / 22%);
  box-shadow: 0 18px 42px rgb(72 54 44 / 12%);
}
.comparison__table > div { min-width: 0; padding: 30px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.comparison__head { min-height: 530px; }
.comparison__head--other { background: #ded8d0; color: var(--muted); }
.comparison__head--other > strong { font-size: 25px; }
.comparison__head--other > small { margin-top: 16px; font-size: 16px; }
.comparison__other-visual { width: 272px; height: 260px; margin-top: 18px; overflow: visible; opacity: 0.74; }
.comparison__other-visual img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) contrast(0.86) drop-shadow(0 16px 16px rgb(52 47 43 / 18%)); }
.comparison__head--runiel { background: var(--surface); color: var(--brand); }
.comparison__head--runiel > span { margin-bottom: 6px; font-size: 14px; font-weight: 800; letter-spacing: 0.18em; }
.comparison__head--runiel > strong { max-width: 260px; margin-bottom: 2px; font-size: 27px; line-height: 1.32; }
.comparison__head--runiel img { width: 332px; height: 348px; object-fit: contain; filter: drop-shadow(0 18px 18px rgb(67 50 40 / 18%)); }
.comparison__spine { background: var(--dark); color: var(--surface); font-size: 19px; font-weight: 800; line-height: 1.3; }
.comparison__spine > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--surface); color: var(--dark); font-size: 22px; }
.comparison__other { min-height: 172px; background: #e4dfd8; color: #807870; }
.comparison__runiel { min-height: 172px; background: var(--surface); color: var(--ink); }
.comparison__other span, .comparison__runiel span { margin-bottom: 8px; font-size: 19px; }
.comparison__other strong { font-size: 25px; font-weight: 500; }
.comparison__runiel span { color: var(--muted); }
.comparison__runiel strong { color: var(--point); font-size: 29px; }
.comparison__note { margin-top: 34px; color: var(--muted); font-size: 16px; line-height: 1.6; text-align: left; }

/* sec-p-00 */
.point-bridge { padding: 150px 60px 160px; background: var(--base); text-align: center; }
.point-bridge > div:first-child p { margin-bottom: 18px; color: var(--muted); font-size: 32px; }
.point-bridge > div:first-child strong { font-size: 45px; letter-spacing: -0.03em; }
.point-bridge > span { display: block; width: 2px; height: 100px; margin: 76px auto; background: var(--brand); opacity: 0.45; }
.point-bridge > div:last-child p { margin-bottom: 26px; color: var(--muted); font-size: 32px; }
.point-bridge h2 { font-size: 55px; font-weight: 500; line-height: 1.38; letter-spacing: -0.04em; }
.point-bridge h2 strong { color: var(--point); font-weight: 800; }

/* sec-p-01 ~ 05 · source hero height is 1450px */
.point-hero {
  position: relative;
  min-height: 1450px;
  padding: 120px 60px 140px;
  overflow: hidden;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}
.point-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; }
.point-hero--light::before { background: linear-gradient(180deg, rgb(255 253 248 / 92%) 0%, rgb(255 253 248 / 54%) 34%, transparent 65%); }
.point-hero--dark::before { background: linear-gradient(180deg, rgb(30 23 19 / 90%) 0%, rgb(30 23 19 / 54%) 38%, transparent 68%); }
.point-hero header { position: relative; z-index: 1; max-width: 690px; }
.point-hero header > span {
  display: inline-block;
  margin-bottom: 34px;
  padding: 12px 28px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.point-hero h2 { margin-bottom: 30px; font-size: 88px; line-height: 1.24; letter-spacing: -0.04em; }
.point-hero h2 strong { color: var(--point); }
.point-hero header > p { color: var(--muted); font-size: 36px; line-height: 1.55; letter-spacing: -0.028em; }
.point-hero--dark { color: var(--surface); }
.point-hero--dark h2 strong { color: var(--grain); }
.point-hero--dark header > p { color: var(--base-deep); }
#sec-p-01 { min-height: 1530px; background-position: center 66%; }
#sec-p-02 { background-position: center 58%; }
#sec-p-03 {
  min-height: 1580px;
  background-color: var(--surface);
  background-size: auto 94%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#sec-p-03 header { max-width: 740px; margin-inline: auto; text-align: center; }
#sec-p-04 { background-position: center; }
#sec-p-05 { min-height: 1530px; background-position: center 54%; }

/* POINT CHECK wireframes · 860px section unit */
.point-check {
  min-height: 860px;
  padding: 68px 56px 76px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--brand);
  background: var(--surface);
}
.point-check--half { min-height: 430px; padding-block: 42px; }
.point-check--one { min-height: 860px; }
.point-check--one-half { min-height: 1290px; }
.point-check--double { min-height: 1720px; }
.point-check--dark { color: var(--surface); background: var(--dark); }
.point-check > header { margin-bottom: 40px; padding-bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgb(91 58 46 / 24%); }
.point-check--dark > header { border-color: rgb(247 240 228 / 20%); }
.point-check > header strong,
.point-check > header h3,
.point-check > header span { display: block; }
.point-check > header strong { margin-bottom: 9px; color: var(--point); font-size: 14px; letter-spacing: .08em; }
.point-check--dark > header strong { color: var(--grain); }
.point-check > header h3 { margin: 0; font-size: 44px; line-height: 1.18; letter-spacing: -0.035em; }
.point-check > header > span { color: var(--muted); font-size: 13px; letter-spacing: .09em; text-align: right; }
.point-check--dark > header > span { color: var(--muted-dark); }
.point-check__note { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; text-align: center; }
.point-check--dark .point-check__note { color: var(--muted-dark); }

.point-check__pressure-map { position: relative; flex: 1; overflow: hidden; border: 2px dashed rgb(91 58 46 / 32%); background: var(--base); }
.point-check__pressure-copy { position: absolute; top: 56px; left: 48px; z-index: 2; max-width: 380px; }
.point-check__pressure-copy strong { font-size: 54px; line-height: 1.2; letter-spacing: -0.04em; }
.point-check__pressure-copy p { margin: 18px 0 0; color: var(--muted); font-size: 20px; line-height: 1.6; }
.point-check__pressure-pot { position: absolute; top: 120px; right: -20px; width: 570px; height: 570px; display: grid; place-items: center; }
.point-check__pressure-pot img { position: relative; z-index: 2; width: 430px; height: 430px; object-fit: contain; }
.point-check__pressure-pot i { position: absolute; border: 1px solid rgb(150 63 48 / 36%); border-radius: 50%; }
.point-check__pressure-pot i:nth-of-type(1) { width: 340px; height: 340px; }
.point-check__pressure-pot i:nth-of-type(2) { width: 450px; height: 450px; }
.point-check__pressure-pot i:nth-of-type(3) { width: 560px; height: 560px; }
.point-check__pressure-map ol { position: absolute; right: 40px; bottom: 44px; left: 40px; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-block: 1px solid rgb(91 58 46 / 24%); }
.point-check__pressure-map li { padding: 24px 18px; border-right: 1px solid rgb(91 58 46 / 20%); }
.point-check__pressure-map li:last-child { border-right: 0; }
.point-check__pressure-map li span,
.point-check__pressure-map li strong { display: block; }
.point-check__pressure-map li span { margin-bottom: 5px; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.point-check__pressure-map li strong { font-size: 23px; }

.point-check__guide { position: relative; flex: 1; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; gap: 24px; overflow: hidden; border: 2px dashed rgb(91 58 46 / 32%); background: var(--base); }
.point-check__guide-copy { padding: 50px 46px 0; }
.point-check__guide-copy strong { font-size: 48px; line-height: 1.2; letter-spacing: -0.04em; }
.point-check__guide-copy p { color: var(--muted); font-size: 19px; }
.point-check__guide ol { position: relative; z-index: 2; grid-column: 1; grid-row: 2; align-self: end; margin: 0; padding: 0 0 38px 42px; display: grid; gap: 12px; list-style: none; }
.point-check__guide li { padding: 18px 20px; display: grid; grid-template-columns: 48px 1fr; gap: 14px; background: rgb(255 253 248 / 86%); border: 1px solid rgb(91 58 46 / 20%); }
.point-check__guide li > span { color: var(--point); font-weight: 800; }
.point-check__guide li strong { display: block; font-size: 20px; }
.point-check__guide li p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.point-check__guide > img { width: 100%; height: 100%; grid-column: 2; grid-row: 1 / 3; object-fit: cover; object-position: center; }

.point-check__keyframe { position: relative; flex: 1; min-height: 0; margin: 0; overflow: hidden; border: 2px dashed rgb(91 58 46 / 32%); background: var(--dark); }
.point-check__keyframe::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(180deg, transparent 62%, rgb(30 23 19 / 74%) 100%); }
.point-check__keyframe img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 70%; }
.point-check__keyframe figcaption { position: absolute; right: 30px; bottom: 28px; left: 30px; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; color: var(--surface); }
.point-check__keyframe figcaption span,
.point-check__keyframe figcaption i { color: #d4d4ce; font-size: 12px; font-style: normal; }
.point-check__keyframe figcaption strong { font-size: 23px; text-align: center; }

.point-check__heat-3d { flex: 1; min-height: 0; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border: 2px dashed rgb(247 240 228 / 26%); }
.point-check__heat-3d > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.point-check__heat-3d ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid rgb(247 240 228 / 20%); }
.point-check__heat-3d li { padding: 25px; border-right: 1px solid rgb(247 240 228 / 18%); }
.point-check__heat-3d li:last-child { border-right: 0; }
.point-check__heat-3d li span,
.point-check__heat-3d li strong { display: block; }
.point-check__heat-3d li span { color: var(--grain); font-size: 12px; }
.point-check__heat-3d li strong { margin: 5px 0; font-size: 24px; }
.point-check__heat-3d li p { margin: 0; color: var(--muted-dark); font-size: 14px; }

.point-check__pot-layers { position: relative; flex: 1; overflow: hidden; border: 2px dashed rgb(91 58 46 / 32%); background: var(--base); }
.point-check__pot-layers > img { position: absolute; left: 10px; bottom: 40px; width: 520px; height: 520px; object-fit: contain; }
.point-check__layers { position: absolute; top: 100px; right: 50px; width: 330px; display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 14px 18px; }
.point-check__layers span { color: var(--point); font-size: 11px; letter-spacing: .1em; }
.point-check__layers strong { font-size: 22px; }
.point-check__layers i { grid-column: 1 / -1; height: 34px; display: block; border: 1px dashed rgb(91 58 46 / 32%); background: rgb(255 253 248 / 54%); }
.point-check__pot-layers > p { position: absolute; right: 42px; bottom: 42px; width: 360px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

.point-check__video-frame { position: relative; flex: 1; min-height: 0; margin: 0; display: grid; place-items: center; overflow: hidden; border: 2px dashed rgb(91 58 46 / 32%); background: #160f0c; }
.point-check__video-frame img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; }
.point-check__video-frame figcaption { position: absolute; right: 22px; bottom: 18px; left: 22px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--surface); background: rgb(30 23 19 / 68%); font-size: 15px; }
.point-check__video-frame figcaption strong { color: var(--grain); font-size: 44px; }
.point-check__timeline { margin-top: 20px; padding: 20px 24px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 14px; border-block: 1px solid rgb(91 58 46 / 22%); color: var(--muted); font-size: 13px; text-align: center; }
.point-check--dark .point-check__timeline { border-color: rgb(247 240 228 / 18%); color: var(--muted-dark); }
.point-check__timeline i { height: 1px; background: currentColor; opacity: .5; }

.point-check--step { display: grid; grid-template-rows: auto 1fr; }
.point-check--step > header { margin-bottom: 22px; padding-bottom: 14px; }
.point-check--step > header strong { margin-bottom: 4px; font-size: 11px; }
.point-check--step > header h3 { font-size: 32px; }
.point-check--step > div { min-height: 0; display: grid; grid-template-columns: 44% 1fr; align-items: center; gap: 28px; overflow: hidden; }
.point-check--step > div > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.point-check--step > div > p { margin: 0; font-size: 23px; line-height: 1.5; }
.point-check__water { position: relative; grid-template-columns: 42% 1fr !important; }
.point-check__water > span { position: relative; width: 160px; height: 130px; justify-self: center; display: block; border: 2px solid rgb(247 240 228 / 42%); border-radius: 0 0 70px 70px; }
.point-check__water > span::before { position: absolute; top: -46px; left: 70px; width: 18px; height: 72px; content: ''; background: #b7cfd3; border-radius: 0 0 50% 50%; transform: rotate(8deg); opacity: .72; }
.point-check__water p { margin: 0; font-size: 23px; }
.point-check__water small { display: block; margin-top: 8px; color: var(--muted-dark); font-size: 13px; }

.point-check__onepot-video { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; background: var(--dark); }
.point-check__topview { position: relative; flex: 1; min-height: 0; margin: 0; display: grid; grid-template-rows: 1fr auto; overflow: hidden; color: var(--surface); background: var(--dark); border: 2px dashed rgb(91 58 46 / 30%); }
.point-check__topview img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: cover; object-position: center; }
.point-check__topview figcaption { padding: 18px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; color: var(--grain); background: var(--dark); font-size: 16px; font-weight: 800; text-align: center; }
.point-check__topview figcaption span + span { border-left: 1px solid rgb(247 240 228 / 18%); }
.point-check--menu { background: var(--base); }
.point-check__food-grid { flex: 1; min-height: 0; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 18px; }
.point-check__food-grid figure { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgb(91 58 46 / 15%); background: var(--surface); box-shadow: 12px 16px 24px rgb(43 33 28 / 10%); }
.point-check__food-grid figure::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgb(30 23 19 / 76%) 100%); }
.point-check__food-grid img { width: 100%; height: 100%; display: block; object-fit: cover; }
.point-check__food-grid figure:nth-child(3) img,
.point-check__food-grid figure:nth-child(6) img { object-position: center 64%; }
.point-check__food-grid figcaption { position: absolute; right: 24px; bottom: 21px; left: 24px; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; color: var(--surface); }
.point-check__food-grid figcaption span { color: var(--grain); font-size: 13px; }
.point-check__food-grid figcaption strong { font-size: 27px; }

.point-check__care-grid { flex: 1; min-height: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.point-check__care-grid figure { min-height: 0; margin: 0; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border: 1px solid rgb(91 58 46 / 18%); background: var(--base); }
.point-check__care-grid figure > div { min-height: 0; overflow: hidden; background: var(--surface); }
.point-check__care-grid img { width: 100%; height: 100%; display: block; object-fit: cover; }
.point-check__care-grid figure:first-child img { object-fit: contain; }
.point-check__care-grid figcaption { min-height: 220px; padding: 25px 22px; }
.point-check__care-grid figcaption span,
.point-check__care-grid figcaption strong { display: block; }
.point-check__care-grid figcaption span { color: var(--point); font-size: 11px; letter-spacing: .1em; }
.point-check__care-grid figcaption strong { margin: 5px 0 10px; font-size: 28px; }
.point-check__care-grid figcaption p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

.point-check__steam { flex: 1; min-height: 0; display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; border: 2px dashed rgb(247 240 228 / 26%); }
.point-check__steam figure { position: relative; min-height: 0; margin: 0; overflow: hidden; }
.point-check__steam figure::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, transparent 62%, var(--dark) 100%); }
.point-check__steam img { width: 100%; height: 100%; display: block; object-fit: cover; }
.point-check__steam figcaption { position: absolute; bottom: 24px; left: 24px; z-index: 1; max-width: 430px; padding: 12px 16px; background: rgb(30 23 19 / 65%); color: var(--surface); font-size: 14px; }
.point-check__steam > div { padding: 42px 32px; display: flex; flex-direction: column; justify-content: center; }
.point-check__steam > div strong { color: var(--grain); font-size: 38px; line-height: 1.25; letter-spacing: -0.04em; }
.point-check__steam > div p { color: var(--muted-dark); font-size: 17px; line-height: 1.65; }
.point-check__steam > div span { margin-top: 28px; font-size: 11px; letter-spacing: .1em; }
.point-check--safety-note ul { flex: 1; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-block: 1px solid rgb(91 58 46 / 22%); }
.point-check--safety-note li { padding: 24px 20px; border-right: 1px solid rgb(91 58 46 / 20%); }
.point-check--safety-note li:last-child { border-right: 0; }
.point-check--safety-note li strong { display: block; margin-bottom: 7px; color: var(--point); font-size: 19px; }
.point-check--safety-note li p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* POINT 01~05 · planned lower-section wireframes */
.point-subwireframe { padding: 92px 56px 108px; background: var(--surface); color: var(--brand); }
.point-subwireframe:nth-of-type(even) { background: var(--base); }
.point-subwireframe > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 46px; padding-bottom: 22px; border-bottom: 1px solid rgb(91 58 46 / 28%); }
.point-subwireframe > header strong { font-size: 29px; letter-spacing: -0.03em; }
.point-subwireframe > header span { color: var(--muted); font-size: 17px; }
.point-subwireframe__visual,
.point-subwireframe__copy,
.point-subwireframe__heat-map,
.point-subwireframe__split > div,
.point-subwireframe__care-main,
.point-subwireframe li { border: 2px dashed rgb(91 58 46 / 38%); color: var(--muted); text-align: center; }
.point-subwireframe small { font-size: 17px; }
.point-subwireframe__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.point-subwireframe__visual { min-height: 430px; display: grid; place-items: center; padding: 30px; font-size: 27px; line-height: 1.6; }
.point-subwireframe__copy { grid-column: 1 / -1; min-height: 150px; display: grid; place-items: center; padding: 28px; font-size: 21px; }
.point-subwireframe__heat-map { min-height: 560px; display: grid; place-items: center; padding: 40px; font-size: 34px; line-height: 1.6; }
.point-subwireframe__split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.point-subwireframe__split > div { min-height: 190px; display: grid; place-items: center; padding: 28px; font-size: 21px; }
.point-subwireframe ol { margin: 0; padding: 0; list-style: none; }
.point-subwireframe--steps ol,
.point-subwireframe--sequence ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.point-subwireframe--steps li { min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px 22px; }
.point-subwireframe--steps li span { width: 58px; height: 58px; margin-bottom: 76px; display: grid; place-items: center; border: 1px solid rgb(91 58 46 / 40%); border-radius: 50%; color: var(--point); font-size: 22px; font-weight: 800; }
.point-subwireframe--steps li strong { margin-bottom: 16px; color: var(--brand); font-size: 27px; }
.point-subwireframe--steps li p { font-size: 17px; line-height: 1.55; }
.point-subwireframe--sequence li { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px 26px; }
.point-subwireframe--sequence li span { margin-bottom: auto; color: var(--sequence); font-size: 14px; font-weight: 800; letter-spacing: 0.1em; }
.point-subwireframe--sequence li strong { margin-bottom: 12px; color: var(--brand); font-size: 31px; }
.point-subwireframe--sequence li p { font-size: 17px; }
.point-subwireframe--sequence .point-subwireframe__copy { margin-top: 16px; }
.point-subwireframe__care-main { min-height: 600px; display: grid; place-items: center; padding: 40px; font-size: 31px; line-height: 1.6; }
.point-subwireframe--care ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.point-subwireframe--care li { min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; }
.point-subwireframe--care li span { margin-bottom: 12px; color: var(--sequence); font-size: 13px; font-weight: 800; letter-spacing: 0.11em; }
.point-subwireframe--care li strong { color: var(--brand); font-size: 25px; }

/* sec-p-06 ~ 12 · direct explanation sections */
.point-detail {
  padding: 126px 62px 138px;
  background: var(--surface);
}
.point-detail__header {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 72px;
}
.point-detail__header > span {
  padding-top: 12px;
  color: var(--point);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.point-detail__header h2 {
  margin-bottom: 24px;
  font-size: 58px;
  line-height: 1.3;
  letter-spacing: -0.045em;
}
.point-detail__header h2 strong { color: var(--point); }
.point-detail__header p {
  max-width: 620px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.68;
  letter-spacing: -0.024em;
}
.point-detail__notice {
  margin-top: 28px;
  padding: 22px 26px;
  border-top: 1px solid rgb(91 58 46 / 18%);
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.pot-care {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  min-height: 610px;
  background: var(--dark);
  color: var(--surface);
}
.pot-care > img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: center 54%; }
.pot-care > div { padding: 64px 48px; align-self: center; }
.pot-care h3 { margin-bottom: 38px; font-size: 35px; line-height: 1.38; letter-spacing: -0.035em; }
.pot-care ul { margin: 0; padding: 0; list-style: none; }
.pot-care li { position: relative; padding: 19px 0 19px 32px; border-top: 1px solid rgb(247 240 228 / 16%); color: var(--muted-dark); font-size: 20px; line-height: 1.55; }
.pot-care li:last-child { border-bottom: 1px solid rgb(247 240 228 / 16%); }
.pot-care li::before { content: ''; position: absolute; top: 31px; left: 3px; width: 10px; height: 10px; border-radius: 50%; background: var(--grain); }

.point-detail--safety { background: var(--base); }
.safety-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.safety-proof figure { margin: 0; background: var(--surface); }
.safety-proof img { width: 100%; height: 385px; object-fit: cover; }
.safety-proof figcaption { min-height: 166px; padding: 34px 30px 38px; }
.safety-proof figcaption strong { display: block; margin-bottom: 12px; font-size: 27px; letter-spacing: -0.03em; }
.safety-proof figcaption span { color: var(--muted); font-size: 19px; line-height: 1.55; }

.quick-explain { background: var(--dark); color: var(--surface); }
.quick-explain > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.quick-explain > div { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 46px 48px 50px; }
.quick-explain strong { color: var(--grain); font-size: 28px; letter-spacing: -0.03em; }
.quick-explain p { color: var(--muted-dark); font-size: 21px; line-height: 1.65; }
.quick-explain small { grid-column: 2; color: #a99a8f; font-size: 15px; line-height: 1.55; }

.point-detail--warm { background: var(--base); }
.warm-flow { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 2px solid var(--brand); border-bottom: 1px solid rgb(91 58 46 / 26%); list-style: none; counter-reset: warm-step; }
.warm-flow li { position: relative; min-height: 290px; padding: 60px 36px 48px; border-right: 1px solid rgb(91 58 46 / 20%); counter-increment: warm-step; }
.warm-flow li:last-child { border-right: 0; }
.warm-flow li::before { content: '0' counter(warm-step); display: block; margin-bottom: 58px; color: var(--sequence); font-size: 18px; font-weight: 800; letter-spacing: 0.08em; }
.warm-flow span { display: block; margin-bottom: 14px; font-size: 28px; font-weight: 800; letter-spacing: -0.03em; }
.warm-flow p { color: var(--muted); font-size: 19px; line-height: 1.58; }

.reserve-explain { display: grid; grid-template-columns: 1.12fr 0.88fr; min-height: 570px; background: var(--base); }
.reserve-explain > img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: center; }
.reserve-explain > ol { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 40px 44px; list-style: none; counter-reset: reserve-step; }
.reserve-explain li { display: grid; grid-template-columns: 54px 76px 1fr; gap: 14px; align-items: baseline; padding: 27px 0; border-bottom: 1px solid rgb(91 58 46 / 22%); counter-increment: reserve-step; }
.reserve-explain li::before { content: '0' counter(reserve-step); color: var(--sequence); font-size: 17px; font-weight: 800; }
.reserve-explain li span { font-size: 23px; font-weight: 800; }
.reserve-explain li p { color: var(--muted); font-size: 18px; line-height: 1.55; }

.point-detail--efficiency { background: var(--dark); color: var(--surface); }
.point-detail--efficiency .point-detail__header h2 strong { color: var(--grain); }
.point-detail--efficiency .point-detail__header p { color: var(--muted-dark); }
.efficiency-label { display: grid; grid-template-columns: 270px 1fr; border-top: 1px solid rgb(247 240 228 / 24%); border-bottom: 1px solid rgb(247 240 228 / 24%); }
.efficiency-label > div { min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; padding: 44px 34px; background: var(--functional); }
.efficiency-label > div span { font-size: 15px; font-weight: 800; letter-spacing: 0.12em; }
.efficiency-label > div strong { max-width: 170px; color: var(--surface); font-size: 32px; line-height: 1.38; letter-spacing: -0.03em; }
.efficiency-label > p { align-self: center; padding: 60px 58px; color: var(--muted-dark); font-size: 25px; line-height: 1.72; letter-spacing: -0.025em; }

.object-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.object-pair figure { position: relative; margin: 0; overflow: hidden; background: var(--base); }
.object-pair img { width: 100%; height: 540px; object-fit: cover; transition: transform 700ms ease; }
.object-pair figure:first-child img { object-position: center 59%; }
.object-pair figure:last-child img { object-position: center 55%; }
.object-pair figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 22px 24px; background: rgb(255 253 248 / 92%); font-size: 22px; font-weight: 750; letter-spacing: -0.025em; }
@media (hover: hover) { .object-pair figure:hover img { transform: scale(1.025); } }

/* 안내 · air-fryer i-01 ~ i-04 structure, RUNIEL GRAIN content */
.info-faq { padding: 150px 70px 170px; overflow: hidden; background: var(--surface); }
.info-faq > header { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 28px; align-items: center; margin-bottom: 90px; }
.info-faq header h2 { margin-bottom: 24px; font-size: 84px; line-height: 1.1; letter-spacing: -0.04em; }
.info-faq header h2 span { margin-left: 12px; color: var(--point); font-weight: 700; }
.info-faq header > div:first-child > p { max-width: 650px; color: var(--muted); font-size: 26px; line-height: 1.6; }
.info-faq__scene { position: relative; width: 220px; height: 210px; perspective: 720px; }
.info-faq__scene > span:first-child { position: absolute; top: 4px; right: 4px; width: 82px; height: 82px; border-radius: 50%; background: radial-gradient(circle at 30% 26%, #fffaf1 0%, var(--grain) 38%, #9f7950 100%); box-shadow: 13px 18px 25px rgb(91 58 46 / 18%); }
.info-faq__scene > span:nth-child(2) { position: absolute; left: 8px; bottom: 8px; width: 92px; height: 92px; border: 18px solid var(--functional); border-radius: 50%; transform: rotateX(67deg) rotateZ(-18deg); box-shadow: 0 22px 24px rgb(91 58 46 / 17%); }
.info-faq__scene > div { position: absolute; right: 22px; bottom: 14px; width: 126px; height: 116px; display: grid; place-items: center; border: 1px solid rgb(91 58 46 / 9%); border-radius: 24px; background: linear-gradient(145deg, #fffdf8, var(--base)); color: var(--brand); font-family: Georgia, serif; font-size: 78px; line-height: 1; box-shadow: 18px 22px 30px rgb(91 58 46 / 18%), inset -10px -12px 18px rgb(91 58 46 / 7%); transform: rotateY(-14deg) rotateX(7deg) rotateZ(-4deg); }
.info-faq__list { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid rgb(91 58 46 / 18%); }
.info-faq__list > li { padding: 48px 0 54px; border-top: 1px solid rgb(91 58 46 / 18%); }
.info-faq__list h3 { display: flex; gap: 14px; margin: 0 0 24px; font-size: 34px; line-height: 1.4; letter-spacing: -0.035em; }
.info-faq__list h3 > span { flex: 0 0 auto; color: var(--point); }
.info-faq__list li > div { display: flex; align-items: flex-start; gap: 20px; padding-left: 56px; }
.info-faq__list li > div > span { width: 24px; height: 26px; flex: 0 0 24px; margin-top: -4px; border-bottom: 1px solid var(--base-deep); border-left: 1px solid var(--base-deep); }
.info-faq__list li > div p { color: var(--muted); font-size: 24px; line-height: 1.68; letter-spacing: -0.02em; }
.info-faq__list li > div strong { color: var(--ink); font-weight: 700; }
.info-faq__foot { margin-top: 80px; padding: 36px 40px; border-radius: 14px; background: var(--base); color: var(--muted); font-size: 23px; line-height: 1.65; }
.info-faq__foot strong { color: var(--brand); }

.service-center {
  padding: 132px 62px 150px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 12%, rgb(104 112 79 / 34%), transparent 28%), var(--dark);
  color: var(--surface);
}
.service-center header { display: grid; grid-template-columns: 1fr 300px; gap: 34px; align-items: center; margin-bottom: 82px; text-align: left; }
.service-center header h2 { margin-bottom: 28px; font-size: 84px; line-height: 1; letter-spacing: -0.04em; }
.service-center header p { color: var(--muted-dark); font-size: 25px; line-height: 1.62; }
.service-center__scene { position: relative; width: 280px; height: 250px; perspective: 800px; }
.service-center__scene > span:first-child { position: absolute; top: 2px; right: 10px; width: 126px; height: 126px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #fffaf0 0%, var(--grain) 34%, #8e6b3e 100%); box-shadow: 18px 26px 36px rgb(0 0 0 / 26%); }
.service-center__scene > span:nth-child(2) { position: absolute; right: 128px; bottom: 8px; width: 112px; height: 112px; border: 22px solid var(--functional); border-radius: 50%; transform: rotateX(66deg) rotateZ(-18deg); box-shadow: 0 30px 30px rgb(0 0 0 / 30%); }
.service-center__scene > div { position: absolute; right: 30px; bottom: 18px; width: 146px; height: 108px; border-radius: 24px; background: var(--surface); box-shadow: 18px 24px 36px rgb(0 0 0 / 34%); transform: rotateY(-16deg) rotateX(8deg) rotateZ(-4deg); }
.service-center__scene > div::before { content: ''; position: absolute; top: -26px; left: 20px; width: 106px; height: 42px; border-radius: 50%; background: var(--base-deep); box-shadow: inset 0 -6px 12px rgb(91 58 46 / 12%); }
.service-center__scene i { position: relative; top: 45px; left: 28px; display: inline-block; width: 18px; height: 18px; margin-right: 9px; border-radius: 50%; background: var(--point); box-shadow: inset 3px 3px 5px rgb(255 255 255 / 34%); }
.service-center__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-center__list article { min-height: 370px; padding: 40px 34px 42px; border: 1px solid rgb(247 240 228 / 13%); border-radius: 14px; background: var(--charcoal); text-align: left; }
.service-center__icon { width: 82px; height: 82px; margin-bottom: 34px; display: grid; place-items: center; border-radius: 16px; background: var(--base); box-shadow: 10px 16px 28px rgb(0 0 0 / 26%), inset -8px -8px 16px rgb(91 58 46 / 10%); transform: rotate(-4deg); }
.service-center__icon svg { width: 48px; height: 48px; fill: none; stroke: var(--brand); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.service-center__list span { display: block; margin-bottom: 14px; color: var(--grain); font-size: 20px; font-weight: 750; }
.service-center__list strong { display: block; min-height: 82px; margin-bottom: 18px; font-size: 31px; line-height: 1.34; letter-spacing: -0.035em; }
.service-center__list p { color: var(--muted-dark); font-size: 18px; line-height: 1.62; }

.product-info { padding: 150px 70px 170px; background: var(--surface); }
.product-info > header { margin-bottom: 80px; text-align: center; }
.product-info > header h2 { margin-bottom: 24px; font-size: 84px; line-height: 1.1; letter-spacing: -0.04em; }
.product-info > header p { color: var(--muted); font-size: 26px; line-height: 1.55; }
.product-info__stage { position: relative; height: 820px; margin: 0 0 110px; overflow: hidden; background: var(--base); }
.product-info__stage > img { width: 100%; height: 100%; object-fit: cover; object-position: center 61%; }
.product-info__parts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-bottom: 110px; overflow: hidden; border: 1px solid rgb(91 58 46 / 16%); border-radius: 14px; background: rgb(91 58 46 / 16%); }
.product-info__parts figure { min-height: 300px; margin: 0; padding: 28px 20px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--base); text-align: center; }
.product-info__parts figure:first-child { min-height: 500px; grid-column: 1 / -1; }
.product-info__parts img { width: 100%; height: 230px; object-fit: contain; filter: drop-shadow(0 17px 18px rgb(91 58 46 / 13%)); }
.product-info__parts figure:first-child img { height: 405px; }
.product-info__parts figcaption { margin-top: 18px; font-size: 22px; font-weight: 650; line-height: 1.4; }
.product-info > h3 { margin-bottom: 32px; font-size: 36px; letter-spacing: -0.035em; }
.product-info__spec { width: 100%; border-top: 2px solid var(--ink); border-collapse: collapse; }
.product-info__spec th, .product-info__spec td { padding: 22px 8px; border-bottom: 1px solid var(--base-deep); font-size: 24px; line-height: 1.55; text-align: left; vertical-align: top; }
.product-info__spec th { width: 200px; color: var(--muted); font-weight: 400; }
.product-info__spec td { color: var(--ink); font-weight: 400; }
.product-info__spec td span { display: block; margin-top: 4px; color: var(--muted); font-size: 18px; font-weight: 400; }

.safety-guide { padding: 120px 70px 140px; background: var(--surface); }
.safety-guide > h2 { margin-bottom: 54px; padding-bottom: 24px; border-bottom: 2px solid var(--ink); font-size: 42px; letter-spacing: -0.035em; }
.safety-guide__categories { margin: 0; padding: 0; list-style: none; }
.safety-guide__categories > li { margin-bottom: 40px; }
.safety-guide__categories > li:last-child { margin-bottom: 0; }
.safety-guide__categories h3 { margin: 0 0 15px; font-size: 25px; letter-spacing: -0.025em; }
.safety-guide__categories ul { margin: 0; padding: 0 0 0 28px; list-style: none; }
.safety-guide__categories ul li { position: relative; margin-bottom: 8px; padding-left: 17px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.safety-guide__categories ul li::before { content: '•'; position: absolute; left: 0; color: #a99d92; }
.safety-guide__categories .safety-guide__alert { color: var(--ink); font-weight: 700; }
.safety-guide__categories .safety-guide__alert::before { color: var(--point); }

@media (max-width: 1280px) {
  .planning-dock {
    position: relative;
    top: auto;
    left: auto;
    width: min(860px, 100%);
    margin: 0 auto;
    padding: 14px 24px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 16px;
    box-shadow: none;
  }

  .planning-dock > strong { margin: 0; font-size: 17px; }
  .planning-dock > small { margin: 0; }
  .planning-dock a { min-height: 40px; border-top: 0; }
}

@media (max-width: 767px) {
  .care-banner { min-height: 0; padding: 46px clamp(24px, 7vw, 48px); flex-direction: column; align-items: flex-start; }
  .care-seal { width: 200px; height: 200px; flex-basis: 200px; align-self: flex-end; }
  .wireframe { padding-inline: clamp(24px, 7vw, 48px); }
  .wireframe--sales { height: 1760px; grid-template-rows: auto 260px 520px 1fr; }
  .wireframe--brand { height: 1180px; }
  .wireframe--collab { height: 1380px; grid-template-rows: auto 140px 650px 1fr; }
  .wireframe__meta { align-items: flex-start; flex-direction: column; }
  .collab-wireframe__lockup { font-size: clamp(30px, 6vw, 48px); }
  .collab-wireframe__visual { font-size: clamp(27px, 5vw, 34px); }
  .persuasion-wireframe { padding-inline: clamp(24px, 7vw, 48px); }
  .persuasion-wireframe > header { align-items: flex-start; flex-direction: column; }
  .persuasion-wireframe__metrics strong { font-size: clamp(30px, 5vw, 42px); }
  .sales-wireframe { padding-block: 64px 72px; }
  .sales-wireframe__header { margin-inline: clamp(24px, 7vw, 48px); align-items: flex-start; flex-direction: column; gap: 14px; }
  .sales-wireframe__canvas { height: 1020px; margin-inline: clamp(24px, 7vw, 48px); }
  .sales-wireframe__copy-map { top: 24px; right: 24px; left: 24px; width: auto; }
  .sales-wireframe__lifestyle-map { top: 344px; right: 24px; bottom: auto; left: 24px; width: auto; }
  .sales-wireframe__product-map { right: 24px; bottom: 24px; width: min(360px, calc(100% - 48px)); }
  .sales-wireframe__data-map { margin: 30px clamp(24px, 7vw, 48px) 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sales-wireframe__data-map > div:nth-child(2) { border-right: 0; }
  .sales-wireframe__data-map > div:nth-child(-n + 2) { border-bottom: 1px solid rgb(247 240 228 / 18%); }
  .sales-wireframe__notice { margin-inline: clamp(24px, 7vw, 48px); text-align: left; }
  .product-overview__content { min-height: max(900px, 145vw); padding: 90px clamp(24px, 7vw, 48px) 30px; background-size: 100% auto; }
  .purchase-benefits { padding: 104px clamp(28px, 7vw, 52px) 112px; }
  .purchase-benefits h2 { font-size: clamp(52px, 9vw, 72px); }
  .purchase-benefits h2 strong { font-size: clamp(68px, 12vw, 94px); }
  .purchase-card { padding: 40px clamp(28px, 6vw, 48px) 44px; }
  .purchase-card__visual { height: clamp(410px, 62vw, 500px); }
  .purchase-card__price > strong { font-size: clamp(56px, 9.5vw, 72px); }
  .purchase-benefits__grid > * { min-height: 430px; }
  .benefit-3d { transform: scale(0.88); transform-origin: top right; }
  .product-overview__header h2 { font-size: clamp(54px, 9.6vw, 76px); }
  .product-overview__header > p { font-size: clamp(27px, 4.8vw, 32px); }
  .product-overview__ledger { padding: 42px clamp(28px, 6vw, 50px) 30px; }
  .product-overview__ledger > header { grid-template-columns: 1fr; gap: 18px; }
  .product-overview__ledger ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-overview__ledger li { min-height: 132px; border-bottom: 1px solid rgb(247 240 228 / 16%); }
  .product-overview__ledger li:nth-child(2n) { border-right: 0; }
  .product-overview__ledger li:last-child { grid-column: 1 / -1; min-height: 118px; }
  .usp-copy { min-height: 580px; padding: 96px clamp(28px, 8vw, 68px) 92px; }
  .usp-copy h2 { margin-bottom: 44px; font-size: clamp(54px, 11vw, 82px); }
  .usp-copy > div { font-size: clamp(26px, 5.2vw, 34px); }
  .usp-keyframe figcaption { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 28px; padding: 38px clamp(28px, 7vw, 48px) 44px; }
  .aftercare { padding: 100px clamp(24px, 7vw, 48px) 120px; }
  .aftercare__circles { height: 116vw; max-height: 570px; }
  .aftercare__circles > div { width: 58vw; height: 58vw; max-width: 430px; max-height: 430px; }
  .aftercare__circles strong { font-size: clamp(42px, 9vw, 68px); }
  .aftercare__circles span { font-size: clamp(28px, 6vw, 38px); }
  .channel-card { grid-template-columns: 82px 1fr; }
  .channel-card__avatar { width: 82px; height: 82px; }
  .channel-card__button { grid-column: 2; justify-self: start; }
  .brand-story__lead { padding: 100px clamp(28px, 7vw, 52px) 82px; }
  .brand-story__lead h2 { font-size: clamp(48px, 8.8vw, 66px); }
  .grain-authority__scene-copy { left: clamp(28px, 7vw, 52px); right: clamp(28px, 7vw, 52px); }
  .grain-authority__scene-copy strong { font-size: clamp(50px, 9vw, 66px); }
  .grain-authority__ledger { left: clamp(28px, 6vw, 46px); right: clamp(28px, 6vw, 46px); }
  .brand-story__daily-copy { width: calc(100% - 72px); margin-inline: 36px; padding: 60px clamp(30px, 6vw, 52px) 66px; }
  .brand-story__daily-copy h2 { font-size: clamp(48px, 8vw, 61px); }
  .story-wireframe { min-height: 0; padding: 90px clamp(28px, 7vw, 52px); }
  .story-wireframe > header { grid-template-columns: 150px 1fr; }
  .story-wireframe h2 { font-size: clamp(48px, 8vw, 62px); }
  .story-wireframe__canvas--orbit { min-height: 880px; }
  .story-wireframe__orbit { left: 50%; top: 70px; transform: translateX(-50%); }
  .story-wireframe__message { left: 52px; right: 52px; top: 500px; width: auto; min-height: 170px; }
  .story-wireframe__canvas--path { min-height: 670px; }
  .trial { min-height: max(900px, 118vw); padding-inline: clamp(28px, 7vw, 52px); }
  .trial__number strong { font-size: clamp(210px, 41vw, 310px); }
  .trial__copy h2, .cx-center h2, .brand-promise h2 { font-size: clamp(48px, 8.5vw, 64px); }
  .cx-center { padding-inline: clamp(28px, 7vw, 52px); }
  .brand-promise { padding-inline: clamp(28px, 7vw, 52px); }
  .explain-hero { height: max(1080px, 165vw); }
  .explain-hero header { padding: 86px clamp(24px, 7vw, 48px) 0; }
  .explain-hero h2 { font-size: clamp(52px, 10vw, 76px); }
  .summary, .comparison, .point-bridge { padding-inline: clamp(24px, 7vw, 48px); }
  .summary__grid { grid-template-columns: repeat(2, 1fr); }
  .comparison__table { grid-template-columns: 1fr 82px 1fr; }
  .comparison__table > div { padding-inline: 10px; }
  .comparison__head { min-height: 390px; }
  .comparison__head--runiel img { width: 230px; height: 275px; }
  .comparison__other-visual { width: 180px; height: 180px; margin-top: 20px; }
  .comparison__other span, .comparison__runiel span { font-size: 16px; }
  .comparison__other strong, .comparison__runiel strong { font-size: 22px; }
  .point-hero { min-height: max(1080px, 168vw); padding: 100px clamp(24px, 7vw, 48px) 120px; }
  .point-hero h2 { font-size: clamp(58px, 11vw, 82px); }
  .point-hero header > p { font-size: clamp(27px, 5vw, 34px); }
  #sec-p-01, #sec-p-05 { min-height: max(1160px, 178vw); }
  #sec-p-03 { min-height: max(1180px, 182vw); background-size: auto 92%; }
  .point-subwireframe { padding: 82px clamp(24px, 7vw, 48px) 94px; }
  .point-subwireframe > header { align-items: flex-start; flex-direction: column; }
  .point-subwireframe__visual { min-height: 360px; }
  .point-subwireframe__heat-map { min-height: 500px; }
  .point-subwireframe--steps li { min-height: 410px; }
  .point-subwireframe--sequence li { min-height: 370px; }
  .point-subwireframe__care-main { min-height: 520px; }
  .point-detail { padding: 104px clamp(24px, 7vw, 48px) 116px; }
  .point-detail__header { grid-template-columns: 92px minmax(0, 1fr); gap: 18px; margin-bottom: 58px; }
  .point-detail__header h2 { font-size: clamp(46px, 8.2vw, 58px); }
  .point-detail__header p { font-size: clamp(21px, 3.6vw, 24px); }
  .pot-care { grid-template-columns: 1fr; }
  .pot-care > img { min-height: 640px; max-height: 780px; }
  .safety-proof img { height: 46vw; min-height: 300px; max-height: 385px; }
  .quick-explain > div { grid-template-columns: 150px 1fr; }
  .reserve-explain { grid-template-columns: 1fr; }
  .reserve-explain > img { min-height: 520px; max-height: 680px; }
  .reserve-explain > ol { padding-block: 30px; }
  .object-pair img { height: 62vw; min-height: 400px; max-height: 540px; }
  .info-faq, .service-center, .product-info, .safety-guide { padding-inline: clamp(24px, 7vw, 48px); }
  .info-faq > header { grid-template-columns: minmax(0, 1fr) 190px; }
  .info-faq__scene { width: 190px; transform: scale(0.9); transform-origin: center right; }
  .info-faq header h2, .product-info > header h2 { font-size: clamp(58px, 10vw, 84px); }
  .info-faq__list h3 { font-size: clamp(27px, 5vw, 34px); }
  .info-faq__list li > div { padding-left: 24px; }
  .info-faq__list li > div p { font-size: clamp(20px, 3.6vw, 24px); }
  .service-center header { grid-template-columns: 1fr 230px; }
  .service-center header h2 { font-size: clamp(64px, 12vw, 84px); }
  .service-center__scene { width: 230px; height: 220px; transform: scale(0.84); transform-origin: center right; }
  .service-center__list strong { font-size: clamp(27px, 4.2vw, 31px); }
  .product-info__stage { height: 105vw; min-height: 600px; max-height: 820px; }
  .product-info__parts figure:first-child { min-height: 440px; }
  .product-info__parts figure:first-child img { height: 350px; }
  .product-info__spec th { width: 170px; }
}

@media (max-width: 520px) {
  .care-banner h1 { font-size: 52px; }
  .wireframe--sales { height: 1540px; grid-template-rows: auto 230px 430px 1fr; }
  .wireframe--brand { height: 1040px; }
  .wireframe--collab { height: 1340px; grid-template-rows: auto 110px 470px 1fr; gap: 20px; }
  .collab-wireframe__lockup { gap: 10px; font-size: 23px; letter-spacing: 0.03em; }
  .collab-wireframe__lockup i { font-size: 25px; }
  .collab-wireframe__visual { padding: 22px; font-size: 24px; }
  .collab-wireframe__story { grid-template-columns: 1fr; gap: 14px; }
  .collab-wireframe__story > div { padding: 20px; font-size: 19px; }
  .persuasion-wireframe { padding: 64px 22px 74px; gap: 22px; }
  .persuasion-wireframe > header strong { font-size: 27px; }
  .persuasion-wireframe--proof { min-height: 1260px; }
  .persuasion-wireframe__metrics { grid-template-columns: 1fr; }
  .persuasion-wireframe__metrics > div { min-height: 240px; }
  .persuasion-wireframe--sales { min-height: 920px; }
  .persuasion-wireframe__sales-chart { padding: 24px; font-size: 27px; }
  .persuasion-wireframe__sales-caption { grid-template-columns: 1fr; }
  .planning-dock { padding: 12px 18px; grid-template-columns: 1fr auto; gap: 4px 14px; }
  .planning-dock > span { grid-column: 1 / -1; }
  .planning-dock > small { justify-self: end; }
  .planning-dock a { grid-column: 1 / -1; margin-top: 6px; font-size: 13px; border-top: 1px solid rgb(247 240 228 / 28%); }
  .sales-wireframe { padding-block: 56px 64px; }
  .sales-wireframe__header { margin: 0 22px 28px; }
  .sales-wireframe__header h2 { font-size: 31px; }
  .sales-wireframe__header p { font-size: 15px; }
  .sales-wireframe__canvas { height: 1100px; margin-inline: 22px; }
  .sales-wireframe__copy-map { top: 18px; right: 18px; left: 18px; padding: 22px; }
  .sales-wireframe__copy-map > strong { font-size: 25px; }
  .sales-wireframe__copy-map b { display: block; margin: 8px 0 0; font-size: clamp(52px, 14vw, 68px); }
  .sales-wireframe__lifestyle-map { top: 350px; right: 18px; left: 18px; padding: 20px; }
  .sales-wireframe__product-map { right: 18px; bottom: 18px; width: calc(100% - 36px); min-height: 480px; }
  .sales-wireframe__data-map { margin: 26px 22px 20px; }
  .sales-wireframe__data-map > div { min-height: 104px; padding: 20px 14px; }
  .sales-wireframe__notice { margin-inline: 22px; font-size: 13px; }
  .persuasion-wireframe--awards { min-height: 1140px; }
  .persuasion-wireframe__award-title { font-size: 29px; }
  .persuasion-wireframe__award-title strong { font-size: 62px; }
  .persuasion-wireframe__award-grid { grid-template-columns: 1fr; }
  .persuasion-wireframe--reviews { min-height: 1260px; grid-template-rows: auto 430px 1fr auto; }
  .persuasion-wireframe__review-grid { grid-template-columns: repeat(2, 1fr); }
  .wireframe__block, .wireframe__brand-mark, .wireframe__letter span { padding: 20px; font-size: 22px; }
  .product-overview__content { min-height: max(520px, 145vw); padding: 76px 24px 18px; background-size: 100% auto; }
  .purchase-benefits { padding: 82px 20px 88px; }
  .purchase-benefits > header { margin-bottom: 52px; }
  .purchase-benefits h2 { font-size: 43px; }
  .purchase-benefits h2 strong { font-size: 57px; }
  .purchase-benefits header p { font-size: 19px; }
  .purchase-card { padding: 30px 20px 34px; }
  .purchase-card__badge { top: 20px; left: 18px; width: 112px; height: 112px; }
  .purchase-card__badge span { font-size: 17px; }
  .purchase-card__badge strong { font-size: 31px; }
  .purchase-card__visual { height: 350px; grid-template-columns: 1.55fr 0.8fr; }
  .purchase-card__product { transform: translateX(14px); }
  .purchase-card__accessories img { height: 108px; }
  .purchase-card__pair > div img { height: 92px; }
  .purchase-card__accessories figcaption { font-size: 12px; }
  .purchase-card h3 { font-size: 30px; }
  .purchase-card__sub { font-size: 17px; }
  .purchase-card__tags { flex-wrap: wrap; margin-block: 22px 26px; }
  .purchase-card__tags span { font-size: 16px; }
  .purchase-card__deal-lines > div { min-height: 64px; gap: 12px; }
  .purchase-card__deal-lines span { font-size: 16px; }
  .purchase-card__deal-lines strong { font-size: 18px; text-align: right; }
  .purchase-card__price { align-items: flex-start; flex-direction: column; min-height: 0; }
  .purchase-card__price > span { padding-bottom: 0; font-size: 21px; }
  .purchase-card__price > strong { font-size: 50px; }
  .purchase-card__price small { font-size: 26px; }
  .purchase-benefits__grid { grid-template-columns: 1fr; gap: 12px; margin-top: 54px; }
  .purchase-benefits__grid > * { min-height: 340px; padding: 34px 28px; }
  .benefit-3d { top: 20px; right: 20px; transform: scale(0.78); transform-origin: top right; }
  .purchase-benefits__lead strong { font-size: 48px; }
  .purchase-benefits__grid article strong { font-size: 37px; }
  .product-overview__header h2 { font-size: 48px; }
  .product-overview__header > p { margin-top: 22px; font-size: 24px; }
  .product-overview__ledger { padding: 32px 24px 24px; }
  .product-overview__ledger > header { margin-bottom: 24px; }
  .product-overview__ledger h3 { font-size: 30px; }
  .product-overview__ledger > header p { font-size: 17px; }
  .product-overview__ledger li { min-height: 124px; padding: 20px 14px; }
  .product-overview__ledger li > span { margin-bottom: 16px; }
  .product-overview__ledger li strong { font-size: 21px; }
  .product-overview__ledger li p { font-size: 14px; }
  .product-overview__ledger ol { grid-template-columns: 1fr; border-bottom: 0; }
  .product-overview__ledger li { min-height: 0; display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 19px 0; border-right: 0; border-bottom: 1px solid rgb(247 240 228 / 16%); }
  .product-overview__ledger li > span { margin-bottom: 0; }
  .product-overview__ledger li > div { display: block; }
  .product-overview__ledger li strong { font-size: 22px; }
  .product-overview__ledger li p { margin-top: 7px; font-size: 16px; text-align: left; }
  .product-overview__ledger > small { font-size: 13px; }
  .usp-copy { min-height: 520px; }
  .usp-copy h2 { font-size: 52px; }
  .usp-copy > div { font-size: 24px; }
  .usp-keyframe img { aspect-ratio: 4 / 3; }
  .usp-keyframe figcaption { grid-template-columns: 1fr; gap: 16px; padding: 34px 26px 40px; }
  .usp-keyframe strong { font-size: 26px; }
  .aftercare header > p { font-size: 30px; }
  .aftercare header h2 { font-size: 72px; }
  .aftercare header > div { font-size: 24px; }
  .aftercare__circles { margin-block: 76px 46px; }
  .aftercare__circles > div:last-child { top: 22vw; }
  .channel-card { grid-template-columns: 64px 1fr; padding: 26px 22px; }
  .channel-card__avatar { width: 64px; height: 64px; border-radius: 18px; font-size: 34px; }
  .channel-card strong { font-size: 27px; }
  .channel-card p { font-size: 17px; }
  .aftercare__bottom { font-size: 28px; }
  .brand-story__lead { padding: 84px 24px 70px; }
  .brand-story__lead h2 { font-size: 43px; }
  .brand-story__lead p { font-size: 20px; }
  .grain-authority__scene { height: 1450px; }
  .grain-authority__scene-copy { top: 72px; left: 24px; right: 24px; }
  .grain-authority__scene-copy p { font-size: 20px; }
  .grain-authority__scene-copy strong { font-size: 45px; }
  .grain-authority__ledger { left: 24px; right: 24px; bottom: 154px; grid-template-columns: 1fr; }
  .grain-authority__ledger li { min-height: 105px; padding: 17px 0; border-right: 0 !important; }
  .grain-authority__ledger li:nth-child(even) { padding-left: 0; }
  .grain-authority__ledger li:last-child { grid-column: 1; }
  .grain-authority__ledger strong { font-size: 19px; }
  .grain-authority__method { right: 24px; bottom: 34px; }
  .brand-story--daily { padding-bottom: 84px; }
  .brand-story--daily figure { height: 390px; }
  .brand-story__daily-copy { width: calc(100% - 32px); margin: -26px 16px 0; padding: 46px 28px 50px; }
  .brand-story__daily-copy h2 { font-size: 42px; }
  .brand-story__daily-copy p { font-size: 20px; }
  .story-wireframe { padding: 72px 22px 78px; gap: 34px; }
  .story-wireframe > header { grid-template-columns: 1fr; gap: 16px; }
  .story-wireframe h2 { font-size: 42px; }
  .story-wireframe__canvas--orbit { min-height: 820px; }
  .story-wireframe__orbit { top: 48px; width: 280px; height: 280px; }
  .story-wireframe__orbit::before { inset: 48px; }
  .story-wireframe__orbit b { width: 90px; height: 90px; font-size: 24px; }
  .story-wireframe__orbit i:nth-child(1) { left: 128px; }
  .story-wireframe__orbit i:nth-child(2) { right: 28px; bottom: 48px; }
  .story-wireframe__orbit i:nth-child(3) { left: 18px; bottom: 82px; }
  .story-wireframe__message { left: 20px; right: 20px; top: 370px; min-height: 150px; font-size: 23px; }
  .story-wireframe__fragments { left: 20px; right: 20px; bottom: 24px; grid-template-columns: 1fr; gap: 8px; }
  .story-wireframe__fragments span { min-height: 72px; }
  .story-wireframe__canvas--path { min-height: 620px; }
  .story-wireframe__path { left: 30px; right: 30px; top: 76px; }
  .story-wireframe__scene { left: 20px; right: 20px; top: 142px; min-height: 280px; padding: 24px; font-size: 24px; }
  .story-wireframe__bridge { left: 20px; right: 20px; bottom: 48px; gap: 8px; font-size: 12px; }
  .trial { min-height: 820px; padding: 86px 24px 72px; }
  .trial::before { inset: 12px; }
  .trial__number strong { font-size: 178px; }
  .trial__number span { font-size: 20px; }
  .trial__copy { width: 100%; margin-top: 60px; }
  .trial__copy h2 { font-size: 43px; }
  .trial__copy p { max-width: 70%; font-size: 20px; }
  .trial > img { right: -88px; width: 350px; height: 350px; }
  .cx-center { min-height: 0; padding: 92px 24px 100px; }
  .cx-center > header { margin-bottom: 54px; }
  .cx-center h2 { font-size: 43px; }
  .cx-center header p { font-size: 20px; }
  .cx-center__grid { grid-template-columns: 1fr; }
  .cx-center__grid article { min-height: 0; padding: 30px 8px 32px; border-right: 0; }
  .cx-center__grid article:nth-child(3) { border-bottom: 1px solid rgb(91 58 46 / 22%); }
  .cx-center__object { right: -74px; top: 24px; transform: scale(0.68) rotate(12deg); }
  .brand-promise { min-height: 820px; padding: 100px 24px 88px; }
  .brand-promise__seal { width: 150px; height: 150px; margin-bottom: 58px; }
  .brand-promise h2 { font-size: 42px; }
  .brand-promise > p { font-size: 20px; }
  .explain-hero header > p { font-size: 18px; }
  .explain-hero header > div { font-size: 21px; }
  .summary header h2, .comparison > header h2 { font-size: 52px; }
  .summary header > p { font-size: 21px; }
  .summary__grid { grid-template-columns: 1fr; }
  .summary__grid article { min-height: 230px; }
  .summary__icon { width: 72px; height: 72px; }
  .comparison { padding-inline: 12px; }
  .comparison__table { grid-template-columns: 1fr 58px 1fr; }
  .comparison__head { min-height: 270px; }
  .comparison__head--runiel img { width: 158px; height: 166px; }
  .comparison__other-visual { width: 112px; height: 112px; margin-top: 12px; }
  .comparison__head--other > strong, .comparison__head--runiel > strong { font-size: 18px; }
  .comparison__spine { font-size: 14px; }
  .comparison__spine > span { width: 46px; height: 46px; font-size: 16px; }
  .comparison__other, .comparison__runiel { min-height: 130px; }
  .comparison__other span, .comparison__runiel span { font-size: 13px; }
  .comparison__other strong, .comparison__runiel strong { font-size: 18px; }
  .point-bridge > div:first-child strong { font-size: 36px; }
  .point-bridge h2 { font-size: 44px; }
  .point-hero h2 { font-size: 54px; }
  .point-hero header > p { font-size: 25px; }
  #sec-p-03 h2 { font-size: clamp(46px, 12vw, 54px); }
  .point-subwireframe { padding: 68px 22px 76px; }
  .point-subwireframe > header { margin-bottom: 34px; }
  .point-subwireframe > header strong { font-size: 25px; }
  .point-subwireframe__grid,
  .point-subwireframe__split,
  .point-subwireframe--steps ol,
  .point-subwireframe--sequence ol,
  .point-subwireframe--care ol { grid-template-columns: 1fr; }
  .point-subwireframe__visual { min-height: 300px; }
  .point-subwireframe__copy { grid-column: 1; }
  .point-subwireframe__heat-map { min-height: 390px; font-size: 28px; }
  .point-subwireframe__split > div { min-height: 150px; }
  .point-subwireframe--steps li { min-height: 300px; }
  .point-subwireframe--steps li span { margin-bottom: 42px; }
  .point-subwireframe--sequence li { min-height: 270px; }
  .point-subwireframe__care-main { min-height: 390px; font-size: 26px; }
  .point-subwireframe--care li { min-height: 120px; }
  .point-detail { padding: 88px 24px 100px; }
  .point-detail__header { grid-template-columns: 1fr; gap: 18px; margin-bottom: 48px; }
  .point-detail__header > span { padding-top: 0; font-size: 16px; }
  .point-detail__header h2 { margin-bottom: 20px; font-size: 44px; }
  .point-detail__header p { font-size: 20px; }
  .point-detail__notice { padding-inline: 8px; font-size: 15px; }
  .pot-care > img { min-height: 480px; }
  .pot-care > div { padding: 46px 28px 50px; }
  .pot-care h3 { font-size: 30px; }
  .pot-care li { padding-left: 26px; font-size: 18px; }
  .safety-proof { grid-template-columns: 1fr; }
  .safety-proof img { height: 300px; min-height: 0; }
  .safety-proof figcaption { min-height: 0; padding: 28px 24px 32px; }
  .quick-explain > div { grid-template-columns: 1fr; padding: 34px 26px 38px; }
  .quick-explain p, .quick-explain small { grid-column: 1; }
  .quick-explain p { font-size: 19px; }
  .warm-flow { grid-template-columns: 1fr; }
  .warm-flow li { min-height: 0; padding: 38px 24px 36px; border-right: 0; border-bottom: 1px solid rgb(91 58 46 / 20%); }
  .warm-flow li::before { margin-bottom: 32px; }
  .reserve-explain > img { min-height: 390px; }
  .reserve-explain > ol { padding: 22px 26px 32px; }
  .reserve-explain li { grid-template-columns: 38px 66px 1fr; gap: 10px; }
  .reserve-explain li span { font-size: 20px; }
  .reserve-explain li p { font-size: 16px; }
  .efficiency-label { grid-template-columns: 1fr; }
  .efficiency-label > div { min-height: 270px; }
  .efficiency-label > p { padding: 42px 30px; font-size: 21px; }
  .object-pair { grid-template-columns: 1fr; }
  .object-pair img { height: 500px; min-height: 0; }
  .info-faq, .service-center, .product-info, .safety-guide { padding-inline: 24px; }
  .info-faq { padding-block: 110px 120px; }
  .info-faq > header { grid-template-columns: 1fr; gap: 20px; margin-bottom: 72px; }
  .info-faq__scene { justify-self: end; margin-top: -24px; transform: scale(0.78); transform-origin: center right; }
  .info-faq header h2, .product-info > header h2 { font-size: 54px; }
  .info-faq header h2 span { display: block; margin: 8px 0 0; }
  .info-faq header > div:first-child > p, .product-info > header p { font-size: 21px; }
  .info-faq__list h3 { font-size: 26px; }
  .info-faq__list li > div { gap: 12px; padding-left: 0; }
  .info-faq__list li > div p { font-size: 20px; }
  .info-faq__foot { padding: 28px 24px; font-size: 19px; }
  .service-center { padding-block: 110px 120px; }
  .service-center header { grid-template-columns: 1fr; gap: 38px; }
  .service-center header h2 { font-size: 62px; }
  .service-center header p { font-size: 22px; }
  .service-center__scene { justify-self: center; transform-origin: center; }
  .service-center__list { grid-template-columns: 1fr; }
  .service-center__list article { min-height: 0; padding: 42px 26px 46px; }
  .service-center__list strong { min-height: 0; }
  .service-center__list strong { font-size: 30px; overflow-wrap: anywhere; }
  .product-info { padding-block: 110px 120px; }
  .product-info__stage { height: 128vw; min-height: 520px; }
  .product-info__parts { grid-template-columns: repeat(2, 1fr); }
  .product-info__parts figure { min-height: 230px; padding: 22px 12px 26px; }
  .product-info__parts figure:first-child { min-height: 360px; grid-column: 1 / -1; }
  .product-info__parts img { height: 165px; }
  .product-info__parts figure:first-child img { height: 285px; }
  .product-info__parts figcaption { font-size: 19px; }
  .product-info__spec th, .product-info__spec td { display: block; width: 100%; padding: 16px 6px; }
  .product-info__spec th { padding-bottom: 0; border-bottom: 0; }
  .product-info__spec td { padding-top: 5px; }
  .safety-guide { padding-block: 96px 110px; }
  .safety-guide__categories h3 { font-size: 23px; }
  .safety-guide__categories ul li { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .review-carousel__rail { animation-play-state: paused; transform: none; }
}

/* latest wireframe adaptation */
@media (max-width: 767px) {
  .persuasion-wireframe--reviews > header,
  .persuasion-wireframe--reviews > .persuasion-wireframe__foot { margin-inline: clamp(24px, 7vw, 48px); }
  .review-carousel { min-height: 670px; }
  .review-carousel__rail { top: 130px; }
  .review-carousel__rail figure { width: 205px; height: 380px; flex-basis: 205px; }
  .review-phone { width: 320px; height: 620px; }

  .brand-promise { min-height: 1320px; padding: 88px clamp(24px, 7vw, 48px) 96px; }
  .brand-promise__home { width: min(590px, 100%); height: auto; margin: 72px 0 100px; }
  .brand-promise__home img { height: auto; }
  .brand-promise h2 { font-size: 48px; }
  .brand-promise__letter p { font-size: clamp(21px, 3.8vw, 26px); }
  .brand-promise > small { font-size: 22px; }

  .point-check { height: auto; padding: 56px clamp(24px, 7vw, 48px) 66px; }
  .point-check--half { min-height: 520px; }
  .point-check--one { min-height: 860px; }
  .point-check--one-half { min-height: 1120px; }
  .point-check--double { min-height: 1540px; }
  .point-check > header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .point-check > header h3 { font-size: 38px; }
  .point-check > header > span { text-align: left; }

  .point-check__pressure-map { min-height: 920px; }
  .point-check__pressure-copy { top: 34px; left: 28px; right: 28px; }
  .point-check__pressure-copy strong { font-size: 43px; }
  .point-check__pressure-pot { top: 260px; right: 50%; width: 440px; height: 440px; transform: translateX(50%); }
  .point-check__pressure-pot img { width: 310px; height: 310px; }
  .point-check__pressure-pot i:nth-of-type(1) { width: 280px; height: 280px; }
  .point-check__pressure-pot i:nth-of-type(2) { width: 350px; height: 350px; }
  .point-check__pressure-pot i:nth-of-type(3) { width: 430px; height: 430px; }
  .point-check__pressure-map ol { right: 24px; bottom: 24px; left: 24px; grid-template-columns: 1fr; }
  .point-check__pressure-map li { padding-block: 14px; border-right: 0; border-bottom: 1px solid rgb(91 58 46 / 20%); }
  .point-check__pressure-map li:last-child { border-bottom: 0; }

  .point-check__guide { min-height: 920px; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; gap: 0; }
  .point-check__guide-copy { padding: 34px 28px 10px; }
  .point-check__guide-copy strong { font-size: 40px; }
  .point-check__guide ol { padding: 18px 24px 24px; }
  .point-check__guide ol { grid-column: 1; grid-row: 2; }
  .point-check__guide > img { min-height: 360px; grid-column: 1; grid-row: 3; }
  .point-check__heat-3d ol { grid-template-columns: 1fr; }
  .point-check__heat-3d li { border-right: 0; border-bottom: 1px solid rgb(247 240 228 / 18%); }
  .point-check__heat-3d li:last-child { border-bottom: 0; }

  .point-check__pot-layers { min-height: 910px; display: flex; flex-direction: column; }
  .point-check__pot-layers > img { position: static; width: 100%; height: 430px; }
  .point-check__layers { position: static; width: auto; margin: 0 28px; }
  .point-check__pot-layers > p { position: static; width: auto; margin: 34px 28px; }
  .point-check__video-frame { min-height: 430px; }
  .point-check__video-frame img { height: 100%; aspect-ratio: auto; }
  .point-check__video-frame figcaption { align-items: flex-start; flex-direction: column; }

  .point-check--step > div { grid-template-columns: 42% 1fr; }
  .point-check--step > div > p,
  .point-check__water p { font-size: 20px; }
  .point-check__water > span { width: 120px; height: 100px; }
  .point-check__water > span::before { left: 52px; }

  .point-check__food-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .point-check__food-grid figcaption { right: 16px; bottom: 15px; left: 16px; }
  .point-check__food-grid figcaption strong { font-size: 22px; }
  .point-check__care-grid { grid-template-columns: 1fr; }
  .point-check__care-grid figure { min-height: 520px; }
  .point-check__care-grid figcaption { min-height: 170px; }
  .point-check--care { min-height: 1880px; }

  .point-check__steam { min-height: 690px; grid-template-columns: 1fr; grid-template-rows: 1fr auto; }
  .point-check__steam figure::after { background: linear-gradient(180deg, transparent 65%, var(--dark) 100%); }
  .point-check__steam > div { padding: 30px 26px; }
  .point-check--safety-note ul { grid-template-columns: 1fr; }
  .point-check--safety-note li { border-right: 0; border-bottom: 1px solid rgb(91 58 46 / 20%); }
  .point-check--safety-note li:last-child { border-bottom: 0; }
}

@media (max-width: 520px) {
  .persuasion-wireframe--reviews { min-height: 920px; grid-template-rows: auto 1fr auto; }
  .review-carousel { min-height: 620px; }
  .review-carousel::before { width: 390px; height: 390px; }
  .review-carousel__rail { top: 118px; left: -120px; gap: 18px; }
  .review-carousel__rail figure { width: 180px; height: 340px; flex-basis: 180px; }
  .review-phone { width: 280px; height: 560px; border-radius: 48px; }
  .review-carousel__direction { right: 22px; bottom: 4px; left: 22px; }
  .brand-promise { min-height: 1180px; padding: 76px 22px 82px; border-radius: 38px 38px 0 0; }
  .brand-promise__home { margin: 54px 0 78px; }
  .brand-promise h2 { margin-bottom: 40px; font-size: 40px; }
  .brand-promise__letter { gap: 26px; }
  .brand-promise__letter p { font-size: 19px; line-height: 1.72; }
  .brand-promise > small { margin-top: 42px; font-size: 19px; }

  .point-check { padding: 48px 22px 58px; }
  .point-check > header h3 { font-size: 32px; }
  .point-check--step > div { grid-template-columns: 38% 1fr; gap: 18px; }
  .point-check__food-grid { gap: 10px; }
  .point-check__food-grid figcaption { display: block; }
  .point-check__food-grid figcaption span { display: block; margin-bottom: 2px; }
  .point-check__food-grid figcaption strong { font-size: 18px; }
  .point-check__timeline { padding-inline: 10px; gap: 7px; font-size: 11px; }
}
