/* ============================================================
   Japan Connect theme experiment: Bravox-inspired
   Override layer for themes/kinetic-market only.
   ============================================================ */

:root {
  --bg: #f4f0e8;
  --bg-soft: #f4f0e8;
  --bg-cream: #ebe5db;
  --paper: #f8f5ef;
  --navy: #1c1c1c;
  --navy-deep: #080808;
  --ink: #1c1c1c;
  --ink-muted: #57534d;
  --ink-soft: #827c73;
  --line: rgba(28, 28, 28, 0.14);
  --line-strong: rgba(28, 28, 28, 0.28);
  --gold: #a27845;
  --gold-soft: #ded2c1;
  --red: #1c1c1c;
  --shadow-sm: none;
  --shadow-md: 0 28px 70px rgba(28, 28, 28, 0.12);
  --radius-sm: 999px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --max-w: 1500px;
}

*::selection {
  background: var(--ink);
  color: var(--paper);
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  background: var(--bg);
  color: var(--ink-muted);
  font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
.brand-name,
.hero-stat .num,
.stat-card .num,
.market-side .stat-dark .num,
.stats-bar-grid .v,
.hero-stats-inline .v,
.brand-card .meta .v {
  color: var(--ink);
  font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(4.4rem, 12vw, 12.5rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.02;
}

p {
  color: var(--ink-muted);
}

section {
  padding: clamp(76px, 9vw, 140px) 0;
  border-bottom: 1px solid var(--line);
}

.container,
.container-narrow,
.nav-inner {
  max-width: var(--max-w);
}

.container,
.container-narrow {
  padding-inline: clamp(18px, 4vw, 48px);
}

.eyebrow {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "[  ";
}

.eyebrow::after {
  content: "  ]";
}

.gold-rule {
  display: none;
}

.lede,
.hero-sub,
.overview-prose,
.brand-main p {
  font-size: clamp(1.06rem, 1.45vw, 1.32rem);
  line-height: 1.45;
}

.nav {
  background: rgba(244, 240, 232, 0.92);
  border-bottom: 1px solid var(--line-strong);
  backdrop-filter: blur(16px);
}

.nav-inner {
  padding: 18px clamp(18px, 4vw, 48px);
}

.brand {
  gap: 16px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  background: var(--ink);
  border-radius: 8px;
}

.brand-name {
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.brand-sub {
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.nav-links {
  gap: 10px;
}

.nav-links a {
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
  background: rgba(28, 28, 28, 0.07);
  border-bottom: 0;
}

.btn,
.nav-links a.btn {
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  box-shadow: none;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.btn-primary,
.btn-gold,
.nav-links a.btn {
  background: var(--ink);
  color: var(--paper);
}

.btn-primary:hover,
.btn-gold:hover,
.nav-links a.btn:hover {
  background: transparent;
  color: var(--ink);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-outline:hover {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  min-height: auto !important;
  padding: clamp(56px, 8vw, 110px) 0 clamp(46px, 7vw, 96px) !important;
  display: block !important;
  overflow: hidden;
  background: var(--bg) !important;
  border-bottom: 1px solid var(--line-strong) !important;
}

.hero::before,
.hero::after,
.hero .container::after {
  display: none !important;
  content: none !important;
}

.hero .container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(34px, 5vw, 66px);
  justify-items: start !important;
  align-items: start !important;
  text-align: left !important;
}

.hero .eyebrow {
  margin-bottom: clamp(20px, 3vw, 38px) !important;
  color: var(--ink) !important;
  text-align: left !important;
}

.hero .eyebrow::before {
  content: "[  " !important;
  display: inline !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
}

.hero .eyebrow::after {
  content: "  ]" !important;
  display: inline !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
}

.hero h1 {
  justify-self: start !important;
  max-width: 1180px !important;
  width: min(100%, 1180px) !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  color: var(--ink) !important;
  font-size: clamp(3.8rem, 7.4vw, 7.9rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.052em !important;
  text-align: left !important;
  text-transform: none !important;
}

.hero h1 .accent,
.hero .accent {
  color: var(--ink) !important;
  font-style: normal !important;
}

.hero-sub {
  max-width: 530px !important;
  margin: 0 !important;
  color: var(--ink) !important;
  text-align: left !important;
}

.hero .hero-sub {
  color: var(--ink) !important;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 0 !important;
  justify-content: flex-start !important;
  flex-wrap: wrap;
}

.hero .btn-outline {
  color: var(--ink) !important;
  border-color: var(--ink) !important;
}

.hero-media-block {
  position: relative;
  justify-self: stretch;
  width: 100%;
  min-height: clamp(240px, 42vw, 640px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink);
}

.hero-media-block video {
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 42vw, 640px);
  display: block;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
}

.hero-media-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.04), rgba(28, 28, 28, 0.28));
  pointer-events: none;
}

.brand-focus-home {
  background: var(--bg) !important;
}

.section-toolbar {
  align-items: end;
  margin-bottom: clamp(42px, 7vw, 100px);
}

.section-head {
  max-width: 980px;
}

.section-head .lede {
  max-width: 620px;
}

.search-box input {
  height: 52px;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink);
}

.spotlight-card {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  box-shadow: none;
  overflow: hidden;
}

.spotlight-card:hover {
  transform: none;
  box-shadow: var(--shadow-md);
}

.spotlight-card .img {
  min-height: 560px;
  border-right: 1px solid var(--line-strong);
}

.spotlight-card .img video,
.spotlight-card .img img,
.brand-card .img img,
.brand-hero .image-side img,
.brand-hero .image-side video {
  filter: saturate(0.82) contrast(1.04);
}

.spotlight-card .body {
  padding: clamp(28px, 4vw, 58px);
  background: var(--paper);
}

.spotlight-card .tag,
.rank-badge,
.rank-badge-pill,
.brand-hero .category,
.badge-featured,
.badge-cat {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.spotlight-card h3 {
  margin-top: 18px;
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: 0.82;
}

.spotlight-card .sub {
  color: var(--ink-soft);
}

.spotlight-card .stat-row {
  border-block: 1px solid var(--line);
  padding-block: 24px;
}

.stat .k,
.spotlight-card .stat-row .k,
.brand-card .meta .k,
.hero-stat .label,
.stats-bar-grid .k,
.hero-stats-inline .k {
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.stat .v,
.spotlight-card .stat-row .v,
.brand-card .meta .v,
.stats-bar-grid .v,
.hero-stats-inline .v {
  color: var(--ink);
  font-weight: 600;
}

.brand-grid {
  gap: 1px;
  background: var(--line-strong);
  border: 1px solid var(--line-strong);
}

.brand-card {
  background: var(--bg);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-card:hover {
  transform: none;
  box-shadow: none;
  background: var(--paper);
}

.brand-card .img {
  background: var(--ink);
}

.brand-card .img-overlay {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.02) 20%, rgba(28, 28, 28, 0.72) 100%);
}

.brand-card .logo-chip {
  border-radius: 999px;
}

.brand-card .body {
  padding: 26px;
}

.brand-card .tagline,
.brand-card .view-details {
  color: var(--ink);
  font-weight: 600;
}

.brand-card .meta {
  border-top-color: var(--line);
}

.invest-grid,
.market,
.brand-hero-grid,
.overview-support-grid,
.brand-layout {
  gap: clamp(34px, 7vw, 110px);
}

.invest-list li,
.market-points li,
.highlights li {
  border-color: var(--line);
}

.invest-list li .icon {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-strong);
}

.stat-card,
.support-card,
.brand-side .card,
.market-side .stat-light {
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  box-shadow: none;
}

.stat-card .num {
  color: var(--ink);
  font-size: clamp(3rem, 5vw, 5rem);
}

.market-points li::before {
  background: var(--ink);
}

.market-side .stat-dark,
.cta,
footer,
.brand-section-navy {
  background: var(--ink);
  color: rgba(248, 245, 239, 0.75);
}

.market-side .stat-dark,
.cta {
  border-radius: 0;
}

.market-side .stat-dark .label,
.cta .eyebrow,
footer .footer-brand .brand-sub,
.brand-section-navy .eyebrow,
.brand-section-navy .eyebrow-on-dark {
  color: var(--paper);
}

.cta h2,
.cta p,
.brand-section-navy h1,
.brand-section-navy h2,
.brand-section-navy h3,
.brand-section-navy h4 {
  color: var(--paper);
}

footer {
  border-top: 0;
}

.breadcrumb {
  font-weight: 600;
}

.brand-hero {
  background: var(--bg);
  border-bottom: 1px solid var(--line-strong);
}

.brand-hero .sub {
  color: var(--ink-soft);
}

.brand-hero .image-side {
  border-radius: var(--radius-lg);
  box-shadow: none;
}

.stats-bar {
  background: var(--bg);
  border-color: var(--line-strong);
}

.support-stack .support-card {
  background: transparent;
}

.fit-section-clean {
  border-left-color: var(--ink);
}

input,
select,
textarea {
  background: transparent !important;
  border-color: var(--line-strong) !important;
  border-radius: 18px !important;
  color: var(--ink) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow,
  .hero h1,
  .hero-sub,
  .hero-actions,
  .hero-media-block {
    animation: bravox-rise 0.8s ease both;
  }

  .hero h1 { animation-delay: 0.06s; }
  .hero-sub { animation-delay: 0.12s; }
  .hero-actions { animation-delay: 0.18s; }
  .hero-media-block { animation-delay: 0.3s; }
}

@keyframes bravox-rise {
  from {
    opacity: 0;
    transform: translateY(42px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .nav-burger {
    display: flex;
  }

  .nav-links {
    background: var(--bg);
  }

  .hero {
    padding: 44px 0 52px !important;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 12.8vw, 5.4rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
  }

  .section-toolbar {
    align-items: stretch;
  }

  .spotlight-card {
    grid-template-columns: 1fr;
  }

  .spotlight-card .img {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }
}

@media (max-width: 560px) {
  .container,
  .container-narrow {
    padding-inline: 16px;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-media-block,
  .hero-media-block video {
    min-height: 210px;
    border-radius: 20px;
  }

  .brand-grid.brand-grid-secondary {
    grid-template-columns: 1fr;
  }

  .badge-cat {
    max-width: calc(100% - 28px);
    left: 14px;
    right: auto;
    top: 48px;
  }
}

/* Bravox white pass: lighter canvas, logo marquee, softer surfaces. */
:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --bg-cream: #f6f5f1;
  --paper: #ffffff;
  --line: rgba(28, 28, 28, 0.07);
  --line-strong: rgba(28, 28, 28, 0.11);
}

body {
  background: #fff;
}

section,
.hero,
.brand-focus-home,
.brand-hero,
.stats-bar {
  border-bottom: 0 !important;
}

.nav {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 0;
}

.btn,
.nav-links a.btn,
.spotlight-card,
.spotlight-card .img,
.spotlight-card .stat-row,
.brand-grid,
.brand-card .meta,
.stat-card,
.support-card,
.brand-side .card,
.market-side .stat-light,
.brand-hero .image-side,
.stats-bar,
input,
select,
textarea {
  border-color: rgba(28, 28, 28, 0.09) !important;
}

.btn,
.nav-links a.btn,
.spotlight-card,
.stat-card,
.support-card,
.brand-side .card,
.market-side .stat-light,
.stats-bar {
  border-width: 0 !important;
}

.btn-outline,
.hero .btn-outline {
  border: 1px solid rgba(28, 28, 28, 0.18) !important;
}

.brand-logo-marquee {
  position: relative;
  overflow: hidden;
  width: min(100%, 980px);
  padding-block: 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: clamp(44px, 7vw, 96px);
  animation: logo-marquee 24s linear infinite;
}

.brand-logo-marquee img {
  width: auto;
  max-width: 154px;
  height: 42px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.74;
}

.brand-logo-marquee img.jigemon-logo {
  max-width: 190px;
  height: 58px;
}

.brand-logo-marquee .word-logo {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  white-space: nowrap;
  opacity: 0.78;
}

@keyframes logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - clamp(22px, 3.5vw, 48px))); }
}

