/* Generated by qa/split-css.cjs: home.css. Edit assets/css/style.css, then rerun the splitter. */
/* 2026-06-15 growth pass: consultation guide, symptom routing, real pricing */
h1,
h2,
h3,
.button,
.site-nav,
.service-kicker,
.result-pill,
.price-menu-grid b {
  font-weight: 900;
}

.consult-kit {
  background:
    linear-gradient(90deg, rgba(16, 16, 20, .06) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(16, 16, 20, .06) 0 1px, transparent 1px 100%),
    #fffdf1;
  background-size: 28px 28px;
}

.consult-signs {
  background:
    radial-gradient(rgba(32, 200, 237, .24) 1.5px, transparent 1.5px),
    #fffdf1;
  background-size: 17px 17px;
}

.consult-sign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.consult-sign-grid article,
.voice-grid article {
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.consult-sign-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 420px;
  padding: 24px;
}

.consult-sign-icon {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink);
}

.consult-sign-grid article > span,
.voice-grid article > span {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #20c8ed;
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  line-height: 1;
}

.consult-sign-grid article:nth-child(2) > span,
.voice-grid article:nth-child(2) > span {
  background: #ff6aa9;
}

.consult-sign-grid article:nth-child(3) > span,
.voice-grid article:nth-child(3) > span {
  background: #00b894;
}

.consult-sign-grid article:nth-child(4) > span,
.voice-grid article:nth-child(4) > span {
  background: #f06a2a;
  color: #fff;
}

.consult-sign-grid article:nth-child(5) > span {
  background: #c8b7ff;
}

.consult-sign-grid h3,
.consult-sign-grid p,
.voice-grid p {
  margin-bottom: 0;
}

.consult-sign-grid p,
.voice-grid p {
  color: #3b3935;
}

.consult-sign-cta {
  background:
    linear-gradient(135deg, #20c8ed 0 56%, #ff6aa9 56% 100%) !important;
}

.consult-sign-cta .button {
  width: max-content;
  margin-top: 6px;
  border-color: var(--ink);
  background: #fff200;
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.anatomy-visual {
  background:
    radial-gradient(rgba(0, 169, 130, .18) 1.4px, transparent 1.4px),
    #fffdf1;
  background-size: 16px 16px;
}

.anatomy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.anatomy-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.anatomy-grid figure {
  margin: 0;
  border-bottom: 3px solid var(--ink);
  background: #20c8ed;
}

.anatomy-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.anatomy-grid div {
  padding: 24px;
}

.anatomy-grid span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #ff6aa9;
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
  font-weight: 900;
  line-height: 1;
}

.anatomy-grid article:nth-child(2) span {
  background: #00b894;
}

.anatomy-grid p {
  margin-bottom: 0;
  color: #3b3935;
}

.consult-kit-layout {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
}

.consult-photo {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(-1deg);
}

.consult-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center center;
}

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

.consult-steps article,
.symptom-grid article,
.price-note-grid article {
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(16, 16, 20, .95);
}

.consult-steps article {
  padding: 22px;
}

.consult-steps article > span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 34px;
  margin-bottom: 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #20c8ed;
  color: var(--ink);
  font: 900 14px/1 "M PLUS Rounded 1c", sans-serif;
}

.consult-steps h3 {
  margin-bottom: 8px;
}

.consult-steps p {
  margin-bottom: 0;
  color: #3b3935;
}

.symptom-route {
  background: #fff;
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.symptom-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 310px;
  padding: 24px;
}

.symptom-mark,
.case-tag {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #ff6aa9;
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  line-height: 1;
}

.symptom-mark {
  min-height: 34px;
  padding: 8px 14px;
  font-size: 13px;
}

.symptom-grid p {
  margin-bottom: 0;
  color: #3b3935;
}

.symptom-grid b {
  align-self: end;
  display: block;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 2px solid rgba(16, 16, 20, .18);
  font-size: 14px;
  line-height: 1.7;
}

.revive-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 10px;
}

.revive-points span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 4px 4px 0 #20c8ed;
  font-weight: 900;
}

.price {
  background:
    radial-gradient(rgba(0, 169, 130, .18) 1.4px, transparent 1.4px),
    #fffdf1;
  background-size: 16px 16px;
}

.price-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.price-block {
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.price-block.main-price {
  grid-column: 1 / -1;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, #20c8ed 0 62%, #ff6aa9 62% 100%);
  color: var(--ink);
}

.price-block-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .58fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}

.price-block-head h3 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 46px);
}

.price-block-head p {
  margin-bottom: 0;
  color: #101014;
  font-weight: 700;
}

.price-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.price-menu-grid div {
  display: grid;
  gap: 8px;
  min-height: 180px;
  padding: 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--ink);
}

.price-menu-grid span {
  font-weight: 900;
  line-height: 1.45;
}

.price-menu-grid b {
  align-self: end;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1;
}

.price-menu-grid small {
  color: #45413b;
  font-weight: 700;
  line-height: 1.55;
}

.price-block:not(.main-price) {
  background: #fff;
}

.price-block dl div {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
}

.price-block dt {
  line-height: 1.55;
}

.price-block dd {
  color: #101014;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.price-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.price-note-grid article {
  padding: 22px;
}

.price-note-grid h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.price-note-grid p {
  margin-bottom: 0;
  color: #3b3935;
}

.case-card {
  display: flex;
  flex-direction: column;
  border: 3px solid var(--ink);
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.ba-pair.labeled {
  gap: 0;
  border-bottom: 3px solid var(--ink);
  background: var(--ink);
}

.ba-pair figure {
  position: relative;
  margin: 0;
}

.ba-pair figure + figure {
  border-left: 3px solid var(--ink);
}

.ba-pair figcaption {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.case-body {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 22px;
}

.case-card h3,
.case-card p {
  padding-inline: 0;
}

.case-card h3,
.case-card p {
  margin-bottom: 0;
}

.case-tag {
  align-self: start;
  box-sizing: border-box;
  height: 36px;
  min-height: 36px;
  padding: 0 12px;
  background: #20c8ed;
  font-size: 13px;
  white-space: nowrap;
}

.case-meta {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 2px solid rgba(16, 16, 20, .18);
}

.case-meta div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  padding: 0;
  border: 0;
}

.case-meta dt {
  color: var(--green-dark);
  font-weight: 900;
}

.case-meta dd {
  color: #101014;
  font-weight: 700;
}

main section h2,
.case-card h3,
.consult-sign-grid h3,
.anatomy-grid h3,
.symptom-grid h3,
.service-card h3,
.price-block h3,
.area-grid h3,
.flow-list b,
.problem-grid b,
summary {
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

.phrase-heading > span {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
}

.case-meta dd {
  min-width: 0;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

.flow-list li {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-content: start;
  column-gap: 8px;
}

.flow-list li > span {
  grid-column: 1;
  margin-top: .55em;
}

.flow-list li > b {
  grid-column: 2;
  min-width: 0;
}

.flow-list li > p {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.revive-emblem {
  float: right;
  width: min(180px, 34vw);
  margin: 0 0 22px 28px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  box-shadow: 7px 7px 0 var(--ink);
}

.line-flow-visual {
  margin: 0 0 24px;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.line-flow-visual img {
  width: 100%;
  aspect-ratio: 1600 / 683;
  object-fit: contain;
  background: #20c8ed;
}

.voices {
  background:
    linear-gradient(135deg, rgba(32, 200, 237, .95) 0 34%, transparent 34%),
    radial-gradient(rgba(0, 169, 130, .18) 1.4px, transparent 1.4px),
    #fffdf1;
  background-size: auto, 17px 17px, auto;
}

.story-voice-summary {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 24px;
  padding: 9px 15px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #ffea00;
  box-shadow: 4px 4px 0 #20c8ed;
  font-weight: 900;
  line-height: 1;
}

.story-voice-summary b {
  font-size: 28px;
}

.story-voice-summary span {
  font-size: 15px;
}

.story-voice-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 4px 10px 12px 4px;
}

.story-voice-gallery.is-collapsed .story-voice-card:nth-child(n + 9) {
  display: none;
}

.story-voice-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #0d1216;
  box-shadow: 8px 8px 0 var(--ink);
  content-visibility: auto;
  contain-intrinsic-size: 260px 462px;
}

.story-voice-card > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #0d1216;
}

.story-voice-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.story-voice-card > a:hover img,
.story-voice-card > a:focus-visible img {
  transform: scale(1.015);
}

.story-voice-card figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  box-shadow: 3px 3px 0 #20c8ed;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.story-voice-card figcaption b {
  font-size: 15px;
}

.story-voice-expand {
  display: flex;
  width: 100%;
  min-width: 0;
  justify-content: center;
  margin-top: 28px;
}

.story-voice-expand .button {
  width: min(320px, 100%);
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  background: #ffea00;
}

.story-voice-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.story-voice-cta .button {
  background: #fff;
}

.final-cta .line-grid {
  margin-top: 40px;
}

.mobile-line-sticky {
  display: none;
}

.hero-service-note {
  width: max-content;
  max-width: min(92vw, 720px);
  margin: clamp(18px, 2.2vw, 28px) auto 0;
  padding: 7px 12px 8px;
  border: 2px solid rgba(16, 16, 20, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: rgba(16, 16, 20, .86);
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 721px) {
  body {
    font-size: 20px;
  }

  .sublead,
  .section-head p:not(.eyebrow),
  .split p,
  .service-card p,
  .price-block dd,
  .case-card p,
  .flow-list p,
  .area-grid p,
  details p,
  .final-cta p:not(.eyebrow),
  .concept-hero-copy p,
  .concept-card-grid p,
  .culture p,
  .attitude p,
  .checker-form label,
  .checker-result,
  .quick-cta p:not(.eyebrow),
  .concept-band p,
  .consult-steps p,
  .symptom-grid p,
  .price-note-grid p,
  .consult-sign-grid p,
  .voice-grid p,
  .anatomy-grid p,
  .policy-document p,
  .policy-document li,
  .policy-table th,
  .policy-table td,
  .policy-nav b {
    font-size: 20px;
    line-height: 1.95;
  }

  .problem-grid article span,
  .line-card span,
  .note,
  .muted,
  .symptom-grid b,
  .price-menu-grid small,
  .case-meta,
  .voice-grid b {
    font-size: 17px;
    line-height: 1.85;
  }
}

@media (max-width: 1180px) {
  .symptom-grid,
  .consult-sign-grid,
  .voice-grid,
  .anatomy-grid,
  .price-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-block-head {
    grid-template-columns: 1fr;
  }

  .price-block:not(.main-price) dl div {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;
  }

  .price-block dd {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 960px) {
  .consult-kit-layout,
  .price-note-grid {
    grid-template-columns: 1fr;
  }

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

  .story-voice-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .policy-hero,
  .policy-nav {
    grid-template-columns: 1fr;
  }

  .policy-hero img {
    width: min(220px, 64vw);
  }

  .consult-photo img {
    min-height: 320px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 92px;
  }

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

  body.policy-page {
    padding-bottom: 0;
  }

  .concept-band .concept-logo-panel {
    width: 100%;
  }

  .consult-steps,
  .consult-sign-grid,
  .voice-grid,
  .anatomy-grid,
  .policy-nav,
  .symptom-grid,
  .price-layout,
  .price-menu-grid {
    grid-template-columns: 1fr;
  }

  .price-block.main-price {
    grid-column: auto;
  }

  .price-block dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .price-block dd {
    text-align: left;
    white-space: normal;
  }

  .price-menu-grid div {
    min-height: 0;
  }

  .consult-kit .cta-row .button {
    width: 100%;
  }

  .consult-sign-grid article,
  .voice-grid article {
    min-height: 0;
  }

  .story-voice-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-right: 7px;
  }

  .story-voice-card {
    border-width: 3px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .story-voice-card figcaption {
    right: 7px;
    bottom: 7px;
    padding: 5px 7px;
    border-width: 2px;
    font-size: 10px;
  }

  .quick-cta-actions {
    justify-items: stretch;
  }

  .cta-sticker {
    width: 100%;
  }

  .consult-sign-icon {
    max-width: 210px;
  }

  .anatomy-grid div {
    padding: 20px;
  }

  .revive-emblem {
    float: none;
    display: block;
    width: min(180px, 62vw);
    margin: 0 0 24px;
  }

  .line-flow-visual img {
    aspect-ratio: 1600 / 683;
  }

  .policy-table,
  .policy-table tbody,
  .policy-table tr,
  .policy-table th,
  .policy-table td {
    display: block;
    width: 100%;
  }

  .policy-table th {
    padding-bottom: 6px;
    border-bottom: 0;
  }

  .policy-table td {
    padding-top: 6px;
  }

  .consult-sign-cta .button {
    width: 100%;
  }

  .mobile-line-sticky {
    position: fixed;
    z-index: 30;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: block;
  }

  .mobile-line-sticky a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 64px;
    padding: 12px 16px;
    border: 4px solid var(--ink);
    border-radius: 8px;
    background: #fff200;
    color: var(--ink);
    box-shadow: 6px 6px 0 var(--ink);
    transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
  }

  .mobile-line-sticky.is-updating a {
    opacity: .72;
    transform: translateY(4px);
  }

  .mobile-line-sticky span:not(.line-icon) {
    display: grid;
    gap: 4px;
    line-height: 1.1;
  }

  .mobile-line-sticky b {
    font-size: 17px;
    line-height: 1.1;
  }

.mobile-line-sticky small {
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
  }
}

@media (max-width: 560px) {
  .hero-service-note {
    max-width: min(90vw, 360px);
    padding-inline: 10px;
    font-size: 12px;
  }
}

.celebrity-feature {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(32, 200, 237, .92) 0 24%, transparent 24% 100%),
    radial-gradient(rgba(0, 169, 130, .22) 1.4px, transparent 1.4px),
    #fffdf1;
  background-size: auto, 16px 16px, auto;
}

.celebrity-feature .section-head {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(22px, 3vw, 34px);
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
  text-align: center;
}

.celebrity-feature .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-inline: auto;
  padding: 7px 12px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 4px 4px 0 #20c8ed;
}

.celebrity-feature .section-head p:not(.eyebrow) {
  color: #2c2925;
}

.celebrity-feature .media-title {
  margin-inline: auto;
  font-size: clamp(31px, 3.7vw, 48px);
  line-height: 1.22;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.celebrity-feature .media-title .media-line {
  display: flex;
  justify-content: center;
  gap: .2em;
}

.celebrity-feature .media-title .media-line > span {
  display: inline-block;
  white-space: nowrap;
}

.video-frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  max-width: 1080px;
  margin: 28px auto 0;
  overflow: hidden;
  border: 5px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 10px 10px 0 #20c8ed, 18px 18px 0 var(--ink);
}

.video-frame::before {
  content: "";
  position: absolute;
  top: -16px;
  right: clamp(18px, 5vw, 68px);
  width: clamp(96px, 16vw, 176px);
  height: 34px;
  border: 4px solid var(--ink);
  border-radius: 999px;
  background: var(--pink);
  transform: rotate(2deg);
  z-index: 2;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-poster {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .16);
  transition: background-color .2s ease;
}

.video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.video-poster:hover::after,
.video-poster:focus-visible::after {
  background: rgba(0, 0, 0, .28);
}

.video-poster:hover img,
.video-poster:focus-visible img {
  transform: scale(1.015);
}

.video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  padding-left: 6px;
  border: 5px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 6px 6px 0 #20c8ed;
  font-size: 34px;
  line-height: 1;
  transform: translate(-50%, -58%);
}

