﻿:root {
  --bg: #0c0a09;
  --panel: #171310;
  --panel-2: #211b17;
  --paper: #f1ece3;
  --ink: #100f0e;
  --text: #f5f1e9;
  --muted: rgba(245, 241, 233, .74);
  --soft: rgba(245, 241, 233, .14);
  --line: rgba(245, 241, 233, .18);
  --hot: #b9545d;
  --gold: #e1d4bf;
  --acid: #f5f1e9;
  --blue: #98a5aa;
  --shadow: 0 24px 64px rgba(0, 0, 0, .34);
  --radius: 26px;
  --max: 1180px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed", Impact, Haettenschweiler, sans-serif;
  --serif: ui-serif, Georgia, Cambria, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 76% 12%, rgba(185, 84, 93, .18), transparent 32rem),
    radial-gradient(circle at 16% 46%, rgba(225, 212, 191, .13), transparent 30rem),
    linear-gradient(180deg, #15100d, #0c0a09 46%, #130f0c);
  font-family: var(--sans);
  line-height: 1.45;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
  z-index: -1;
}

a { color: inherit; }

.wrap {
  width: min(var(--max), calc(100vw - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(245, 240, 232, .12);
  background: rgba(12, 10, 9, .78);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: grid;
  gap: 2px;
  text-decoration: none;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: .95rem;
}

.brand span {
  color: rgba(216, 211, 200, .78);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .24em;
}

.links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
}

.links a {
  text-decoration: none;
  position: relative;
}

.links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--hot);
  transition: right .2s ease;
}

.links a:hover { color: var(--text); }
.links a:hover::after { right: 0; }

.nav-cta,
.menu-toggle {
  border: 1px solid rgba(185, 84, 93, .62);
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
  background: rgba(185, 84, 93, .08);
}

.menu-toggle {
  display: none;
  cursor: pointer;
  font-family: inherit;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: clamp(72px, 9vh, 118px) 0 clamp(56px, 8vh, 86px);
  overflow: hidden;
  background: #0c0a09;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg img {
  position: absolute;
  left: max(0px, calc((100vw - var(--max)) / 2 + 20px));
  top: 50%;
  height: min(88%, 900px);
  width: auto;
  max-width: none;
  transform: translateY(-50%);
  object-fit: contain;
  image-rendering: auto;
  filter: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, transparent 43%, rgba(12, 10, 9, .72) 59%, #0c0a09 76%, #0c0a09 100%);
}

.hero-copy-panel {
  max-width: 780px;
  justify-self: end;
  text-shadow: 0 22px 56px rgba(0, 0, 0, .72);
}

.eyebrow {
  color: #d8d3c8;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 950;
  margin-bottom: 18px;
}

h1 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: .86;
  font-size: clamp(4rem, 10vw, 9.2rem);
  max-width: 820px;
}

.hero h1 .thin {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 240, 232, .78);
  text-stroke: 1px rgba(245, 240, 232, .78);
}

.hero-copy {
  max-width: 680px;
  color: rgba(245, 241, 233, .82);
  font-size: clamp(1.06rem, 1.4vw, 1.32rem);
  margin: 30px 0 0;
}

.hero-copy strong {
  color: var(--text);
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 15px 19px;
  border: 1px solid rgba(245, 240, 232, .18);
  background: rgba(245, 240, 232, .07);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 950;
  font-size: .78rem;
  transition: transform .2s ease, border-color .2s ease;
}

.button.primary {
  border-color: transparent;
  color: #120f0f;
  background: linear-gradient(135deg, #f5f1e9, #d8d3c8 62%, #b9545d);
  box-shadow: 0 18px 45px rgba(185, 84, 93, .2);
}

.button:hover { transform: translateY(-1px); }
.arrow { font-size: 1.05rem; }

.hero-visual {
  position: relative;
  min-height: 630px;
}

.photo {
  position: absolute;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 232, .14);
  background: #171310;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.photo img,
.image-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo img {
  z-index: 0;
  filter: saturate(.78) contrast(1.04) brightness(.9);
}

.photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .2), transparent 7rem),
    radial-gradient(circle at 72% 30%, rgba(185, 84, 93, .22), transparent 11rem),
    linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .68));
  z-index: 1;
}

