/* ============ TERRA SICULA ============ */
:root {
  --paper: #f6efe2;
  --paper-deep: #efe4cf;
  --ink: #2e2a22;
  --ink-soft: #5b5344;
  --terracotta: #b64a2a;
  --terracotta-deep: #93381d;
  --olive: #6b7042;
  --olive-deep: #4a512e;
  --lemon: #e0b23c;
  --cream: #fbf7ee;
  --radius: 14px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Karla", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* subtle paper grain */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 1000;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3 { font-family: var(--font-display); font-weight: 420; line-height: 1.08; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.6rem, 6.5vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
em { font-style: italic; }
h1 em, h2 em { color: var(--terracotta); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.eyebrow {
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--terracotta); font-weight: 700; margin-bottom: 1rem;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-block; cursor: pointer; border: none;
  font-family: var(--font-body); font-weight: 700; font-size: .95rem;
  padding: .9rem 1.9rem; border-radius: 999px;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--terracotta); color: var(--cream); box-shadow: 0 6px 18px rgba(182, 74, 42, .3); }
.btn-primary:hover { background: var(--terracotta-deep); }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.btn-block { display: block; width: 100%; text-align: center; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: .9rem clamp(1.2rem, 4vw, 3rem);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(46, 42, 34, .1);
}
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; }
.brand-mark { width: 30px; height: 30px; color: var(--olive); }
.nav-links { display: flex; gap: 2rem; font-size: .92rem; font-weight: 600; }
.nav-links a { position: relative; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -4px; height: 2px; width: 0;
  background: var(--terracotta); transition: width .2s ease;
}
.nav-links a:hover::after { width: 100%; }
.cart-btn {
  position: relative; background: none; border: none; cursor: pointer;
  color: var(--ink); padding: .3rem;
}
.cart-btn svg { width: 26px; height: 26px; }
.cart-count {
  position: absolute; top: -4px; right: -7px;
  background: var(--terracotta); color: var(--cream);
  font-size: .68rem; font-weight: 700; font-family: var(--font-body);
  min-width: 18px; height: 18px; border-radius: 999px;
  display: grid; place-items: center; padding: 0 4px;
}