.video-play-label {
  position: absolute;
  z-index: 2;
  top: calc(50% + 58px);
  left: 50%;
  padding: 7px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

@media (max-width: 720px) {
  .hero-title {
    font-size: clamp(39px, 11.2vw, 52px);
  }

  .phrase-title > span {
    display: block;
    width: max-content;
  }

  .phrase-copy > span {
    display: block;
    width: max-content;
  }

  .celebrity-feature {
    background:
      linear-gradient(135deg, rgba(32, 200, 237, .9) 0 18%, transparent 18% 100%),
      radial-gradient(rgba(0, 169, 130, .2) 1.2px, transparent 1.2px),
      #fffdf1;
    background-size: auto, 14px 14px, auto;
  }

  .celebrity-feature .section-head {
    padding: 20px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .celebrity-feature .media-title {
    font-size: clamp(27px, 8vw, 36px);
  }

  .celebrity-feature .media-title .media-line {
    display: block;
  }

  .celebrity-feature .media-title .media-line > span {
    display: block;
  }

  .video-frame {
    margin-top: 22px;
    border-width: 4px;
    box-shadow: 6px 6px 0 #20c8ed, 11px 11px 0 var(--ink);
  }

  .video-frame::before {
    top: -13px;
    right: 18px;
    width: 92px;
    height: 26px;
    border-width: 3px;
  }

  .video-play {
    width: 64px;
    height: 64px;
    border-width: 4px;
    box-shadow: 4px 4px 0 #20c8ed;
    font-size: 27px;
  }

  .video-play-label {
    top: calc(50% + 43px);
    padding: 6px 11px;
    border-width: 2px;
    font-size: 13px;
  }
}

.mid-line-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: var(--ink);
  color: #fff;
}

.mid-line-cta p:not(.eyebrow) {
  max-width: 860px;
  color: #f5f1e8;
}

.mid-line-cta .cta-row {
  justify-content: flex-end;
}

.nojima-profile {
  background: #fffdf1;
}

.nojima-profile-card {
  padding: clamp(24px, 4vw, 42px);
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--ink);
}

.nojima-profile-summary {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.nojima-profile-summary img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin-inline: auto;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #20c8ed;
}

.nojima-profile-bio h3 {
  margin-top: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.25;
}

.nojima-profile-bio h3 span {
  white-space: nowrap;
}

.nojima-profile-bio p {
  margin: 0 0 14px;
  line-height: 1.9;
}

.nojima-profile-bio .button {
  margin-top: 10px;
}

.nojima-profile-history {
  margin-top: clamp(34px, 5vw, 56px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 3px solid var(--ink);
}

.nojima-profile-history h4 {
  margin: 0 0 24px;
  font-size: clamp(26px, 2.5vw, 36px);
}

.nojima-history-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
}

.nojima-profile-history h5 {
  margin: 0 0 16px;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.5;
}

.nojima-profile-history ul {
  margin: 0;
  padding-left: 1.35em;
}

.nojima-profile-history li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.nojima-feature-links {
  margin-top: clamp(28px, 4vw, 42px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 2px solid #d6d1c7;
}

.nojima-feature-links p {
  margin: 8px 0 0;
  line-height: 1.75;
}

.nojima-feature-links a {
  color: #007b68;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@media (min-width: 1101px) {
  .concept-page .art-world .section-head,
  .concept-page .nojima-profile .section-head {
    max-width: none;
    margin-inline: auto;
    text-align: center;
  }

  .concept-page .art-world .section-head .eyebrow,
  .concept-page .nojima-profile .section-head .eyebrow {
    margin-inline: auto;
  }

  .concept-page .art-world .section-head p:not(.eyebrow),
  .concept-page .nojima-profile .section-head p:not(.eyebrow) {
    max-width: 920px;
    margin-inline: auto;
  }

  .concept-page .art-world .section-head h2,
  .concept-page .nojima-profile .section-head h2 {
    font-size: clamp(32px, 3.15vw, 46px);
    white-space: nowrap;
  }

  .nojima-profile-summary {
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  }
}

@media (min-width: 721px) {
  body:not(.concept-page):not(.policy-page) .split p,
  body:not(.concept-page):not(.policy-page) .service-card p,
  body:not(.concept-page):not(.policy-page) .price-block p,
  body:not(.concept-page):not(.policy-page) .price-block dd,
  body:not(.concept-page):not(.policy-page) .price-note-grid p,
  body:not(.concept-page):not(.policy-page) .price-menu-grid small,
  body:not(.concept-page):not(.policy-page) .case-card p,
  body:not(.concept-page):not(.policy-page) .case-meta,
  body:not(.concept-page):not(.policy-page) .flow-list p,
  body:not(.concept-page):not(.policy-page) .area-grid p,
  body:not(.concept-page):not(.policy-page) details p,
  body:not(.concept-page):not(.policy-page) .final-cta p:not(.eyebrow),
  body:not(.concept-page):not(.policy-page) .quick-cta p:not(.eyebrow),
  body:not(.concept-page):not(.policy-page) .mid-line-cta p:not(.eyebrow),
  body:not(.concept-page):not(.policy-page) .concept-band p,
  body:not(.concept-page):not(.policy-page) .consult-steps p,
  body:not(.concept-page):not(.policy-page) .symptom-grid p,
  body:not(.concept-page):not(.policy-page) .consult-sign-grid p,
  body:not(.concept-page):not(.policy-page) .voice-grid p,
  body:not(.concept-page):not(.policy-page) .anatomy-grid p,
  body:not(.concept-page):not(.policy-page) .problem-grid article span {
    font-size: 21px;
    line-height: 1.95;
  }
}

@media (max-width: 960px) {
  .mid-line-cta,
  .nojima-profile-summary,
  .nojima-history-grid {
    grid-template-columns: 1fr;
  }

  .nojima-profile-summary img {
    width: min(420px, 100%);
  }

  .mid-line-cta .cta-row {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .nojima-profile-card {
    padding: 20px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .nojima-profile-summary {
    gap: 24px;
  }

  .nojima-profile-bio h3 {
    font-size: 27px;
  }

  .nojima-profile-bio h3 span {
    display: block;
  }

  .nojima-profile-bio p,
  .nojima-profile-history li,
  .nojima-feature-links p {
    font-size: 16px;
  }
}

/* 2026-07-01: align LP section headings with the width of each section body on desktop */
@media (min-width: 721px) {
  body:not(.concept-page):not(.policy-page) .section:not(.celebrity-feature) > .section-head {
    width: 100%;
    max-width: none;
  }
}

/* Keep dense card text inside its frame across tablet breakpoints. */
.price-block,
.price-block *,
.price-menu-grid *,
.consult-sign-grid article,
.consult-sign-grid article *,
.symptom-grid article,
.symptom-grid article * {
  min-width: 0;
}

.price-block dt,
.price-block dd,
.price-menu-grid span,
.price-menu-grid b,
.price-menu-grid small,
.consult-sign-grid article > span,
.symptom-mark {
  overflow-wrap: anywhere;
}

.consult-sign-grid article > span,
.symptom-mark {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  line-height: 1.25;
}

/* 2026-07-01 follow-up: keep key visuals and concept headings from looking clipped or awkwardly wrapped. */
.lp-hero .hero-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: start;
  align-content: center;
  gap: 14px;
  min-height: 0;
  overflow: visible;
  padding: 12px 18px 30px;
}

.lp-hero .hero-visual::before {
  z-index: 0;
}

.lp-hero .hero-image {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  width: 100%;
  max-width: 680px;
  justify-self: stretch;
  object-fit: contain;
  background: #20c8ed;
}

.lp-hero .art-chip {
  position: relative;
  z-index: 2;
  inset: auto;
  width: auto;
  height: auto;
  min-width: 116px;
  min-height: 58px;
  padding: 12px 18px;
  transform: none;
  box-shadow: 5px 5px 0 var(--ink);
}

.lp-hero .chip-a {
  border-radius: 999px;
}

.lp-hero .chip-b {
  border-radius: 8px;
}

.video-frame {
  margin-top: 56px;
  overflow: visible;
}

.video-frame iframe {
  overflow: hidden;
  border-radius: 3px;
}

.video-frame::before {
  top: -46px;
  z-index: 2;
}

.concept-hero .concept-title {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.concept-page .concept-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

@media (max-width: 720px) {
  .lp-hero .hero-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    padding: 10px 4px 22px;
  }

  .lp-hero .art-chip {
    min-width: 0;
    min-height: 48px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .video-frame {
    margin-top: 44px;
    overflow: visible;
  }

  .video-frame::before {
    top: -34px;
  }

  .concept-hero .concept-title {
    font-size: clamp(34px, 9.2vw, 50px);
    line-height: 1.12;
  }
}

@media (min-width: 561px) and (max-width: 720px) {
  body {
    padding-bottom: 0;
  }

  .mobile-line-sticky {
    display: none;
  }
}

@media (max-width: 480px) {
  .story-voice-gallery {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-right: 9px;
  }

  .story-voice-gallery.is-collapsed .story-voice-card:nth-child(n + 5) {
    display: none;
  }

  .story-voice-card figcaption {
    right: 10px;
    bottom: 10px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .story-voice-card figcaption b {
    font-size: 15px;
  }
}

/* 2026-08-17: minimal full-bleed hero. */
.hero-dry {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 4vw, 48px);
  min-height: clamp(560px, calc(100svh - 96px), 760px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px) clamp(20px, 6vw, 90px);
  background-color: #20c8ed;
  background-image: none;
}

.hero-question-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-question-field::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 5% 7%, rgba(255, 255, 255, .9) 0 2px, transparent 3px),
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, .76) 0 3px, transparent 4px),
    radial-gradient(circle at 24% 6%, rgba(255, 255, 255, .82) 0 2px, transparent 3px),
    radial-gradient(circle at 34% 19%, rgba(255, 255, 255, .72) 0 2px, transparent 3px),
    radial-gradient(circle at 44% 8%, rgba(255, 255, 255, .88) 0 3px, transparent 4px),
    radial-gradient(circle at 55% 16%, rgba(255, 255, 255, .74) 0 2px, transparent 3px),
    radial-gradient(circle at 65% 6%, rgba(255, 255, 255, .86) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, .78) 0 3px, transparent 4px),
    radial-gradient(circle at 87% 8%, rgba(255, 255, 255, .84) 0 2px, transparent 3px),
    radial-gradient(circle at 96% 15%, rgba(255, 255, 255, .72) 0 3px, transparent 4px),
    radial-gradient(circle at 3% 29%, rgba(255, 255, 255, .8) 0 2px, transparent 3px),
    radial-gradient(circle at 12% 37%, rgba(255, 255, 255, .9) 0 3px, transparent 4px),
    radial-gradient(circle at 21% 31%, rgba(255, 255, 255, .7) 0 2px, transparent 3px),
    radial-gradient(circle at 29% 43%, rgba(255, 255, 255, .78) 0 2px, transparent 3px),
    radial-gradient(circle at 71% 44%, rgba(255, 255, 255, .76) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 31%, rgba(255, 255, 255, .86) 0 3px, transparent 4px),
    radial-gradient(circle at 89% 39%, rgba(255, 255, 255, .72) 0 2px, transparent 3px),
    radial-gradient(circle at 97% 28%, rgba(255, 255, 255, .88) 0 3px, transparent 4px),
    radial-gradient(circle at 4% 72%, rgba(255, 255, 255, .84) 0 2px, transparent 3px),
    radial-gradient(circle at 12% 81%, rgba(255, 255, 255, .74) 0 3px, transparent 4px),
    radial-gradient(circle at 22% 69%, rgba(255, 255, 255, .9) 0 2px, transparent 3px),
    radial-gradient(circle at 30% 85%, rgba(255, 255, 255, .76) 0 2px, transparent 3px),
    radial-gradient(circle at 39% 74%, rgba(255, 255, 255, .82) 0 3px, transparent 4px),
    radial-gradient(circle at 47% 89%, rgba(255, 255, 255, .72) 0 2px, transparent 3px),
    radial-gradient(circle at 56% 77%, rgba(255, 255, 255, .88) 0 3px, transparent 4px),
    radial-gradient(circle at 65% 91%, rgba(255, 255, 255, .74) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 71%, rgba(255, 255, 255, .86) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 85%, rgba(255, 255, 255, .76) 0 3px, transparent 4px),
    radial-gradient(circle at 94% 74%, rgba(255, 255, 255, .9) 0 2px, transparent 3px),
    radial-gradient(circle at 8% 55%, rgba(255, 255, 255, .7) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 58%, rgba(255, 255, 255, .82) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 5%, rgba(255, 255, 255, .78) 0 2px, transparent 3px),
    radial-gradient(circle at 51% 96%, rgba(255, 255, 255, .88) 0 3px, transparent 4px);
  opacity: .86;
}

.bubble-question {
  --question-size: 150px;
  --question-angle: 0deg;
  --question-rise: -40px;
  --question-sway: 9px;
  --question-turn: 7deg;
  --question-duration: 22s;
  --question-delay: -9s;
  position: absolute;
  width: var(--question-size);
  aspect-ratio: 5 / 8;
  background-image:
    url("../images/hero-bubble-puff.png"),
    url("../images/hero-bubble-puff.png"),
    url("../images/hero-bubble-puff.png"),
    url("../images/hero-bubble-puff.png"),
    url("../images/hero-bubble-puff.png"),
    url("../images/hero-bubble-puff.png"),
    url("../images/hero-bubble-puff.png"),
    url("../images/hero-bubble-puff.png");
  background-position:
    8% 6%, 40% 0, 69% 7%, 84% 24%, 76% 43%, 57% 56%, 46% 70%, 46% 100%;
  background-size:
    35% auto, 40% auto, 38% auto, 35% auto, 31% auto, 27% auto, 23% auto, 26% auto;
  background-repeat: no-repeat;
  opacity: .82;
  transform: rotate(var(--question-angle));
  transform-origin: center;
}

.question-a {
  --question-size: clamp(112px, 10vw, 152px);
  --question-angle: -12deg;
  --question-duration: 24s;
  --question-delay: -17s;
  --question-rise: -42px;
  top: 7%;
  left: 5%;
}

.question-b {
  --question-size: clamp(142px, 13vw, 198px);
  --question-angle: 14deg;
  --question-duration: 28s;
  --question-delay: -6s;
  --question-rise: -38px;
  --question-sway: -11px;
  top: 3%;
  right: 5%;
  opacity: .72;
}

.question-c {
  --question-size: clamp(156px, 14vw, 214px);
  --question-angle: 9deg;
  --question-duration: 26s;
  --question-delay: -28s;
  --question-rise: -46px;
  --question-sway: -9px;
  bottom: -7%;
  left: 10%;
  opacity: .76;
}

.question-d {
  --question-size: clamp(92px, 8vw, 126px);
  --question-angle: -15deg;
  --question-duration: 21s;
  --question-delay: -12s;
  right: 16%;
  bottom: 5%;
  opacity: .88;
}

.question-e {
  --question-size: clamp(46px, 4vw, 60px);
  --question-angle: 19deg;
  --question-duration: 18s;
  --question-delay: -20s;
  --question-rise: -28px;
  top: 10%;
  left: 27%;
  opacity: .68;
}

.question-f {
  --question-size: clamp(40px, 3vw, 48px);
  --question-angle: -7deg;
  --question-duration: 16s;
  --question-delay: -4s;
  --question-rise: -24px;
  --question-sway: -7px;
  top: 5%;
  left: 47%;
  opacity: .76;
}

.question-g {
  --question-size: clamp(48px, 4.5vw, 66px);
  --question-angle: -21deg;
  --question-duration: 19s;
  --question-delay: -15s;
  --question-rise: -30px;
  top: 18%;
  right: 30%;
  opacity: .64;
}

.question-h {
  --question-size: clamp(40px, 3.5vw, 54px);
  --question-angle: 22deg;
  --question-duration: 17s;
  --question-delay: -23s;
  --question-rise: -26px;
  --question-sway: -8px;
  top: 40%;
  right: 2%;
  opacity: .72;
}

.question-i {
  --question-size: clamp(40px, 3.3vw, 52px);
  --question-angle: -17deg;
  --question-duration: 18s;
  --question-delay: -8s;
  --question-rise: -28px;
  bottom: 10%;
  left: 32%;
  opacity: .66;
}