.brand-grid {
  background: rgba(28, 28, 28, 0.055);
  border: 0 !important;
}

.brand-grid.brand-grid-secondary {
  gap: clamp(18px, 2vw, 28px);
  background: transparent;
}

.brand-grid-secondary .brand-card {
  overflow: hidden;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.055);
}

.brand-grid-secondary .brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(28, 28, 28, 0.09);
}

.brand-grid-secondary .brand-card .img {
  aspect-ratio: 16 / 9;
  background: #f6f5f1;
}

.brand-grid-secondary .brand-card .img img {
  filter: saturate(0.84) contrast(1.02);
}

.brand-grid-secondary .brand-card .img-overlay {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.06), rgba(28, 28, 28, 0.18));
}

.brand-grid-secondary .badge-featured,
.brand-grid-secondary .badge-cat {
  top: 16px;
  background: rgba(255,255,255,0.86);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.brand-grid-secondary .name-overlay {
  position: static;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px 0;
  color: var(--ink);
}

.brand-grid-secondary .name-overlay .name {
  color: var(--ink);
  text-shadow: none;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.brand-grid-secondary .name-overlay .est {
  color: var(--ink-soft);
  text-shadow: none;
}

.brand-grid-secondary .logo-chip {
  width: 52px;
  height: 52px;
  border: 0;
  background: #f6f5f1;
}

.brand-grid-secondary .body {
  padding: 18px 24px 24px;
}

.brand-grid-secondary .tagline {
  max-width: 520px;
  font-size: clamp(1.02rem, 1.3vw, 1.22rem);
  line-height: 1.35;
}

.brand-grid-secondary .meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border-top: 0;
}

.brand-grid-secondary .meta .stat {
  padding: 14px;
  border-radius: 18px;
  background: #f6f5f1;
}

.spotlight-card .img {
  border-right: 0 !important;
}

.spotlight-card .tag,
.rank-badge,
.rank-badge-pill,
.brand-hero .category,
.badge-featured,
.badge-cat {
  background: rgba(28, 28, 28, 0.05);
  border: 0 !important;
}

.why-service-section {
  background: #fff;
  overflow: clip;
}

.why-metrics-band {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 1.35fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: start;
  min-height: clamp(210px, 28vw, 360px);
  margin-bottom: clamp(52px, 9vw, 130px);
}

.why-metrics-band .eyebrow {
  margin: 0;
}

.why-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 68px);
}

