/* ====== BASE STYLES ====== */
body {
  font-family: 'Courier New', monospace;
  color: #efefef;
  background-color: black;
  margin: 0;
  padding: 0;
}

a {
  color: #efefef;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

h1, h2, h3, h4, .card-title {
  font-family: 'Courier New', monospace;
  font-weight: normal;  /* NICHT fett */
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
}
.section-title h2{
	color:#fff;
}

h1 {
	color:#fff;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.4rem; }

/* ====== SECTION DEFAULT ====== */
section {
  padding: 100px 20px;
}
section h2, section h3 {
  margin-bottom: 1.4em;
}

.section-title h2 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
}
.section-title h3 {
	font-size: 1.1em;
}


#mission, #featured, #newsletter {
  text-align: center;
}

/* ====== HERO SECTIONS ====== */
#hero, .hero-section, #hero-about, #hero-archival {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: black;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section {
  background-image: url("https://supersense.com/mastercut/assets/img/op2/2021-11_11_UNIVERSAL_HOMEPAGE_photos_4-_V8A8032-014_3.jpg");
}

#hero-about {
  background-image: url("https://supersense.com/mastercut/assets/img/op2/2021-11_11_UNIVERSAL_HOMEPAGE_photos_4-_E1A0320-025_pr16.jpg");
}

 #hero-archival {
  background-image: url("https://supersense.com/mastercut/assets/img/op2/2021-11_11_UNIVERSAL_HOMEPAGE_photos_4-_E1A7806-013_4.jpg");
}

#hero-live-recording {
	background-image: url("https://supersense.com/mastercut/assets/img/v2/LIVE_RECORDING-1600.jpg");
}

#hero-picture-disk {
	background-image: url("https://supersense.com/mastercut/assets/img/v4/produktfotos_weiß_ninasimone-16-1600.jpg");
}

 #hero-product-details {
  background-image: url("https://supersense.com/mastercut/assets/img/v2/Gregory_04-1600.jpg");
}


#hero::before,
.hero-section::before,
#hero-about::before,
#hero-archival::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* Abdunkelung, anpassbar */
  z-index: 1;
  pointer-events: none;
}

#hero > *,
.hero-section > *,
#hero-about > *,
#hero-archival > * {
  position: relative;
  z-index: 2;
}



.hero-slider img {
  width: 100%;
  max-width: 400px;
  margin: 0.5em;
}

.hero-section p.lead,
#hero-about .lead {
  font-size: 1.2rem;
  color: #fff;
}

/* ====== MISSION ====== */
#mission {
  background-color: #111;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 80px 20px;
}
#mission p {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  color: #ddd;
  font-style: italic;
}

/* ====== PRODUCTS ====== */
.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
}
.product-tile {
  background-color: #222;
  padding: 1em;
  border-radius: 8px;
  width: 300px;
  color: #efefef;
}
.product-tile img {
  height: 240px;
  object-fit: cover;
}

/* === COVER featured editions === */
.product-images {
  display: flex;
  gap: 1rem;
}

.product-images > div {
  flex: 1;
  aspect-ratio: 3 / 2; 
  overflow: hidden;
}

.product-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* Bild zentrieren */
}

@media (max-width: 767.98px) {
  .product-images {
    flex-direction: column;
    align-items: center;
  }
}



#brand-story {
  border-bottom: 1px solid #333;
}

/* ====== VALUES SECTION ====== */
#values {
  padding: 80px 20px;
  background-color: #2a2f36;
  border-bottom: 1px solid #333;
}
#values .card {
  background-color: #1d1f22;
  border: 1px solid #444;
  padding: 20px;
  margin: 10px;
  color: #ccc;
  border-radius: 8px;
  height: 100%;
}
#values .card-text {
  font-family: 'Courier New', monospace;
  font-size: 0.95rem;
  line-height: 1.5;
}

.card-title {
	color: #fff;
	margin-bottom: 0.6em;
}

/* ====== NAVIGATION ====== */
.nav-link,
.navbar-brand,
.btn {
  text-decoration: none !important;
  background-color: #111;
}
.nav-link:hover,
.navbar-brand:hover,
.btn:hover {
  text-decoration: none !important;
}


