:root{
  --orange: #f47a12;
  --orange-dark: #e86900;
  --line: #23c765;
  --web: #278fc8;
  --text: #3c3835;
  --soft-bg: #fff8f3;
}

body.cp-campaign-202608 #campaign, body.cp-campaign-202608 #campaign *, body.cp-campaign-202608 #campaign *::before, body.cp-campaign-202608 #campaign *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body.cp-campaign-202608 #campaign{
  color: var(--text);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.cp-campaign-202608 #campaign a{ color: inherit; }
body.cp-campaign-202608 #campaign img{ display: block; max-width: 100%; height: auto; }

body.cp-campaign-202608 #campaign .page-title{
  padding: 38px 20px 32px;
  text-align: center;
  background: var(--soft-bg);
}
body.cp-campaign-202608 #campaign .page-title h1{
  margin: 0;
  color: #3d3834;
  font-family: Georgia, "Times New Roman", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  letter-spacing: .12em;
}
body.cp-campaign-202608 #campaign .page-title h1 > span{
  display: block;
  font-size: 29px;
  line-height: 1.15;
}
body.cp-campaign-202608 #campaign .page-title h1 > small{
  display: block;
  margin-top: 8px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .18em;
}

body.cp-campaign-202608 #campaign .breadcrumb, body.cp-campaign-202608 #campaign .campaign-stage{
  width: min(1100px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}
body.cp-campaign-202608 #campaign .breadcrumb{
  padding: 17px 0 15px;
  color: #8a837d;
  font-size: 12px;
}
body.cp-campaign-202608 #campaign .breadcrumb ol{
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.cp-campaign-202608 #campaign .breadcrumb li + li::before{
  content: ">";
  margin-right: 9px;
  color: #bcb5af;
}
body.cp-campaign-202608 #campaign .breadcrumb a{ text-decoration: none; }
body.cp-campaign-202608 #campaign .breadcrumb a:hover{ text-decoration: underline; }

body.cp-campaign-202608 #campaign .clinic-tabs{
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 4px 0 38px;
}
body.cp-campaign-202608 #campaign .clinic-tab{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 46px;
  padding: 0 28px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--orange-dark);
  background: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background-color .2s, color .2s, transform .2s;
}
body.cp-campaign-202608 #campaign .clinic-tab:hover{ transform: translateY(-1px); }
body.cp-campaign-202608 #campaign .clinic-tab.is-active{
  color: #fff;
  background: var(--orange);
}
body.cp-campaign-202608 #campaign .clinic-tab.is-active::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid var(--orange);
  transform: translateX(-50%);
  filter: drop-shadow(0 2px 1px rgba(173, 78, 0, .12));
}
body.cp-campaign-202608 #campaign .tab-check{
  display: none;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  color: var(--orange);
  background: #fff;
  font-size: 12px;
  line-height: 1;
}
body.cp-campaign-202608 #campaign .clinic-tab.is-active .tab-check{ display: inline-flex; }

body.cp-campaign-202608 #campaign .clinic-panel[hidden]{ display: none; }
body.cp-campaign-202608 #campaign .campaign-list{
  display: flex;
  flex-direction: column;
  gap: 52px;
}
body.cp-campaign-202608 #campaign .campaign-item{
  --campaign-color: #149fc5;
  --campaign-color-2: #4dc8e2;
  --campaign-soft: #effcff;
  overflow: hidden;
  scroll-margin-top: 24px;
  border-radius: 14px;
  background: var(--campaign-soft);
  box-shadow: 0 12px 30px rgba(54, 47, 43, .08);
}
body.cp-campaign-202608 #campaign .campaign-item > img{
  width: 100%;
  border: 0;
  border-radius: 14px 14px 0 0;
}

/*
  CTA component: the same HTML can be reused for SP.
  Desktop = 3 columns. Small screens = detail button full width + two reservation buttons.
*/
body.cp-campaign-202608 #campaign .campaign-actions{
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, .85fr) minmax(0, .85fr);
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--campaign-color);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(105deg, #fff 0%, var(--campaign-soft) 100%);
}
body.cp-campaign-202608 #campaign .action{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 40px 10px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.25;
  box-shadow: 0 4px 12px rgba(29, 50, 61, .10);
  transition: opacity .2s, transform .2s, box-shadow .2s, background-color .2s;
}
body.cp-campaign-202608 #campaign .action:hover{
  opacity: .92;
  transform: translateY(-1px);
  box-shadow: 0 7px 17px rgba(29, 50, 61, .15);
}
body.cp-campaign-202608 #campaign .action span{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
}
body.cp-campaign-202608 #campaign .action-detail{
  color: #fff;
  background: linear-gradient(100deg, var(--campaign-color), var(--campaign-color-2));
  border-color: var(--campaign-color);
}
body.cp-campaign-202608 #campaign .action-line{
  color: #168d45;
  background: #fff;
  border-color: #36c96b;
}
body.cp-campaign-202608 #campaign .action-line::before{
  content: "LINE";
  margin-right: 8px;
  padding: 3px 6px;
  border-radius: 5px;
  color: #fff;
  background: #20bb5a;
  font-size: 10px;
  letter-spacing: 0;
}
body.cp-campaign-202608 #campaign .action-web{
  color: #1476a5;
  background: #fff;
  border-color: #4aa9d4;
}
body.cp-campaign-202608 #campaign .action-web::before{
  content: "WEB";
  margin-right: 8px;
  padding: 3px 6px;
  border-radius: 5px;
  color: #fff;
  background: #2d91bf;
  font-size: 10px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .page-title{ padding: 24px 14px 20px; }
  body.cp-campaign-202608 #campaign .page-title h1 > span{ font-size: 24px; }
  body.cp-campaign-202608 #campaign .breadcrumb, body.cp-campaign-202608 #campaign .campaign-stage{ width: calc(100% - 20px); }
  body.cp-campaign-202608 #campaign .clinic-tabs{ gap: 8px; margin-bottom: 30px; }
  body.cp-campaign-202608 #campaign .clinic-tab{
    min-width: 0;
    flex: 1;
    height: 43px;
    padding: 0 12px;
    font-size: 13px;
  }
  body.cp-campaign-202608 #campaign .campaign-list{ gap: 30px; }
  body.cp-campaign-202608 #campaign .campaign-item{ border-radius: 10px; }
  body.cp-campaign-202608 #campaign .campaign-item > img{ border-radius: 10px 10px 0 0; }
  body.cp-campaign-202608 #campaign .campaign-actions{
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
  body.cp-campaign-202608 #campaign .action{
    min-height: 48px;
    padding: 9px 30px 9px 10px;
    border-radius: 8px;
    font-size: 12px;
  }
  body.cp-campaign-202608 #campaign .action-detail{ grid-column: 1 / -1; font-size: 13px; }
  body.cp-campaign-202608 #campaign .action span{ right: 10px; }
  body.cp-campaign-202608 #campaign .action-line::before, body.cp-campaign-202608 #campaign .action-web::before{ display: none; }
}

@media print {
  body.cp-campaign-202608 #campaign .clinic-tabs{ display: none; }
  body.cp-campaign-202608 #campaign .clinic-panel[hidden]{ display: block; }
  body.cp-campaign-202608 #campaign .campaign-actions{ break-inside: avoid; }
}

/* Campaign key visual and anchor navigation */
body.cp-campaign-202608 #campaign .campaign-intro{
  margin: 0 0 58px;
}
body.cp-campaign-202608 #campaign .campaign-kv{
  overflow: hidden;
  margin: 0;
  border-radius: 16px;
  background: var(--clinic-soft);
  box-shadow: 0 14px 34px rgba(48, 57, 90, .10);
}
body.cp-campaign-202608 #campaign .campaign-kv img{
  width: 100%;
  height: auto;
}
body.cp-campaign-202608 #campaign .campaign-anchor-block{
  position: relative;
  z-index: 2;
  width: calc(100% - 44px);
  margin: -28px auto 0;
  padding: 24px 24px 22px;
  border: 1px solid rgba(104, 122, 194, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 16px 36px rgba(45, 56, 96, .13);
  backdrop-filter: blur(8px);
}
body.cp-campaign-202608 #campaign .campaign-anchor-heading{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 10px 18px;
  margin-bottom: 17px;
}
body.cp-campaign-202608 #campaign .campaign-anchor-eyebrow{
  grid-column: 1;
  align-self: center;
  padding: 6px 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, var(--clinic-accent), var(--clinic-accent-2));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .13em;
  white-space: nowrap;
}
body.cp-campaign-202608 #campaign .campaign-anchor-heading h2{
  grid-column: 2;
  margin: 0;
  color: #303658;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .09em;
}
body.cp-campaign-202608 #campaign .campaign-anchor-heading p{
  grid-column: 3;
  margin: 0;
  color: #817d8f;
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
}
body.cp-campaign-202608 #campaign .campaign-anchor-nav{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card{
  --anchor-color: #4a83e8;
  --anchor-color-2: #9d83e6;
  --anchor-soft: #f5f7ff;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 152px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 15px 14px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--anchor-color) 52%, white);
  border-radius: 15px;
  color: #2f3856;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--anchor-color-2) 20%, transparent) 0 34%, transparent 35%),
    linear-gradient(145deg, #fff 0%, var(--anchor-soft) 100%);
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(53, 67, 107, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(var(--anchor-color), var(--anchor-color-2));
}
body.cp-campaign-202608 #campaign .campaign-anchor-card:hover, body.cp-campaign-202608 #campaign .campaign-anchor-card:focus-visible{
  transform: translateY(-3px);
  border-color: var(--anchor-color);
  box-shadow: 0 11px 24px rgba(53, 67, 107, .14);
}
body.cp-campaign-202608 #campaign .anchor-number{
  position: absolute;
  top: 11px;
  right: 12px;
  color: color-mix(in srgb, var(--anchor-color) 70%, white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}
body.cp-campaign-202608 #campaign .anchor-label{
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, var(--anchor-color), var(--anchor-color-2));
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card strong{
  max-width: calc(100% - 22px);
  color: color-mix(in srgb, var(--anchor-color) 78%, #17223b);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .02em;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card small{
  display: block;
  margin-top: 8px;
  color: #5e6477;
  font-size: 10px;
  line-height: 1.55;
}
body.cp-campaign-202608 #campaign .anchor-arrow{
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-top: auto;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--anchor-color), var(--anchor-color-2));
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 4px 10px color-mix(in srgb, var(--anchor-color) 25%, transparent);
}

