@font-face {
  font-family: "Engebrechtre";
  src: url("assets/fonts/engebrechtre-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #356653;
  --ink-soft: #514a49;
  --cream: #f6f2ea;
  --paper: #f6f2ea;
  --mustard: #c49a3a;
  --berry: #c94f72;
  --petrol: #3e5b5c;
  --showcase: #3e5b5c;
  --black: #292727;
  --plum: #643f62;
  --sand: #e9dfd3;
  --line-light: rgba(246, 242, 234, 0.28);
  --hero-display: "Engebrechtre", "Cormorant Garamond", Georgia, serif;
  --display: "Engebrechtre", "Cormorant Garamond", Georgia, serif;
  --subtitle: Copperplate, "Copperplate Gothic Light", serif;
  --body: Manrope, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.55;
}

a { color: inherit; }

h1, h2, h3, p { overflow-wrap: anywhere; }

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--cream);
  background: linear-gradient(to bottom, rgba(20, 19, 17, 0.78), rgba(20, 19, 17, 0));
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark { width: 46px; height: 36px; }

.brand-name {
  font-family: var(--display);
  font-size: clamp(18px, 2.5vw, 26px);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a { text-decoration: none; }

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  place-items: end center;
  overflow: hidden;
  background: var(--black);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 42%;
  filter: sepia(0.08) saturate(0.82) contrast(1.04);
}

.hero-overlay {
  background:
    linear-gradient(0deg, rgba(38, 55, 58, 0.76), rgba(62, 91, 92, 0.06) 62%),
    rgba(62, 91, 92, 0.68);
  -webkit-mask-image: linear-gradient(to right, #000 0%, transparent 50%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, transparent 50%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 36px));
  margin: 0 auto clamp(62px, 10vh, 108px);
  color: var(--cream);
  text-align: center;
}

h1 {
  margin: 0;
  font-family: var(--hero-display);
  font-size: clamp(58px, 9vw, 124px);
  line-height: 0.92;
  font-weight: 400;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: keep-all;
}

h1 span { display: block; }

.hero-title-block {
  display: inline-block;
  max-width: 100%;
}

.hero-roles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 1.2vw, 18px);
  width: 100%;
  margin: 20px 0 0;
  color: var(--cream);
  font-size: clamp(9px, 0.9vw, 12px);
  font-family: var(--subtitle);
  font-weight: 400;
  letter-spacing: clamp(0.08em, 0.16vw, 0.18em);
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-roles i {
  flex: 0 0 1px;
  width: 1px;
  height: 18px;
  background: rgba(246, 242, 234, 0.56);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.button.primary {
  color: var(--cream);
  background: var(--plum);
  border-color: var(--plum);
}

.button.secondary {
  color: var(--cream);
  background: rgba(246, 242, 234, 0.08);
}

.section { padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px); }

.section-inner { width: min(1240px, 100%); margin: 0 auto; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--berry);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.showcase-band {
  position: relative;
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(54px, 7vw, 92px);
  color: var(--cream);
  background: var(--showcase);
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 34px;
  color: var(--cream);
  transform: translateX(-50%);
}

.scroll-cue span {
  display: block;
  width: 24px;
  height: 24px;
  border-right: 1px solid rgba(246, 242, 234, 0.78);
  border-bottom: 1px solid rgba(246, 242, 234, 0.78);
  transform: translateY(-7px) rotate(45deg);
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: transparent;
}

.showcase-panel { min-width: 0; padding: clamp(28px, 4vw, 58px); }

.showcase-panel + .showcase-panel { border-left: 1px solid var(--line-light); }

.showcase-panel > h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 400;
  line-height: 0.9;
  overflow-wrap: normal;
  white-space: nowrap;
}

.gig-list { display: grid; }

.gig-card {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 14px 8px;
  border-top: 1px solid var(--line-light);
}

.gig-card:last-child { border-bottom: 1px solid var(--line-light); }

.gig-card time {
  color: var(--cream);
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
}

.gig-card time small {
  display: block;
  margin-top: 6px;
  color: rgba(246, 242, 234, 0.78);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
}

.gig-card h3 { margin: 0; font-size: 16px; line-height: 1.3; }

.gig-card p {
  margin: 3px 0 0;
  color: rgba(246, 242, 234, 0.76);
  font-size: 12px;
}

.featured-gig {
  margin-top: 8px;
  padding-right: 16px;
  padding-left: 16px;
  color: var(--cream);
  background: var(--petrol);
  border-color: transparent;
}

.spotify-player-shell {
  padding: 12px;
  border: 1px solid rgba(246, 242, 234, 0.52);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(100, 63, 98, 0.44), rgba(53, 102, 83, 0.3)),
    var(--petrol);
  box-shadow: 0 22px 55px rgba(20, 19, 17, 0.24);
}

.spotify-player {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 8px;
  background: var(--petrol);
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--petrol);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.text-link.light { color: var(--cream); }

.bio-band {
  color: var(--black);
  background: var(--cream);
}

.bio-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 118px);
  align-items: stretch;
}

.bio-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-block: clamp(24px, 4vw, 64px);
}

.bio-copy h2 {
  margin: 0 0 28px;
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(58px, 8vw, 104px);
  font-weight: 400;
  line-height: 0.9;
}

