.deepmomi-page {
  background:
    linear-gradient(180deg, #f6f2ea 0%, #f3ede2 48%, #efe7d9 100%);
  color: #151515;
}

.model-explore--deepmomi {
  --model-explore-heading-color: #121212;
  --model-explore-subtitle-color: rgba(17, 17, 17, 0.38);
  --model-explore-kicker-color: #cc3c41;
  --model-explore-kicker-line: linear-gradient(90deg, #8f0f1f, rgba(143, 15, 31, 0.16));
  --model-explore-label-color: #ffffff;
  --model-explore-value-solid: #8a0d1d;
  --model-explore-value-gradient: linear-gradient(180deg, #d24a5f 0%, #b5142a 28%, #8f0f1f 58%, #5f0914 100%);
  --model-explore-value-shadow:
    0 8px 18px rgba(95, 9, 20, 0.22),
    0 1px 0 rgba(208, 84, 102, 0.18);
  --model-explore-value-line: linear-gradient(90deg, rgba(143, 15, 31, 0.78), rgba(95, 9, 20, 0.08));
  --model-explore-dot-gradient: linear-gradient(90deg, #ff5a73 0%, #b5142a 52%, #6e0915 100%);
  --model-explore-accent-rgb: 143 15 31;
  --model-explore-accent-light-rgb: 210 74 95;
  --model-explore-accent-dark-rgb: 95 9 20;
}

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

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

.eyebrow-deepmomi {
  color: #7f1616;
  letter-spacing: 0.18em;
}

.deepmomi-hero {
  position: relative;
  min-height: min(78vw, 860px);
  padding-top: var(--header-height);
  overflow: hidden;
  background: #120606;
}

.deepmomi-hero-inner,
.deepmomi-signature-shell,
.deepmomi-book-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 540px);
  gap: 32px;
  align-items: center;
}

.deepmomi-hero-copy h1 {
  margin: 0;
  font-family: var(--headline);
  font-size: clamp(3.8rem, 7.4vw, 6.9rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  font-style: italic;
}

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

.deepmomi-hero-lead,
.deepmomi-signature-copy p,
.deepmomi-section-heading p,
.deepmomi-book-copy p,
.deepmomi-selector-heading p {
  color: rgba(17, 17, 17, 0.76);
  font-size: 1rem;
}

.deepmomi-hero-copy {
  max-width: 420px;
  margin-left: 0;
  padding: clamp(80px, 10vw, 120px) 0 clamp(48px, 7vw, 96px);
  text-align: left;
  transform: translateX(0);
}

.deepmomi-hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button-outline {
  border: 1px solid rgba(17, 17, 17, 0.14);
  color: #111111;
  background: rgba(255, 255, 255, 0.58);
}

.button-dark {
  background: #101010;
  color: #f7f1e8;
}

.deepmomi-hero-media,
.deepmomi-signature-film,
.deepmomi-feature-card,
.deepmomi-selector-shell,
.deepmomi-lineup-card,
.deepmomi-scene-card,
.deepmomi-book-shell {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 60px rgba(41, 27, 14, 0.08);
}

.deepmomi-hero-media {
  position: absolute;
  inset: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #080606;
}

.deepmomi-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  filter: saturate(0.92) brightness(0.72) contrast(1.04);
}

.deepmomi-hero-inner {
  min-height: calc(min(78vw, 860px) - var(--header-height));
  grid-template-columns: minmax(320px, 480px) minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.deepmomi-selector-table article {
  padding: 18px 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.7);
}

.deepmomi-signature-film-copy span,
.deepmomi-selector-table span,
.deepmomi-lineup-copy .eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.56);
}

.deepmomi-hero .eyebrow-deepmomi,
.deepmomi-hero-lead {
  color: rgba(255, 255, 255, 0.94);
}

.deepmomi-hero .eyebrow-deepmomi {
  margin-bottom: 14px;
}

