.page--purchase-guide {
  background:
    radial-gradient(circle at 10% 8%, rgba(240, 144, 138, .12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(0, 177, 160, .12), transparent 30%),
    var(--kitto-paper);
}

.page--purchase-guide .kitto-header {
  color: var(--kitto-ink);
  background: rgba(255, 253, 249, .94);
  border-bottom-color: rgba(38, 50, 47, .1);
  box-shadow: 0 14px 42px rgba(32, 45, 41, .08);
}

.page--purchase-guide .kitto-logo img {
  filter: none;
}

.page--purchase-guide .kitto-cta {
  border-color: rgba(0, 177, 160, .48);
  background: rgba(255, 255, 255, .56);
}

.page--purchase-guide .w2-utility {
  border-color: rgba(38, 50, 47, .14);
  background: rgba(255, 255, 255, .42);
}

.purchase-guide {
  position: relative;
  padding-top: 78px;
  color: var(--kitto-ink);
}

.pg-shell {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.pg-kicker {
  margin: 0 0 18px;
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pg-title,
.pg-heading,
.pg-card-title {
  color: var(--kitto-deep);
  font-family: var(--kitto-font-serif);
  font-weight: 500;
  letter-spacing: 0;
}

.pg-title {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.36;
}

.pg-heading {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.45;
}

.pg-lead,
.pg-body {
  color: var(--kitto-muted);
  font-size: 15px;
  line-height: 2;
}

.pg-body {
  margin: 20px 0 0;
}

.pg-body--routine {
  max-width: 760px;
  font-size: 14.5px;
}

.pg-body--routine .copy-line {
  white-space: nowrap;
}

.purchase-guide .copy-line {
  display: block;
}

.purchase-guide .pg-nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

.pg-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(72px, 8vw, 112px) 0 clamp(64px, 7vw, 96px);
  overflow: hidden;
  border-bottom: 1px solid var(--kitto-soft-line);
}

.pg-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(105deg, rgba(255, 253, 249, .96) 0%, rgba(255, 253, 249, .83) 48%, rgba(232, 245, 241, .82) 100%),
    radial-gradient(circle at 78% 24%, rgba(0, 177, 160, .12), transparent 28%),
    radial-gradient(circle at 16% 82%, rgba(240, 144, 138, .13), transparent 30%);
  pointer-events: none;
}

.pg-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(400px, 520px);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.pg-hero__copy {
  max-width: 680px;
}

.pg-hero__lead {
  margin: 30px 0 0;
  max-width: 620px;
}

.pg-hero__sub {
  margin: 22px 0 0;
  max-width: 520px;
  color: var(--kitto-ink);
  font-size: 14px;
  line-height: 2;
}

.pg-hero__actions,
.pg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.pg-hero-card {
  position: relative;
  min-height: 520px;
  padding: 34px;
  border: 1px solid rgba(0, 134, 128, .16);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 253, 249, .82), rgba(237, 248, 244, .72) 62%, rgba(255, 246, 239, .78)),
    linear-gradient(18deg, rgba(255, 255, 255, .42) 0 38%, rgba(0, 177, 160, .08) 38% 64%, rgba(240, 144, 138, .09) 64% 100%);
  box-shadow: 0 24px 64px rgba(32, 45, 41, .1);
  overflow: hidden;
}

.pg-hero-card::before {
  position: absolute;
  inset: 24px 30px;
  content: "";
  border-top: 1px solid rgba(0, 134, 128, .16);
  border-bottom: 1px solid rgba(240, 144, 138, .14);
  pointer-events: none;
}

.pg-hero-card::after {
  position: absolute;
  inset: 72px 42px 126px;
  content: "";
  background: linear-gradient(140deg, rgba(255, 255, 255, .36), rgba(255, 253, 249, .08));
  border-radius: 54% 46% 50% 50% / 44% 56% 44% 56%;
  transform: rotate(-4deg);
  pointer-events: none;
}

.pg-hero-card__label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--kitto-muted);
  font-size: 12px;
  letter-spacing: .12em;
}

.pg-basic-pack {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  width: min(360px, 84%);
  margin: 64px auto 26px;
}

.pg-basic-pack img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 24px rgba(32, 45, 41, .14));
}

.pg-basic-pack img:first-child {
  transform: translateY(13px) rotate(-2deg);
}

.pg-basic-pack img:last-child {
  transform: translateY(-8px) rotate(2deg);
}