@media (max-width: 900px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-heading{
    grid-template-columns: auto 1fr;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-heading p{
    grid-column: 1 / -1;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-nav{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .campaign-intro{ margin-bottom: 36px; }
  body.cp-campaign-202608 #campaign .campaign-kv{ border-radius: 11px; }
  body.cp-campaign-202608 #campaign .campaign-anchor-block{
    width: calc(100% - 16px);
    margin-top: -14px;
    padding: 17px 12px 14px;
    border-radius: 14px;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-heading{
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
    margin-bottom: 13px;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-eyebrow, body.cp-campaign-202608 #campaign .campaign-anchor-heading h2, body.cp-campaign-202608 #campaign .campaign-anchor-heading p{
    grid-column: 1;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-heading h2{ font-size: 18px; }
  body.cp-campaign-202608 #campaign .campaign-anchor-heading p{ font-size: 10px; }
  body.cp-campaign-202608 #campaign .campaign-anchor-nav{ gap: 8px; }
  body.cp-campaign-202608 #campaign .campaign-anchor-card{
    min-height: 132px;
    padding: 13px 11px 11px 13px;
    border-radius: 11px;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card strong{ font-size: 13px; }
  body.cp-campaign-202608 #campaign .campaign-anchor-card small{ font-size: 9px; }
  body.cp-campaign-202608 #campaign .anchor-number{ font-size: 19px; }
  body.cp-campaign-202608 #campaign .anchor-label{ margin-bottom: 9px; font-size: 8px; }
  body.cp-campaign-202608 #campaign .anchor-arrow{ width: 24px; height: 24px; font-size: 12px; }
}

@media (max-width: 420px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-nav{ grid-template-columns: 1fr; }
  body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){ grid-column: auto; }
}

/* --------------------------------------------------------------------------
   Responsive SP reconstruction
   PC keeps the supplied horizontal campaign banners. On SP, only the model
   crops and decorative background remain image-based; all campaign text,
   prices, concerns and treatment explanations are HTML/CSS/SVG.
   -------------------------------------------------------------------------- */
body.cp-campaign-202608 #campaign .campaign-kv-sp, body.cp-campaign-202608 #campaign .campaign-sp-visual{
  display: none;
}

@media (max-width: 767px) {
  html{ scroll-padding-top: 12px; }
  body.cp-campaign-202608{ overflow-x: hidden; }

  body.cp-campaign-202608 #campaign .page-title{ padding: 22px 12px 18px; }
  body.cp-campaign-202608 #campaign .page-title h1 > span{ font-size: 25px; letter-spacing: .1em; }
  body.cp-campaign-202608 #campaign .page-title h1 > small{ margin-top: 6px; font-size: 11px; }
  body.cp-campaign-202608 #campaign .breadcrumb{ padding: 12px 2px; font-size: 11px; }
  body.cp-campaign-202608 #campaign .breadcrumb, body.cp-campaign-202608 #campaign .campaign-stage{ width: calc(100% - 16px); }

  body.cp-campaign-202608 #campaign .clinic-tabs{
    position: relative;
    z-index: 5;
    gap: 8px;
    margin: 4px 0 24px;
  }
  body.cp-campaign-202608 #campaign .clinic-tab{
    min-width: 0;
    height: 48px;
    flex: 1;
    padding: 0 8px;
    font-size: 15px;
    letter-spacing: .06em;
  }
  body.cp-campaign-202608 #campaign .clinic-tab.is-active::after{ bottom: -9px; border-right-width: 9px; border-left-width: 9px; border-top-width: 10px; }

  body.cp-campaign-202608 #campaign .campaign-intro{ margin-bottom: 34px; }
  body.cp-campaign-202608 #campaign .campaign-kv-pc{ display: none; }
  body.cp-campaign-202608 #campaign .campaign-kv-sp{
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--clinic-accent) 24%, white);
    border-radius: 14px;
    background:
      radial-gradient(circle at 8% 9%, color-mix(in srgb, var(--clinic-accent) 12%, transparent) 0 44px, transparent 45px),
      radial-gradient(circle at 96% 14%, color-mix(in srgb, var(--clinic-accent-2) 16%, transparent) 0 58px, transparent 59px),
      linear-gradient(145deg, #fff 0%, var(--clinic-soft) 100%);
    box-shadow: 0 10px 25px rgba(48, 57, 90, .10);
  }
  body.cp-campaign-202608 #campaign .sp-kv-copy{
    position: relative;
    z-index: 2;
    padding: 22px 16px 12px;
    text-align: center;
  }
  body.cp-campaign-202608 #campaign .sp-kv-clinic{
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 16px;
    border: 1px solid var(--clinic-accent);
    border-radius: 999px;
    color: var(--clinic-accent);
    background: rgba(255,255,255,.86);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
  }
  body.cp-campaign-202608 #campaign .sp-kv-copy h2{
    margin: 9px 0 4px;
    color: color-mix(in srgb, var(--clinic-accent) 78%, #36406f);
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: clamp(30px, 9.4vw, 40px);
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: .04em;
  }
  body.cp-campaign-202608 #campaign .sp-kv-copy h2 strong{
    margin-right: 3px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28em;
    font-weight: 400;
  }
  body.cp-campaign-202608 #campaign .sp-kv-lead{
    margin: 8px 0 0;
    color: #314577;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
  }
  body.cp-campaign-202608 #campaign .sp-kv-sub{
    margin: 2px 0 0;
    color: #56617c;
    font-size: 13px;
    line-height: 1.6;
  }
  body.cp-campaign-202608 #campaign .sp-kv-tags{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
  }
  body.cp-campaign-202608 #campaign .sp-kv-tags li{
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 6px 3px;
    border: 1px solid color-mix(in srgb, var(--clinic-accent) 42%, white);
    border-radius: 999px;
    color: color-mix(in srgb, var(--clinic-accent) 82%, #253258);
    background: rgba(255,255,255,.9);
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
  }
  body.cp-campaign-202608 #campaign .sp-kv-model{
    position: relative;
    height: clamp(260px, 78vw, 330px);
    overflow: hidden;
  }
  body.cp-campaign-202608 #campaign .sp-kv-model::after{
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 26%;
    background: linear-gradient(to bottom, var(--clinic-soft), transparent);
    pointer-events: none;
  }
  body.cp-campaign-202608 #campaign .sp-kv-model img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 23%;
  }
  body.cp-campaign-202608 #campaign .sp-kv-note{
    position: relative;
    z-index: 2;
    margin: -1px 0 0;
    padding: 11px 14px 13px;
    color: #42506f;
    background: rgba(255,255,255,.92);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.65;
  }

  body.cp-campaign-202608 #campaign .campaign-anchor-block{
    width: calc(100% - 12px);
    margin-top: -10px;
    padding: 16px 10px 12px;
    border-radius: 13px;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-heading{ gap: 6px; margin-bottom: 11px; }
  body.cp-campaign-202608 #campaign .campaign-anchor-eyebrow{ width: fit-content; padding: 5px 9px; font-size: 9px; }
  body.cp-campaign-202608 #campaign .campaign-anchor-heading h2{ font-size: 18px; letter-spacing: .05em; }
  body.cp-campaign-202608 #campaign .campaign-anchor-heading p{ font-size: 11px; line-height: 1.55; }
  body.cp-campaign-202608 #campaign .campaign-anchor-nav{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card, body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){
    grid-column: auto;
    min-height: 122px;
    padding: 12px 9px 9px 12px;
    border-radius: 10px;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card strong{ max-width: calc(100% - 20px); font-size: 13px; line-height: 1.35; }
  body.cp-campaign-202608 #campaign .campaign-anchor-card small{ margin-top: 5px; font-size: 9px; line-height: 1.4; }
  body.cp-campaign-202608 #campaign .anchor-number{ top: 9px; right: 9px; font-size: 18px; }
  body.cp-campaign-202608 #campaign .anchor-label{ min-height: 20px; margin-bottom: 8px; padding: 3px 7px; font-size: 8px; }
  body.cp-campaign-202608 #campaign .anchor-arrow{ width: 23px; height: 23px; font-size: 12px; }

  body.cp-campaign-202608 #campaign .campaign-list{ gap: 34px; }
  body.cp-campaign-202608 #campaign .campaign-item{
    scroll-margin-top: 12px;
    border: 1px solid color-mix(in srgb, var(--campaign-color) 30%, white);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(43, 42, 57, .10);
  }
  body.cp-campaign-202608 #campaign .campaign-pc-visual{ display: none; }
  body.cp-campaign-202608 #campaign .campaign-sp-visual{ display: block; }
  body.cp-campaign-202608 #campaign .sp-campaign-card{
    --sp-accent: var(--campaign-color);
    --sp-accent-2: var(--campaign-color-2);
    --sp-soft: var(--campaign-soft);
    overflow: hidden;
    color: #342f33;
    background: #fff;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head{
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 43%) minmax(0, 57%);
    min-height: clamp(218px, 60vw, 258px);
    overflow: hidden;
    background:
      radial-gradient(circle at 13% 14%, color-mix(in srgb, var(--sp-accent-2) 20%, transparent) 0 2px, transparent 3px),
      radial-gradient(circle at 88% 82%, color-mix(in srgb, var(--sp-accent) 15%, transparent) 0 3px, transparent 4px),
      linear-gradient(135deg, var(--sp-soft) 0%, #fff 74%);
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right{
    grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right .sp-model-visual{ order: 2; }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right .sp-treatment-copy{ order: 1; text-align: right; }
  body.cp-campaign-202608 #campaign .sp-model-visual{
    position: relative;
    display: flex;
    min-width: 0;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: transparent;
  }
  body.cp-campaign-202608 #campaign .sp-model-visual::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(255,255,255,.28), transparent 30%);
    pointer-events: none;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-left .sp-model-visual::before, body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right .sp-model-visual::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 16%;
    bottom: 16%;
    width: 1px;
    background: color-mix(in srgb, var(--sp-accent) 24%, white);
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-left .sp-model-visual::before{ right: 0; }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right .sp-model-visual::before{ left: 0; }
  body.cp-campaign-202608 #campaign .sp-model-visual img{
    position: relative;
    z-index: 0;
    width: 91%;
    height: 91%;
    object-fit: contain;
    object-position: center bottom !important;
    transform: translateY(2%);
  }
  body.cp-campaign-202608 #campaign .sp-clinic-badge{
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 50%;
    padding: 4px 10px;
    transform: translateX(-50%);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, var(--sp-accent), var(--sp-accent-2));
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-copy{
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 25px 16px 22px;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-copy::before{
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    margin-bottom: 13px;
    background: linear-gradient(90deg, var(--sp-accent), var(--sp-accent-2));
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right .sp-treatment-copy::before{ margin-left: auto; }
  body.cp-campaign-202608 #campaign .sp-campaign-body{ padding: 14px 15px 19px; }
  body.cp-campaign-202608 #campaign .sp-campaign-catch{
    margin: 0;
    color: color-mix(in srgb, var(--sp-accent) 82%, #37303a);
    font-size: clamp(11px, 3.4vw, 13px);
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: .035em;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-title{
    margin: 7px 0 0;
    color: color-mix(in srgb, var(--sp-accent) 82%, #22283b);
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: clamp(24px, 7.5vw, 33px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: .015em;
    overflow-wrap: anywhere;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-subtitle{
    margin: 7px 0 0;
    color: var(--sp-accent);
    font-size: clamp(11px, 3.5vw, 14px);
    font-weight: 700;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
  body.cp-campaign-202608 #campaign .sp-price-box{
    display: grid;
    gap: 8px;
    padding: 9px;
    border: 1px solid color-mix(in srgb, var(--sp-accent) 24%, white);
    border-radius: 12px;
    background: var(--sp-soft);
  }
  body.cp-campaign-202608 #campaign .sp-price-row{
    display: grid;
    grid-template-columns: minmax(88px, .9fr) minmax(0, 1.5fr);
    gap: 8px;
    align-items: center;
    min-height: 70px;
    padding: 9px 10px;
    border-radius: 9px;
    background: #fff;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.is-special{ background: color-mix(in srgb, var(--sp-soft) 82%, white); }
  body.cp-campaign-202608 #campaign .sp-price-label{
    min-width: 0;
    color: color-mix(in srgb, var(--sp-accent) 82%, #272d40);
    font-size: 13px;
    line-height: 1.35;
  }
  body.cp-campaign-202608 #campaign .sp-price-label strong{ display: block; font-size: 15px; overflow-wrap: anywhere; }
  body.cp-campaign-202608 #campaign .sp-price-prefix{ display: block; color: var(--sp-accent); font-size: 10px; font-weight: 700; }
  body.cp-campaign-202608 #campaign .sp-price-value{ min-width: 0; color: var(--sp-accent); text-align: right; line-height: 1.08; }
  body.cp-campaign-202608 #campaign .sp-yen{ font-family: Georgia, serif; font-size: 18px; }
  body.cp-campaign-202608 #campaign .sp-price-value > strong{
    font-family: Georgia, "Yu Mincho", serif;
    font-size: clamp(32px, 9.4vw, 43px);
    font-weight: 500;
    letter-spacing: -.04em;
  }
  body.cp-campaign-202608 #campaign .sp-unit{ margin-left: 2px; font-size: 12px; }
  body.cp-campaign-202608 #campaign .sp-price-tax{ font-size: 10px; color: #3f393c; }
  body.cp-campaign-202608 #campaign .sp-price-old, body.cp-campaign-202608 #campaign .sp-price-sub{
    display: block;
    margin-top: 5px;
    color: #5b5055;
    font-size: 11px;
    line-height: 1.4;
  }
  body.cp-campaign-202608 #campaign .sp-price-old{ text-decoration: line-through; text-decoration-color: var(--sp-accent); }
  body.cp-campaign-202608 #campaign .sp-price-notes{ margin: 7px 2px 0; color: #5e5559; text-align: right; font-size: 11px; line-height: 1.5; }
  body.cp-campaign-202608 #campaign .sp-campaign-description{ margin: 15px 2px 0; font-size: 15px; line-height: 1.85; }

  body.cp-campaign-202608 #campaign .sp-card-section{
    margin-top: 18px;
    padding: 15px 13px 13px;
    border: 1px solid color-mix(in srgb, var(--sp-accent) 22%, white);
    border-radius: 12px;
    background: #fff;
  }
  body.cp-campaign-202608 #campaign .sp-card-section h3{
    width: fit-content;
    margin: -29px auto 13px;
    padding: 6px 18px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, var(--sp-accent), var(--sp-accent-2));
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .07em;
  }
  body.cp-campaign-202608 #campaign .sp-concern-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body.cp-campaign-202608 #campaign .sp-concern-item{
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
  }
  body.cp-campaign-202608 #campaign .sp-concern-icon{
    flex: 0 0 43px;
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--sp-accent) 26%, white);
    border-radius: 50%;
    color: var(--sp-accent);
    background: var(--sp-soft);
  }
  body.cp-campaign-202608 #campaign .sp-concern-icon svg{
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body.cp-campaign-202608 #campaign .sp-feature-list{
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body.cp-campaign-202608 #campaign .sp-feature-list li{
    position: relative;
    padding: 9px 10px 9px 36px;
    border-radius: 8px;
    background: var(--sp-soft);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }
  body.cp-campaign-202608 #campaign .sp-feature-list li::before{
    content: "✓";
    position: absolute;
    left: 11px;
    top: 50%;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
    background: var(--sp-accent);
    font-size: 11px;
  }
  body.cp-campaign-202608 #campaign .sp-mechanism-list{
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body.cp-campaign-202608 #campaign .sp-mechanism-step{
    position: relative;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 10px;
    align-items: center;
    min-height: 57px;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }
  body.cp-campaign-202608 #campaign .sp-mechanism-step:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 17px;
    bottom: -4px;
    width: 2px;
    height: 12px;
    background: color-mix(in srgb, var(--sp-accent) 22%, white);
  }
  body.cp-campaign-202608 #campaign .sp-step-number{
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--sp-accent), var(--sp-accent-2));
    font-family: Georgia, serif;
    font-size: 17px;
  }

  body.cp-campaign-202608 #campaign .campaign-actions{
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    border-width: 1px 0 0;
    border-color: color-mix(in srgb, var(--campaign-color) 30%, white);
    border-radius: 0;
    background: linear-gradient(105deg, #fff 0%, var(--campaign-soft) 100%);
  }
  body.cp-campaign-202608 #campaign .action{
    min-height: 51px;
    padding: 9px 30px 9px 10px;
    border-radius: 8px;
    font-size: 13px;
    box-shadow: none;
  }
  body.cp-campaign-202608 #campaign .action-detail{ grid-column: 1 / -1; font-size: 14px; }
  body.cp-campaign-202608 #campaign .action span{ right: 10px; }
  body.cp-campaign-202608 #campaign .action-line::before, body.cp-campaign-202608 #campaign .action-web::before{ display: none; }

}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-card strong{ font-size: 12px; }
  body.cp-campaign-202608 #campaign .campaign-anchor-card small{ display: none; }
  body.cp-campaign-202608 #campaign .sp-treatment-head, body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right{ grid-template-columns: minmax(0, 42%) minmax(0, 58%); }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right{ grid-template-columns: minmax(0, 58%) minmax(0, 42%); }
  body.cp-campaign-202608 #campaign .sp-treatment-copy{ padding-right: 11px; padding-left: 11px; }
  body.cp-campaign-202608 #campaign .sp-price-row{ grid-template-columns: minmax(76px, .82fr) minmax(0, 1.48fr); padding: 8px; }
  body.cp-campaign-202608 #campaign .sp-price-value > strong{ font-size: 30px; }
  body.cp-campaign-202608 #campaign .sp-campaign-title{ font-size: 24px; }
}