.deepmomi-hero-lead {
  max-width: 440px;
  font-size: 1.02rem;
  line-height: 1.7;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.deepmomi-hero .button-dark {
  min-width: 180px;
  background: #d71920;
  color: #ffffff;
}

.deepmomi-hero-copy h1,
.deepmomi-hero .eyebrow-deepmomi {
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.deepmomi-selector-table strong {
  font-size: 1rem;
  line-height: 1.4;
}

.deepmomi-selector-table article {
  padding: 18px 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.7);
}

.deepmomi-intro-section,
.deepmomi-approach-section,
.deepmomi-selector-section,
.deepmomi-lineup-section,
.deepmomi-scenes-section,
.deepmomi-book-section {
  padding: 28px 0 42px;
}

.deepmomi-book-shell {
  padding: 36px;
}

.deepmomi-intro-section {
  background: #fbfbf8;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.deepmomi-intro-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.deepmomi-intro-head h2 {
  margin: 0 0 14px;
  font-family: var(--body);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.deepmomi-section-heading h2,
.deepmomi-selector-heading h2,
.deepmomi-book-shell h2 {
  margin: 0 0 14px;
  font-family: var(--headline);
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.deepmomi-intro-head p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.94rem;
  line-height: 1.8;
}

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

.deepmomi-intro-card {
  position: relative;
  min-height: 440px;
  border-radius: 18px;
  overflow: hidden;
  background: #180b0b;
  box-shadow: 0 20px 40px rgba(30, 15, 15, 0.12);
}

.deepmomi-intro-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.04) 0%, rgba(10, 10, 10, 0.14) 44%, rgba(10, 10, 10, 0.62) 100%);
}

.deepmomi-intro-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deepmomi-intro-card-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 1;
}

.deepmomi-intro-card-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  font-weight: 800;
  line-height: 1.24;
  text-align: center;
}

.deepmomi-dark-lineup-section {
  padding: 54px 0 58px;
  background:
    linear-gradient(180deg, #050505 0%, #0d0909 100%);
  color: #ffffff;
}

.deepmomi-dark-lineup-head {
  margin-bottom: 28px;
}

.deepmomi-dark-lineup-head h2 {
  margin: 0;
  color: #f4f4f1;
  font-family: var(--body);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

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

.deepmomi-dark-lineup-controls {
  display: none;
}

.deepmomi-dark-lineup-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  overflow: hidden;
  background: #070707;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.deepmomi-dark-lineup-image {
  background:
    radial-gradient(circle at center, rgba(201, 27, 27, 0.42), transparent 52%),
    linear-gradient(180deg, #321111 0%, #140707 100%);
}

.deepmomi-dark-lineup-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.deepmomi-dark-lineup-body {
  padding: 22px 26px 26px;
  text-align: center;
}

.deepmomi-dark-lineup-body h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--headline);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-style: italic;
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.deepmomi-dark-lineup-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.75;
}

.deepmomi-dark-lineup-meta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.deepmomi-dark-lineup-meta strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.deepmomi-dark-lineup-meta span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.7;
}

.deepmomi-style-section {
  padding: 44px 0 52px;
  background: #fbfbf8;
}

.deepmomi-style-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.deepmomi-style-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  padding: 12px 0 0 18px;
  line-height: 1;
}

.deepmomi-style-logo::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: calc(100% - 8px);
  border-radius: 999px;
  background: linear-gradient(180deg, #e41227 0%, #8f0f1f 100%);
}

.deepmomi-style-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 86px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #111111, rgba(17, 17, 17, 0.12));
}

.deepmomi-style-crown {
  position: absolute;
  top: -8px;
  left: 104px;
  color: #e41227;
  font-size: 0.72rem;
  opacity: 0.9;
}