.question-j {
  --question-size: clamp(48px, 4.5vw, 66px);
  --question-angle: 11deg;
  --question-duration: 20s;
  --question-delay: -26s;
  --question-rise: -32px;
  --question-sway: -7px;
  right: 32%;
  bottom: 15%;
  opacity: .72;
}

.question-k {
  --question-size: clamp(38px, 3vw, 46px);
  --question-angle: 26deg;
  --question-duration: 15s;
  --question-delay: -13s;
  --question-rise: -24px;
  bottom: 35%;
  left: 2%;
  opacity: .76;
}

.question-l {
  --question-size: clamp(40px, 3.6vw, 56px);
  --question-angle: -10deg;
  --question-duration: 17s;
  --question-delay: -18s;
  --question-rise: -26px;
  --question-sway: -7px;
  right: 8%;
  bottom: 34%;
  opacity: .64;
}

.filler-bubble {
  --bubble-size: 32px;
  --bubble-angle: 0deg;
  --bubble-scale: 1;
  position: absolute;
  width: var(--bubble-size);
  aspect-ratio: 171 / 202;
  background: url("../images/hero-bubble-puff.png") center / 100% 100% no-repeat;
  opacity: .72;
  transform: rotate(var(--bubble-angle)) scale(var(--bubble-scale));
}

.filler-bubble.bubble-a { --bubble-size: 34px; --bubble-angle: -8deg; top: 17%; left: 18%; }
.filler-bubble.bubble-b { --bubble-size: 28px; --bubble-angle: 12deg; top: 25%; left: 36%; opacity: .62; }
.filler-bubble.bubble-c { --bubble-size: 38px; --bubble-angle: -15deg; top: 9%; right: 17%; }
.filler-bubble.bubble-d { --bubble-size: 24px; --bubble-angle: 8deg; top: 27%; right: 45%; opacity: .66; }
.filler-bubble.bubble-e { --bubble-size: 30px; --bubble-angle: 18deg; top: 29%; left: 1%; }
.filler-bubble.bubble-f { --bubble-size: 32px; --bubble-angle: -10deg; top: 28%; right: 1%; opacity: .68; }
.filler-bubble.bubble-g { --bubble-size: 40px; --bubble-angle: 7deg; bottom: 31%; left: 24%; }
.filler-bubble.bubble-h { --bubble-size: 36px; --bubble-angle: -12deg; right: 22%; bottom: 29%; opacity: .66; }
.filler-bubble.bubble-i { --bubble-size: 30px; --bubble-angle: 15deg; bottom: 5%; left: 46%; }
.filler-bubble.bubble-j { --bubble-size: 26px; --bubble-angle: -8deg; right: 48%; bottom: 21%; opacity: .64; }
.filler-bubble.bubble-k { --bubble-size: 28px; --bubble-angle: -14deg; top: 51%; left: 14%; }
.filler-bubble.bubble-l { --bubble-size: 34px; --bubble-angle: 16deg; top: 55%; right: 14%; }
.filler-bubble.bubble-m { --bubble-size: 22px; top: 12%; left: 40%; opacity: .64; }
.filler-bubble.bubble-n { --bubble-size: 42px; --bubble-angle: -18deg; right: 39%; bottom: 3%; opacity: .68; }

.hero-dry .hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 1200px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-dry .eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 7px 11px 6px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: calc(12px + 1pt);
}

.hero-dry .hero-title {
  justify-items: center;
  gap: .08em;
  width: 100%;
  max-width: 1100px;
  margin: 0;
  color: #fffef5;
  font-size: clamp(58px, 6.7vw, 94px);
  line-height: 1.08;
  letter-spacing: 0;
  -webkit-text-stroke: 5px var(--ink);
  paint-order: stroke fill;
  filter: drop-shadow(6px 7px 0 rgba(16, 16, 20, .22));
}

.hero-dry .hero-title span {
  margin-inline: auto;
}

@media (min-width: 721px) and (max-width: 1080px) {
  .hero-dry .hero-title {
    font-size: clamp(52px, 7vw, 70px);
    -webkit-text-stroke-width: 4px;
  }
}

@media (max-width: 720px) {
  .hero-dry {
    min-height: max(420px, calc(100svh - 170px));
    padding: 30px 18px;
    gap: 24px;
  }

  .hero-dry .eyebrow {
    margin-bottom: 16px;
    padding: 6px 9px 5px;
    border-width: 2px;
    box-shadow: 3px 3px 0 var(--ink);
    font-size: calc(10px + 1pt);
  }

  .hero-dry .hero-title {
    font-size: clamp(32px, 9.4vw, 46px);
    line-height: 1.12;
    -webkit-text-stroke-width: 3px;
    filter: drop-shadow(4px 5px 0 rgba(16, 16, 20, .2));
  }

  .question-a {
    --question-size: 78px;
    top: 6%;
    left: -4%;
  }

  .question-b {
    --question-size: 68px;
    top: 15%;
    right: -1%;
  }

  .question-c {
    --question-size: 102px;
    bottom: -4%;
    left: 3%;
  }

  .question-d {
    --question-size: 72px;
    right: 3%;
    bottom: 7%;
  }

  .question-e { --question-size: 40px; top: 4%; left: 35%; }
  .question-f { --question-size: 36px; top: 9%; left: 60%; }
  .question-g { --question-size: 42px; top: 29%; right: 17%; }
  .question-h { --question-size: 38px; top: 39%; right: -3%; }
  .question-i { --question-size: 38px; bottom: 28%; left: 7%; }
  .question-j { --question-size: 44px; right: 29%; bottom: 19%; }
  .question-k { --question-size: 36px; bottom: 39%; left: -4%; }
  .question-l { --question-size: 38px; right: 9%; bottom: 40%; }

  .filler-bubble {
    --bubble-scale: .68;
  }

}

@media (max-width: 360px) {
  .hero-dry {
    padding-inline: 15px;
  }

  .hero-dry .hero-title {
    font-size: clamp(29px, 9.1vw, 33px);
  }
}

/* 2026-08-27: complete navigation, gallery, accessibility, and semantic-motion pass. */
.skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border: 3px solid var(--ink);
  border-radius: 4px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform .18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 4px solid #ff5fa2;
  outline-offset: 4px;
}

main:focus {
  outline: none;
}

.scroll-progress {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ff5fa2;
  box-shadow: 0 1px 0 var(--ink);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
}

.site-nav a[aria-current="location"]:not(.nav-cta) {
  color: #008468;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.back-to-top {
  position: fixed;
  z-index: 140;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .2s ease, transform .2s ease;
}

