:root {
  --red: #d71920;
  --red-2: #ef3b3f;
  --red-dark: #a80f16;
  --ink: #151515;
  --ink-2: #34363a;
  --muted: #6d737b;
  --soft: #f8f9fa;
  --soft-red: #fff3f3;
  --line: #e8eaee;
  --white: #fff;
  --shadow-sm: 0 10px 24px rgba(13, 18, 26, .08);
  --shadow-md: 0 24px 60px rgba(13, 18, 26, .13);
  --shadow-red: 0 18px 38px rgba(215, 25, 32, .24);
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: min(1120px, calc(100% - 48px));
  --header-h: 76px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  letter-spacing: .015em;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

::selection { background: rgba(215,25,32,.18); }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed;
  inset: 8px auto auto 8px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  min-height: var(--header-h);
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230,230,230,.55);
  transition: box-shadow .24s ease, background .24s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.93);
  box-shadow: 0 8px 26px rgba(20,20,20,.06);
}
.nav-wrap {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 216px;
}
.brand-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  font-weight: 950;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.08em;
  white-space: nowrap;
}
.brand-logo i {
  width: 7px;
  height: 7px;
  margin: 0 1px 9px;
  border-radius: 50%;
  background: var(--red);
  transform: rotate(-14deg);
}
.brand-logo strong,
.footer-logo::after {
  color: var(--red);
  font-style: normal;
  font-weight: 950;
  letter-spacing: -.08em;
}
.brand-sub {
  display: block;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
  color: var(--ink-2);
  white-space: nowrap;
}
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 800;
}
.desktop-nav a {
  position: relative;
  padding: 8px 0;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .24s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(215,25,32,.22);
}
.menu-button {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 46px;
  padding: 8px 5px 4px;
  border: 0;
  background: transparent;
  color: var(--ink);
  flex: 0 0 auto;
}
.menu-button span {
  display: block;
  width: 29px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 999px;
  transition: transform .24s ease, opacity .24s ease;
}
.menu-button em {
  display: block;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.97);
  box-shadow: 0 22px 40px rgba(0,0,0,.08);
}
.mobile-nav a {
  display: block;
  padding: 15px var(--side, 24px);
  font-size: 15px;
  font-weight: 900;
  border-bottom: 1px solid var(--line);
}
.mobile-nav-cta {
  color: #fff;
  background: var(--red);
  text-align: center;
}

.section { padding: 108px 0; position: relative; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 {
  margin: 0 0 13px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.18;
  letter-spacing: -.04em;
}
.section-heading h2 span { color: var(--red); font-size: 1.26em; }
.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-weight: 550;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  padding: calc(var(--header-h) + 72px) 0 88px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 72%, #fff 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.90) 26%, rgba(255,255,255,.52) 53%, rgba(255,255,255,.12) 80%),
    url("assets/bg-desktop.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transform: scale(1.01);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -150px -12%;
  height: 330px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 10%, rgba(215,25,32,.08), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0), #fff 62%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 610px) 1fr;
  align-items: center;
  gap: 58px;
}
.hero-copy h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 1.08;
  letter-spacing: -.065em;
  font-weight: 950;
}
.hero-copy h1 strong {
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
.hero-copy h1 strong::first-letter { color: var(--red); }
.hero-lead {
  max-width: 530px;
  margin: 27px 0 0;
  color: var(--ink-2);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.95;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 950;
  letter-spacing: .015em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-2));
  box-shadow: var(--shadow-red);
}
.btn-primary:hover { box-shadow: 0 24px 50px rgba(215,25,32,.30); }
.btn-outline {
  color: var(--red);
  background: rgba(255,255,255,.76);
  border-color: rgba(215,25,32,.38);
  box-shadow: 0 14px 34px rgba(18,24,31,.08);
}
.btn-outline:hover { background: #fff; border-color: var(--red); }
.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 800;
}
.hero-checks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 18px rgba(13,18,26,.05);
}
.hero-checks li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 11px;
}
.hero-panel {
  justify-self: end;
  width: min(360px, 100%);
  margin-top: 210px;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
}
.hero-panel p {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
}
.hero-panel h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -.04em;
}
.panel-flow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 22px 0;
}
.panel-flow span {
  flex: 1;
  min-width: 0;
  display: grid;
  place-items: center;
  min-height: 44px;
  color: var(--red);
  background: var(--soft-red);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 950;
}
.panel-flow i {
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  flex: 0 0 auto;
  opacity: .65;
}
.hero-panel dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}
.hero-panel dl div {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.74);
}
.hero-panel dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.hero-panel dd { margin: 2px 0 0; font-size: 13px; font-weight: 900; }
.hero-panel dd strong { color: var(--red); font-size: 26px; line-height: 1; }

.stats-section {
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.stat-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  min-height: 154px;
  padding: 28px;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.stat-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: var(--soft-red);
  border-radius: 18px;
}
.stat-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stat-card p { margin: 0; line-height: 1.05; }
.stat-card p strong { font-size: 46px; font-weight: 950; letter-spacing: -.05em; }
.stat-card p span { margin-left: 5px; font-weight: 950; }
.stat-card h3 { grid-column: 2; margin: -8px 0 0; font-size: 15px; }
.stat-card small { grid-column: 2; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.45; overflow-wrap: anywhere; }
.stat-card > * { min-width: 0; }
.stat-card.is-experience p strong {
  display: inline-block;
  font-size: 34px;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.stat-card.is-experience p span {
  display: block;
  margin: 6px 0 0;
  color: var(--ink-2);
  font-size: 13px;
  letter-spacing: .04em;
}
.stat-card.is-experience .stat-icon .accent { stroke: var(--red); }
.stat-card.is-experience p { min-width: 0; }

.section-problem { padding-top: 90px; }
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.problem-card {
  min-height: 230px;
  padding: 24px 16px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 26px rgba(13,18,26,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: rgba(215,25,32,.22); }
.problem-icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  color: #1f2227;
  background: var(--soft-red);
  border: 1px solid rgba(215,25,32,.16);
  border-radius: 28px;
}
.problem-icon svg {
  width: 74px;
  height: 74px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.problem-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 900;
}

.section-reasons {
  background:
    radial-gradient(circle at 88% 10%, rgba(215,25,32,.07), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fafafa 100%);
}
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}
.reason-card {
  position: relative;
  overflow: hidden;
  min-height: 278px;
  padding: 34px 30px;
  color: #fff;
  background: linear-gradient(145deg, var(--red) 0%, #e32a30 48%, var(--red-dark) 100%);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-red);
}
.reason-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  inset: -56px -50px auto auto;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
}
.reason-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
}
.reason-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.reason-card h3,
.reason-card p { position: relative; z-index: 1; }
.reason-card h3 {
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: -.02em;
}
.reason-card p { margin: 0; color: rgba(255,255,255,.88); font-weight: 650; }