.deepmomi-style-logo strong {
  color: #111111;
  font-family: var(--headline);
  font-size: clamp(2.8rem, 4.4vw, 4.2rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.88;
  text-transform: uppercase;
}

.deepmomi-style-logo span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e41227 0%, #b41124 100%);
  color: #ffffff;
  font-family: var(--body);
  font-size: clamp(0.96rem, 1.3vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(180, 17, 36, 0.18);
}

.deepmomi-style-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 42px;
  border-radius: 999px;
  background: #e41127;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 800;
  white-space: nowrap;
}

.deepmomi-style-visual {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #141212;
  box-shadow: 0 22px 44px rgba(20, 12, 12, 0.14);
}

.deepmomi-style-visual img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center;
}

.deepmomi-future-section {
  padding: 48px 0 54px;
  background: #fbfbf8;
}

.deepmomi-future-head {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.deepmomi-future-head h2 {
  margin: 0 0 14px;
  color: #111111;
  font-family: var(--body);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.deepmomi-future-head p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.62);
  font-size: 1rem;
  line-height: 1.8;
}

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

.deepmomi-future-card {
  position: relative;
  min-height: 460px;
  border-radius: 18px;
  overflow: hidden;
  background: #181212;
  box-shadow: 0 18px 38px rgba(24, 14, 14, 0.12);
}

.deepmomi-future-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.04) 0%, rgba(10, 10, 10, 0.16) 44%, rgba(10, 10, 10, 0.6) 100%);
}

.deepmomi-future-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deepmomi-future-card-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 1;
}

.deepmomi-future-card-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  font-weight: 800;
  line-height: 1.24;
  text-align: center;
}

.deepmomi-explore-section {
  padding: 42px 0 60px;
  background: #fbfbf8;
}

.deepmomi-explore-head {
  margin-bottom: 22px;
}

.deepmomi-explore-head span {
  display: block;
  color: #121212;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
}

.deepmomi-explore-head h2 {
  margin: 2px 0 0;
  color: rgba(17, 17, 17, 0.38);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

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

.deepmomi-explore-pager {
  display: none;
}

.deepmomi-explore-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 460px;
  padding: 18px 16px 14px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.9), transparent 28%),
    radial-gradient(circle at bottom left, rgba(134, 10, 24, 0.08), transparent 26%),
    linear-gradient(180deg, #fbfbfb 0%, #f0f0f0 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 36px rgba(23, 17, 17, 0.08);
}

.deepmomi-explore-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 18%, transparent 78%, rgba(134, 10, 24, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 24%);
  pointer-events: none;
}

.deepmomi-explore-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228, 18, 39, 0.34), transparent);
}

.deepmomi-explore-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin-top: 48px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0)),
    radial-gradient(circle at top right, rgba(134, 10, 24, 0.1), transparent 30%),
    linear-gradient(180deg, #f4f4f4 0%, #ececec 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.54) inset,
    0 18px 30px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.12));
}

.deepmomi-explore-kicker {
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 2;
  margin: 0;
  color: #cc3c41;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.deepmomi-explore-kicker::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8f0f1f, rgba(143, 15, 31, 0.16));
}

.deepmomi-explore-card-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin-top: 0;
}

.deepmomi-explore-card-copy h3 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
  padding-top: 4px;
  color: #111111;
  line-height: 1;
}

.deepmomi-explore-card-copy h3 span {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 2px 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 2;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.deepmomi-explore-card-copy h3 strong {
  font-family: var(--headline);
  font-size: clamp(3.1rem, 4vw, 4.4rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #8a0d1d;
  background: linear-gradient(180deg, #d24a5f 0%, #b5142a 28%, #8f0f1f 58%, #5f0914 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 8px 18px rgba(95, 9, 20, 0.22),
    0 1px 0 rgba(208, 84, 102, 0.18);
  position: relative;
}

.deepmomi-explore-card-copy h3 strong::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 6px;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 15, 31, 0.78), rgba(95, 9, 20, 0.08));
}

.deepmomi-section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}
.deepmomi-lineup-grid,
.deepmomi-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.deepmomi-lineup-card img,
.deepmomi-scene-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.deepmomi-lineup-copy {
  padding: 22px;
}

