﻿/*
Theme Name: Alin Dimitriu
Theme URI: https://alindimitriu.com/
Author: Alin Dimitriu
Description: Faithful WordPress presentation theme for Alin Dimitriu.
Version: 2.0.0
Requires at least: 7.0
Requires PHP: 8.1
Text Domain: alin-dimitriu
*/

:root {
  --bg: #0b0d0e;
  --surface: #121516;
  --surface-2: #181c1e;
  --line: #2a3033;
  --text: #f2f0eb;
  --muted: #9ca5a7;
  --blue: #3499cc;
  --orange: #c84618;
  --green: #9bd32f;
  --acid: #cccc64;
  --max: 1180px;
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--text);
  color: var(--bg);
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.narrow {
  max-width: 920px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid transparent;
  transition: 0.25s;
}

.site-header.scrolled {
  background: #0b0d0ef0;
  backdrop-filter: blur(14px);
  border-color: var(--line);
}

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand-logo {
  width: 41px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand span:last-child {
  transform: translateY(-1px);
}

nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  color: #c5cacc;
}

nav a {
  font-weight: 700;
  transition: 0.2s;
}

nav a:hover,
nav a.active {
  color: white;
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid #566064;
  border-radius: 999px;
  color: white;
}

.menu {
  display: none;
  background: none;
  border: 0;
  color: white;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.hero {
  min-height: 575px;
  padding: 125px 0 55px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before,
.page-hero::before {
  content: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  position: relative;
}

.hero-grid > div {
  max-width: 900px;
  margin-inline: auto;
}

.hero h1 {
  font-size: clamp(50px, 5.6vw, 80px);
  max-width: 900px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b8c0c2;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  margin-bottom: 22px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #697174;
}

h1 {
  font-size: clamp(54px, 7.3vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  margin: 0 0 28px;
  max-width: 900px;
}

h1 .outline,
.outline {
  -webkit-text-stroke: 1px #777f82;
  color: transparent;
}

.lead {
  font-size: clamp(17px, 2vw, 21px);
  color: #aeb6b8;
  max-width: 620px;
  margin: 0 0 34px;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 780;
  font-size: 14px;
  border: 1px solid #4a5255;
  transition: 0.2s;
  cursor: pointer;
  background: transparent;
  color: white;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: #8a9498;
}

.btn.primary {
  background: var(--text);
  color: #0d1011;
  border-color: var(--text);
}

.btn.small {
  padding: 10px 14px;
  font-size: 12px;
}

.hero-art {
  aspect-ratio: 1 / 1.05;
  border-radius: 32px;
  background: var(--surface);
  border: 1px solid #303638;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 120px #0009;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid #4d565944;
  border-radius: 50%;
  box-shadow:
    0 0 0 44px #ffffff05,
    0 0 0 90px #ffffff03;
}

.portrait-abstract {
  position: absolute;
  inset: 11%;
  display: grid;
  place-items: center;
}

.face-line {
  width: 74%;
  height: 86%;
  border: 2px solid #d8d6cf;
  border-left-color: transparent;
  border-bottom-color: #70787a;
  border-radius: 48% 53% 43% 57% / 35% 40% 60% 65%;
  transform: rotate(-7deg);
  position: relative;
  opacity: 0.88;
}

.face-line::before {
  content: "";
  position: absolute;
  left: 24%;
  top: 35%;
  width: 44%;
  height: 12%;
  border-top: 2px solid #d8d6cf;
  border-radius: 50%;
  transform: rotate(4deg);
}

.face-line::after {
  content: "";
  position: absolute;
  left: 42%;
  top: 45%;
  width: 17%;
  height: 25%;
  border-left: 2px solid #d8d6cf;
  border-bottom: 2px solid #d8d6cf;
  transform: skew(-10deg) rotate(6deg);
}

.art-label {
  position: absolute;
  left: 25px;
  bottom: 22px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca5a7;
}

.vertical-name {
  position: absolute;
  right: 16px;
  top: 22px;
  writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: 0.26em;
  color: #7b8689;
}

.scroll-note {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #858f92;
}

section {
  padding: 110px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
}

.kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #99a2a5;
  font-weight: 800;
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0;
}

.section-copy {
  max-width: 460px;
  color: #a8b1b3;
  margin: 0 0 3px;
}

.section-actions {
  margin-top: 30px;
}

.featured {
  background: var(--surface);
}

.release {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.album-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.release-copy h2 {
  font-size: clamp(42px, 5vw, 70px);
  margin: 0 0 10px;
  letter-spacing: -0.05em;
}

.release-copy .meta {
  color: #939da0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  margin-bottom: 25px;
}

.release-copy p {
  color: #aeb5b7;
  font-size: 18px;
  max-width: 520px;
  margin-bottom: 30px;
}

.previous-releases {
  grid-column: 1 / -1;
  min-width: 0;
  margin-top: -5px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.previous-releases-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  color: #929c9f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.previous-releases-head a {
  color: var(--text);
}

.previous-releases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.previous-release {
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 13px;
  align-items: center;
  min-width: 0;
  color: var(--text);
}

.previous-release img {
  grid-row: 1 / 3;
  width: 144px;
  height: 144px;
  object-fit: contain;
  background: #0c0f10;
}

.previous-release strong,
.previous-release span {
  display: block;
}

.previous-release strong {
  align-self: end;
  font-size: 14px;
  line-height: 1.25;
}

.previous-release span {
  align-self: start;
  margin-top: 3px;
  color: #8f999c;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.music-placements {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.music-placements h3 {
  margin: 0 0 18px;
  color: #929c9f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.music-placement-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  gap: 14px;
}

.music-placement {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #cbd0d1;
  text-align: center;
}

.music-placement img {
  display: block;
  width: min(78%, 170px);
  height: 36px;
  object-fit: contain;
}

.music-placement span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  white-space: nowrap;
}

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

.product {
  min-height: 430px;
  border-radius: var(--radius);
  padding: 27px;
  background: var(--surface);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.25s;
}

.product:hover {
  transform: translateY(-5px);
  border-color: #4b5559;
  box-shadow: 0 30px 80px #0007;
}

.product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.product-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #aab2b4;
}

.arrow {
  font-size: 25px;
  color: var(--accent);
  transition: 0.2s;
}

.product:hover .arrow {
  transform: translate(4px, -4px);
}

.product-visual {
  height: 248px;
  position: relative;
  margin: 12px 0 18px;
  display: grid;
  place-items: center;
}

.product-visual::before {
  content: none;
}

.product-visual img {
  position: relative;
  width: 248px;
  height: 248px;
  max-width: 100%;
  object-fit: contain;
}

.product h2,
.product h3 {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: -0.045em;
}

.product p {
  margin: 0;
  color: #a3acae;
}

.cred {
  background: #e7e4dc;
  color: #111516;
}

.cred .kicker {
  color: #586063;
}

.cred .section-copy {
  color: #515a5d;
}

.logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 52px;
}

