/* ==========================================================================
   defischous OHG — world's finest fish
   Design-System · mainilkanjo · 2026
   Farbwelt aus defischous.de: Navy #023B59 / Petrol #009BA8 / Eis #C9EAF7
   ========================================================================== */

/* ---------- Schriften (lokal gehostet, DSGVO-konform) ---------- */
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin-400-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-latin-300-normal.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Shantell Sans';
  src: url('../fonts/shantell-sans-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

/* ---------- Token ---------- */
:root {
  --ink:        #0d2b40;   /* Fließtext, fast-Navy */
  --navy:       #023b59;   /* Marken-Navy von defischous.de */
  --navy-deep:  #032a40;   /* dunkle Flächen */
  --abyss:      #021d2e;   /* Footer / Tiefsee */
  --petrol:     #009ba8;   /* Marken-Petrol */
  --petrol-dk:  #007d8a;
  --teal-soft:  #3e9dad;   /* Logo-Welle */
  --ice:        #c9eaf7;   /* Eisblau von der Firmenseite */
  --fog:        #f4f8f9;   /* heller Seitengrund */
  --foam:       #ffffff;
  --line:       #dce9ee;
  --gold:       #d9a441;   /* sparsamer Akzent: Auszeichnung/Sterne */

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Outfit', 'Segoe UI', sans-serif;
  --font-hand: 'Shantell Sans', 'Comic Sans MS', cursive;

  --wrap: 1180px;
  --wrap-wide: 1400px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 24px 60px -28px rgba(2, 59, 89, .35);
  --shadow-lift: 0 34px 80px -30px rgba(2, 59, 89, .45);
  --ease-out: cubic-bezier(.22, .8, .3, 1);
  --dur: .65s;
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.075rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--fog);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--petrol-dk); text-decoration: none; }
a:hover { color: var(--navy); }
strong { font-weight: 500; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  color: var(--navy);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }

.wrap { width: min(var(--wrap), calc(100% - 3rem)); margin-inline: auto; }
.wrap-wide { width: min(var(--wrap-wide), calc(100% - 2.5rem)); margin-inline: auto; }

section { position: relative; }
.section { padding-block: clamp(4.5rem, 9vw, 8.5rem); }
.section-tight { padding-block: clamp(3rem, 6vw, 5.5rem); }

.kicker {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .82rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--petrol-dk);
  margin-bottom: 1.1rem;
}
.kicker::before {
  content: ''; width: 34px; height: 2px;
  background: linear-gradient(90deg, var(--petrol), var(--ice));
  border-radius: 2px;
}

.lead { font-size: clamp(1.15rem, 1.8vw, 1.3rem); line-height: 1.6; color: #33566d; max-width: 46ch; }

/* ---------- Skip-Link & Fokus ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 300;
  background: var(--navy); color: #fff; padding: .7rem 1.2rem; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; color: #fff; }
:focus-visible { outline: 3px solid var(--petrol); outline-offset: 3px; border-radius: 4px; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--navy);
  color: var(--ice);
  font-size: .84rem; font-weight: 400;
  letter-spacing: .04em;
  text-align: center;
  padding: .45rem 1rem;
  position: relative; z-index: 60;
}
.topbar b { color: #fff; font-weight: 600; }
.topbar a { color: #fff; border-bottom: 1px dotted var(--ice); }

/* ---------- Navigation ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244, 248, 249, .82);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220, 233, 238, .7);
  transition: box-shadow .35s var(--ease-out), background .35s;
}
.site-header.is-scrolled { box-shadow: 0 12px 40px -22px rgba(2, 59, 89, .35); background: rgba(255,255,255,.9); }

.nav {
  display: flex; align-items: center; gap: 2rem;
  width: min(var(--wrap-wide), calc(100% - 2.5rem));
  margin-inline: auto;
  padding-block: .65rem;
}
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { height: 62px; width: auto; transition: height .35s var(--ease-out); }
.site-header.is-scrolled .brand img { height: 50px; }

.nav-links { display: flex; gap: .35rem; margin-left: auto; align-items: center; }
.nav-links a {
  position: relative;
  font-weight: 500; font-size: .98rem; color: var(--navy);
  padding: .55rem .85rem; border-radius: 999px;
  transition: background .25s, color .25s;
}
.nav-links a:hover { background: rgba(0, 155, 168, .1); color: var(--petrol-dk); }
.nav-links a[aria-current="page"] { background: var(--navy); color: #fff; }

.nav-cta {
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--petrol); color: #fff !important;
  font-weight: 600; font-size: .95rem;
  padding: .62rem 1.25rem; border-radius: 999px;
  box-shadow: 0 10px 24px -12px rgba(0, 155, 168, .8);
  transition: transform .25s var(--ease-out), box-shadow .25s, background .25s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--navy); transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(2, 59, 89, .7); }
.nav-cta svg { width: 16px; height: 16px; }

.nav-toggle { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: .95rem 1.9rem; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .3s var(--ease-out), box-shadow .3s, background .3s, color .3s;
}
.btn-primary { background: var(--petrol); color: #fff; box-shadow: 0 18px 36px -16px rgba(0, 155, 168, .75); }
.btn-primary:hover { background: var(--navy); color: #fff; transform: translateY(-3px); }
.btn-ghost { background: transparent; color: var(--navy); box-shadow: inset 0 0 0 2px var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; transform: translateY(-3px); }
.btn-light { background: #fff; color: var(--navy); box-shadow: 0 18px 36px -18px rgba(2,29,46,.8); }
.btn-light:hover { background: var(--ice); transform: translateY(-3px); color: var(--navy); }

/* ---------- Hero (Video-Bühne) ---------- */
.hero {
  position: relative;
  min-height: min(94vh, 980px);
  display: grid; place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy-deep);
}