.deepmomi-lineup-copy h3,
.deepmomi-scene-card h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: 1.12;
}

.deepmomi-lineup-copy p {
  color: rgba(17, 17, 17, 0.76);
}

.deepmomi-lineup-copy a {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  font-weight: 800;
}

.deepmomi-selector-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 34px;
}

.deepmomi-selector-table {
  display: grid;
  gap: 14px;
}

.deepmomi-scene-card {
  padding-bottom: 18px;
}

.deepmomi-scene-card h3 {
  padding: 0 20px;
}

.deepmomi-book-shell {
  background:
    linear-gradient(135deg, rgba(127, 22, 22, 0.94), rgba(37, 15, 15, 0.96)),
    #2b1717;
  color: #fff7f0;
}

.deepmomi-book-shell p,
.deepmomi-book-shell .eyebrow {
  color: rgba(255, 247, 240, 0.82);
}

.deepmomi-book-shell .button-outline {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff7f0;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1100px) {
  .deepmomi-book-shell,
  .deepmomi-selector-shell {
    grid-template-columns: 1fr;
  }

  .deepmomi-hero-inner {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  }

  .deepmomi-hero-copy {
    max-width: 380px;
  }

  .deepmomi-intro-grid,
  .deepmomi-dark-lineup-grid,
  .deepmomi-future-grid,
  .deepmomi-lineup-grid,
  .deepmomi-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deepmomi-style-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 860px) {
  .deepmomi-page .titleist-nav {
    gap: 10px;
  }

  .deepmomi-hero {
    min-height: auto;
    padding-top: var(--header-height);
  }

  .deepmomi-hero-inner {
    min-height: 560px;
    grid-template-columns: 1fr;
    align-items: end;
  }

  .deepmomi-hero-media img {
    object-position: 24% center;
  }

  .deepmomi-hero-copy {
    max-width: 100%;
    margin-left: 0;
    padding: 120px 0 32px;
    transform: none;
  }

  .deepmomi-intro-grid,
  .deepmomi-future-grid,
  .deepmomi-lineup-grid,
  .deepmomi-scene-grid {
    grid-template-columns: 1fr;
  }

  .deepmomi-dark-lineup-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(84vw, 84vw);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .deepmomi-dark-lineup-grid::-webkit-scrollbar {
    display: none;
  }

  .deepmomi-dark-lineup-card {
    min-height: 100%;
    scroll-snap-align: start;
  }

  .deepmomi-dark-lineup-grid .reveal {
    opacity: 1;
    transform: none;
  }

  .deepmomi-dark-lineup-controls {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
  }

  .deepmomi-dark-lineup-button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      background 0.2s ease;
  }

  .deepmomi-dark-lineup-button:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .deepmomi-dark-lineup-count {
    min-width: 42px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .deepmomi-style-visual img {
    height: 420px;
  }

  .deepmomi-explore-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(46vw, 46vw);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .deepmomi-explore-grid::-webkit-scrollbar {
    display: none;
  }

  .deepmomi-explore-card {
    min-height: 430px;
    scroll-snap-align: start;
  }

  .deepmomi-explore-card-copy h3 strong {
    font-size: 4rem;
  }

  .deepmomi-explore-pager {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 16px;
    border: 1px solid rgba(138, 13, 29, 0.14);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54)),
      radial-gradient(circle at top, rgba(210, 74, 95, 0.18), transparent 62%);
    box-shadow:
      0 16px 34px rgba(95, 9, 20, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .deepmomi-explore-pager.is-active {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
      0 22px 42px rgba(95, 9, 20, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 1);
  }

  .deepmomi-explore-dot {
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(143, 15, 31, 0.2);
    cursor: pointer;
    transition:
      width 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      background 0.28s ease,
      box-shadow 0.34s ease,
      opacity 0.28s ease;
  }

  .deepmomi-explore-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.16));
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .deepmomi-explore-dot::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(210, 74, 95, 0.28) 0%, rgba(210, 74, 95, 0) 72%);
    opacity: 0;
    transform: scale(0.72);
    transition:
      opacity 0.34s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .deepmomi-explore-dot.is-current {
    width: 32px;
    background: linear-gradient(90deg, #ff5a73 0%, #b5142a 52%, #6e0915 100%);
    box-shadow:
      0 0 0 1px rgba(181, 20, 42, 0.08),
      0 0 28px rgba(181, 20, 42, 0.24),
      0 10px 20px rgba(95, 9, 20, 0.18);
    transform: translateY(-1px) scale(1.06);
  }

  .deepmomi-explore-dot.is-current::before {
    opacity: 0.34;
  }

  .deepmomi-explore-dot.is-current::after {
    opacity: 1;
    transform: scale(1.14);
  }

  .deepmomi-explore-dot.is-near {
    opacity: 0.68;
    background: rgba(143, 15, 31, 0.34);
    transform: scale(0.94);
  }
}

