@font-face {
  font-family: Porsche;
  src: url('/fonts/PorscheNext-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Porsche;
  src: url('/fonts/PorscheNext-bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #141513;
  --surface: #20221e;
  --ink: #f2f0e7;
  --muted: #b1b4a9;
  --accent: #d8f36a;
  --line: #3b3e35;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Porsche,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

button,input,textarea {
  font: inherit;
}

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

button {
  cursor: pointer;
}

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

figure,p {
  margin: 0;
}

p+p {
  margin-top: 18px;
}

h1,h2,h3 {
  margin: 0;
  font-weight: 700;
  line-height: .96;
}

h2 {
  font-size: clamp(42px,5.5vw,78px);
  letter-spacing: -.045em;
}

h3 {
  font-size: 28px;
}

a,button {
  touch-action: manipulation;
}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}

.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: var(--accent);
  color: var(--bg);
  padding: 12px;
}

.skip:focus {
  top: 12px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 5%;
  background: #141513f5;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.logo {
  width: 140px;
  height: 48px;
  object-fit: contain;
}

.header nav {
  display: flex;
  gap: 32px;
  font-size: 15px;
}

.header nav a {
  padding: 8px 0;
}

.header nav a:hover,.header nav a[aria-current],.socials a:hover {
  color: var(--accent);
}

.hero {
  min-height: 710px;
  min-height: calc(100svh - 73px);
  position: relative;
  display: flex;
  align-items: end;
  padding: 100px 5% 115px;
  isolation: isolate;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg,#11130fe6,transparent 85%),linear-gradient(0deg,#141513 0%,#14151320 90%);
}

.hero-content {
  max-width: 960px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero .eyebrow {
  color: var(--accent);
}

.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 10px;
}

h1 {
  font-size: clamp(50px,7.8vw,118px);
  letter-spacing: -.045em;
}

h1 .headline-accent {
  color: var(--accent);
}

.hero-content>p:not(.eyebrow) {
  margin-top: 25px;
  color: #dedfd5;
  font-size: 20px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 24px;
  min-height: 54px;
  background: var(--accent);
  color: #141513;
  border: 1px solid var(--accent);
  font-weight: 700;
  font-size: 16px;
  transition: background .2s,transform .2s;
}

.button:hover {
  background: #e9ffa0;
  transform: translateY(-2px);
}

.button:disabled {
  opacity: .6;
  cursor: wait;
  transform: none;
}

.text-link {
  font-size: 16px;
  border-bottom: 1px solid #777e68;
  padding: 8px 0;
}

.text-link:hover {
  color: var(--accent);
}

.hero-bottom {
  position: absolute;
  bottom: 28px;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .17em;
  color: var(--muted);
}

.manifesto {
  padding: 15px 0;
  background: var(--accent);
  color: var(--bg);
  display: flex;
  justify-content: space-around;
  gap: 25px;
  white-space: nowrap;
  overflow: hidden;
  font-size: clamp(22px,3vw,42px);
  font-weight: 700;
  letter-spacing: -.03em;
}

.section {
  padding: 105px 5%;
  scroll-margin-top: 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 44px;
}

.section-heading>p {
  color: var(--muted);
}

.section .eyebrow {
  color: var(--accent);
}

.music-layout {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 50px;
}

.video-stage {
  aspect-ratio: 16/9;
  background: #080908;
  position: relative;
}

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

.video-play {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-play>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
}

.play-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #ffffff9c;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  background: #14151380;
}

.video-play:hover .play-symbol {
  background: var(--accent);
  color: var(--bg);
}

.video-caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em;
}

.track-list a {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 15px 6px;
  border-bottom: 1px solid var(--line);
  font-size: 22px;
}

.track-list a>span:last-child {
  margin-left: auto;
}

.track-list a:hover,.track-list a[aria-current] {
  color: var(--accent);
}

.track-number {
  font-size: 12px;
  color: var(--muted);
}

.listen-panel {
  background: var(--surface);
  padding: 36px;
  align-self: start;
}

.listen-panel>img {
  margin-bottom: 45px;
}

.listen-panel h3 {
  font-size: clamp(32px,3.4vw,50px);
  letter-spacing: -.03em;
}

.listen-panel>p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 24px;
}

#spotify-player iframe {
  border: 0;
  width: 100%;
  height: 352px;
  margin-top: 24px;
}

.about {
  background: var(--ink);
  color: var(--bg);
}

.about .eyebrow {
  color: #596536;
}

.about-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.pronunciation {
  margin-top: 24px;
  color: #62665a;
  font-size: 14px;
}

.lead {
  font-size: 28px;
  line-height: 1.3;
}

.about-copy p:not(.lead):not(.eyebrow) {
  max-width: 580px;
}

.statement {
  font-weight: 700;
  font-size: 23px;
}

.members {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  margin-top: 64px;
}

.members img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  filter: grayscale(1);
}

.members figcaption {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
  padding-top: 16px;
}

.members figcaption span {
  font-size: 13px;
  color: #62665a;
}

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

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

