/* ─── Tokens ─── */
:root {
  --bg: #0a0a0a;
  --bg-alt: #0c0c0c;
  --bg-raised: #111111;
  --bg-card: #161616;
  --surface: #1c1c1c;
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.2);
  --text: #e8e6e3;
  --text-dim: rgba(255, 255, 255, 0.58);
  --text-muted: rgba(255, 255, 255, 0.4);
  --gold: #c9a84c;
  --gold-hover: #d4b356;
  --gold-dim: rgba(201, 168, 76, 0.3);
  --gold-glow: rgba(201, 168, 76, 0.12);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --shadow-card: 0 24px 60px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 40px 100px rgba(0, 0, 0, 0.65);
  --radius: 6px;
  --pad: max(20px, 5vw);
  --section-py: clamp(44px, 5vw, 72px);
  --max: 1240px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

h1, h2, h3, h4, p, ul, ol, dl, dt, dd, blockquote, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: #ffffff;
}
h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 400;
  color: inherit;
}
em { font-style: italic; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ─── Common bits ─── */
.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.eyebrow--gold { color: var(--gold); }

.section-head { max-width: 720px; margin-bottom: 40px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(40px, 5.5vw, 72px); }
.section-sub {
  margin-top: 22px;
  color: var(--text-dim);
  font-size: 17px;
  max-width: 580px;
}
.section-sub em {
  color: var(--text);
  font-weight: 600;
  font-style: normal;
}
.section-head--center .section-sub { margin-left: auto; margin-right: auto; }

.section-foot { margin-top: 60px; text-align: center; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 30px;
  background: var(--gold);
  color: #0a0a0a;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.btn-primary:hover { background: var(--gold-hover); border-color: var(--gold-hover); transform: translateY(-1px); }
.btn-primary.btn-sm { min-height: 44px; padding: 0 22px; font-size: 12px; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.link-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold-dim);
  padding-bottom: 4px;
  margin-top: 24px;
}
.link-gold span { transition: transform 0.25s; }
.link-gold:hover { border-color: var(--gold); }
.link-gold:hover span { transform: translateX(6px); }

/* ─── Lang switch IT/EN ─── */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--text-muted);
}
.lang-switch .lang-sep { color: var(--text-muted); opacity: 0.5; }
.lang-btn {
  background: transparent;
  border: 0;
  padding: 4px 2px;
  color: var(--text-muted);
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  transition: color 0.2s;
}
.lang-btn:hover { color: var(--text); }
.lang-btn.is-active { color: var(--gold); }

/* ─── Legacy wordmark vars (kept for backward compat) ─── */
.logo-wordmark--legacy {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.logo-wordmark--legacy .logo-dot {
  color: var(--gold);
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  letter-spacing: -0.04em;
  border-radius: 50%;
  margin-right: 10px;
}
.logo-vC .logo-dot, .logo-vC .logo-role { display: none; }

.logo-wordmark--footer { font-size: 16px; display: inline-flex; margin-bottom: 20px; }

/* ─── Top nav ─── */
.topnav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.78);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border-bottom: 1px solid var(--border);
}
.topnav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--pad);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}
.topnav-logo { display: flex; align-items: center; min-width: max-content; }
.topnav-logo img { display: block; height: 64px; width: auto; max-width: none; flex-shrink: 0; }
.topnav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-width: 0;
}
.topnav-menu a {
  color: var(--text-dim);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.topnav-menu a:hover { color: var(--gold); }
.topnav-right { display: flex; align-items: center; gap: 22px; }
.topnav-social { display: flex; gap: 12px; }
.topnav-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--text-dim);
}
.topnav-social a:hover { color: var(--gold); border-color: var(--gold-dim); }

/* IMDb text inside circle social */
.topnav-social a.topnav-social-imdb {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--text-dim);
}
.topnav-social a.topnav-social-imdb span { display: inline-block; transform: translateY(0.5px); color: inherit; }
.topnav-social a.topnav-social-imdb:hover,
.topnav-social a.topnav-social-imdb:hover span,
.topnav-social a.topnav-social-imdb:focus-visible,
.topnav-social a.topnav-social-imdb:focus-visible span { color: var(--gold) !important; border-color: var(--gold-dim) !important; }
.topnav-cta {
  padding: 10px 22px;
  border: 1px solid var(--gold-dim);
  border-radius: var(--radius);
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.25s, border-color 0.25s;
}
.topnav-cta:hover { background: var(--gold-glow); border-color: var(--gold); }