/* --------------------------------------------------------------------------
   2026-08 SP final adjustments
   -------------------------------------------------------------------------- */
body.cp-campaign-202608 #campaign .campaign-return-wrap{
  display: none;
}

body.cp-campaign-202608 #campaign .campaign-actions--two-details, body.cp-campaign-202608 #campaign .campaign-actions--reservations-only{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767px) {
  /* Keep the menu as two columns on small phones; the fifth menu spans both. */
  body.cp-campaign-202608 #campaign .campaign-anchor-nav{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card, body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){
    grid-column: auto !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){
    grid-column: 1 / -1 !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card strong{
    position: relative;
    z-index: 1;
    max-width: none;
    padding-right: 27px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    font-size: clamp(10px, 3.1vw, 13px);
    letter-spacing: -.025em;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card.is-long-title strong{
    padding-right: 20px;
    font-size: clamp(8.4px, 2.52vw, 10.5px);
    letter-spacing: -.065em;
  }
  body.cp-campaign-202608 #campaign .anchor-label{
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }

  /* Every model is a matching 5:8 crop. The face side is preserved in assets. */
  body.cp-campaign-202608 #campaign .sp-treatment-head, body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right{
    min-height: 0;
    align-items: center;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right{
    grid-template-columns: minmax(0, 62%) minmax(0, 38%);
  }
  body.cp-campaign-202608 #campaign .sp-model-visual{
    width: 100%;
    aspect-ratio: 5 / 8;
    align-self: center;
    overflow: hidden;
  }
  body.cp-campaign-202608 #campaign .sp-model-visual img{
    width: 88%;
    height: auto;
    max-height: 92%;
    aspect-ratio: 5 / 8;
    object-fit: cover;
    object-position: center center !important;
    transform: none;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-copy{
    padding: 16px 12px;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-copy::before{
    margin-bottom: 10px;
  }
  body.cp-campaign-202608 #campaign .sp-copy-line{
    display: block;
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-catch, body.cp-campaign-202608 #campaign .sp-campaign-title, body.cp-campaign-202608 #campaign .sp-campaign-subtitle{
    overflow-wrap: normal;
    word-break: keep-all;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-catch{
    font-size: clamp(10px, 3.15vw, 13px);
    line-height: 1.55;
    letter-spacing: .015em;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-title{
    font-size: clamp(20px, 6.2vw, 28px);
    line-height: 1.24;
    letter-spacing: -.01em;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-subtitle{
    font-size: clamp(9.5px, 3vw, 13px);
    line-height: 1.5;
    letter-spacing: -.01em;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-campaign-title{
    font-size: clamp(13px, 4.15vw, 18px);
    line-height: 1.48;
    letter-spacing: -.035em;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-campaign-title{
    font-size: clamp(19px, 5.8vw, 26px);
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-campaign-title{
    font-size: clamp(19px, 5.9vw, 27px);
  }

  /* Price typography: lining/tabular numerals keep commas and baselines aligned. */
  body.cp-campaign-202608 #campaign .sp-price-row{
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.36fr);
    gap: 6px;
    min-height: 65px;
    padding: 8px 8px;
  }
  body.cp-campaign-202608 #campaign .sp-price-label{
    min-width: 0;
    font-size: 11px;
    line-height: 1.28;
  }
  body.cp-campaign-202608 #campaign .sp-price-label strong{
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    font-size: clamp(10px, 3.15vw, 14px);
    letter-spacing: -.065em;
  }
  body.cp-campaign-202608 #campaign .sp-price-prefix{
    white-space: nowrap;
    font-size: 9px;
  }
  body.cp-campaign-202608 #campaign .sp-price-value{
    min-width: 0;
    text-align: right;
  }
  body.cp-campaign-202608 #campaign .sp-price-main{
    display: inline-flex;
    max-width: 100%;
    align-items: baseline;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
    line-height: 1;
  }
  body.cp-campaign-202608 #campaign .sp-yen, body.cp-campaign-202608 #campaign .sp-price-main > strong, body.cp-campaign-202608 #campaign .sp-unit, body.cp-campaign-202608 #campaign .sp-price-tax{
    font-family: inherit;
    font-variant-numeric: inherit;
    font-feature-settings: inherit;
  }
  body.cp-campaign-202608 #campaign .sp-yen{
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 1;
  }
  body.cp-campaign-202608 #campaign .sp-price-main > strong{
    flex: 0 1 auto;
    font-size: clamp(27px, 8vw, 36px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1;
  }
  body.cp-campaign-202608 #campaign .sp-unit{
    flex: 0 0 auto;
    margin-left: 1px;
    font-size: 10px;
    line-height: 1;
  }
  body.cp-campaign-202608 #campaign .sp-price-tax{
    flex: 0 0 auto;
    margin-left: 2px;
    color: #3f393c;
    font-size: 8px;
    line-height: 1;
  }
  body.cp-campaign-202608 #campaign .sp-price-old, body.cp-campaign-202608 #campaign .sp-price-sub{
    display: block;
    margin-top: 4px;
    white-space: nowrap;
    font-size: 9px;
    line-height: 1.3;
  }
  body.cp-campaign-202608 #campaign .sp-price-notes{
    font-size: 10px;
  }

  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-row{
    grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
  }

  /* Pluryal Silk and Densify retain the two related banner tones. */
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk{
    border-left: 4px solid #ef2f72;
    background: #fff7fa;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.tone-densify{
    border-left: 4px solid #b9308b;
    background: #fdf6ff;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-label, body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-value{
    color: #ef2f72;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.tone-densify .sp-price-label, body.cp-campaign-202608 #campaign .sp-price-row.tone-densify .sp-price-value{
    color: #b9308b;
  }

  body.cp-campaign-202608 #campaign .sp-description-kicker{
    width: fit-content;
    margin: 15px auto 7px;
    padding: 5px 13px;
    border: 1px solid color-mix(in srgb, var(--sp-accent) 40%, white);
    border-radius: 999px;
    color: color-mix(in srgb, var(--sp-accent) 85%, #2c2d37);
    background: var(--sp-soft);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .035em;
  }
  body.cp-campaign-202608 #campaign .sp-description-lead{
    display: block;
    margin-bottom: 4px;
    color: var(--sp-accent);
    font-weight: 800;
  }
  body.cp-campaign-202608 #campaign .sp-description-kicker + .sp-campaign-description{
    margin-top: 6px;
  }

  /* Uploaded concern/mechanism art is used as-is after precise cropping. */
  body.cp-campaign-202608 #campaign .sp-source-art{
    display: flex;
    width: 100%;
    margin: 0;
    overflow: hidden;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--sp-accent) 12%, white);
    border-radius: 8px;
    background: #fff;
  }
  body.cp-campaign-202608 #campaign .sp-source-art img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
  }
  body.cp-campaign-202608 #campaign .sp-concern-art img{
    max-height: 250px;
  }
  body.cp-campaign-202608 #campaign .sp-mechanism-art{
    margin-bottom: 8px;
  }
  body.cp-campaign-202608 #campaign .sp-mechanism-list{
    margin-top: 7px;
    padding-top: 5px;
    border-top: 1px solid color-mix(in srgb, var(--sp-accent) 18%, white);
  }

  /* Link layouts for the Intragen/Skinvive split and Salmon reservation-only card. */
  body.cp-campaign-202608 #campaign .campaign-actions--two-details, body.cp-campaign-202608 #campaign .campaign-actions--reservations-only{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.cp-campaign-202608 #campaign .campaign-actions--two-details .action-detail{
    grid-column: 1 / -1;
  }

  body.cp-campaign-202608 #campaign .campaign-return-wrap{
    display: flex;
    justify-content: center;
    margin: 30px 0 8px;
  }
  body.cp-campaign-202608 #campaign .campaign-return-top{
    display: inline-flex;
    width: min(100%, 320px);
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(105deg, #bd4d83, #7485d4);
    box-shadow: 0 7px 18px rgba(67, 64, 101, .18);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em;
    cursor: pointer;
  }
  body.cp-campaign-202608 #campaign .campaign-return-top span{
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
  }
  body.cp-campaign-202608 #campaign .campaign-return-top:focus-visible{
    outline: 3px solid rgba(95, 106, 190, .3);
    outline-offset: 3px;
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-card strong{
    font-size: 9.8px;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card.is-long-title strong{
    font-size: 8.1px;
    letter-spacing: -.075em;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card small{
    display: block;
    font-size: 8px;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head{
    grid-template-columns: minmax(0, 37%) minmax(0, 63%);
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head.is-model-right{
    grid-template-columns: minmax(0, 63%) minmax(0, 37%);
  }
  body.cp-campaign-202608 #campaign .sp-model-visual img{
    width: 90%;
    max-height: 90%;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-copy{
    padding: 13px 8px;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-catch{
    font-size: 10px;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-title{
    font-size: 19px;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-subtitle{
    font-size: 9.5px;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-campaign-title{
    font-size: 12.6px;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-campaign-title, body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-campaign-title{
    font-size: 18px;
  }
  body.cp-campaign-202608 #campaign .sp-price-row{
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.32fr);
    padding: 8px 7px;
  }
  body.cp-campaign-202608 #campaign .sp-price-label strong{
    font-size: 10px;
  }
  body.cp-campaign-202608 #campaign .sp-price-main > strong{
    font-size: 27px;
  }
  body.cp-campaign-202608 #campaign .sp-yen{
    font-size: 13px;
  }
  body.cp-campaign-202608 #campaign .sp-unit{
    font-size: 9px;
  }
  body.cp-campaign-202608 #campaign .sp-price-tax{
    font-size: 7px;
  }
}


@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .sp-treatment-head-image{
    margin: 0;
    overflow: hidden;
    background: #fff;
  }
  body.cp-campaign-202608 #campaign .sp-treatment-head-image img{
    display: block;
    width: 100%;
    height: auto;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-body{
    padding-top: 16px;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card small{
    display: block;
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-card small{
    display: block;
    line-height: 1.35;
  }
}


/* 2026-08 SP image anchors and reservation labels */
body.cp-campaign-202608 #campaign .anchor-campaign-image{
  display: none;
}
body.cp-campaign-202608 #campaign .action-web small{
  display: block;
  margin: 0 5px 0 0;
  font-size: .72em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-card{
    min-height: 0 !important;
    padding: 0 !important;
    aspect-ratio: 2048 / 821;
    align-items: stretch;
    border-radius: 10px;
    background: #fff;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card::before,
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-number,
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-label,
  body.cp-campaign-202608 #campaign .campaign-anchor-card > strong,
  body.cp-campaign-202608 #campaign .campaign-anchor-card > small{
    display: none !important;
  }
  body.cp-campaign-202608 #campaign .anchor-campaign-image{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    position: absolute;
    z-index: 2;
    right: 7px;
    bottom: 6px;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 1px solid rgba(255,255,255,.88);
    background: rgba(34, 49, 83, .72);
    box-shadow: 0 3px 9px rgba(25, 36, 65, .26);
    backdrop-filter: blur(3px);
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){
    aspect-ratio: 2048 / 821;
  }
  body.cp-campaign-202608 #campaign .sp-campaign-description + .sp-concern-section{
    margin-top: 19px;
  }
  body.cp-campaign-202608 #campaign .action-web{
    flex-wrap: wrap;
    column-gap: 5px;
  }
  body.cp-campaign-202608 #campaign .action-web small{
    display: inline-block;
    flex: 0 0 100%;
    margin: 0 0 3px;
    text-align: center;
    font-size: 9px;
    line-height: 1.05;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-row{
    grid-template-columns: minmax(110px, 1.1fr) minmax(0, 1.15fr);
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-label{
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-prefix,
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-label strong{
    display: inline;
    flex: 0 0 auto;
    white-space: nowrap;
    letter-spacing: -.05em;
  }
  body.cp-campaign-202608 #campaign .campaign-return-wrap{
    position: static;
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-row{
    grid-template-columns: minmax(102px, 1.08fr) minmax(0, 1.12fr);
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-prefix{
    font-size: 8px;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-label strong{
    font-size: 10px;
  }
}


/* 2026-08 uploaded hero images / anchor visibility adjustments */
@media (max-width: 900px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){
    grid-column: 1 / -1;
    width: calc((100% - 10px) / 2);
    justify-self: center;
  }
}

@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .campaign-kv-sp{
    overflow: hidden;
    padding: 0;
    border-radius: 14px;
    background: #fff;
  }
  body.cp-campaign-202608 #campaign .sp-kv-image-link{
    display: block;
    color: inherit;
    text-decoration: none;
  }
  body.cp-campaign-202608 #campaign .sp-kv-hero-image{
    display: block;
    width: 100%;
    height: auto;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    opacity: .5;
    pointer-events: none;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){
    grid-column: 1 / -1 !important;
    width: calc((100% - 7px) / 2);
    justify-self: center;
  }
}