.logo {
  border: 1px solid #aaa9a2;
  min-height: 105px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 15px;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.02em;
  transition: 0.2s;
}

.logo:hover {
  background: #111516;
  color: white;
}

.logo img {
  display: block;
  width: min(80%, 220px);
  height: 62px;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
  opacity: 0.86;
  transition: 0.2s;
}

.logo:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.cred-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.cred-button {
  border-color: #777b79;
  color: #111516;
}

.cred-button:hover {
  background: #111516;
  border-color: #111516;
  color: white;
}

.cred-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
}

.credit-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.credit-links a {
  border: 1px solid #aaa9a2;
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 750;
  transition: 0.2s;
}

.credit-links a:hover {
  background: #111516;
  color: white;
}

.quote {
  margin: 0;
  background: #d8d4ca;
  border-radius: 18px;
  padding: 34px;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.quote span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 25px;
  color: #5c6365;
}

.facts {
  border-radius: 18px;
  background: #141819;
  color: white;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fact strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.fact span {
  display: block;
  color: #a4adaf;
  margin-top: 6px;
  font-size: 13px;
}

.placement {
  color: #cbd0d1;
  font-size: 13px;
  align-self: end;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.about-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  position: sticky;
  top: 105px;
}

.about-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.home-about-portrait {
  height: auto;
}

.about-card p {
  color: #a6afb1;
  margin: 20px 0 0;
}

.about-text p {
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin: 0 0 30px;
  color: #d9dad5;
}

.about-text .muted {
  font-size: 17px;
  line-height: 1.7;
  color: #a5aeb0;
  letter-spacing: 0;
}

.contact {
  padding-bottom: 70px;
}

.contact-box {
  background: var(--surface-2);
  border: 1px solid #30383b;
  border-radius: 28px;
  padding: clamp(30px, 6vw, 75px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.contact-box h2 {
  max-width: 700px;
}

.page-hero {
  padding: 155px 0 82px;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.discography-hero {
  min-height: auto;
  padding-bottom: 20px;
}

.discography-section {
  padding-top: 28px;
}

.page-hero::before {
  width: 700px;
  height: 700px;
  right: -210px;
  top: -120px;
}

.hero-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  position: relative;
}

.page-hero h1 {
  font-size: clamp(62px, 8vw, 116px);
  line-height: 0.88;
  letter-spacing: -0.068em;
  margin: 0;
}

.about-page-hero .hero-row {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-page-hero .hero-copy {
  margin-inline: auto;
}

.page-hero.about-page-hero {
  padding-bottom: 16px;
}

.about-biography-section {
  padding-top: 22px;
}

.hero-copy {
  max-width: 610px;
  color: #aeb6b8;
  font-size: 18px;
  margin: 28px 0 0;
}

.hero-stat {
  min-width: 210px;
  border-left: 1px solid var(--line);
  padding-left: 28px;
  color: #929c9f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.hero-stat strong {
  display: block;
  color: var(--text);
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 9px;
}

.hero-stat span {
  display: block;
  margin-top: 7px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
}

.catalogue {
  padding-top: 45px;
}

.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.filter {
  border: 1px solid var(--line);
  background: transparent;
  color: #b1b8ba;
  border-radius: 999px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
}

.filter:hover {
  border-color: #687174;
  color: white;
}

.filter.active {
  background: var(--text);
  border-color: var(--text);
  color: #101213;
}

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

.release-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0f1213;
  transition: 0.25s;
}

.release-card:hover {
  transform: translateY(-5px);
  border-color: #50595c;
  box-shadow: 0 30px 80px #0007;
}

.release-card > img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  background: #171b1d;
}

.release-info {
  padding: 21px;
}

.release-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #98a1a4;
}

.release-info h2 {
  font-size: 24px;
  line-height: 1.1;
  margin: 8px 0 14px;
  letter-spacing: -0.035em;
}

.tag {
  display: inline-flex;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid var(--line);
  color: #a3adaf;
  border-radius: 999px;
  padding: 5px 8px;
  white-space: nowrap;
}

.release-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.sound-design-intro {
  min-height: auto;
  padding-bottom: 16px;
}

.sound-store-intro {
  padding-bottom: 16px;
}

.sound-store-products {
  padding-top: 22px;
}

.sound-design-intro-copy,
.sound-store-intro-copy {
  max-width: 860px;
}

.sound-design-intro-copy h1,
.sound-store-intro-copy h1 {
  margin-bottom: 22px;
}

.sound-design-positioning,
.sound-store-positioning {
  max-width: 700px;
  margin: 0 0 28px;
  color: #d7dcdd;
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.sound-design-intro-copy > p:not(.sound-design-positioning),
.sound-store-intro-copy > p:not(.sound-store-positioning) {
  max-width: 760px;
  color: #b9c1c3;
  font-size: 17px;
}

.sound-design-feature:nth-of-type(even) {
  background: #0d1011;
}

.sound-design-intro + .sound-design-feature {
  padding-top: 22px;
}

.sound-design-feature {
  padding-block: 55px;
}

.sound-design-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 62px;
}

.sound-design-feature-copy {
  max-width: 560px;
}

.sound-design-feature-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 4vw, 62px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.sound-design-feature-copy p {
  color: #b8c0c2;
  font-size: 17px;
}

.sound-design-feature-media {
  min-width: 0;
}

.sound-design-feature-media picture,
.sound-design-feature-media img {
  display: block;
  width: 100%;
}

.sound-design-feature-media img {
  height: auto;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #101314;
}

.sound-design-feature-media-left .sound-design-feature-copy {
  order: 2;
}

.sound-design-feature-media-left .sound-design-feature-media {
  order: 1;
}

.sound-design-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  color: var(--text);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.sound-design-feature-link:hover {
  color: var(--green);
}

.sound-design-feature-link span {
  color: var(--green);
  font-size: 16px;
}

.sound-design-video {
  width: 100%;
}

.selected-projects {
  margin-top: 52px;
}

.selected-projects h3 {
  margin: 0 0 18px;
  color: #d6dcdd;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.selected-project-grid {
  display: grid;
  width: 72%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin-inline: auto;
}

.selected-project-card {
  display: block;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--surface);
  transition: transform 0.2s, border-color 0.2s;
}