/* ─── Hero ─── */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 86vh;
  min-height: 86dvh;
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.3) 0%, rgba(10,10,10,0.82) 100%),
    url("https://images.unsplash.com/photo-1518972559570-7cc1309f3229?auto=format&fit=crop&w=2400&q=85") center/cover no-repeat;
  filter: grayscale(1) contrast(1.1) brightness(0.7);
  z-index: -2;
  transition: filter 0.9s ease;
}
.hero:hover .hero-bg {
  filter: grayscale(0) contrast(1.02) brightness(0.85);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 40%, rgba(201,168,76,0.1), transparent 60%);
  z-index: -1;
  pointer-events: none;
}
.hero-inner {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.hero-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.hero-title {
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.98;
  max-width: 960px;
  margin-bottom: 28px;
}
.hero-sub {
  font-size: clamp(17px, 1.6vw, 21px);
  color: var(--text-dim);
  max-width: 640px;
  line-height: 1.55;
  margin-bottom: 44px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

/* ─── Preview video / showreel ─── */
.preview {
  padding: var(--section-py) 0;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}
.preview-inner { display: grid; gap: 32px; }
.preview-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.preview-head { max-width: 760px; }
.preview-quote {
  position: relative;
  padding: 28px 30px 28px 40px;
  border-left: 2px solid var(--gold);
  max-width: 480px;
}
.preview-quote::before {
  content: "\201C";
  position: absolute;
  top: -22px;
  left: 26px;
  font-family: var(--serif);
  font-size: 110px;
  line-height: 1;
  color: var(--gold);
  opacity: 0.4;
  pointer-events: none;
}
.preview-quote p {
  font-family: var(--sans);
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.5;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: -0.005em;
}
.preview-quote p em {
  color: var(--gold);
  font-style: normal;
  font-weight: 600;
}
.preview-quote-cite {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}
@media (max-width: 900px) {
  .preview-top { grid-template-columns: 1fr; gap: 36px; }
  .preview-quote { max-width: none; }
}
.preview-head h2 {
  font-size: clamp(40px, 5vw, 68px);
  margin-bottom: 18px;
}
.preview-sub {
  font-size: 17px;
  color: var(--text-dim);
  max-width: 560px;
}
.preview-frame {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 9;
  max-width: 1100px;
}
.preview-frame iframe,
.preview-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}

/* ─── Value prop ─── */
.vprop { padding: var(--section-py) 0; border-top: 1px solid var(--border); }
.vprop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.vprop-text h2 { font-size: clamp(40px, 5vw, 68px); margin-bottom: 28px; }
.vprop-text .lede {
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 24px);
  color: #fff;
  line-height: 1.45;
  font-weight: 400;
}
.vprop-quote {
  margin-top: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--gold);
  border-left: 2px solid var(--gold-dim);
  padding-left: 18px;
  max-width: 520px;
}
.vprop-collage {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  justify-self: center;
  width: 100%;
}
.vprop-collage img {
  position: absolute;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  filter: grayscale(1) contrast(1.05) brightness(0.9);
  transition: filter 0.6s ease, transform 0.6s ease;
}
.vprop-collage img:hover {
  filter: grayscale(0) contrast(1) brightness(1);
  transform: scale(1.02);
  z-index: 3;
}
.collage-a { top: 0; left: 0; width: 48%; height: auto; }
.collage-b { top: 18%; right: 0; width: 48%; height: auto; z-index: 2; }
.collage-c { bottom: 0; left: 14%; width: 52%; height: auto; }

.section-note {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  margin-top: 14px;
  font-style: italic;
}
.highlight-gold { color: var(--gold); font-weight: 600; }