.bio-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.72;
}

.bio-gallery {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--petrol);
}

.bio-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation: bio-crossfade 22.5s ease-in-out infinite;
}

.bio-slide:nth-child(1) { animation-delay: -0.9s; }
.bio-slide:nth-child(2) { animation-delay: 3.6s; }
.bio-slide:nth-child(3) { animation-delay: 8.1s; }
.bio-slide:nth-child(4) { animation-delay: 12.6s; }
.bio-slide:nth-child(5) { animation-delay: 17.1s; }

.bio-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bio-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px 16px 14px;
  color: var(--cream);
  background: linear-gradient(to top, rgba(41, 39, 39, 0.82), rgba(41, 39, 39, 0));
  font-size: 11px;
}

@keyframes bio-crossfade {
  0% { opacity: 0; }
  4%, 20% { opacity: 1; }
  24%, 100% { opacity: 0; }
}

.video-band {
  width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: 64 / 27;
  overflow: hidden;
  background: #000;
}

.video-band iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.saari-feature {
  position: relative;
  min-height: min(78svh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--cream);
  background: var(--black);
}

.saari-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) sepia(0.1);
}

.saari-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(53, 102, 83, 0.92), rgba(41, 39, 39, 0.08) 75%);
}

.pelimannit-feature > img {
  object-position: center 45%;
  filter: saturate(0.82) contrast(1.02);
}

.pelimannit-feature::after {
  background: linear-gradient(90deg, rgba(41, 39, 39, 0.92), rgba(100, 63, 98, 0.18) 76%);
}

.luutarha-feature > img { object-position: center; filter: saturate(0.9) contrast(1.02); }

.luutarha-feature::after {
  background: linear-gradient(90deg, rgba(41, 39, 39, 0.92), rgba(100, 63, 98, 0.14) 74%);
}

.saari-copy {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100% - 36px));
  margin: clamp(50px, 10vw, 120px);
}

.saari-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 400;
  line-height: 0.95;
}

.saari-copy p:not(.eyebrow) { max-width: 580px; font-size: 18px; }

.saari-copy p + p:not(.eyebrow) { margin-top: 12px; }

.instagram-band { background: var(--sand); }

.instagram-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: center;
}

.instagram-layout h2 {
  max-width: 680px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.instagram-layout p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }

.instagram-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--black);
}

.instagram-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.78) sepia(0.08); }

.instagram-image span {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--cream);
  background: rgba(18, 59, 59, 0.82);
  border: 1px solid rgba(246, 242, 234, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.contact-band {
  color: var(--cream);
  background: var(--showcase);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.contact-layout h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.contact-layout p:not(.eyebrow) { color: rgba(246, 242, 234, 0.78); font-size: 17px; }

.contact-actions { display: grid; gap: 12px; }

.contact-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 16px 20px;
  color: var(--black);
  background: var(--cream);
  border: 1px solid var(--cream);
  text-decoration: none;
}

.contact-button span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }

.contact-button strong { text-align: right; overflow-wrap: anywhere; }

.contact-phone,
.contact-email,
.contact-press {
  color: var(--black);
  background: var(--cream);
  border-color: var(--cream);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--cream);
  background: var(--black);
  font-size: 14px;
}

.site-footer p { margin: 0; }

@media (max-width: 900px) {
  .site-header { position: absolute; align-items: flex-start; }
  .brand-name { white-space: normal; }
  .main-nav { max-width: 240px; }
  .showcase-layout, .contact-layout, .instagram-layout, .bio-layout { grid-template-columns: 1fr; }
  .showcase-panel + .showcase-panel { border-top: 1px solid var(--line-light); border-left: 0; }
  .instagram-image { max-width: 520px; }
  .bio-copy { min-height: auto; padding-block: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .bio-slide { display: none; animation: none; }
  .bio-slide:first-child { display: block; opacity: 1; }
}

@media (max-width: 600px) {
  .site-header { gap: 12px; }
  .brand-mark { width: 34px; }
  .brand-name { max-width: 150px; font-size: 16px; }
  .main-nav { max-width: 130px; gap: 5px 12px; font-size: 10px; }
  .hero { min-height: 92svh; }
  .hero-content { margin-bottom: 48px; }
  h1 { font-size: clamp(44px, 14vw, 58px); }
  .hero-roles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 16px;
    margin-top: 16px;
    font-size: 9px;
    letter-spacing: 0.08em;
    white-space: normal;
  }
  .hero-roles i { display: none; }
  .showcase-panel { padding: 28px 18px; }
  .showcase-panel > h2 { margin-bottom: 22px; font-size: 52px; }
  .gig-card { grid-template-columns: 78px minmax(0, 1fr); gap: 10px; padding: 12px 2px; }
  .gig-card time { font-size: 25px; }
  .featured-gig { padding-right: 12px; padding-left: 12px; }
  .spotify-player { height: 420px; }
  .saari-feature { min-height: 680px; }
  .saari-copy { margin: 0 18px 48px; }
  .contact-button { align-items: flex-start; flex-direction: column; gap: 3px; }
  .contact-button strong { text-align: left; font-size: 14px; }
}