/* 2026-08 user-updated SP hero and source-art adjustments */
@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-block{
    margin-top: 16px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-kv-sp{
    margin-bottom: 0;
  }
  body.cp-campaign-202608 #campaign .sp-source-art{
    border: 0 !important;
  }
}


/* 2026-08 final layout and floating page-top behavior */
@media (min-width: 768px) {
  body.cp-campaign-202608 #campaign .campaign-kv{
    border-radius: 5px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-block{
    width: 100% !important;
    margin: 18px auto 0 !important;
    border-radius: 5px !important;
  }
}

@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .campaign-kv-sp{
    margin: 0 !important;
    border-radius: 5px 5px 0 0 !important;
    box-shadow: none !important;
  }
  body.cp-campaign-202608 #campaign .sp-kv-image-link,
  body.cp-campaign-202608 #campaign .sp-kv-hero-image{
    border-radius: 5px 5px 0 0 !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-block{
    width: 100% !important;
    margin: 0 auto !important;
    border-top: 0 !important;
    border-radius: 0 0 5px 5px !important;
    box-shadow: 0 12px 24px rgba(45, 56, 96, .10) !important;
  }
}

body.cp-campaign-202608 #campaign .campaign-return-wrap{
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.cp-campaign-202608 #campaign .campaign-return-top{
  position: fixed !important;
  z-index: 10050 !important;
  right: 18px !important;
  bottom: 18px !important;
  display: flex !important;
  width: 58px !important;
  min-width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1px !important;
  padding: 5px !important;
  border: 1px solid rgba(255,255,255,.75) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(135deg, #bd4d83, #7485d4) !important;
  box-shadow: 0 7px 20px rgba(55, 54, 91, .28) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) scale(.94) !important;
  pointer-events: none !important;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
}
body.cp-campaign-202608 #campaign .campaign-return-top.is-visible{
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
}
body.cp-campaign-202608 #campaign .campaign-return-top span{
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  font-size: 22px !important;
  line-height: .9 !important;
}
body.cp-campaign-202608 #campaign .campaign-return-top small{
  display: block !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
}