.metric-item .num {
  color: var(--ink);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.metric-item .label {
  max-width: 210px;
  margin-top: clamp(18px, 2vw, 28px);
  color: var(--ink);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.35;
}

.why-service-section .section-head {
  max-width: 1120px;
  margin-bottom: clamp(42px, 7vw, 96px);
}

.why-service-section .section-head h2 {
  max-width: 1080px;
}

.why-service-list {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 22px;
  padding: 0 0 18vh;
  margin: 0;
  list-style: none;
}

.why-service-list li {
  position: sticky;
  top: 96px;
  display: grid;
  grid-template-columns: minmax(72px, 0.18fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 58px);
  min-height: clamp(330px, 42vh, 460px);
  padding: clamp(26px, 4vw, 54px);
  background: #f6f5f1;
  border: 0 !important;
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(28, 28, 28, 0.045);
}

.why-service-list li:nth-child(2) { top: 114px; }
.why-service-list li:nth-child(3) { top: 132px; }
.why-service-list li:nth-child(4) { top: 150px; }

.why-service-list li::after {
  content: none;
  position: absolute;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  display: grid;
  place-items: center;
  width: clamp(46px, 5vw, 72px);
  height: clamp(46px, 5vw, 72px);
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 2rem);
}

.why-service-list li .icon {
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  color: var(--ink-soft);
  border: 0 !important;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.why-service-list li strong {
  display: block;
  max-width: 760px;
  margin: 0 0 clamp(18px, 2.4vw, 34px);
  color: var(--ink);
  font-size: clamp(2rem, 4.6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.why-service-list li p {
  max-width: 680px;
  margin: 0;
  color: var(--ink-muted);
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  .brand-logo-marquee {
    animation: bravox-rise 0.8s ease 0.24s both;
  }
}

.proof-box-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.96)),
    url("assets/koe-hero-bg.svg") center bottom / cover no-repeat;
}

.proof-box-section .section-head {
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: clamp(38px, 6vw, 80px);
  text-align: center;
}

.proof-box-section .section-head .eyebrow {
  text-align: center;
}

.proof-box-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}

.proof-box-grid article {
  min-height: clamp(260px, 30vw, 420px);
  padding: clamp(22px, 2.6vw, 34px);
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 0;
  backdrop-filter: blur(10px);
}

.proof-box-grid article span {
  display: block;
  margin-bottom: clamp(34px, 6vw, 88px);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.proof-box-grid article h3 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-transform: uppercase;
}

.proof-box-grid article p {
  margin: 0;
  color: var(--ink-muted);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
}