/* ==== EDITIONS ==== */
.edition-wrapper {
  background-color: #000; 
  padding-top: 6em;
  padding-bottom:0;
}

.edition-spacer {
  height: 4em;
  background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(204,204,204,0.2));
}


.edition-header {
  margin-bottom: 2.5em;
}

.edition-subtitle {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.15em;
}

.edition-title {
  text-transform: uppercase;
  font-size: clamp(1.2rem, 3.2vw, 2rem);
  letter-spacing: 0.015em;
  color: #fff;
  margin-bottom: 0.3em;
  line-height: 1.25;
  word-spacing: 0.05em;
}

.edition-meta {
  font-size: 0.9rem;
  font-weight: 300;
  font-style: italic;
  color: #888;
   margin-bottom: 1.5em;
}

.edition-description {
	margin-top:2.5em;
  margin-bottom: 5em;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ccc;
}


.lb{
  border-bottom: 1px solid #333;
}

/* ====== EDITION images ===== */
.edition-image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.edition-image-row > div {
  flex: 1;
  aspect-ratio: 1 / 1; /* sorgt für quadratische Kästen */
  overflow: hidden;
}

.edition-image-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 6px solid #333;
}

/* Mobile: untereinander */
@media (max-width: 768px) {
  .edition-image-row {
    flex-direction: column;
  }

  .edition-image-row > div {
    aspect-ratio: auto; /* Originalgröße auf Mobil */
  }

  .edition-image-row img {
    width: 100%;
    height: auto;
  }
}

.buy-now {
	display: inline-block;
  margin: 4em auto 0 auto;
  padding: 0.6em 1.6em;
  font-family: 'Courier', monospace;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ccc;
  background: transparent;
  border: 1px solid #666;
  border-radius: 0.3em;
  transition: all 0.2s ease;
}
.buy-now:hover {
  ackground-color: rgba(255,255,255,0.05);
  color: #fff;
  border-color: #aaa;
  cursor: pointer;
}


/* ==== PRODUCTION ==== */
.twocol-list {
  columns: 2;
  column-gap: 2rem;
}
@media (max-width: 767.98px) {
  .twocol-list {
    columns: 1;
  }
}
.twocol-list li {
  margin-bottom: 1rem; /* z. B. 1rem, oder 1.5rem, je nach Geschmack */
}


.production-chapter{
	margin-top:7em;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq a, a:hover {
	text-decoration: none;
}
.faq p a {
	color:#666;
	text-decoration: underline;
}
.faq .faq-list {
  /*padding: 0 100px;*/
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'Courier New', monospace;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  outline: none;
  cursor: pointer;
  font-weight:bold;
}
.faq .faq-list a.inline {
	display:unset;
	padding:unset;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #666;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #333;
}
.faq .faq-list a:hover {
  color: #000;
}
.faq .faq-list a.collapsed:hover {
  color: #000;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  #hero, .hero-section, #hero-about {
    height: auto;
    padding: 100px 20px 60px;
    background-position: center top;
  }

  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.6rem; }
  h3, h4, .card-title { font-size: 1.4rem; }

  #mission p {
    font-size: 1.1rem;
  }

  .hero-section p.lead,
  #hero-about .lead {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.4rem; }
  h3, h4, .card-title { font-size: 1rem; }

  .hero-section p.lead,
  #hero-about .lead {
    font-size: 0.95rem;
  }
}

/* stuff from old site */
.fc000 {
    color: black;
}
.bgfff {
	background-color: white;
}

.bg-3c3c {
 background-image: url("https://supersense.com/mastercut/.NEW/img/bg_3c3c.jpg");
}
.bg-bdbd {
 background-image: url("https://supersense.com/mastercut/.NEW/img/bg_bdbd.jpg");
}
.bg-666 {
 background-image: url("https://supersense.com/mastercut/.NEW/img/bg_666.jpg");
}
.bg-5050 {
 background-image: url("https://supersense.com/mastercut/.NEW/img/bg_5050.jpg");
}