.pg-page-progress {
  position: fixed;
  z-index: 8;
  right: clamp(6px, .7vw, 12px);
  top: 50%;
  display: grid;
  gap: 9px;
  width: 84px;
  padding-left: 14px;
  transform: translateY(-50%);
}

.pg-page-progress::before {
  position: absolute;
  left: 3px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  content: "";
  background: rgba(38, 50, 47, .14);
}

.pg-page-progress a {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 4px;
  align-items: baseline;
  color: rgba(38, 50, 47, .34);
  font-size: 8.5px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: .08em;
  transition: color .2s ease;
}

.pg-page-progress a::before {
  position: absolute;
  left: -14px;
  top: .42em;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(38, 50, 47, .16);
  border-radius: 50%;
  content: "";
  background: var(--kitto-paper);
}

.pg-page-progress a.is-active {
  color: var(--kitto-deep);
}

.pg-page-progress a.is-active::before {
  border-color: rgba(0, 177, 160, .62);
  background: rgba(0, 177, 160, .2);
}

.pg-next {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
  justify-items: center;
  width: fit-content;
  margin: clamp(22px, 3vw, 38px) auto 0;
  padding-top: 24px;
  color: rgba(38, 50, 47, .58);
  text-align: center;
}

.pg-next::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 16px;
  content: "";
  background: rgba(38, 50, 47, .22);
}

.pg-next span {
  color: var(--kitto-teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.pg-next b {
  color: rgba(38, 50, 47, .66);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
}

.pg-hero-card__meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.pg-hero-card__meta span {
  min-height: 70px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(0, 134, 128, .18);
  border-radius: 6px;
  background: rgba(255, 253, 249, .78);
  color: var(--kitto-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  box-shadow: 0 12px 24px rgba(32, 45, 41, .06);
}

.pg-hero-card__meta span:nth-child(1) {
  background: linear-gradient(145deg, rgba(255, 246, 244, .94), rgba(255, 253, 249, .78));
  border-color: rgba(240, 144, 138, .3);
  color: #7d4744;
}

.pg-hero-card__meta span:nth-child(2) {
  background: linear-gradient(145deg, rgba(232, 247, 244, .94), rgba(255, 253, 249, .78));
  border-color: rgba(0, 177, 160, .27);
  color: #0a6864;
}

.pg-hero-card__meta span:nth-child(3) {
  background: linear-gradient(145deg, rgba(255, 250, 232, .96), rgba(255, 253, 249, .78));
  border-color: rgba(201, 161, 83, .28);
  color: #725d2e;
}

.pg-section {
  padding: clamp(88px, 9vw, 128px) 0;
}

.pg-section--compact {
  padding: clamp(70px, 7vw, 96px) 0;
}

.pg-section--shell {
  background: rgba(247, 240, 232, .42);
}

.pg-section--mist {
  background: linear-gradient(180deg, rgba(232, 245, 241, .52), rgba(255, 253, 249, .88));
}

.pg-section__head {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.pg-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(38, 50, 47, .16);
  border-bottom: 1px solid rgba(38, 50, 47, .16);
}

.pg-flow__item {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(78px, auto) minmax(58px, auto);
  min-height: 194px;
  padding: 28px 20px;
  border-right: 1px solid rgba(38, 50, 47, .12);
  background: rgba(255, 253, 249, .52);
}

.pg-flow__item:last-child {
  border-right: 0;
}

.pg-flow__item > span {
  display: block;
  margin-bottom: 20px;
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
}

.pg-flow__item b {
  display: block;
  color: var(--kitto-deep);
  font-size: 15px;
  line-height: 1.62;
  word-break: keep-all;
}

.pg-flow__item:nth-child(2) b {
  font-size: 14.5px;
  line-height: 1.58;
}

.pg-flow-title-line {
  display: block;
  margin: 0;
  color: inherit;
  white-space: nowrap;
}

.pg-flow__item p {
  min-height: 44px;
  margin: 12px 0 0;
  color: var(--kitto-muted);
  font-size: 12px;
  line-height: 1.8;
}

.pg-basic-section {
  position: relative;
  padding: clamp(92px, 9vw, 134px) 0;
  overflow: hidden;
}

.pg-basic-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 177, 160, .1), transparent 31%),
    radial-gradient(circle at 18% 86%, rgba(240, 144, 138, .13), transparent 34%);
  pointer-events: none;
}