.selected-project-card:hover,
.selected-project-card:focus-visible {
  transform: translateY(-4px);
  border-color: #667276;
}

.selected-project-card picture {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  background: #101314;
}

.selected-project-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.selected-project-card span {
  display: block;
  min-height: 54px;
  padding: 11px 12px;
  color: #c9d0d2;
  font-size: 12px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.selected-project-card b {
  color: var(--green);
}

.sound-design-last-feature {
  padding-bottom: 22px;
}

.sound-design-last-feature + .sound-design-store-cta {
  padding-top: 22px;
}

.sound-design-store-cta {
  padding-bottom: 110px;
}

.sound-design-store-cta-content {
  text-align: center;
}

.sound-design-store-cta-content h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -0.055em;
}

.product-hero {
  padding-top: 155px;
  background: var(--bg);
}

.product-intro {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 66px;
  align-items: start;
}

.product-poster {
  aspect-ratio: 1 / 1.08;
  border-radius: 28px;
  position: sticky;
  top: 110px;
  overflow: hidden;
  border: 1px solid #ffffff20;
  background: var(--accent-deep);
  box-shadow: 0 40px 100px #0008;
  display: grid;
  place-items: center;
  padding: 8%;
}

.product-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-copy h1 {
  font-size: clamp(58px, 7vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 8px 0 10px;
}

.product-eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 28px;
}