.photo::after {
  content: attr(data-label);
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 3;
  color: rgba(245, 240, 232, .9);
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
}

.photo-main {
  width: 74%;
  height: 78%;
  right: 0;
  left: auto;
  top: 0;
  background:
    radial-gradient(circle at 55% 30%, rgba(255, 255, 255, .16), transparent 11rem),
    linear-gradient(145deg, #251819, #080808 62%);
}

.photo-side {
  width: 48%;
  height: 32%;
  left: 0;
  bottom: 62px;
  background:
    radial-gradient(circle at 30% 30%, rgba(152, 165, 170, .2), transparent 8rem),
    linear-gradient(145deg, #211b17, #0c0a09);
}

.photo-small {
  width: 38%;
  height: 28%;
  right: 7%;
  bottom: 0;
  background:
    radial-gradient(circle at 80% 22%, rgba(216, 211, 200, .16), transparent 7rem),
    linear-gradient(145deg, #2a1f19, #0c0a09);
}

.guitar-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .92;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, .55));
}

.photo-side .guitar-svg { transform: rotate(-18deg) scale(1.12); opacity: .8; }
.photo-small .guitar-svg { transform: rotate(12deg) scale(.92); opacity: .86; }

.badge {
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 5;
  width: 134px;
  height: 134px;
  border: 1px solid rgba(245, 240, 232, .25);
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 950;
  background: rgba(5, 5, 5, .45);
  backdrop-filter: blur(10px);
  transform: rotate(8deg);
}

.ticker {
  border-block: 1px solid rgba(245, 240, 232, .12);
  overflow: hidden;
  background: #17120f;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: slide 48s linear infinite;
  color: rgba(216, 211, 200, .72);
  font-family: var(--display);
  font-size: clamp(1.35rem, 3.2vw, 3rem);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  padding: 14px 0;
}

.ticker-track span {
  display: inline-flex;
  padding-right: 3rem;
}

@keyframes slide {
  to { transform: translateX(-50%); }
}

.section {
  padding: clamp(70px, 8vw, 118px) 0;
  border-bottom: 1px solid rgba(245, 240, 232, .1);
  scroll-margin-top: 92px;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 520px);
  gap: 30px;
  align-items: end;
  margin-bottom: 38px;
}

h2 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .07em;
  line-height: .9;
  font-size: clamp(2.6rem, 6vw, 6rem);
}

.section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  max-width: 54ch;
}

.section-title .section-note {
  align-self: center;
  max-width: 38ch;
  color: rgba(245, 241, 233, .62);
  font-size: .9rem;
  line-height: 1.45;
}

#buchung .section-title h2 {
  font-size: clamp(1.9rem, 3.15vw, 3.45rem);
  line-height: 1;
  max-width: 18ch;
}

#videos .section-title h2 {
  font-size: clamp(1.9rem, 3.1vw, 3.25rem);
  line-height: 1;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(245, 240, 232, .14);
  background: rgba(245, 240, 232, .08);
  box-shadow: var(--shadow);
}

.manifesto-card {
  background:
    radial-gradient(circle at 18% 18%, rgba(185, 84, 93, .12), transparent 16rem),
    #171310;
  padding: clamp(28px, 5vw, 56px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.manifesto-card h3 {
  margin: 0 0 18px;
  font-family: var(--display);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .06em;
  font-size: clamp(2.05rem, 3.6vw, 4rem);
  overflow-wrap: break-word;
  hyphens: auto;
}

.manifesto-card p {
  color: var(--muted);
  max-width: 60ch;
  font-size: 1.05rem;
}

.big-quote {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(30px, 4.4vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.big-quote .quote {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.45vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.big-quote .sub {
  color: rgba(13, 11, 10, .68);
  max-width: 52ch;
  font-weight: 650;
}

.proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(245, 240, 232, .12);
  background: rgba(245, 240, 232, .08);
  margin-top: 26px;
}

.proof div {
  min-height: 150px;
  background: rgba(245, 240, 232, .045);
  padding: 22px;
}

.proof strong {
  display: block;
  font-family: var(--display);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--gold);
  letter-spacing: .04em;
  margin-bottom: 8px;
}

.proof span {
  color: var(--muted);
  font-size: .8rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 850;
}

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

.service {
  min-height: 430px;
  padding: 0;
  border-radius: 24px;
  border: 1px solid rgba(245, 240, 232, .12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)),
    #171310;
  position: relative;
  overflow: hidden;
}

.service::before {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(185, 84, 93, .16), transparent 65%);
}

.service-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 240, 232, .12);
  background: #171310;
}