.pg-basic-focus {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.pg-basic-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  padding: 42px;
  border: 1px solid rgba(38, 50, 47, .11);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 253, 249, .74), rgba(235, 248, 244, .58)),
    radial-gradient(circle at 44% 48%, rgba(255, 255, 255, .86), transparent 36%);
  box-shadow: 0 18px 48px rgba(32, 45, 41, .1);
  overflow: hidden;
}

.pg-basic-visual::before {
  position: absolute;
  left: 13%;
  right: 10%;
  top: 31%;
  height: 42%;
  content: "";
  background:
    radial-gradient(ellipse at 30% 48%, rgba(240, 144, 138, .16), transparent 45%),
    radial-gradient(ellipse at 68% 42%, rgba(0, 177, 160, .16), transparent 46%);
  border-radius: 52% 48% 48% 52% / 46% 54% 48% 52%;
  transform: rotate(-5deg);
  pointer-events: none;
}

.pg-basic-visual::after {
  position: absolute;
  left: 64px;
  right: 64px;
  top: 52%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(240, 144, 138, .34), rgba(0, 177, 160, .34));
  transform: rotate(-5deg);
}

.pg-basic-visual__pack {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}

.pg-basic-visual__pack img {
  width: min(25vw, 190px);
  min-width: 148px;
  filter: drop-shadow(0 18px 22px rgba(32, 45, 41, .13));
}

.pg-product-sets {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  justify-items: center;
}

.pg-product-sets--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(420px, 100%);
}

.pg-basic-visual .pg-product-sets--double {
  display: block;
  width: min(560px, 100%);
  min-height: 285px;
  margin-top: 24px;
}

.pg-product-set {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}

.pg-product-set img {
  width: 74px;
  max-width: 44%;
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(32, 45, 41, .13));
}

.pg-basic-visual .pg-product-set img {
  width: clamp(126px, 10vw, 156px);
  max-width: none;
}

.pg-basic-visual .pg-product-set {
  position: absolute;
  bottom: 58px;
}

.pg-basic-visual .pg-product-set:nth-child(1) {
  left: 3%;
  z-index: 3;
  transform: translateY(20px) rotate(-4deg);
}

.pg-basic-visual .pg-product-set:nth-child(2) {
  right: 2%;
  z-index: 2;
  transform: translateY(-26px) rotate(3deg);
}

.pg-basic-visual .pg-product-set:nth-child(1) img:first-child {
  transform: translateY(10px) rotate(-3deg);
}

.pg-basic-visual .pg-product-set:nth-child(1) img:last-child {
  transform: translateY(-7px) rotate(1deg);
}

.pg-basic-visual .pg-product-set:nth-child(2) img:first-child {
  transform: translateY(-4px) rotate(-1deg);
}

.pg-basic-visual .pg-product-set:nth-child(2) img:last-child {
  transform: translateY(10px) rotate(4deg);
}

.pg-product-set img:first-child {
  transform: translateY(5px) rotate(-2deg);
}

.pg-product-set img:last-child {
  transform: translateY(-3px) rotate(2deg);
}

.pg-basic-visual__tag {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
  padding: 9px 14px;
  border: 1px solid rgba(0, 177, 160, .32);
  background: rgba(255, 253, 249, .72);
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.pg-basic-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.pg-basic-summary span {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(38, 50, 47, .18);
  color: var(--kitto-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.pg-choice-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pg-choice-visual {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: flex-end;
  justify-content: center;
  min-height: 120px;
  margin: 0 0 20px;
  padding: 18px 14px;
  border: 1px solid rgba(38, 50, 47, .08);
  background:
    linear-gradient(145deg, rgba(255, 253, 249, .62), rgba(232, 245, 241, .44));
}

.pg-choice-visual .pg-product-set img {
  width: 60px;
}

.pg-choice-visual--double .pg-product-set img {
  width: 56px;
}

.pg-choice-visual--quad {
  min-height: 174px;
}

.pg-choice-visual--quad .pg-product-set img {
  width: 43px;
}

.pg-choice-center {
  grid-column: 2;
  padding: 28px;
  border: 1px solid rgba(38, 50, 47, .12);
  background: rgba(255, 253, 249, .78);
  text-align: center;
}

.pg-choice-branch {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(38, 50, 47, .1);
  background: rgba(255, 255, 255, .58);
}

.pg-choice-branch--trial {
  grid-column: 1;
}

.pg-choice-branch--volume {
  grid-column: 3;
}

.pg-choice-singles {
  grid-column: 1 / 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 6px;
}

.pg-choice-single {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(38, 50, 47, .1);
  background: rgba(255, 255, 255, .58);
}

.pg-single-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}

.pg-single-visual img {
  width: 54px;
  filter: drop-shadow(0 13px 18px rgba(32, 45, 41, .12));
}

.pg-single-visual img:first-child {
  transform: translateY(4px) rotate(-2deg);
}

.pg-single-visual img:last-child {
  transform: translateY(-2px) rotate(2deg);
}

.pg-customize {
  grid-column: 1 / 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 6px;
  padding: 28px;
  border: 1px solid rgba(38, 50, 47, .1);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, .72), rgba(247, 240, 232, .52));
}

