:root {
  --bg: #090909;
  --bg-soft: #121212;
  --panel: #191919;
  --text: #f4efe3;
  --muted: #b8aca6;
  --accent: #8f1f1b;
  --daphne: #7fb7d5;
  --daphne-soft: rgba(127, 183, 213, 0.22);
  --daphne-faint: rgba(127, 183, 213, 0.10);
  --danger: #b3261e;
  --line: rgba(143, 31, 27, 0.28);
  --white-soft: rgba(255,255,255,0.08);
  --shadow: 0 24px 80px rgba(0,0,0,.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.hero .wrap {
  width: min(1240px, calc(100% - 32px));
}
.narrow { width: min(780px, calc(100% - 32px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 48px);
  background: rgba(9,9,9,.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .08em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--accent);
  color: var(--daphne);
  transform: rotate(-4deg);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.8);
}
.brand-text { font-size: .98rem; }

.main-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 18px; color: var(--muted); font-size: .92rem; }
.main-nav a:hover { color: var(--daphne); }
.nav-subtle { border: 1px solid var(--daphne-soft); padding: 7px 10px; border-radius: 999px; font-size: .78rem; }
.nav-subtle:hover { border-color: var(--daphne); box-shadow: 0 0 18px var(--daphne-faint); }

.section { padding: clamp(64px, 9vw, 116px) 0; }
.section-dark { position: relative; overflow: hidden; background: radial-gradient(circle at 70% 10%, rgba(179,38,30,.22), transparent 32%), radial-gradient(circle at 22% 24%, var(--daphne-faint), transparent 24%), #080808; }
.section-smoke { background: linear-gradient(135deg, #0a0a0a, #170d0d); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.hero { min-height: 82vh; display: grid; align-items: center; padding: 110px 0 80px; }
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,9,9,.95) 0%, rgba(9,9,9,.66) 44%, rgba(9,9,9,.96) 100%),
    none;
  background-size: cover;
  background-position: center right;
  opacity: .72;
}
.hero::after, .sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 100% 4px;
  mix-blend-mode: screen;
}
.hero-content { position: relative; z-index: 1; max-width: 620px; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 620px); gap: 28px; align-items: center; }
.hero-media { margin: 0; justify-self: end; width: 100%; max-width: 620px; min-height: 680px; border: 1px solid rgba(127, 183, 213, 0.18); box-shadow: var(--shadow); overflow: hidden; background: #050505; }
.hero-media img { width: 130%; height: 100%; min-height: 680px; display: block; object-fit: cover; object-position: 78% center; filter: saturate(.92) contrast(1.04) brightness(.92); transform: translateX(-6%); }
.eyebrow { color: var(--daphne); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin: 0 0 10px; }
.eyebrow::after { content: ""; display: block; width: 42px; height: 1px; margin-top: 8px; background: var(--daphne-soft); }
h1, h2, h3 { line-height: 1.05; margin: 0; }
h1 { font-size: clamp(4rem, 12vw, 9.5rem); letter-spacing: -.08em; text-transform: uppercase; }
h2 { font-size: clamp(2rem, 5vw, 4rem); letter-spacing: -.045em; }
h3 { font-size: 1.25rem; }
.hero-line { font-size: clamp(1.35rem, 3vw, 2.35rem); margin: 8px 0 18px; color: var(--accent); font-weight: 900; }
.hero-copy { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 2px;
  border: 1px solid var(--accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .82rem;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #f4efe3; }
.btn-ghost { color: var(--daphne); border-color: var(--daphne-soft); background: rgba(0,0,0,.28); }
.btn-small { min-height: 40px; font-size: .76rem; white-space: nowrap; }

.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading p:not(.eyebrow), .text-block p, .profile-content p, .note-box p, .section-contact p { color: var(--muted); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 320px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.video-card:hover {
  border-color: var(--daphne-soft);
  box-shadow: var(--shadow), 0 0 0 1px var(--daphne-faint);
  transform: translateY(-2px);
}
.video-card h3, .video-card p { padding: 0 18px; }
.video-card p { color: var(--muted); }
.thumb {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1f0d0d, #070707 70%);
  border-bottom: 1px solid var(--daphne-soft);
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .08em;
}
.thumb iframe { width: 100%; height: 100%; border: 0; display: block; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 6vw, 80px); align-items: center; }
.text-block p { font-size: 1.08rem; }

.profile-card {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(18px, 3vw, 34px);
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  border: 1px solid var(--line);
  border-left-color: var(--daphne-soft);
  box-shadow: var(--shadow);
}
.image-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #200d0d, #090909 70%);
  border: 1px solid var(--line);
  color: var(--accent);
  font-weight: 900;
}
.profile-content p { font-size: 1.05rem; }

.note-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
  background: #111;
  border: 1px solid var(--line);
  border-left-color: var(--daphne-soft);
  box-shadow: var(--shadow);
}
.gear-note { padding-top: 0; }

.section-contact { background: #0d0d0d; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 70px); align-items: start; }
.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 34px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-top-color: var(--daphne-soft);
  box-shadow: var(--shadow);
}
label { display: grid; gap: 7px; color: var(--muted); font-size: .9rem; font-weight: 800; }
input, select, textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(143, 31, 27, 0.34);
  background: #090909;
  color: var(--text);
  font: inherit;
}
.input-highlight { background: #101417; border-color: var(--daphne-soft); }
textarea { resize: vertical; }
.checkline { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; }
.checkline input { width: auto; margin-top: 5px; }
.hp { position: absolute; left: -9999px; opacity: 0; }
.form-note { min-height: 24px; color: var(--accent); margin: 0; }

.site-footer { border-top: 1px solid var(--line); background: #070707; color: var(--muted); padding: 26px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; }
.footer-links a:hover { color: var(--daphne); }

.sub-hero { padding: 120px 0 90px; }
.sub-hero h1 { font-size: clamp(4rem, 12vw, 8rem); }
.pedal-shot { min-height: 520px; }
.feature-list { color: var(--muted); padding-left: 20px; margin: 22px 0; }
.feature-list li { margin: 8px 0; }

@media (max-width: 860px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .main-nav { justify-content: flex-start; }
  .video-grid, .split-grid, .profile-card, .contact-grid, .note-box, .hero-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-content { margin-left: auto; }
  .hero-media { max-width: 520px; min-height: auto; justify-self: center; }
  .hero-media img { width: 100%; min-height: auto; transform: none; object-position: center top; }
  h1 { font-size: clamp(3.4rem, 20vw, 5rem); }
  .image-placeholder { min-height: 300px; }
}


/* Daphne Blue: very small signature accents only */
input:focus, select:focus, textarea:focus {
  outline: 1px solid var(--daphne-soft);
  border-color: var(--daphne-soft);
}
::selection {
  background: var(--daphne-soft);
  color: var(--text);
}


/* Version with generated test images */
.brand-star { color: var(--accent); font-size: .8rem; }
.brand-text { font-size: 1.15rem; }
.site-header { min-height: 64px; }
.hero-bg { opacity: .96; }
.hero h1 { text-shadow: 0 12px 50px rgba(0,0,0,.65); }
.inline-link {
  color: var(--daphne);
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .78rem;
  white-space: nowrap;
}
.inline-link:hover { color: var(--text); }
.section-heading-row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}
.static-card { overflow: hidden; }
.thumb-image { position: relative; overflow: hidden; }
.thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.05) brightness(.82);
  transform: scale(1.02);
  transition: transform .35s ease, filter .35s ease;
}
.video-card:hover .thumb-image img { transform: scale(1.06); filter: saturate(1) contrast(1.1) brightness(.95); }
.play-badge {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(244,239,227,.76);
  background: rgba(0,0,0,.48);
  color: var(--text);
  font-size: 1.25rem;
  padding-left: 3px;
  box-shadow: 0 10px 40px rgba(0,0,0,.55);
}
.card-body { padding: 18px; }
.video-card h3, .video-card p { padding: 0; }
.episode-meta {
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .11em;
  font-size: .72rem;
}
.about-grid { grid-template-columns: .55fr 1fr 1fr; }
.stamp-wrap { display: flex; justify-content: center; }
.round-stamp {
  width: 150px;
  height: 150px;
  border: 2px solid var(--accent);
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
  transform: rotate(-9deg);
  opacity: .75;
}
.round-stamp span { color: var(--daphne); font-size: .8em; }
.amp-strip {
  min-height: 210px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(9,9,9,.20), rgba(9,9,9,.90)),
    url('../../Images/kransch-note.jpg');
  background-size: cover;
  background-position: center 36%;
  box-shadow: var(--shadow);
  filter: grayscale(.35) brightness(.75) contrast(1.15);
}
.profile-card-with-image { overflow: hidden; }
.real-image {
  margin: 0;
  min-height: 440px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.real-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.06) brightness(.9);
}
.signature-line {
  color: var(--accent) !important;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: underline;
  text-decoration-color: var(--daphne-soft);
  text-underline-offset: 5px;
}
.note-box-with-image {
  grid-template-columns: 260px 1fr auto;
  padding: 18px;
}
.note-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--daphne-soft);
  filter: saturate(.9) contrast(1.05) brightness(.86);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  box-shadow: 0 0 0 3px var(--daphne-faint);
}

