.deepmomi-special-page {
  background: #f7f3eb;
}

.deepmomi-special-page .titleist-logo,
.deepmomi-special-page .titleist-nav a,
.deepmomi-special-page .titleist-dropdown__toggle,
.deepmomi-special-page .titleist-actions a,
.deepmomi-special-page .footer,
.deepmomi-special-page .footer-links a,
.deepmomi-special-page .footer-links h3,
.deepmomi-special-page .footer-country,
.deepmomi-special-page .footer-country p,
.deepmomi-special-page .footer-country small,
.deepmomi-special-page .footer .section-label,
.deepmomi-special-page .store-link,
.deepmomi-special-page .newsletter-form input,
.deepmomi-special-page .newsletter-form button {
  color: #111111;
}

.deepmomi-special-page .titleist-nav {
  gap: 22px;
}

.deepmomi-special-page .titleist-dropdown {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.deepmomi-special-page .titleist-dropdown__toggle {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.76rem;
  cursor: pointer;
}

.deepmomi-special-page .titleist-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: grid;
  min-width: 220px;
  padding: 12px;
  border: 1px solid rgba(105, 214, 255, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(235, 248, 255, 0.9)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-10px) scale(0.96);
  transition:
    opacity 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  backdrop-filter: blur(18px);
  overflow: hidden;
  z-index: 20;
}

.deepmomi-special-page .titleist-dropdown__menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent 34%, transparent 68%, rgba(91, 223, 255, 0.18)),
    radial-gradient(circle at top right, rgba(130, 236, 255, 0.36), transparent 34%);
  opacity: 0.88;
  pointer-events: none;
}

.deepmomi-special-page .titleist-dropdown__menu a {
  position: relative;
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition:
    opacity 0.26s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.2s ease,
    box-shadow 0.2s ease;
  z-index: 1;
}

.deepmomi-special-page .titleist-dropdown__menu a:hover {
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 0 0 1px rgba(95, 221, 255, 0.18) inset,
    0 10px 20px rgba(63, 206, 255, 0.14);
}

.deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
  box-shadow:
    0 24px 44px rgba(9, 18, 32, 0.18),
    0 0 28px rgba(84, 223, 255, 0.16);
}

.deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a:nth-child(1) {
  transition-delay: 0.04s;
}

.deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a:nth-child(2) {
  transition-delay: 0.08s;
}

.deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a:nth-child(3) {
  transition-delay: 0.12s;
}

.deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a:nth-child(4) {
  transition-delay: 0.16s;
}

@media (hover: hover) and (pointer: fine) {
  .deepmomi-special-page .titleist-dropdown:hover .titleist-dropdown__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
    box-shadow:
      0 24px 44px rgba(9, 18, 32, 0.18),
      0 0 28px rgba(84, 223, 255, 0.16);
  }

  .deepmomi-special-page .titleist-dropdown:hover .titleist-dropdown__menu a {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .deepmomi-special-page .titleist-dropdown:hover .titleist-dropdown__menu a:nth-child(1) {
    transition-delay: 0.04s;
  }

  .deepmomi-special-page .titleist-dropdown:hover .titleist-dropdown__menu a:nth-child(2) {
    transition-delay: 0.08s;
  }

  .deepmomi-special-page .titleist-dropdown:hover .titleist-dropdown__menu a:nth-child(3) {
    transition-delay: 0.12s;
  }

  .deepmomi-special-page .titleist-dropdown:hover .titleist-dropdown__menu a:nth-child(4) {
    transition-delay: 0.16s;
  }
}