/*  >>> HIER kommt das fertige Higgsfield-Video hinein:
    <video class="hero-video" autoplay muted loop playsinline poster="assets/img/hero-poster.jpg">
      <source src="assets/video/defischous-aquarium.mp4" type="video/mp4">
    </video>
    Solange dient .hero-ocean als lebendiger Platzhalter.  */
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  opacity: 0; transition: opacity 1.2s ease;
}
.hero.video-live .hero-video { opacity: 1; }
/* Lesbarkeits-Schleier über dem Video, unter dem Text */
.hero-scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: 0; transition: opacity 1.2s ease;
  background:
    linear-gradient(180deg, rgba(2, 29, 46, .45) 0%, rgba(2, 29, 46, .18) 40%, rgba(2, 29, 46, .55) 100%);
}
.hero.video-live .hero-scrim { opacity: 1; }
/* läuft das Video, treten die CSS-Platzhalter-Ebenen ab */
.hero.video-live .light-rays,
.hero.video-live .hero-fish,
.hero.video-live .bubbles { display: none; }
/* mobil: Datensparen, CSS-Szene statt Video */
@media (max-width: 760px) {
  .hero-video { display: none; }
}

.hero-ocean { position: absolute; inset: 0; z-index: 0; overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% -10%, #0e6d8c 0%, #07506e 34%, #023b59 62%, #021d2e 100%);
}
.hero-ocean::after { /* Tiefen-Vignette */
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(90% 70% at 50% 110%, rgba(2, 21, 33, .55), transparent 60%);
}
.light-rays { position: absolute; inset: -10% -5%; opacity: .5; mix-blend-mode: screen; }
.light-rays span {
  position: absolute; top: -20%; width: 14vw; height: 130%;
  background: linear-gradient(180deg, rgba(201, 234, 247, .5), rgba(201, 234, 247, 0) 70%);
  transform: skewX(-14deg);
  filter: blur(18px);
  animation: ray-sway 11s ease-in-out infinite alternate;
}
.light-rays span:nth-child(1) { left: 12%; animation-delay: 0s; }
.light-rays span:nth-child(2) { left: 34%; width: 9vw; animation-delay: -3s; opacity: .8; }
.light-rays span:nth-child(3) { left: 55%; animation-delay: -6s; }
.light-rays span:nth-child(4) { left: 76%; width: 8vw; animation-delay: -8.5s; opacity: .6; }
@keyframes ray-sway {
  from { transform: skewX(-14deg) translateX(-2.5vw); opacity: .55; }
  to   { transform: skewX(-10deg) translateX(2.5vw);  opacity: .95; }
}