.back-to-top span {
  width: 13px;
  height: 13px;
  border-top: 4px solid var(--ink);
  border-left: 4px solid var(--ink);
  transform: translateY(3px) rotate(45deg);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.story-voice-card[hidden] {
  display: none !important;
}

.story-voice-card.is-newly-visible {
  animation: story-card-arrive .42s cubic-bezier(.2, .85, .3, 1) both;
}

@keyframes story-card-arrive {
  from {
    opacity: 0;
    transform: translateY(18px) rotate(-1deg) scale(.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.story-voice-status {
  margin: 10px 0 0;
  color: #4a4a4f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

body.lightbox-open {
  overflow: hidden;
}

.media-lightbox {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: grid;
  padding: clamp(18px, 4vw, 54px);
  place-items: center;
  background: rgba(10, 10, 14, .92);
  opacity: 0;
  transition: opacity .2s ease;
}

.media-lightbox[hidden] {
  display: none;
}

.media-lightbox.is-open {
  opacity: 1;
}

.media-lightbox-panel {
  position: relative;
  display: grid;
  width: min(1180px, 100%);
  height: min(860px, calc(100vh - 48px));
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
}

.media-lightbox figure {
  display: grid;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  height: 100%;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  margin: 0;
  padding: clamp(10px, 2vw, 20px);
  border: 3px solid #fff;
  border-radius: 5px;
  background: #111116;
  box-sizing: border-box;
  overflow: hidden;
}

.media-lightbox figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.media-lightbox figcaption {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.media-lightbox figcaption small {
  flex: 0 0 auto;
  color: #b9f2e7;
  font: inherit;
}

.media-lightbox button {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.media-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  transform: translate(45%, -45%);
}

.media-lightbox-close::before,
.media-lightbox-close::after {
  position: absolute;
  top: 22px;
  left: 8px;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  content: "";
}

.media-lightbox-close::before {
  transform: rotate(45deg);
}

.media-lightbox-close::after {
  transform: rotate(-45deg);
}

.media-lightbox-nav {
  position: relative;
  width: 52px;
  height: 64px;
}

.media-lightbox-nav span {
  position: absolute;
  top: 20px;
  left: 17px;
  width: 22px;
  height: 22px;
  border-top: 5px solid currentColor;
  border-left: 5px solid currentColor;
}

.media-lightbox-nav.is-prev span {
  transform: rotate(-45deg);
}

.media-lightbox-nav.is-next span {
  left: 10px;
  transform: rotate(135deg);
}

.art-lightbox-trigger {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.concept-page .provided-art-card .art-lightbox-trigger img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .22s ease;
}

.concept-page .provided-art-card:hover .art-lightbox-trigger img,
.concept-page .art-lightbox-trigger:focus-visible img {
  transform: scale(1.025);
}

.price-options-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .42s ease, opacity .28s ease, transform .32s ease;
}

.price-options-panel.is-open {
  opacity: 1;
  transform: translateY(0);
}

.price-options-panel[hidden] {
  display: none;
}

html.motion-ready body:not(.policy-page) .case-card.is-revealed .ba-pair figure:first-child img {
  animation: before-image-focus .46s ease both;
}

html.motion-ready body:not(.policy-page) .case-card.is-revealed .ba-pair figure:last-child img {
  animation: after-image-reveal .64s .2s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes before-image-focus {
  from { opacity: .45; filter: grayscale(.45); }
  to { opacity: 1; filter: grayscale(0); }
}

@keyframes after-image-reveal {
  from { opacity: .15; clip-path: inset(0 100% 0 0); }
  to { opacity: 1; clip-path: inset(0); }
}

body:not(.concept-page):not(.policy-page) .flow-list {
  position: relative;
  isolation: isolate;
}

body:not(.concept-page):not(.policy-page) .flow-list::before {
  position: absolute;
  z-index: -1;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 8px;
  border: 2px solid var(--ink);
  border-radius: 99px;
  background: #20c8ed;
  content: "";
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1.2s cubic-bezier(.2, .75, .2, 1);
}

body:not(.concept-page):not(.policy-page) .flow.is-section-visible .flow-list::before {
  transform: scaleY(1);
}

body:not(.concept-page):not(.policy-page) .flow-list > li {
  background: #fff;
}

.concept-page .nojima-history-disclosure {
  min-width: 0;
}

.concept-page .nojima-history-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 4px solid #20c8ed;
  color: var(--ink);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 900;
  list-style: none;
}

.concept-page .nojima-history-disclosure:nth-child(2) summary {
  border-bottom-color: #ff6aa9;
}

.concept-page .nojima-history-disclosure summary::-webkit-details-marker {
  display: none;
}

.history-summary-icon {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.history-summary-icon::before,
.history-summary-icon::after {
  position: absolute;
  top: 10px;
  left: 3px;
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
  content: "";
}

.history-summary-icon::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.nojima-history-disclosure[open] .history-summary-icon::after {
  transform: rotate(0);
}

.policy-updated {
  width: min(100% - 40px, 1180px);
  margin: -18px auto 10px;
  color: #5a5a5f;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

@media (min-width: 901px) {
  .concept-page .nojima-profile-card {
    display: grid;
    max-width: 1280px;
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
    align-items: start;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .concept-page .nojima-profile-summary {
    position: sticky;
    top: 112px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
    border: 4px solid var(--ink);
    border-radius: 6px 0 0 6px;
    background: #fff;
    box-shadow: 8px 8px 0 #20c8ed;
  }

  .concept-page .nojima-profile-summary img {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .concept-page .nojima-profile-bio h3 {
    font-size: clamp(25px, 2vw, 33px);
  }

  .concept-page .nojima-profile-bio p {
    font-size: clamp(16px, 1.15vw, 18px);
  }

  .concept-page .nojima-profile-history {
    padding: 34px clamp(30px, 3.2vw, 46px);
    border: 4px solid var(--ink);
    border-left: 0;
    border-radius: 0 6px 6px 0;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .concept-page .nojima-history-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .concept-page .nojima-history-disclosure summary {
    cursor: default;
  }
}

@media (max-width: 900px) {
  .concept-page .nojima-history-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .concept-page .nojima-history-disclosure {
    overflow: hidden;
    border: 3px solid var(--ink);
    border-radius: 5px;
    background: #fff;
  }

  .concept-page .nojima-history-disclosure summary {
    padding: 16px 18px;
    border-bottom: 0;
    background: #dff8fd;
    cursor: pointer;
  }

  .concept-page .nojima-history-disclosure:nth-child(2) summary {
    border-bottom: 0;
    background: #ffe5f1;
  }

  .concept-page .nojima-history-disclosure ul {
    margin: 0;
    padding: 18px 22px 22px 42px;
    border-top: 3px solid var(--ink);
  }

  .history-summary-icon {
    display: block;
  }
}

@media (max-width: 720px) {
  .back-to-top {
    right: 14px;
    bottom: 86px;
    width: 44px;
    height: 44px;
  }

  .media-lightbox {
    padding: 12px;
  }

  .media-lightbox-panel {
    height: calc(100dvh - 24px);
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .media-lightbox figure {
    padding: 8px;
  }

  .media-lightbox figcaption {
    display: grid;
    gap: 3px;
    font-size: 12px;
  }

  .media-lightbox-nav {
    width: 42px;
  }

  .media-lightbox-close {
    top: 4px;
    right: 4px;
    transform: none;
  }

  body:not(.concept-page):not(.policy-page) .flow-list::before {
    left: 26px;
    width: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-voice-card.is-newly-visible,
  html.motion-ready body:not(.policy-page) .case-card.is-revealed .ba-pair figure img {
    animation: none;
  }

  .price-options-panel,
  .back-to-top,
  .media-lightbox,
  body:not(.concept-page):not(.policy-page) .flow-list::before {
    transition: none;
  }
}

@media print {
  .policy-page {
    background: #fff !important;
    color: #000 !important;
  }

  .policy-page .site-header,
  .policy-page .site-footer,
  .policy-page .nav-toggle,
  .policy-page .policy-hero-character {
    display: none !important;
  }

  .policy-page main,
  .policy-page .section,
  .policy-page .policy-nav,
  .policy-page .policy-document,
  .policy-page .policy-table-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .policy-page .policy-nav {
    margin-bottom: 18pt !important;
  }

  .policy-page .policy-section {
    break-before: page;
  }

  .policy-page .policy-document article,
  .policy-page .policy-table tr {
    break-inside: avoid;
  }

  .policy-page a {
    color: #000 !important;
    text-decoration: underline;
  }
}

/* 2026-08-27: one-time pop scroll interactions for the LP and concept page. */
@media (prefers-reduced-motion: no-preference) {
  html.motion-ready body:not(.policy-page) .scroll-reveal {
    opacity: 0;
  }

  html.motion-ready body:not(.policy-page) .scroll-reveal.is-revealed {
    animation-delay: calc(var(--reveal-step, 0) * 70ms);
    animation-duration: 680ms;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.2, .82, .24, 1);
  }

  html.motion-ready body:not(.policy-page) .scroll-reveal.is-revealed[data-reveal-effect="hero"] {
    animation-name: scroll-hero-arrive;
    animation-duration: 820ms;
  }

  html.motion-ready body:not(.policy-page) .scroll-reveal.is-revealed[data-reveal-effect="rise"] {
    animation-name: scroll-rise;
  }

  html.motion-ready body:not(.policy-page) .scroll-reveal.is-revealed[data-reveal-effect="pop"] {
    animation-name: scroll-pop;
  }

  html.motion-ready body:not(.policy-page) .scroll-reveal.is-revealed[data-reveal-effect="left"] {
    animation-name: scroll-from-left;
  }

  html.motion-ready body:not(.policy-page) .scroll-reveal.is-revealed[data-reveal-effect="right"] {
    animation-name: scroll-from-right;
  }

  html.motion-ready body:not(.policy-page) .scroll-reveal.is-revealed[data-reveal-effect="art"] {
    animation-name: scroll-art-pop;
    animation-duration: 740ms;
  }

  body:not(.policy-page) .section-head.is-revealed .eyebrow,
  body:not(.policy-page) .final-cta > .eyebrow.is-revealed {
    animation: scroll-label-pop 540ms cubic-bezier(.2, .92, .25, 1.18) both;
    animation-delay: 180ms;
  }

  body:not(.policy-page) .faq-list details[open] > p {
    animation: scroll-answer-open 320ms ease both;
  }

  body:not(.policy-page) .checker-result-pop {
    animation: checker-result-arrive 520ms cubic-bezier(.2, .9, .24, 1.12) both;
  }
}

@keyframes scroll-hero-arrive {
  0% {
    opacity: 0;
    translate: 0 28px;
    scale: .97;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes scroll-rise {
  0% {
    opacity: 0;
    translate: 0 30px;
    scale: .985;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes scroll-pop {
  0% {
    opacity: 0;
    translate: 0 24px;
    scale: .9;
    rotate: -1deg;
  }
  68% {
    opacity: 1;
    translate: 0 -3px;
    scale: 1.025;
    rotate: .25deg;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    rotate: 0deg;
  }
}

@keyframes scroll-from-left {
  0% {
    opacity: 0;
    translate: -34px 0;
    scale: .97;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes scroll-from-right {
  0% {
    opacity: 0;
    translate: 34px 0;
    scale: .97;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes scroll-art-pop {
  0% {
    opacity: 0;
    translate: 0 24px;
    scale: .86;
  }
  62% {
    opacity: 1;
    translate: 0 -4px;
    scale: 1.035;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes scroll-label-pop {
  0% {
    opacity: 0;
    translate: 0 5px;
    scale: .84;
  }
  72% {
    opacity: 1;
    translate: 0 -1px;
    scale: 1.08;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes scroll-answer-open {
  0% {
    opacity: 0;
    translate: 0 -8px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes checker-result-arrive {
  0% {
    opacity: .25;
    translate: 0 12px;
    scale: .975;
  }
  70% {
    opacity: 1;
    translate: 0 -2px;
    scale: 1.012;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.policy-page) .scroll-reveal,
  body:not(.policy-page) .scroll-reveal.is-revealed,
  body:not(.policy-page) .checker-result-pop {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    rotate: 0deg;
    animation: none;
  }
}

.hero-symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
  width: min(100%, 960px);
  margin-inline: auto;
}

.hero-symptom-card {
  --symptom-accent: #20c8ed;
  min-width: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 6px;
  background: var(--symptom-accent);
  box-shadow: 6px 6px 0 var(--ink);
}

.hero-symptom-card.symptom-odor {
  --symptom-accent: var(--pink);
}

.hero-symptom-card.symptom-stain {
  --symptom-accent: #75df8b;
}

.hero-symptom-card h3 {
  display: flex;
  min-height: clamp(68px, 6vw, 86px);
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 14px;
  background: var(--symptom-accent);
  color: var(--ink);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}

.hero-symptom-card h3 span {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .hero-symptom-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding-right: 6px;
  }

  .hero-symptom-card {
    display: block;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .hero-symptom-card h3 {
    min-height: 62px;
    padding-block: 10px;
    font-size: clamp(18px, 5.2vw, 22px);
  }
}

/* 2026-08-17: give the early-warning section a clearer visual hierarchy. */
.problem-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-block: 4px solid var(--ink);
  background-color: #20c8ed;
  background-image: radial-gradient(rgba(255, 255, 255, .66) 1.6px, transparent 1.8px);
  background-size: 18px 18px;
}

.problem-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -188px;
  right: clamp(-152px, -8vw, -90px);
  width: clamp(230px, 25vw, 380px);
  aspect-ratio: 1;
  border: 5px solid var(--ink);
  background: var(--pink);
  box-shadow: 12px 12px 0 rgba(16, 16, 20, .18);
  transform: rotate(11deg);
}

.problem-section .section-head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(38px, 4vw, 58px);
}

.problem-section .section-head .eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 8px 13px 7px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
}

.problem-section .section-head h2 {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin-bottom: 24px;
  color: var(--ink);
  text-shadow: 4px 4px 0 #fff;
}

.problem-section .section-head p:not(.eyebrow) {
  width: fit-content;
  max-width: 1040px;
  margin-bottom: 0;
  padding: 13px 18px;
  border-left: 8px solid var(--pink);
  background: #fffdf3;
  color: var(--ink);
  font-weight: 700;
}

.problem-section .problem-grid {
  position: relative;
  z-index: 1;
  counter-reset: problem-item;
  grid-auto-rows: 1fr;
  gap: clamp(20px, 2vw, 28px);
}

.problem-section .problem-grid article {
  --problem-accent: var(--yellow);
  counter-increment: problem-item;
  position: relative;
  min-width: 0;
  min-height: 268px;
  overflow: hidden;
  align-content: start;
  gap: 16px;
  padding: 0 24px 28px;
  border-color: var(--ink);
  background: #fffdf3;
  box-shadow: 8px 8px 0 var(--ink);
}

.problem-section .problem-grid article:nth-child(2) { --problem-accent: var(--pink); }
.problem-section .problem-grid article:nth-child(3) { --problem-accent: #75df8b; }
.problem-section .problem-grid article:nth-child(4) { --problem-accent: var(--yellow); }
.problem-section .problem-grid article:nth-child(5) { --problem-accent: var(--orange); }
.problem-section .problem-grid article:nth-child(6) { --problem-accent: var(--lavender); }

.problem-section .problem-grid article::before {
  content: "CHECK " counter(problem-item, decimal-leading-zero);
  display: block;
  margin: 0 -24px 2px;
  padding: 10px 18px 9px;
  border-bottom: 4px solid var(--ink);
  background: var(--problem-accent);
  color: var(--ink);
  font: 900 14px/1 "Gona B", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif;
}

.problem-section .problem-grid article b {
  display: flex;
  align-items: center;
  min-height: 3.1em;
  padding-bottom: 13px;
  border-bottom: 3px solid var(--problem-accent);
  color: var(--ink);
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.42;
}

.problem-section .problem-grid article span {
  color: #34343a;
}

@media (min-width: 721px) {
  .problem-section .section-head h2 {
    font-size: clamp(42px, 4.25vw, 61px);
    line-height: 1.16;
  }
}

@media (max-width: 1100px) {
  .problem-section .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-section::before {
    opacity: .58;
  }
}

@media (max-width: 720px) {
  .problem-section::before {
    top: -112px;
    right: -104px;
    width: 190px;
  }

  .problem-section .section-head .eyebrow {
    margin-bottom: 16px;
    padding: 7px 10px 6px;
    border-width: 2px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .problem-section .section-head h2 {
    text-shadow: 3px 3px 0 #fff;
  }

  .problem-section .section-head p:not(.eyebrow) {
    padding: 11px 13px;
    border-left-width: 6px;
  }

  .problem-section .problem-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding-right: 8px;
  }

  .problem-section .problem-grid article {
    min-height: 0;
    gap: 12px;
    padding: 0 18px 22px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .problem-section .problem-grid article::before {
    margin-inline: -18px;
    padding: 9px 14px 8px;
    font-size: 12px;
  }

  .problem-section .problem-grid article b {
    min-height: 0;
    padding-bottom: 10px;
    font-size: 21px;
  }
}

/* 2026-08-17: revised dirt checker inputs and threshold-based results. */
.checker-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 20px;
}

.checker-form > * {
  min-width: 0;
}

.checker-fieldset {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.checker-fieldset legend,
.checker-vaseline > span:first-child {
  margin-bottom: 8px;
  padding: 0;
  font-weight: 900;
}

.checker-month-selects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.checker-form .checker-soap-field[hidden] {
  display: none;
}

.checker-form .checker-soap-field {
  grid-column: span 2;
}

.checker-detergent select {
  font-size: 17px;
}

.checker-form:not(.has-soap) .checker-vaseline {
  grid-column: span 3;
}

.checker-vaseline {
  display: grid;
  align-self: stretch;
  align-content: end;
}

.checker-checkline {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  line-height: 1.45;
}

.checker-checkline input {
  flex: 0 0 auto;
  width: 22px;
  min-height: 22px;
  margin: 0;
  accent-color: var(--green);
}

.checker-submit {
  min-height: 56px;
}

.checker-result .result-basis {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 14px 0 16px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.55;
}

.checker-result .result-basis span {
  display: inline-block;
  white-space: nowrap;
}

.checker-result .result-pill.level-low {
  background: #75df8b;
  color: var(--ink);
}

.checker-result .result-pill.level-medium {
  background: var(--yellow);
  color: var(--ink);
}

.checker-result .result-pill.level-high {
  background: var(--orange);
  color: var(--ink);
}

@media (max-width: 1100px) {
  .checker-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checker-form .checker-soap-field,
  .checker-form:not(.has-soap) .checker-vaseline {
    grid-column: auto;
  }

  .checker-form.has-soap .checker-submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .checker-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .checker-form .checker-soap-field,
  .checker-form:not(.has-soap) .checker-vaseline,
  .checker-form.has-soap .checker-submit {
    grid-column: auto;
  }

  .checker-checkline {
    min-height: 52px;
    font-size: 15px;
  }
}

/* 2026-08-17: rebalance the full LP after section additions and reordering. */
body:not(.concept-page):not(.policy-page) main > .section {
  --section-accent: #20c8ed;
}

body:not(.concept-page):not(.policy-page) main > .cases {
  --section-accent: #20c8ed;
  background-color: #fffdf3;
  background-image: radial-gradient(rgba(32, 200, 237, .22) 1.3px, transparent 1.4px);
  background-size: 19px 19px;
}

body:not(.concept-page):not(.policy-page) main > .checker {
  --section-accent: #75df8b;
  background-color: #eefbf5;
  background-image: radial-gradient(rgba(15, 124, 104, .2) 1.3px, transparent 1.4px);
  background-size: 18px 18px;
}

body:not(.concept-page):not(.policy-page) main > .voices {
  --section-accent: var(--pink);
  background-color: #f0fbf7;
  background-image: radial-gradient(rgba(15, 124, 104, .18) 1.3px, transparent 1.4px);
  background-size: 18px 18px;
}

body:not(.concept-page):not(.policy-page) main > .price {
  --section-accent: var(--yellow);
  background-color: #fff9dc;
  background-image: radial-gradient(rgba(15, 124, 104, .16) 1.3px, transparent 1.4px);
  background-size: 18px 18px;
}

body:not(.concept-page):not(.policy-page) main > .consult-signs {
  --section-accent: #20c8ed;
  background-color: #eaf9fc;
  background-image: radial-gradient(rgba(16, 16, 20, .12) 1.2px, transparent 1.3px);
  background-size: 19px 19px;
}

body:not(.concept-page):not(.policy-page) main > .consult-kit {
  --section-accent: var(--yellow);
  background-color: #fffdf3;
  background-image:
    linear-gradient(90deg, rgba(16, 16, 20, .055) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(16, 16, 20, .055) 0 1px, transparent 1px 100%);
  background-size: 30px 30px;
}

body:not(.concept-page):not(.policy-page) main > .anatomy-visual {
  --section-accent: #75df8b;
  background-color: #eafbf4;
  background-image: radial-gradient(rgba(15, 124, 104, .18) 1.3px, transparent 1.4px);
  background-size: 18px 18px;
}

body:not(.concept-page):not(.policy-page) main > .art-statement {
  --section-accent: var(--pink);
  background-color: #fff2f7;
  background-image:
    linear-gradient(90deg, rgba(255, 109, 178, .09) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 109, 178, .09) 0 1px, transparent 1px 100%);
  background-size: 32px 32px;
}

body:not(.concept-page):not(.policy-page) main > .symptom-route {
  --section-accent: var(--yellow);
  background-color: #fff9dc;
  background-image: radial-gradient(rgba(16, 16, 20, .12) 1.2px, transparent 1.3px);
  background-size: 19px 19px;
}

body:not(.concept-page):not(.policy-page) main > #reason {
  --section-accent: #75df8b;
  background-color: #eafbf4;
  background-image: radial-gradient(rgba(15, 124, 104, .16) 1.2px, transparent 1.3px);
  background-size: 20px 20px;
}

body:not(.concept-page):not(.policy-page) main > .services {
  --section-accent: var(--pink);
  background-color: #fffdf3;
  background-image: radial-gradient(rgba(255, 109, 178, .18) 1.2px, transparent 1.3px);
  background-size: 20px 20px;
}

body:not(.concept-page):not(.policy-page) main > .flow {
  --section-accent: #20c8ed;
  background-color: #edf9fc;
  background-image:
    linear-gradient(90deg, rgba(32, 200, 237, .09) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(32, 200, 237, .09) 0 1px, transparent 1px 100%);
  background-size: 32px 32px;
}

body:not(.concept-page):not(.policy-page) main > .area {
  --section-accent: #20c8ed;
  border-block: 4px solid var(--ink);
  background-color: #fff1a8;
  background-image: radial-gradient(rgba(255, 255, 255, .68) 1.5px, transparent 1.6px);
  background-size: 18px 18px;
}

body:not(.concept-page):not(.policy-page) main > .faq {
  --section-accent: #20c8ed;
  background-color: #fffdf3;
  background-image: radial-gradient(rgba(32, 200, 237, .2) 1.25px, transparent 1.35px);
  background-size: 19px 19px;
}

body:not(.concept-page):not(.policy-page) main > .final-cta {
  --section-accent: var(--yellow);
  border-top: 4px solid var(--ink);
  background-color: #20c8ed;
  background-image: radial-gradient(rgba(255, 255, 255, .58) 1.5px, transparent 1.6px);
  background-size: 18px 18px;
}

body:not(.concept-page):not(.policy-page) :is(
  .cases,
  .checker,
  .voices,
  .price,
  .consult-signs,
  .consult-kit,
  .anatomy-visual,
  .symptom-route,
  .services,
  .flow,
  .area,
  .faq
) > .section-head .eyebrow,
body:not(.concept-page):not(.policy-page) #reason .eyebrow,
body:not(.concept-page):not(.policy-page) .art-statement .eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 12px 7px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--section-accent);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
}

body:not(.concept-page):not(.policy-page) :is(
  .cases,
  .checker,
  .voices,
  .price,
  .consult-signs,
  .consult-kit,
  .anatomy-visual,
  .symptom-route,
  .services,
  .flow,
  .area,
  .faq
) > .section-head {
  margin-bottom: clamp(38px, 4vw, 54px);
}

body:not(.concept-page):not(.policy-page) :is(
  .cases,
  .checker,
  .voices,
  .price,
  .consult-signs,
  .consult-kit,
  .anatomy-visual,
  .symptom-route,
  .services,
  .flow,
  .faq
) > .section-head p:not(.eyebrow) {
  max-width: 1120px;
  color: #34343a;
}

body:not(.concept-page):not(.policy-page) .mid-line-cta {
  border-top: 4px solid var(--ink);
  background-color: var(--yellow);
  background-image: radial-gradient(rgba(255, 255, 255, .72) 1.5px, transparent 1.6px);
  background-size: 18px 18px;
  color: var(--ink);
}

body:not(.concept-page):not(.policy-page) .mid-line-cta p:not(.eyebrow) {
  color: #292722;
}

body:not(.concept-page):not(.policy-page) .mid-line-cta .button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff !important;
  box-shadow: 6px 6px 0 #20c8ed;
}

body:not(.concept-page):not(.policy-page) .problem-section {
  border-block: 4px solid var(--ink);
  background-color: #eaf9fc;
  background-image: radial-gradient(rgba(32, 200, 237, .25) 1.35px, transparent 1.5px);
  background-size: 18px 18px;
}

body:not(.concept-page):not(.policy-page) .problem-section::before {
  top: -110px;
  right: -70px;
  width: clamp(170px, 17vw, 250px);
  border-width: 4px;
  box-shadow: 8px 8px 0 rgba(16, 16, 20, .14);
  opacity: .9;
}

body:not(.concept-page):not(.policy-page) .problem-section .section-head h2 {
  max-width: 1080px;
  text-shadow: none;
}

body:not(.concept-page):not(.policy-page) .problem-section .section-head p:not(.eyebrow) {
  border-left-color: #20c8ed;
  background: #fff;
}

body:not(.concept-page):not(.policy-page) .problem-section .problem-grid article {
  min-height: 248px;
  box-shadow: 6px 6px 0 var(--ink);
}

body:not(.concept-page):not(.policy-page) #reason .split > div:first-child {
  padding-left: clamp(18px, 2.2vw, 34px);
  border-left: 9px solid var(--section-accent);
}

body:not(.concept-page):not(.policy-page) #reason .reason-list div {
  border-bottom-width: 2px;
  border-bottom-color: rgba(15, 124, 104, .24);
}

body:not(.concept-page):not(.policy-page) .symptom-grid article,
body:not(.concept-page):not(.policy-page) .service-card,
body:not(.concept-page):not(.policy-page) .flow-list li {
  border-top-width: 10px;
  border-top-color: var(--card-accent, #20c8ed);
}

body:not(.concept-page):not(.policy-page) :is(.symptom-grid, .service-grid, .flow-list) > :nth-child(2) {
  --card-accent: var(--pink);
}

body:not(.concept-page):not(.policy-page) :is(.symptom-grid, .service-grid, .flow-list) > :nth-child(3) {
  --card-accent: #75df8b;
}

body:not(.concept-page):not(.policy-page) :is(.symptom-grid, .service-grid, .flow-list) > :nth-child(4) {
  --card-accent: var(--yellow);
}

body:not(.concept-page):not(.policy-page) .flow-list > :nth-child(5) {
  --card-accent: var(--orange);
}

body:not(.concept-page):not(.policy-page) .flow-list > :nth-child(6) {
  --card-accent: var(--lavender);
}

body:not(.concept-page):not(.policy-page) .area-grid article {
  border-color: var(--ink);
  background: #fffdf3;
  box-shadow: 6px 6px 0 var(--ink);
}

body:not(.concept-page):not(.policy-page) .faq-list details {
  border-left: 10px solid #20c8ed;
  box-shadow: 4px 4px 0 var(--ink);
}

/* Actual LINE screen flow */
.flow-builder-link-row {
  display: flex;
  justify-content: flex-start;
  margin: -4px 0 clamp(24px, 3vw, 36px);
}

.flow-screen-list {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2vw, 28px);
}

.flow-screen-list > li {
  grid-column: auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-top-width: 10px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
}

.flow-screen-list > li:nth-child(4) {
  grid-column: auto;
}

.flow-screen-list > li:nth-child(5) {
  grid-column: auto;
  width: 100%;
}

.flow-screen-visual {
  width: 100%;
  margin: 0;
  padding: clamp(8px, 1vw, 14px);
  border-bottom: 4px solid var(--ink);
  background: color-mix(in srgb, var(--card-accent, #20c8ed) 16%, #fff 84%);
}

.flow-screen-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background: #fff;
}

.flow-screen-list > li > span {
  align-self: flex-start;
  margin: 18px 20px 0;
  padding: 5px 10px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--card-accent, #20c8ed);
  color: var(--ink);
  font-size: 14px;
  line-height: 1;
}

.flow-screen-list > li > b {
  margin: 10px 20px 0;
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.45;
}

.flow-screen-list > li > p {
  margin: 10px 20px 24px;
  color: #34343a;
  line-height: 1.8;
}

.flow-card-link {
  width: fit-content;
  margin-top: 14px;
  line-height: 1.2;
}

.nowrap-tail {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

.flow-after-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 34px;
  padding: 18px 24px;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  box-shadow: 6px 6px 0 var(--ink);
  color: var(--ink);
}

.flow-after-note b {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
}

.flow-after-note span {
  font-family: "Gona B", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
}

.flow-after-note i {
  font-style: normal;
  font-weight: 900;
}

.flow-screen-note {
  margin: 18px 0 0;
  color: #4e4e54;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 721px) {
  .flow-screen-list > li {
    display: grid;
    grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr);
    grid-template-rows: auto auto 1fr;
    gap: 0 clamp(24px, 3vw, 40px);
    align-content: center;
    min-height: 420px;
    padding: clamp(20px, 2.2vw, 28px);
  }

  .flow-screen-list .flow-screen-visual {
    grid-column: 1;
    grid-row: 1 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 380px;
    padding: 8px;
    border: 3px solid var(--ink);
    border-radius: 6px;
  }

  .flow-screen-list .flow-screen-visual img {
    width: 100%;
    height: auto;
    max-height: 100%;
    aspect-ratio: auto;
  }

  .flow-screen-list > li > span {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    margin: 0 0 16px;
  }

  .flow-screen-list > li > b {
    grid-column: 2;
    grid-row: 2;
    margin: 0 0 16px;
    font-size: clamp(23px, 2vw, 29px);
    line-height: 1.45;
  }

  .flow-screen-list > li > p {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    margin: 0;
    font-size: clamp(18px, 1.45vw, 21px);
    line-height: 1.8;
  }

  .flow-screen-list > li:nth-child(even) {
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
  }

  .flow-screen-list > li:nth-child(even) .flow-screen-visual {
    grid-column: 2;
  }

  .flow-screen-list > li:nth-child(even) > span,
  .flow-screen-list > li:nth-child(even) > b,
  .flow-screen-list > li:nth-child(even) > p {
    grid-column: 1;
  }
}

@media (max-width: 960px) {
  .flow-screen-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .flow-screen-list > li,
  .flow-screen-list > li:nth-child(4),
  .flow-screen-list > li:nth-child(5) {
    grid-column: auto;
  }

  .flow-screen-list > li:nth-child(5) {
    grid-column: auto;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .flow-builder-link-row .button {
    width: 100%;
  }

  .flow-card-link {
    width: 100%;
  }

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

  .flow-screen-list > li,
  .flow-screen-list > li:nth-child(5) {
    grid-column: auto;
    width: 100%;
  }

  .flow-screen-list > li > span {
    margin: 16px 18px 0;
  }

  .flow-screen-list > li > b {
    margin: 9px 18px 0;
    font-size: 22px;
  }

  .flow-screen-list > li > p {
    margin: 9px 18px 21px;
  }

  .flow-after-note {
    flex-direction: column;
    padding: 18px;
  }

  .flow-after-note i {
    transform: rotate(90deg);
  }
}

body:not(.concept-page):not(.policy-page) .faq-list details:nth-child(3n + 2) {
  border-left-color: var(--pink);
}

body:not(.concept-page):not(.policy-page) .faq-list details:nth-child(3n) {
  border-left-color: #75df8b;
}

body:not(.concept-page):not(.policy-page) .final-cta > p:not(.eyebrow) {
  color: #1e2527;
}

body:not(.concept-page):not(.policy-page) .final-cta > .eyebrow {
  display: inline-flex;
  padding: 8px 12px 7px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
}

body:not(.concept-page):not(.policy-page) .final-cta .line-card {
  background: #075747;
  color: #fff;
}

body:not(.concept-page):not(.policy-page) .final-cta .line-card.instagram {
  background: var(--ink);
  color: #fff;
}

@media (min-width: 721px) {
  body:not(.concept-page):not(.policy-page) main > .section:not(.hero-symptoms) {
    padding-block: clamp(80px, 7vw, 108px);
  }

  body:not(.concept-page):not(.policy-page) main > :is(.quick-cta, .mid-line-cta, .area) {
    padding-block: clamp(66px, 5.5vw, 82px);
  }

  body:not(.concept-page):not(.policy-page) .problem-section .section-head h2 {
    font-size: clamp(40px, 3.8vw, 54px);
  }
}

@media (max-width: 720px) {
  body:not(.concept-page):not(.policy-page) :is(
    .cases,
    .checker,
    .voices,
    .price,
    .consult-signs,
    .consult-kit,
    .anatomy-visual,
    .symptom-route,
    .services,
    .flow,
    .area,
    .faq
  ) > .section-head .eyebrow,
  body:not(.concept-page):not(.policy-page) #reason .eyebrow,
  body:not(.concept-page):not(.policy-page) .art-statement .eyebrow,
  body:not(.concept-page):not(.policy-page) .final-cta > .eyebrow {
    padding: 7px 10px 6px;
    border-width: 2px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  body:not(.concept-page):not(.policy-page) .problem-section::before {
    top: -72px;
    right: -76px;
    width: 150px;
    opacity: .72;
  }

  body:not(.concept-page):not(.policy-page) .problem-section .problem-grid article {
    min-height: 0;
  }

  body:not(.concept-page):not(.policy-page) #reason .split > div:first-child {
    padding-left: 16px;
    border-left-width: 7px;
  }

  body:not(.concept-page):not(.policy-page) .faq-list details {
    border-left-width: 7px;
    box-shadow: 3px 3px 0 var(--ink);
  }
}

/* 2026-08-17: rebalance the KADEN RE:VIVE band around the supplied key art. */
body:not(.concept-page):not(.policy-page) .concept-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-block: 5px solid var(--ink);
  background:
    linear-gradient(132deg, #20c8ed 0 17%, transparent 17%),
    linear-gradient(312deg, #ff6aa9 0 11%, transparent 11%),
    #101014;
  color: #fff;
}

body:not(.concept-page):not(.policy-page) .concept-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  right: -72px;
  width: clamp(190px, 19vw, 300px);
  aspect-ratio: 4 / 1;
  border: 4px solid var(--ink);
  background: var(--yellow);
  transform: rotate(8deg);
}

body:not(.concept-page):not(.policy-page) .concept-band > .concept-band-layout {
  display: grid;
  width: 100%;
  max-width: 1480px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  margin-inline: auto;
}

.concept-band-copy {
  min-width: 0;
}

body:not(.concept-page):not(.policy-page) .concept-band .concept-logo-panel {
  width: min(480px, 100%);
  margin-bottom: 34px;
  padding: clamp(16px, 2vw, 24px);
  background: linear-gradient(135deg, #20c8ed 0 64%, #ff6aa9 64% 100%);
  box-shadow: 9px 9px 0 var(--yellow);
}

.concept-band-kicker,
.concept-visual-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px 6px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink) !important;
  box-shadow: 4px 4px 0 #fff;
  font-size: 13px !important;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body:not(.concept-page):not(.policy-page) .concept-band h2 {
  max-width: 760px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.28;
}

body:not(.concept-page):not(.policy-page) .concept-band-copy > p:not(.concept-band-kicker) {
  max-width: 780px;
  margin-bottom: 0;
  color: #f5f5f5;
}

body:not(.concept-page):not(.policy-page) .concept-band .revive-points {
  gap: 12px;
  margin-top: 30px;
}

body:not(.concept-page):not(.policy-page) .concept-band .revive-points span {
  border-color: var(--ink);
  box-shadow: 4px 4px 0 #fff;
}

body:not(.concept-page):not(.policy-page) .concept-band .revive-points span:nth-child(1) {
  background: #20c8ed;
}

body:not(.concept-page):not(.policy-page) .concept-band .revive-points span:nth-child(2) {
  background: var(--yellow);
}

body:not(.concept-page):not(.policy-page) .concept-band .revive-points span:nth-child(3) {
  background: var(--pink);
}

body:not(.concept-page):not(.policy-page) .concept-band .revive-points span:nth-child(4) {
  background: #75df8b;
}

body:not(.concept-page):not(.policy-page) .concept-band .concept-link-button {
  margin-top: 24px;
  box-shadow: 6px 6px 0 #20c8ed;
}

.concept-band-visual {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  min-height: 540px;
  align-items: center;
  justify-items: center;
  margin: 0;
  padding: clamp(38px, 4vw, 58px) clamp(22px, 3vw, 42px) 28px;
  border: 5px solid var(--ink);
  border-radius: 8px;
  background-color: #20c8ed;
  background-image: radial-gradient(rgba(255, 255, 255, .72) 1.6px, transparent 1.8px);
  background-size: 18px 18px;
  box-shadow: 12px 12px 0 var(--yellow);
  transform: rotate(1deg);
}

.concept-visual-label {
  position: static;
  z-index: 1;
  justify-self: start;
  margin-bottom: 10px;
  box-shadow: 4px 4px 0 var(--ink);
}

body:not(.concept-page):not(.policy-page) .concept-band .revive-emblem {
  float: none;
  width: min(100%, 540px);
  max-height: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(8px 10px 0 rgba(16, 16, 20, .22));
  transform: rotate(-1deg);
}

@media (max-width: 1040px) {
  body:not(.concept-page):not(.policy-page) .concept-band > .concept-band-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
  }

  .concept-band-visual {
    width: min(620px, 100%);
    min-height: 0;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  body:not(.concept-page):not(.policy-page) .concept-band {
    background:
      linear-gradient(138deg, #20c8ed 0 10%, transparent 10%),
      linear-gradient(318deg, #ff6aa9 0 7%, transparent 7%),
      #101014;
  }

  body:not(.concept-page):not(.policy-page) .concept-band::before {
    top: 20px;
    right: -94px;
    width: 190px;
  }

  body:not(.concept-page):not(.policy-page) .concept-band .concept-logo-panel {
    margin-bottom: 30px;
    box-shadow: 7px 7px 0 var(--yellow);
  }

  body:not(.concept-page):not(.policy-page) .concept-band h2 {
    margin-top: 16px;
    font-size: 36px;
  }

  body:not(.concept-page):not(.policy-page) .concept-band .revive-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body:not(.concept-page):not(.policy-page) .concept-band .revive-points span {
    justify-content: center;
    padding-inline: 8px;
    font-size: 14px;
    text-align: center;
  }

  body:not(.concept-page):not(.policy-page) .concept-band .concept-link-button {
    width: 100%;
  }

  .concept-band-visual {
    padding: 38px 12px 18px;
    border-width: 4px;
    box-shadow: 8px 8px 0 var(--yellow);
  }

  .concept-visual-label {
    font-size: 11px !important;
  }
}

/* 2026-08-17: integrate the client-supplied KADEN RE:VIVE artwork. */
.checker-result .result-character {
  display: block;
  width: min(160px, 100%);
  aspect-ratio: 1;
  margin-top: 8px;
  object-fit: contain;
  filter: drop-shadow(5px 6px 0 rgba(16, 16, 20, .18));
}

body:not(.concept-page):not(.policy-page) .mid-line-cta {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 350px) auto;
  grid-template-areas: "copy art action";
}

.mid-line-cta-copy {
  grid-area: copy;
  min-width: 0;
}

.mid-line-cta-visual {
  grid-area: art;
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  padding: 10px;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(-1deg);
}

.mid-line-cta-visual img {
  display: block;
  width: 100%;
  max-height: 190px;
  object-fit: contain;
}

body:not(.concept-page):not(.policy-page) .mid-line-cta .cta-row {
  grid-area: action;
}

.art-statement .art-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
}

.service-card {
  display: grid;
  grid-template-rows: auto 162px auto 1fr;
  align-content: start;
}

.service-card.quiet {
  opacity: 1;
}

.service-card .service-kicker {
  margin-bottom: 18px;
}

.service-card-art {
  display: block;
  width: 100%;
  height: 162px;
  margin-bottom: 20px;
  padding: 10px;
  border: 3px solid var(--ink);
  border-radius: 6px;
  background: #e8faff;
  object-fit: contain;
}

.service-title-line {
  display: inline-block;
  white-space: nowrap;
}

.service-title-line + .service-title-line {
  margin-left: .22em;
}

.service-card:nth-child(2) .service-card-art {
  background: #fffdf1;
}

.service-card:nth-child(3) .service-card-art {
  background: #fff200;
}

.service-card:nth-child(4) .service-card-art {
  background: #ffeff6;
}

.area-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
}

.area-showcase .area-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.area-showcase .area-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 2.6vw, 38px);
}

.area-card-kicker {
  align-self: flex-start;
  padding: 5px 9px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #20c8ed;
  color: var(--ink);
  font-family: "Gona B", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.area-card h3 {
  margin: 16px 0 10px;
}

.area-card p {
  margin: 0;
}

.area-card-cta {
  width: 100%;
  margin-top: clamp(22px, 2.5vw, 32px);
}

.area-visual {
  display: grid;
  place-items: center;
  margin: 0;
  padding: clamp(16px, 2vw, 26px);
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #20c8ed;
  box-shadow: 9px 9px 0 var(--ink);
  transform: rotate(1deg);
}

.area-visual img {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}

.concept-page .concept-poster-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  object-position: center;
}

.provided-art-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}

.provided-art-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
  place-items: center;
  margin: 0;
  padding: clamp(10px, 1.5vw, 18px);
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}

.provided-art-card img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.provided-art-card.art-washer {
  background: #fffdf1;
}

.provided-art-card.art-spray {
  background: var(--yellow);
}

.provided-art-card.art-tool {
  background: #20c8ed;
}

.provided-art-card.art-booking {
  background: #ffeff6;
}

.provided-art-card.art-result {
  background: var(--yellow);
}

.provided-art-card.art-car {
  background: #20c8ed;
}

.attitude-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  width: min(300px, 72%);
  aspect-ratio: 1;
  place-items: center;
  margin: 34px auto 0;
  padding: 16px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 8px 8px 0 var(--ink);
}

.attitude-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.policy-hero img.policy-hero-character {
  aspect-ratio: 1;
  padding: clamp(12px, 2vw, 22px);
  border-radius: 8px;
  background: var(--yellow);
  object-fit: contain;
}

@media (max-width: 1180px) {
  body:not(.concept-page):not(.policy-page) .mid-line-cta {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 330px);
    grid-template-areas:
      "copy art"
      "action art";
  }

  body:not(.concept-page):not(.policy-page) .mid-line-cta .cta-row {
    justify-content: flex-start;
  }

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

@media (max-width: 960px) {
  body:not(.concept-page):not(.policy-page) .mid-line-cta {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "art"
      "action";
  }

  .mid-line-cta-visual {
    width: min(560px, 100%);
  }

  .area-showcase {
    grid-template-columns: 1fr;
  }

  .area-visual {
    width: min(560px, 100%);
  }

  .provided-art-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .provided-art-card,
  .provided-art-card.art-washer,
  .provided-art-card.art-spray,
  .provided-art-card.art-tool,
  .provided-art-card.art-booking,
  .provided-art-card.art-result,
  .provided-art-card.art-car {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .provided-art-card.art-washer,
  .provided-art-card.art-car {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .checker-result .result-character {
    width: 124px;
  }

  .service-grid,
  .area-showcase .area-grid,
  .provided-art-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .area-showcase .area-card {
    padding: 24px;
  }

  .service-card {
    grid-template-rows: auto 176px auto 1fr;
  }

  .service-card-art {
    height: 176px;
  }

  .provided-art-card,
  .provided-art-card.art-washer,
  .provided-art-card.art-spray,
  .provided-art-card.art-tool,
  .provided-art-card.art-booking,
  .provided-art-card.art-result,
  .provided-art-card.art-car {
    min-height: 210px;
  }

  .provided-art-card.art-washer,
  .provided-art-card.art-car {
    min-height: 380px;
  }

  .attitude-visual {
    width: min(250px, 80%);
  }
}

/* 2026-08-18: give the supplied service artwork room to be appreciated in full. */
body:not(.concept-page):not(.policy-page) .services .service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
}

body:not(.concept-page):not(.policy-page) .services .service-card {
  grid-template-rows: auto 340px auto 1fr;
  min-height: 0;
  padding: clamp(26px, 2.4vw, 36px);
}

body:not(.concept-page):not(.policy-page) .services .service-card-art {
  height: 340px;
  margin-bottom: 28px;
  padding: clamp(14px, 1.7vw, 24px);
}

body:not(.concept-page):not(.policy-page) .services .service-card h3 {
  margin-bottom: 16px;
  font-size: clamp(26px, 2.25vw, 34px);
  line-height: 1.45;
}

body:not(.concept-page):not(.policy-page) .services .service-card > p:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  body:not(.concept-page):not(.policy-page) .services .service-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.concept-page):not(.policy-page) .services .service-card {
    grid-template-rows: auto 300px auto 1fr;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card-art {
    height: 300px;
  }
}

@media (max-width: 720px) {
  body:not(.concept-page):not(.policy-page) .services .service-card {
    grid-template-rows: auto 240px auto 1fr;
    padding: 24px;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card-art {
    height: 240px;
    margin-bottom: 22px;
    padding: 12px;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card h3 {
    font-size: 25px;
  }
}

/* 2026-08-19: one continuous visual stage for the hero and symptom prompt. */
.hero-symptom-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 4px solid var(--ink);
  background-color: #20c8ed;
}

.hero-symptom-stage > .hero-question-field {
  z-index: 0;
}

.hero-symptom-stage > .hero-dry {
  position: relative;
  z-index: 1;
  background: transparent;
  overflow: visible;
}

/* 2026-08-21: scattered symptom bubbles, collapsible prices, and supplied consultation art. */
.hero-symptom-field {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-dry .hero-copy {
  z-index: 3;
}

.hero-symptom-bubble {
  position: absolute;
  display: grid;
  box-sizing: border-box;
  width: clamp(170px, 14vw, 210px);
  aspect-ratio: 171 / 202;
  place-items: center;
  margin: 0;
  padding: clamp(18px, 1.8vw, 26px);
  background: url("../images/hero-bubble-puff.png") center / 100% 100% no-repeat;
  filter: drop-shadow(5px 6px 0 rgba(16, 16, 20, .2));
}

.hero-symptom-bubble h3 {
  display: flex;
  width: 76%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.35;
  text-align: center;
  word-break: keep-all;
}

.hero-symptom-bubble h3 span {
  display: block;
  white-space: nowrap;
}

.hero-symptom-bubble.symptom-dry {
  top: 5%;
  left: 6%;
  transform: rotate(-7deg);
}

.hero-symptom-bubble.symptom-odor {
  top: 8%;
  right: 6%;
  width: clamp(156px, 12.5vw, 188px);
  transform: rotate(8deg);
}

.hero-symptom-bubble.symptom-stain {
  right: 5%;
  bottom: 2%;
  width: clamp(178px, 14.5vw, 218px);
  transform: rotate(-5deg);
}

.price-options-toggle {
  display: flex;
  width: min(100%, 600px);
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 24px auto 0;
  padding: 13px 22px;
  border: 3px solid var(--ink);
  border-radius: 6px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.price-options-toggle:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--ink);
}

.price-options-toggle:focus-visible {
  outline: 4px solid #00a982;
  outline-offset: 4px;
}

.price-options-toggle-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: #fff;
}

.price-options-toggle-icon::before,
.price-options-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 3px;
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.price-options-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity .2s ease;
}

.price-options-toggle[aria-expanded="true"] .price-options-toggle-icon::after {
  opacity: 0;
}

.price-options-panel {
  margin-top: 30px;
}

.price-options-panel[hidden] {
  display: none;
}

.price-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.concept-band .concept-link-button {
  margin-top: 28px;
}

.consult-sign-grid article {
  padding: 18px;
}

.consult-sign-icon {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 721px) and (max-width: 1080px) {
  .hero-symptom-bubble {
    width: 145px;
  }

  .hero-symptom-bubble.symptom-odor {
    width: 138px;
  }

  .hero-symptom-bubble.symptom-stain {
    right: 7%;
    width: 152px;
  }

  .hero-symptom-bubble h3 {
    font-size: 15px;
  }
}

@media (max-width: 720px) {
  .hero-symptom-bubble {
    width: clamp(98px, 27vw, 116px);
    padding: 9px;
    filter: drop-shadow(3px 4px 0 rgba(16, 16, 20, .18));
  }

  .hero-symptom-bubble.symptom-dry {
    top: 3%;
    left: 5%;
  }

  .hero-symptom-bubble.symptom-odor {
    top: 8%;
    right: 5%;
    width: clamp(92px, 25vw, 108px);
  }

  .hero-symptom-bubble.symptom-stain {
    right: 8%;
    bottom: 2%;
    width: clamp(104px, 29vw, 124px);
  }

  .hero-symptom-bubble h3 {
    font-size: clamp(11px, 3.25vw, 14px);
    line-height: 1.3;
  }

  .price-options-toggle {
    width: calc(100% - 6px);
    min-height: 58px;
    padding-inline: 14px;
  }

  .price-options-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .consult-sign-grid article {
    padding: 16px;
  }
}

/* 2026-08-23: scatter the cloud-edged symptom cards around the hero copy. */
.hero-dry {
  gap: 0;
}

.hero-symptom-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.hero-symptom-card,
.hero-symptom-card.symptom-odor,
.hero-symptom-card.symptom-stain {
  --symptom-accent: #fff;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 210'%3E%3Cpath d='M44 143C17 139 13 108 37 94C21 70 42 43 70 48C72 20 109 8 128 32C147 7 190 14 198 43C225 25 257 42 258 72C287 69 304 99 287 121C304 147 274 172 248 159C236 187 197 191 177 168C157 194 116 188 105 160C79 180 43 168 44 143Z' fill='%23fff' fill-opacity='.84' stroke='%23101014' stroke-opacity='.78' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  box-shadow: none;
  position: absolute;
  width: clamp(250px, 20vw, 300px);
}

.hero-symptom-card:nth-child(1) {
  top: 34%;
  left: 8px;
  width: clamp(245px, 19vw, 285px);
  transform: rotate(-5deg);
}

.hero-symptom-card:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 210'%3E%3Cpath d='M37 132C10 122 19 88 45 82C34 52 62 31 88 45C101 15 142 12 158 40C181 13 225 23 227 58C260 41 293 66 284 97C307 113 297 147 269 151C253 181 214 185 194 159C171 187 128 181 117 153C87 176 48 163 37 132Z' fill='%23fff' fill-opacity='.84' stroke='%23101014' stroke-opacity='.78' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E");
  top: 12%;
  right: clamp(24px, 3.5vw, 54px);
  width: clamp(230px, 18vw, 270px);
  transform: rotate(5deg);
}

.hero-symptom-card:nth-child(3) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 210'%3E%3Cpath d='M48 150C18 148 10 115 35 98C16 72 39 42 69 49C76 17 117 10 135 38C154 11 196 16 205 47C232 24 271 44 268 78C299 81 308 118 284 135C292 165 257 181 234 163C216 190 174 191 156 164C132 190 91 181 82 153C68 164 53 160 48 150Z' fill='%23fff' fill-opacity='.84' stroke='%23101014' stroke-opacity='.78' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: clamp(20px, 3vw, 46px);
  bottom: 3%;
  width: clamp(225px, 18vw, 270px);
  transform: rotate(-4deg);
}

.hero-symptom-card h3 {
  min-height: 178px;
  padding: 28px 34px 36px;
  border-radius: 0;
  background: transparent;
  color: rgba(16, 16, 20, .78);
  font-size: clamp(26px, 2.2vw, 30px);
  line-height: 1.3;
}

.hero-symptom-card h3 span {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 721px) and (max-width: 1080px) {
  .hero-symptom-card:nth-child(1) {
    top: 16%;
    left: 1.5%;
    width: clamp(190px, 25vw, 220px);
  }

  .hero-symptom-card:nth-child(2) {
    top: 14%;
    right: 1.5%;
    width: clamp(180px, 23vw, 210px);
  }

  .hero-symptom-card:nth-child(3) {
    right: 2%;
    bottom: 13%;
    width: clamp(200px, 26vw, 230px);
  }

  .hero-symptom-card h3 {
    min-height: 138px;
    padding: 22px 24px 30px;
    font-size: clamp(21px, 2.4vw, 25px);
  }
}

@media (max-width: 720px) {
  .hero-dry {
    gap: 0;
  }

  .hero-symptom-grid {
    width: 100%;
    height: 100%;
  }

  .hero-symptom-card {
    width: 154px;
  }

  .hero-symptom-card:nth-child(1) {
    top: 18%;
    left: 2%;
    width: 154px;
    transform: rotate(-6deg);
  }

  .hero-symptom-card:nth-child(2) {
    top: 22%;
    right: -1%;
    width: 146px;
    transform: rotate(6deg);
  }

  .hero-symptom-card:nth-child(3) {
    right: 2%;
    bottom: 17%;
    width: 164px;
    transform: rotate(-5deg);
  }

  .hero-symptom-card h3 {
    min-height: 108px;
    padding: 18px 18px 24px;
    font-size: clamp(16px, 4.5vw, 18px);
  }
}

/* 2026-08-21: portrait service photography with balanced card copy. */
body:not(.concept-page):not(.policy-page) .services .service-card {
  display: grid;
  grid-template-columns: minmax(225px, .88fr) minmax(285px, 1.12fr);
  grid-template-rows: auto auto 1fr;
  gap: 0 clamp(20px, 1.7vw, 24px);
  align-content: center;
  min-height: 410px;
  padding: clamp(22px, 1.8vw, 26px);
}

body:not(.concept-page):not(.policy-page) .services .service-card .service-kicker,
body:not(.concept-page):not(.policy-page) .services .service-card h3,
body:not(.concept-page):not(.policy-page) .services .service-card > p:last-child {
  grid-column: 2;
}

body:not(.concept-page):not(.policy-page) .services .service-card .service-kicker {
  grid-row: 1;
  margin: 0 0 14px;
}

body:not(.concept-page):not(.policy-page) .services .service-card-art {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: stretch;
  width: 100%;
  height: 380px;
  margin: 0;
  padding: 8px;
  border: 3px solid var(--ink);
  border-radius: 6px;
  background-color: #f7fbf9;
  object-fit: contain;
  object-position: center;
}

body:not(.concept-page):not(.policy-page) .services .service-card h3 {
  grid-row: 2;
  margin: 0 0 14px;
  font-size: clamp(23px, 1.75vw, 29px);
  line-height: 1.4;
}

body:not(.concept-page):not(.policy-page) .services .service-card > p:last-child {
  grid-row: 3;
  align-self: start;
  margin: 0;
}

body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) .service-card-art {
  grid-column: 2;
}

body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) {
  grid-template-columns: minmax(285px, 1.12fr) minmax(225px, .88fr);
}

body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) .service-kicker,
body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) h3,
body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) > p:last-child {
  grid-column: 1;
}

body:not(.concept-page):not(.policy-page) .services .service-title-line {
  display: block;
  white-space: normal;
}

body:not(.concept-page):not(.policy-page) .services .service-title-line + .service-title-line {
  margin-left: 0;
}

body:not(.concept-page):not(.policy-page) .services .service-copy-phrase {
  display: inline-block;
}

body:not(.concept-page):not(.policy-page) .services .service-title-phrase {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  body:not(.concept-page):not(.policy-page) .services .service-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.concept-page):not(.policy-page) .services .service-card {
    grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
  }

  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr);
  }

  body:not(.concept-page):not(.policy-page) .services .service-card-art {
    height: 390px;
  }
}