@media (max-width: 640px) {
  .deepmomi-hero-copy h1 {
    font-size: clamp(2.8rem, 16vw, 4.6rem);
    line-height: 0.92;
  }

  .deepmomi-intro-head h2 {
    font-size: clamp(1.3rem, 5.8vw, 1.6rem);
    line-height: 1.24;
  }

  .deepmomi-intro-head p {
    font-size: 0.88rem;
    line-height: 1.75;
  }

  .deepmomi-hero-inner {
    min-height: 520px;
  }

  .deepmomi-dark-lineup-grid {
    grid-auto-columns: minmax(88vw, 88vw);
  }

  .deepmomi-explore-grid {
    grid-auto-columns: minmax(78vw, 78vw);
  }

  .deepmomi-explore-pager {
    gap: 10px;
    padding: 10px 14px;
  }

  .deepmomi-explore-dot.is-current {
    width: 28px;
  }

  .deepmomi-dark-lineup-controls {
    gap: 12px;
    padding: 9px 12px;
  }

  .deepmomi-dark-lineup-button {
    width: 36px;
    height: 36px;
  }

  .deepmomi-hero-copy {
    padding: 96px 0 28px;
  }

  .deepmomi-hero-lead {
    max-width: 320px;
    font-size: 0.95rem;
  }

  .deepmomi-selector-shell,
  .deepmomi-book-shell {
    padding: 24px 20px;
    border-radius: 28px;
  }

  .deepmomi-intro-card,
  .deepmomi-dark-lineup-card,
  .deepmomi-future-card,
  .deepmomi-lineup-card,
  .deepmomi-scene-card {
    border-radius: 26px;
  }

  .deepmomi-intro-card {
    min-height: 320px;
  }

  .deepmomi-future-card {
    min-height: 320px;
  }

  .deepmomi-intro-card img,
  .deepmomi-dark-lineup-image img,
  .deepmomi-future-card img,
  .deepmomi-lineup-card img,
  .deepmomi-scene-card img {
    height: 220px;
  }

  .deepmomi-intro-card img,
  .deepmomi-future-card img {
    height: 100%;
  }

  .deepmomi-style-button {
    width: 100%;
    padding: 0 20px;
  }

  .deepmomi-style-visual {
    border-radius: 16px;
  }

  .deepmomi-style-visual img {
    height: 260px;
  }

  .deepmomi-explore-head span {
    font-size: 1.9rem;
  }

  .deepmomi-explore-head h2 {
    font-size: 2.4rem;
  }

  .deepmomi-explore-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
  }

  .deepmomi-explore-card {
    min-height: 400px;
  }

  .deepmomi-explore-card img {
    aspect-ratio: 1 / 1;
    height: auto;
    margin-top: 40px;
  }

  .deepmomi-explore-card-copy h3 span {
    font-size: 1rem;
  }

  .deepmomi-explore-card-copy h3 strong {
    font-size: 3.2rem;
  }
}