.pg-customize h3 {
  margin: 0;
}

.pg-customize__items {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.pg-customize__items a {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 118px;
  padding: 16px 18px;
  border: 1px solid rgba(38, 50, 47, .12);
  background: rgba(255, 255, 255, .62);
  color: var(--kitto-ink);
  font-size: 12px;
  font-weight: 700;
}

.pg-customize__items img {
  width: 58px;
  filter: drop-shadow(0 12px 16px rgba(32, 45, 41, .12));
}

.pg-branch-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--kitto-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.pg-choice-map h3 {
  margin: 0;
  color: var(--kitto-deep);
  font-family: var(--kitto-font-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.pg-choice-map p {
  margin: 16px 0 0;
  color: var(--kitto-muted);
  font-size: 14px;
  line-height: 1.9;
}

.pg-choice-data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.pg-choice-data span {
  padding: 7px 10px;
  border: 1px solid rgba(38, 50, 47, .12);
  background: rgba(255, 253, 249, .7);
  color: var(--kitto-ink);
  font-size: 12px;
  font-weight: 700;
}

.pg-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  color: var(--kitto-deep);
  font-size: 13px;
  font-weight: 700;
}

.pg-text-link::after {
  content: "→";
  color: var(--kitto-teal);
}

.pg-condition {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: start;
}

.pg-condition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(38, 50, 47, .12);
  border: 1px solid rgba(38, 50, 47, .12);
}

.pg-condition-list a {
  display: block;
  padding: 18px 20px;
  background: rgba(255, 253, 249, .78);
  color: var(--kitto-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  transition: background .2s ease, color .2s ease;
}

.pg-condition-list a:hover {
  background: rgba(232, 245, 241, .72);
  color: var(--kitto-deep);
}

.pg-condition-cta {
  padding: 34px;
  border: 1px solid rgba(0, 177, 160, .22);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .74), rgba(232, 245, 241, .7));
}

.pg-condition-cta p {
  margin: 0 0 22px;
  color: var(--kitto-muted);
  font-size: 14px;
  line-height: 1.9;
}

.pg-routine {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: start;
}

.pg-routine-pair {
  display: grid;
  gap: 18px;
}

.pg-routine-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(38, 50, 47, .1);
  background: rgba(255, 255, 255, .58);
}

.pg-routine-item img {
  width: 96px;
  filter: drop-shadow(0 13px 18px rgba(32, 45, 41, .12));
}

.pg-routine-item h3 {
  margin: 0;
  color: var(--kitto-deep);
  font-size: 19px;
  line-height: 1.6;
}

.pg-routine-item p {
  margin: 8px 0 0;
  color: var(--kitto-muted);
  font-size: 14px;
  line-height: 1.8;
}

.pg-checks {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: start;
}

.pg-check-list {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(38, 50, 47, .12);
  background: rgba(38, 50, 47, .1);
}

.pg-check-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 17px 20px;
  background: rgba(255, 253, 249, .76);
  color: var(--kitto-ink);
  font-size: 14px;
  line-height: 1.75;
  list-style: none;
}

.pg-check-list a {
  color: inherit;
  font-weight: 700;
}

.pg-check-list li::before {
  width: 7px;
  height: 7px;
  margin-top: .68em;
  content: "";
  background: var(--kitto-teal);
}

.pg-faq {
  display: grid;
  gap: 10px;
}

.pg-faq details {
  border-bottom: 1px solid rgba(38, 50, 47, .13);
  background: rgba(255, 255, 255, .42);
}