@media (max-width: 720px) {
  body:not(.concept-page):not(.policy-page) .services .service-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto 1fr;
    gap: 0;
    min-height: 0;
    padding: 22px;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.concept-page):not(.policy-page) .services .service-card .service-kicker,
  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) .service-kicker {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 14px;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card-art,
  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) .service-card-art {
    grid-column: 1;
    grid-row: 2;
    height: clamp(350px, 105vw, 410px);
    margin-bottom: 20px;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card h3,
  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) h3 {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 12px;
    font-size: 25px;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card > p:last-child,
  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) > p:last-child {
    grid-column: 1;
    grid-row: 4;
  }
}

/* 2026-08-27: final presentation polish for natural wrapping and narrow screens. */
.section-head h2,
.price-block-head h3,
.service-card h3,
.flow-card h3,
.case-card h3,
.policy-document h3 {
  text-wrap: balance;
}

.price-block-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 .28em;
}

.price-block-title > span {
  white-space: nowrap;
}

@supports (word-break: auto-phrase) {
  .section-head h2,
  .price-block-head h3,
  .service-card h3,
  .flow-card h3,
  .case-card h3,
  .policy-document h3 {
    word-break: auto-phrase;
  }
}

@media (max-width: 720px) {
  .hero-symptom-card:nth-child(2) {
    right: 2%;
  }
}