@media (max-width: 920px) {
  @keyframes deepmomiMobileDropdownPanelIn {
    0% {
      opacity: 0;
      filter: blur(10px);
      clip-path: inset(0 0 100% 0 round 16px);
      box-shadow: 0 0 0 rgba(84, 223, 255, 0);
    }

    55% {
      opacity: 1;
      filter: blur(0);
      clip-path: inset(0 0 0 0 round 16px);
      box-shadow:
        0 20px 34px rgba(9, 18, 32, 0.12),
        0 0 24px rgba(84, 223, 255, 0.2);
    }

    100% {
      opacity: 1;
      filter: blur(0);
      clip-path: inset(0 0 0 0 round 16px);
      box-shadow:
        0 12px 24px rgba(9, 18, 32, 0.08),
        0 0 20px rgba(84, 223, 255, 0.14);
    }
  }

  @keyframes deepmomiMobileDropdownItemIn {
    0% {
      opacity: 0;
      transform: translateY(12px) scale(0.98);
    }

    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .deepmomi-special-page .titleist-dropdown {
    width: 100%;
  }

  .deepmomi-special-page .titleist-dropdown__toggle {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid rgba(12, 27, 42, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
    font-family: var(--body);
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
  }

  .deepmomi-special-page .titleist-dropdown__menu {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    top: auto;
    right: auto;
    left: auto;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    opacity: 0;
    max-height: none;
    overflow: visible;
    pointer-events: none;
    transform: none;
    transition: none;
  }

  .deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu {
    display: grid;
    opacity: 1;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgba(12, 27, 42, 0.08);
    pointer-events: auto;
    transform: none;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 248, 255, 0.92)),
      rgba(255, 255, 255, 0.94);
    animation: deepmomiMobileDropdownPanelIn 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .deepmomi-special-page .titleist-dropdown__menu a {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(12, 27, 42, 0.06);
    color: #111;
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  }

  .deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    animation: deepmomiMobileDropdownItemIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a:nth-child(1) {
    animation-delay: 0.04s;
  }

  .deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a:nth-child(2) {
    animation-delay: 0.08s;
  }

  .deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a:nth-child(3) {
    animation-delay: 0.12s;
  }

  .deepmomi-special-page .titleist-dropdown.is-open .titleist-dropdown__menu a:nth-child(4) {
    animation-delay: 0.16s;
  }
}

.special-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding-top: var(--header-height);
  background:
    linear-gradient(90deg, rgba(250, 249, 245, 0.02) 0%, rgba(250, 249, 245, 0.02) 38%, rgba(250, 249, 245, 0.56) 49%, rgba(250, 249, 245, 0.88) 58%, rgba(250, 249, 245, 0.98) 100%),
    linear-gradient(180deg, rgba(250, 249, 245, 0.12) 0%, rgba(250, 249, 245, 0.24) 100%),
    url("../deepmomi-special-hero-user.png") left center / cover no-repeat;
}

.special-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: 0;
  align-items: center;
  min-height: calc(100svh - var(--header-height));
  padding: 36px 0;
}

.special-hero-copy {
  grid-column: 2;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin-top: -38px;
  justify-self: end;
  padding-right: 24px;
  transform: translateX(44px);
}

.special-hero-mobile-stage {
  display: none;
}

.special-hero-copy h1,
.special-intro-copy h2,
.special-result-copy h2,
.special-difference-head h2,
.special-flow-shell h2,
.special-book-panel h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5.1rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.special-hero-copy h1 {
  color: #161311;
  font-size: clamp(2.5rem, 4.7vw, 4.95rem);
  text-align: left;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.065em;
  text-wrap: nowrap;
}

.special-hero-copy h1 span {
  display: block;
}

.special-hero-copy h1 span + span {
  margin-top: 14px;
}

.special-voice-card span,
.special-result-card span,
.special-difference-card span,
.special-lineup-card span,
.special-flow-steps span {
  display: inline-block;
  color: rgba(120, 83, 37, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.special-intro-panel strong {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.special-intro-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.88), transparent 20%),
    linear-gradient(180deg, #fbfaf6 0%, #f1ebe1 100%);
  color: var(--ink);
}

.special-result-shell,
.special-book-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 28px;
}

.special-intro-copy-centered {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.special-intro-copy-centered h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.65rem);
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.special-intro-copy-centered p {
  max-width: 980px;
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.78;
}

.special-intro-copy p:not(.eyebrow),
.special-result-copy p:not(.eyebrow),
.special-book-side p,
.section-heading p,
.special-difference-note {
  margin: 20px 0 0;
  color: rgba(18, 18, 18, 0.66);
  line-height: 1.85;
}