.hero-fish { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-fish svg {
  position: absolute; opacity: .16; fill: #c9eaf7;
  animation: fish-cross linear infinite;
}
@keyframes fish-cross {
  from { transform: translateX(-18vw) translateY(0) scaleX(1); }
  49.9% { transform: translateX(118vw) translateY(-2vh) scaleX(1); }
  50% { transform: translateX(118vw) translateY(-2vh) scaleX(-1); }
  99.9% { transform: translateX(-18vw) translateY(1vh) scaleX(-1); }
  to { transform: translateX(-18vw) translateY(0) scaleX(1); }
}

.bubbles { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.bubble {
  position: absolute; bottom: -40px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, rgba(255,255,255,.85), rgba(201,234,247,.18) 58%, rgba(201,234,247,.05));
  animation: bubble-rise linear infinite;
}
@keyframes bubble-rise {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  8%   { opacity: .85; }
  92%  { opacity: .5; }
  100% { transform: translateY(-108vh) translateX(4vw); opacity: 0; }
}

.hero-inner { position: relative; z-index: 3; text-align: center; padding: 7rem 1.5rem 9rem; max-width: 980px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(201, 234, 247, .14);
  border: 1px solid rgba(201, 234, 247, .35);
  color: var(--ice); font-size: .88rem; font-weight: 500; letter-spacing: .06em;
  padding: .5rem 1.2rem; border-radius: 999px; margin-bottom: 1.6rem;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #7ce3d3; box-shadow: 0 0 0 0 rgba(124,227,211,.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(124,227,211,0); } 100% { box-shadow: 0 0 0 0 rgba(124,227,211,0); } }

.hero h1 { color: #fff; margin-bottom: 1.2rem; text-wrap: balance; }
.hero h1 .accent { color: var(--ice); font-style: italic; font-weight: 400; }
.hero .sub {
  font-size: clamp(1.1rem, 1.9vw, 1.35rem); font-weight: 300;
  color: rgba(233, 246, 252, .92); max-width: 56ch; margin: 0 auto 2.4rem;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.hero-wave {
  position: absolute; bottom: -2px; left: 0; right: 0; z-index: 4;
  line-height: 0;
}
.hero-wave svg { width: 100%; height: clamp(60px, 9vw, 130px); display: block; }

.scroll-hint {
  position: absolute; bottom: clamp(10px, 2.2vw, 26px); left: 50%; translate: -50% 0; z-index: 5;
  color: var(--navy); font-size: .76rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
}
.scroll-hint::after {
  content: ''; width: 1px; height: 34px;
  background: linear-gradient(180deg, var(--petrol), transparent);
  animation: hint-drop 1.8s ease-in-out infinite;
}
@keyframes hint-drop { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- USP-Band ---------- */
.usp-band { margin-top: clamp(-4.5rem, -6vw, -3rem); position: relative; z-index: 6; }
.usp-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem;
}
.usp-card {
  background: #fff; border-radius: var(--radius);
  padding: 1.7rem 1.5rem 1.5rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(220, 233, 238, .8);
  transition: transform .35s var(--ease-out), box-shadow .35s;
}
.usp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.usp-card .big {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2rem, 3.4vw, 2.9rem); color: var(--petrol-dk);
  line-height: 1; margin-bottom: .45rem; display: flex; align-items: baseline; gap: .25rem;
}
.usp-card .big small { font-size: .45em; color: var(--teal-soft); font-family: var(--font-body); font-weight: 600; letter-spacing: .05em; }
.usp-card p { margin: 0; font-size: .98rem; color: #3a5d73; }
.usp-card p b { color: var(--navy); font-weight: 600; }

/* ---------- Produkt-Laufband ---------- */
.ticker { overflow: hidden; padding-block: 1.1rem; border-block: 1px solid var(--line); background: #fff; }
.ticker-track { display: flex; gap: 3.2rem; width: max-content; animation: ticker-run 46s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker span {
  font-family: var(--font-display); font-size: 1.25rem; color: var(--navy);
  display: inline-flex; align-items: center; gap: 3.2rem; white-space: nowrap;
}
.ticker i { font-style: normal; color: var(--teal-soft); font-size: .8em; }
@keyframes ticker-run { to { transform: translateX(-50%); } }

/* ---------- Karten / Sortiment ---------- */
.cards-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
.sortiment-grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.4rem;
}
.s-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #fff 0%, #eef6f9 100%);
  border: 1px solid var(--line);
  padding: 2rem 1.8rem 1.7rem;
  min-height: 250px;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .4s var(--ease-out), box-shadow .4s;
}
.s-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lift); }
.s-card h3 { margin-bottom: .35rem; }
.s-card p { margin: 0; font-size: .97rem; color: #3a5d73; }
.s-card .s-ico {
  position: absolute; top: 1.4rem; right: 1.4rem; width: 74px; height: 74px;
  color: var(--teal-soft); opacity: .9;
  transition: transform .45s var(--ease-out);
}
.s-card:hover .s-ico { transform: rotate(-8deg) scale(1.12) translateX(-4px); }
.s-card.span-5 { grid-column: span 5; }
.s-card.span-4 { grid-column: span 4; }
.s-card.span-3 { grid-column: span 3; }
.s-card.span-6 { grid-column: span 6; }
.s-card.span-7 { grid-column: span 7; }
.s-card.dark { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); border-color: transparent; }
.s-card.dark h3, .s-card.dark p { color: #fff; }
.s-card.dark p { color: rgba(222, 240, 248, .85); }
.s-card.dark .s-ico { color: var(--ice); }
.s-card .tag {
  position: absolute; top: 1.5rem; left: 1.8rem;
  font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--petrol-dk); background: rgba(0, 155, 168, .12);
  padding: .3rem .75rem; border-radius: 999px;
}
.s-card.dark .tag { color: var(--ice); background: rgba(201, 234, 247, .16); }

/* ---------- Fisch-Tippgeber (Sprechblasen) ---------- */
.fish-tip {
  display: grid; grid-template-columns: 92px 1fr; gap: 1.1rem; align-items: center;
  max-width: 560px;
}
.fish-tip .avatar {
  width: 92px; height: 92px; border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #0f6f8e, var(--navy) 75%);
  border: 3px solid #fff;
  box-shadow: var(--shadow-soft);
  display: grid; place-items: center; overflow: hidden;
}
.fish-tip .avatar svg, .fish-tip .avatar img { width: 74%; height: 74%; object-fit: contain; }
.fish-tip .bubble {
  position: relative; inset: auto;             /* neutralisiert .bubble aus dem Hero */
  animation: none; bottom: auto;
  font-family: var(--font-hand); font-size: 1.06rem; line-height: 1.45; color: var(--navy);
  background: #fff; border: 1px solid var(--line);
  border-radius: 18px 22px 22px 4px;
  padding: 1rem 1.3rem;
  box-shadow: var(--shadow-soft);
}
.fish-tip .bubble::before {
  content: ''; position: absolute; left: -9px; bottom: 14px;
  width: 16px; height: 16px; background: #fff;
  border-left: 1px solid var(--line); border-bottom: 1px solid var(--line);
  transform: rotate(45deg); border-radius: 0 0 0 4px;
}
.fish-tip .who { display: block; font-family: var(--font-body); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--petrol-dk); margin-bottom: .25rem; }
.fish-tip.flip { grid-template-columns: 1fr 92px; }
.fish-tip.flip .avatar { order: 2; }
.fish-tip.flip .bubble { border-radius: 22px 18px 4px 22px; }
.fish-tip.flip .bubble::before { left: auto; right: -9px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0 0 4px 0; }

/* ---------- Dunkle Qualitäts-Sektion ---------- */
.deep {
  background:
    radial-gradient(110% 80% at 85% 0%, rgba(0, 155, 168, .25), transparent 55%),
    linear-gradient(175deg, var(--navy) 0%, var(--navy-deep) 55%, var(--abyss) 100%);
  color: #e8f4fa;
}
.deep h2, .deep h3 { color: #fff; }
.deep .kicker { color: var(--ice); }
.deep .lead { color: rgba(222, 240, 248, .88); }
.deep-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.quality-list { list-style: none; margin: 2.2rem 0 0; padding: 0; display: grid; gap: 1.05rem; }
.quality-list li {
  display: grid; grid-template-columns: 46px 1fr; gap: 1rem; align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px; padding: 1rem 1.2rem;
  box-shadow: 0 14px 34px -24px rgba(2, 59, 89, .35);
}
.quality-list .q-ico {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(0, 155, 168, .12); color: var(--petrol-dk);
  display: grid; place-items: center;
}
.quality-list .q-ico svg { width: 24px; height: 24px; }
.quality-list b { color: var(--navy); font-weight: 600; display: block; margin-bottom: .1rem; }
.quality-list p { margin: 0; font-size: .95rem; color: #3a5d73; }
/* dunkle Sektionen: helle Variante */
.deep .quality-list li { background: rgba(255, 255, 255, .05); border-color: rgba(201, 234, 247, .16); box-shadow: none; }
.deep .quality-list .q-ico { background: rgba(0, 155, 168, .22); color: var(--ice); }
.deep .quality-list b { color: #fff; }
.deep .quality-list p { color: rgba(222, 240, 248, .82); }

.sashimi-stamp {
  position: relative;
  aspect-ratio: 1; max-width: 420px; margin-inline: auto;
  display: grid; place-items: center;
}
.sashimi-stamp .ring { position: absolute; inset: 0; animation: spin 28s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.sashimi-stamp .core {
  width: 62%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(0,155,168,.55), rgba(2,42,64,.9) 70%);
  border: 1px solid rgba(201, 234, 247, .35);
  display: grid; place-items: center; text-align: center; padding: 1.8rem;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .6), inset 0 0 60px rgba(0, 155, 168, .25);
}
.sashimi-stamp .core .fd { font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2rem); color: #fff; line-height: 1.15; }
.sashimi-stamp .core .fs { font-size: .86rem; color: var(--ice); margin-top: .5rem; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- Bestellablauf ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.step {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 2.4rem 1.9rem 1.9rem;
  transition: transform .35s var(--ease-out), box-shadow .35s;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; top: -1.1rem; left: 1.6rem;
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 600;
  background: var(--petrol); color: #fff;
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 12px 24px -10px rgba(0, 155, 168, .8);
}
.step h3 { margin-top: .4rem; }
.step p { margin: 0; font-size: .98rem; color: #3a5d73; }
.step .hint { margin-top: .8rem; font-family: var(--font-hand); color: var(--petrol-dk); font-size: .98rem; }

/* ---------- Liefergebiet / Karte ---------- */
.map-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.de-map { position: relative; max-width: 520px; margin-inline: auto; filter: drop-shadow(0 30px 50px rgba(2, 59, 89, .18)); }
.de-map svg { width: 100%; height: auto; }
.de-map .de-land path { fill: #e4eff3; stroke: #fff; stroke-width: 1.1; }
.de-map .route { fill: none; stroke: var(--petrol); stroke-width: 3.4; stroke-linecap: round; stroke-dasharray: 7 9; animation: route-flow 1.6s linear infinite; }
@keyframes route-flow { to { stroke-dashoffset: -16; } }
.de-map .city { fill: var(--navy); }
.de-map .city-ring { fill: none; stroke: var(--petrol); stroke-width: 2; opacity: .55; transform-origin: center; animation: city-pulse 2.6s ease-out infinite; }
@keyframes city-pulse { from { opacity: .8; } to { opacity: 0; } }
.de-map text { font-family: var(--font-body); font-weight: 600; font-size: 17px; fill: var(--navy); }
.de-map .home-label { fill: var(--petrol-dk); font-size: 19px; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.team-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; text-align: center; padding-bottom: 1.8rem;
  transition: transform .35s var(--ease-out), box-shadow .35s;
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.team-card .photo {
  aspect-ratio: 4/3; display: grid; place-items: center;
  background: linear-gradient(160deg, var(--ice), #eaf5fa 60%, #f6fafc);
  color: var(--teal-soft);
}
.team-card .photo svg { width: 84px; height: 84px; opacity: .8; }
.team-card h3 { margin: 1.3rem 0 .15rem; }
.team-card .role { color: var(--petrol-dk); font-weight: 500; font-size: .92rem; margin: 0 0 .6rem; }
.team-card p { font-size: .95rem; color: #3a5d73; margin: 0 1.4rem; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 5rem); }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2.2rem 2rem; box-shadow: var(--shadow-soft);
}
.contact-card + .contact-card { margin-top: 1.4rem; }
.contact-line { display: grid; grid-template-columns: 52px 1fr; gap: 1.1rem; align-items: center; padding-block: .8rem; }
.contact-line + .contact-line { border-top: 1px dashed var(--line); }
.contact-line .c-ico { width: 52px; height: 52px; border-radius: 14px; background: rgba(0, 155, 168, .1); color: var(--petrol-dk); display: grid; place-items: center; }
.contact-line .c-ico svg { width: 24px; height: 24px; }
.contact-line b { display: block; color: var(--navy); font-weight: 600; }
.contact-line a { font-size: 1.05rem; }
.contact-line .muted { color: #5a7b90; font-size: .92rem; }

/* ---------- Abschluss-CTA ---------- */
.cta-final { text-align: center; color: #fff; }
.cta-final h2 { color: #fff; max-width: 22ch; margin-inline: auto; }
.cta-final .tel {
  font-family: var(--font-display); font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  color: var(--ice); display: inline-block; margin: 1.2rem 0 2rem;
  border-bottom: 3px solid rgba(0, 155, 168, .7); padding-bottom: .2rem;
}
.cta-final .tel:hover { color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--abyss); color: rgba(222, 240, 248, .78); font-size: .95rem; }
.footer-wave { line-height: 0; background: var(--fog); }
.deep + .footer-wave, .cta-final + .footer-wave { background: transparent; }
.footer-wave svg { width: 100%; height: clamp(50px, 7vw, 100px); display: block; }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 2.5rem;
  padding-block: 3.5rem 2.5rem;
}
.site-footer img.f-logo { height: 84px; width: auto; margin-bottom: 1rem; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-weight: 600; font-size: .9rem; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.site-footer a { color: rgba(222, 240, 248, .78); }
.site-footer a:hover { color: #fff; }
.footer-note {
  border-top: 1px solid rgba(201, 234, 247, .14);
  padding-block: 1.3rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .85rem; color: rgba(222, 240, 248, .55);
}
.footer-note .fin { font-family: var(--font-hand); color: rgba(201, 234, 247, .75); }

/* ---------- Seiten-Hero (Unterseiten) ---------- */
.page-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 100% at 80% -20%, rgba(0, 155, 168, .35), transparent 55%),
    linear-gradient(170deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(5rem, 10vw, 8rem);
}
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero .lead { color: rgba(222, 240, 248, .88); }
.page-hero .kicker { color: var(--ice); }
.page-hero .hero-wave { z-index: 2; }

/* ---------- Reveal-Zustände (GSAP) ---------- */
[data-reveal] { opacity: 0; transform: translateY(34px); will-change: transform, opacity; }
html.no-js [data-reveal], html.reduced [data-reveal] { opacity: 1; transform: none; }

/* ---------- Antwort auf Bewegung ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .s-card.span-5, .s-card.span-4, .s-card.span-3, .s-card.span-6, .s-card.span-7 { grid-column: span 6; }
  .deep-grid, .map-grid, .contact-grid { grid-template-columns: 1fr; }
  .team-grid, .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 1rem; }
  .nav { gap: 1rem; }
  .nav-links {
    position: fixed; inset: 0; z-index: 90;
    display: none;
    flex-direction: column; justify-content: center; align-items: center; gap: 1.1rem;
    background: rgba(2, 42, 64, .97);
  }
  .nav-links.open { display: flex; }
  .nav-links a { color: #fff; font-size: 1.35rem; }
  .nav-links a[aria-current="page"] { background: var(--petrol); }
  .nav-cta { margin-left: auto; padding: .55rem .95rem; font-size: .85rem; }
  .nav-toggle {
    display: grid; place-items: center; z-index: 100;
    width: 44px; height: 44px; border: 0; border-radius: 12px;
    background: var(--navy); color: #fff; cursor: pointer;
  }
  .nav-toggle svg { width: 22px; height: 22px; }
  .s-card.span-5, .s-card.span-4, .s-card.span-3, .s-card.span-6, .s-card.span-7 { grid-column: span 12; }
  .steps, .team-grid, .usp-grid { grid-template-columns: 1fr; }
  .usp-band { margin-top: -2.5rem; }
  .fish-tip { grid-template-columns: 64px 1fr; }
  .fish-tip .avatar { width: 64px; height: 64px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .brand img { height: 48px; }
  .site-header.is-scrolled .brand img { height: 42px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .topbar { font-size: .74rem; }
}