.gallery-grid a {
  position: relative;
  overflow: hidden;
}

.gallery-grid img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
  transition: transform .4s,filter .4s;
  filter: saturate(.6);
}

.gallery-grid a:hover img {
  transform: scale(1.035);
  filter: saturate(1);
}

.gallery-grid span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--bg);
  width: 34px;
  height: 34px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 75px;
}

.contact h2+p {
  margin-top: 28px;
  color: var(--muted);
}

.contact-email {
  display: inline-block;
  margin-top: 32px;
  border-bottom: 1px solid var(--accent);
  font-size: 23px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

label {
  display: block;
  font-size: 14px;
  margin-bottom: 24px;
}

input,textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #727668;
  background: transparent;
  border-radius: 0;
  color: var(--ink);
  padding: 14px 0;
  resize: vertical;
}

input::placeholder,textarea::placeholder {
  color: #a1a599;
}

textarea {
  min-height: 135px;
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.form-bottom p {
  font-size: 13px;
  color: var(--muted);
}

#form-status {
  font-size: 15px;
  margin-top: 20px;
}

#form-status[data-state=error] {
  color: #ffb7a4;
}

#form-status[data-state=success] {
  color: var(--accent);
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

footer {
  padding: 35px 5%;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

footer p {
  font-size: 12px;
  color: var(--muted);
}

.socials {
  display: flex;
  gap: 22px;
  font-size: 14px;
}

dialog {
  background: #141513;
  color: var(--ink);
  border: 1px solid var(--line);
  width: min(1100px,94vw);
  max-height: 94svh;
  padding: 50px 24px 20px;
}

dialog::backdrop {
  background: #000e;
}

dialog figure img {
  max-height: 70svh;
  margin: auto;
  object-fit: contain;
}

dialog figcaption {
  text-align: center;
  font-size: 14px;
  padding-top: 12px;
}

dialog button {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  min-width: 44px;
  min-height: 44px;
}

.close-viewer {
  position: absolute;
  right: 5px;
  top: 3px;
}

.viewer-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 12px;
}

@media (min-width:1600px) {
  .section {
    padding-left: max(5%,calc((100vw - 1450px)/2));
    padding-right: max(5%,calc((100vw - 1450px)/2));
  }
}