/* ─── Method label ─── */
.method-label {
  color: #c0392b;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ─── Instructor / About ─── */
.instructor {
  padding: var(--section-py) 0;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}
.instructor-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.portrait-frame {
  position: relative;
  aspect-ratio: 3/4;
  max-height: 600px;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.instructor-portrait { display: flex; justify-content: center; }
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
  transition: filter 0.7s ease, transform 0.8s ease;
}
.portrait-frame:hover img {
  filter: grayscale(0) contrast(1);
  transform: scale(1.02);
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,10,10,0.7));
  pointer-events: none;
}
.instructor-text h2 { font-size: clamp(36px, 5vw, 84px); margin-bottom: 14px; }
.instructor-role {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
}
.instructor-bio {
  color: var(--text-dim);
  font-size: 17px;
  line-height: 1.8;
  max-width: 580px;
  margin-bottom: 32px;
}
.instructor-bio em {
  color: var(--text);
  font-weight: 600;
  font-style: normal;
}
.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 580px;
}
.credentials > div {
  padding: 24px 26px;
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.credentials dt {
  font-size: 10px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.credentials dd {
  font-family: var(--serif);
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.cred-detail {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.5;
  margin-top: 4px;
}

/* ─── Projects / Courses grid ─── */
.courses {
  padding: var(--section-py) 0;
  border-top: 1px solid var(--border);
}
.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.course-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  will-change: transform, box-shadow;
  transform: translateZ(0);
  overflow: hidden;
}
.course-card:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card);
  transform: translateZ(0) scale(1.02);
}

.card-img {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}
.card-img img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1) contrast(1.08) brightness(0.9);
  transition: filter 0.6s ease;
  will-change: filter;
}
.course-card:hover .card-img img {
  filter: grayscale(0.35) contrast(1.05) brightness(0.95);
}
.card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,10,10,0.85));
  pointer-events: none;
}
.card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 6px 14px;
  background: var(--gold);
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 3px;
}
.card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.card-kind {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.card-body h3 { font-size: clamp(20px, 1.8vw, 26px); line-height: 1.12; }
.card-desc {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.65;
}
.card-desc em {
  color: var(--text);
  font-weight: 600;
  font-style: normal;
}
.card-desc .ref { color: var(--gold); }
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 14px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── Contact (former lead magnet) ─── */
.lead-magnet {
  padding: var(--section-py) 0;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.lm-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.lm-text h2 { font-size: clamp(40px, 5vw, 68px); margin-bottom: 28px; }
.lm-text h2.lm-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--gold);
  margin-bottom: 6px;
}
.lm-text .lm-big {
  display: block;
  font-size: clamp(58px, 9vw, 100px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--gold);
}
.lm-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(17px, 2.2vw, 22px);
  letter-spacing: 0;
  line-height: 1.4;
  color: #ffffff;
  max-width: 480px;
  margin: 18px 0 20px;
}
.lm-body {
  color: #e8dfd3;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  max-width: 440px;
  margin-bottom: 32px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.contact-email {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--text-dim);
  letter-spacing: 0.02em;
}

