/*
Theme Name: The Road Brothers
Theme URI: https://www.theroadbrothers.com/
Author: The Road Brothers
Description: Eigenständiges One-Page-Theme für The Road Brothers.
Version: 1.0.0
Text Domain: roadbrothers
*/

:root {
  --ink: #17100b;
  --coal: #211711;
  --wood: #56331f;
  --amber: #d18a38;
  --gold: #e8c176;
  --paper: #f1e3c5;
  --cream: #fff5df;
  --muted: #c8b18f;
  --line: rgba(232, 193, 118, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 20% 0%, rgba(135, 69, 29, .24), transparent 34rem),
    repeating-linear-gradient(90deg, rgba(255,255,255,.012) 0 1px, transparent 1px 52px),
    #120d0a;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: url("assets/images/studio-1.png");
  background-size: cover;
  background-position: center;
  filter: sepia(1) blur(18px);
}

a { color: inherit; }
img { max-width: 100%; display: block; }
.screen-reader-text { position: absolute; left: -9999px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(18, 13, 10, .91);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 36px));
  min-height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.brand img { width: 158px; height: 54px; object-fit: contain; object-position: left center; filter: drop-shadow(0 2px 5px #000); }
.main-nav { display: flex; gap: 22px; align-items: center; }
.main-nav a {
  text-decoration: none;
  color: var(--paper);
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .11em;
  border-bottom: 1px solid transparent;
}
.main-nav a:hover, .main-nav a:focus { color: var(--gold); border-color: var(--gold); }

.menu-toggle {
  display: none;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 8px 12px;
  font: inherit;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/images/hero.png") center 38% / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10,7,5,.9) 0%, rgba(10,7,5,.38) 52%, rgba(10,7,5,.15) 72%),
              linear-gradient(0deg, #120d0a 0%, transparent 48%);
}

.hero-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(80px, 16vh, 190px) 0 clamp(58px, 9vh, 105px);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font: 700 .79rem/1.2 Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .24em;
}
.hero h1 {
  max-width: 800px;
  margin: 0;
  font-family: Rockwell, "Courier New", serif;
  font-size: clamp(3.1rem, 8vw, 7.8rem);
  line-height: .88;
  letter-spacing: -.06em;
  text-shadow: 0 4px 24px #000;
}
.hero h1 span { display: block; color: var(--gold); }
.hero-copy {
  max-width: 620px;
  margin: 24px 0 30px;
  color: var(--paper);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  background: var(--gold);
  color: var(--ink);
  text-decoration: none;
  font: 800 .82rem/1 Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.button:hover, .button:focus { background: var(--cream); border-color: var(--cream); }
.button.outline { color: var(--cream); background: rgba(18,13,10,.48); }

.section { padding: clamp(72px, 9vw, 120px) 0; }
.section.alt { background: rgba(255,255,255,.035); border-block: 1px solid rgba(255,255,255,.045); }
.container { width: min(1120px, calc(100% - 36px)); margin: auto; }
.narrow { width: min(780px, 100%); }
.section-heading { margin-bottom: 42px; }
.section-heading h2 {
  margin: 0;
  font-family: Rockwell, "Courier New", serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1;
}
.section-heading h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 20px;
  background: var(--gold);
}
.lede { color: var(--paper); font-size: clamp(1.13rem, 2vw, 1.4rem); }

.feature-with-art {
  display: grid;
  grid-template-columns: minmax(180px, 255px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}
.feature-content { min-width: 0; }
.section-art { margin: 0; align-self: stretch; display: flex; align-items: center; justify-content: flex-start; }
.section-art img {
  width: 100%;
  max-height: 690px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, .52));
}
.section-art-traudi img { max-height: 760px; }
.section-art-marvin img { max-height: 610px; }
.section-art-alex img { max-height: 650px; }

.tour-grid { display: grid; gap: 10px; }
.gig {
  display: grid;
  grid-template-columns: 145px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 19px 22px;
  color: var(--paper);
  background: rgba(255,255,255,.035);
  border-left: 3px solid var(--amber);
}
.gig time { color: var(--gold); font-family: Arial, sans-serif; font-weight: 800; }
.gig strong { font-size: 1.12rem; }
.gig em { color: var(--muted); font-style: normal; }
.gig .badge { color: var(--muted); font: 700 .71rem Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px, 6vw, 78px); align-items: center; }
.framed-photo { position: relative; }
.framed-photo::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--amber); z-index: -1; }
.framed-photo img { aspect-ratio: 4/3; object-fit: cover; box-shadow: 0 24px 70px rgba(0,0,0,.42); }
.about-copy p { color: #ddcdb4; }
.quote { margin: 26px 0; padding-left: 20px; border-left: 3px solid var(--gold); color: var(--cream); font-size: 1.22rem; font-style: italic; }

.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { overflow: hidden; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.video-frame { position: relative; aspect-ratio: 16/9; background: #080604; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card h3 { margin: 18px 20px 5px; font-size: 1.12rem; }
.video-card > a { display: inline-block; margin: 0 20px 20px; color: var(--gold); font: 700 .78rem Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.video-more { margin: 28px 0 0; }

.live-gallery-intro { max-width: 720px; margin: -12px 0 28px; color: var(--muted); }
.live-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.live-gallery a { position: relative; display: block; overflow: hidden; background: #080604; border: 1px solid var(--line); }
.live-gallery a::after { content: "Vergrößern"; position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; color: var(--cream); background: rgba(18,13,10,.82); font: 700 .7rem Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.live-gallery img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.live-gallery a:hover img, .live-gallery a:focus img { transform: scale(1.025); opacity: .86; }
.live-gallery a:hover::after, .live-gallery a:focus::after { opacity: 1; transform: translateY(0); }

.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.album { overflow: hidden; background: rgba(255,255,255,.04); border: 1px solid var(--line); box-shadow: 0 18px 34px rgba(0,0,0,.2); }
.album-cover { aspect-ratio: 1; overflow: hidden; background: #090706; border-bottom: 1px solid var(--line); }
.album-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.album:hover .album-cover img { transform: scale(1.035); }
.album-details { padding: 22px 24px 25px; }
.album .album-type { margin: 0 0 7px; color: var(--amber); font: 800 .72rem/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.album h3 { min-height: 2.6em; margin: 0 0 15px; color: var(--cream); font-size: 1.25rem; line-height: 1.3; }
.album .album-price { margin: 0; color: var(--gold); font: 800 1.08rem/1.3 Arial, sans-serif; }
.album .album-price span { color: var(--muted); font-size: .82rem; font-weight: 500; }

.gallery { display: grid; gap: 14px; }
.gallery-studios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-studios img,
.gallery-outdoor { width: 100%; height: auto; background: #080604; border: 1px solid var(--line); }
.gallery-studios img { aspect-ratio: 4 / 3; object-fit: contain; }
.gallery-outdoor { display: block; aspect-ratio: 3 / 2; object-fit: contain; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 90px); align-items: start; }
.contact-card { padding: clamp(28px, 5vw, 54px); color: var(--ink); background: var(--paper); }
.contact-card h3 { margin-top: 0; font-family: Rockwell, "Courier New", serif; font-size: 1.8rem; }
.contact-card a { font-weight: 800; }
.contact-note { color: var(--muted); }

.site-footer { padding: 32px 0; color: #a89072; border-top: 1px solid var(--line); font: .84rem Arial, sans-serif; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.site-footer a:hover { color: var(--gold); }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; }
.footer-brand img { width: 92px; height: 44px; object-fit: contain; filter: drop-shadow(0 2px 5px #000); }

.legal-page { min-height: 70vh; }
.legal-hero { padding: clamp(76px, 10vw, 130px) 0 58px; background: linear-gradient(135deg, rgba(104,56,27,.32), rgba(18,13,10,.75)); border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0 0 14px; font-family: Rockwell, "Courier New", serif; font-size: clamp(3rem, 8vw, 6rem); line-height: 1; }
.legal-hero p:last-child { color: var(--muted); font-size: 1.12rem; }
.legal-content { padding-top: 64px; padding-bottom: 90px; }
.legal-content section { margin-bottom: 52px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; color: var(--gold); font-family: Rockwell, "Courier New", serif; font-size: clamp(1.45rem, 3vw, 2rem); }
.legal-content p, .legal-content address { color: #ddcdb4; }
.legal-content address { font-style: normal; }
.legal-content a:not(.button) { color: var(--gold); }
.legal-content code { color: var(--cream); background: rgba(255,255,255,.07); padding: 2px 5px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; inset: 72px 0 auto; padding: 24px 28px; flex-direction: column; align-items: flex-start; background: #17100b; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .live-gallery { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: 1fr; }
  .feature-with-art { grid-template-columns: 160px minmax(0, 1fr); gap: 28px; align-items: start; }
  .section-art { align-self: start; position: sticky; top: 96px; }
  .section-art img, .section-art-traudi img, .section-art-marvin img, .section-art-alex img { max-height: 520px; }
}

@media (max-width: 640px) {
  .hero { min-height: 760px; }
  .hero::before { background-position: 58% center; }
  .hero::after { background: linear-gradient(0deg, #120d0a 0%, rgba(10,7,5,.32) 75%, rgba(10,7,5,.62) 100%); }
  .hero-inner { padding-bottom: 54px; }
  .gig { grid-template-columns: 1fr; gap: 3px; }
  .live-gallery { grid-template-columns: 1fr; }
  .gallery-studios { grid-template-columns: 1fr; }
  .feature-with-art { grid-template-columns: 1fr; gap: 22px; }
  .section-art { position: static; width: 150px; height: 230px; }
  .section-art img, .section-art-traudi img, .section-art-marvin img, .section-art-alex img { max-height: 230px; }
}