.section-menu { background: #fff; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.menu-card {
  position: relative;
  min-height: 245px;
  padding: 28px 18px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 28px rgba(13,18,26,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: rgba(215,25,32,.22); }
.menu-card > span {
  position: absolute;
  inset: 14px auto auto 14px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 950;
}
.menu-card h3 { margin: 18px 0 9px; font-size: 17px; line-height: 1.35; }
.menu-card p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 650; }
.menu-icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 22px;
  background: var(--soft-red);
  border: 1px solid rgba(215,25,32,.16);
}
.menu-icon::before,
.menu-icon::after { content: ""; position: absolute; }
.sample::before { width: 28px; height: 13px; left: 11px; top: 34px; border: 3px solid #23262b; border-left: 0; border-radius: 0 7px 7px 0; }
.sample::after { width: 18px; height: 22px; right: 14px; top: 20px; border: 3px solid var(--red); border-radius: 5px; background: #fff; }
.tester::before { width: 12px; height: 34px; left: 20px; top: 21px; border: 3px solid #23262b; border-radius: 3px 3px 7px 7px; }
.tester::after { width: 14px; height: 42px; right: 18px; top: 14px; border: 3px solid var(--red); border-radius: 4px 4px 8px 8px; }
.poster::before { inset: 14px 18px; border: 3px solid #23262b; border-radius: 4px; background: #fff; }
.poster::after { width: 24px; height: 14px; left: 23px; bottom: 22px; border-top: 3px solid var(--red); border-bottom: 3px solid var(--red); }
.noren::before { width: 42px; height: 10px; left: 14px; top: 16px; background: #23262b; border-radius: 4px; }
.noren::after { width: 34px; height: 36px; left: 18px; top: 24px; background: linear-gradient(90deg, var(--red) 0 47%, transparent 47% 53%, #ef7478 53%); border-radius: 0 0 9px 9px; }
.booth::before { width: 46px; height: 12px; left: 12px; top: 18px; background: #23262b; border-radius: 5px; }
.booth::after { width: 36px; height: 31px; left: 18px; top: 29px; border: 3px solid var(--red); border-top: 0; border-radius: 0 0 7px 7px; }
.sns::before { width: 30px; height: 44px; left: 22px; top: 12px; border: 3px solid #23262b; border-radius: 7px; background: #fff; }
.sns::after { width: 18px; height: 18px; left: 30px; top: 27px; background: var(--red); clip-path: polygon(50% 88%, 12% 48%, 12% 25%, 32% 10%, 50% 24%, 68% 10%, 88% 25%, 88% 48%); }
.survey::before { width: 34px; height: 44px; left: 17px; top: 12px; border: 3px solid #23262b; border-radius: 6px; background: #fff; }
.survey::after { width: 22px; height: 24px; left: 27px; top: 26px; border-top: 3px solid var(--red); border-bottom: 3px solid var(--red); box-shadow: 0 9px 0 -6px var(--red); }
.influencer::before { width: 24px; height: 24px; left: 23px; top: 13px; border: 3px solid #23262b; border-radius: 50%; }
.influencer::after { width: 42px; height: 27px; left: 14px; top: 41px; border: 3px solid var(--red); border-bottom: 0; border-radius: 28px 28px 0 0; }

.section-cases {
  background:
    linear-gradient(180deg, #fff 0%, #f8f9fb 100%);
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
}
.case-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.case-visual {
  position: relative;
  height: 168px;
  overflow: hidden;
}
.case-visual span {
  position: absolute;
  z-index: 2;
  inset: 14px auto auto 14px;
  padding: 6px 12px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}
.case-visual i,
.case-visual b { position: absolute; display: block; }
.visual-skincare { background: radial-gradient(circle at 22% 28%, rgba(255,255,255,.72), transparent 22%), linear-gradient(135deg, #dcedd4, #f7e5ca); }
.visual-skincare i { width: 36px; height: 96px; left: 75px; bottom: 20px; border-radius: 14px 14px 9px 9px; background: #fff; box-shadow: 44px 14px 0 -4px rgba(255,255,255,.96), 88px 4px 0 -6px rgba(236,214,164,.96); }
.visual-skincare b { width: 165px; height: 26px; left: 42px; bottom: 18px; background: rgba(83,105,70,.16); filter: blur(9px); }
.visual-drink { background: radial-gradient(circle at 75% 18%, rgba(255,255,255,.7), transparent 20%), linear-gradient(135deg, #fff1b9, #f5c26b); }
.visual-drink i { width: 30px; height: 88px; left: 72px; bottom: 22px; border-radius: 13px 13px 8px 8px; background: linear-gradient(#fff 0 30%, #f09821 30%); box-shadow: 44px 0 0 -3px #e0891f, 90px 8px 0 -4px #ffd069; }
.visual-drink b { width: 48px; height: 48px; right: 24px; bottom: 25px; background: #fff7d9; border-radius: 50%; box-shadow: -16px 18px 0 -12px #fff; }
.visual-hair { background: radial-gradient(circle at 82% 22%, rgba(255,255,255,.66), transparent 23%), linear-gradient(135deg, #e5f3e5, #f4eee8); }
.visual-hair i { width: 42px; height: 90px; left: 72px; bottom: 18px; border-radius: 11px; background: linear-gradient(#292929 0 26%, #7f4d38 26%); box-shadow: 58px 0 0 -6px #222; }
.visual-hair b { width: 90px; height: 80px; right: -12px; top: 25px; background: rgba(76,148,85,.25); border-radius: 50%; }
.visual-food { background: radial-gradient(circle at 22% 22%, rgba(255,255,255,.72), transparent 24%), linear-gradient(135deg, #f8efe5, #f0c6a3); }
.visual-food i { width: 98px; height: 46px; left: 54px; bottom: 37px; border-radius: 8px; background: linear-gradient(135deg, #2c2c2f, #fcf3e7); transform: rotate(-8deg); box-shadow: 40px 12px 0 -8px #eb5a3b; }
.visual-food b { width: 74px; height: 74px; right: 24px; bottom: 28px; border: 10px solid rgba(255,255,255,.5); border-radius: 50%; }
.case-body { padding: 20px 20px 22px; }
.case-body h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.35; }
.case-body p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 650; }


.section-partners {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(58,143,177,.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(215,25,32,.07), transparent 30%),
    linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
}
.section-partners::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,0)),
    repeating-linear-gradient(90deg, rgba(32,110,140,.05) 0 1px, transparent 1px 118px);
  opacity: .55;
}
.section-partners .container { position: relative; z-index: 1; }
.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.partner-card {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  padding: 22px 16px 18px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
  text-align: center;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(232,234,238,.9);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(13,18,26,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(215,25,32,.20);
}
.partner-card::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  right: -28px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(215,25,32,.08);
}
.partner-mark {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.04em;
}
.partner-card strong,
.partner-card small {
  position: relative;
  z-index: 1;
}
.partner-card strong {
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -.02em;
}
.partner-card small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}
.partner-card-hot .partner-mark { background: linear-gradient(135deg, #d71920, #ef7c21); }
.partner-card-sento .partner-mark { background: linear-gradient(135deg, #151515, #444); }
.partner-card-dark {
  color: #fff;
  background: linear-gradient(135deg, #171717, #2a2c30);
  border-color: rgba(255,255,255,.12);
}
.partner-card-dark small { color: rgba(255,255,255,.62); }
.partner-card-dark .partner-mark { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.18); }
.partner-card-blue .partner-mark { background: linear-gradient(135deg, #2b9dcc, #3e6dd7); }
.partner-card-minimal .partner-mark { background: linear-gradient(135deg, #20242a, #77808a); }
.partner-card-energy .partner-mark { background: linear-gradient(135deg, #ffb703, #fb3b2f); }
.partner-card-akasaka .partner-mark { background: linear-gradient(135deg, #b20f18, #151515); }
.partner-note {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 16px 24px;
  color: var(--ink-2);
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: center;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(13,18,26,.045);
}

.section-flow { background: #fff; }
.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px;
  counter-reset: step;
}
.flow-list li {
  position: relative;
  min-height: 180px;
  padding: 24px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 26px rgba(13,18,26,.045);
}
.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
  z-index: 2;
}
.flow-list li span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-weight: 950;
  margin-bottom: 17px;
}
.flow-list h3 { margin: 0 0 8px; font-size: 18px; }
.flow-list p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 650; }

.section-faq {
  background:
    radial-gradient(circle at 12% 20%, rgba(58,143,177,.08), transparent 28%),
    #f8fafb;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}
.faq-copy {
  position: sticky;
  top: calc(var(--header-h) + 28px);
}
.faq-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -.05em;
}
.faq-copy p:not(.eyebrow) { margin: 0; color: var(--muted); font-weight: 650; }
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(13,18,26,.04);
}
.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  color: var(--ink);
  background: transparent;
  border: 0;
  text-align: left;
  font-weight: 900;
}
.faq-item button::before {
  content: "Q";
  color: var(--red);
  font-weight: 950;
  margin-right: 2px;
}
.faq-item button span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.faq-item button span::before,
.faq-item button span::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}
.faq-item button span::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] span::after { transform: rotate(0); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}
.faq-answer p {
  margin: 0;
  padding: 0 24px 22px 58px;
  color: var(--muted);
  font-weight: 650;
}

.section-contact {
  background: #fff;
}
.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 48px;
  padding: 42px;
  background:
    radial-gradient(circle at 0% 100%, rgba(215,25,32,.06), transparent 28%),
    linear-gradient(180deg, #fff, #fbfcfd);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.contact-intro h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -.05em;
}
.contact-intro p:not(.eyebrow) { margin: 0 0 24px; color: var(--muted); font-weight: 650; }
.contact-photo {
  min-height: 280px;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.35)),
    url("assets/bg-mobile.png") center 74% / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 16px 34px rgba(13,18,26,.10);
}
.contact-form {
  display: grid;
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
}
.contact-form .required {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  margin-left: 6px;
  padding: 1px 6px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 10px;
  vertical-align: middle;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form textarea { resize: vertical; min-height: 134px; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(215,25,32,.68);
  box-shadow: 0 0 0 4px rgba(215,25,32,.10);
}
.full { grid-column: 1 / -1; }
.privacy {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  color: var(--muted);
  font-size: 13px !important;
  font-weight: 700 !important;
}
.privacy input { width: 18px; height: 18px; accent-color: var(--red); }
.privacy a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800;
}
.privacy a:hover {
  color: var(--red-2);
}

.btn-submit {
  width: 100%;
  min-height: 60px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-2));
  box-shadow: var(--shadow-red);
  border: 0;
}
.form-status {
  min-height: 22px;
  margin: -6px 0 0;
  color: var(--red);
  font-weight: 800;
}

.site-footer {
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(215,25,32,.20), transparent 32%),
    linear-gradient(135deg, #151515, #222327);
  padding: 44px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.3fr;
  gap: 36px;
  align-items: start;
}
.footer-logo { font-size: 25px; }
.footer-logo::after { content: ""; }
.site-footer p,
.site-footer address {
  margin: 12px 0 0;
  color: rgba(255,255,255,.76);
  font-style: normal;
  font-size: 13px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 13px;
  font-weight: 800;
  justify-content: flex-end;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.65);
}
.to-top {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: #fff;
}
.mobile-sticky-cta { display: none; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .brand { min-width: 176px; }
  .brand-sub { display: none; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); }
  .hero-panel { display: none; }
  .problem-grid, .menu-grid, .case-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .flow-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .flow-list li::after { display: none; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 640px); --header-h: 70px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .mobile-nav.is-open { display: block; }
  .nav-wrap { gap: 12px; }
  .brand-logo { font-size: 27px; }
  .brand-sub { display: block; font-size: 10px; }

  .section { padding: 76px 0; }
  .hero {
    min-height: 820px;
    padding: calc(var(--header-h) + 34px) 0 42px;
  }
  .hero-bg {
    background-image:
      radial-gradient(520px 420px at 72% 18%, rgba(19,139,161,.055), transparent 70%),
      radial-gradient(520px 360px at 76% 54%, rgba(215,25,32,.045), transparent 70%),
      linear-gradient(180deg, #fff 0%, #fbfdff 70%, #fff 100%);
    background-size: cover;
    background-position: center top;
  }
  .hero-inner { min-height: 700px; align-items: start; }
  .hero-copy h1 { font-size: clamp(40px, 10vw, 58px); }
  .hero-lead { font-size: 15px; line-height: 1.85; max-width: 96%; }
  .hero-actions { margin-top: 24px; gap: 12px; }
  .btn { min-height: 54px; padding: 0 20px; font-size: 14px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-checks { display: grid; gap: 8px; margin-top: 18px; }
  .hero-checks li { width: fit-content; background: rgba(255,255,255,.84); }

  .stats-section { margin-top: -92px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .stat-card {
    min-height: 130px;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 16px 8px;
    text-align: center;
    border-radius: 16px;
  }
  .stat-icon { width: 42px; height: 42px; margin: 0 auto; border-radius: 13px; }
  .stat-icon svg { width: 25px; height: 25px; }
  .stat-card p strong { font-size: 29px; }
  .stat-card p span { display: block; margin: 3px 0 0; font-size: 11px; }
  .stat-card.is-experience p strong { font-size: 24px; letter-spacing: -.055em; }
  .stat-card.is-experience p span { font-size: 11px; margin-top: 4px; }
  .stat-card h3,
  .stat-card small { grid-column: auto; }
  .stat-card h3 { margin: 2px 0 0; font-size: 12px; }
  .stat-card small { display: none; }

  .section-heading { margin-bottom: 26px; }
  .section-heading h2 { font-size: clamp(28px, 8vw, 38px); }
  .section-heading p:not(.eyebrow) { font-size: 14px; }
  .eyebrow { font-size: 11px; }
  .problem-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .problem-card { min-height: 184px; padding: 19px 10px; }
  .problem-icon { width: 78px; height: 78px; margin-bottom: 12px; }
  .problem-card h3 { font-size: 13px; }

  .reason-grid { grid-template-columns: 1fr; gap: 14px; }
  .reason-card { min-height: auto; padding: 26px 22px; border-radius: 20px; }
  .reason-card h3 { font-size: 19px; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .menu-card { min-height: 198px; padding: 24px 12px 17px; border-radius: 16px; }
  .menu-icon { width: 56px; height: 56px; border-radius: 17px; }
  .menu-card h3 { font-size: 14px; margin-top: 13px; }
  .menu-card p { font-size: 11px; line-height: 1.55; }

  .case-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 16px 10px;
    margin-inline: -16px;
  }
  .case-card { flex: 0 0 78%; scroll-snap-align: center; }
  .case-visual { height: 150px; }

  .flow-list { grid-template-columns: 1fr; gap: 12px; }
  .flow-list li { min-height: 0; padding: 20px; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-items: start; }
  .flow-list li span { margin: 0; grid-row: span 2; }
  .flow-list h3 { margin: 0 0 4px; }
  .flow-list p { font-size: 13px; }

  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .faq-copy { position: static; text-align: center; }
  .faq-copy h2, .contact-intro h2 { font-size: 38px; }
  .faq-item button { padding: 18px 16px; font-size: 14px; }
  .faq-answer p { padding: 0 16px 18px 42px; font-size: 13px; }

  .contact-box { grid-template-columns: 1fr; gap: 24px; padding: 24px 18px; border-radius: 22px; }
  .contact-intro { text-align: center; }
  .contact-photo { min-height: 190px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-form input, .contact-form textarea { padding: 13px 14px; }
  .site-footer { padding-bottom: 94px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .footer-links { justify-content: center; }
  .footer-bottom { justify-content: center; text-align: center; }
  .to-top { position: fixed; right: 16px; bottom: 86px; background: rgba(20,20,20,.75); backdrop-filter: blur(10px); }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 70;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.92);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 30px rgba(13,18,26,.10);
    backdrop-filter: blur(18px);
    transition: transform .22s ease;
  }
  .mobile-sticky-cta.is-hidden { transform: translateY(120%); }
  .mobile-sticky-cta a {
    display: grid;
    place-items: center;
    min-height: 46px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 950;
  }
  .mobile-sticky-cta a:first-child { color: #fff; background: var(--red); box-shadow: 0 10px 22px rgba(215,25,32,.22); }
  .mobile-sticky-cta a:last-child { color: var(--red); background: var(--soft-red); }
}

@media (max-width: 420px) {
  :root { --container: min(100% - 26px, 640px); }
  .brand-sub { display: none; }
  .hero-copy h1 { font-size: 41px; }
  .stats-grid { gap: 6px; }
  .stat-card p strong { font-size: 26px; }
  .stat-card.is-experience p strong { font-size: 22px; }
  .problem-grid, .menu-grid { gap: 10px; }
  .case-card { flex-basis: 86%; }
}


/* Revised icon system: semantic SVG icons aligned to each copy block */
.problem-icon .accent,
.menu-icon .accent { stroke: var(--red); }
.problem-icon svg,
.menu-icon svg,
.case-illust {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-icon {
  display: grid;
  place-items: center;
}
.menu-icon::before,
.menu-icon::after {
  content: none !important;
  display: none !important;
}
.menu-icon svg {
  width: 48px;
  height: 48px;
  stroke: #23262b;
  stroke-width: 3.1;
}
.menu-icon svg .accent {
  stroke: var(--red);
}

.case-label {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.45;
}
.case-visual {
  display: grid;
  place-items: center;
}
.case-visual::after {
  content: "";
  position: absolute;
  inset: auto -26px -46px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
}
.case-illust {
  position: relative;
  z-index: 1;
  width: 92%;
  height: 78%;
  margin-top: 20px;
  stroke: rgba(30,34,40,.78);
  stroke-width: 5;
}
.case-illust .product,
.case-illust .accent { stroke: var(--red); }
.case-illust .fruit { stroke: #f0a314; }
.case-illust .steam { stroke: rgba(255,255,255,.84); }
.case-illust .noren { stroke: #d71920; }
.visual-melano { background: radial-gradient(circle at 18% 16%, rgba(255,255,255,.75), transparent 28%), linear-gradient(135deg, #fff3cf, #f5ead7 48%, #e7f3df); }
.visual-success { background: radial-gradient(circle at 82% 17%, rgba(255,255,255,.70), transparent 26%), linear-gradient(135deg, #eaf5ff, #e6f0e8 50%, #d7e6f7); }
.visual-ice { background: radial-gradient(circle at 18% 20%, rgba(255,255,255,.72), transparent 25%), linear-gradient(135deg, #fff0bf, #f7d36d 52%, #f3b84d); }
.visual-choosy { background: radial-gradient(circle at 78% 18%, rgba(255,255,255,.74), transparent 26%), linear-gradient(135deg, #ffe2e7, #f6d7e8 54%, #f0eefc); }

@media (max-width: 820px) {
  .problem-icon svg { width: 60px; height: 60px; }
  .menu-icon svg { width: 38px; height: 38px; stroke-width: 3.2; }
  .case-label { font-size: 11px; }
}

/* 2026-05 case image and logo fixes */
.brand-logo {
  color: var(--ink);
  letter-spacing: -0.04em;
  gap: 0;
}
.brand-logo i,
.brand-logo strong {
  display: none !important;
}

.case-visual {
  background: #f4f5f7;
  display: block;
}
.case-visual img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case-visual::after,
.case-illust {
  display: none !important;
}
.case-visual span {
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

@media (max-width: 820px) {
  .case-visual { height: 158px; }

  .partner-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .partner-card { min-height: 132px; padding: 18px 10px 15px; border-radius: 16px; }
  .partner-mark { width: 46px; height: 46px; border-radius: 15px; font-size: 18px; }
  .partner-card strong { font-size: 14px; }
  .partner-card small { font-size: 9px; letter-spacing: .08em; }
  .partner-note { border-radius: 18px; padding: 14px 16px; font-size: 13px; }
}

/* Partner facility logo cards: revised */
.section-partners .section-heading { margin-bottom: 32px; }
.partner-card {
  min-height: 188px;
  padding: 24px 16px 20px;
  gap: 14px;
  background: rgba(255,255,255,.94);
}
.partner-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 92px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fafafa);
}
.partner-logo img {
  display: block;
  max-width: 94%;
  max-height: 86px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partner-logo-dark { background: #111; }
.partner-card strong {
  z-index: 1;
  font-size: 17px;
  color: var(--ink);
}
.partner-card small { display: none !important; }
.partner-note { display: none !important; }

@media (max-width: 820px) {
  .partner-card { min-height: 156px; padding: 16px 10px 14px; gap: 10px; }
  .partner-logo { height: 76px; border-radius: 14px; }
  .partner-logo img { max-height: 70px; }
  .partner-card strong { font-size: 13px; }
}

/* Section micro copy: clarify that displayed cases/facilities are partial examples */
.section-heading p.section-note {
  width: fit-content;
  max-width: min(720px, 100%);
  margin: 14px auto 0;
  padding: 11px 18px;
  color: #4b5058;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 800;
  letter-spacing: -.01em;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(215,25,32,.16);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(16,24,40,.06);
}
.section-cases .section-heading p.section-note {
  background: rgba(255,255,255,.94);
}
.section-partners .section-heading p.section-note {
  background: rgba(255,255,255,.92);
}
@media (max-width: 820px) {
  .section-heading p.section-note {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.65;
    text-align: left;
  }
}


/* Final partner logo-only presentation */
.section-partners {
  background: #fff;
}
.section-partners::before {
  display: none;
}
.partner-grid {
  max-width: 980px;
  margin: 0 auto;
  align-items: center;
  row-gap: 34px;
  column-gap: 42px;
}
.partner-card,
.partner-card:hover {
  min-height: auto;
  padding: 0;
  gap: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.partner-card::after {
  display: none;
}
.partner-logo,
.partner-logo-dark {
  width: 100%;
  height: 106px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 0;
  background: #fff !important;
  overflow: visible;
}
.partner-logo img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}
.partner-card strong,
.partner-card small {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 820px) {
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
    column-gap: 22px;
  }
  .partner-card { min-height: auto; padding: 0; }
  .partner-logo { height: 78px; padding: 6px 8px; }
  .partner-logo img { max-height: 72px; }
}


/* 2026-05-19: Added facility logos and left-aligned FAQ questions */
.partner-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1120px;
  column-gap: 44px;
  row-gap: 36px;
}
.partner-logo {
  background: #fff !important;
}
.partner-logo img {
  mix-blend-mode: normal;
}
.faq-copy,
.faq-item button,
.faq-answer p {
  text-align: left;
}
.faq-item button {
  justify-content: flex-start;
  line-height: 1.65;
}
.faq-item button span {
  margin-left: auto;
}
.faq-item button::before {
  flex: 0 0 auto;
}
@media (max-width: 820px) {
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 24px;
  }
  .faq-copy {
    text-align: left;
  }
}

/* 2026-05-29: Case study slider and partner infinite logo slideshow */
.case-slider {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.case-viewport {
  overflow: hidden;
  padding: 4px 2px 16px;
}
.case-track {
  display: flex;
  gap: 24px;
  align-items: stretch;
  will-change: transform;
  transform: translate3d(0,0,0);
  transition: transform .52s cubic-bezier(.22, .61, .36, 1);
}
.case-track .case-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
.case-track .case-visual {
  height: 220px;
  background: #fff;
}
.case-track .case-visual img {
  object-fit: cover;
  object-position: center;
}
.case-track .case-visual.case-contain img {
  object-fit: contain;
  padding: 10px;
  background: #fff;
}
.case-track .case-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.case-track .case-body h3 {
  min-height: 2.7em;
}
.case-track .case-label {
  min-height: 1.55em;
}
.case-track .case-body p:last-child {
  margin-top: 0;
}
.case-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}
.case-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215,25,32,.22);
  border-radius: 999px;
  color: var(--red);
  background: #fff;
  box-shadow: 0 12px 28px rgba(13,18,26,.07);
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.case-arrow:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 34px rgba(215,25,32,.22);
}
.case-arrow:disabled {
  opacity: .36;
  cursor: default;
  transform: none;
  color: #8e929a;
  background: #fff;
  box-shadow: none;
}
.case-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 130px;
}
.case-dot {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(35,38,43,.18);
  cursor: pointer;
  transition: width .24s ease, background .24s ease;
}
.case-dot.is-active {
  width: 26px;
  background: var(--red);
}

.section-partners {
  overflow: hidden;
  background: #fff;
}
.partner-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 4px auto 0;
  padding: 12px 0 22px;
}
.partner-marquee::before,
.partner-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(110px, 16vw);
  z-index: 2;
  pointer-events: none;
}
.partner-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.partner-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.partner-track {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  width: max-content;
  animation: partnerLogoLoop 46s linear infinite;
}
.partner-track:hover {
  animation-play-state: paused;
}
.partner-slide {
  flex: 0 0 clamp(118px, 11vw, 164px);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.partner-slide img {
  display: block;
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}
@keyframes partnerLogoLoop {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-50%,0,0); }
}

@media (max-width: 1024px) {
  .case-track .case-card { flex-basis: calc((100% - 20px) / 2); }
  .case-track { gap: 20px; }
}
@media (max-width: 640px) {
  .case-slider { margin-inline: -4px; }
  .case-viewport { padding-inline: 4px; overflow: hidden; }
  .case-track { gap: 16px; }
  .case-track .case-card { flex-basis: 86%; }
  .case-track .case-visual { height: 180px; }
  .case-controls { margin-top: 10px; gap: 12px; }
  .case-arrow { width: 42px; height: 42px; }
  .case-dots { min-width: 96px; gap: 6px; }
  .case-dot { width: 7px; height: 7px; }
  .case-dot.is-active { width: 22px; }
  .partner-marquee { padding-top: 6px; }
  .partner-track { gap: 20px; animation-duration: 40s; }
  .partner-slide { flex-basis: 112px; height: 78px; }
  .partner-slide img { max-height: 70px; }
}
@media (prefers-reduced-motion: reduce) {
  .case-track { transition: none; }
  .partner-track { animation: none; }
  .partner-marquee { overflow-x: auto; }
}

/* 2026-05-30: Reason section visual slider placeholders */
.activation-slider-block {
  margin-top: clamp(40px, 6vw, 72px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(215, 25, 32, .10);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 0%, rgba(215,25,32,.08), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(22,147,165,.11), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,249,.92));
  box-shadow: 0 24px 70px rgba(13,18,26,.08);
  overflow: hidden;
}
.activation-header {
  max-width: 760px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  text-align: center;
}
.activation-header h3 {
  margin: 8px 0 12px;
  font-size: clamp(2.4rem, 3.5vw, 3.8rem);
  line-height: 1.2;
  letter-spacing: .04em;
}
.activation-header p:last-child {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.9;
}
.activation-slider {
  position: relative;
}
.activation-viewport {
  overflow: hidden;
  padding: 4px 2px 14px;
}
.activation-track {
  display: flex;
  gap: 22px;
  align-items: stretch;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform .52s cubic-bezier(.22, .61, .36, 1);
}
.activation-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(31,35,42,.08);
  box-shadow: 0 18px 45px rgba(13,18,26,.09);
  display: flex;
  flex-direction: column;
}
.activation-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #fff;
  overflow: hidden;
}
.activation-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activation-visual span {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(215,25,32,.92);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.activation-body {
  flex: 1;
  padding: 18px 18px 20px;
}
.activation-body h4 {
  margin: 0 0 8px;
  font-size: 1.8rem;
  line-height: 1.45;
  letter-spacing: .03em;
}
.activation-body p {
  margin: 0;
  color: var(--muted);
  font-size: 1.36rem;
  line-height: 1.8;
  font-weight: 700;
}
.activation-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}
.activation-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215,25,32,.22);
  border-radius: 999px;
  color: var(--red);
  background: #fff;
  box-shadow: 0 12px 28px rgba(13,18,26,.07);
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.activation-arrow:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 34px rgba(215,25,32,.22);
}
.activation-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 130px;
}
.activation-dot {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(35,38,43,.18);
  cursor: pointer;
  transition: width .24s ease, background .24s ease;
}
.activation-dot.is-active {
  width: 26px;
  background: var(--red);
}
@media (max-width: 1024px) {
  .activation-track { gap: 20px; }
  .activation-card { flex-basis: calc((100% - 20px) / 2); }
}
@media (max-width: 640px) {
  .activation-slider-block {
    margin-inline: -4px;
    padding: 22px 16px 26px;
    border-radius: 28px;
  }
  .activation-header h3 { font-size: 2.4rem; }
  .activation-viewport { padding-inline: 4px; }
  .activation-track { gap: 16px; }
  .activation-card { flex-basis: 86%; }
  .activation-body { padding: 16px; }
  .activation-controls { margin-top: 10px; gap: 12px; }
  .activation-arrow { width: 42px; height: 42px; }
  .activation-dots { min-width: 96px; gap: 6px; }
  .activation-dot { width: 7px; height: 7px; }
  .activation-dot.is-active { width: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .activation-track { transition: none; }
}

/* 2026-05-30: Decoration / display image slider inserted below the 3 reasons section */
.section-setup {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(215,25,32,.06), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}
.section-setup::before {
  content: "";
  position: absolute;
  inset: 7% auto auto -90px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(215,25,32,.10);
  border-radius: 999px;
  pointer-events: none;
}
.section-setup .container {
  position: relative;
  z-index: 1;
}
.setup-slider {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.setup-viewport {
  overflow: hidden;
  padding: 4px 2px 14px;
}
.setup-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  will-change: transform;
  transform: translate3d(0,0,0);
  transition: transform .52s cubic-bezier(.22,.61,.36,1);
}
.setup-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(215,25,32,.10);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(13,18,26,.08);
}
.setup-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #fff;
}
.setup-caption {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 4px;
  padding: 18px 18px 20px;
}
.setup-caption span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.02em;
}
.setup-caption h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.01em;
}
.setup-caption p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
}
.setup-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.setup-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215,25,32,.22);
  border-radius: 999px;
  color: var(--red);
  background: #fff;
  box-shadow: 0 12px 28px rgba(13,18,26,.07);
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.setup-arrow:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 34px rgba(215,25,32,.22);
}
.setup-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 130px;
}
.setup-dot {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(35,38,43,.18);
  cursor: pointer;
  transition: width .24s ease, background .24s ease;
}
.setup-dot.is-active {
  width: 26px;
  background: var(--red);
}
.setup-note {
  width: min(820px, 100%);
  margin: 18px auto 0;
  padding: 13px 18px;
  border: 1px solid rgba(215,25,32,.12);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.82);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .setup-track { gap: 20px; }
  .setup-card { flex-basis: calc((100% - 20px) / 2); }
}
@media (max-width: 640px) {
  .section-setup .section-heading p:not(.eyebrow) { text-align: left; }
  .setup-slider { margin-inline: -4px; }
  .setup-viewport { padding-inline: 4px; }
  .setup-track { gap: 16px; }
  .setup-card { flex-basis: 86%; border-radius: 20px; }
  .setup-caption { padding: 15px 15px 17px; grid-template-columns: 36px 1fr; column-gap: 10px; }
  .setup-caption span { width: 36px; height: 36px; font-size: 12px; }
  .setup-caption h3 { font-size: 16px; }
  .setup-caption p { font-size: 12px; }
  .setup-controls { gap: 12px; margin-top: 10px; }
  .setup-arrow { width: 42px; height: 42px; }
  .setup-dots { min-width: 96px; gap: 6px; }
  .setup-dot { width: 7px; height: 7px; }
  .setup-dot.is-active { width: 22px; }
  .setup-note { border-radius: 18px; text-align: left; font-size: 12px; line-height: 1.7; }
}
@media (prefers-reduced-motion: reduce) {
  .setup-track { transition: none; }
}

/* 2026-05-31: Activation slider moved below the menu section */
.section-activation {
  background: linear-gradient(180deg, #fff, #fff7f7 78%, #fff);
}
.section-activation .activation-slider-block {
  margin-top: 0;
}


/* 2026-06-01: activation slider autoplay + influencer mock section */
.activation-track {
  transition: transform .9s cubic-bezier(.22, .61, .36, 1);
}
.activation-viewport {
  cursor: grab;
  touch-action: pan-y;
}
.activation-viewport.is-dragging {
  cursor: grabbing;
}
.activation-slider:hover .activation-track,
.activation-slider:focus-within .activation-track {
  transition-duration: .72s;
}

.section-influencer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(215,25,32,.06), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(22,147,165,.09), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fff8f7 100%);
}
.section-influencer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(215,25,32,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215,25,32,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}
.section-influencer .container {
  position: relative;
  z-index: 1;
}
.influencer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.influencer-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(31,35,42,.08);
  box-shadow: 0 22px 60px rgba(13,18,26,.08);
}
.mock-phone {
  position: relative;
  margin: 18px 18px 0;
  padding: 12px;
  border-radius: 26px;
  background: #11151d;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.mock-post-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 4px 10px;
  color: #fff;
}
.mock-post-top strong {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  letter-spacing: -.01em;
}
.mock-post-top em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.mock-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #ffd9d9 48%, #e21b2d);
}
.mock-post-visual {
  position: relative;
  min-height: 225px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.42), transparent 20%),
    linear-gradient(135deg, rgba(215,25,32,.18), rgba(22,147,165,.22)),
    linear-gradient(180deg, #f8f4ef, #eadfd6);
}
.mock-post-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255,255,255,.75);
  border-radius: 18px;
}
.mock-post-visual span {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.96);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: .18em;
  font-weight: 950;
  text-align: center;
  text-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.mock-post-visual i {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 16px 28px rgba(13,18,26,.12);
}
.mock-tone-hair .mock-post-visual { background: linear-gradient(135deg, #25324a, #7eb1bc); }
.mock-tone-drink .mock-post-visual { background: linear-gradient(135deg, #f2c65b, #f58f67); }
.mock-tone-event .mock-post-visual { background: linear-gradient(135deg, #68423d, #d49c88); }
.mock-post-actions {
  display: flex;
  gap: 12px;
  padding: 10px 4px 0;
  color: #fff;
  font-size: 17px;
}
.influencer-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 22px;
}
.influencer-body span {
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--red);
  background: rgba(215,25,32,.08);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}
.influencer-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: .02em;
}
.influencer-body p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .influencer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .influencer-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 16px;
    margin-inline: -4px;
  }
  .influencer-card {
    flex: 0 0 86%;
    scroll-snap-align: center;
    border-radius: 24px;
  }
  .mock-phone {
    margin: 14px 14px 0;
    border-radius: 22px;
  }
  .mock-post-visual {
    min-height: 210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .activation-track {
    transition: none;
  }
}

/* 2026-06-02: upper funnel copy refinement */
.hero-question {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.55;
  letter-spacing: -.04em;
  font-weight: 950;
}
.hero-question::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  margin: 0 12px 7px 0;
  border-radius: 999px;
  background: var(--red);
}
.section-brand-hook {
  padding: 56px 0 34px;
  background:
    radial-gradient(circle at 6% 18%, rgba(215,25,32,.07), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}
.brand-hook-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  color: var(--ink);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(215,25,32,.14);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(13,18,26,.08);
}
.brand-hook-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--red), var(--red-2));
}
.brand-hook-card::after {
  content: "USE IT";
  position: absolute;
  right: clamp(18px, 4vw, 42px);
  bottom: -8px;
  color: rgba(215,25,32,.055);
  font-size: clamp(56px, 12vw, 142px);
  line-height: .8;
  letter-spacing: -.08em;
  font-weight: 950;
  pointer-events: none;
}
.brand-hook-kicker {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--red);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 950;
}
.brand-hook-card h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.2;
  letter-spacing: -.055em;
}
.brand-hook-card > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 2;
  font-weight: 650;
}
@media (max-width: 820px) {
  .hero-question {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.6;
  }
  .hero-question::before {
    width: 28px;
    margin-bottom: 6px;
  }
  .section-brand-hook {
    padding: 44px 0 22px;
  }
  .brand-hook-card {
    border-radius: 22px;
  }
  .brand-hook-card h2 br {
    display: none;
  }
}

/* 2026-06-02: hero readability and richer case descriptions */
.hero-copy h1 {
  max-width: 640px;
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: 1.08;
}
.hero-lead.hero-lead-main {
  max-width: 590px;
  margin-top: 24px;
  padding: 16px 20px 16px 18px;
  background: rgba(255,255,255,.78);
  border-left: 4px solid var(--red);
  border-radius: 0 18px 18px 0;
  box-shadow: 0 14px 34px rgba(13,18,26,.06);
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.9;
}
.case-track .case-period {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 950;
  letter-spacing: .02em;
}
.case-track .case-copy {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 650;
}
.case-track .case-body h3 {
  min-height: 2.65em;
  margin-bottom: 8px;
}
.case-track .case-label {
  min-height: 1.55em;
  margin-bottom: 8px;
}
@media (max-width: 820px) {
  .hero-copy h1 {
    font-size: clamp(38px, 10vw, 52px);
    letter-spacing: -.055em;
  }
  .hero-lead.hero-lead-main {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 0 16px 16px 0;
    font-size: 14.5px;
    line-height: 1.85;
  }
}
@media (max-width: 640px) {
  .hero-lead.hero-lead-main br { display: none; }
}

/* 2026-06-02: influencer post cards use actual photos */
.influencer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.influencer-card {
  border: 0;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 58px rgba(13,18,26,.09);
}
.influencer-media {
  position: relative;
  margin: 18px 18px 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  aspect-ratio: 4 / 5;
}
.influencer-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.influencer-card:nth-child(2) .influencer-media img {
  object-position: center center;
}
.influencer-card:nth-child(3) .influencer-media img {
  object-position: center center;
}
.influencer-body {
  padding: 18px 20px 24px;
}
.influencer-body span {
  display: none;
}
.influencer-body h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 20px;
}
.influencer-body p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.85;
}
@media (max-width: 1024px) {
  .influencer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .influencer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .influencer-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 16px;
    margin-inline: -4px;
  }
  .influencer-card {
    flex: 0 0 86%;
    scroll-snap-align: center;
    border-radius: 24px;
  }
  .influencer-media {
    margin: 14px 14px 0;
    border-radius: 20px;
    aspect-ratio: 4 / 5.15;
  }
}