.lm-mockup {
  position: relative;
  max-width: 440px;
  width: 100%;
  justify-self: center;
  perspective: 1200px;
}
.lm-cover {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow:
    0 50px 110px rgba(0, 0, 0, 0.7),
    0 20px 40px rgba(0, 0, 0, 0.5);
  transform: rotate(-3deg);
  filter: grayscale(1) contrast(1.05) brightness(0.92);
  transition:
    transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.7s ease;
}
.lm-mockup:hover .lm-cover {
  transform: rotate(-1deg) translateY(-4px);
  filter: grayscale(0) contrast(1) brightness(1);
}
.lm-sheet {
  position: absolute;
  top: 3%;
  left: 3%;
  right: 3%;
  bottom: 3%;
  background: linear-gradient(135deg, #f3ede3 0%, #d8d0c0 60%, #c1b9a7 100%);
  border-radius: 2px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.lm-sheet::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  height: 40%;
  background: repeating-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0 2px,
    transparent 2px 14px
  );
  opacity: 0.35;
  border-radius: 1px;
}
.lm-sheet--1 { z-index: 1; transform: rotate(-7deg) translate(-18px, 10px); }
.lm-sheet--2 {
  z-index: 0;
  transform: rotate(6deg) translate(16px, -4px);
  background: linear-gradient(135deg, #ece4d5 0%, #c9c0ae 70%, #a99f8a 100%);
}
.lm-sheet--3 {
  z-index: -1;
  transform: rotate(-2deg) translate(-4px, 22px);
  background: linear-gradient(135deg, #e2dacb 0%, #b6ad9a 100%);
  opacity: 0.85;
}
.lm-mockup:hover .lm-sheet--1 { transform: rotate(-9deg) translate(-24px, 14px); }
.lm-mockup:hover .lm-sheet--2 { transform: rotate(8deg) translate(22px, -8px); }

/* ─── Benefits / 3-step blocks ─── */
.section-head--duo {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  max-width: none;
}
.section-head-text { max-width: 620px; }
.benefits-title {
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 32px;
}
.benefit-stack {
  display: grid;
  gap: 12px;
}
.benefit {
  padding: 16px 22px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.benefit-num {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 5px;
}
.benefit h3 { font-size: 16px; margin-bottom: 3px; }
.benefit p { color: var(--text-dim); font-size: 13px; line-height: 1.55; }

/* ─── Selected tracks ─── */
.selected-tracks {
  padding: var(--section-py) 0;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.selected-tracks .container { max-width: 1100px; }
.selected-tracks .section-head { margin-bottom: 36px; }
.selected-tracks .section-head h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  margin-top: 8px;
}
.selected-tracks .section-head h2 em { color: var(--gold); }
.selected-tracks .section-sub {
  font-size: 16px;
  color: var(--text-dim);
  margin: 20px auto 0;
  max-width: 540px;
}
.st-grid {
  display: grid;
  gap: 32px;
}
.st-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-info {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  column-gap: 26px;
  padding: 0;
}
.st-cover {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.st-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.st-cover:hover img { transform: scale(1.05); }
.st-meta { min-width: 0; }
.st-item .track-title {
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 28px);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 10px;
}
.st-project {
  display: inline-block;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.2s;
}
.st-project:hover { color: var(--gold-hover); }
.st-player {
  padding: 0;
}
.st-item .wave-player { margin-top: 0; }
@media (max-width: 640px) {
  .st-grid { gap: 24px; }
  .st-info {
    grid-template-columns: 72px 1fr;
    column-gap: 18px;
    padding: 0;
  }
  .st-cover { width: 72px; height: 72px; }
  .st-item .track-title { font-size: 19px; }
  .st-player { padding: 0; }
}

/* ─── Testimonial ─── */
.testimonial {
  padding: var(--section-py) 0;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}
.tm-inner { max-width: 1100px; margin: 0 auto; padding: 0 var(--pad); }
.tm-head { text-align: center; margin-bottom: 36px; }
.tm-head .eyebrow { display: inline-block; }
.tm-head h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  margin-top: 8px;
}
.tm-head h2 em { font-style: italic; font-weight: 400; color: var(--gold); }
.tm-lead {
  text-align: center;
  margin: 0 auto 56px;
  max-width: 820px;
  padding: 28px 32px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.tm-lead p {
  font-family: var(--sans);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.5;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 14px;
  letter-spacing: -0.005em;
}
.tm-lead span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}
.tm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tm-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 30px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
}
.tm-card::before {
  content: "\201C";
  position: absolute;
  top: -8px;
  left: 18px;
  font-family: var(--serif);
  font-size: 90px;
  line-height: 1;
  color: var(--gold);
  opacity: 0.55;
}
.tm-quote {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 24px;
  flex: 1;
  letter-spacing: 0;
}
.tm-quote em {
  color: var(--gold);
  font-style: normal;
  font-weight: 600;
}
.tm-cite {
  display: grid;
  gap: 3px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  padding-top: 16px;
}
.tm-name { color: #fff; font-weight: 700; }
.tm-role { color: var(--text-muted); font-weight: 500; }
.tm-project { color: var(--gold); font-weight: 600; }
@media (max-width: 900px) {
  .tm-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ─── FAQ ─── */
.faq { padding: var(--section-py) 0; border-top: 1px solid var(--border); }
.faq-inner { max-width: 840px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 24px);
  color: #fff;
  transition: color 0.2s;
}
.faq-list summary:hover { color: var(--gold); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus {
  font-size: 22px;
  color: var(--gold);
  font-weight: 300;
  transition: transform 0.3s ease;
}
.faq-list details[open] .faq-plus { transform: rotate(45deg); }
.faq-body {
  padding: 0 4px 26px;
  color: var(--text-dim);
  font-size: 15.5px;
  line-height: 1.8;
  max-width: 720px;
}
.faq-body em { color: var(--text); font-weight: 600; font-style: normal; }

/* ─── Newsletter / Academy cross-link ─── */
.newsletter {
  padding: var(--section-py) 0;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  text-align: center;
}
.nl-inner { max-width: 760px; text-align: center; margin: 0 auto; padding: 0 var(--pad); }
.nl-inner h2 { font-size: clamp(40px, 5vw, 68px); margin-bottom: 20px; }
.nl-sub {
  color: var(--text-dim);
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto 40px;
}
.academy-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.academy-ig {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* ─── Footer ─── */
.site-footer { background: var(--bg); border-top: 1px solid var(--border); }
.footer-grid {
  padding: 80px var(--pad) 60px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: 60px;
  max-width: var(--max);
  margin: 0 auto;
}
.footer-logo {
  height: 56px;
  width: auto;
  display: block;
  margin-bottom: 20px;
  opacity: 0.9;
}
.footer-brand p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  max-width: 280px;
}
.footer-vat {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 10px;
  display: inline-block;
}
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.footer-col a {
  color: var(--text-dim);
  font-size: 14px;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-pay-note {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.footer-bar { border-top: 1px solid var(--border); }
.footer-bar-inner {
  padding: 24px var(--pad);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.06em;
}

/* ─── Responsive ─── */
@media (max-width: 1080px) {
  .topnav-menu { gap: 18px; font-size: 11px; }
  .topnav-inner { gap: 20px; }
  .topnav-right { gap: 14px; }
  .topnav-social { gap: 8px; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .vprop-grid { grid-template-columns: 1fr 0.8fr; gap: 40px; }
  .lm-grid { gap: 40px; grid-template-columns: 1.1fr 0.9fr; }
  .instructor-grid { gap: 40px; grid-template-columns: 0.7fr 1.3fr; align-items: center; }
  .section-head--duo { grid-template-columns: 1fr 0.8fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .topnav-menu { display: none; }
  .topnav-inner { grid-template-columns: auto 1fr; gap: 14px; }
  .topnav-right { justify-self: end; }
}

@media (max-width: 720px) {
  .vprop-grid { grid-template-columns: 1fr; gap: 40px; }
  .vprop-text h2 { font-size: clamp(32px, 7vw, 44px); }
  .section-head--duo { grid-template-columns: 1fr; gap: 32px; }

  .instructor-grid { grid-template-columns: 1fr; gap: 40px; }
  .instructor-portrait { max-width: 360px; margin: 0 auto; }
  .lm-grid { grid-template-columns: 1fr; gap: 40px; }
  .lm-mockup { max-width: 320px; margin: 0 auto; }

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

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

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }

  .lm-text h2.lm-title { font-size: 24px; line-height: 1; }
  .lm-text .lm-big { font-size: 52px; line-height: 0.88; }
  .lm-tagline { font-size: 14px; margin: 12px 0 18px; }

  .hero { min-height: auto; padding: 60px 0; }
  .hero-title { font-size: clamp(40px, 11vw, 64px); }

  .tm-quote p { font-size: clamp(22px, 5.5vw, 32px); }
}

/* ─── Project page (single project) ─── */
.project-page {
  padding: 100px 0 var(--section-py);
  max-width: 1100px;
  margin: 0 auto;
}
.project-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  border: 1px solid var(--border);
  padding: 10px 18px;
  border-radius: var(--radius);
  margin: 0 var(--pad);
  transition: border-color 0.25s, color 0.25s;
}
.project-back:hover { color: var(--gold); border-color: var(--gold-dim); }

.project-hero {
  padding: 56px var(--pad) 36px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}
.project-poster {
  border-radius: var(--radius);
  overflow: hidden;
  background: #0a0a0a;
  box-shadow: var(--shadow-card);
}
.project-poster img { width: 100%; height: auto; display: block; }

.project-head h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  margin-bottom: 18px;
}
.project-head h1 em { font-style: italic; font-weight: 400; }

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.project-meta .meta-key { color: var(--text-muted); margin-right: 6px; }

.project-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--gold);
  letter-spacing: 0.01em;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

/* Album layout: square cover + tracklist */
.album-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: start;
}
.album-cover {
  position: sticky;
  top: 100px;
}
.album-cover img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.album-meta {
  margin-top: 18px;
}
.album-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.album-title {
  font-family: var(--serif);
  font-size: 22px;
  color: #fff;
  margin-bottom: 2px;
}
.album-by {
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.04em;
}
@media (max-width: 820px) {
  .album-layout { grid-template-columns: 1fr; gap: 32px; }
  .album-cover { position: static; max-width: 320px; }
}
.project-desc { color: var(--text-dim); font-size: 16px; line-height: 1.8; }
.project-desc p { margin-bottom: 16px; }
.project-desc em { color: var(--text); font-style: normal; font-weight: 600; }

.project-section {
  padding: var(--section-py) 0;
  border-top: 1px solid var(--border);
}
.project-section .container { max-width: 1100px; }
.project-section h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  margin-bottom: 32px;
}

.project-video {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 9;
}
.project-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.project-tracks {
  display: grid;
  gap: 14px;
}
.project-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 18px 22px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.project-track .track-title {
  font-family: var(--serif);
  font-size: 18px;
  color: #fff;
}
.project-track .track-note {
  font-size: 13px;
  color: var(--text-dim);
  font-style: italic;
}
.project-track audio { width: 100%; margin-top: 6px; }

/* Wavesurfer player */
.wave-player {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}
.wave-play {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #0a0a0a;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.15s;
}
.wave-play:hover { background: var(--gold-hover); transform: scale(1.05); }
.wave-display {
  flex: 1;
  min-width: 0;
  height: 48px;
  position: relative;
}
.wave-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 1px;
  overflow: hidden;
  pointer-events: none;
}
.wave-placeholder span {
  flex: 0 0 2px;
  background: rgba(255,255,255,0.22);
  border-radius: 2px;
  animation: wave-pulse 1.2s ease-in-out infinite;
}
.wave-placeholder span:nth-child(3n) { animation-delay: 0.15s; }
.wave-placeholder span:nth-child(3n+1) { animation-delay: 0.3s; }
.wave-placeholder span:nth-child(5n) { animation-delay: 0.45s; }
@keyframes wave-pulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.9; }
}
.wave-time {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  min-width: 80px;
  text-align: right;
  flex-shrink: 0;
}