.special-video-panel {
  position: relative;
  display: block;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 28px;
  background: #0f1114;
  box-shadow:
    0 28px 72px rgba(29, 22, 15, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  aspect-ratio: 16 / 9;
}

.special-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-video-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.54) 100%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0));
}

.special-video-label {
  position: absolute;
  z-index: 1;
}

.special-video-label {
  top: 22px;
  left: 26px;
  display: grid;
  gap: 6px;
  color: #ffffff;
}

.special-video-label span,
.special-result-copy .eyebrow,
.special-selector-section .eyebrow,
.special-flow-shell .eyebrow {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.special-video-label strong {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.2;
}

.special-stats-panel {
  margin-top: 36px;
  padding: 44px 46px 34px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 24px 58px rgba(29, 22, 15, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.special-stats-title {
  display: grid;
  gap: 4px;
  margin-bottom: 28px;
}

.special-stats-title strong {
  display: block;
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: -0.05em;
}

.special-stats-table {
  display: grid;
  gap: 0;
}

.special-stats-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(220px, 1fr) auto;
  gap: 18px 28px;
  align-items: center;
  padding: 24px 0;
}

.special-stats-row + .special-stats-row {
  border-top: 1px solid rgba(18, 18, 18, 0.12);
}

.special-stats-row-label,
.special-stats-note {
  color: rgba(18, 18, 18, 0.62);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}

.special-stats-brand {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.special-stats-row-main {
  display: grid;
  gap: 8px;
  padding-left: 28px;
  border-left: 1px solid rgba(18, 18, 18, 0.26);
}

.special-stats-row-sub {
  color: rgba(18, 18, 18, 0.72);
  font-size: 0.98rem;
  font-weight: 700;
}

.special-stats-row-values {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.special-stats-row-values strong {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.special-stats-row-values div {
  display: grid;
  gap: 2px;
  text-align: right;
}

.special-stats-row-values span,
.special-stats-row-values small {
  color: rgba(18, 18, 18, 0.64);
  font-size: 0.84rem;
  font-weight: 700;
}

.special-stats-row-values small {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.special-stats-note {
  margin: 24px 0 0;
  text-align: right;
}

.special-no1-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.92), transparent 18%),
    linear-gradient(180deg, #f7f3ec 0%, #efe7dc 100%);
  color: var(--ink);
}

.special-no1-shell {
  display: grid;
  gap: 42px;
  padding: 48px 44px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 28px 78px rgba(29, 22, 15, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.special-no1-heading {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.special-no1-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.05em;
}

.special-no1-heading p:not(.eyebrow) {
  max-width: 860px;
  margin: 0;
  color: rgba(18, 18, 18, 0.72);
  font-size: 1rem;
  line-height: 1.9;
}

.special-no1-board {
  display: grid;
  width: min(100%, 980px);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.special-no1-label {
  display: grid;
  gap: 6px;
  width: min(100%, 430px);
  padding-right: 26px;
  border-right: 1px solid rgba(18, 18, 18, 0.24);
  justify-self: end;
}

.special-no1-label strong {
  display: block;
  font-size: clamp(1.95rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.special-no1-main {
  display: grid;
  gap: 10px;
  align-items: start;
  width: min(100%, 360px);
  justify-self: start;
}

.special-no1-brand {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.special-no1-sub {
  color: rgba(18, 18, 18, 0.62);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.special-trust-section {
  background: linear-gradient(180deg, #030303 0%, #090909 100%);
}

.special-trust-shell {
  display: grid;
  gap: 34px;
}

.special-trust-heading {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.special-trust-heading .eyebrow {
  color: rgba(255, 255, 255, 0.54);
}

.special-trust-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.special-trust-slider {
  position: relative;
  overflow: hidden;
}

.special-trust-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.special-trust-viewport::-webkit-scrollbar {
  display: none;
}

.special-trust-track {
  display: flex;
  gap: 14px;
  width: max-content;
  min-width: 100%;
  padding: 0 76px 12px 0;
  scroll-snap-type: x mandatory;
}

.special-trust-card {
  position: relative;
  flex: 0 0 clamp(280px, 22vw, 356px);
  min-height: 440px;
  overflow: hidden;
  background: #121212;
  scroll-snap-align: start;
}

.special-trust-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.special-trust-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 20px 22px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.22) 46%, rgba(0, 0, 0, 0.84) 100%);
}

.special-trust-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  line-height: 1.26;
  letter-spacing: -0.04em;
}

.special-trust-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.special-trust-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.special-trust-dot.is-current {
  background: #f21f43;
  transform: scale(1.1);
}

.special-trust-visual-section {
  padding-top: 0;
  background: linear-gradient(180deg, #090909 0%, #050505 100%);
}

.special-trust-visual-section .container {
  width: 100%;
  max-width: none;
  padding-left: clamp(18px, 4vw, 52px);
  padding-right: clamp(18px, 4vw, 52px);
}

.special-trust-visual {
  display: grid;
  gap: 26px;
  margin: 0;
  padding: 34px 30px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.86), transparent 22%),
    linear-gradient(180deg, #d9d9d9 0%, #cdcdcd 100%);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.special-trust-visual-heading {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.special-trust-visual-heading h2 {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.special-trust-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.special-trust-visual-caption {
  display: grid;
  justify-items: center;
  text-align: center;
}

.special-trust-visual-caption strong {
  margin: 0;
  color: #111111;
  font-size: clamp(1.4rem, 2.5vw, 2.3rem);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -0.04em;
}

.special-trust-visual-cards-wrap {
  display: grid;
  gap: 20px;
}

.special-trust-visual-cards-viewport {
  overflow: visible;
}

.special-trust-visual-cards {
  display: grid;
  width: min(100%, 1180px);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.special-trust-visual-slider-nav {
  display: none;
}

.special-trust-visual-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 242, 242, 0.94));
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.1),
    0 6px 18px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.special-trust-visual-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 36px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.16), transparent 72%);
  filter: blur(12px);
  opacity: 0.46;
  pointer-events: none;
}

.special-trust-visual-card:hover {
  border-color: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 30px 56px rgba(0, 0, 0, 0.14),
    0 12px 24px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transform: translateY(-6px);
}

.special-trust-visual-card-top,
.special-trust-visual-card-bottom {
  padding: 21px 20px 22px;
}

.special-trust-visual-card-top {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 302px;
  align-content: start;
}

.special-trust-visual-card-deepmomi .special-trust-visual-card-top {
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.3), transparent 24%),
    linear-gradient(180deg, #b3bec1 0%, #9ca7aa 100%);
}

.special-trust-visual-card-fascia .special-trust-visual-card-top {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #2d2d2d 0%, #151515 100%);
}

.special-trust-visual-card-release .special-trust-visual-card-top {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #e02e24 0%, #c91f18 100%);
}

.special-trust-visual-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  margin: 0 auto;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.special-trust-visual-card-top h3 {
  margin: 0;
  width: min(100%, 13.8em);
  min-height: calc(1.18em * 2);
  margin-inline: auto;
  color: #ffffff;
  font-size: clamp(1.16rem, 1.45vw, 1.62rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.07em;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.special-trust-visual-card-top img {
  display: block;
  width: min(100%, 220px);
  height: auto;
  margin: auto auto 0;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.22));
}

.special-trust-visual-card-bottom {
  display: grid;
  gap: 0;
  min-height: 92px;
  align-items: center;
  justify-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 244, 244, 0.94));
}

.special-trust-visual-card-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  margin: 0 auto;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2a4f 0%, #d81238 100%);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(216, 18, 56, 0.24);
}