/* 2026-06-05: mid-page CTA, download survey modal, and Haginoyu logo replacement polish */
button.btn {
  font: inherit;
  cursor: pointer;
}
.activation-cta {
  margin: clamp(22px, 3vw, 34px) auto 0;
  padding: clamp(18px, 2.8vw, 26px);
  max-width: 780px;
  border-radius: 26px;
  text-align: center;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(215,25,32,.12);
  box-shadow: 0 18px 46px rgba(13,18,26,.08);
}
.activation-cta p {
  margin: 0 0 16px;
  color: var(--black);
  font-size: clamp(1.4rem, 1.6vw, 1.65rem);
  font-weight: 850;
  line-height: 1.8;
}
.activation-cta .btn {
  min-width: min(100%, 340px);
}
.download-modal[hidden] {
  display: none !important;
}
.download-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.download-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13,18,26,.58);
  backdrop-filter: blur(8px);
}
.download-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-height: min(88vh, 780px);
  overflow: auto;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(215,25,32,.08), transparent 30%),
    linear-gradient(180deg, #fff, #fffafa);
  border: 1px solid rgba(255,255,255,.74);
  box-shadow: 0 34px 90px rgba(13,18,26,.28);
  outline: none;
}
.download-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(31,35,42,.08);
  color: var(--black);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.download-close:hover {
  background: var(--red);
  color: #fff;
}
.download-dialog h2 {
  margin: 8px 0 10px;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  letter-spacing: .02em;
}
.download-lead {
  margin: 0 0 24px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.8;
}
.download-form {
  display: grid;
  gap: 16px;
}
.download-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
}
.download-form .required {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  margin-left: 6px;
  padding: 1px 6px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 10px;
  vertical-align: middle;
}
.download-form input,
.download-form select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--black);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.download-form input:focus,
.download-form select:focus {
  border-color: rgba(215,25,32,.68);
  box-shadow: 0 0 0 4px rgba(215,25,32,.10);
}
.download-status {
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--red);
  font-weight: 850;
  line-height: 1.7;
}
body.is-modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .download-modal {
    padding: 14px;
    align-items: end;
  }
  .download-dialog {
    width: 100%;
    max-height: 86vh;
    border-radius: 26px 26px 18px 18px;
    padding: 26px 18px 22px;
  }
  .download-close {
    right: 14px;
    top: 14px;
  }
  .activation-cta {
    border-radius: 22px;
  }
  .activation-cta .btn {
    width: 100%;
  }
}