/* ─── SIAE guide page ─── */
.guide-page {
  padding: 110px 0 var(--section-py);
}
.guide-page .container {
  max-width: 860px;
  padding: 0 var(--pad);
  margin: 0 auto;
}
.guide-page .project-back { display: inline-flex; margin: 0 var(--pad) 36px; }

/* Hero */
.guide-hero {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
}
.guide-hero .eyebrow { margin-bottom: 18px; }
.guide-hero h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin-bottom: 18px;
}
.guide-hero h1 em { font-style: italic; font-weight: 400; color: var(--gold); }
.guide-sub {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.7;
  max-width: 680px;
}

/* "Prima regola" highlight card */
.guide-highlight {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 30px 26px 34px;
  margin-bottom: 40px;
  box-shadow: var(--shadow-card);
}
.guide-highlight::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  background: var(--gold);
  border-radius: 2px;
}
.guide-highlight-title {
  font-family: var(--serif);
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.005em;
}
.guide-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.guide-highlight li {
  color: var(--text-dim);
  font-size: 14.5px;
  line-height: 1.65;
  padding-left: 20px;
  position: relative;
}
.guide-highlight li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.guide-highlight a, .guide-card a, .guide-pec a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold-dim);
  word-break: break-word;
}
.guide-highlight a:hover, .guide-card a:hover, .guide-pec a:hover { color: var(--gold-hover); border-color: var(--gold); }