.special-trust-visual-slider-button {
  border: 0;
  background: transparent;
}

.special-trust-compare {
  width: min(100%, 1120px);
  margin: 8px auto 0;
  padding: 34px 36px 36px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.special-trust-compare-intro {
  margin: 0;
  color: rgba(18, 18, 18, 0.74);
  font-size: 0.98rem;
  line-height: 1.9;
}

.special-trust-compare-group {
  margin-top: 30px;
}

.special-trust-compare-group h3 {
  margin: 0 0 16px;
  color: #141414;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.special-trust-compare-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 8px;
  align-items: center;
  padding: 10px 0;
}

.special-trust-compare-name {
  color: #161616;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.special-trust-compare-scale {
  position: relative;
  height: 16px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0 1px, transparent 1px 50%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, #f0f0f0, #e8e8e8);
  background-size: 50% 100%, 100% 100%, 100% 100%;
  background-repeat: no-repeat;
}

.special-trust-compare-scale::before,
.special-trust-compare-scale::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #121212;
  transform: translate(-50%, -50%);
}

.special-trust-compare-scale::before {
  left: 50%;
}

.special-trust-compare-scale::after {
  left: 100%;
}

.special-trust-compare-bar {
  display: block;
  width: var(--bar-size);
  height: 100%;
  border-radius: 999px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.14);
}