@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .campaign-return-top{
    right: 10px !important;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-return-top span{
    font-size: 19px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-return-top small{
    font-size: 8px !important;
  }
}


/* 2026-08 price-order update: larger responsive SP treatment/part/count labels */
@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .sp-price-row{
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 1.24fr);
    column-gap: clamp(5px, 1.6vw, 8px);
  }
  body.cp-campaign-202608 #campaign .sp-price-label{
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: clamp(3px, .9vw, 5px);
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign .sp-price-prefix{
    display: inline-block;
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: clamp(10px, 3.15vw, 13px);
    line-height: 1.15;
    letter-spacing: -.035em;
  }
  body.cp-campaign-202608 #campaign .sp-price-label strong{
    display: inline-block;
    flex: 0 1 auto;
    max-width: none;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    font-size: clamp(12px, 3.9vw, 17px);
    line-height: 1.15;
    letter-spacing: -.045em;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-row{
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 1.22fr);
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-prefix{
    font-size: clamp(9px, 2.9vw, 12px);
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-label strong{
    font-size: clamp(12px, 3.75vw, 16px);
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-renisna"] .sp-price-label strong,
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-label strong{
    font-size: clamp(10px, 3.25vw, 14px);
    letter-spacing: -.06em;
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign .sp-price-row{
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 1.22fr);
  }
  body.cp-campaign-202608 #campaign .sp-price-label strong{
    font-size: clamp(11px, 3.75vw, 13px);
  }
  body.cp-campaign-202608 #campaign .sp-price-prefix{
    font-size: clamp(8.5px, 2.8vw, 10px);
  }
}

/* 2026-08 CTA emphasis: reservation buttons primary, detail button secondary */
body.cp-campaign-202608 #campaign .action-detail{
  color: var(--campaign-color);
  background: #fff;
  border-color: var(--campaign-color);
  box-shadow: none;
}
body.cp-campaign-202608 #campaign .action-line{
  color: #fff;
  background: linear-gradient(100deg, #20bb5a, #36c96b);
  border-color: #20a950;
}
body.cp-campaign-202608 #campaign .action-web{
  color: #fff;
  background: linear-gradient(100deg, var(--campaign-color), var(--campaign-color-2));
  border-color: var(--campaign-color);
}
body.cp-campaign-202608 #campaign .action-line::before,
body.cp-campaign-202608 #campaign .action-web::before{
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.72);
}
body.cp-campaign-202608 #campaign .action-line:hover,
body.cp-campaign-202608 #campaign .action-web:hover{
  color: #fff;
}
body.cp-campaign-202608 #campaign .action-detail:hover{
  color: var(--campaign-color);
  background: color-mix(in srgb, var(--campaign-soft) 62%, white);
}
body.cp-campaign-202608 #campaign .action-web small{
  color: inherit;
}


/* 2026-08 SP price metadata layout, treatment notes, and larger reservation CTA text */
body.cp-campaign-202608 #campaign .action-alias{
  display: none;
  margin-left: .35em;
  font-size: .72em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

body.cp-campaign-202608 #campaign .action-line,
body.cp-campaign-202608 #campaign .action-web{
  min-height: 62px;
  gap: 8px;
  padding: 8px 38px 8px 12px;
  letter-spacing: 0;
}
body.cp-campaign-202608 #campaign .action-line::before,
body.cp-campaign-202608 #campaign .action-web::before{
  display: none !important;
  content: none !important;
}
body.cp-campaign-202608 #campaign .action-line-main,
body.cp-campaign-202608 #campaign .action-line-stack,
body.cp-campaign-202608 #campaign .action-line-stack > span,
body.cp-campaign-202608 #campaign .action-web-stack,
body.cp-campaign-202608 #campaign .action-web-stack > span,
body.cp-campaign-202608 #campaign .action-reserve-word{
  position: static !important;
  inset: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}
body.cp-campaign-202608 #campaign .action-line-main{
  font-size: clamp(25px, 2.25vw, 32px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.045em;
}
body.cp-campaign-202608 #campaign .action-line-stack,
body.cp-campaign-202608 #campaign .action-web-stack{
  display: inline-flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  line-height: 1;
}
body.cp-campaign-202608 #campaign .action-line-stack > span{
  font-size: 11px;
  font-weight: 800;
  line-height: 1.05;
}
body.cp-campaign-202608 #campaign .action-web-clinic{
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}
body.cp-campaign-202608 #campaign .action-web-label{
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .015em;
}
body.cp-campaign-202608 #campaign .action-reserve-word{
  font-size: clamp(25px, 2.25vw, 32px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.04em;
}
body.cp-campaign-202608 #campaign .action .action-chevron{
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 19px !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .action-alias{
    display: inline-block;
    font-size: clamp(9px, 2.65vw, 11px);
  }
  body.cp-campaign-202608 #campaign .sp-price-box{
    gap: 7px;
    padding: 8px;
  }
  body.cp-campaign-202608 #campaign .sp-price-row{
    grid-template-columns: minmax(0, 1fr) max-content !important;
    justify-content: stretch;
    column-gap: clamp(7px, 2.2vw, 12px) !important;
    min-height: 64px;
    padding: 9px clamp(9px, 2.8vw, 13px);
  }
  body.cp-campaign-202608 #campaign .sp-price-row:not(.has-meta){
    grid-template-columns: max-content max-content !important;
    justify-content: center;
  }
  body.cp-campaign-202608 #campaign .sp-price-label{
    display: block !important;
    min-width: 0;
    white-space: normal !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-label-line{
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 3px clamp(4px, 1.3vw, 7px);
  }
  body.cp-campaign-202608 #campaign .sp-price-prefix,
  body.cp-campaign-202608 #campaign .sp-price-label strong{
    display: inline-block !important;
    flex: 0 0 auto;
    white-space: nowrap !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-prefix{
    font-size: clamp(9px, 2.8vw, 12px) !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-label strong{
    max-width: 100%;
    font-size: clamp(11px, 3.45vw, 15px) !important;
    line-height: 1.18;
    letter-spacing: -.04em;
  }
  body.cp-campaign-202608 #campaign .sp-price-old{
    display: inline-block !important;
    flex: 0 1 auto;
    margin: 0 !important;
    color: #75696e;
    font-size: clamp(8.5px, 2.55vw, 11px) !important;
    font-weight: 600;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-sub{
    display: block !important;
    margin-top: 3px !important;
    color: #665b60;
    font-size: clamp(8.5px, 2.55vw, 11px) !important;
    line-height: 1.35 !important;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign .sp-price-value{
    align-self: center;
    min-width: max-content;
    text-align: right !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-main{
    display: inline-flex !important;
    align-items: baseline;
    justify-content: flex-end;
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign .sp-price-main > strong{
    font-size: clamp(29px, 8.7vw, 40px) !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-row,
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-renisna"] .sp-price-row,
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-row{
    grid-template-columns: minmax(0, 1fr) max-content !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-row:not(.has-meta){
    grid-template-columns: max-content max-content !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-datsumou"] .sp-price-label strong,
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-label strong{
    white-space: normal !important;
    font-size: clamp(10px, 3.1vw, 13px) !important;
  }
  body.cp-campaign-202608 #campaign .sp-mechanism-detail{
    margin: 10px 2px 0;
    padding: 10px 11px;
    border-radius: 8px;
    color: #4f474b;
    background: color-mix(in srgb, var(--sp-soft) 72%, white);
    font-size: clamp(12px, 3.45vw, 14px);
    font-weight: 600;
    line-height: 1.75;
  }

  body.cp-campaign-202608 #campaign .action-line,
  body.cp-campaign-202608 #campaign .action-web{
    min-height: 62px !important;
    gap: clamp(6px, 1.8vw, 9px);
    padding: 7px 30px 7px 8px !important;
  }
  body.cp-campaign-202608 #campaign .action-line-main,
  body.cp-campaign-202608 #campaign .action-reserve-word{
    font-size: clamp(24px, 7.1vw, 31px);
  }
  body.cp-campaign-202608 #campaign .action-line-stack > span{
    font-size: clamp(9px, 2.75vw, 12px);
  }
  body.cp-campaign-202608 #campaign .action-web-clinic{
    font-size: clamp(8px, 2.3vw, 10px);
  }
  body.cp-campaign-202608 #campaign .action-web-label{
    font-size: clamp(12px, 3.7vw, 16px);
  }
  body.cp-campaign-202608 #campaign .action .action-chevron{
    right: 9px !important;
    font-size: 17px !important;
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign .sp-price-row{
    column-gap: 6px !important;
    padding-right: 8px;
    padding-left: 8px;
  }
  body.cp-campaign-202608 #campaign .sp-price-label strong{
    font-size: 10.5px !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-old,
  body.cp-campaign-202608 #campaign .sp-price-sub{
    font-size: 8.25px !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-main > strong{
    font-size: 28px !important;
  }
  body.cp-campaign-202608 #campaign .action-line-main,
  body.cp-campaign-202608 #campaign .action-reserve-word{
    font-size: 23px;
  }
  body.cp-campaign-202608 #campaign .action-line-stack > span{
    font-size: 9px;
  }
}