/* Section cards */
.guide-stack { display: grid; gap: 16px; }
.guide-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 32px;
  box-shadow: var(--shadow-card);
  scroll-margin-top: 100px;
}
.guide-card-num {
  font-family: var(--serif);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--gold);
  margin-bottom: 10px;
}
.guide-card h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 26px);
  line-height: 1.2;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -0.005em;
}
.guide-card p {
  color: var(--text-dim);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 12px;
}
.guide-card p:last-child { margin-bottom: 0; }
.guide-card strong { color: #fff; font-weight: 600; }
.guide-card em { color: var(--text); font-style: italic; }

.guide-card ul,
.guide-card ol {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: grid;
  gap: 8px;
}
.guide-card ul li {
  position: relative;
  padding-left: 22px;
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.65;
}
.guide-card ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.guide-card ol { counter-reset: gli; }
.guide-card ol li {
  position: relative;
  padding-left: 30px;
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.65;
  counter-increment: gli;
}
.guide-card ol li::before {
  content: counter(gli, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--serif);
  font-size: 12px;
  color: var(--gold);
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.guide-card-closing {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed var(--border);
}
.guide-card-closing p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  font-style: italic;
}

/* Sub-blocks inside a section card */
.guide-subblocks { display: grid; gap: 12px; margin-top: 8px; }
.guide-subblock {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.guide-subblock h3 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.guide-subblock p {
  color: var(--text-dim);
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 8px;
}
.guide-subblock p:last-child { margin-bottom: 0; }
.guide-subblock ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
.guide-subblock ul li {
  position: relative;
  padding-left: 18px;
  color: var(--text-dim);
  font-size: 14.5px;
  line-height: 1.6;
}
.guide-subblock ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.65em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.85;
}
.guide-subblock--mono ul li {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  color: #fff;
}

/* PEC pill */
.guide-pec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 4px 0 14px;
}
.guide-pec code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  color: #fff;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  padding: 9px 14px;
  border-radius: var(--radius);
  word-break: break-all;
}
.guide-copy {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-dim);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 9px 14px;
  border-radius: var(--radius);
  transition: color 0.2s, border-color 0.2s;
}
.guide-copy:hover { color: var(--gold); border-color: var(--gold); }