.trust-bar-deepmomi {
  background: linear-gradient(90deg, #aeb8bb 0%, #909b9f 100%);
}

.trust-bar-fascia {
  background: linear-gradient(90deg, #2c2c2c 0%, #0f0f0f 100%);
}

.trust-bar-release {
  background: linear-gradient(90deg, #ff4a45 0%, #d81d1a 100%);
}

.special-trust-compare-points {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: rgba(18, 18, 18, 0.62);
  font-size: 0.84rem;
  font-weight: 700;
}

.special-trust-compare-points span:nth-child(2) {
  text-align: center;
}

.special-trust-compare-points span:nth-child(3) {
  text-align: right;
}

.special-voice-section,
.special-lineup-section {
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #060606 0%, #131313 100%);
}

.special-voice-section .section-heading p,
.special-lineup-section .section-heading p,
.special-difference-note {
  color: rgba(247, 247, 243, 0.7);
}

.special-voice-grid,
.special-difference-grid,
.special-lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.special-voice-card,
.special-difference-card,
.special-lineup-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(33, 33, 33, 0.92), rgba(10, 10, 10, 0.96));
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.special-voice-card img {
  width: calc(100% + 60px);
  height: 180px;
  margin: -30px -30px 18px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.special-voice-card h3,
.special-difference-card h3,
.special-lineup-card h3 {
  margin: 28px 0 0;
  color: #fbfbf7;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.special-voice-card p,
.special-difference-card p,
.special-lineup-card p {
  margin: 16px 0 0;
  color: rgba(247, 247, 243, 0.7);
  line-height: 1.75;
}

.special-voice-card a,
.special-difference-card a,
.special-lineup-card a {
  margin-top: auto;
  padding-top: 24px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.special-result-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.84), transparent 24%),
    linear-gradient(180deg, #f7f2ea 0%, #eadfce 100%);
  color: var(--ink);
}

.special-result-shell {
  align-items: end;
  padding: 44px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.92), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(245, 235, 223, 0.84));
  box-shadow:
    0 30px 84px rgba(29, 22, 15, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.special-result-points {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.special-result-points li {
  padding: 14px 0;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  font-weight: 600;
  line-height: 1.7;
}

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

.special-result-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  background: #efe5d7;
}

.special-result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.special-result-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.68) 100%);
}

.special-result-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.special-result-card strong {
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.45;
}

.special-result-card:hover img {
  transform: scale(1.04);
}

.special-difference-section {
  background:
    linear-gradient(180deg, #080808 0%, #141414 100%);
}

.special-difference-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.special-difference-card-featured,
.special-lineup-card-featured {
  border-color: rgba(247, 201, 144, 0.3);
  background:
    radial-gradient(circle at top right, rgba(247, 201, 144, 0.2), transparent 34%),
    linear-gradient(160deg, #26180d 0%, #3f2918 48%, #6d4627 100%);
}

.special-difference-note {
  max-width: 880px;
}

.special-selector-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.92), transparent 18%),
    linear-gradient(180deg, #f7f2e8 0%, #ebe1d4 100%);
  color: var(--ink);
}

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