.service-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.9) contrast(1.03) brightness(.94);
  transform: scale(1.01);
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .2)),
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, .16), transparent 9rem);
}

.service .num {
  position: relative;
  z-index: 2;
  color: #d8d3c8;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 950;
  margin: 0 0 44px;
  padding: 24px 24px 0;
}

.service h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  padding: 0 24px;
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: .96;
  text-transform: uppercase;
}

.service p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  font-size: .96rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 36px;
  align-items: stretch;
}

.story {
  padding: clamp(28px, 4vw, 54px);
  border-radius: var(--radius);
  background: #171310;
  border: 1px solid rgba(245, 240, 232, .12);
}

.story p {
  color: var(--muted);
  font-size: 1.06rem;
  max-width: 66ch;
}

.story p.lead {
  color: var(--text);
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 900;
  max-width: 15ch;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.image-tile {
  min-height: 230px;
  border-radius: 24px;
  border: 1px solid rgba(245, 240, 232, .12);
  overflow: hidden;
  background: #171310;
  position: relative;
  box-shadow: var(--shadow);
}

.image-tile img {
  z-index: 0;
  filter: saturate(.78) contrast(1.04) brightness(.9);
}

.image-tile.tall {
  grid-row: span 2;
  min-height: 475px;
}

.image-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .74)),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, .16), transparent 8rem),
    radial-gradient(circle at 75% 28%, rgba(185, 84, 93, .18), transparent 12rem);
  z-index: 1;
}

.image-tile span {
  position: absolute;
  left: 18px;
  bottom: 17px;
  z-index: 4;
  color: rgba(245, 240, 232, .86);
  font-size: .7rem;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 950;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .78fr);
  gap: 0;
  align-items: stretch;
}

.profile-copy {
  padding: clamp(30px, 4.8vw, 58px);
  border-radius: var(--radius) 0 0 var(--radius);
  border: 1px solid rgba(245, 240, 232, .12);
  border-right: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(185, 84, 93, .12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02)),
    #171310;
}

.profile-copy p {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 64ch;
  margin: 18px 0 0;
}

.profile-copy h2 {
  font-size: clamp(1.65rem, 2.3vw, 2.7rem);
  line-height: 1.05;
  max-width: 15ch;
  overflow-wrap: break-word;
}

.profile-copy .profile-lead {
  color: var(--text);
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.38;
  letter-spacing: 0;
  font-weight: 760;
  max-width: 36ch;
  margin-top: 24px;
  padding-left: 16px;
  border-left: 2px solid rgba(185, 84, 93, .72);
}

.profile-portrait {
  align-self: stretch;
  min-height: 560px;
  border-radius: 0 var(--radius) var(--radius) 0;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 232, .12);
  background: #171310;
  box-shadow: var(--shadow);
  position: relative;
}

.profile-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 45% 50%;
  filter: saturate(.78) contrast(1.06) brightness(.92);
}

.profile-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .46)),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .12), transparent 11rem);
}

.vita-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(245, 240, 232, .12);
  border-bottom: 1px solid rgba(245, 240, 232, .12);
}

.vita-item,
.video-card {
  border: 1px solid rgba(245, 240, 232, .12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .022)),
    #171310;
  box-shadow: var(--shadow);
}

.vita-item {
  padding: clamp(20px, 3vw, 30px) 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(245, 240, 232, .1);
  background: transparent;
  box-shadow: none;
}

.vita-item:nth-child(odd) {
  padding-right: clamp(18px, 3vw, 34px);
}

.vita-item:nth-child(even) {
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 1px solid rgba(245, 240, 232, .1);
}

.vita-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.vita-label {
  color: #d8d3c8;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 16px;
}