/* ============ PLACEHOLDER ART ============ */
.ph { position: relative; overflow: hidden; background: var(--ph-bg, linear-gradient(160deg, #d8c39a, #b64a2a)); }
.ph::after {
  content: attr(data-label);
  position: absolute; inset: 0; display: grid; place-items: center;
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1rem, 2.2vw, 1.6rem); color: rgba(251, 247, 238, .92);
  text-align: center; padding: 1rem; letter-spacing: .02em;
}
.ph::before {
  content: ""; position: absolute; inset: -20%;
  background: radial-gradient(ellipse at 30% 20%, rgba(255,255,255,.28), transparent 55%),
              radial-gradient(ellipse at 75% 85%, rgba(0,0,0,.18), transparent 60%);
}
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }

/* arch shape — the organic signature of the site */
.arch { border-radius: 999px 999px var(--radius) var(--radius); }

/* ============ HERO ============ */
.hero { position: relative; min-height: 92vh; display: grid; place-items: center; text-align: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media { --ph-bg: linear-gradient(165deg, #cf8b4b 0%, #b64a2a 45%, #5f3020 100%); }
.hero-media::after { content: ""; }
.hero-media img { filter: saturate(1.05); }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 3;
  background: linear-gradient(180deg, rgba(30,20,12,.25) 0%, rgba(30,20,12,.15) 45%, rgba(30,20,12,.55) 100%);
}
.hero-inner { position: relative; z-index: 4; color: var(--cream); max-width: 820px; padding: 6rem 1.5rem 4rem; }
.hero-inner .eyebrow { color: var(--lemon); }
.hero-inner h1 em { color: var(--lemon); }
.hero-sub { font-size: 1.15rem; max-width: 520px; margin: 1.4rem auto 2.2rem; opacity: .92; }

/* ============ MARQUEE ============ */
.marquee { overflow: hidden; background: var(--olive-deep); color: var(--paper); padding: .85rem 0; }
.marquee-track {
  display: flex; gap: 2.2rem; align-items: center; white-space: nowrap;
  width: max-content; animation: scroll 36s linear infinite;
  font-family: var(--font-display); font-style: italic; font-size: 1.15rem;
}
.marquee-track i { font-style: normal; color: var(--lemon); font-size: .8rem; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ============ MANIFESTO ============ */
.manifesto {
  display: grid; grid-template-columns: minmax(280px, 460px) 1fr;
  gap: clamp(2.5rem, 6vw, 6rem); align-items: center;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.5rem, 6vw, 6rem);
  max-width: 1300px; margin: 0 auto;
}
.manifesto-media { aspect-ratio: 4 / 5.2; --ph-bg: linear-gradient(170deg, #8a9159, #4a512e); }
.manifesto-text p:not(.eyebrow) { margin: 1.1rem 0; color: var(--ink-soft); max-width: 54ch; }
.manifesto-text .btn { margin-top: 1rem; }

/* ============ SHOP ============ */
.shop { background: var(--paper-deep); padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 5vw, 4rem); }
.shop-head { max-width: 1300px; margin: 0 auto 2.6rem; }
.filters { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.chip {
  border: 1.5px solid rgba(46, 42, 34, .35); background: transparent; cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: .88rem; color: var(--ink);
  padding: .45rem 1.15rem; border-radius: 999px; transition: all .18s ease;
}
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.grid {
  display: grid; gap: clamp(1.2rem, 2.5vw, 2rem);
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  max-width: 1300px; margin: 0 auto;
}
.card {
  background: var(--cream); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 1px 3px rgba(46, 42, 34, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(46, 42, 34, .13); }
.card-media { aspect-ratio: 1; margin: 10px 10px 0; border-radius: 999px 999px 8px 8px; }
.card-media::after { font-size: 1.05rem; }
.card-body { padding: 1.1rem 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.card-origin { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--olive); font-weight: 700; }
.card-name { font-family: var(--font-display); font-size: 1.32rem; font-weight: 480; margin: .3rem 0 .15rem; }
.card-size { font-size: .82rem; color: var(--ink-soft); margin-bottom: .9rem; }
.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.card-price { font-family: var(--font-display); font-size: 1.25rem; font-weight: 550; }
.card-add {
  border: none; cursor: pointer; background: var(--olive); color: var(--cream);
  font-family: var(--font-body); font-weight: 700; font-size: .84rem;
  padding: .55rem 1.1rem; border-radius: 999px; transition: background .18s ease, transform .18s ease;
}
.card-add:hover { background: var(--olive-deep); transform: scale(1.04); }
.card.hidden { display: none; }

/* ============ PEOPLE ============ */
.people { padding: clamp(4rem, 9vw, 8rem) clamp(1.5rem, 5vw, 4rem); max-width: 1300px; margin: 0 auto; text-align: center; }
.people-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.5rem, 4vw, 3.5rem); margin-top: 3rem;
}
.person-media { aspect-ratio: 4 / 5; }
.person:nth-child(1) .person-media { --ph-bg: linear-gradient(170deg, #9aa065, #55592f); }
.person:nth-child(2) .person-media { --ph-bg: linear-gradient(170deg, #d29a54, #a04a26); }
.person:nth-child(3) .person-media { --ph-bg: linear-gradient(170deg, #7fa3a8, #3e5f66); }
.person h3 { font-size: 1.5rem; margin-top: 1.3rem; }
.person-role { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--terracotta); font-weight: 700; margin: .25rem 0 .7rem; }
.person-quote { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; color: var(--ink-soft); max-width: 30ch; margin: 0 auto; }

/* ============ BANNER ============ */
.banner {
  position: relative; overflow: hidden;
  color: var(--cream); text-align: center;
  padding: clamp(5rem, 11vw, 9rem) 1.5rem;
}
.banner-media { position: absolute; inset: 0; --ph-bg: linear-gradient(165deg, #c1502e, #7c2a16); }
.banner-media::after { content: ""; }
.banner::after {
  content: ""; position: absolute; inset: 0; z-index: 3;
  background: linear-gradient(180deg, rgba(30, 20, 12, .45), rgba(30, 20, 12, .55));
}
.banner-inner { position: relative; z-index: 4; }
.banner h2 em { color: var(--lemon); }
.banner .btn-primary { background: var(--cream); color: var(--terracotta-deep); margin-top: 2rem; box-shadow: none; }
.banner .btn-primary:hover { background: var(--paper); }

/* ============ FOOTER ============ */
.footer { background: var(--ink); color: var(--paper); padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem) 2rem; }
.footer-cols {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem; max-width: 1300px; margin: 0 auto 3rem;
}
.footer-brand { font-family: var(--font-display); font-size: 1.6rem; margin-bottom: .8rem; }
.footer-h { font-weight: 700; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--lemon); margin-bottom: .9rem; }
.footer-cols a { display: block; margin: .4rem 0; opacity: .8; }
.footer-cols a:hover { opacity: 1; }
.newsletter { display: flex; gap: .5rem; }
.newsletter input {
  flex: 1; min-width: 0; background: rgba(251, 247, 238, .1); border: 1px solid rgba(251, 247, 238, .3);
  border-radius: 999px; padding: .6rem 1rem; color: var(--paper); font-family: var(--font-body);
}
.newsletter input::placeholder { color: rgba(251, 247, 238, .5); }
.newsletter button {
  border: none; background: var(--lemon); color: var(--ink); font-weight: 700;
  border-radius: 999px; padding: .6rem 1.2rem; cursor: pointer; font-family: var(--font-body);
}
.footer-note { text-align: center; font-size: .8rem; opacity: .55; }

/* ============ CART DRAWER ============ */
.cart-overlay {
  position: fixed; inset: 0; background: rgba(30, 20, 12, .45); z-index: 90;
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 95;
  width: min(420px, 92vw); background: var(--cream);
  display: flex; flex-direction: column;
  transform: translateX(105%); transition: transform .3s cubic-bezier(.3, .8, .3, 1);
  box-shadow: -12px 0 40px rgba(30, 20, 12, .18);
}
body.cart-open .cart-overlay { opacity: 1; pointer-events: auto; }
body.cart-open .cart-drawer { transform: translateX(0); }
body.cart-open { overflow: hidden; }
.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.3rem 1.5rem; border-bottom: 1px solid rgba(46, 42, 34, .12);
}
.cart-head h3 { font-size: 1.5rem; }
.cart-close { background: none; border: none; font-size: 1.9rem; cursor: pointer; color: var(--ink); line-height: 1; }
.cart-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.cart-empty { text-align: center; color: var(--ink-soft); font-family: var(--font-display); font-style: italic; font-size: 1.1rem; margin-top: 3rem; }
.cart-item {
  display: grid; grid-template-columns: 62px 1fr auto; gap: .9rem; align-items: center;
  padding: .9rem 0; border-bottom: 1px dashed rgba(46, 42, 34, .18);
}
.cart-item-thumb { width: 62px; height: 62px; border-radius: 999px 999px 6px 6px; }
.cart-item-thumb::after { content: ""; }
.cart-item-name { font-family: var(--font-display); font-size: 1.02rem; line-height: 1.25; }
.cart-item-price { font-size: .85rem; color: var(--ink-soft); }
.qty { display: flex; align-items: center; gap: .55rem; margin-top: .35rem; }
.qty button {
  width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid rgba(46, 42, 34, .4);
  background: none; cursor: pointer; font-weight: 700; line-height: 1; color: var(--ink);
}
.qty button:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.cart-item-remove { background: none; border: none; cursor: pointer; color: var(--ink-soft); font-size: 1.2rem; }
.cart-item-remove:hover { color: var(--terracotta); }
.cart-foot { padding: 1.3rem 1.5rem 1.6rem; border-top: 1px solid rgba(46, 42, 34, .12); background: var(--paper); }
.cart-total { display: flex; justify-content: space-between; font-size: 1.15rem; margin-bottom: .3rem; }
.cart-total strong { font-family: var(--font-display); font-size: 1.4rem; }
.cart-ship { font-size: .8rem; color: var(--ink-soft); margin-bottom: 1rem; }

/* ============ TOAST ============ */
.toast {
  position: fixed; bottom: 1.6rem; left: 50%; transform: translate(-50%, 140%);
  background: var(--ink); color: var(--paper); font-weight: 600; font-size: .92rem;
  padding: .8rem 1.5rem; border-radius: 999px; z-index: 120;
  transition: transform .3s cubic-bezier(.3, .8, .3, 1); pointer-events: none;
}
.toast.show { transform: translate(-50%, 0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-media { max-width: 380px; margin: 0 auto; }
}

/* ============ PACKSHOTS (Produktfotos auf Weiß) ============ */
.pack { background: var(--cream) !important; }
.pack::before { display: none; }
.pack img { object-fit: contain; padding: 8%; background: var(--cream); }
.card-media.pack::after { color: rgba(46, 42, 34, .35); }

/* ============ SHOP-INTRO ============ */
.shop-intro { max-width: 56ch; color: var(--ink-soft); margin-top: .6rem; line-height: 1.6; }

/* ============ PRODUKTKARTE — Zusatzangaben ============ */
.card-de { font-size: .92rem; color: var(--ink-soft); margin: -.05rem 0 .5rem; }
.card-ing { margin-bottom: 1rem; border-top: 1px solid rgba(46, 42, 34, .1); padding-top: .6rem; }
.card-ing summary {
  cursor: pointer; list-style: none; font-size: .74rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--olive);
}
.card-ing summary::-webkit-details-marker { display: none; }
.card-ing summary::after { content: " +"; }
.card-ing[open] summary::after { content: " –"; }
.card-ing p { font-size: .8rem; line-height: 1.5; color: var(--ink-soft); margin-top: .5rem; }
.bio-note { font-style: italic; }
.card-ean { font-variant-numeric: tabular-nums; opacity: .7; }
.card-ask {
  font-family: var(--font-body); font-size: .82rem; font-weight: 700;
  letter-spacing: .04em; color: var(--terracotta);
}

/* ============ KONTAKT ============ */
.contact { padding: clamp(4rem, 9vw, 7rem) 1.5rem; background: var(--paper-deep); }
.contact-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.contact h2 { font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 480; margin: .4rem 0 1rem; }
.contact h2 em { color: var(--terracotta); }
.contact-lead { max-width: 58ch; margin: 0 auto 2.4rem; color: var(--ink-soft); line-height: 1.65; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.contact-card { background: var(--cream); border-radius: var(--radius); padding: 1.6rem 1.2rem; }
.contact-role { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--olive); font-weight: 700; }
.contact-card h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 480; margin-top: .45rem; }
.contact-lines { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin-bottom: 2.2rem; }
.contact-line {
  display: flex; flex-direction: column; gap: .25rem; text-decoration: none; color: inherit;
  border: 1px solid rgba(46, 42, 34, .16); border-radius: var(--radius);
  padding: 1rem 1.2rem; transition: border-color .18s ease, transform .18s ease;
}
.contact-line:hover { border-color: var(--terracotta); transform: translateY(-2px); }
.contact-label { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--olive); font-weight: 700; }
.contact-value { font-family: var(--font-display); font-size: 1.15rem; word-break: break-word; }

/* ============ TEAM — Monogramm-Platzhalter ============ */
.people-grid--two { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); max-width: 820px; margin: 0 auto; }
.mono { position: relative; overflow: hidden; aspect-ratio: 3 / 4; background: linear-gradient(165deg, var(--olive), var(--olive-deep)); }
.mono::after {
  content: attr(data-initials);
  position: absolute; inset: 0; display: grid; place-items: center;
  font-family: var(--font-display); font-size: clamp(3rem, 8vw, 5rem);
  color: rgba(251, 247, 238, .9); font-style: italic;
}
.mono img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }

/* ============ SPLASH / STARTSEITE ============ */
.splash-body { background: var(--paper); }
.splash {
  min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2.2rem; padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem; text-align: center;
}
.splash-logo { display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.logo-mark { width: clamp(84px, 12vw, 118px); height: auto; color: var(--terracotta); }
.logo-word {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2.3rem, 6.5vw, 3.9rem); line-height: 1; letter-spacing: -.01em;
}
.logo-word span { display: block; font-style: italic; color: var(--terracotta); }
.logo-tag { font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); margin-top: .5rem; }
.splash-prompt { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: var(--ink-soft); }

.splash-choices {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 1.25rem; width: 100%; max-width: 980px; justify-self: stretch;
}
.choice {
  display: flex; flex-direction: column; gap: .7rem; text-align: left; text-decoration: none; color: inherit;
  background: var(--cream); border: 1px solid rgba(46, 42, 34, .12); border-radius: var(--radius);
  padding: 1.9rem 1.7rem 1.7rem;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.choice:hover { transform: translateY(-4px); border-color: var(--terracotta); box-shadow: 0 14px 34px rgba(46, 42, 34, .12); }
.choice-route {
  display: flex; align-items: center; gap: .6rem;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--olive);
}
.choice-arrow { width: 44px; height: 12px; flex: none; color: var(--terracotta); }
.choice h2 { font-family: var(--font-display); font-weight: 480; font-size: 1.5rem; line-height: 1.25; }
.choice p { font-size: .92rem; line-height: 1.6; color: var(--ink-soft); }
.choice-cta {
  margin-top: auto; padding-top: .7rem; font-weight: 700; font-size: .86rem; color: var(--terracotta);
}
.choice-cta::after { content: " →"; }
.choice-badge {
  align-self: flex-start; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700;
  background: var(--lemon); color: var(--ink); padding: .3rem .7rem; border-radius: 999px;
}
.choice--soon { background: var(--paper-deep); }
.splash-foot { font-size: .84rem; color: var(--ink-soft); line-height: 1.8; }
.splash-foot a { color: inherit; }

/* ---- Splash stage: Karte + Auswahl ---- */
.splash-stage {
  width: 100%; max-width: 1000px; display: grid; grid-template-columns: 1fr;
  gap: 1.6rem; justify-items: stretch; align-items: center;
}
.railmap { margin: 0 auto; width: 100%; max-width: 440px; }
.railmap-svg { width: 100%; height: auto; display: block; }
.railmap-cap { margin-top: .7rem; font-size: .8rem; font-style: italic; color: var(--ink-soft); text-align: center; line-height: 1.45; }

.map-sea { fill: #dbe6e3; }
.map-grid line { stroke: rgba(46, 42, 34, .06); stroke-width: 1; }
.map-land { fill: #e8d6b0; stroke: rgba(107, 112, 66, .45); stroke-width: 1; }
.map-alps { fill: none; stroke: rgba(74, 81, 46, .6); stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; }
.map-cardinal { font-size: 10px; letter-spacing: .18em; fill: var(--ink-soft); text-transform: uppercase; }
.map-land--at { fill: #ecd9b0; }
.region-label { font-size: 10px; letter-spacing: .22em; fill: rgba(74, 81, 46, .5); text-transform: uppercase; font-weight: 700; }
.landmark-label { font-size: 10px; fill: var(--terracotta-deep); font-weight: 700; }
.rail-future { fill: none; stroke: var(--terracotta); stroke-width: 2; stroke-dasharray: 1 7; stroke-linecap: round; opacity: .42; }

.rail-base { fill: none; stroke: #c7bba3; stroke-width: 3.4; stroke-linecap: round; }
.rail-flow { fill: none; stroke: var(--terracotta); stroke-width: 3.4; stroke-linecap: round; stroke-dasharray: 2 12; }

.station { fill: var(--cream); stroke: var(--terracotta); stroke-width: 2; }
.station--key { stroke-width: 2.6; }
.station-label { font-size: 12px; fill: var(--ink-soft); }
.station-label.is-key { fill: var(--terracotta-deep); font-weight: 700; }

.endpoint-glow { fill: var(--terracotta); opacity: 0; transition: opacity .3s ease; }
.railmap.is-north .endpoint-glow.north { opacity: .22; }
.railmap.is-south .endpoint-glow.south { opacity: .22; }

.train-body { fill: var(--terracotta); stroke: var(--terracotta-deep); stroke-width: 1; }
.train-win { fill: var(--cream); }
.train-light { fill: var(--lemon); }

@media (min-width: 880px) {
  .splash-choices { max-width: 760px; }
}
@media (prefers-reduced-motion: reduce) {
  .rail-flow { stroke-dasharray: none; opacity: .5; }
}

/* ============ IN COSTRUZIONE ============ */
.soon {
  max-width: 640px; display: flex; flex-direction: column; align-items: center; gap: 1rem;
  background: var(--cream); border-radius: var(--radius); padding: clamp(2rem, 5vw, 3rem);
}
.soon h2 { font-family: var(--font-display); font-weight: 480; font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: 1.2; }
.soon h2 em { color: var(--terracotta); }
.soon p { color: var(--ink-soft); line-height: 1.65; }
.soon-lines { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: .8rem; width: 100%; margin: .6rem 0; }
.soon-people { font-size: .84rem; font-style: italic; }

/* ============ IMPRESSUM ============ */
.legal { max-width: 760px; margin: 0 auto; padding: clamp(3rem, 7vw, 5rem) 1.5rem 4rem; }
.legal h1 { font-family: var(--font-display); font-weight: 480; font-size: clamp(2.2rem, 5vw, 3rem); margin: .3rem 0 1.6rem; }
.legal h2 { font-family: var(--font-display); font-weight: 480; font-size: 1.3rem; margin: 2rem 0 .5rem; }
.legal p { color: var(--ink-soft); line-height: 1.7; }
.legal a { color: var(--terracotta); }
.legal em { color: var(--ink); background: rgba(224, 178, 60, .28); padding: 0 .2em; font-style: normal; border-radius: 3px; }
.legal-note {
  background: var(--cream); border-left: 4px solid var(--lemon); border-radius: 8px;
  padding: 1.1rem 1.3rem; font-size: .9rem; line-height: 1.6; color: var(--ink-soft);
}
.legal-note code { background: var(--paper-deep); padding: 0 .25em; border-radius: 3px; }
.legal-back { margin-top: 2.5rem; }

/* ============ LOGO ============ */
.brand-mark { width: 34px; height: 34px; object-fit: contain; }
.logo-img { width: clamp(230px, 34vw, 380px); height: auto; display: block; }
.hero-logo {
  width: clamp(160px, 22vw, 240px); height: auto; margin: 0 auto 1.4rem;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
}

/* ============ IT-SEITE ============ */
.hero--it { min-height: auto; padding-top: 2rem; background: var(--paper-deep); }
.hero--it .hero-inner { color: var(--ink); }
.hero--it .hero-inner .eyebrow { color: var(--olive); }
.hero--it .hero-inner h1 em { color: var(--terracotta); }
.hero--it .hero-sub { color: var(--ink-soft); }
.hero--it .hero-logo { filter: none; }
.hero-flag { margin: 1.2rem 0 1.6rem; }
.card-desc { font-size: .88rem; line-height: 1.55; color: var(--ink-soft); margin-bottom: .9rem; }
.shop-legal { margin-top: 2rem; font-size: .8rem; color: var(--ink-soft); text-align: center; }
.contact-sub { font-size: .84rem; color: var(--ink-soft); margin-top: .3rem; }

/* ============ AUTOMATEN ============ */
.vending { padding: clamp(4rem, 9vw, 7rem) 1.5rem; background: var(--paper-deep); }
.vending-inner { max-width: 1080px; margin: 0 auto; }
.vending h2 { font-family: var(--font-display); font-weight: 480; font-size: clamp(2rem, 4.5vw, 3rem); margin: .4rem 0 1.2rem; }
.vending h2 em { color: var(--terracotta); }
.vending-lead { max-width: 62ch; color: var(--ink-soft); line-height: 1.7; margin-bottom: .9rem; }
.vending-lead strong { color: var(--ink); }
.vending-h3 {
  font-family: var(--font-body); font-size: .74rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--olive); margin: 2.8rem 0 1rem;
}

.model-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.model-card {
  background: var(--cream); border-radius: var(--radius); padding: 1.6rem 1.4rem;
  border-top: 3px solid var(--terracotta);
}
.model-num { font-family: var(--font-display); font-size: .95rem; color: var(--terracotta); font-style: italic; }
.model-card h4 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 480; margin: .3rem 0 .5rem; }
.model-card p { font-size: .9rem; line-height: 1.6; color: var(--ink-soft); }

.vending-split { display: grid; grid-template-columns: minmax(240px, 340px) 1fr; gap: 2.4rem; align-items: start; margin-top: 2.8rem; }
.vending-media { background: var(--cream); border-radius: var(--radius); padding: 1.2rem; }
.vending-media img { width: 100%; height: auto; display: block; border-radius: 8px; }
.vending-media figcaption { font-size: .78rem; line-height: 1.5; color: var(--ink-soft); margin-top: .8rem; }
.vending-specs > p { color: var(--ink-soft); line-height: 1.7; margin-bottom: 1.2rem; max-width: 60ch; }
.vending-specs .vending-h3 { margin-top: 0; }

.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; padding: .7rem .2rem; border-bottom: 1px solid rgba(46, 42, 34, .12); vertical-align: top; }
.spec-table th { width: 38%; font-weight: 700; font-size: .82rem; }
.spec-table td { font-size: .9rem; color: var(--ink-soft); line-height: 1.5; }
.spec-note { font-size: .76rem; color: var(--ink-soft); margin-top: .8rem; font-style: italic; }

.need-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.need-card { background: var(--cream); border-radius: var(--radius); padding: 1.4rem 1.3rem; }
.need-label { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--olive); }
.need-value { font-family: var(--font-display); font-size: 1.5rem; color: var(--terracotta); margin: .2rem 0 .6rem; }
.need-card p:last-child { font-size: .86rem; line-height: 1.55; color: var(--ink-soft); }

.vending-cta {
  margin-top: 2.8rem; background: var(--ink); color: var(--cream); border-radius: var(--radius);
  padding: 2rem 1.8rem; display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: center; justify-content: space-between;
}
.vending-cta p { max-width: 56ch; line-height: 1.65; font-size: .95rem; }
.vending-cta strong { color: var(--lemon); }
.vending-cta .btn { flex: none; }

@media (max-width: 860px) {
  .vending-split { grid-template-columns: 1fr; }
  .vending-media { max-width: 340px; }
}

/* ---- Splash: Bilder & sizilianisches Kachel-Band ---- */
.splash-hero {
  position: relative; margin: 0; width: 100%; max-width: 900px;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 16px 40px rgba(46, 42, 34, .16);
}
.splash-hero-photo {
  width: 100%; height: clamp(300px, 46vh, 440px);
  object-fit: cover; object-position: center 42%; display: block;
}
.splash-hero-cap {
  position: absolute; left: 0; right: 0; bottom: 0; margin: 0;
  padding: 2rem 1.2rem .95rem;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1rem, 2.4vw, 1.32rem); color: #fdf7ea; text-align: center;
  background: linear-gradient(to top, rgba(28, 18, 10, .66), rgba(28, 18, 10, 0));
}

.tile-band {
  width: 100%; max-width: 900px; height: 40px; border-radius: 9px; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(46, 42, 34, .10);
  background: url("images/tile-strip.svg") center / auto 100% repeat-x;
}
.tile-band-svg { width: 100%; height: 100%; display: block; }

/* ---- sizilianisches Kachel-Zierband (Maiolica + arabischer 8-Stern), seitenweit ---- */
.tile-divider {
  width: 100%; height: clamp(30px, 5vw, 42px);
  background: url("images/tile-strip.svg") center / auto 100% repeat-x;
  border-top: 1px solid rgba(46, 42, 34, .08);
  border-bottom: 1px solid rgba(46, 42, 34, .08);
}

.splash-banner {
  position: relative; margin: 0; width: 100%; max-width: 900px;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 12px 30px rgba(46, 42, 34, .14);
}
.splash-banner img {
  width: 100%; height: clamp(150px, 24vh, 240px);
  object-fit: cover; object-position: center 55%; display: block;
}
.splash-banner-cap {
  position: absolute; left: 0; right: 0; bottom: 0; margin: 0;
  padding: 1.7rem 1.2rem .9rem;
  font-size: clamp(.86rem, 1.9vw, 1rem); font-weight: 600; color: #fdf7ea; text-align: center;
  background: linear-gradient(to top, rgba(28, 18, 10, .68), rgba(28, 18, 10, 0));
}

/* ---- Splash: grosser Deutschland-Button + kleiner Palermo-Button ---- */
.splash-choices { display: flex; flex-direction: column; gap: 1rem; max-width: 620px; }
.choice-mark { width: 30px; height: 30px; flex: none; object-fit: contain; }

.choice--primary {
  background: var(--cream); border: 1.6px solid var(--terracotta);
  padding: clamp(1.9rem, 4vw, 2.6rem) clamp(1.6rem, 3.5vw, 2.2rem);
  box-shadow: 0 16px 38px rgba(46, 42, 34, .14); gap: .85rem;
}
.choice--primary:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(182, 74, 42, .2); }
.choice--primary .choice-route { font-size: .8rem; gap: .7rem; }
.choice--primary .choice-route-goal { color: var(--terracotta-deep); }
.choice--primary h2 { font-size: clamp(1.8rem, 4.6vw, 2.7rem); line-height: 1.12; }
.choice--primary p { font-size: clamp(.98rem, 2vw, 1.12rem); }
.choice--primary .choice-cta { font-size: 1.02rem; }

.choice--mini {
  flex-direction: row; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .85rem 1.2rem; background: var(--paper-deep);
}
.choice--mini:hover { transform: translateY(-2px); }
.choice-mini-main { display: flex; flex-direction: column; gap: .25rem; }
.choice-route.small { font-size: .64rem; color: var(--olive); gap: .45rem; }
.choice-route.small .choice-mark { width: 18px; height: 18px; }
.choice-mini-sub { font-size: .82rem; color: var(--ink-soft); font-style: italic; }
.choice--mini .choice-badge { align-self: center; flex: none; }

/* ---- Splash: echte Karte (CIA World Factbook, gemeinfrei) + Route-Overlay ---- */
.realmap {
  position: relative; width: 100%; max-width: 400px; margin-inline: auto;
  aspect-ratio: 560 / 790; overflow: hidden; border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(46, 42, 34, .16); background: #bcd3de;
}
.realmap-img { position: absolute; width: 250%; height: auto; max-width: none; left: -83.93%; top: -113.92%; }
.realmap::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(246, 239, 226, .10), rgba(182, 74, 42, .07));
}
.realmap-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.realmap-overlay .rail-base { stroke: rgba(255, 255, 255, .85); stroke-width: 4.6; }
.realmap-overlay .rail-flow { stroke: var(--terracotta); stroke-width: 3.4; }
.realmap-overlay .train-body { stroke: #fff; stroke-width: 1.4; }
.pin-dot { fill: var(--terracotta); stroke: #fff; stroke-width: 2.4; }
.pin-label {
  font-family: var(--font-body); font-size: 17px; font-weight: 700; fill: var(--ink);
  paint-order: stroke; stroke: #fdf7ea; stroke-width: 3.6px; stroke-linejoin: round;
}
.pin-label--key { fill: var(--terracotta-deep); }
.map-credit { display: block; margin-top: .35rem; font-size: .68rem; font-style: normal; color: var(--ink-soft); opacity: .7; }

/* ---- Splash: Logo links + Karte rechts (unter dem Hero-Foto) ---- */
.splash-intro {
  width: 100%; max-width: 920px; display: grid; grid-template-columns: 1fr;
  gap: 1.8rem; align-items: center; justify-items: center;
}
.splash-intro .splash-logo { margin: 0; }
.splash-intro .logo-img { max-width: 320px; width: 100%; }
@media (min-width: 760px) {
  .splash-intro { grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
  .splash-intro .logo-img { max-width: 360px; }
}

/* ---- Splash-Hero: Logo (oben links) + Karte (oben rechts) im Foto eingebettet ---- */
.hero-overlay {
  position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; padding: clamp(1rem, 3vw, 2rem); pointer-events: none;
}
.hero-overlay::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 55% at 50% 48%, rgba(20, 14, 8, .34), transparent 70%);
}
.hero-logo {
  position: relative; width: clamp(132px, 26vw, 210px); height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .42));
}
.hero-map { position: relative; margin: 0; width: clamp(122px, 24vw, 172px); }
.hero-map .realmap {
  max-width: none; width: 100%;
  border: 3px solid #fdf7ea; box-shadow: 0 8px 22px rgba(0, 0, 0, .38);
}
.foot-credit { font-size: .68rem; opacity: .6; margin-top: .2rem; }