/* 2026-06-05: download modal text fit and separated mid-page CTA */
.download-dialog h2 {
  white-space: nowrap;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
}
.download-form .btn-submit {
  white-space: nowrap;
  font-size: clamp(1.35rem, 2.1vw, 1.58rem);
  letter-spacing: .01em;
  padding-inline: clamp(14px, 3vw, 28px);
}
.section-mid-contact-cta {
  padding-block: clamp(42px, 6vw, 76px);
  background:
    radial-gradient(circle at 10% 0%, rgba(215,25,32,.08), transparent 30%),
    linear-gradient(180deg, #fff, #fff7f7 58%, #fff);
}
.mid-contact-card {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 34px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(215,25,32,.16);
  box-shadow: 0 26px 70px rgba(13,18,26,.10);
  overflow: hidden;
}
.mid-contact-card::before,
.mid-contact-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.mid-contact-card::before {
  width: 220px;
  height: 220px;
  right: -80px;
  top: -100px;
  background: rgba(215,25,32,.09);
}
.mid-contact-card::after {
  width: 170px;
  height: 170px;
  left: -70px;
  bottom: -80px;
  background: rgba(4,152,174,.09);
}
.mid-contact-card > * {
  position: relative;
  z-index: 1;
}
.mid-contact-card h2 {
  max-width: 780px;
  margin: 8px auto 14px;
  font-size: clamp(2.6rem, 4.2vw, 4.2rem);
  line-height: 1.38;
  letter-spacing: .02em;
}
.mid-contact-card p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.9;
}
.mid-contact-card .btn {
  min-width: min(100%, 260px);
}
@media (max-width: 640px) {
  .download-dialog h2 {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }
  .download-form .btn-submit {
    font-size: 1.24rem;
    padding-inline: 10px;
  }
  .mid-contact-card {
    text-align: left;
    border-radius: 26px;
  }
  .mid-contact-card h2,
  .mid-contact-card p:not(.eyebrow) {
    margin-inline: 0;
  }
  .mid-contact-card .btn {
    width: 100%;
  }
}