.zoom-container {
  /*width: 100vw;
  height: 100vh;*/
  overflow: hidden;
  position: relative;
}
.zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.8); /* 2x zoomen */
  transform-origin: center center; /* auf Mitte zoomen */
  transition: transform 2s ease; /* optional für sanften Zoom */
}




/* === Team / About – Bootstrap Modal Gallery (clean) === */

/* Polaroid cards */
.polaroid-card{opacity:.85;transition:transform .3s,box-shadow .3s,opacity .3s;cursor:pointer}
.polaroid-card:hover{transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.4);opacity:1}
.polaroid-card img{display:block;width:100%;height:auto;border-radius:2px}

/* Caption under cards */
#team-gallery figcaption{color:#ddd}
#team-gallery figcaption .fw-bold{color:#fff}
#team-gallery figcaption .fst-italic{color:#bcbcbc}

/* Hover hint positioned relative to the image height */
.polaroid-link{position:relative;display:block}
.polaroid-img{position:relative;display:inline-block}
.hover-hint{
  position:absolute;left:50%;transform:translateX(-50%);
  bottom:7%; /* % of image height => reliably in the white Polaroid rim */
  background:rgba(0,0,0,.7);color:#fff;border-radius:12px;
  padding:.3em .8em;font-size:.8rem;white-space:nowrap;
  pointer-events:none;opacity:0;transition:opacity .2s ease
}
.polaroid-link:hover .hover-hint{opacity:1}
@media (max-width: 767.98px){ .hover-hint{opacity:1} }

/* Modal overlay darkness */
.modal-backdrop.show{opacity:.96}

/* -------- Fullscreen modal layout (no jump, tighter gap) -------- */
#teamModal { --mc-header-h: 56px; --mc-gap: 12px; }   /* JS updates --mc-header-h on show */

#teamModal .modal-dialog.modal-fullscreen{
  margin:0; max-width:none; width:100%;
}
#teamModal .modal-content{
  height:100dvh; border:0; border-radius:0; background:#000; color:#fff;
}

/* Only the modal body’s columns will scroll if needed */
#teamModal .modal-body{
  height:calc(100dvh - var(--mc-header-h));
  overflow:hidden;
  padding:clamp(10px,2vw,20px);
}

/* Two columns */
#teamModal .mc-row{
  display:flex; gap:var(--mc-gap); height:100%; margin:0;
}

/* Image column: fixed-height box = no jump; image never taller than it */
#teamModal .mc-media{
  flex:1 1 55%;
  min-width:0;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
#teamModal .mc-media img{
  max-height:100%; width:auto; height:auto !important; object-fit:contain; display:block;
}

/* Text column: fixed width, its own scrollbar */
#teamModal .mc-caption{
  flex:0 0 40%; 
  min-width:360px;
  overflow:auto;
  padding-left:var(--mc-gap);
  padding-right:8%;
}
#teamModal .mc-caption h4{margin:0 0 .35rem}
#teamModal .mc-caption .role{font-style:italic;margin-bottom:.75rem;color:#d6d6d6}
#teamModal .mc-caption .blurb{line-height:1.55}

#mcName {
	color: white;
}
.blurb {
	padding-bottom:1em;
}

/* Arrows */
#teamModal .modal-content{position:relative}

#teamModal .mc-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

#teamModal .mc-nav i {
  font-size: 2rem;          /* Größe der Icons */
  filter: invert(100%) drop-shadow(0 0 2px rgba(0,0,0,.5));
  /* invert = Farbe umkehren → Schwarz auf weißem Hintergrund, weiß auf schwarzem Hintergrund */
  pointer-events: none;
}

#teamModal .mc-prev { left: 16px; }
#teamModal .mc-next { right: 16px; }


/* Mobile/portrait: stack, let full body scroll */
@media (max-width: 991.98px){
  #teamModal .modal-body{overflow:auto}
  #teamModal .mc-row{display:block}
  #teamModal .mc-caption{flex:none;width:auto;max-width:none;min-width:0;padding-left:0;margin-top:1rem;overflow:visible}
}