/* 2026-08 final SP price alignment and responsive reservation-button correction */
@media (min-width: 768px) {
  /* Keep the established desktop CTA layout. The large split typography is SP-only. */
  body.cp-campaign-202608 #campaign .action-line,
  body.cp-campaign-202608 #campaign .action-web{
    min-height: 50px !important;
    gap: 0 !important;
    padding: 10px 40px 10px 18px !important;
    letter-spacing: .035em !important;
  }
  body.cp-campaign-202608 #campaign .action-line::before{
    display: inline-block !important;
    content: "LINE" !important;
  }
  body.cp-campaign-202608 #campaign .action-web::before{
    display: inline-block !important;
    content: "WEB" !important;
  }
}

@media (max-width: 767px) {
  /* Every campaign amount is right-aligned; only the untouched natural-adhesion row keeps its former centered layout. */
  body.cp-campaign-202608 #campaign .sp-price-row,
  body.cp-campaign-202608 #campaign .sp-price-row:not(.has-meta),
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-row,
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-row:not(.has-meta),
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-renisna"] .sp-price-row,
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-row{
    grid-template-columns: minmax(0, 1fr) max-content !important;
    justify-content: stretch !important;
    align-items: center;
  }
  body.cp-campaign-202608 #campaign .sp-price-value{
    justify-self: end;
    text-align: right !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-main{
    justify-content: flex-end !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-label-line{
    justify-content: flex-start;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.is-preserved{
    grid-template-columns: max-content max-content !important;
    justify-content: center !important;
  }

  /* Baby Peel: four-line regular-price note on the left, campaign amount on the right. */
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-row{
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-label-line{
    display: block !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-label strong,
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old{
    display: block !important;
    white-space: normal !important;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-label strong{
    margin-bottom: 3px;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old{
    font-size: clamp(8.5px, 2.5vw, 10.5px) !important;
    line-height: 1.38 !important;
  }

  /* Intragen + Skinvive: fixed three-line left block with tighter vertical spacing. */
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-row{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-label-line{
    display: block !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-label strong,
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-old{
    display: block !important;
    white-space: normal !important;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-label strong{
    font-size: clamp(10px, 3vw, 12.5px) !important;
    line-height: 1.25;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-old{
    margin-top: 2px !important;
    font-size: clamp(8.5px, 2.55vw, 10.5px) !important;
    line-height: 1.25 !important;
  }

  /* SP-only split typography. WEB uses the clinic's corporate orange with a darker gradient. */
  body.cp-campaign-202608 #campaign .action-line,
  body.cp-campaign-202608 #campaign .action-web{
    min-width: 0;
    min-height: 60px !important;
    padding: 7px 27px 7px 8px !important;
    gap: clamp(5px, 1.5vw, 8px) !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
  }
  body.cp-campaign-202608 #campaign .action-web{
    color: #fff !important;
    background: linear-gradient(105deg, #c94f00 0%, #e86900 52%, #f47a12 100%) !important;
    border-color: #bd4900 !important;
  }
  body.cp-campaign-202608 #campaign .action-line-main,
  body.cp-campaign-202608 #campaign .action-reserve-word{
    flex: 0 0 auto;
    font-size: clamp(23px, 6.8vw, 29px) !important;
    line-height: .92 !important;
  }
  body.cp-campaign-202608 #campaign .action-line-stack,
  body.cp-campaign-202608 #campaign .action-web-stack{
    flex: 0 0 auto;
    min-width: 0;
  }
  body.cp-campaign-202608 #campaign .action-web-clinic{
    font-size: clamp(7.5px, 2.15vw, 9.5px) !important;
  }
  body.cp-campaign-202608 #campaign .action-web-label{
    font-size: clamp(11px, 3.2vw, 14px) !important;
  }
  body.cp-campaign-202608 #campaign .action-line-stack > span{
    font-size: clamp(9px, 2.6vw, 11px) !important;
  }
  body.cp-campaign-202608 #campaign .action .action-chevron{
    right: 8px !important;
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign .action-line-main,
  body.cp-campaign-202608 #campaign .action-reserve-word{
    font-size: 22px !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old,
  body.cp-campaign-202608 #campaign [data-campaign-id="ten-intragen"] .sp-price-old{
    font-size: 8px !important;
  }
}


@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .sp-price-value-prefix{
    margin-right: clamp(3px, .9vw, 5px);
    color: #4d4549;
    font-size: clamp(11px, 3.3vw, 14px);
    font-weight: 700;
    line-height: 1;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old{
    margin-top: 0 !important;
  }
}


/* 2026-08 anchor prices, SP CTA gradients and compact price-layout refinements */
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-price{
  display: block;
  margin-top: 7px;
  color: color-mix(in srgb, var(--anchor-color) 84%, #17223b);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
}

@media (max-width: 767px) {
  /* Price badge stays readable over the image-only SP anchor card. */
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    position: absolute;
    z-index: 3;
    left: 7px;
    bottom: 6px;
    display: block !important;
    margin: 0;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 999px;
    color: #fff;
    background: rgba(34, 49, 83, .78);
    box-shadow: 0 3px 9px rgba(25,36,65,.22);
    font-size: clamp(9px, 2.75vw, 12px);
    font-weight: 800;
    line-height: 1.1;
    backdrop-filter: blur(3px);
  }

  /* Left is brighter and the right/lower side is darker across the SP UI. */
  body.cp-campaign-202608 #campaign .action-line{
    background: linear-gradient(135deg, #68dc91 0%, #2fc568 48%, #159a45 100%) !important;
    border-color: #168d42 !important;
  }
  body.cp-campaign-202608 #campaign .action-web{
    background: linear-gradient(135deg, #f89a4b 0%, #e86b0d 50%, #b64000 100%) !important;
    border-color: #a93c00 !important;
  }
  body.cp-campaign-202608 #campaign .action-line,
  body.cp-campaign-202608 #campaign .action-web{
    min-height: 57px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  body.cp-campaign-202608 #campaign .action-line-stack > span{
    font-size: clamp(11px, 3.15vw, 14px) !important;
    line-height: 1.02 !important;
  }
  body.cp-campaign-202608 #campaign .action-web-label{
    font-size: clamp(14px, 4vw, 18px) !important;
    line-height: 1 !important;
  }

  body.cp-campaign-202608 #campaign .sp-card-section{
    background: linear-gradient(120deg, #fff 0%, color-mix(in srgb, var(--sp-soft) 82%, white) 100%);
  }
  body.cp-campaign-202608 #campaign .sp-card-section h3,
  body.cp-campaign-202608 #campaign .sp-step-number{
    background: linear-gradient(135deg, color-mix(in srgb, var(--sp-accent) 68%, white) 0%, var(--sp-accent) 100%);
  }

  /* Tenjin water injection: drug name left, both counts/prices right, vertically centered. */
  body.cp-campaign-202608 #campaign .sp-price-row.is-choice-stack{
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: center !important;
    min-height: 88px;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.is-choice-stack .sp-price-label-line{
    display: block !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.is-choice-stack .sp-price-label strong{
    display: block !important;
    white-space: normal !important;
    font-size: clamp(12px, 3.55vw, 15px) !important;
    line-height: 1.35;
  }
  body.cp-campaign-202608 #campaign .sp-price-option-list{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    min-width: max-content;
    text-align: right;
  }
  body.cp-campaign-202608 #campaign .sp-price-option{
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign .sp-price-option-count{
    margin-right: clamp(4px, 1.2vw, 7px);
    color: #4d4549;
    font-size: clamp(11px, 3.2vw, 14px);
    font-weight: 700;
  }
  body.cp-campaign-202608 #campaign .sp-price-option strong{
    color: var(--sp-accent);
    font-size: clamp(25px, 7.3vw, 34px);
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.045em;
  }

  /* Baby Peel: keep the long drug name unbroken and move tax to the lower right. */
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old{
    white-space: nowrap !important;
    font-size: clamp(8px, 2.35vw, 10px) !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-main{
    display: flex !important;
    width: max-content;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: baseline;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-tax{
    display: block !important;
    flex: 0 0 100%;
    margin: 3px 0 0 !important;
    text-align: right;
    line-height: 1;
  }

  /* Requested line break: Silk 2CC, then its regular price. */
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-label-line{
    display: block !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-label strong,
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-old{
    display: block !important;
    white-space: nowrap !important;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-old{
    margin-top: 3px !important;
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    left: 5px;
    bottom: 5px;
    padding: 3px 6px;
    font-size: 8.5px;
  }
  body.cp-campaign-202608 #campaign .sp-price-option strong{
    font-size: 24px;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old{
    font-size: 7.7px !important;
  }
}

/* 2026-08 additional round: anchor price visibility, brighter-left section gradients,
   tighter SP reservation buttons, and price-layout refinements from latest review. */
@media (max-width: 767px) {
  body.cp-campaign-202608 #campaign .action-line,
  body.cp-campaign-202608 #campaign .action-web{
    min-height: 55px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-radius: 11px !important;
  }
  body.cp-campaign-202608 #campaign .action-line{
    background: linear-gradient(135deg, #79e19d 0%, #34c968 48%, #158e41 100%) !important;
    border-color: #178942 !important;
  }
  body.cp-campaign-202608 #campaign .action-web{
    background: linear-gradient(135deg, #f8a95d 0%, #ea7012 52%, #b94a00 100%) !important;
    border-color: #a74400 !important;
  }
  body.cp-campaign-202608 #campaign .action-line-stack > span{
    font-size: clamp(11.5px, 3.25vw, 14.5px) !important;
    line-height: 1.02 !important;
  }
  body.cp-campaign-202608 #campaign .action-web-label{
    font-size: clamp(15px, 4.25vw, 19px) !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
  }
  body.cp-campaign-202608 #campaign .action-web-clinic{
    margin-bottom: 1px;
  }

  body.cp-campaign-202608 #campaign .sp-card-section{
    background: linear-gradient(135deg, #fff 0%, color-mix(in srgb, white 62%, var(--sp-soft)) 42%, color-mix(in srgb, var(--sp-soft) 86%, white) 100%);
  }
  body.cp-campaign-202608 #campaign .sp-card-section h3,
  body.cp-campaign-202608 #campaign .sp-step-number{
    background: linear-gradient(135deg, color-mix(in srgb, var(--sp-accent) 58%, white) 0%, var(--sp-accent) 58%, var(--sp-accent-2, var(--sp-accent)) 100%);
  }
  body.cp-campaign-202608 #campaign .sp-mechanism-detail{
    background: linear-gradient(135deg, color-mix(in srgb, white 76%, var(--sp-soft)) 0%, color-mix(in srgb, var(--sp-soft) 72%, white) 100%) !important;
  }

  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-row{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-main{
    display: grid !important;
    grid-template-columns: auto auto;
    grid-template-areas:
      "prefix prefix"
      "price unit"
      "tax tax";
    justify-items: end;
    align-items: end;
    row-gap: 1px;
    width: max-content;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-value-prefix{ grid-area: prefix; }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-main > strong{ grid-area: price; }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-unit{ grid-area: unit; }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-tax{
    grid-area: tax;
    margin-top: 1px !important;
    text-align: right;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old{
    white-space: nowrap !important;
    font-size: clamp(8px, 2.42vw, 10px) !important;
  }

  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-label-line,
  body.cp-campaign-202608 #campaign .sp-price-row.tone-densify .sp-price-label-line{
    display: block !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-label strong,
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-old,
  body.cp-campaign-202608 #campaign .sp-price-row.tone-densify .sp-price-label strong,
  body.cp-campaign-202608 #campaign .sp-price-row.tone-densify .sp-price-old{
    display: block !important;
    white-space: nowrap !important;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.tone-silk .sp-price-old,
  body.cp-campaign-202608 #campaign .sp-price-row.tone-densify .sp-price-old{
    margin-top: 3px !important;
  }

  body.cp-campaign-202608 #campaign .sp-price-row.is-choice-stack{
    min-height: 84px;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.is-choice-stack .sp-price-label strong{
    font-size: clamp(11.5px, 3.4vw, 14.5px) !important;
    line-height: 1.3 !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-option-list{
    gap: 4px;
  }
  body.cp-campaign-202608 #campaign .sp-price-option{
    gap: 0;
  }
  body.cp-campaign-202608 #campaign .sp-price-option-count{
    margin-right: clamp(4px, 1.15vw, 6px);
  }
  body.cp-campaign-202608 #campaign .sp-price-option strong{
    font-size: clamp(24px, 7vw, 32px);
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old{
    font-size: 7.6px !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-row.is-choice-stack .sp-price-label strong{
    font-size: 11px !important;
  }
}


/* 2026-08 final SP polish: red-tinted CTA shadows, two-tone section labels,
   white section bodies, and card-style anchor prices below each image. */
@media (max-width: 767px) {
  /* Reservation CTA shadows: slightly red rather than brown. */
  body.cp-campaign-202608 #campaign .action-line,
  body.cp-campaign-202608 #campaign .action-web{
    box-shadow: 0 7px 15px rgba(171, 53, 72, .24) !important;
  }
  body.cp-campaign-202608 #campaign .action-line:hover,
  body.cp-campaign-202608 #campaign .action-web:hover{
    box-shadow: 0 9px 19px rgba(171, 53, 72, .30) !important;
  }

  /* Keep the content area clean white. Only the section labels use a two-tone gradient. */
  body.cp-campaign-202608 #campaign .sp-card-section,
  body.cp-campaign-202608 #campaign .sp-mechanism-detail{
    background: #fff !important;
  }
  body.cp-campaign-202608 #campaign .sp-concern-section > h3,
  body.cp-campaign-202608 #campaign .sp-mechanism-section > h3{
    background: linear-gradient(
      90deg,
      color-mix(in srgb, var(--sp-accent) 48%, white) 0 50%,
      color-mix(in srgb, var(--sp-accent-2, var(--sp-accent)) 88%, #24304f) 50% 100%
    ) !important;
  }

  /* SP anchor cards: image above, price in a dedicated one-line footer below. */
  body.cp-campaign-202608 #campaign .campaign-anchor-card,
  body.cp-campaign-202608 #campaign .campaign-anchor-card:last-child:nth-child(odd){
    display: flex !important;
    flex-direction: column;
    aspect-ratio: auto !important;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--anchor-color) 24%, white) !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 5px 13px rgba(34, 49, 83, .12) !important;
  }
  body.cp-campaign-202608 #campaign .anchor-campaign-image{
    flex: 0 0 auto;
    width: 100%;
    height: auto !important;
    aspect-ratio: 2048 / 821;
    object-fit: cover;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    position: static !important;
    z-index: auto;
    display: flex !important;
    width: 100%;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 6px 7px !important;
    border: 0 !important;
    border-top: 1px solid color-mix(in srgb, var(--anchor-color) 20%, white) !important;
    border-radius: 0 !important;
    color: color-mix(in srgb, var(--anchor-color) 86%, #24304f) !important;
    background: linear-gradient(90deg, #fff 0%, var(--anchor-soft) 100%) !important;
    box-shadow: none !important;
    font-size: clamp(10px, 3vw, 13px) !important;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
    backdrop-filter: none;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    right: 6px;
    bottom: 36px;
  }
}

