/* やすだサウンド研究所 LP — 余白とタイポグラフィ重視の並行案 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  background: #262628;
}

body.som-page {
  --door: 0;
  --lab-in: 0;
  --lab-scale: 1;
  --lab-depth: 0;
  --magenta: #ff0078;
  --spark: #e4c6bf;
  --ink: #ffffff;
  --paper: #262628;
  --cream: #262628;
  --muted: #9a9a9a;
  --line: rgba(255, 255, 255, 0.12);
  --dark: var(--paper);
  --dark-2: var(--paper);
  --dark-line: var(--line);
  --title: #efeae1;
  --title-soft: #c2bcb4;
  --title-rose: #e4c6bf;
  --serif: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --sans: "IBM Plex Sans JP", "Hiragino Sans", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --pad: clamp(20px, 4.5vw, 48px);
  --wide: 1280px;
  --read: 720px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.som-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.som-page a {
  color: inherit;
}

.som-page h1,
.som-page h2,
.som-page h3 {
  margin: 0;
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.22;
}

.som-page p {
  margin: 0;
}

.som-compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 12px var(--pad);
  background: var(--paper);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.som-renew {
  margin: 0;
  color: #fff;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.som-compare a {
  color: #fff;
  text-underline-offset: 3px;
}

.som-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
}

.som-renew-badge {
  margin: 0;
  color: var(--magenta);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.som-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 28px;
  padding: 12px var(--pad);
  background: rgba(20, 20, 22, 0.92);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.som-wordmark {
  color: #fff;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.som-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px 6px;
  overflow-x: auto;
  max-width: min(820px, 72vw);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.som-nav::-webkit-scrollbar {
  display: none;
}

.som-nav a {
  flex: 0 0 auto;
  color: #f3efe6;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  padding: 8px 11px;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.som-hero,
.som-band,
.som-credit-block {
  scroll-margin-top: 88px;
}

.som-nav a:hover {
  color: #fff;
  border-bottom-color: var(--magenta);
}

.som-kicker,
.som-kicker-on-dark {
  margin: 0 0 18px;
  color: #c9c3b8;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: none;
}

.som-hero .som-kicker {
  margin: 0 0 22px;
}

.som-inner {
  position: relative;
  width: min(var(--wide), calc(100% - (var(--pad) * 2)));
  margin: 0 auto;
}

.som-band .som-inner::before {
  content: "";
  position: absolute;
  inset: -32px -28px;
  z-index: -1;
  pointer-events: none;
  background: color-mix(in srgb, var(--paper) 74%, transparent);
}

.som-inner-narrow,
.som-inner-reading {
  width: min(var(--read), calc(100% - (var(--pad) * 2)));
  margin: 0 auto;
}

.som-band {
  padding: clamp(88px, 14vw, 168px) 0;
}

.som-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 108px);
  padding: 0;
  background: transparent;
}

.som-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  flex: 1;
  min-height: 560px;
}

.som-hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: none;
  margin: 0;
  padding: clamp(40px, 6vw, 80px) var(--pad) clamp(36px, 5vw, 64px);
  overflow: visible;
}

.som-hero-inner::before {
  content: "";
  position: absolute;
  inset: -6% 12% -10% -16%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 85% 95% at 12% 40%, rgba(14, 14, 16, 0.82), rgba(14, 14, 16, 0.28) 52%, transparent 74%);
}

.som-hero-inner > * {
  position: relative;
  z-index: 1;
}

.som-hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  max-width: 11em;
  margin: 0;
  color: var(--title-soft);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: clamp(2.05rem, 4.6vw, 3.85rem);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.62), 0 1px 2px rgba(0, 0, 0, 0.45);
}

.som-h1-row {
  display: block;
}

.som-h1-core {
  color: var(--title);
  font-size: 1.04em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.som-h1-mark {
  color: var(--title-rose);
  font-weight: 700;
}

.som-haze,
.som-dark .som-haze {
  color: var(--title-rose);
  text-shadow: none;
}

.som-lead,
.som-body {
  margin-top: 28px;
  max-width: 28em;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.75;
}

.som-lead {
  color: #f3f0ea;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.som-measure {
  max-width: 38em;
}

.som-display {
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.som-closing {
  margin-top: 36px;
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.som-quiet,
.som-note,
.som-legal,
.som-cancel {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.som-feedback .som-inner {
  text-align: center;
}

.som-feedback .som-quiet {
  margin-top: 16px;
  max-width: 38em;
}

.som-feedback .som-body,
.som-feedback .som-quiet {
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
  line-break: strict;
}

.som-note {
  width: 100%;
  margin-top: 10px;
}

.som-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.som-cta-form {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

.som-cta,
.som-page button.som-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--magenta);
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.som-cta-ghost,
.som-page button.som-cta-ghost {
  background: transparent;
  border: 0;
  color: #9a9a9a;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.som-cta-invert,
.som-page button.som-cta-invert {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.som-cta:hover,
.som-page button.som-cta:hover {
  filter: none;
  opacity: 0.88;
}

.som-lab-world {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  isolation: isolate;
}

.som-lab-scene {
  position: absolute;
  inset: -10%;
  z-index: 0;
  transform: scale(var(--lab-scale, 1));
  transform-origin: 38% 58%;
}

.som-lab-interior {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0b1218 url("/assets/images/lab-interior.jpg") center / cover no-repeat;
  opacity: calc(var(--lab-in, 0) * 0.42);
}

.som-lab-pins {
  position: absolute;
  inset: 0;
  opacity: calc(var(--lab-in, 0) * 0.5);
}

.som-lab-pins img {
  position: absolute;
  width: min(7.2vw, 86px);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35),
    0 10px 22px rgba(0, 0, 0, 0.28);
  transform: rotate(var(--tilt, -3deg));
}

.som-lab-entrance {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  overflow: hidden;
}

.som-lab-leaf {
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
  background: url("/assets/images/lab-doors.jpg") no-repeat;
  background-size: 200% 100%;
}

.som-lab-leaf.is-left {
  background-position: left center;
  transform: translateX(calc(var(--door, 0) * -102%));
}

.som-lab-leaf.is-right {
  background-position: right center;
  transform: translateX(calc(var(--door, 0) * 102%));
}

.som-lab-sign {
  position: absolute;
  top: 41%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.42em;
  margin: 0;
  padding: 0;
  color: rgba(78, 96, 98, 0.55);
  font-family: var(--sans);
  font-size: clamp(28px, 4.1vw, 54px);
  white-space: nowrap;
  transform: translate(-50%, -50%);
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.2))
    drop-shadow(0 12px 18px rgba(18, 28, 32, 0.2));
}

.som-lab-sign-name,
.som-lab-sign-sub {
  position: relative;
}

.som-lab-sign-name::before,
.som-lab-sign-sub::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: rgba(52, 78, 74, 0.34);
  -webkit-text-fill-color: rgba(52, 78, 74, 0.34);
  text-shadow: none;
  transform: translate(0.8px, 4px);
  pointer-events: none;
}

.som-lab-sign-name::after,
.som-lab-sign-sub::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.14) 30%, transparent 58%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translate(-0.4px, -0.7px);
  pointer-events: none;
}

.som-lab-sign-name {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 0.9;
  text-indent: 0.2em;
  background-image:
    radial-gradient(ellipse 55% 42% at 26% 32%, rgba(36, 40, 38, 0.28), transparent 68%),
    radial-gradient(ellipse 22% 36% at 62% 18%, rgba(24, 28, 26, 0.2), transparent 70%),
    radial-gradient(ellipse 28% 48% at 82% 58%, rgba(28, 34, 32, 0.18), transparent 72%),
    repeating-linear-gradient(-18deg, rgba(30, 34, 32, 0.07) 0 1px, transparent 1px 7px),
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.46) 0%,
      rgba(176, 196, 198, 0.28) 18%,
      rgba(96, 128, 130, 0.42) 46%,
      rgba(198, 212, 214, 0.26) 78%,
      rgba(255, 255, 255, 0.32) 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.som-lab-sign-bar {
  position: absolute;
  left: -0.38em;
  right: -0.1em;
  top: auto;
  bottom: -0.22em;
  z-index: 0;
  height: 5px;
  background:
    radial-gradient(ellipse 40% 80% at 30% 0%, rgba(40, 42, 40, 0.16), transparent 70%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.48) 0%,
      rgba(176, 196, 198, 0.22) 28%,
      rgba(90, 118, 116, 0.28) 100%
    );
  border-radius: 99px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 8px 12px rgba(18, 28, 32, 0.16);
}

.som-lab-sign-bar::before,
.som-lab-sign-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.55), transparent 46%),
    radial-gradient(circle at 70% 80%, rgba(40, 48, 46, 0.18), rgba(120, 148, 146, 0.28));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 4px 6px rgba(18, 28, 32, 0.16);
  transform: translateY(-50%);
}

.som-lab-sign-bar::before {
  left: -3px;
}

.som-lab-sign-bar::after {
  right: -3px;
}

.som-lab-sign-sub::before {
  transform: translate(0.4px, 2px);
}

.som-lab-sign-sub {
  font-size: 0.3em;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
  line-height: 1;
  background-image:
    radial-gradient(ellipse 50% 40% at 40% 30%, rgba(36, 40, 38, 0.22), transparent 70%),
    radial-gradient(ellipse 24% 50% at 70% 60%, rgba(28, 32, 30, 0.16), transparent 72%),
    repeating-linear-gradient(-18deg, rgba(30, 34, 32, 0.06) 0 1px, transparent 1px 6px),
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(170, 190, 192, 0.24) 22%,
      rgba(96, 128, 128, 0.4) 55%,
      rgba(255, 255, 255, 0.26) 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.som-lab-sign-sub .som-lab-sign-bar {
  left: -0.3em;
  right: 0.12em;
  bottom: -0.38em;
  height: 3.5px;
}

.som-lab-sign-sub .som-lab-sign-bar::before,
.som-lab-sign-sub .som-lab-sign-bar::after {
  width: 6px;
  height: 6px;
}

.som-lab-leaf.is-left .som-lab-sign {
  left: 100%;
}

.som-lab-leaf.is-right .som-lab-sign {
  left: 0;
}

.som-constellation {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.82;
}

.som-compare {
  position: relative;
  z-index: 40;
}

.som-shell {
  position: relative;
  z-index: 8;
}

body.is-dawn .som-constellation {
  mix-blend-mode: multiply;
  opacity: 0.22;
}

body.is-dawn .som-lab-interior {
  opacity: calc(var(--lab-in, 0) * 0.16);
  mix-blend-mode: multiply;
}

body.is-dawn .som-lab-pins {
  opacity: 0.14;
}

.som-hero-inner,
.som-hero-visual {
  position: relative;
  z-index: 6;
}

.som-hero-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  min-height: 100%;
  overflow: visible;
  background: transparent;
  padding: 0;
  transform: translate3d(calc(var(--door, 0) * 78vw), 0, 0);
  opacity: calc(1 - var(--door, 0) * 1.05);
  will-change: transform, opacity;
  pointer-events: none;
}

.som-hero-visual::after {
  content: none;
}

.som-hero-visual .som-hero-person {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: min(88%, 720px);
  min-height: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
}

.som-works {
  padding: 36px 0 0;
  overflow: hidden;
  background: transparent;
  color: var(--ink);
}

.som-works-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 24px;
  width: min(var(--wide), calc(100% - (var(--pad) * 2)));
  margin: 0 auto 20px;
}

.som-works-head p:not(.som-kicker) {
  color: #9a958c;
  font-size: 13px;
}

.som-works-scroller {
  overflow: hidden;
}

.som-works-track {
  display: flex;
  gap: 10px;
  width: max-content;
  padding-bottom: 36px;
  animation: som-marquee 76s linear infinite;
}

.som-works:hover .som-works-track {
  animation-play-state: paused;
}

.som-work {
  position: relative;
  flex: 0 0 176px;
  width: 176px;
  overflow: hidden;
  background: #111;
}

.som-work img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  object-position: center 18%;
}

.som-work-cap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 36px 12px 12px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92));
}

.som-work-cap em {
  display: block;
  margin-bottom: 4px;
  color: #ff9cc8;
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.som-work-cap strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.som-work-cap small {
  display: block;
  margin-top: 4px;
  color: #9a958c;
  font-family: var(--mono);
  font-size: 10px;
}

@keyframes som-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.som-campus-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  gap: 28px 40px;
  align-items: start;
}

.som-campus-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
}

.som-campus-shot img {
  width: 100%;
  height: auto;
}

.som-story h2,
.som-stats h2,
.som-cycle h2,
.som-campus h2,
.som-zoom h2,
.som-research h2,
.som-feedback h2,
.som-bot h2,
.som-plans h2,
.som-flow h2,
.som-faq h2,
.som-schedule h2,
.som-final h2,
.som-waitlist h2 {
  color: var(--title);
  font-size: clamp(1.85rem, 4.2vw, 3.35rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.som-story {
  padding: clamp(72px, 10vw, 120px) 0;
}

.som-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 72px;
  align-items: start;
}

.som-story h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
}

.som-story-who .som-body {
  margin-top: 20px;
}

.som-story-stance {
  padding: 8px 0 8px 48px;
  border-left: 2px solid var(--title-rose);
}

.som-story-stance .som-display {
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
}

.som-story-stance .som-body {
  margin-top: 24px;
}

.som-story-stance .som-closing {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.som-story-stance .som-quiet {
  margin-top: 16px;
}

.som-stats h2 {
  margin-bottom: 0;
}

.som-stats-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 40px 48px;
  align-items: center;
}

.som-stats-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
}

.som-stats-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.som-dark {
  background: transparent;
  color: var(--ink);
}

.som-profile-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 36px 48px;
  align-items: start;
}

.som-profile-copy {
  position: relative;
  z-index: 1;
  overflow: visible;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

.som-profile-photo {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 0 22px;
  opacity: 0.96;
}

.som-profile-name {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  font-family: "Yuji Syuku", "Yu Mincho", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.som-mac-stage {
  position: relative;
  align-self: end;
  width: min(100%, 460px);
  margin-left: auto;
  padding: 12px 0 36px;
}

.som-mac {
  margin: 0;
  transform: perspective(1400px) rotateY(-10deg) rotateX(2deg);
  transform-origin: 80% 100%;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.28));
}

.som-mac-bezel {
  background: #1b1b1e;
  border: 1px solid #323236;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  padding: 9px 9px 0;
}

.som-mac-screen {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px 7px;
  min-height: 210px;
  padding: 14px 12px 16px;
  border-radius: 6px;
  background:
    radial-gradient(120% 70% at 85% -10%, rgba(90, 140, 180, 0.16), transparent 46%),
    #14161b;
}

.som-mac-screen img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.38);
}

.som-mac-chin {
  height: 30px;
  border: 1px solid #323236;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(#2a2a2e, #151517);
}

.som-mac-neck {
  width: 62px;
  height: 40px;
  margin: 0 auto;
  background: linear-gradient(180deg, #d2d2d6, #9a9aa0);
  clip-path: polygon(32% 0, 68% 0, 100% 100%, 0 100%);
}

.som-mac-foot {
  width: 128px;
  height: 8px;
  margin: -1px auto 0;
  border-radius: 20px;
  background: linear-gradient(#d0d1d5, #a6a6ac);
}

.som-mac-desk {
  position: absolute;
  right: 8%;
  bottom: 4px;
  display: flex;
  gap: 10px;
  pointer-events: none;
}

.som-mac-desk img {
  width: 54px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);
  transform: rotate(var(--tilt, -6deg));
}

.som-cd-stage {
  min-height: 420px;
  height: min(72vh, 560px);
  overflow: hidden;
  pointer-events: none;
}

.som-cd-rack {
  display: grid;
  height: 100%;
  overflow: hidden;
  padding: 14px 14px 10px;
  border: 1px solid #2a1810;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 12%, transparent 88%, rgba(0, 0, 0, 0.28)),
    repeating-linear-gradient(
      180deg,
      #4a301f 0 4px,
      #5a3b26 4px 8px,
      #674530 8px 10px,
      #4a301f 10px 14px
    );
  box-shadow:
    inset 10px 0 18px rgba(0, 0, 0, 0.28),
    inset -10px 0 18px rgba(0, 0, 0, 0.28),
    inset 0 10px 14px rgba(0, 0, 0, 0.18);
}

.som-cd-track {
  will-change: transform;
}

.som-cd-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 10px 0;
}

.som-cd {
  position: relative;
  flex: 0 0 calc((100% - 48px) / 5);
  width: calc((100% - 48px) / 5);
  max-width: none;
  margin: 0;
  padding: 3px 3px 3px 8px;
  background:
    linear-gradient(90deg,
      #6f6b64 0 2px,
      #cfc9bf 2px 7px,
      #f3efe6 7px 8px,
      #111 8px);
  box-shadow:
    3px 8px 16px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.som-cd:nth-child(odd) {
  transform: rotate(-0.8deg);
}

.som-cd:nth-child(even) {
  transform: rotate(0.7deg);
}

.som-cd img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  object-position: center 18%;
}

.som-cd-ledge {
  position: relative;
  z-index: 2;
  height: 16px;
  margin: -1px 2px 8px;
  background:
    repeating-linear-gradient(
      90deg,
      #8a5a34 0 4px,
      #a06a3e 4px 8px,
      #b57a4a 8px 9px,
      #8a5a34 9px 13px
    );
  box-shadow:
    0 4px 0 #3a2416,
    0 9px 16px rgba(0, 0, 0, 0.45);
}

.som-cd-ledge::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(180deg, #e4c39a, #c08a56);
}

.som-cd-ledge::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: #2c1a10;
}

.som-credit-block {
  margin-top: 0;
  padding-top: 4px;
  border-top: 0;
}

.som-credit-block .som-kicker {
  margin: 22px 0 10px;
}

.som-credit-block .som-kicker:first-child {
  margin-top: 0;
}

.som-credit-names {
  max-width: none;
  color: #d8d2c8;
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: 0.04em;
}

.som-disclose {
  margin-top: 8px;
}

.som-disclose summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--title-rose);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14em;
  cursor: pointer;
  list-style: none;
}

.som-disclose summary::-webkit-details-marker {
  display: none;
}

.som-disclose summary::after {
  content: "+";
  font-family: var(--mono);
  font-size: 16px;
  line-height: 1;
}

.som-disclose[open] summary::after {
  content: "−";
}

.som-disclose .som-credit-names {
  margin-top: 12px;
}

.som-role {
  margin-top: 18px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.som-quiet-on-dark,
.som-on-dark {
  color: #cfc9bf;
}

.som-quiet-on-dark {
  margin-top: 10px;
  font-size: 14px;
}

.som-cycle {
  padding: clamp(36px, 4.5vw, 64px) 0;
}

.som-cycle .som-kicker {
  margin-bottom: 8px;
}

.som-experience {
  margin: 0 0 10px;
  color: var(--title-rose);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.som-cycle .som-body {
  margin-top: 12px;
}

.som-cycle-steps {
  display: none;
}

.som-cycle-visual {
  margin-top: 24px;
}

.som-orbit {
  position: relative;
  width: min(560px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: visible;
  container-type: inline-size;
}

.som-orbit-flow {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.som-orbit-flow path {
  fill: none;
  stroke: #e4c6bf;
  stroke-width: 0.7;
  marker-end: url(#som-cycle-arrow);
}

.som-orbit-hub {
  position: absolute;
  inset: 29%;
  z-index: 2;
  display: grid;
  place-content: center;
  padding: 12px;
  border: 1px solid var(--magenta);
  border-radius: 50%;
  background: var(--paper);
  text-align: center;
}

.som-orbit-kicker {
  margin: 0 0 8px;
  color: var(--title-rose);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.som-orbit-title {
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: clamp(1.05rem, 2.7cqi, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.som-orbit-nodes {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.som-orbit-nodes li {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 176px;
  padding: 10px 8px;
  background: var(--paper);
  text-align: center;
  transform: translate(-50%, -50%) rotate(calc(var(--i) * 72deg)) translateY(-38cqi) rotate(calc(var(--i) * -72deg));
}

.som-orbit-nodes span {
  display: block;
  margin-bottom: 4px;
  color: var(--magenta);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.som-orbit-nodes strong {
  display: block;
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.som-orbit-nodes em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.som-orbit-nodes .is-lab {
  width: 236px;
  padding: 12px 12px 14px;
  border: 1px solid var(--title-rose);
  background: color-mix(in srgb, var(--paper) 82%, #3a2a2c);
}

.som-orbit-nodes .is-lab span {
  letter-spacing: 0.16em;
}

.som-orbit-nodes .is-lab b {
  display: block;
  margin: 0 0 6px;
  color: var(--title-rose);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.som-orbit-growth {
  margin: 12px auto 0;
  max-width: 22em;
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}

.som-zoom-core {
  margin: 28px 0 56px;
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: clamp(1.45rem, 3.1vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.som-zoom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 56px 72px;
  align-items: start;
}

.som-hours {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--dark-line);
}

.som-hours li {
  display: grid;
  gap: 6px;
  padding: 22px 0;
  border-bottom: 1px solid var(--dark-line);
}

.som-hours strong {
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.som-hours span {
  color: #cfc9bf;
  font-size: 14px;
}

.som-zoom-shot {
  display: block;
  width: 100%;
  height: auto;
}

.som-discord {
  padding: 22px 24px;
  border: 1px solid var(--dark-line);
  background: var(--dark-2);
}

.som-discord-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.som-discord-status {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #ece8e0;
  line-height: 1.6;
}

.som-dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: #23a559;
}

.som-discord-host {
  margin: 10px 0 16px;
  color: #b8b2a8;
  font-size: 13px;
}

.som-discord-action {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 13px;
}

.som-zoom-presence .som-quiet-on-dark {
  margin-top: 12px;
}

.som-schedule-compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 48px;
  margin-top: 48px;
}

.som-schedule-compact h3,
.som-schedule-months h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 600;
}

.som-schedule-compact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.som-schedule-compact li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.som-more {
  margin-top: 36px;
}

.som-more summary {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.som-schedule-months {
  display: grid;
  gap: 8px;
  margin-top: 40px;
}

.som-schedule-month {
  border-top: 1px solid var(--line);
}

.som-schedule-month summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}

.som-schedule-month summary::-webkit-details-marker {
  display: none;
}

.som-schedule-month summary h3 {
  margin: 0;
}

.som-schedule-month summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--magenta);
  font-family: var(--mono);
  font-size: 22px;
  line-height: 1;
}

.som-schedule-month[open] summary::after {
  content: "−";
}

.som-schedule-month .som-theme-grid {
  padding-bottom: 28px;
}

.som-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
}

.som-theme-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.som-theme-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.som-theme-grid article p {
  margin-top: 10px;
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.55;
}

.som-theme-grid article p span {
  display: block;
  margin-bottom: 4px;
  color: var(--title-rose);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.som-themes {
  display: grid;
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.som-themes li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.som-themes > li > span {
  color: var(--magenta);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.16em;
}

.som-themes h3 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 600;
}

.som-themes p {
  max-width: 32em;
  color: var(--muted);
  line-height: 1.85;
}

.som-theme-lectures {
  margin-top: 8px;
}

.som-theme-lectures summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--title-rose);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14em;
  cursor: pointer;
  list-style: none;
}

.som-theme-lectures summary::-webkit-details-marker {
  display: none;
}

.som-theme-lectures summary::after {
  content: "+";
  font-family: var(--mono);
  font-size: 16px;
  line-height: 1;
}

.som-theme-lectures[open] summary::after {
  content: "−";
}

.som-theme-lectures > p {
  margin-top: 16px;
}

.som-theme-lectures .som-theme-grid {
  margin-top: 20px;
}

.som-theme-grid article:only-child {
  max-width: 320px;
}

.som-support-image {
  display: block;
  width: min(560px, 100%);
  margin: 24px auto 0;
  opacity: 0.82;
}

.som-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
  margin-top: 40px;
}

.som-split p {
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

.som-bot-steps {
  display: grid;
  gap: 56px;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}

.som-bot-step-head {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 18px;
}

.som-bot-step-head span {
  color: var(--magenta);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.som-bot-step-head h3 {
  font-size: 1.45rem;
  font-weight: 600;
}

.som-bot-steps img,
.som-bot-steps figure {
  margin: 0;
  width: 100%;
  max-width: 760px;
}

.som-bot-steps img {
  background: #fff;
  border: 1px solid var(--line);
}

.som-bot-steps figcaption {
  margin-bottom: 10px;
  font-size: 13px;
}

.som-bot-steps figcaption span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.som-bot-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  margin: 56px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.som-bot-meta strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.6rem;
}

.som-bot-meta span {
  color: var(--muted);
  font-size: 14px;
}

.som-plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 56px;
  border-top: 1px solid var(--line);
}

.som-plan {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 40px 0;
  border-bottom: 1px solid var(--line);
}

.som-plan + .som-plan {
  border-left: 1px solid var(--line);
}

.som-plan h3 {
  font-size: 1.7rem;
  font-weight: 600;
}

.som-price {
  margin: 16px 0 0;
}

.som-price strong {
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.som-price span,
.som-plan-note-inline,
.som-muted-item,
.som-plan-foot,
.som-sold-out {
  color: var(--muted);
  font-size: 13px;
}

.som-plan-note-inline {
  display: block;
  margin-top: 4px;
}

.som-plan ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.som-plan li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 14px;
  line-height: 1.7;
}

.som-plan li::before {
  content: "· ";
}

.som-capacity {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.som-plan .som-cta-form {
  margin-top: auto;
  padding-top: 28px;
  width: 100%;
}

.som-plan .som-cta,
.som-plan button.som-cta {
  width: 100%;
}

.som-plan-featured {
  background: transparent;
  color: inherit;
  padding: 40px;
}

.som-plan-featured .som-price span,
.som-plan-featured .som-plan-note-inline,
.som-plan-featured .som-muted-item,
.som-plan-featured .som-plan-foot,
.som-plan-featured .som-sold-out {
  color: #b8b2a8;
}

.som-plan-featured .som-capacity {
  color: #ff8fbf;
}

.som-plan-foot,
.som-sold-out {
  margin-top: 16px;
}

.som-legal {
  margin-top: 28px;
}

.som-center {
  margin-top: 28px;
}

.som-flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.som-flow-list li {
  display: grid;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.som-flow-list span {
  color: var(--magenta);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.som-flow-list strong {
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.som-flow-list p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.som-faq details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.som-faq details:first-of-type {
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.som-faq summary {
  cursor: pointer;
  color: var(--title);
  font-family: var(--serif);
  font-feature-settings: "palt" 1;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.som-faq details p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.som-waitlist-form {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.som-waitlist-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.som-waitlist-form input,
.som-waitlist-form textarea,
.som-waitlist-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #0a0a0a;
  color: #fff;
  font: inherit;
}

.som-waitlist-form textarea {
  min-height: 7rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.som-final .som-on-dark {
  margin-top: 20px;
}

.som-final .som-actions {
  margin-top: 40px;
}

.som-cancel {
  position: relative;
  z-index: 9;
  width: min(var(--wide), calc(100% - (var(--pad) * 2)));
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 8px;
}

.som-lab-close {
  position: relative;
  z-index: 8;
  margin: -40px 0 0;
  overflow: hidden;
  background: transparent;
}

.som-lab-close img {
  width: 100%;
  height: min(56vh, 560px);
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.7) saturate(0.46) contrast(0.92);
  opacity: 0.72;
}

.som-lab-close::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, #262628 0%, rgba(38, 38, 40, 0.55) 18%, transparent 46%),
    linear-gradient(0deg, #262628 0%, rgba(38, 38, 40, 0.7) 14%, transparent 36%),
    linear-gradient(90deg, rgba(38, 38, 40, 0.55) 0%, transparent 18%, transparent 82%, rgba(38, 38, 40, 0.55) 100%);
}

.som-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  width: min(var(--wide), calc(100% - (var(--pad) * 2)));
  margin: 0 auto;
  padding: 24px 0 64px;
  color: var(--muted);
  font-size: 13px;
}

.som-footer a {
  text-decoration: none;
}

@media (max-width: 980px) {
  .som-profile-grid,
  .som-zoom-layout,
  .som-split,
  .som-plan-grid,
  .som-campus-grid,
  .som-stats-split,
  .som-schedule-compact,
  .som-theme-grid,
  .som-theme-grid-two,
  .som-theme-grid-three,
  .som-flow-list,
  .som-bot-meta,
  .som-story-grid {
    grid-template-columns: 1fr;
  }

  .som-story-stance {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 2px solid var(--magenta);
  }

  .som-plan + .som-plan,
  .som-plan-featured {
    border-left: 0;
  }

  .som-plan {
    padding: 36px 0;
  }

  .som-plan-featured {
    margin-inline: calc(-1 * var(--pad));
    padding: 40px var(--pad);
  }

  .som-profile-copy {
    position: relative;
    top: auto;
  }

  .som-mac-stage {
    width: min(100%, 400px);
    margin: 12px auto 0;
  }

  .som-mac {
    transform: none;
  }

  .som-cd {
    width: calc((100% - 32px) / 5);
    flex-basis: calc((100% - 32px) / 5);
  }

  .som-cd img {
    height: 50px;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 108px;
  }

  .som-band .som-inner::before {
    inset-inline: 0;
  }

  .som-lab-pins {
    display: none;
  }

  .som-lab-sign {
    top: 18%;
  }

  .som-lab-sign-name {
    font-size: 20px;
    letter-spacing: 0.16em;
  }

  .som-lab-sign-sub {
    font-size: 9px;
    letter-spacing: 0.28em;
  }

  .som-hero,
  .som-band,
  .som-credit-block {
    scroll-margin-top: 108px;
  }

  .som-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px 10px;
    gap: 8px;
  }

  .som-nav {
    width: 100%;
    max-width: none;
    gap: 10px 16px;
  }

  .som-hero {
    min-height: 0;
    padding: 0;
  }

  .som-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .som-hero-inner {
    padding: 40px 16px 28px;
  }

  .som-hero-inner::before {
    width: 180px;
    height: 180px;
    top: -20px;
    left: -40px;
  }

  .som-hero-visual {
    min-height: 0;
    padding: 0;
  }

  .som-hero-visual .som-hero-person {
    height: min(58vw, 340px);
    max-height: 340px;
    object-position: center bottom;
  }

  .som-band {
    padding: 72px 0;
  }

  .som-cycle {
    padding: 40px 0;
  }

  .som-hero h1 {
    max-width: none;
    font-size: clamp(1.85rem, 7.6vw, 2.4rem);
    letter-spacing: 0.035em;
  }

  .som-h1-core {
    font-size: 1.03em;
  }

  .som-actions .som-cta,
  .som-actions button.som-cta,
  .som-actions .som-cta-form {
    width: 100%;
  }

  .som-cycle-visual {
    display: none;
  }

  .som-cycle-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }

  .som-cycle-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 10px 0 18px;
    border-top: 1px solid var(--line);
    font-family: var(--serif);
    font-feature-settings: "palt" 1;
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .som-cycle-steps li:not(:last-child)::after {
    content: "↓";
    position: absolute;
    left: 14px;
    bottom: 0;
    color: var(--title-rose);
    font-family: var(--sans);
    font-size: 11px;
    line-height: 1;
  }

  .som-cycle-steps span {
    color: var(--magenta);
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .som-works-head {
    width: calc(100% - 32px);
    margin: 0 16px 14px;
    flex-direction: column;
  }

  .som-works-scroller {
    overflow-x: auto;
    padding: 0 16px 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .som-works-track {
    animation: none;
  }

  .som-work {
    flex-basis: 210px;
    width: 210px;
    scroll-snap-align: start;
  }

  .som-work img {
    height: 300px;
  }

  .som-themes li {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 28px 0;
  }

  .som-experience {
    font-size: 1.35rem;
  }

  .som-cd-row {
    overflow: visible;
    gap: 8px;
    padding-bottom: 0;
  }

  .som-cd {
    width: calc((100% - 32px) / 5);
    flex-basis: calc((100% - 32px) / 5);
  }

  .som-cd img {
    height: 46px;
  }

  .som-credit-names {
    font-size: 14px;
  }
}

body.is-dawn .som-dark,
body.is-dawn .som-on-dark,
body.is-dawn .som-quiet-on-dark,
body.is-dawn .som-zoom-core {
  color: var(--ink);
}

body.is-dawn .som-kicker-on-dark {
  color: var(--spark);
}

body.is-dawn .som-credit-names {
  color: var(--muted);
}

body.is-dawn .som-hero h1,
body.is-dawn .som-lead {
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .som-hero-visual,
  .som-lab-leaf.is-left,
  .som-lab-leaf.is-right {
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }

  .som-works-track {
    animation: none;
  }
}