@media (max-width: 900px) {
  .why-metrics-band {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .why-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-service-list {
    padding-bottom: 0;
  }

  .why-service-list li,
  .why-service-list li:nth-child(n) {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .brand-logo-marquee {
    width: 100%;
  }

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

  .proof-box-grid article {
    min-height: 240px;
  }
}

@media (max-width: 560px) {
  .why-metrics {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .why-service-list li {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .brand-logo-marquee img {
    max-width: 128px;
    height: 34px;
  }

  .brand-logo-marquee img.jigemon-logo {
    max-width: 150px;
    height: 46px;
  }

  .proof-box-section .section-head {
    text-align: left;
  }

  .proof-box-section .section-head .eyebrow {
    text-align: left;
  }

  .proof-box-grid {
    grid-template-columns: 1fr;
  }
}

/* Refinement pass: tighter rhythm, fixed metric sizing, cleaner boxes. */
section {
  padding: clamp(54px, 6vw, 96px) 0;
}

.brand-focus-home,
.why-service-section,
.proof-box-section {
  padding-block: clamp(58px, 6.5vw, 104px);
}

.why-metrics-band {
  grid-template-columns: minmax(160px, 0.55fr) minmax(0, 1.8fr);
  gap: clamp(24px, 4vw, 72px);
  min-height: clamp(150px, 18vw, 260px);
  margin-bottom: clamp(38px, 6vw, 82px);
}

.why-metrics {
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: clamp(18px, 3vw, 48px);
}

.metric-item {
  min-width: 0;
}

.metric-item .num {
  font-size: clamp(3.8rem, 6.2vw, 6.8rem);
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.metric-item .label {
  max-width: 240px;
  margin-top: clamp(12px, 1.4vw, 20px);
}

.why-service-section .section-head {
  margin-bottom: clamp(30px, 5vw, 68px);
}

.why-service-list {
  gap: 18px;
  padding-bottom: 10vh;
}

.why-service-list li {
  min-height: clamp(250px, 32vh, 370px);
  padding: clamp(24px, 3.4vw, 46px);
}

.why-service-list li::after {
  display: none;
  content: none;
}

.why-service-list li .icon {
  color: var(--ink);
  font-size: clamp(3.4rem, 7vw, 7.8rem);
  font-weight: 700;
  letter-spacing: -0.09em;
}

.why-service-list li strong {
  font-size: clamp(2rem, 4vw, 4.4rem);
}

.proof-box-section .section-head {
  margin-bottom: clamp(30px, 4vw, 54px);
  text-align: center !important;
}

.proof-box-section .section-head h2 {
  margin-inline: auto;
}

.proof-box-grid article {
  display: grid;
  grid-template-rows: minmax(82px, auto) 1fr;
  min-height: clamp(190px, 18vw, 280px);
  padding: clamp(22px, 2.2vw, 30px);
}

.proof-box-grid article span {
  display: none;
}

.proof-box-grid article h3 {
  align-self: end;
  min-height: 3.1em;
  margin-bottom: 22px;
}

.proof-box-grid article p {
  align-self: start;
}

@media (max-width: 1100px) {
  .why-metrics-band {
    grid-template-columns: 1fr;
  }

  .why-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .metric-item .num {
    font-size: clamp(3.3rem, 8vw, 5.8rem);
  }
}

@media (max-width: 900px) {
  .proof-box-grid article {
    grid-template-rows: auto auto;
  }

  .proof-box-grid article h3 {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .why-metrics {
    grid-template-columns: 1fr;
  }

  .why-service-list li .icon {
    font-size: clamp(3.4rem, 20vw, 5.4rem);
  }
}

/* Minimal card and rhythm pass inspired by editorial listing layouts. */
.brand-logo-marquee {
  width: min(100%, 1260px);
  padding-block: 6px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.logo-track {
  gap: clamp(30px, 4.4vw, 66px);
}

.brand-grid.brand-grid-secondary {
  gap: clamp(18px, 2vw, 28px);
}

.brand-grid-secondary .brand-card {
  display: grid;
  grid-template-rows: 300px auto;
  min-height: 0;
  overflow: hidden;
  background: var(--paper);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.055);
}

.brand-grid-secondary .brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(28, 28, 28, 0.09);
}

.brand-grid-secondary .brand-card .img {
  order: 0;
  aspect-ratio: auto;
  min-height: 0;
  height: 300px;
  background: #e9e6df;
}

.brand-grid-secondary .brand-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.brand-grid-secondary .brand-card .body {
  order: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(22px, 2.4vw, 30px);
  background: var(--paper);
}

.brand-grid-secondary .name-overlay {
  padding: 0;
  gap: 12px;
}

.brand-grid-secondary .logo-chip {
  width: 72px;
  height: 56px;
  flex: 0 0 72px;
  border-radius: 0;
  background: transparent;
}

.brand-grid-secondary .brand-card:nth-child(3) .logo-chip {
  background: transparent;
}

.brand-grid-secondary .brand-card:nth-child(3) .logo-chip img {
  filter: none;
}

.brand-grid-secondary .name-overlay .name {
  font-size: clamp(1.75rem, 2.6vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.brand-grid-secondary .tagline {
  margin: clamp(14px, 1.6vw, 20px) 0 0;
  max-width: 94%;
  color: var(--ink);
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.brand-grid-secondary .meta {
  margin-top: clamp(10px, 1.2vw, 16px);
  padding-top: clamp(10px, 1.2vw, 16px);
  border-top: 1px solid rgba(28, 28, 28, 0.08);
}

.brand-grid-secondary .meta .stat {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.brand-grid-secondary .meta .k {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-grid-secondary .meta .v {
  color: var(--ink);
  font-size: clamp(2.1rem, 3.2vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.brand-grid-secondary .brand-card .img-overlay,
.brand-grid-secondary .badge-featured {
  display: none;
}

.why-metrics-band {
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1.9fr);
  gap: clamp(28px, 5vw, 90px);
  min-height: clamp(120px, 14vw, 210px);
  margin-bottom: clamp(24px, 4vw, 52px);
}

.why-metrics {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(170px, 0.72fr) minmax(310px, 1.05fr);
  gap: clamp(44px, 7vw, 132px);
  align-items: start;
  justify-content: space-between;
}

.metric-item .num {
  font-size: clamp(4.2rem, 6.8vw, 7.2rem);
  letter-spacing: -0.045em;
}

.metric-item .label {
  max-width: 260px;
}

.why-service-section {
  padding-top: clamp(40px, 5vw, 76px);
  padding-bottom: 0;
}

.why-service-list {
  padding-bottom: 0;
}

.proof-box-section {
  padding-top: clamp(16px, 2.4vw, 36px);
}

.brand-focus-home {
  padding-bottom: clamp(34px, 4vw, 62px);
}

@media (max-width: 1100px) {
  .brand-grid-secondary .brand-card {
    grid-template-rows: 250px minmax(250px, auto);
  }

  .brand-grid-secondary .brand-card .img {
    height: 250px;
  }

  .why-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 54px);
  }
}

@media (max-width: 900px) {
  .brand-grid-secondary .brand-card {
    grid-template-rows: 260px auto;
  }

  .brand-grid-secondary .brand-card .body {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .brand-grid.brand-grid-secondary {
    gap: 16px;
  }

  .brand-grid-secondary .brand-card {
    grid-template-rows: 220px auto;
  }

  .brand-grid-secondary .brand-card .img {
    height: 220px;
  }

  .brand-grid-secondary .meta {
    padding-top: 22px;
  }
}

/* Final card scale pass. */
.brand-grid-secondary .name-overlay .name {
  font-size: clamp(1.35rem, 1.8vw, 2.15rem);
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.brand-grid-secondary .jp-name {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: clamp(0.9rem, 1vw, 1.08rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

/* Mobile-only controlled hero video. */
.hero-media-block {
  display: none;
}

.why-metrics-band {
  grid-template-columns: minmax(150px, 0.5fr) minmax(0, 1.25fr);
  gap: clamp(22px, 3vw, 48px);
  min-height: clamp(94px, 10vw, 150px);
  margin-bottom: clamp(20px, 3vw, 42px);
}

.why-metrics {
  grid-template-columns: repeat(3, max-content);
  gap: clamp(30px, 4vw, 64px);
  justify-content: end;
}

.metric-item .num {
  font-size: clamp(2.65rem, 3.65vw, 4.25rem);
  letter-spacing: -0.035em;
}

.metric-item .label {
  max-width: 190px;
  margin-top: clamp(10px, 1.2vw, 16px);
}

@media (max-width: 760px) {
  .hero-media-block {
    display: block;
    width: 100%;
    min-height: 0;
    border-radius: 22px;
  }

  .hero-media-block video {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .hero-media-block::after {
    display: none;
  }

  .why-metrics-band {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px;
  }

  .why-metrics {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .metric-item .num {
    font-size: clamp(2.7rem, 12vw, 3.8rem);
  }
}

/* Brand detail pages: image-led editorial hero and lighter reading sections. */
.breadcrumb {
  display: none;
}

.brand-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 86vh, 860px);
  padding: 0;
  background: #111;
}

.brand-hero .container {
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding-inline: 0;
}

.brand-hero-grid {
  position: relative;
  display: block;
  min-height: clamp(620px, 86vh, 860px);
  overflow: hidden;
  border-radius: 0;
  background: #111;
}

.brand-hero .image-side {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  max-height: none;
  aspect-ratio: auto;
  border-radius: inherit;
  box-shadow: none;
}

.brand-hero .image-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.38) 46%, rgba(0, 0, 0, 0.08)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.44));
  pointer-events: none;
}

.brand-hero .image-side img,
.brand-hero .image-side video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.brand-hero .text-side {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: clamp(132px, 13vw, 190px) clamp(24px, 7vw, 96px) clamp(56px, 7vw, 96px);
  margin-left: clamp(18px, 4vw, 48px);
  color: #fff;
}

.brand-hero .category,
.brand-hero .rank-badge-pill {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
  backdrop-filter: blur(12px);
}

.brand-hero h1,
.brand-hero .brand-name,
.brand-hero .lede,
.brand-hero .hero-subtitle-en,
.brand-hero .hero-stats-inline .v,
.brand-hero .hero-stats-inline .k,
.brand-hero .hero-cta-note {
  color: #fff !important;
}

.brand-hero h1 {
  max-width: 720px;
  font-size: clamp(4rem, 8vw, 8.4rem);
  line-height: 0.86;
  text-wrap: balance;
}

.brand-hero .sub,
.brand-hero .hero-subtitle-en {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78) !important;
}

.brand-hero .gold-rule {
  background: rgba(255, 255, 255, 0.52);
}

.brand-hero .lede {
  max-width: 560px;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.35;
}

.brand-hero .hero-stats-inline {
  width: min(620px, 100%);
  border-color: rgba(255, 255, 255, 0.24);
}

.brand-hero .hero-cta-row .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff !important;
  color: var(--ink) !important;
}

.brand-hero .hero-cta-row .btn .btn-arrow {
  display: inline-flex;
  align-items: center;
}

.brand-section-cream {
  background: #fff !important;
}

.fit-section-clean {
  max-width: 920px;
  padding: clamp(18px, 3vw, 34px) 0;
  border-left: 0;
}

.fit-section-clean h3 {
  max-width: 680px;
  font-size: clamp(1.55rem, 2.5vw, 2.75rem);
  line-height: 1.08;
}

.fit-section-clean ol {
  max-width: 860px;
  margin-top: clamp(22px, 3vw, 36px);
}

.testimonial-clean {
  display: block;
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 42px) 0;
  text-align: center;
  background: transparent;
  border-left: 0;
  border-radius: 0;
}

.testimonial-clean .mark {
  margin: 0 auto 16px;
  color: var(--ink);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 600;
  line-height: 0.7;
}

.testimonial-clean blockquote {
  margin: 0 auto;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.28vw, 1.28rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.01em;
}

.testimonial-clean cite {
  display: block;
  margin-top: clamp(18px, 2.4vw, 28px);
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-style: normal;
  letter-spacing: 0.02em;
}

.brand-hero .badge-featured,
.brand-hero .badge-cat {
  display: none;
}

.overview-support-grid {
  display: block;
  max-width: 980px;
}

.overview-col {
  max-width: 860px;
}

.overview-prose {
  max-width: 820px;
  color: var(--ink-muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
}

.overview-col .section-h3 {
  margin-top: clamp(34px, 4vw, 54px);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.brand-section .section-head-tight h2,
.brand-section-navy .section-head-tight h2,
.brand-section-soft .section-head-tight h2 {
  max-width: 860px;
  font-size: clamp(2.05rem, 3.45vw, 3.85rem);
  line-height: 1.03;
}

.brand-section .section-head-tight .lede {
  max-width: 620px;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
}

@media (max-width: 760px) {
  .brand-hero {
    min-height: auto;
    padding: 0;
  }

  .brand-hero-grid {
    min-height: 720px;
    border-radius: 0;
  }

  .brand-hero .image-side::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.7)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.1));
  }

  .brand-hero .text-side {
    margin-left: 0;
    padding: 112px 16px 36px;
  }

  .brand-hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.4rem) !important;
  }

  .brand-hero .hero-stats-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-hero .hero-cta-row .btn {
    width: 100%;
  }

  .overview-prose {
    font-size: 1rem;
    line-height: 1.65;
  }

  .brand-section .section-head-tight h2,
  .brand-section-navy .section-head-tight h2,
  .brand-section-soft .section-head-tight h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .testimonial-clean {
    display: block;
    text-align: center;
  }

  .testimonial-clean .mark {
    margin-bottom: 14px;
  }

  .testimonial-clean blockquote {
    font-size: 1rem;
  }
}

/* Navigation polish: simple underline links, aligned across desktop/mobile. */
.nav-links {
  gap: clamp(24px, 2.6vw, 40px);
}

.nav-links a:not(.btn) {
  position: relative;
  padding: 8px 0;
  border-radius: 0;
  background: transparent !important;
  border-bottom: 0 !important;
  color: var(--ink);
}

.nav-links a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.nav-links a:not(.btn):hover::after,
.nav-links a:not(.btn).active::after {
  transform: scaleX(1);
}

.nav-links a.btn {
  margin-left: 4px;
}

.brand-hero .text-side {
  width: min(760px, calc(100% - clamp(36px, 8vw, 96px)));
  margin-left: max(clamp(18px, 4vw, 48px), calc((100vw - var(--max-w)) / 2 + clamp(18px, 4vw, 48px)));
  padding-left: 0;
}

@media (max-width: 900px) {
  .nav-links {
    top: 80px;
    padding: 8px 20px 22px;
    background: rgba(255, 255, 255, 0.98) !important;
    gap: 0;
  }

  .nav-links a:not(.btn) {
    align-self: flex-start;
    min-height: auto;
    padding: 16px 0 14px;
    font-size: 1rem;
  }

  .nav-links a:not(.btn)::after {
    bottom: 8px;
  }

  .nav-links .btn,
  .nav-links a.btn {
    width: 100%;
    margin: 18px 0 0;
  }
}

@media (max-width: 760px) {
  .brand-hero .text-side {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Final homepage tuning: leaner Why label, larger logo marquee, mobile CTA centering, and typewriter headline. */
.typewriter-headline.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.82em;
  margin-left: 0.05em;
  background: currentColor;
  vertical-align: -0.06em;
  animation: typewriter-caret 0.8s steps(1) infinite;
}

.typewriter-headline.is-typed::after {
  display: none;
}

@keyframes typewriter-caret {
  50% { opacity: 0; }
}

.why-service-section .why-metrics-band {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 420px);
  min-height: 0;
  margin: 0 auto clamp(38px, 5vw, 72px);
  padding: 0;
  text-align: center;
}

.why-service-section .why-metrics-band .eyebrow {
  margin: 0 auto;
}

.brand-logo-marquee {
  width: min(100%, 1380px);
  padding-block: 12px;
}

.logo-track {
  gap: clamp(42px, 5.4vw, 86px);
}

.brand-logo-marquee img {
  max-width: 190px;
  height: 58px;
}

.brand-logo-marquee img.jigemon-logo {
  max-width: 230px;
  height: 72px;
}

.brand-section-navy .section-head-tight {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.brand-section-navy .section-head-tight h2 {
  margin-inline: auto;
}

.brand-section-navy .perf-grid {
  max-width: 1080px;
  margin-inline: auto;
}

.brand-section-navy .perf-card,
.brand-section-navy .on-dark-small {
  text-align: center;
}

.spotlight-card .body {
  position: relative;
}

.spotlight-logo {
  position: absolute;
  top: clamp(30px, 4vw, 58px);
  right: clamp(28px, 4vw, 58px);
  width: clamp(104px, 10vw, 168px);
  height: clamp(104px, 10vw, 168px);
  object-fit: contain;
}

.spotlight-card h3,
.spotlight-card .sub,
.spotlight-card .rank-badge,
.spotlight-card .lede {
  max-width: min(100%, 620px);
}

.brand-hero h1 {
  margin-bottom: 0;
}

.brand-hero .sub {
  margin-top: clamp(16px, 1.6vw, 24px);
  row-gap: 8px;
}

.brand-grid-secondary .jp-name,
.related .brand-card .name-overlay .est {
  margin-top: 8px;
}

footer .footer-grid > div:last-child {
  display: none;
}

footer .footer-grid {
  grid-template-columns: minmax(280px, 1.4fr) minmax(180px, 0.7fr);
}

@media (prefers-reduced-motion: reduce) {
  .typewriter-headline.is-typing::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-actions {
    width: 100%;
    justify-self: stretch;
    justify-content: center !important;
    align-items: center;
  }

  .hero-actions .btn {
    width: min(100%, 312px) !important;
    justify-content: center;
  }

  .brand-logo-marquee {
    padding-block: 8px;
  }

  .logo-track {
    gap: 34px;
  }

  .brand-logo-marquee img {
    max-width: 150px;
    height: 44px;
  }

  .brand-logo-marquee img.jigemon-logo {
    max-width: 176px;
    height: 54px;
  }

  .spotlight-logo {
    position: static;
    display: block;
    width: 112px;
    height: 112px;
    margin: 8px 0 2px;
  }

  .spotlight-card h3,
  .spotlight-card .sub,
  .spotlight-card .rank-badge,
  .spotlight-card .lede {
    max-width: 100%;
  }
}

/* Brand pages: more composed mobile hero and section text alignment. */
@media (max-width: 760px) {
  .brand-hero-grid {
    min-height: auto;
  }

  .brand-hero .text-side {
    width: 100%;
    margin: 0 auto;
    padding: 126px 18px 52px;
    text-align: center;
  }

  .brand-hero .category,
  .brand-hero .rank-badge-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
    white-space: normal;
  }

  .brand-hero h1 {
    max-width: 10.5ch;
    margin-inline: auto;
    text-align: center;
  }

  .brand-hero .sub {
    justify-content: center;
    margin-inline: auto;
    text-align: center;
  }

  .brand-hero .hero-subtitle-en,
  .brand-hero .lede,
  .brand-hero .gold-rule {
    margin-inline: auto;
    text-align: center;
  }

  .brand-hero .hero-stats-inline {
    margin-inline: auto;
    text-align: center;
    justify-items: center;
  }

  .brand-hero .hero-cta-row {
    justify-content: center;
    text-align: center;
  }

  .brand-hero .hero-cta-note {
    width: 100%;
    text-align: center;
  }

  .brand-section .section-head-tight,
  .brand-section .section-head-tight .eyebrow,
  .brand-section-navy .section-head-tight,
  .brand-section-navy .section-head-tight .eyebrow {
    text-align: center;
  }

  .brand-section .section-head-tight h2,
  .brand-section .section-head-tight .lede,
  .brand-section-navy .section-head-tight h2,
  .brand-section-navy .section-head-tight .lede {
    margin-inline: auto;
  }

  .overview-col .eyebrow {
    display: block;
    text-align: center;
  }

  .overview-col .section-h3 {
    text-align: center;
  }
}

/* Portfolio cleanup: quieter related cards, no category pills, and softer brand copy. */
.brand-hero .category,
.brand-hero .badge-featured,
.brand-hero .badge-cat,
.related .badge-featured,
.related .badge-cat,
.related .img-overlay {
  display: none !important;
}

.brand-logo-marquee img {
  mix-blend-mode: multiply;
}

.brand-logo-marquee img[src*="ootoya-logo-new"] {
  mix-blend-mode: normal;
}

.spotlight-card .stat-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spotlight-card .stat-row .v {
  font-size: clamp(1.75rem, 3vw, 3.3rem);
}

.spotlight-card .stat-row .stat:last-child .v {
  font-size: clamp(1.55rem, 2.3vw, 2.8rem);
  white-space: nowrap;
}

.brand-focus-home .brand-grid-secondary .brand-card .tagline,
.brand-grid-secondary .tagline {
  max-width: 100%;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  font-weight: 400;
  line-height: 1.36;
}

.related .brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  background: transparent;
  border: 0;
}

.related .brand-card {
  display: grid;
  grid-template-rows: 260px auto auto;
  min-height: 0;
  overflow: hidden;
  background: var(--paper);
  border: 0;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(28, 28, 28, 0.055);
}

.related .brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(28, 28, 28, 0.09);
}