.vita-item h3,
.video-card h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  overflow-wrap: anywhere;
}

.vita-item p,
.video-card p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
}

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

.video-card {
  overflow: hidden;
}

.video-frame {
  aspect-ratio: 16 / 9;
  min-height: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 68% 32%, rgba(185, 84, 93, .22), transparent 12rem),
    linear-gradient(135deg, rgba(245, 241, 233, .1), rgba(255, 255, 255, .02)),
    #0b0b0b;
  border-bottom: 1px solid rgba(245, 240, 232, .1);
}

.video-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0c0a09;
  border-bottom: 1px solid rgba(245, 240, 232, .1);
}

.play-icon {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding-left: 5px;
  color: #120f0f;
  background: linear-gradient(135deg, #f5f1e9, #d8d3c8 62%, #b9545d);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
  font-size: 1.2rem;
}

.video-copy {
  padding: 24px;
}

.video-copy > span {
  display: inline-flex;
  margin-top: 18px;
  border: 1px solid rgba(245, 240, 232, .16);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(245, 241, 233, .82);
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 950;
}

.cta-block {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(310px, .9fr) minmax(240px, .58fr);
  gap: 0;
  align-items: stretch;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 30%, rgba(185, 84, 93, .18), transparent 24rem),
    #171310;
  border: 1px solid rgba(245, 240, 232, .13);
  box-shadow: var(--shadow);
}

.cta-copy {
  padding: clamp(28px, 4vw, 50px);
}

.cta-copy h2 {
  font-size: clamp(1.85rem, 2.75vw, 3rem);
  line-height: 1.02;
  max-width: 11ch;
}

.cta-copy p {
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 58ch;
  margin: 24px 0 0;
}

.cta-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-left: 1px solid rgba(245, 240, 232, .1);
  border-right: 1px solid rgba(245, 240, 232, .1);
  background: #171310;
}

.cta-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 76% 58%;
  filter: saturate(.9) contrast(1.02) brightness(.94);
}

.cta-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .32)),
    radial-gradient(circle at 75% 25%, rgba(255, 255, 255, .14), transparent 9rem);
}

.contact-card {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(24px, 3.2vw, 38px);
  display: grid;
  align-content: space-between;
  gap: 20px;
}

.contact-kicker {
  color: rgba(13, 11, 10, .52);
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 12px;
}

.contact-card h3 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  letter-spacing: .06em;
  line-height: .9;
}

.contact-card p {
  margin: 10px 0 0;
  color: rgba(13, 11, 10, .68);
}

.contact-list {
  display: grid;
  gap: 0;
  font-weight: 850;
  border-top: 1px solid rgba(13, 11, 10, .2);
  border-bottom: 1px solid rgba(13, 11, 10, .2);
}

.contact-list a {
  color: var(--ink);
  text-decoration: none;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid rgba(13, 11, 10, .14);
  overflow-wrap: anywhere;
  font-size: .94rem;
}

.contact-list a:last-child {
  border-bottom: 0;
}

.contact-note {
  font-size: .88rem;
  line-height: 1.5;
  max-width: 32ch;
}

.legal-section {
  background: rgba(255, 255, 255, .01);
}

.legal-main .legal-section {
  min-height: calc(100vh - 140px);
  padding-top: clamp(88px, 10vw, 150px);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.legal-head {
  position: sticky;
  top: 104px;
}

.legal-head h2 {
  font-size: clamp(1.75rem, 2.55vw, 3rem);
  line-height: 1;
  max-width: 12ch;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.legal-head p {
  color: var(--muted);
  max-width: 40ch;
  margin: 22px 0 0;
}

.legal-back {
  display: inline-flex;
  margin-top: 28px;
  color: rgba(245, 241, 233, .78);
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 950;
}

.legal-back:hover {
  color: var(--text);
}

.legal-panel {
  border: 1px solid rgba(245, 240, 232, .12);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02)),
    #171310;
}

.legal-panel p,
.legal-card p {
  color: var(--muted);
  margin: 0;
}

.legal-panel p + p,
.legal-card p + p {
  margin-top: 14px;
}