/* ---- Splash: Buttons + Karte nebeneinander (Karte auf gleicher Hoehe wie Deutschland-Button) ---- */
.splash-offer {
  width: 100%; max-width: 920px; display: grid; grid-template-columns: 1fr;
  gap: 1.6rem; align-items: start;
}
.offer-choices { display: flex; flex-direction: column; gap: 1rem; width: 100%; }
.offer-map { margin: 0 auto; width: 100%; max-width: 232px; }
.offer-map .realmap { max-width: none; width: 100%; }
@media (min-width: 760px) {
  .splash-offer { grid-template-columns: 1.55fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
  .offer-map { margin: 0; justify-self: center; }
}

/* ---- Produktfotos im Deutschland-Button + LKW-Kontur ---- */
.choice-thumbs { display: flex; gap: .5rem; margin-top: .4rem; flex-wrap: wrap; }
.choice-thumbs img {
  width: clamp(42px, 8vw, 56px); height: clamp(42px, 8vw, 56px);
  object-fit: cover; border-radius: 10px; border: 2px solid var(--cream);
  box-shadow: 0 3px 8px rgba(46, 42, 34, .18);
}
.realmap-overlay .truck {
  filter: drop-shadow(0 0 1.5px rgba(255, 255, 255, .95)) drop-shadow(0 1px 1px rgba(0, 0, 0, .35));
}

/* ---- Splash: grosse Deutschland-Karte mit eingebetteter Landkarte ---- */
.splash-offer { display: flex; flex-direction: column; gap: 1.2rem; max-width: 980px; }
.choice--big { padding: clamp(1.6rem, 3.5vw, 2.8rem); }
.pcard { display: grid; grid-template-columns: 1fr; gap: 1.4rem; align-items: center; width: 100%; }
.pcard-text { display: flex; flex-direction: column; gap: .9rem; }
.pcard-map { margin: 0 auto; width: 100%; max-width: 300px; }
.pcard-map .realmap { max-width: none; width: 100%; }
.choice--big h2 { font-size: clamp(2rem, 5vw, 3.1rem); }
.choice--big p { font-size: clamp(1rem, 2.2vw, 1.18rem); }
.choice--big .choice-cta {
  align-self: flex-start; margin-top: .5rem;
  background: var(--terracotta); color: var(--cream);
  padding: .95rem 2rem; border-radius: 999px; font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(182, 74, 42, .32);
}
@media (min-width: 720px) {
  .pcard { grid-template-columns: 1.3fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); }
  .pcard-map { margin: 0; justify-self: end; max-width: 340px; }
}

/* ---- Kontaktformular ---- */
.contact-form { max-width: 560px; margin: 1.6rem auto 0; text-align: left; display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: flex; flex-direction: column; gap: .4rem; }
.form-row label { font-size: .82rem; font-weight: 700; letter-spacing: .04em; color: var(--ink-soft); }
.contact-form input, .contact-form textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  background: var(--cream); border: 1.5px solid rgba(46, 42, 34, .22); border-radius: 12px;
  padding: .75rem .9rem; width: 100%; transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(182, 74, 42, .14);
}
.contact-form .btn-block { margin-top: .3rem; }
.form-note { font-size: .82rem; color: var(--ink-soft); margin-top: .2rem; text-align: center; }
.form-note a { color: var(--terracotta); font-weight: 700; }

/* ---- Kontaktformular: Einwilligung ---- */
.form-consent { display: flex; align-items: flex-start; gap: .6rem; font-size: .84rem; color: var(--ink-soft); line-height: 1.45; cursor: pointer; }
.form-consent input { width: 18px; height: 18px; margin-top: .12rem; flex: none; accent-color: var(--terracotta); }
.form-consent a { color: var(--terracotta); font-weight: 700; }