/* 2026-06-05: Member introduction infinite slider */
.section-members {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(215,25,32,.06), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(22,147,165,.08), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fff8f7 100%);
}
.section-members::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(215,25,32,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215,25,32,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.section-members .container {
  position: relative;
  z-index: 1;
}
.member-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 18px;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.member-track {
  display: flex;
  gap: clamp(18px, 2.3vw, 28px);
  width: max-content;
  animation: memberAutoLoop 48s linear infinite;
  will-change: transform;
}
.member-marquee:hover .member-track,
.member-marquee:focus-within .member-track {
  animation-play-state: paused;
}
.member-card {
  flex: 0 0 clamp(220px, 24vw, 300px);
}
.member-card figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 58px rgba(13,18,26,.10);
  border: 1px solid rgba(31,35,42,.07);
}
.member-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  background: #f5f2ef;
}
.member-card figcaption {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 16px 18px 18px;
  color: var(--ink);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.55;
  letter-spacing: -.02em;
  text-align: center;
  font-weight: 900;
}
@keyframes memberAutoLoop {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - clamp(9px, 1.15vw, 14px)), 0, 0); }
}
@media (max-width: 820px) {
  .member-marquee {
    margin-inline: -20px;
    padding-inline: 20px;
  }
  .member-card {
    flex-basis: 240px;
  }
  .member-card figure {
    border-radius: 24px;
  }
  .member-card figcaption {
    min-height: 78px;
    padding: 14px 14px 16px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .member-track {
    animation: none;
  }
  .member-marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}


/* 2026-06-05: final polish from client feedback */
.stat-card.is-experience .stat-icon svg .accent {
  fill: rgba(215,25,32,.08);
  stroke: var(--red);
}
.stat-card.is-experience h3 {
  font-size: 14px;
  letter-spacing: -.02em;
}
.section-cases .section-heading p.section-note,
.section-partners .section-heading p.section-note {
  width: auto;
  max-width: none;
  margin-top: 8px;
  padding: 0;
  color: #9298a2;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .02em;
}
.mid-contact-card h2 br {
  display: block;
}
.section-influencer .section-heading,
.section-members .section-heading {
  margin-bottom: clamp(26px, 4vw, 38px);
}
.influencer-media img {
  object-position: center;
}
@media (max-width: 820px) {
  .stat-card.is-experience h3 {
    font-size: 11px;
    letter-spacing: -.04em;
  }
  .section-cases .section-heading p.section-note,
  .section-partners .section-heading p.section-note {
    display: block;
    width: auto;
    margin-top: 6px;
    padding: 0;
    font-size: 11px;
    text-align: center;
  }
}


/* 2026-06-05: final requested polishing */
.stat-card.is-experience .stat-icon svg path,
.stat-card.is-experience .stat-icon svg circle {
  stroke: currentColor;
}
.stat-card.is-experience .stat-icon svg .accent {
  fill: rgba(215,25,32,.08);
  stroke: var(--red);
}
.stat-card.is-experience h3 {
  font-size: 13.5px;
  letter-spacing: -.04em;
  white-space: nowrap;
}
.section-cases .section-heading p.section-note,
.section-partners .section-heading p.section-note {
  margin-top: 4px;
  color: #a9afb8;
  font-size: 10.5px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: .02em;
  opacity: .82;
}
.section-influencer .section-heading,
.section-members .section-heading {
  margin-bottom: clamp(22px, 3vw, 32px);
}
.mid-contact-card h2 {
  line-height: 1.28;
}
.mid-contact-card h2 br {
  display: block;
}
.influencer-card:nth-child(1) .influencer-media img,
.influencer-card:nth-child(2) .influencer-media img {
  object-position: center center;
}
@media (max-width: 820px) {
  .stat-card.is-experience h3 {
    font-size: 10.5px;
    white-space: normal;
  }
  .section-cases .section-heading p.section-note,
  .section-partners .section-heading p.section-note {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.45;
    text-align: center;
  }
}

/* 2026-06-07: hero right activation slideshow and top case teaser placement */
.hero-inner {
  grid-template-columns: minmax(0, 610px) minmax(320px, 540px);
}
.hero-showcase {
  position: relative;
  justify-self: end;
  width: min(520px, 100%);
  margin-top: 118px;
  padding: 16px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.78);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 70px rgba(13,18,26,.16);
}
.hero-showcase-copy {
  position: absolute;
  z-index: 3;
  inset: 24px auto auto 24px;
  max-width: 280px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 34px rgba(13,18,26,.08);
}
.hero-showcase-copy p {
  margin: 0 0 5px;
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}
.hero-showcase-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.22;
  letter-spacing: -.05em;
}
.hero-showcase-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  background: #fff;
}
.hero-showcase-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .45s ease, transform .7s ease;
}
.hero-showcase-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-showcase-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hero-showcase-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.42));
  pointer-events: none;
}
.hero-showcase-slide span {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(215,25,32,.95);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  font-size: 12px;
  font-weight: 950;
}
.section-cases.is-case-teaser {
  position: relative;
  z-index: 4;
  margin-top: -118px;
  padding: 0 0 56px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 54%, #f8f9fb 100%);
}
.section-cases.is-case-teaser .case-slider {
  padding: 22px 22px 14px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.82);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 72px rgba(13,18,26,.12);
}
.section-cases.is-case-teaser .case-viewport {
  padding-top: 0;
}
.case-teaser-note {
  margin: 4px 8px 0;
  color: rgba(38,42,48,.44);
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
  font-weight: 650;
}
.section-cases.is-case-teaser + .stats-section {
  margin-top: 0;
  padding-top: 8px;
}
@media (max-width: 1126px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-showcase {
    display: none;
  }
}
@media (max-width: 820px) {
  .section-cases.is-case-teaser {
    margin-top: -58px;
    padding-bottom: 42px;
  }
  .section-cases.is-case-teaser .case-slider {
    padding: 16px 14px 12px;
    border-radius: 24px;
  }
  .case-teaser-note {
    margin-top: 2px;
    text-align: left;
  }
  .section-cases.is-case-teaser + .stats-section {
    padding-top: 0;
  }
}