.legal-panel dl {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  border-block: 1px solid rgba(245, 240, 232, .1);
}

.legal-panel dl div {
  display: grid;
  grid-template-columns: minmax(160px, .38fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(245, 240, 232, .09);
}

.legal-panel dl div:last-child {
  border-bottom: 0;
}

.legal-panel dt {
  color: rgba(216, 211, 200, .78);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 950;
}

.legal-panel dd {
  margin: 0;
  color: rgba(245, 241, 233, .88);
}

.legal-stack {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(245, 240, 232, .1);
}

.legal-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-card h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1;
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
}

.footer {
  padding: 34px 0;
  color: rgba(245, 240, 232, .54);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-top: 1px solid rgba(245, 240, 232, .1);
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: var(--text);
}

.footer-links {
  display: inline-flex;
  gap: 16px;
}

.guitar-body { fill: url("#wood"); stroke: rgba(245, 240, 232, .38); stroke-width: 1.4; }
.guitar-neck { fill: #19110d; stroke: rgba(245, 240, 232, .28); stroke-width: 1; }
.guitar-line { stroke: rgba(245, 240, 232, .58); stroke-width: 1; }
.guitar-metal { fill: rgba(245, 240, 232, .72); }
.stage-lines { stroke: rgba(255, 255, 255, .1); stroke-width: 1; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .button { transition: none; }
}

@media (max-width: 980px) {
  .links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(245, 240, 232, .12);
    border-radius: 20px;
    background: rgba(7, 7, 7, .94);
    box-shadow: var(--shadow);
  }

  body.menu-open .links { display: flex; }

  .menu-toggle { display: inline-flex; }
  .nav-cta { margin-left: auto; }

  .hero-grid,
  .section-title,
  .manifesto,
  .split,
  .profile-layout,
  .legal-layout,
  .cta-block {
    grid-template-columns: 1fr;
  }

  .legal-head {
    position: static;
  }

  .hero-image-space {
    min-height: 430px;
  }

  .hero-copy-panel {
    justify-self: start;
    max-width: 720px;
  }

  .vita-list {
    grid-column: auto;
  }

  .profile-copy {
    border-radius: var(--radius) var(--radius) 0 0;
    border-right: 1px solid rgba(245, 240, 232, .12);
    border-bottom: 0;
  }

  .profile-portrait {
    min-height: 430px;
    border-radius: 0 0 var(--radius) var(--radius);
  }

  .cta-media {
    min-height: 330px;
    border-left: 0;
    border-right: 0;
    border-block: 1px solid rgba(245, 240, 232, .1);
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .hero-bg img {
    left: 50%;
    top: 36px;
    height: min(58vh, 560px);
    transform: translateX(-50%);
  }

  .hero-bg::after {
    background:
      linear-gradient(180deg, transparent 0%, transparent 44%, #0c0a09 76%, #0c0a09 100%);
  }

  .hero-visual { min-height: 560px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .vita-list { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .proof { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .wrap { width: min(100vw - 28px, var(--max)); }
  .nav { min-height: 64px; gap: 12px; }
  .nav-cta { display: none; }
  .brand { font-size: .82rem; }
  .brand span { letter-spacing: .18em; }
  h1 { font-size: clamp(3.3rem, 21vw, 5rem); }
  .hero { padding-top: 36px; }
  .hero-image-space { min-height: 390px; }
  .hero-bg img {
    top: 22px;
    height: min(54vh, 430px);
  }
  .hero-copy { font-size: 1rem; }
  .hero-visual { min-height: 440px; }
  .photo-main { width: 86%; height: 76%; }
  .photo-side { width: 62%; height: 30%; bottom: 44px; }
  .photo-small { width: 52%; height: 26%; }
  .badge { width: 102px; height: 102px; font-size: .58rem; }
  .cards, .proof, .image-stack { grid-template-columns: 1fr; }
  .image-tile.tall { min-height: 320px; }
  .vita-item,
  .vita-item:nth-child(odd),
  .vita-item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }
  .vita-item:nth-last-child(2) {
    border-bottom: 1px solid rgba(245, 240, 232, .1);
  }
  .footer { flex-direction: column; }
  .legal-panel dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