@media (max-width: 359px) {
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    min-height: 28px;
    padding: 5px 6px !important;
    font-size: 9px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    bottom: 33px;
  }
}

/* 2026-07-29 final: CSS-only down chevron, exactly centered in the price row. */
body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-price-text{
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  bottom: auto !important;
  left: auto !important;
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--anchor-color), var(--anchor-color-2));
  box-shadow: 0 3px 8px color-mix(in srgb, var(--anchor-color) 28%, transparent);
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translateY(-50%) !important;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before,
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::after{
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  width: 10px !important;
  height: 3px !important;
  border: 0 !important;
  border-radius: 999px;
  background: currentColor;
  font-size: 0 !important;
  line-height: 0 !important;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
  left: 50% !important;
  transform: translate(-88%, -50%) rotate(42deg) !important;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::after{
  right: 50% !important;
  transform: translate(88%, -50%) rotate(-42deg) !important;
}

@media (min-width: 768px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    min-height: 32px !important;
    margin-top: auto !important;
    padding: 4px 42px 4px 8px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    right: 7px !important;
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width: 767px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    min-height: 31px !important;
    padding: 5px 39px 5px 8px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    right: 5px !important;
    width: 23px !important;
    height: 23px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before,
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::after{
    width: 8px !important;
    height: 3px !important;
  }
}

@media (max-width: 359px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    min-height: 28px !important;
    padding-right: 35px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    right: 4px !important;
    width: 21px !important;
    height: 21px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before,
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::after{
    width: 7px !important;
    height: 2.5px !important;
  }
}

/* 2026-07-29: sharp CSS-only down chevron. Use one bordered corner so the tip meets at one point. */
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  width: 9px !important;
  height: 9px !important;
  background: transparent !important;
  border: 0 !important;
  border-right: 3px solid currentColor !important;
  border-bottom: 3px solid currentColor !important;
  border-radius: 0 !important;
  transform: translate(-50%, -66%) rotate(45deg) !important;
  transform-origin: 50% 50% !important;
}
body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::after{
  content: none !important;
  display: none !important;
}

@media (min-width: 768px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
    width: 10px !important;
    height: 10px !important;
    border-right-width: 3px !important;
    border-bottom-width: 3px !important;
  }
}

@media (max-width: 359px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
    width: 7px !important;
    height: 7px !important;
    border-right-width: 2.5px !important;
    border-bottom-width: 2.5px !important;
  }
}


/* 2026-07-29 SP anchor price/arrow alignment fix */
@media (max-width: 767px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 23px !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: 6px !important;
    padding: 5px 8px 5px 8px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-price-text{
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    justify-self: center !important;
    line-height: 1.2 !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    justify-self: center !important;
    align-self: center !important;
    width: 23px !important;
    height: 23px !important;
    margin: 0 !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -60%) rotate(45deg) !important;
  }
}
@media (max-width: 359px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    grid-template-columns: minmax(0,1fr) 21px !important;
    column-gap: 5px !important;
    padding: 5px 7px 5px 7px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    width: 21px !important;
    height: 21px !important;
  }
}


/* 2026-07-29 SP anchor footer cleanup: transparent wrapper and optically centered CSS chevron. */
@media (max-width: 767px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 23px !important;
    align-items: center !important;
    column-gap: 6px !important;
    min-height: 31px !important;
    padding: 5px 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-price-text{
    align-self: center !important;
    justify-self: stretch !important;
    width: 100% !important;
    text-align: center !important;
    line-height: 1.15 !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    place-items: center !important;
    justify-self: center !important;
    align-self: center !important;
    width: 23px !important;
    height: 23px !important;
    margin: 0 !important;
    transform: none !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
    content: "" !important;
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 12px !important;
    height: 8px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: currentColor !important;
    clip-path: polygon(0 0, 50% 64%, 100% 0, 100% 30%, 50% 100%, 0 30%) !important;
    transform: none !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::after{
    content: none !important;
    display: none !important;
  }
}
@media (max-width: 359px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    grid-template-columns: minmax(0, 1fr) 21px !important;
    min-height: 28px !important;
    padding: 5px 7px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    width: 21px !important;
    height: 21px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
    width: 10px !important;
    height: 7px !important;
  }
}


/* 2026-07-29 SP anchor price/arrow hard reset: no wrapper bg, no circle bg, true center chevron. */
@media (max-width: 767px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    position: static !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 16px !important;
    align-items: center !important;
    justify-items: stretch !important;
    column-gap: 6px !important;
    width: 100% !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 4px 6px 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-price-text{
    display: block !important;
    align-self: center !important;
    justify-self: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: grid !important;
    place-items: center !important;
    justify-self: center !important;
    align-self: center !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: color-mix(in srgb, var(--anchor-color) 88%, #233252) !important;
    line-height: 0 !important;
    transform: none !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
    content: "" !important;
    position: static !important;
    display: block !important;
    width: 11px !important;
    height: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: currentColor !important;
    clip-path: polygon(0 0, 50% 72%, 100% 0, 100% 28%, 50% 100%, 0 28%) !important;
    transform: none !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::after{
    content: none !important;
    display: none !important;
  }
}
@media (max-width: 359px){
  body.cp-campaign-202608 #campaign .campaign-anchor-card > .anchor-price{
    grid-template-columns: minmax(0, 1fr) 15px !important;
    column-gap: 5px !important;
    min-height: 22px !important;
    padding: 4px 5px 2px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow{
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
  }
  body.cp-campaign-202608 #campaign .campaign-anchor-card .anchor-arrow::before{
    width: 10px !important;
    height: 6px !important;
  }
}


/* 2026-07-29 requested SP price, section gradient and reservation CTA refinements */
body.cp-campaign-202608 #campaign .action-detail .action-alias{
  display: inline-block !important;
  margin: 0 .16em;
  font-size: .72em;
  font-weight: 700;
  line-height: 1;
  vertical-align: .05em;
  white-space: nowrap;
}