/* 2026-06-08: final hero/layout adjustments requested by client */
.hero {
  min-height: 720px;
  padding-top: calc(var(--header-h) + 48px);
  padding-bottom: 64px;
}
.hero .container {
  width: min(1240px, calc(100% - 48px));
}
.hero-inner {
  grid-template-columns: minmax(0, 500px) minmax(520px, 1fr);
  align-items: center;
  gap: 42px;
}
.hero-copy h1 {
  font-size: clamp(50px, 5.7vw, 78px);
  line-height: 1.04;
}
.hero-showcase {
  justify-self: stretch;
  align-self: center;
  width: min(680px, 100%);
  margin-top: 0;
  padding: 14px;
  border-radius: 34px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 30px 86px rgba(13,18,26,.18);
}
.hero-showcase-frame {
  aspect-ratio: 16 / 11;
  border-radius: 26px;
}
.hero-showcase-copy {
  inset: 24px auto auto 24px;
  max-width: 320px;
  padding: 15px 18px;
}
.hero-showcase-copy h2 {
  font-size: clamp(23px, 2.25vw, 31px);
}
.section-cases.is-case-teaser {
  margin-top: 0;
  padding: 0 0 56px;
  background: linear-gradient(180deg, #fff 0%, #fff 55%, #f8f9fb 100%);
}
.section-cases.is-case-teaser .container {
  width: min(1120px, calc(100% - 48px));
}
.section-cases.is-case-teaser .case-slider {
  background: rgba(255,255,255,.98);
  backdrop-filter: none;
  box-shadow: 0 22px 58px rgba(13,18,26,.10);
}
@media (max-width: 1126px) {
  .hero {
    min-height: 700px;
  }
  .hero .container {
    width: var(--container);
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-showcase {
    display: none;
  }
}
@media (max-width: 820px) {
  .section-cases.is-case-teaser {
    margin-top: 0;
    padding: 12px 0 42px;
  }
}

/* 2026-06-08: requested final hero/case/stat refinements */
.hero {
  min-height: 760px;
  padding-bottom: 76px;
}
.hero .container {
  width: min(1360px, calc(100% - 48px));
}
.hero-inner {
  grid-template-columns: minmax(0, 500px) minmax(620px, 1fr);
  gap: clamp(34px, 4vw, 68px);
}
.hero-showcase {
  justify-self: stretch;
  width: 100%;
  max-width: none;
  min-height: clamp(520px, 62vh, 680px);
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0 0 0 48px;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.hero-showcase-copy {
  display: none !important;
}
.hero-showcase-frame {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 62vh, 680px);
  aspect-ratio: auto;
  border-radius: 0 0 0 48px;
  background: #f4f4f4;
  box-shadow: 0 30px 90px rgba(13,18,26,.20);
}
.hero-showcase-slide {
  transform: scale(1.015);
  transition: opacity .7s ease, transform 1.2s ease;
}
.hero-showcase-slide.is-active {
  transform: scale(1);
}
.hero-showcase-slide img {
  object-fit: cover;
  object-position: center;
}
.hero-showcase-slide span {
  left: clamp(18px, 2.2vw, 30px);
  bottom: clamp(18px, 2.2vw, 30px);
  min-height: 40px;
  padding: 10px 18px;
  font-size: 13px;
}
.stat-card.is-experience p strong[data-counter] {
  letter-spacing: -.055em;
}
.case-visual span {
  display: none !important;
}
.case-track .case-period,
.case-track .case-genre {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 950;
  letter-spacing: .02em;
}
.case-track .case-period {
  color: var(--red);
}
.case-track .case-genre {
  color: #40464f;
}
.case-track .case-copy {
  margin-top: 8px;
}
@media (max-width: 1280px) {
  .hero-inner {
    grid-template-columns: minmax(0, 470px) minmax(560px, 1fr);
    gap: 36px;
  }
  .hero-showcase,
  .hero-showcase-frame {
    min-height: 560px;
  }
}
@media (max-width: 1126px) {
  .hero {
    min-height: 700px;
  }
  .hero .container {
    width: var(--container);
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-showcase {
    display: none;
  }
}
@media (max-width: 820px) {
  .case-track .case-period,
  .case-track .case-genre {
    font-size: 11px;
    line-height: 1.45;
  }
}


/* 2026-06-08: minor final adjustments - hero text break, rounded hero visual, menu hover */
.hero-lead.hero-lead-main .hero-lead-line {
  display: inline-block;
  white-space: nowrap;
}
.hero-showcase,
.hero-showcase-frame {
  border-radius: 34px !important;
}
.hero-showcase {
  overflow: hidden;
}
.menu-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: var(--line) !important;
}
@media (max-width: 640px) {
  .hero-lead.hero-lead-main .hero-lead-line {
    display: inline;
    white-space: normal;
  }
  .hero-lead.hero-lead-main br {
    display: block;
  }
}

/* 2026-06-08: hero background cleanup - remove bathhouse photo behind right visual */
.hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(215,25,32,.035), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(29,169,207,.055), transparent 36%),
    linear-gradient(180deg, #fff 0%, #fbfdff 72%, #fff 100%) !important;
}
.hero-bg {
  overflow: hidden;
  background-image:
    radial-gradient(ellipse at 15% 72%, rgba(215,25,32,.06), transparent 34%),
    radial-gradient(ellipse at 82% 22%, rgba(35,167,207,.075), transparent 42%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 46%, rgba(247,251,254,.94) 100%) !important;
  background-color: #fff !important;
  background-size: cover !important;
  background-position: center !important;
  transform: none !important;
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 86%, rgba(84,180,218,.09) 0 1px, transparent 2px),
    radial-gradient(circle at 14% 78%, transparent 0 74px, rgba(84,180,218,.055) 75px 77px, transparent 79px),
    radial-gradient(circle at 22% 86%, transparent 0 118px, rgba(84,180,218,.045) 119px 121px, transparent 123px),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.40) 100%);
  opacity: .72;
}
@media (max-width: 820px) {
  .hero-bg {
    background-image:
      radial-gradient(ellipse at 20% 18%, rgba(215,25,32,.055), transparent 34%),
      radial-gradient(ellipse at 80% 12%, rgba(35,167,207,.065), transparent 38%),
      linear-gradient(180deg, #fff 0%, #fbfdff 72%, #fff 100%) !important;
  }
}

/* 2026-06-12: mobile readability and interaction refinements */
br.sp-only { display: none; }
.nowrap-title { white-space: nowrap; }

.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: var(--line) !important;
}