@media (max-width: 360px) {
  .price-block-head h3 {
    font-size: 24px;
    line-height: 1.35;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card h3,
  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) h3 {
    font-size: 23px;
    line-height: 1.4;
  }

  .policy-document h3 {
    font-size: 19px;
  }

  .concept-page .concept-hero .concept-title {
    font-size: 10.4vw;
  }

  .concept-page .concept-intro h2,
  .concept-page .concept-process .section-head h2,
  .concept-page .culture-copy h2,
  .concept-page .art-world .section-head h2,
  .concept-page .attitude-lead h2,
  .concept-page .nojima-profile .section-head h2,
  .concept-page .concept-final h2 {
    font-size: 8.45vw;
  }
}

/* Final precedence layer for the complete polish components. */
@media (min-width: 901px) {
  .concept-page .nojima-profile-card {
    display: grid;
    width: min(100%, 1280px);
    max-width: 1280px;
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
    align-items: start;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .concept-page .nojima-profile-summary {
    position: sticky;
    top: 112px;
    align-self: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin: 0;
    padding: 30px;
    border: 4px solid var(--ink);
    border-radius: 6px 0 0 6px;
    background: #fff;
    box-shadow: 8px 8px 0 #20c8ed;
  }

  .concept-page .nojima-profile-summary img {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .concept-page .nojima-profile-bio h3 {
    font-size: clamp(25px, 2vw, 33px);
  }

  .concept-page .nojima-profile-bio p {
    font-size: clamp(16px, 1.15vw, 18px);
  }

  .concept-page .nojima-profile-history {
    margin: 0;
    padding: 34px clamp(30px, 3.2vw, 46px);
    border: 4px solid var(--ink);
    border-left: 0;
    border-radius: 0 6px 6px 0;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .concept-page .nojima-history-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }
}

@media print {
  .policy-page .site-header,
  .policy-page .site-footer,
  .policy-page .nav-toggle,
  .policy-page .policy-hero-character {
    display: none !important;
  }

  .policy-page main,
  .policy-page .section,
  .policy-page .policy-nav,
  .policy-page .policy-document,
  .policy-page .policy-table-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .policy-page .policy-section {
    break-before: page;
  }

  .policy-page .policy-document article,
  .policy-page .policy-table tr {
    break-inside: avoid;
  }
}

.policy-page .policy-section {
  scroll-margin-top: 96px;
}

.policy-page #privacy {
  --policy-accent: #20c8ed;
}

.policy-page #commerce {
  --policy-accent: #ff6aa9;
}