@media (max-width: 767px){
  /* Concern / feature / mechanism: smooth two-color gradient only on heading; body stays white. */
  body.cp-campaign-202608 #campaign .sp-card-section,
  body.cp-campaign-202608 #campaign .sp-mechanism-detail{
    background: #fff !important;
  }
  body.cp-campaign-202608 #campaign .sp-concern-section > h3,
  body.cp-campaign-202608 #campaign .sp-feature-section > h3,
  body.cp-campaign-202608 #campaign .sp-mechanism-section > h3{
    background: linear-gradient(
      90deg,
      color-mix(in srgb, var(--sp-accent) 46%, white) 0%,
      color-mix(in srgb, var(--sp-accent-2, var(--sp-accent)) 90%, #24304f) 100%
    ) !important;
  }

  /* Hydra plan labels are 1.4x larger. */
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-hydrabooster"] .sp-price-prefix{
    font-size: clamp(13px, 4.05vw, 17px) !important;
    line-height: 1.05 !important;
  }

  /* Keep regular price on a dedicated line on SP. */
  body.cp-campaign-202608 #campaign .sp-price-label-line{
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
  }
  body.cp-campaign-202608 #campaign .sp-price-label-line > .sp-price-old{
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-top: 3px !important;
    text-align: left !important;
    white-space: normal !important;
  }

  /* Baby Peel regular-price block and campaign-price composition. */
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-row{
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: center !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-label-line{
    display: block !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-old{
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #665b60 !important;
    font-size: clamp(9px, 2.65vw, 11px) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    white-space: normal !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-main{
    display: grid !important;
    grid-template-columns: auto auto !important;
    grid-template-areas:
      "prefix prefix"
      "price unit"
      "tax tax" !important;
    align-items: end !important;
    justify-items: end !important;
    width: max-content !important;
    row-gap: 1px !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-value-prefix{
    grid-area: prefix !important;
    justify-self: start !important;
    margin: 0 0 1px !important;
    color: var(--sp-accent) !important;
    font-size: clamp(11px, 3.25vw, 14px) !important;
    font-weight: 700 !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-main > strong{
    grid-area: price !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-unit{
    grid-area: unit !important;
  }
  body.cp-campaign-202608 #campaign [data-campaign-id="shin-baby-peel"] .sp-price-tax{
    grid-area: tax !important;
    justify-self: end !important;
    margin: 2px 0 0 !important;
  }

  /* Reservation buttons: no dark outline; web button runs bright-left to #e40. */
  body.cp-campaign-202608 #campaign .action-line,
  body.cp-campaign-202608 #campaign .action-web{
    border: 0 !important;
    outline: 0 !important;
  }
  body.cp-campaign-202608 #campaign .action-web{
    background: linear-gradient(135deg, #ffb16d 0%, #ff7a32 52%, #e40 100%) !important;
  }
  body.cp-campaign-202608 #campaign .action-web-label,
  body.cp-campaign-202608 #campaign .action-reserve-word{
    font-weight: 400 !important;
  }
}


/* 2026-07-30 WEB reservation buttons: use one corporate-color treatment across PC and SP. */
body.cp-campaign-202608 #campaign .action-web{
  color: #fff !important;
  background: linear-gradient(135deg, #ff9b54 0%, #f47a12 52%, #e40 100%) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0 7px 16px rgba(226, 70, 30, .22) !important;
}
body.cp-campaign-202608 #campaign .action-web:hover,
body.cp-campaign-202608 #campaign .action-web:focus{
  color: #fff !important;
  background: linear-gradient(135deg, #ff9b54 0%, #f47a12 52%, #e40 100%) !important;
}
body.cp-campaign-202608 #campaign .action-web::before{
  color: #fff !important;
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(255,255,255,.72) !important;
}


/* 2026-07-30 Salmon injection: dosage-specific reservation links. */
body.cp-campaign-202608 #campaign #ten-salmon .campaign-actions{
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(0, 1fr));
}
body.cp-campaign-202608 #campaign .action-dose-reserve{
  display: grid !important;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 8px;
  row-gap: 1px;
  min-width: 0;
  padding: 8px 12px !important;
  text-align: left;
}
body.cp-campaign-202608 #campaign .action-dose-reserve .dose-name{
  grid-column: 1;
  grid-row: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}
body.cp-campaign-202608 #campaign .action-dose-reserve strong{
  grid-column: 1;
  grid-row: 2;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
body.cp-campaign-202608 #campaign .action-dose-reserve .dose-reserve-label{
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  padding-left: 8px;
  border-left: 1px solid rgba(255,255,255,.55);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 767px){
  body.cp-campaign-202608 #campaign #ten-salmon .campaign-actions{
    grid-template-columns: 1fr !important;
  }
  body.cp-campaign-202608 #campaign #ten-salmon .action-dose-reserve{
    display: none !important;
  }
  body.cp-campaign-202608 #campaign #ten-salmon .sp-price-row.is-reservation-link{
    position: relative;
    color: inherit;
    text-decoration: none !important;
    border: 1px solid rgba(238, 68, 0, .42) !important;
    background: linear-gradient(135deg, #fff 0%, #fff7f2 58%, #ffe5d8 100%) !important;
    box-shadow: 0 3px 9px rgba(226, 68, 0, .12) !important;
    transition: transform .16s ease, box-shadow .16s ease;
  }
  body.cp-campaign-202608 #campaign #ten-salmon .sp-price-row.is-reservation-link:active{
    transform: translateY(1px);
    box-shadow: 0 1px 4px rgba(226, 68, 0, .12) !important;
  }
  body.cp-campaign-202608 #campaign #ten-salmon .sp-price-reserve-label{
    display: block;
    margin-top: 3px;
    color: #e40;
    font-size: clamp(10px, 2.8vw, 12px);
    font-weight: 700;
    line-height: 1;
    text-align: right;
  }
  body.cp-campaign-202608 #campaign #ten-salmon .sp-price-row.is-reservation-link::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #e40;
    border-bottom: 2px solid #e40;
    transform: translateY(-50%) rotate(-45deg);
  }
  body.cp-campaign-202608 #campaign #ten-salmon .sp-price-row.is-reservation-link .sp-price-value{
    padding-right: 13px;
  }
}


/* 2026-07-30 Salmon injection: keep prices informational and move both dosage links to the CTA area. */
body.cp-campaign-202608 #campaign #ten-salmon .campaign-actions--salmon{
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr) repeat(2, minmax(0, 1fr)) !important;
}
body.cp-campaign-202608 #campaign .action-salmon-web{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0;
  color: #fff !important;
  background: linear-gradient(135deg, #ff9b54 0%, #f47a12 52%, #e40 100%) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0 7px 16px rgba(226, 70, 30, .22) !important;
}
body.cp-campaign-202608 #campaign .action-salmon-web:hover,
body.cp-campaign-202608 #campaign .action-salmon-web:focus{
  color: #fff !important;
}
body.cp-campaign-202608 #campaign .action-salmon-web .salmon-web-copy{
  position: static !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  transform: none !important;
  line-height: 1;
}
body.cp-campaign-202608 #campaign .action-salmon-web .salmon-web-copy small{
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .04em;
}
body.cp-campaign-202608 #campaign .action-salmon-web .salmon-web-copy strong{
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
body.cp-campaign-202608 #campaign .action-salmon-web .salmon-web-chevron{
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
@media (max-width: 767px){
  body.cp-campaign-202608 #campaign #ten-salmon .campaign-actions--salmon{
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  body.cp-campaign-202608 #campaign #ten-salmon .campaign-actions--salmon .action-detail{
    grid-column: auto !important;
    font-size: clamp(11px, 3.2vw, 13px) !important;
  }
  body.cp-campaign-202608 #campaign #ten-salmon .campaign-actions--salmon .action{
    min-height: 54px !important;
    padding: 7px 27px 7px 8px !important;
  }
  body.cp-campaign-202608 #campaign .action-salmon-web .salmon-web-copy small{
    font-size: clamp(10px, 2.9vw, 12px);
  }
  body.cp-campaign-202608 #campaign .action-salmon-web .salmon-web-copy strong{
    font-size: clamp(13px, 3.8vw, 16px);
  }
  body.cp-campaign-202608 #campaign #ten-salmon .sp-price-row.is-reservation-link{
    color: inherit !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
}


/* 2026-07-31 SP baby-peel detail button layout */
body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-name,
body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-main,
body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-label,
body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-particle{
  position: static !important;
  inset: auto !important;
  transform: none !important;
  font-size: inherit;
  line-height: inherit;
}
body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-name{
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: .12em;
}
body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-label{
  display: inline;
}

@media (max-width: 767px){
  body.cp-campaign-202608 #campaign .action-detail--baby-peel{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto 18px;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: 10px;
    min-height: 58px;
    padding: 8px 10px 8px 14px !important;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-name{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    text-align: left;
  }
  body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-main{
    display: block !important;
    font-size: clamp(13px, 3.7vw, 16px) !important;
    font-weight: 700;
    line-height: 1.1 !important;
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign .action-detail--baby-peel .action-alias{
    display: block !important;
    margin: 0 !important;
    font-size: clamp(9px, 2.55vw, 11px) !important;
    font-weight: 700;
    line-height: 1.1 !important;
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-label{
    display: block !important;
    justify-self: end;
    text-align: right;
    font-size: clamp(12px, 3.45vw, 15px) !important;
    font-weight: 700;
    line-height: 1.1 !important;
    white-space: nowrap;
  }
  body.cp-campaign-202608 #campaign .action-detail--baby-peel .baby-detail-particle{
    display: none !important;
  }
  body.cp-campaign-202608 #campaign .action-detail--baby-peel .action-chevron{
    position: static !important;
    inset: auto !important;
    justify-self: end;
    transform: none !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }
}