@media (max-width:900px) {
  .header nav {
    gap: 20px;
  }
  .section {
    padding: 75px 5%;
  }
  .music-layout {
    gap: 25px;
    grid-template-columns: 1.3fr 1fr;
  }
  .listen-panel {
    padding: 24px;
  }
  .about-copy {
    gap: 35px;
  }
  .members {
    gap: 14px;
  }
  .members figcaption {
    display: block;
  }
  .members h3 {
    font-size: 24px;
  }
  .contact {
    gap: 35px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .socials {
    gap: 14px;
  }
  footer {
    flex-wrap: wrap;
  }
}

@media (max-width:600px) {
  .header {
    padding: 10px 5%;
    flex-wrap: wrap;
    gap: 8px;
  }
  .logo {
    width: 105px;
    height: 35px;
  }
  .header nav {
    gap: 16px;
    font-size: 12px;
  }
  .header nav a:last-child span {
    display: none;
  }
  /* Keep the complete wide band portrait visible on narrow phone screens. */
  .hero {
    display: block;
    min-height: 0;
    padding: 0 0 28px;
  }
  .hero-photo {
    position: relative;
    inset: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .hero:after {
    display: none;
  }
  .hero-content {
    padding: 28px 5% 0;
  }
  .hero-bottom {
    position: static;
    margin: 32px 5% 0;
  }
  h1 {
    font-size: clamp(40px,10vw,62px);
  }
  .hero-content>p:not(.eyebrow) {
    font-size: 17px;
  }
  .actions {
    gap: 20px;
    flex-wrap: wrap;
  }
  .button {
    padding: 14px 18px;
  }
  .hero-bottom {
    font-size: 9px;
  }
  .section {
    padding: 60px 5%;
  }
  .section-heading {
    display: block;
  }
  .section-heading>.text-link,.section-heading>p {
    display: inline-block;
    margin-top: 22px;
  }
  .music-layout,.about-copy,.contact {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .listen-panel>img {
    margin-bottom: 24px;
    width: 50px;
    height: 65px;
  }
  .listen-panel h3 {
    font-size: 38px;
  }
  .members {
    grid-template-columns: 1fr 1fr;
    margin-top: 38px;
    gap: 28px 16px;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-bottom {
    align-items: start;
    flex-direction: column;
  }
  .form-bottom .button {
    width: 100%;
  }
  .socials {
    flex-wrap: wrap;
  }
  footer {
    align-items: start;
    flex-direction: column;
  }
  .lead {
    font-size: 24px;
  }
}

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

[hidden] {
  display: none !important;
}

/* Mixed headline weights and consistent monochrome skull separators. */

.headline-light {
  font-weight: 100;
}

.manifesto {
  align-items: center;
}

.manifesto .skull {
  width: clamp(22px,2.3vw,34px);
  height: auto;
  flex-shrink: 0;
}

@font-face {
  font-family: Porsche;
  src: url('/fonts/PorscheNext-thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

.hero-light {
  font-weight: 100;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.gallery-grid .icon {
  width: 42px;
  height: 42px;
  font-size: 30px;
}

.play-symbol {
  width: 84px;
  height: 84px;
  font-size: 30px;
}

.viewer-controls button {
  min-width: 52px;
  min-height: 52px;
}

.viewer-controls .icon {
  font-size: 34px;
}

.close-viewer {
  font-size: 26px;
}

/* Material icons share a fixed SVG box, independent of text baselines. */

.material-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.button .material-icon {
  width: 32px;
  height: 32px;
}

.header nav a,.text-link,.hero-bottom a,.socials a,.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header nav .material-icon,.socials .material-icon {
  width: 24px;
  height: 24px;
}

.gallery-grid .material-icon {
  width: 30px;
  height: 30px;
}

.play-symbol .material-icon {
  width: 42px;
  height: 42px;
}

.viewer-controls button,.close-viewer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.viewer-controls .material-icon {
  width: 34px;
  height: 34px;
}

.close-viewer .material-icon {
  width: 28px;
  height: 28px;
}

@media (max-width:600px) {
  .section-heading>.text-link {
    display: inline-flex;
  }
}

.socials {
  gap: 16px;
}

.socials a {
  width: 48px;
  height: 48px;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  transition: background .2s;
}

.socials a:hover {
  color: #fff;
  background: #ffffff16;
}

.social-icon {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.hero-picture {
  display: contents;
}

/* Slow photographic movement; keep the complete mobile portrait inside its frame. */

@media (prefers-reduced-motion:no-preference) {
  .hero-photo {
    animation: hero-drift 24s ease-in-out infinite alternate;
    transform-origin: center 35%;
  }
}

@keyframes hero-drift {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08) translate3d(-.8%,.4%,0);
  }
}

@media (max-width:600px) {
  .hero-picture {
    display: block;
    overflow: hidden;
    background: var(--bg);
  }
  .hero-photo {
    transform-origin: center;
  }
  @media (prefers-reduced-motion:no-preference) {
    .hero-photo {
      animation-name: hero-drift-mobile;
    }
  }
}

@keyframes hero-drift-mobile {
  from {
    transform: translateX(-.5%) scale(.97);
  }
  to {
    transform: translateX(0) scale(1);
  }
}

/* Natural photo proportions flow into masonry columns without cropping. */

.gallery-grid {
  display: block;
  columns: 3;
  column-gap: 16px;
}

.gallery-grid a {
  display: block;
  break-inside: avoid;
  margin-bottom: 16px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

/* The photo uses the whole viewport; controls float above it. */

#lightbox {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #080908;
}

#lightbox figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#lightbox-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: contain;
}

#lightbox-caption {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: calc(100% - 92px);
  padding: 8px 12px;
  background: #080908b3;
  border-radius: 4px;
  pointer-events: none;
}

#lightbox .close-viewer {
  z-index: 2;
  top: max(12px,env(safe-area-inset-top));
  right: max(12px,env(safe-area-inset-right));
  background: #080908cc;
  border-color: #ffffff55;
}

#lightbox .viewer-controls {
  position: absolute;
  z-index: 2;
  bottom: max(16px,env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  gap: 20px;
  padding: 4px;
  background: #080908cc;
  border-radius: 4px;
}

#lightbox .viewer-controls button {
  border-color: #ffffff55;
}

@media (max-width:900px) {
  .gallery-grid {
    columns: 2;
  }
}

@media (max-width:600px) {
  .gallery-grid {
    column-gap: 10px;
  }
  .gallery-grid a {
    margin-bottom: 10px;
  }
  #lightbox-caption {
    font-size: 12px;
  }
}

@media (max-width:360px) {
  .gallery-grid {
    columns: 1;
  }
}

/* Light contact section with readable fields and feedback. */

.contact {
  background: #fff;
  color: var(--bg);
}

.contact .eyebrow {
  color: #52602c;
}

.contact h2+p,.contact .form-bottom p {
  color: #555b50;
}

.contact .contact-email {
  border-color: #52602c;
}

.contact input,.contact textarea {
  color: var(--bg);
  border-bottom-color: #8b9185;
}

.contact input::placeholder,.contact textarea::placeholder {
  color: #656b60;
}

.contact :is(a,button,input,textarea):focus-visible {
  outline-color: #52602c;
}

.contact #form-status[data-state=error] {
  color: #a52618;
}

.contact #form-status[data-state=success] {
  color: #3b5c20;
}

footer {
  flex-wrap: wrap;
}

.footer-credits {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.footer-credits p {
  margin: 0;
}

.design-credit {
  text-align: left;
}

.design-credit a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.design-credit a:hover {
  color: var(--accent);
}

@media (max-width: 600px) {
  .design-credit {
    text-align: left;
  }
}