.product-copy .intro {
  font-size: 17px;
  color: #adb5b7;
  max-width: 650px;
}

.product-copy .intro p {
  margin: 0 0 18px;
}

.product-copy .actions {
  margin-top: 30px;
}

.basslines-page .product-poster {
  aspect-ratio: 1;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  padding: 0;
}

.basslines-page .product-poster img {
  border-radius: 0;
  object-fit: cover;
}

.basslines-page .product-intro,
.basslines-page .product-copy {
  min-width: 0;
}

.basslines-main-demo {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.basslines-main-demo h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.035em;
}

.basslines-main-demo .notice {
  margin: 14px 0 0;
  font-size: 12px;
}

.product-section {
  position: relative;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 76px;
}

.product-section:nth-of-type(even) {
  background: var(--surface);
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 30px 0;
}

.tier {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: #0c0f10;
}

.tier.featured-tier {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--accent) 25%, transparent);
}

.tier-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #9ca6a9;
}

.tier ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.tier li {
  color: #b4bbbd;
  margin: 8px 0;
  padding-left: 20px;
  position: relative;
}

.tier li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: bold;
}

.tier .btn {
  width: 100%;
  margin-top: 12px;
}

.device-image {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  margin-top: 32px;
  background: #080a0b;
}

.audio-list {
  display: grid;
  gap: 9px;
}

.basslines-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.basslines-centered-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.basslines-centered-head h2 {
  margin-inline: auto;
}

.basslines-page .overview-grid .tier-label,
.basslines-page .price-grid .tier-label {
  color: #f0f0ec;
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.basslines-page .product-section {
  padding-block: 78px;
}

.audio-player {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) minmax(160px, 0.8fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  background: #0b0e0f;
  border-radius: 15px;
  padding: 11px 13px;
}

.audio-button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #0b0d0e;
  font-weight: 900;
  cursor: pointer;
}

.audio-button:disabled {
  cursor: not-allowed;
}

.track-name {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.audio-progress {
  width: 100%;
  accent-color: var(--accent);
  cursor: pointer;
}

.audio-time {
  font-size: 11px;
  color: #929c9f;
  font-variant-numeric: tabular-nums;
  min-width: 78px;
  text-align: right;
}

.audio-player.error {
  opacity: 0.65;
}

.notice,
.support-note {
  color: #aab2b4;
  margin-top: 25px;
}

.support-note a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.basslines-why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: stretch;
  gap: clamp(42px, 6vw, 88px);
}

.basslines-why-list {
  display: grid;
  gap: 10px;
}

.basslines-why-layout .device-image {
  align-self: stretch;
  aspect-ratio: auto;
  height: 100%;
  margin: 0;
  max-height: none;
  object-fit: cover;
}

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

.why {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  background: #0d1011;
}

.why strong {
  display: block;
  margin-bottom: 7px;
}

.why p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.limited {
  background: var(--accent-deep) !important;
}

.large-copy {
  color: #bdc4c5;
  font-size: 18px;
  max-width: 820px;
  line-height: 1.7;
}

.availability-counter {
  border-left: 4px solid var(--accent);
  padding: 14px 20px;
  font-weight: 850;
  font-size: 22px;
  margin-top: 35px;
  background: #0b0d0e66;
}

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

.video-card {
  background: #0d1011;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.video-card iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.video-card p {
  padding: 14px 18px;
  margin: 0;
  color: #b6bdbe;
}

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

.basslines-video-grid .video-card iframe {
  aspect-ratio: 9 / 16;
}

.basslines-purchase-head {
  gap: 12px;
}

.basslines-purchase-head h2 {
  font-size: clamp(46px, 5.5vw, 78px);
}

.basslines-purchase-head .section-copy {
  font-size: 32px;
  line-height: 1.25;
  margin: 0;
  max-width: none;
  font-weight: 700;
}

.logueform-intro {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
}