/* Footer card */
.guide-footer-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  border-radius: var(--radius);
  padding: 30px 32px;
  margin-top: 24px;
  box-shadow: var(--shadow-card);
}
.guide-footer-card h2 {
  font-family: var(--serif);
  font-size: 22px;
  color: #fff;
  margin-bottom: 14px;
}
.guide-footer-card p {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.guide-footer-card p:last-child { margin-bottom: 0; }
.guide-footer-card a { color: var(--gold); border-bottom: 1px solid var(--gold-dim); }
.guide-footer-card a:hover { color: var(--gold-hover); border-color: var(--gold); }

.guide-end {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 640px) {
  .guide-card { padding: 24px 22px; }
  .guide-highlight { padding: 22px 22px 22px 26px; }
  .guide-subblock { padding: 16px 18px; }
  .guide-footer-card { padding: 24px 22px; }
}

/* Case study */
.cs-list { display: grid; gap: 16px; }
.cs-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.cs-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cs-item summary::-webkit-details-marker { display: none; }
.cs-item summary h3 {
  font-family: var(--serif);
  font-size: 20px;
  margin: 0 0 4px;
  color: #fff;
}
.cs-item summary .cs-meta {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.cs-toggle {
  font-size: 22px;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.cs-item[open] .cs-toggle { transform: rotate(45deg); }
.cs-body {
  padding: 0 26px 26px;
  display: grid;
  gap: 16px;
}
.cs-video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--radius);
  overflow: hidden;
}
.cs-video { width: 100%; height: 100%; display: block; }
.cs-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cs-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 14px 16px;
}
.cs-key {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}
.cs-val {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.65;
}
.cs-val strong { color: #fff; font-weight: 600; }
.cs-val .cs-time {
  color: var(--gold);
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-right: 8px;
}
.cs-versions { display: grid; gap: 8px; }
.cs-versions li { color: var(--text-dim); font-size: 14px; line-height: 1.6; }
.cs-versions strong { color: var(--gold); margin-right: 8px; font-weight: 800; }
.cs-final { color: var(--text); font-weight: 600; }
.cs-lang { white-space: pre-line; }
@media (max-width: 720px) {
  .cs-row { grid-template-columns: 1fr; }
  .cs-item summary { padding: 18px 20px; }
  .cs-body { padding: 0 20px 20px; }
}

@media (max-width: 880px) {
  .project-hero { grid-template-columns: 1fr; gap: 32px; padding-top: 40px; }
}

@media (max-width: 480px) {
  .vprop-grid { gap: 28px; }
  .vprop-text h2 { font-size: clamp(26px, 8vw, 36px); margin-bottom: 16px; }
  .vprop-text .lede { font-size: 16px; }
  .section-head--duo { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .logo-wordmark { font-size: 18px; }
}