.special-selector-card {
  overflow: hidden;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 26px 70px rgba(29, 22, 15, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.special-selector-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.special-selector-card div {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.special-selector-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.special-selector-card p {
  margin: 0;
  color: rgba(18, 18, 18, 0.66);
  line-height: 1.8;
}

.special-flow-section {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.8), transparent 18%),
    linear-gradient(180deg, #f5efe5 0%, #e8dccb 100%);
  color: var(--ink);
}

.special-flow-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
  padding: 40px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.92), transparent 34%),
    rgba(255, 255, 255, 0.66);
  box-shadow:
    0 28px 78px rgba(29, 22, 15, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.special-flow-steps {
  display: grid;
  gap: 14px;
}

.special-flow-steps div {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
}

.special-flow-steps div:first-child {
  padding-top: 0;
  border-top: 0;
}

.special-flow-steps strong {
  font-size: 1.08rem;
  line-height: 1.55;
}

.special-book-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.9), transparent 18%),
    linear-gradient(180deg, #f6f1e9 0%, #ece2d4 100%);
}

.special-book-panel {
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.94), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 236, 225, 0.96));
  box-shadow:
    0 30px 90px rgba(29, 22, 15, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.special-book-section .eyebrow,
.special-book-panel h2 {
  color: #141414;
}

.special-book-side p {
  color: rgba(18, 18, 18, 0.68);
}

@media (max-width: 1100px) {
  .special-hero-inner,
  .special-intro-grid,
  .special-result-shell,
  .special-book-panel,
  .special-flow-shell {
    grid-template-columns: 1fr;
  }

  .special-hero-copy {
    grid-column: auto;
    max-width: 100%;
    margin-top: 0;
    padding-right: 0;
    justify-self: start;
    transform: none;
  }

  .special-voice-grid,
  .special-difference-grid,
  .special-lineup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .special-stats-row {
    grid-template-columns: minmax(150px, 0.7fr) minmax(180px, 1fr) auto;
  }

  .special-no1-board {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .special-no1-label {
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.18);
  }

  .special-trust-card {
    flex-basis: 320px;
  }

  .special-trust-visual-cards {
    grid-template-columns: 1fr;
  }

  .special-trust-compare {
    padding: 28px 24px 30px;
  }

  .special-trust-compare-row {
    grid-template-columns: 150px minmax(0, 1fr);
  }

}

@media (max-width: 720px) {
  .special-trust-visual-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .special-hero,
  .special-hero-inner {
    min-height: auto;
  }

  .special-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 28px 0 18px;
    justify-items: center;
    align-content: start;
  }

  .special-hero {
    background: #fbfaf6;
  }

  .special-hero-copy {
    grid-column: auto;
    max-width: 100%;
    margin-top: 0;
    padding-right: 0;
    justify-self: center;
    transform: none;
    text-align: center;
  }

  .special-hero-copy .eyebrow {
    display: none;
  }

  .special-hero-copy h1,
  .special-intro-copy h2,
  .special-result-copy h2,
  .special-difference-head h2,
  .special-flow-shell h2,
  .special-book-panel h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .special-hero-copy h1 {
    font-size: clamp(1.75rem, 7.2vw, 2.55rem);
    text-align: center;
    text-wrap: balance;
  }

  .special-intro-copy h2 {
    font-size: clamp(1.2rem, 5.8vw, 1.8rem);
    line-height: 1.22;
  }

  .special-hero-copy h1 span + span {
    margin-top: 10px;
  }

  .special-hero-mobile-stage {
    display: block;
    width: min(100%, 390px);
    margin: 0 auto;
  }

  .special-hero-mobile-stage img {
    display: block;
    width: 100%;
    height: auto;
  }

  .special-video-panel {
    margin-top: 28px;
    border-radius: 22px;
  }

  .special-video-label {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .special-stats-panel {
    margin-top: 26px;
    padding: 28px 22px 24px;
  }

  .special-stats-title strong {
    font-size: clamp(1.7rem, 7vw, 2.5rem);
  }

  .special-stats-title {
    margin-bottom: 20px;
  }

  .special-stats-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }

  .special-stats-row-label {
    font-size: 0.95rem;
  }

  .special-stats-row-main {
    gap: 6px;
    padding-left: 16px;
  }

  .special-stats-row-values {
    justify-items: start;
    gap: 6px;
  }

  .special-stats-row-values div,
  .special-stats-note {
    text-align: left;
  }

  .special-no1-shell {
    gap: 28px;
    padding: 30px 22px;
  }

  .special-no1-heading h2 {
    font-size: clamp(1.7rem, 7.6vw, 2.3rem);
  }

  .special-no1-heading p:not(.eyebrow) {
    font-size: 0.95rem;
    line-height: 1.82;
    text-align: left;
  }

  .special-no1-label strong {
    font-size: clamp(1.55rem, 6.6vw, 2.25rem);
  }

  .special-no1-main {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .special-trust-visual {
    gap: 20px;
    padding: 22px 16px 24px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .special-trust-visual-heading h2 {
    font-size: clamp(2rem, 12vw, 3.5rem);
    line-height: 0.98;
  }

  .special-trust-visual-caption strong {
    font-size: clamp(1.2rem, 6vw, 1.7rem);
  }

  .special-trust-visual-cards {
    display: flex;
    width: max-content;
    margin: 0;
    gap: 12px;
  }

  .special-trust-visual-cards-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .special-trust-visual-cards-viewport::-webkit-scrollbar {
    display: none;
  }

  .special-trust-visual-card {
    flex: 0 0 min(78vw, 320px);
    scroll-snap-align: start;
  }

  .special-trust-visual-card-top,
  .special-trust-visual-card-bottom {
    padding: 18px 16px 20px;
  }

  .special-trust-visual-card-top {
    min-height: 278px;
  }

  .special-trust-visual-card-bottom {
    min-height: auto;
    padding-top: 16px;
  }

  .special-trust-visual-card-top h3 {
    font-size: 1.12rem;
    width: min(100%, 13.2em);
  }

  .special-trust-visual-card-top img {
    width: min(100%, 220px);
  }

  .special-trust-visual-slider-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 2px auto 0;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(10px);
  }

  .special-trust-visual-slider-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  }

  .special-trust-visual-slider-button span {
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(130, 130, 130, 0.92);
    border-right: 2px solid rgba(130, 130, 130, 0.92);
  }

  .special-trust-visual-slider-prev span {
    transform: rotate(-135deg);
    margin-left: 4px;
  }

  .special-trust-visual-slider-next span {
    transform: rotate(45deg);
    margin-right: 4px;
  }

  .special-trust-visual-slider-button:disabled {
    opacity: 0.45;
  }

  .special-trust-visual-slider-count {
    min-width: 3ch;
    color: rgba(18, 18, 18, 0.78);
    font-size: 0.96rem;
    font-weight: 800;
    text-align: center;
  }

  .special-trust-compare {
    padding: 22px 16px 24px;
  }

  .special-trust-compare-intro {
    font-size: 0.92rem;
    line-height: 1.82;
  }

  .special-trust-compare-group {
    margin-top: 24px;
  }

  .special-trust-compare-group h3 {
    font-size: 1.24rem;
    margin-bottom: 12px;
  }

  .special-trust-compare-row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 8px 0 12px;
  }

  .special-trust-compare-points {
    grid-column: auto;
  }

  .special-trust-shell {
    gap: 24px;
  }

  .special-trust-heading h2 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .special-trust-track {
    gap: 12px;
    padding-right: 0;
  }

  .special-trust-card {
    flex-basis: min(82vw, 310px);
    min-height: 380px;
  }

  .special-trust-card-overlay {
    padding: 22px 16px 18px;
  }

  .special-trust-card h3 {
    font-size: 1.2rem;
  }

  .special-voice-grid,
  .special-difference-grid,
  .special-lineup-grid,
  .special-selector-grid,
  .special-result-grid {
    grid-template-columns: 1fr;
  }

  .special-result-shell,
  .special-book-panel,
  .special-flow-shell {
    padding: 28px 22px;
  }

  .special-voice-card,
  .special-difference-card,
  .special-lineup-card {
    min-height: auto;
  }

  .special-voice-card h3,
  .special-difference-card h3,
  .special-lineup-card h3 {
    margin-top: 54px;
  }

  .special-voice-card img {
    width: calc(100% + 60px);
    height: 200px;
  }

  .special-selector-card img {
    height: 220px;
  }
}