@media (max-width: 820px) {
  br.sp-only { display: block; }

  .hero {
    padding-top: calc(var(--header-h) + 18px) !important;
  }
  .hero .eyebrow {
    margin-top: 0;
  }

  #problem-title {
    white-space: nowrap;
    font-size: clamp(22px, 6.1vw, 30px) !important;
    letter-spacing: -.055em;
    line-height: 1.22;
  }

  .mid-contact-card h2 br {
    display: block !important;
  }

  .activation-body h4 {
    line-height: 1.35;
  }

  .mobile-sticky-cta a:last-child {
    white-space: nowrap;
    font-size: 12.5px;
  }

  .site-footer address br.sp-only {
    display: block;
  }

  .hero-lead.hero-lead-main .hero-lead-line {
    display: inline !important;
    white-space: normal !important;
  }
  .hero-lead.hero-lead-main br {
    display: none !important;
  }
}

@media (min-width: 821px) {
  .site-footer address br.sp-only {
    display: none;
  }
}
.mid-title-line {
  display: block;
  white-space: nowrap;
}


/* 2026-06-15: final hero copy polish and readability improvements */
.hero-title-line {
  display: inline-block;
  white-space: nowrap;
}
.hero-copy h1 strong::first-letter {
  color: inherit;
}
.hero-copy h1 {
  text-wrap: balance;
}
.hero-lead.hero-lead-main {
  max-width: 620px;
}
.hero-actions .btn,
.fixed-cta a {
  white-space: nowrap;
}
.case-teaser-note,
.section-partners .section-note {
  letter-spacing: .02em;
}
@media (min-width: 821px) {
  .hero-copy h1 {
    font-size: clamp(56px, 5.4vw, 78px);
  }
}
@media (max-width: 820px) {
  .hero-copy h1 {
    font-size: clamp(42px, 12.4vw, 50px);
    line-height: 1.08;
  }
  .hero-copy .eyebrow {
    margin-bottom: 14px;
  }
  .hero-lead.hero-lead-main {
    margin-top: 16px;
  }
}