.related .brand-card .img {
  display: contents;
}

.related .brand-card .img > img,
.related .brand-card .img > video {
  grid-row: 1;
  grid-column: 1;
  display: block;
  height: 260px;
  min-height: 0;
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.related .brand-card .name-overlay {
  position: static;
  grid-row: 2;
  grid-column: 1;
  padding: clamp(22px, 2.4vw, 30px) clamp(22px, 2.4vw, 30px) 0;
  gap: 12px;
  background: transparent;
  color: var(--ink);
}

.related .brand-card .name-overlay .name {
  color: var(--ink);
  font-size: clamp(1.35rem, 1.8vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.related .brand-card .name-overlay .est {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: clamp(0.9rem, 1vw, 1.08rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.related .brand-card .logo-chip {
  width: 72px;
  height: 56px;
  flex: 0 0 72px;
  border-radius: 0;
  background: transparent;
}

.related .brand-card .body {
  grid-row: 3;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 2vw, 26px) clamp(22px, 2.4vw, 30px) clamp(22px, 2.4vw, 30px);
  background: var(--paper);
}

.related .brand-card .tagline {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.45vw, 1.45rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.related .brand-card .meta {
  margin-top: clamp(16px, 2vw, 24px);
  padding-top: clamp(14px, 1.5vw, 18px);
  border-top: 1px solid rgba(28, 28, 28, 0.08);
}

.related .brand-card .meta .stat {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.related .view-details {
  display: none;
}

@media (max-width: 900px) {
  .related .brand-grid {
    grid-template-columns: 1fr;
  }

  .related .brand-card {
    grid-template-rows: 230px auto auto;
  }

  .related .brand-card .img > img,
  .related .brand-card .img > video {
    height: 230px;
  }
}

@media (max-width: 560px) {
  .spotlight-card .stat-row {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) {
  .brand-logo-marquee {
    width: min(100%, 1440px);
    padding-block: 16px;
  }

  .logo-track {
    gap: clamp(54px, 6vw, 104px);
  }

  .brand-logo-marquee img {
    max-width: 230px;
    height: 70px;
  }

  .brand-logo-marquee img.jigemon-logo {
    max-width: 280px;
    height: 90px;
  }
}

/* Final polish pass: custom mark, card rhythm, and contact scale. */
.brand-mark {
  background: transparent !important;
  border-radius: 8px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-info h1 {
  font-size: clamp(4.4rem, 8vw, 8.8rem) !important;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.brand-focus-home .brand-grid-secondary .brand-card {
  height: 100%;
}

.brand-focus-home .brand-grid-secondary .brand-card .body {
  height: 100%;
}

.brand-focus-home .brand-grid-secondary .brand-card .meta {
  margin-top: auto;
}

.spotlight-card .sub {
  font-size: clamp(0.92rem, 1vw, 1.08rem);
  line-height: 1.45;
}

.btn-arrow::after {
  content: ">>>" !important;
}

.hero-cta-note {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-cta-note:hover {
  opacity: 0.72;
}

.brand-hero .sub.sub-centered {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  text-align: left;
}

.brand-hero .text-side .sub.sub-centered {
  margin-inline: 0 auto;
}

@media (max-width: 760px) {
  .brand-hero .sub.sub-centered {
    align-items: center;
    text-align: center;
  }

  .brand-hero .text-side .sub.sub-centered {
    margin-inline: auto;
  }
}

.highlights li::before {
  content: "-" !important;
}

.home-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.home-contact-copy {
  max-width: 720px;
  text-align: center;
}

.home-contact-copy .eyebrow {
  color: var(--paper);
}

.home-contact-copy h2 {
  max-width: 780px;
  margin-bottom: clamp(18px, 2vw, 28px);
}

.home-contact-copy p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(248, 245, 239, 0.76);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.home-contact-form {
  background: var(--paper);
  border: 0;
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
}

.home-contact-form .form-trust {
  display: none;
}

@media (max-width: 760px) {
  .why-service-section {
    overflow: visible;
  }

  .why-service-list {
    gap: 16px;
    padding-bottom: 42vh;
  }

  .why-service-list li,
  .why-service-list li:nth-child(n) {
    position: sticky;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: min(64vh, 520px);
    padding: 24px;
    align-content: start;
  }

  .why-service-list li:nth-child(1) {
    top: 88px;
  }

  .why-service-list li:nth-child(2) {
    top: 104px;
  }

  .why-service-list li:nth-child(3) {
    top: 120px;
  }

  .why-service-list li:nth-child(4) {
    top: 136px;
  }

  .why-service-list li .icon {
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }

  .why-service-list li strong {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .why-service-list li p {
    font-size: 1rem;
    line-height: 1.52;
  }

  .home-contact-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-contact-copy {
    text-align: center;
  }

  .home-contact-copy p {
    margin-inline: auto;
  }

  .home-contact-form {
    border-radius: 22px;
  }

  .home-contact-form .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .spotlight-card .rank-badge {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 14px 16px;
    font-size: clamp(0.72rem, 3vw, 0.84rem);
    letter-spacing: -0.015em;
    line-height: 1;
    white-space: nowrap;
  }

  .spotlight-card .stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px;
    padding-block: 18px;
  }

  .spotlight-card .stat-row .stat {
    min-width: 0;
  }

  .spotlight-card .stat-row .k {
    font-size: 0.54rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .spotlight-card .stat-row .v,
  .spotlight-card .stat-row .stat:last-child .v {
    font-size: clamp(0.94rem, 4.2vw, 1.12rem) !important;
    letter-spacing: -0.055em;
    line-height: 1;
    white-space: nowrap;
  }

  .spotlight-card .stat-row .stat:last-child .v {
    font-size: clamp(0.78rem, 3.45vw, 0.94rem) !important;
  }
}

.breadcrumb a::before,
.spotlight-card .rank-badge::before,
.why-service-list li::after {
  content: none !important;
}

@media (min-width: 761px) {
  .brand-focus-home .brand-grid-secondary .brand-card .tagline,
  .brand-grid-secondary .tagline {
    font-size: clamp(0.98rem, 1.05vw, 1.08rem);
    line-height: 1.4;
  }

  .brand-focus-home .brand-grid-secondary .brand-card .body {
    min-height: 396px;
  }
}

@media (max-width: 760px) {
  .spotlight-card .body {
    position: relative;
  }

  .spotlight-logo {
    position: absolute;
    top: clamp(70px, 18vw, 86px);
    right: clamp(20px, 6vw, 28px);
    width: clamp(82px, 23vw, 98px);
    height: clamp(82px, 23vw, 98px);
    margin: 0;
  }

  .spotlight-card h3 {
    padding-right: clamp(96px, 27vw, 116px);
  }

  .contact-info h1 {
    font-size: clamp(3.8rem, 16vw, 5.3rem) !important;
  }
}

/* Partner showcase: Studio Koe-inspired image ribbon below the hero film. */
.hero .hero-media-block {
  display: block !important;
}

.hero .video-eyebrow {
  justify-self: center;
  margin: clamp(26px, 3.5vw, 50px) auto calc(clamp(34px, 5vw, 66px) * -0.62) !important;
  text-align: center !important;
}

.partner-showcase {
  justify-self: stretch;
  width: 100vw !important;
  max-width: none;
  margin: clamp(10px, 2vw, 22px) calc(50% - 50vw) 0;
  padding-block: 0 !important;
  overflow: hidden;
  border-block: 0;
  background: var(--paper);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 clamp(44px, 7vw, 112px), #000 calc(100% - clamp(44px, 7vw, 112px)), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 clamp(44px, 7vw, 112px), #000 calc(100% - clamp(44px, 7vw, 112px)), transparent 100%);
}

.partner-showcase-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 2.3vw, 28px) clamp(18px, 4vw, 48px);
  background: var(--paper);
  border-bottom: 0;
}

.partner-showcase-head .eyebrow {
  margin: 0;
}

.partner-track {
  display: grid;
  gap: 2px;
  overflow: hidden;
  background: var(--paper);
  contain: layout paint;
}

.partner-row {
  display: flex;
  width: max-content;
  gap: 2px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.partner-row-reverse {
  transform: translate3d(calc(-50% - 1px), 0, 0);
}

.partner-showcase.is-marquee-ready:not(.is-js-marquee) .partner-row {
  animation: partner-ribbon 48s linear infinite;
}

.partner-showcase.is-marquee-ready:not(.is-js-marquee) .partner-row-reverse {
  animation-name: partner-ribbon-reverse;
  animation-duration: 56s;
  animation-delay: -12s;
}

.partner-card {
  position: relative;
  flex: 0 0 clamp(184px, 18vw, 320px);
  aspect-ratio: 4 / 5;
  height: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.partner-showcase .partner-bg,
.brand-logo-marquee .partner-bg {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  mix-blend-mode: normal !important;
  backface-visibility: hidden;
}

.partner-card::after {
  content: none;
}

.partner-logo,
.brand-logo-marquee .partner-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: auto !important;
  max-width: min(62%, 190px) !important;
  height: auto !important;
  max-height: 92px !important;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 3px 16px rgba(0, 0, 0, 0.34)) !important;
  opacity: 0.96 !important;
  transform: translate(-50%, -50%);
}

.partner-logo.jigemon-logo,
.brand-logo-marquee .partner-logo.jigemon-logo {
  max-width: min(66%, 214px) !important;
  max-height: 112px !important;
}

.partner-word {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@keyframes partner-ribbon {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 1px), 0, 0); }
}

@keyframes partner-ribbon-reverse {
  from { transform: translate3d(calc(-50% - 1px), 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.partner-showcase:hover .partner-row {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .partner-row {
    animation: none;
  }
}

@media (max-width: 900px) {
  .partner-showcase-head {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .partner-showcase {
    width: calc(100% + 36px) !important;
    margin-inline: -18px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .partner-showcase-head {
    padding: 18px;
  }

  .partner-card {
    flex-basis: min(44vw, 176px);
    min-width: 144px;
    height: auto;
  }

  .partner-showcase.is-marquee-ready .partner-row {
    animation-duration: 64s;
  }

  .partner-showcase.is-marquee-ready .partner-row-reverse {
    animation-duration: 72s;
    animation-delay: -14s;
  }

  .partner-logo,
  .brand-logo-marquee .partner-logo {
    max-width: min(66%, 146px) !important;
    max-height: 72px !important;
  }

  .partner-logo.jigemon-logo,
  .brand-logo-marquee .partner-logo.jigemon-logo {
    max-width: min(70%, 166px) !important;
    max-height: 86px !important;
  }

  .partner-word {
    font-size: clamp(1.12rem, 7vw, 1.65rem);
  }
}

/* Final layout polish: opportunities spacing, Japanese form tone, mobile nav, back-to-top. */
.brand-sub {
  letter-spacing: 0.08em;
}

.nav-instagram-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border-radius: 999px;
  color: var(--ink);
}

.nav-instagram-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.nav-instagram-link::after {
  content: none !important;
}

.nav-instagram-link:hover {
  background: rgba(28, 28, 28, 0.07);
}

.hero .container {
  gap: clamp(20px, 3vw, 42px);
}

.hero .eyebrow {
  margin-bottom: clamp(12px, 2vw, 24px) !important;
}

.hero h1 {
  font-size: clamp(3.65rem, 7.15vw, 7.55rem) !important;
  font-weight: 600 !important;
}

.hero-sub,
.hero .hero-sub {
  max-width: 680px !important;
  font-size: clamp(0.92rem, 1.05vw, 1.04rem) !important;
  line-height: 1.48 !important;
}

.hero-sub span {
  display: block;
}

.hero-sub span + span {
  margin-top: 0.42em;
}

footer .footer-tag {
  color: var(--paper);
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 24px;
  color: rgba(248, 245, 239, 0.86);
  font-weight: 700;
  text-decoration: none;
}

.social-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-link:hover {
  color: var(--paper);
}

@media (min-width: 901px) {
  .proof-box-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(28px, 3vw, 46px) !important;
    max-width: 1180px;
    margin-inline: auto;
  }

  .proof-box-grid article {
    min-height: clamp(360px, 28vw, 470px);
    padding: clamp(28px, 2.8vw, 44px);
  }

  .proof-box-grid article h3 {
    min-height: 2.7em;
    margin-bottom: clamp(28px, 3vw, 44px);
    font-size: clamp(1.38rem, 1.7vw, 2rem);
  }

  .proof-box-grid article p {
    font-size: clamp(1rem, 1.05vw, 1.12rem);
    line-height: 1.48;
  }
}

.cta-ja {
  background: var(--paper);
  color: var(--ink);
}

.cta-ja .home-contact-copy .eyebrow,
.cta-ja .home-contact-copy h2,
.cta-ja .home-contact-copy p {
  color: var(--ink);
}

.cta-ja .home-contact-copy h2 {
  max-width: 720px;
  font-size: clamp(2.55rem, 4.8vw, 5.2rem);
  line-height: 1.02;
}

.cta-ja .home-contact-copy p {
  max-width: 600px;
  color: var(--ink-muted);
  font-size: clamp(0.98rem, 1.2vw, 1.16rem);
  line-height: 1.65;
}

.cta-ja .home-contact-form {
  background: #fff;
  box-shadow: 0 24px 80px rgba(28, 28, 28, 0.11);
}

@media (max-width: 900px) {
  .nav-burger {
    display: none !important;
  }

  .nav-links {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    transform: none !important;
    visibility: visible !important;
  }

  .nav-links a.btn {
    display: none !important;
  }

  .nav-instagram-link {
    display: inline-grid !important;
  }
}

.back-to-top-wrap {
  display: flex;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px) 0;
  background: var(--paper);
}

.back-to-top {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(28, 28, 28, 0.18);
  border-radius: 999px;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.back-to-top:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-3px);
}

@media (max-width: 760px) {
  .hero {
    padding-top: 38px !important;
  }

  .hero .container {
    gap: 18px;
  }

  .hero > .container > .eyebrow {
    margin-bottom: 52px !important;
  }

  .hero h1 {
    font-size: clamp(3rem, 12.5vw, 4.85rem) !important;
    line-height: 0.98 !important;
    font-weight: 600 !important;
  }

  .hero-sub,
  .hero .hero-sub {
    max-width: 350px !important;
    font-size: 0.92rem !important;
    line-height: 1.42 !important;
  }

  .hero-sub span + span {
    margin-top: 0.35em;
  }

  .hero-actions {
    margin-top: 2px !important;
  }

  .hero > .container > .video-eyebrow {
    margin-top: 40px !important;
    margin-bottom: -14px !important;
  }

  .home-contact-copy p,
  .cta-ja .home-contact-copy p {
    font-size: 0.9rem !important;
    line-height: 1.52;
  }

  .cta-ja .home-contact-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .cta-ja .home-contact-copy p {
    font-size: 0.98rem;
  }
}

@media (min-width: 901px) {
  .nav-links {
    gap: 4px !important;
  }

  .nav-instagram-link {
    width: 36px;
    height: 36px;
    margin-right: 2px;
  }
}

.footer-social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 2vw, 26px);
  margin-top: clamp(32px, 4vw, 50px);
}

.footer-social-row .brand-sub,
.footer-social-row .social-link {
  margin-top: 0;
}

.footer-social-row .social-link {
  padding-left: clamp(10px, 1.4vw, 18px);
  border-left: 1px solid rgba(248, 245, 239, 0.24);
}

.hero-sub,
.hero .hero-sub {
  font-size: clamp(0.86rem, 0.95vw, 0.98rem) !important;
  line-height: 1.42 !important;
}

.hero-sub span:last-child {
  font-weight: 700;
}

.hero {
  position: relative;
  isolation: isolate;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1,
.hero-sub,
.hero-actions,
.hero .eyebrow,
.hero .gold-rule,
.hero-media-block {
  position: relative;
  z-index: 2;
}

.hero-paths {
  position: absolute;
  inset: 28px 0 auto;
  z-index: 0;
  height: min(58vw, 560px);
  min-height: 360px;
  color: rgba(28, 28, 28, 0.9);
  opacity: 0.58;
  pointer-events: none;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

@media (min-width: 761px) {
  .hero-paths {
    display: none;
  }
}

.hero-paths svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-paths svg:nth-child(2) {
  transform: scaleX(-1);
}

.hero-path-line {
  stroke-dasharray: 0.22 0.78;
  stroke-dashoffset: 0;
  animation:
    heroPathTravel var(--path-duration) linear infinite,
    heroPathPulse 7s ease-in-out infinite;
  animation-delay: var(--path-delay), var(--path-delay);
  opacity: var(--path-opacity);
}

@keyframes heroPathTravel {
  from {
    stroke-dashoffset: 1;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes heroPathPulse {
  0%,
  100% {
    opacity: 0.24;
  }

  50% {
    opacity: 0.58;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-path-line {
    animation: none;
  }
}

@media (max-width: 760px) {
  .footer-social-row {
    gap: 12px;
    margin-top: 28px;
  }

  .footer-social-row .social-link {
    padding-left: 0;
    border-left: 0;
  }

  .hero-sub,
  .hero .hero-sub {
    font-size: 0.86rem !important;
    line-height: 1.36 !important;
  }

  .hero-paths {
    top: 124px;
    height: 620px;
    min-height: 620px;
    opacity: 0.42;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .hero .btn-outline {
    background: var(--bg);
  }

  .partner-showcase {
    width: 100vw !important;
    margin-inline: calc(50% - 50vw);
  }

  .partner-track {
    display: grid;
    gap: 2px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
  }

  .partner-track.is-dragging {
    cursor: grabbing;
  }

  .partner-track::-webkit-scrollbar {
    display: none;
  }

  .partner-row,
  .partner-row-reverse,
  .partner-showcase.is-marquee-ready .partner-row,
  .partner-showcase.is-marquee-ready .partner-row-reverse {
    animation: none !important;
    will-change: transform;
  }

  .partner-row .partner-card[aria-hidden="true"] {
    display: block;
  }

  .partner-card {
    flex: 0 0 clamp(146px, 41vw, 178px);
    min-width: clamp(146px, 41vw, 178px);
  }
}