.logueform-page .product-poster {
  aspect-ratio: 1;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.logueform-page .product-poster img {
  border-radius: 0;
  object-fit: cover;
}

.logueform-page .product-copy,
.logueform-page .product-intro {
  min-width: 0;
}

.logueform-page .product-copy {
  padding-top: 8px;
}

.logueform-page .product-eyebrow {
  font-size: 14px;
  margin: 18px 0 30px;
}

.logueform-page .product-copy .intro {
  font-size: 18px;
  line-height: 1.75;
}

.logueform-page .product-copy .intro p {
  margin-bottom: 24px;
}

.logueform-page .product-section {
  padding-block: 78px;
}

.logueform-centered-head {
  align-items: center;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: center;
}

.logueform-centered-head h2,
.logueform-centered-head .section-copy {
  margin-inline: auto;
}

.logueform-page .overview-grid .tier-label,
.logueform-page .price-grid .tier-label {
  color: #f0f0ec;
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.logueform-preview-grid {
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logueform-preset-art {
  background: none;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  display: block;
  font: inherit;
  margin: 0 auto;
  padding: 0;
  width: min(100%, 780px);
}

.logueform-preset-art img {
  border-radius: 6px;
  box-shadow: 0 16px 38px #0006;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.logueform-preset-art:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}

.logueform-why-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.logueform-why-list {
  display: grid;
  gap: 10px;
}

.logueform-why-layout .device-image {
  align-self: stretch;
  height: 100%;
  margin: 0;
  max-height: none;
  object-fit: cover;
}

.logueform-video {
  margin-inline: auto;
  max-width: 880px;
}

.logueform-purchase-head h2 {
  font-size: clamp(46px, 5.5vw, 78px);
}

.logueform-purchase-head .section-copy {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  max-width: none;
}

.koreform-page .product-poster {
  aspect-ratio: 1;
  border-radius: 0;
  padding: 0;
}

.koreform-page .product-poster img {
  border-radius: 0;
  object-fit: cover;
}

.koreform-page .product-intro,
.koreform-page .product-copy {
  min-width: 0;
}

.koreform-main-demo {
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 28px;
}

.koreform-main-demo h2 {
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.035em;
  margin: 0 0 16px;
}

.koreform-page .product-section {
  padding-block: 78px;
}

.koreform-centered-head {
  align-items: center;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: center;
}

.koreform-centered-head h2,
.koreform-centered-head .section-copy {
  margin-inline: auto;
}

.koreform-page .overview-grid .tier-label,
.koreform-page .price-grid .tier-label {
  color: #f0f0ec;
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.koreform-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.koreform-preset-art {
  background: none;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  display: block;
  font: inherit;
  margin: 0 auto;
  padding: 0;
  width: min(100%, 780px);
}

.koreform-preset-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 16px 38px #0006;
}

.koreform-preset-art:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}

.image-lightbox {
  align-items: center;
  background: #050708f2;
  cursor: zoom-out;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(20px, 4vw, 64px);
  position: fixed;
  z-index: 1000;
}

.image-lightbox > img {
  border-radius: 4px;
  box-shadow: 0 24px 80px #000c;
  cursor: default;
  height: auto;
  max-height: calc(100vh - clamp(40px, 8vw, 128px));
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.image-lightbox-close {
  align-items: center;
  background: #0b0e0f;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 300 32px/1 Arial, sans-serif;
  height: 48px;
  justify-content: center;
  padding: 0 0 4px;
  position: absolute;
  right: clamp(16px, 3vw, 40px);
  top: clamp(16px, 3vw, 40px);
  width: 48px;
}

.image-lightbox-close:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.koreform-why-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.koreform-why-list {
  display: grid;
  gap: 10px;
}

.koreform-why-layout .device-image {
  align-self: stretch;
  height: 100%;
  margin: 0;
  max-height: none;
  object-fit: cover;
}

.koreform-feature-link {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  width: fit-content;
}

.koreform-feature-link img {
  background: #f2f0eb;
  border-radius: 6px;
  box-shadow: 0 16px 38px #0006;
  max-width: 300px;
  padding: 20px 36px;
  width: min(100%, 300px);
}

.koreform-video-item .section-head {
  margin-bottom: 22px;
}

.koreform-video-item .section-head h2 {
  font-size: clamp(28px, 3vw, 44px);
}

.koreform-purchase-head h2 {
  font-size: clamp(46px, 5.5vw, 78px);
}

.koreform-purchase-head .section-copy {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  max-width: none;
}

.koreform-bundles .koreform-centered-head .section-copy {
  color: var(--text);
  font-size: clamp(21px, 2.2vw, 30px);
  max-width: 760px;
}

.koreform-seqform-link {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.seqform-page .product-poster {
  aspect-ratio: 1;
  border-radius: 0;
  padding: 0;
}

.seqform-page .product-poster img {
  border-radius: 0;
  object-fit: cover;
}

.seqform-page .product-copy,
.seqform-page .product-intro {
  min-width: 0;
}

.seqform-page .product-eyebrow {
  margin-top: 18px;
}

.seqform-main-demos {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  margin-top: 34px;
  padding-top: 28px;
}

.seqform-main-demo h2 {
  font-size: clamp(21px, 2vw, 28px);
  letter-spacing: -0.035em;
  margin: 0 0 12px;
}

.seqform-page .product-section {
  padding-block: 78px;
}

.seqform-centered-head {
  align-items: center;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: center;
}

.seqform-centered-head h2,
.seqform-centered-head .section-copy {
  margin-inline: auto;
}

.seqform-page .overview-grid .tier-label,
.seqform-page .price-grid .tier-label {
  color: #f0f0ec;
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.seqform-preview-grid {
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seqform-preset-art {
  background: none;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  display: block;
  font: inherit;
  margin: 0 auto;
  padding: 0;
  width: min(100%, 780px);
}

.seqform-preset-art img {
  border-radius: 6px;
  box-shadow: 0 16px 38px #0006;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.seqform-preset-art:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}

.seqform-why-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(42px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.seqform-why-list {
  display: grid;
  gap: 10px;
}

.seqform-why-layout .device-image {
  align-self: stretch;
  height: 100%;
  margin: 0;
  max-height: none;
  object-fit: cover;
}

.seqform-video {
  margin-inline: auto;
  max-width: 880px;
}

.seqform-purchase-head h2 {
  font-size: clamp(46px, 5.5vw, 78px);
}

.seqform-purchase-head .section-copy {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  max-width: none;
}

.seqform-bundles .seqform-centered-head .section-copy {
  color: var(--text);
  font-size: clamp(21px, 2.2vw, 30px);
  max-width: 760px;
}

.seqform-koreform-link {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.single-video {
  max-width: 880px;
}

.preset-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 70px;
}

.preset-grid img {
  width: 100%;
}

.album-image,
.previous-release img,
.product-visual img,
.about-card img,
.release-card > img,
.product-poster img,
.device-image,
.preset-grid img {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 16px 38px #0006;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 34px;
  font-weight: 850;
  letter-spacing: -0.04em;
  margin: 12px 0;
}

.price del {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
}

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

.faq {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 17px 0;
  font-weight: 750;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-size: 20px;
}

details[open] summary::after {
  content: "âˆ’";
}

.faq p {
  color: var(--muted);
  margin: 0 0 18px;
  max-width: 760px;
}

.disc-tools {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 34px;
  color: #aab2b4;
}

.search {
  min-width: 320px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 17px;
  color: white;
  outline: none;
}

.search:focus {
  border-color: #697275;
}

.timeline {
  border-top: 1px solid var(--line);
}

.year-block {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid var(--line);
  padding: 36px 0;
}

.year {
  font-size: 48px;
  letter-spacing: -0.055em;
  font-weight: 850;
  line-height: 1;
  position: sticky;
  top: 110px;
  height: max-content;
}

.tracks {
  display: grid;
  gap: 4px;
}

.track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 290px) auto;
  gap: 20px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  transition: 0.2s;
}

.track:hover {
  background: var(--surface);
}

.track-title {
  font-weight: 700;
}

.track-imprint {
  color: #899295;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.track-arrow {
  align-self: center;
}

.empty {
  display: none;
  padding: 40px 0;
  color: var(--muted);
}

.empty.visible {
  display: block;
}

.biography-grid {
  grid-template-columns: 0.72fr 1.28fr;
}

.biography-grid .about-card img {
  height: auto;
}

.about-placements {
  background: #111516;
  border: 1px solid #303638;
  border-radius: 18px;
  margin-top: 52px;
  padding: 30px 24px 26px;
}

.about-placements h3 {
  color: #aeb6b8;
}

.about-body p {
  color: #c7cbca;
  font-size: 20px;
  line-height: 1.75;
  margin: 0 0 24px;
}

.bio-downloads {
  margin-top: 38px;
}

.about-social-links {
  justify-content: center;
  margin-top: 40px;
}

.articles-section {
  background: #0d1112;
}

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

.article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  transition: 0.2s;
}

.article-card:hover {
  border-color: #465055;
  transform: translateY(-3px);
}

.article-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  margin: 10px 10px 0;
  overflow: hidden;
  border-radius: 8px;
  background: #181d1f;
  box-shadow: 0 14px 34px #0007;
}

.article-card-image img,
.article-card-image > span {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.article-card:hover .article-card-image img {
  transform: scale(1.025);
}

.article-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.article-card time,
.article-meta {
  color: #939da0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 9px 0 12px;
  font-size: clamp(23px, 2.1vw, 31px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.article-card h3 a:hover,
.article-read:hover {
  color: white;
}

.article-card p {
  margin: 0 0 22px;
  color: #aeb6b8;
  font-size: 14px;
}

.article-read {
  margin-top: auto;
  color: #cbd0d1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.articles-archive {
  padding-top: 30px;
}

.article-hero {
  position: relative;
  padding: 145px 0 55px;
}

.article-back {
  display: inline-block;
  margin-bottom: 42px;
  color: #aeb6b8;
  font-size: 13px;
}

.article-back:hover {
  color: white;
}

.article-main {
  display: flow-root;
  margin-top: 46px;
}

.article-main-copy {
  min-width: 0;
  padding-top: 4px;
}

.article-title-block {
  max-width: 1080px;
}

.article-hero h1 {
  max-width: 1000px;
  margin-bottom: 20px;
  font-size: clamp(32px, 2.8vw, 40px);
}

.article-meta {
  display: flex;
  gap: 18px;
}

.article-image-frame {
  float: left;
  width: min(43%, 500px);
  max-width: 500px;
  aspect-ratio: 1;
  overflow: hidden;
  margin: 4px clamp(44px, 5vw, 76px) 44px 0;
  border-radius: 8px;
  box-shadow: 0 28px 75px #0008;
}

.article-featured-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body-section {
  padding-top: 28px;
}

.article-body {
  max-width: 800px;
}

.article-copy {
  max-width: none;
  margin-top: 0;
}

.article-copy > div > :first-child {
  margin-top: 0;
}

.article-body > div:first-child {
  color: #c2c8ca;
  font-size: 18px;
  line-height: 1.75;
}

.article-body p {
  margin: 0 0 26px;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 48px 0 20px;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.article-body h2 {
  font-size: 42px;
}

.article-body h3,
.article-body h4 {
  font-size: 28px;
}

.article-body ul {
  margin: 0 0 28px;
  padding-left: 24px;
}

.article-body li {
  margin-bottom: 10px;
}

.article-body a:not(.btn) {
  color: white;
  text-decoration: underline;
  text-decoration-color: #6f7a7e;
  text-underline-offset: 4px;
}

.article-body iframe {
  display: block;
  max-width: 100%;
  border: 0;
  border-radius: 8px;
}

.article-extras {
  max-width: 960px;
}

.article-media {
  display: grid;
  gap: 34px;
}

.article-media > p {
  margin: 0;
}

.article-media iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 8px;
}

.article-extras-empty .article-archive-nav {
  margin-top: 0;
}

.article-video {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 65px #0008;
}

.article-video iframe {
  width: 100%;
  height: 100%;
}

.article-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 42px 0 0;
}

.article-details div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.article-details dt {
  margin-bottom: 8px;
  color: #8f999c;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-details dd {
  margin: 0;
  color: white;
  font-size: 14px;
}

.article-archive-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 80px;
  color: #929c9f;
  font-size: 13px;
}

.foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.foot p {
  margin: 0;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 14px 20px;
  flex-wrap: wrap;
  font-size: 20px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-links img {
  width: 27px;
  height: 27px;
  opacity: 0.85;
  transition: 0.2s;
}

.social-links a:hover img {
  opacity: 1;
}

.social-links a:hover {
  color: white;
}

.footer-links {
  gap: 10px 14px;
  font-size: 14px;
}

.footer-links a {
  gap: 7px;
}

.footer-links img {
  width: 19px;
  height: 19px;
}

@media (max-width: 980px) {
  nav {
    gap: 17px;
  }

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

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

@media (max-width: 850px) {
  nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    flex-direction: column;
    align-items: stretch;
    background: #121617;
    border: 1px solid #303638;
    padding: 18px;
    border-radius: 17px;
    gap: 7px;
    box-shadow: 0 30px 80px #0009;
  }

  nav.open {
    display: flex;
  }

  nav a {
    padding: 10px;
  }

  .menu {
    display: block;
  }

  .hero {
    padding-top: 125px;
    min-height: auto;
  }

  .hero-grid,
  .release,
  .about-grid,
  .product-intro,
  .basslines-why-layout,
  .logueform-why-layout,
  .koreform-why-layout,
  .seqform-why-layout,
  .preset-grid,
  .article-main {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-social-links {
    margin-top: 28px;
  }

  .article-image-frame {
    float: none;
    width: min(100%, 500px);
    margin: 0 0 38px;
  }

  .hero-art {
    max-width: 520px;
    width: 100%;
    margin: auto;
  }

  .scroll-note {
    display: none;
  }

  section {
    padding: 78px 0;
  }

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

  .section-head.basslines-centered-head {
    align-items: center;
  }

  .basslines-why-layout .device-image {
    aspect-ratio: 1;
    height: auto;
  }

  .koreform-why-layout .device-image {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .seqform-why-layout .device-image {
    aspect-ratio: 1;
    height: auto;
  }

  .basslines-page .product-section {
    padding-block: 56px;
  }

  .logueform-page .product-section {
    padding-block: 56px;
  }

  .logueform-why-layout .device-image {
    aspect-ratio: 1;
    height: auto;
  }

  .koreform-page .product-section {
    padding-block: 56px;
  }

  .seqform-page .product-section {
    padding-block: 56px;
  }

  .logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .cred-grid {
    grid-template-columns: 1fr;
  }

  .about-card,
  .product-poster {
    position: static;
    max-width: 580px;
  }

  .hero-row {
    align-items: start;
    flex-direction: column;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .hero-stat {
    border-left: 0;
    padding: 0;
  }

  .sound-design-feature-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sound-design-intro {
    padding-bottom: 16px;
  }

  .sound-store-intro {
    padding-bottom: 16px;
  }

  .sound-store-products {
    padding-top: 16px;
  }

  .sound-design-intro + .sound-design-feature {
    padding-top: 16px;
  }

  .sound-design-feature {
    padding-block: 39px;
  }

  .sound-design-feature-copy,
  .sound-design-feature-media-left .sound-design-feature-copy {
    order: 2;
  }

  .sound-design-feature-media,
  .sound-design-feature-media-left .sound-design-feature-media {
    order: 1;
  }

  .sound-design-last-feature {
    padding-bottom: 16px;
  }

  .sound-design-last-feature + .sound-design-store-cta {
    padding-top: 16px;
  }

  .sound-design-store-cta {
    padding-bottom: 78px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 26px), var(--max));
  }

  .nav {
    height: 66px;
  }

  .brand span:last-child {
    font-size: 14px;
  }

  nav {
    left: 13px;
    right: 13px;
    top: 61px;
  }

  .hero {
    padding-top: 108px;
  }

  h1 {
    font-size: 54px;
  }

  .page-hero {
    padding: 122px 0 62px;
    min-height: auto;
  }

  .page-hero.about-page-hero {
    padding-bottom: 12px;
  }

  .sound-design-intro {
    padding-bottom: 12px;
  }

  .sound-store-intro {
    padding-bottom: 12px;
  }

  .about-biography-section {
    padding-top: 16px;
  }

  .page-hero h1 {
    font-size: 55px;
  }

  .products-grid,
  .release-grid,
  .tier-grid,
  .why-grid,
  .basslines-preview-grid,
  .logueform-preview-grid,
  .seqform-preview-grid,
  .basslines-limited .why-grid,
  .video-grid,
  .credit-links {
    grid-template-columns: 1fr;
  }

  .product {
    min-height: 370px;
    padding: 22px;
  }

  .product-visual {
    height: 210px;
  }

  .product-visual img {
    width: 210px;
    height: 210px;
  }

  .previous-releases-grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .previous-releases {
    width: 100%;
    max-width: calc(100vw - 26px);
    overflow: hidden;
  }

  .previous-release {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 144px minmax(0, 1fr);
  }

  .previous-release strong {
    overflow-wrap: anywhere;
  }

  .music-placement-logos {
    display: flex;
    width: min(100%, 340px);
    max-width: 340px;
    margin-inline: auto;
    gap: 0;
  }

  .music-placement {
    flex: 0 0 25%;
    min-height: 58px;
    gap: 5px;
  }

  .music-placement img {
    width: min(82%, 88px);
    height: 27px;
  }

  .music-placement span {
    font-size: clamp(7px, 1.85vw, 9px);
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .product h2,
  .product h3 {
    font-size: 36px;
  }

  .basslines-page .product-copy h1 {
    font-size: clamp(44px, 13vw, 54px);
    overflow-wrap: anywhere;
  }

  .logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .facts {
    grid-template-columns: 1fr 1fr;
    padding: 22px;
  }

  .selected-project-grid {
    width: 72%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .selected-project-card span {
    min-height: 0;
    padding: 10px;
    font-size: 11px;
  }

  .audio-player {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .koreform-preview-grid {
    grid-template-columns: 1fr;
  }

  .audio-progress {
    grid-column: 2 / 4;
    width: 100%;
  }

  .audio-time {
    grid-column: 3;
  }

  .disc-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .search {
    min-width: 0;
    width: 100%;
  }

  .year-block {
    grid-template-columns: 1fr;
    padding: 28px 0;
  }

  .year {
    position: static;
    font-size: 38px;
    margin-bottom: 12px;
  }

  .track {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-inline: 5px;
  }

  .track-imprint {
    grid-column: 1;
    text-align: left;
  }

  .track-arrow {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .article-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-details {
    grid-template-columns: 1fr;
  }

  .contact-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .foot {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