.pg-faq summary {
  cursor: pointer;
  padding: 18px 0;
  color: var(--kitto-deep);
  font-weight: 700;
  line-height: 1.7;
}

.pg-faq p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--kitto-muted);
  font-size: 14px;
  line-height: 1.9;
}

.pg-faq--links {
  gap: 0;
  border-top: 1px solid rgba(38, 50, 47, .13);
}

.pg-faq--links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(38, 50, 47, .13);
  color: var(--kitto-deep);
  font-weight: 700;
  line-height: 1.7;
}

.pg-faq--links span {
  color: var(--kitto-teal);
  font-size: 12px;
  letter-spacing: .04em;
  white-space: nowrap;
}

.pg-closing {
  position: relative;
  padding: clamp(96px, 10vw, 150px) 0;
  text-align: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(240, 144, 138, .14), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(0, 177, 160, .12), transparent 30%),
    var(--kitto-paper);
}

.pg-closing__inner {
  max-width: 780px;
  margin: 0 auto;
}

.pg-closing .pg-body {
  max-width: 680px;
  margin: 28px auto 0;
}

.pg-closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.pg-sub-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

@media (max-width: 1080px) {
  .pg-page-progress {
    display: none;
  }

  .pg-hero__inner,
  .pg-basic-focus,
  .pg-condition,
  .pg-routine,
  .pg-checks {
    grid-template-columns: 1fr;
  }

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

  .pg-flow__item:nth-child(3) {
    border-right: 0;
  }

  .pg-flow__item:nth-child(-n+3) {
    border-bottom: 1px solid rgba(38, 50, 47, .12);
  }

  .pg-choice-map {
    grid-template-columns: 1fr 1fr;
  }

  .pg-choice-center,
  .pg-choice-branch--trial,
  .pg-choice-branch--volume,
  .pg-choice-singles {
    grid-column: auto;
  }

  .pg-choice-center {
    grid-column: 1 / 3;
  }

  .pg-choice-singles {
    grid-column: 1 / 3;
  }

  .pg-customize {
    grid-column: 1 / 3;
  }
}

@media (max-width: 760px) {
  .purchase-guide .pg-nowrap {
    white-space: normal;
  }

  .pg-shell {
    width: min(100% - 36px, 1180px);
  }

  .pg-hero {
    min-height: auto;
    padding: 54px 0 64px;
  }

  .pg-hero__inner {
    gap: 34px;
  }

  .pg-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .pg-heading {
    font-size: clamp(27px, 8vw, 38px);
  }

  .pg-hero-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .pg-basic-pack {
    margin-top: 42px;
  }

  .pg-hero-card__meta,
  .pg-basic-summary,
  .pg-condition-list,
  .pg-choice-singles {
    grid-template-columns: 1fr;
  }

  .pg-flow {
    grid-template-columns: 1fr;
  }

  .pg-flow__item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(38, 50, 47, .12);
  }

  .pg-flow__item:last-child {
    border-bottom: 0;
  }

  .pg-body--routine .copy-line,
  .pg-flow-title-line {
    white-space: normal;
  }

  .pg-choice-map {
    grid-template-columns: 1fr;
  }

  .pg-choice-center,
  .pg-choice-singles,
  .pg-customize {
    grid-column: auto;
  }

  .pg-choice-single,
  .pg-routine-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .pg-routine-item img {
    width: 78px;
  }

  .pg-single-visual img {
    width: 42px;
  }

  .pg-basic-visual {
    min-height: 360px;
    padding: 28px;
  }

  .pg-basic-visual__pack img {
    min-width: 82px;
  }

  .pg-product-sets--double {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pg-basic-visual .pg-product-sets--double {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(460px, 100%);
    min-height: auto;
    margin-top: 40px;
    gap: 16px;
  }

  .pg-basic-visual .pg-product-set {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .pg-basic-visual .pg-product-set img {
    width: clamp(70px, 21vw, 96px);
    max-width: 48%;
  }

  .pg-choice-visual--quad .pg-product-set img {
    width: 38px;
  }

  .pg-customize {
    grid-template-columns: 1fr;
  }

  .pg-customize__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pg-faq--links a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pg-closing-actions,
  .pg-sub-actions,
  .pg-actions,
  .pg-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pg-closing-actions .button,
  .pg-sub-actions .button,
  .pg-actions .button,
  .pg-hero__actions .button {
    width: 100%;
  }
}