@media (max-width: 980px) {
  .section-heading-row { display: block; }
  .about-grid { grid-template-columns: 1fr; }
  .note-box-with-image { grid-template-columns: 1fr; }
}


.product-shot {
  background: #111;
  display: grid;
  place-items: center;
  padding: 18px;
}
.product-shot img {
  width: 100%;
  max-width: 520px;
  min-height: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.45));
}
.kransch-main-grid {
  align-items: center;
}
.kransch-secondary-grid {
  align-items: start;
}
.kransch-order-box {
  grid-template-columns: 1fr;
  align-items: start;
}
.kransch-order-box h3 {
  margin-bottom: 12px;
}
@media (max-width: 860px) {
  .product-shot img {
    max-width: 420px;
  }
}

.form-note.is-success {
  color: var(--daphne);
}

.form-note.is-error {
  color: #ff8a80;
}

button:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none !important;
}

.status-pending {
  border-color: rgba(244,239,227,.25);
  color: var(--muted);
}

.status-published {
  border-color: var(--daphne-soft);
  color: var(--daphne);
}

.status-skipped {
  border-color: rgba(143,31,27,.45);
  color: #ff8a80;
}

.btn-danger {
  border-color: rgba(255, 80, 70, .55) !important;
  background: rgba(143, 31, 27, .78) !important;
  color: #fff !important;
}

.btn-danger:hover {
  background: #b3261e !important;
}