.policy-page #cancel {
  --policy-accent: #00a982;
}

.policy-page .policy-section > .section-head {
  padding-left: clamp(16px, 2vw, 26px);
  border-left: 8px solid var(--policy-accent);
}

@media (max-width: 720px) {
  .policy-page .policy-section > .section-head {
    padding-left: 14px;
    border-left-width: 6px;
  }
}

/* 2026-08-27: conversion and evidence layer. */
.case-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  padding: 0 5px 4px 0;
  border-bottom: 3px solid var(--green);
  color: var(--green-dark);
  font-weight: 900;
}

.hero-title {
  padding-bottom: .12em;
}

.case-detail-link::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.case-detail-link:hover::after,
.case-detail-link:focus-visible::after {
  transform: translateX(4px) rotate(45deg);
}

.story-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 30px;
}

.story-filter button {
  min-height: 44px;
  padding: 9px 17px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.story-filter button::after {
  content: attr(data-count);
  display: inline-grid;
  place-items: center;
  min-width: 25px;
  height: 22px;
  margin-left: 8px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(16, 16, 20, .1);
  font-size: 11px;
}

.story-filter button:hover,
.story-filter button:focus-visible {
  transform: translateY(-2px);
}

.story-filter button.is-active {
  background: var(--ink);
  color: #fff;
}

.story-filter button.is-active::after {
  background: var(--yellow);
  color: var(--ink);
}

.line-diagnosis {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(var(--green) 1.5px, transparent 1.5px),
    linear-gradient(135deg, #dff8ff 0 66%, #fffdf1 66% 100%);
  background-size: 18px 18px, auto;
}

.line-diagnosis > .section-head,
.diagnosis-shell {
  position: relative;
  z-index: 2;
}

.line-diagnosis > .section-head {
  max-width: 1080px;
}

.consult-art-motifs {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.consult-art-motifs img {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  opacity: .12;
}

.consult-art-motifs .motif-washer {
  top: 9%;
  right: 3%;
  width: min(22vw, 300px);
  transform: rotate(5deg);
}

.consult-art-motifs .motif-spray {
  right: 8%;
  bottom: 5%;
  width: min(12vw, 145px);
  transform: rotate(-11deg);
}

.consult-art-motifs .motif-tool {
  left: 3%;
  bottom: 4%;
  width: min(8vw, 92px);
  transform: rotate(15deg);
}

.diagnosis-shell {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.diagnosis-progress {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.diagnosis-progress li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-block: 3px solid var(--ink);
  background: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 900;
}

.diagnosis-progress li:first-child {
  border-left: 3px solid var(--ink);
  border-radius: 999px 0 0 999px;
}

.diagnosis-progress li:last-child {
  border-right: 3px solid var(--ink);
  border-radius: 0 999px 999px 0;
}

.diagnosis-progress li + li {
  border-left: 2px solid var(--ink);
}

.diagnosis-progress span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #fff;
}

.diagnosis-progress .is-current {
  background: var(--yellow);
}

.diagnosis-progress .is-complete {
  background: #b8f1df;
}

.diagnosis-form {
  min-height: 430px;
}

.diagnosis-step,
.diagnosis-result {
  margin: 0;
  padding: clamp(24px, 4vw, 48px);
  border: 4px solid var(--ink);
  border-radius: 7px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 9px 9px 0 var(--ink);
}

.diagnosis-step[hidden],
.diagnosis-result[hidden] {
  display: none;
}

.diagnosis-step legend {
  width: 100%;
  margin: 0 0 26px;
  padding: 0;
  font-size: clamp(24px, 3vw, 35px);
  line-height: 1.35;
  font-weight: 900;
  text-wrap: balance;
}

.diagnosis-choice-grid {
  display: grid;
  gap: 14px;
}

.diagnosis-choice-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.diagnosis-choice-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.diagnosis-choice-grid.symptoms {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.diagnosis-choice-grid.four,
.diagnosis-choice-grid.services {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.diagnosis-choice-grid.aircon-types {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.diagnosis-choice-grid label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.diagnosis-choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.diagnosis-choice-grid label > span {
  display: grid;
  place-content: center;
  min-height: 94px;
  padding: 16px;
  border: 3px solid var(--ink);
  border-radius: 7px;
  background: #fffdf1;
  text-align: center;
  font-weight: 800;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.diagnosis-choice-grid label:hover > span {
  transform: translateY(-2px);
}

.diagnosis-choice-grid input:focus-visible + span {
  outline: 4px solid #1976d2;
  outline-offset: 3px;
}

.diagnosis-choice-grid input:checked + span {
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
}

.diagnosis-choice-grid b {
  font-size: 22px;
}

.diagnosis-choice-grid small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.diagnosis-question-number {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  min-height: 36px;
  margin-right: 12px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-size: 15px;
  vertical-align: .25em;
}

.diagnosis-step-lead {
  max-width: 850px;
  margin: -10px 0 22px;
  color: var(--muted);
  font-weight: 700;
}

.diagnosis-field-grid,
.diagnosis-address-layout {
  display: grid;
  gap: 20px;
}

.diagnosis-field-grid.two,
.diagnosis-address-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.diagnosis-field,
.appointment-candidate label {
  display: grid;
  gap: 8px;
  min-width: 0;
  font-weight: 900;
}

.diagnosis-field input,
.diagnosis-field textarea,
.appointment-candidate input,
.appointment-candidate select {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 12px 14px;
  border: 3px solid var(--ink);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: 700 16px/1.55 "M PLUS Rounded 1c", sans-serif;
}

.diagnosis-field textarea {
  min-height: 108px;
  resize: vertical;
}

.diagnosis-field input:focus-visible,
.diagnosis-field textarea:focus-visible,
.appointment-candidate input:focus-visible,
.appointment-candidate select:focus-visible {
  outline: 4px solid #1976d2;
  outline-offset: 3px;
}

.appointment-candidate select:disabled {
  cursor: not-allowed;
  color: #696969;
  background: #eee;
}

.diagnosis-detail {
  margin-top: 24px;
  padding: 22px;
  border: 3px solid var(--ink);
  border-left: 12px solid var(--pink);
  background: #f6fcff;
}

.diagnosis-detail[hidden] {
  display: none;
}

.diagnosis-detail h3,
.appointment-candidate h3 {
  margin: 0 0 15px;
  font-size: 20px;
}

.diagnosis-choice-grid.compact label > span {
  min-height: 66px;
  padding: 10px 12px;
}

.diagnosis-choice-grid.compact b {
  font-size: 18px;
}

.diagnosis-address-layout > div:first-child,
.diagnosis-address {
  grid-column: 1 / -1;
}

.diagnosis-subheading {
  margin: 0 0 10px;
  font-weight: 900;
}

.diagnosis-caution {
  margin: 22px 0 0;
  padding: 14px 16px;
  border: 3px solid var(--ink);
  background: #fff3f6;
  font-size: 14px;
  font-weight: 800;
}

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

.appointment-candidate {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 3px solid var(--ink);
  background: #f6fcff;
}

.appointment-candidate:nth-child(2) {
  background: #fff7fb;
}

.appointment-candidate:nth-child(3) {
  background: #f4fff8;
}

.appointment-candidate h3 span {
  color: var(--green-dark);
}

.appointment-candidate h3 small {
  color: var(--muted);
  font-size: .7em;
  font-weight: 800;
  white-space: nowrap;
}

.diagnosis-referrer {
  max-width: 650px;
  margin-bottom: 22px;
}

.diagnosis-preview-label {
  margin: 0 0 8px;
  font-weight: 900;
}

.diagnosis-preview,
.diagnosis-result pre {
  max-height: 520px;
  overflow: auto;
  scrollbar-color: var(--green) #e9edf0;
}

.diagnosis-result pre {
  max-height: none;
  overflow: visible;
}

.diagnosis-preview {
  margin: 0;
  padding: 20px;
  border: 3px solid var(--ink);
  border-left: 12px solid var(--pink);
  background: #fffdf1;
  color: var(--ink);
  font: 700 15px/1.75 "M PLUS Rounded 1c", sans-serif;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.diagnosis-privacy-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.diagnosis-result-reminder {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
  padding: 16px;
  border: 3px solid var(--ink);
  background: #dff8ff;
}

.diagnosis-result-reminder span {
  padding-left: 14px;
  border-left: 2px solid var(--ink);
  font-weight: 800;
}

.line-application-active .mobile-line-sticky {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
}

.diagnosis-model {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin-top: 22px;
  font-weight: 800;
}

.diagnosis-model input {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 3px solid var(--ink);
  border-radius: 6px;
  background: #fff;
  font: inherit;
}

.diagnosis-error {
  min-height: 1.75em;
  margin: 16px 0 0;
  color: #b42318;
  font-weight: 800;
}

.diagnosis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px;
}

.diagnosis-result h3 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 38px);
}

.diagnosis-result pre {
  margin: 0 0 20px;
  padding: 20px;
  border: 3px solid var(--ink);
  border-left: 12px solid var(--green);
  background: #fffdf1;
  color: var(--ink);
  font: 700 16px/1.8 "M PLUS Rounded 1c", sans-serif;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.diagnosis-result-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  margin-top: 20px;
}

.diagnosis-result-back,
.diagnosis-restart {
  padding: 4px 0;
  border: 0;
  border-bottom: 2px solid currentColor;
  background: transparent;
  color: var(--green-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.diagnosis-result-back {
  color: var(--ink);
}

.diagnosis-copy-status {
  min-height: 1.75em;
  margin: 10px 0 0;
  color: var(--green-dark);
  font-weight: 800;
}

/* Detailed case studies. */
.case-page {
  background-color: #fffdf1;
}

.case-detail-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .56fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
  min-height: 620px;
  padding: clamp(70px, 9vw, 130px) clamp(20px, 6vw, 90px);
  background:
    radial-gradient(rgba(0, 169, 130, .32) 1.5px, transparent 1.5px),
    linear-gradient(135deg, #27c3e6 0 68%, #fff200 68% 100%);
  background-size: 18px 18px, auto;
}

.case-detail-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.case-detail-hero h1 {
  margin-bottom: 28px;
  padding-bottom: .1em;
  font-size: clamp(44px, 6.2vw, 86px);
  text-wrap: balance;
}

.case-detail-hero-copy > p:not(.eyebrow) {
  max-width: 820px;
  font-size: clamp(17px, 1.45vw, 21px);
}

.case-detail-note {
  margin-top: 22px;
  padding: 14px 18px;
  border: 3px solid var(--ink);
  background: rgba(255, 255, 255, .9);
  font-size: 14px !important;
}

.case-detail-art {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 400px;
}

.case-detail-art img {
  object-fit: contain;
}

.case-art-washer {
  width: min(100%, 430px);
  transform: rotate(3deg);
}

.case-art-tool {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(24%, 90px);
  transform: rotate(16deg);
}

.case-jump-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(calc(100% - 40px), 1220px);
  margin: -42px auto 40px;
}

.case-jump-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 15px 20px;
  border: 4px solid var(--ink);
  border-radius: 6px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
  font-weight: 900;
}

.case-jump-nav span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
}

.detailed-case {
  scroll-margin-top: 100px;
}

.detailed-case:nth-of-type(even) {
  background: #e5faff;
}

.detailed-case-grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  width: min(100%, 1360px);
  margin-inline: auto;
}

.detailed-case.alternate .before-after-compare {
  order: 2;
}

.before-after-compare {
  --compare-position: 50%;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 7px;
  background:
    radial-gradient(rgba(0, 169, 130, .2) 1.4px, transparent 1.4px),
    #fff;
  background-size: 16px 16px;
  box-shadow: 10px 10px 0 var(--ink);
}

.before-after-compare > img,
.before-after-compare > picture > img,
.compare-after,
.compare-after img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.before-after-compare > img,
.before-after-compare > picture > img,
.compare-after img {
  padding: 10px;
  object-fit: contain;
  object-position: center;
}

.compare-after {
  clip-path: inset(0 0 0 var(--compare-position));
}

.compare-after img {
  background: #fff;
}

.compare-label {
  position: absolute;
  z-index: 4;
  top: 15px;
  padding: 6px 12px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  font: 900 12px/1 ui-monospace, monospace;
}

.compare-label.before { left: 15px; }
.compare-label.after { right: 15px; background: var(--yellow); }

.compare-divider {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  width: 4px;
  background: var(--ink);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-divider i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  transform: translate(-50%, -50%);
}

.compare-divider i::before,
.compare-divider i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--ink);
  border-right: 3px solid var(--ink);
}

.compare-divider i::before { left: 10px; transform: translateY(-50%) rotate(-135deg); }
.compare-divider i::after { right: 10px; transform: translateY(-50%) rotate(45deg); }

.before-after-compare input[type="range"] {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.before-after-compare:focus-within {
  outline: 5px solid #1976d2;
  outline-offset: 5px;
}

.detailed-case-copy .case-tag {
  display: inline-flex;
  margin-bottom: 18px;
}

.detailed-case-copy h2 {
  margin-bottom: 24px;
  padding-bottom: 4px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.25;
  text-wrap: balance;
}

.detailed-case-copy > p:not(.eyebrow) {
  font-size: clamp(17px, 1.4vw, 21px);
}

.case-facts {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  border-top: 3px solid var(--ink);
}

.case-facts div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 2px solid rgba(16, 16, 20, .18);
}

.case-facts dt {
  color: var(--green-dark);
  font-weight: 900;
}

.case-facts dd {
  min-width: 0;
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.case-detail-cta {
  text-align: center;
  background: var(--ink);
  color: #fff;
}

.case-detail-cta h2 {
  padding-bottom: 5px;
}

.case-detail-cta .eyebrow { color: #4ce0bd; }
.case-detail-cta > p:not(.eyebrow) { max-width: 820px; margin-inline: auto; }
.case-detail-cta .button.ghost { color: var(--ink); }

@media (min-width: 721px) {
  html.motion-ready body:not(.policy-page) [data-art-motion].is-section-visible .motif-washer,
  html.motion-ready .case-page .case-detail-hero.is-section-visible .case-art-washer {
    animation: art-layer-washer 780ms cubic-bezier(.2, .9, .25, 1.1) both;
  }

  html.motion-ready body:not(.policy-page) [data-art-motion].is-section-visible .motif-spray,
  html.motion-ready body:not(.policy-page) [data-art-motion].is-section-visible .motif-tool,
  html.motion-ready .case-page .case-detail-hero.is-section-visible .case-art-tool {
    animation: art-layer-tool 720ms cubic-bezier(.2, .9, .25, 1.12) 100ms both;
  }
}

@keyframes art-layer-washer {
  from { opacity: 0; transform: translateY(28px) rotate(-4deg) scale(.92); }
}

@keyframes art-layer-tool {
  from { opacity: 0; transform: translateY(24px) rotate(-8deg) scale(.88); }
}

@media (max-width: 900px) {
  .diagnosis-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .diagnosis-progress li,
  .diagnosis-progress li:first-child,
  .diagnosis-progress li:last-child,
  .diagnosis-progress li + li {
    border: 3px solid var(--ink);
    border-radius: 999px;
  }

  .diagnosis-choice-grid.services,
  .diagnosis-choice-grid.aircon-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appointment-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .appointment-candidate {
    grid-template-columns: auto repeat(3, minmax(0, 1fr));
    align-items: end;
  }

  .appointment-candidate h3 {
    align-self: center;
    margin: 0 8px 0 0;
  }

  .diagnosis-choice-grid.symptoms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .48fr);
  }

  .case-detail-art {
    min-height: 300px;
  }

  .detailed-case-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .detailed-case.alternate .before-after-compare {
    order: 0;
  }

  .before-after-compare {
    width: min(100%, 650px);
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .story-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .story-filter button {
    width: 100%;
    min-height: 64px;
    padding: 8px;
    font-size: 13px;
    line-height: 1.35;
  }

  .consult-art-motifs .motif-washer { top: 5%; right: 5%; width: 150px; }
  .consult-art-motifs .motif-spray { right: 2%; bottom: 2%; width: 80px; }
  .consult-art-motifs .motif-tool { left: 5%; bottom: 2%; width: 46px; }

  .diagnosis-progress li {
    min-height: 46px;
    gap: 5px;
    font-size: 12px;
  }

  .diagnosis-progress span {
    width: 24px;
    height: 24px;
  }

  .diagnosis-form {
    min-height: 0;
  }

  .diagnosis-step,
  .diagnosis-result {
    padding: 22px 18px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .diagnosis-choice-grid.two,
  .diagnosis-choice-grid.three,
  .diagnosis-choice-grid.symptoms {
    grid-template-columns: minmax(0, 1fr);
  }

  .diagnosis-choice-grid.services,
  .diagnosis-choice-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .diagnosis-choice-grid.aircon-types,
  .diagnosis-field-grid.two,
  .diagnosis-address-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .diagnosis-address-layout > div:first-child,
  .diagnosis-address {
    grid-column: auto;
  }

  .diagnosis-address-layout .region-choice,
  .diagnosis-binary-group .diagnosis-choice-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appointment-candidate {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appointment-candidate h3,
  .appointment-candidate label:first-of-type {
    grid-column: 1 / -1;
  }

  .appointment-candidate h3 {
    margin: 0;
  }

  .diagnosis-result-reminder {
    grid-template-columns: minmax(0, 1fr);
  }

  .diagnosis-result-reminder span {
    padding: 10px 0 0;
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .diagnosis-question-number {
    min-width: 44px;
    min-height: 32px;
    margin-right: 7px;
    font-size: 13px;
  }

  .diagnosis-preview,
  .diagnosis-result pre {
    max-height: 390px;
    padding: 15px;
    font-size: 13px;
  }

  .diagnosis-result pre {
    max-height: none;
    overflow: visible;
  }

  .diagnosis-choice-grid label > span {
    min-height: 70px;
  }

  .diagnosis-actions .button,
  .diagnosis-actions a.button {
    width: 100%;
  }

  .case-detail-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-top: 70px;
  }

  .case-detail-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .case-detail-art {
    min-height: 260px;
  }

  .case-art-washer { width: min(88%, 340px); }
  .case-art-tool { right: 8%; width: 62px; }

  .case-jump-nav {
    grid-template-columns: minmax(0, 1fr);
    margin-top: -24px;
  }

  .case-jump-nav a {
    min-height: 64px;
    padding: 12px 16px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .before-after-compare {
    aspect-ratio: 3 / 4;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .detailed-case-copy h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .case-facts div {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }
}

@media (max-width: 480px) {
  .diagnosis-choice-grid.services {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .consult-art-motifs img,
  .case-detail-art img {
    animation: none !important;
  }
}

/* 2026-08-27: keep the three hero symptom bubbles close to the central copy. */
.hero-dry .hero-symptom-grid {
  inset: 0 auto 0 50%;
  width: min(86vw, 1240px);
  transform: translateX(-50%);
}

.hero-dry .hero-symptom-card:nth-child(1) {
  top: 1%;
  left: 0;
}

.hero-dry .hero-symptom-card:nth-child(2) {
  top: 1%;
  right: 0;
}

.hero-dry .hero-symptom-card:nth-child(3) {
  right: 0;
  bottom: 3%;
}

@media (min-width: 721px) and (max-width: 1080px) {
  .hero-dry .hero-symptom-grid {
    width: min(86vw, 930px);
  }

  .hero-dry .hero-symptom-card:nth-child(1),
  .hero-dry .hero-symptom-card:nth-child(2) {
    top: 2%;
  }

  .hero-dry .hero-symptom-card:nth-child(1) {
    left: 0;
  }

  .hero-dry .hero-symptom-card:nth-child(2),
  .hero-dry .hero-symptom-card:nth-child(3) {
    right: 0;
  }

  .hero-dry .hero-symptom-card:nth-child(3) {
    bottom: 3%;
  }
}

@media (max-width: 720px) {
  .hero-dry .hero-symptom-grid {
    width: min(92vw, 640px);
  }

  .hero-dry .hero-symptom-card:nth-child(1) {
    top: 2%;
    left: 0;
  }

  .hero-dry .hero-symptom-card:nth-child(2) {
    top: 2%;
    right: 0;
  }

  .hero-dry .hero-symptom-card:nth-child(3) {
    right: 0;
    bottom: 1%;
  }
}

/* 2026-08-27: calm ambient motion for the hero's foam field. */
@media (prefers-reduced-motion: no-preference) {
  .hero-question-field::before {
    animation: hero-dot-drift 24s -11s linear infinite alternate;
    transform-origin: center;
  }

  .bubble-question {
    animation: hero-question-drift var(--question-duration) var(--question-delay) linear infinite alternate;
  }

  .filler-bubble {
    --bubble-rise: -45px;
    --bubble-sway: 10px;
    --bubble-duration: 12s;
    --bubble-delay: -7s;
    animation: hero-bubble-drift var(--bubble-duration) var(--bubble-delay) linear infinite alternate;
  }

  .filler-bubble:nth-of-type(3n + 1) {
    --bubble-duration: 11s;
    --bubble-delay: -13s;
    --bubble-sway: -9px;
  }

  .filler-bubble:nth-of-type(3n + 2) {
    --bubble-duration: 15s;
    --bubble-delay: -4s;
    --bubble-rise: -52px;
  }

  .filler-bubble:nth-of-type(3n) {
    --bubble-duration: 13s;
    --bubble-delay: -17s;
    --bubble-rise: -38px;
    --bubble-sway: -11px;
  }

  .hero-symptom-card:nth-child(1) {
    --symptom-angle: -5deg;
    --symptom-sway: 4px;
  }

  .hero-symptom-card:nth-child(2) {
    --symptom-angle: 5deg;
    --symptom-sway: -3px;
  }

  .hero-symptom-card:nth-child(3) {
    --symptom-angle: -4deg;
    --symptom-sway: 3px;
  }

  html.motion-ready body:not(.policy-page) .hero-symptom-card.scroll-reveal.is-revealed.is-ambient {
    opacity: 1;
  }

  html.motion-ready body:not(.policy-page) .hero-symptom-card.scroll-reveal.is-revealed.is-ambient:nth-child(1) {
    animation: hero-symptom-drift 8s -3s ease-in-out infinite;
  }

  html.motion-ready body:not(.policy-page) .hero-symptom-card.scroll-reveal.is-revealed.is-ambient:nth-child(2) {
    animation: hero-symptom-drift 9s -6s ease-in-out infinite;
  }

  html.motion-ready body:not(.policy-page) .hero-symptom-card.scroll-reveal.is-revealed.is-ambient:nth-child(3) {
    animation: hero-symptom-drift 8.5s -5s ease-in-out infinite;
  }
}

@keyframes hero-question-drift {
  from {
    transform: translate3d(0, 12px, 0) rotate(calc(var(--question-angle) - 3deg));
  }
  to {
    transform: translate3d(var(--question-sway), var(--question-rise), 0) rotate(calc(var(--question-angle) + var(--question-turn)));
  }
}

@keyframes hero-bubble-drift {
  from {
    transform: translate3d(0, 10px, 0) rotate(calc(var(--bubble-angle) - 3deg)) scale(var(--bubble-scale));
  }
  to {
    transform: translate3d(var(--bubble-sway), var(--bubble-rise), 0) rotate(calc(var(--bubble-angle) + 5deg)) scale(var(--bubble-scale));
  }
}

@keyframes hero-dot-drift {
  from {
    opacity: .68;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: .9;
    transform: translate3d(0, -28px, 0);
  }
}

@keyframes hero-symptom-drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(var(--symptom-angle));
  }
  50% {
    transform: translate3d(var(--symptom-sway), -8px, 0) rotate(calc(var(--symptom-angle) + 1.1deg));
  }
}

@media (max-width: 720px) and (prefers-reduced-motion: no-preference) {
  .bubble-question {
    --question-rise: -30px;
    --question-sway: 6px;
    --question-turn: 5deg;
  }

  .filler-bubble {
    --bubble-rise: -34px;
    --bubble-sway: 7px;
  }

  .hero-symptom-card:nth-child(1) { --symptom-angle: -6deg; }
  .hero-symptom-card:nth-child(2) { --symptom-angle: 4deg; }
  .hero-symptom-card:nth-child(3) { --symptom-angle: -5deg; }
}

/* Keep the odor cloud comfortably inside the viewport on phones. */
@media (max-width: 720px) {
  .hero-dry .hero-symptom-card.symptom-odor {
    transform: rotate(4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-question-field::before,
  .bubble-question,
  .filler-bubble,
  .hero-symptom-card {
    animation: none !important;
  }
}

/* 2026-08-29: keep service media and copy inside each card at every width. */
body:not(.concept-page):not(.policy-page) .services .service-card {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  grid-template-rows: auto auto auto;
  overflow: hidden;
}

body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}

body:not(.concept-page):not(.policy-page) .services .service-card .service-kicker,
body:not(.concept-page):not(.policy-page) .services .service-card h3,
body:not(.concept-page):not(.policy-page) .services .service-card > p:last-child {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

@media (max-width: 1279px) {
  body:not(.concept-page):not(.policy-page) .services .service-card {
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  }

  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  }
}

@media (max-width: 720px) {
  body:not(.concept-page):not(.policy-page) .services .service-card,
  body:not(.concept-page):not(.policy-page) .services .service-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* 2026-08-29: readable, collision-free LINE application progress. */
.diagnosis-progress li b {
  min-width: 0;
  font: inherit;
  line-height: 1.25;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .diagnosis-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .diagnosis-progress li,
  .diagnosis-progress li:first-child,
  .diagnosis-progress li:last-child,
  .diagnosis-progress li + li {
    min-width: 0;
    padding: 7px 9px;
    border: 3px solid var(--ink);
    border-radius: 999px;
  }
}

@media (max-width: 480px) {
  .diagnosis-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 24px;
  }

  .diagnosis-progress li {
    min-height: 44px;
    gap: 7px;
    padding: 6px 8px;
    font-size: 12px;
  }

  .diagnosis-progress span {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}

/* 2026-09-03: keep repeated card landmarks on a shared visual rhythm. */
.case-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.case-body > p {
  flex: 1 1 auto;
}

.case-meta {
  flex: 0 0 auto;
  margin-top: auto;
}

.consult-sign-grid article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.consult-sign-grid article > span {
  flex: 0 0 auto;
  align-self: flex-start;
}

.consult-sign-grid article > p {
  flex: 1 1 auto;
}

.consult-sign-cta .button {
  margin-top: auto;
}

.symptom-grid article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.symptom-grid article > p {
  flex: 1 1 auto;
}

.symptom-grid article > b {
  flex: 0 0 auto;
  margin-top: auto;
}

body:not(.concept-page):not(.policy-page) .services .service-card {
  align-content: start;
}

@media (min-width: 1280px) {
  body:not(.concept-page):not(.policy-page) .services .service-card {
    grid-template-rows: 54px minmax(145px, auto) minmax(min-content, 1fr);
  }

  body:not(.concept-page):not(.policy-page) .services .service-card h3 {
    min-height: 0;
  }

  body:not(.concept-page):not(.policy-page) .services .service-card > p:last-child {
    align-self: stretch;
  }
}

@media (min-width: 1181px) {
  .symptom-grid article > b {
    min-height: calc(4 * 1.85em + 14px);
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .symptom-grid article > b {
    min-height: calc(3 * 1.85em + 14px);
  }
}

@media (min-width: 721px) {
  .case-body > h3 {
    min-height: calc(3 * 1.45em);
  }

  .case-meta {
    min-height: calc(5 * 1.85em + 8px);
    align-content: start;
  }

  .consult-sign-grid article > h3 {
    min-height: calc(2 * 1.45em);
  }
}

@media (max-width: 960px) {
  .price-options-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .case-body > h3,
  .case-meta,
  .consult-sign-grid article > h3,
  .symptom-grid article > b {
    min-height: 0;
  }

  .case-body > p,
  .consult-sign-grid article > p,
  .symptom-grid article > p {
    flex: 0 0 auto;
  }

  .case-meta,
  .symptom-grid article > b {
    margin-top: 4px;
  }
}
