/*
  Shared visual system for Fischfeinkost Koppenhofer.
  Goal: calmer, more trustworthy, easier to scan across every static page.
*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

:root {
    --ink: #101820;
    --text: #30444f;
    --muted: #6c7f87;
    --page: #f6f4ee;
    --section: #fffdfa;
    --section-soft: #eef7f5;
    --surface: rgba(255, 253, 249, 0.92);
    --surface-tint: #f8f4ec;
    --line: rgba(16, 24, 32, 0.12);
    --line-strong: rgba(16, 24, 32, 0.22);
    --primary: #075f68;
    --primary-strong: #093f47;
    --primary-soft: #dcefed;
    --accent: #d87923;
    --accent-soft: #f8e6d2;
    --shadow-sm: 0 10px 28px rgba(16, 24, 32, 0.08);
    --shadow-md: 0 24px 60px rgba(16, 24, 32, 0.13);
    --radius: 8px;
    --radius-control: 999px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    background: linear-gradient(180deg, #fbfdfe 0%, var(--page) 46%, #e9f4f7 100%) !important;
    color: var(--ink) !important;
    scroll-padding-top: 94px;
}

body {
    min-width: 320px;
    font-family: 'Manrope', 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

::selection {
    background: rgba(8, 123, 158, 0.18);
    color: var(--ink);
}

img {
    max-width: 100%;
    height: auto;
}

/* Critical utility fallback when CDN utilities are unavailable. */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.flex-col { flex-direction: column; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.pointer-events-none { pointer-events: none; }
.object-cover { object-fit: cover; }
.text-center { text-align: center; }
.not-italic { font-style: normal; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.leading-tight { line-height: 1.1; }
.leading-relaxed { line-height: 1.65; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.h-60 { height: 15rem; }
.min-h-screen { min-height: 100vh; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-16 { margin-top: 4rem; }
.mt-24 { margin-top: 6rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-20 { margin-bottom: 5rem; }
.p-5 { padding: 1.25rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.p-12 { padding: 3rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-28 { padding-top: 7rem; padding-bottom: 7rem; }
.pt-8 { padding-top: 2rem; }
.pt-20 { padding-top: 5rem; }
.pb-10 { padding-bottom: 2.5rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.border { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.rounded-full { border-radius: 999px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.text-xs { font-size: 0.75rem; line-height: 1.35; }
.text-sm { font-size: 0.875rem; line-height: 1.5; }
.text-base { font-size: 1rem; line-height: 1.5; }
.text-lg { font-size: 1.125rem; line-height: 1.55; }
.text-xl { font-size: 1.25rem; line-height: 1.45; }
.text-2xl { font-size: 1.5rem; line-height: 1.25; }
.text-3xl { font-size: 1.875rem; line-height: 1.15; }
.text-4xl { font-size: 2.25rem; line-height: 1.1; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }

@media (min-width: 640px) {
    .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:text-2xl { font-size: 1.5rem; line-height: 1.35; }
    .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .md\:text-8xl { font-size: 6rem; line-height: 1; }
    .md\:p-10 { padding: 2.5rem; }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.section-title,
h1,
h2 {
    font-family: 'Plus Jakarta Sans', 'Instrument Sans', system-ui, sans-serif !important;
    color: var(--ink) !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

h1 {
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(3rem, 7vw, 6.25rem) !important;
    line-height: 0.98 !important;
}

h2 {
    font-size: clamp(2.15rem, 4.6vw, 4.25rem) !important;
    line-height: 1.05 !important;
}

h3,
h4,
p,
li,
label,
summary,
[class*="tracking-"] {
    letter-spacing: 0 !important;
}

h3,
h4 {
    color: var(--ink) !important;
}

p,
li,
label,
summary {
    color: inherit;
}

[class~="text-white"],
[class~="text-zinc-200"] {
    color: var(--ink) !important;
}

[class~="text-zinc-300"] {
    color: var(--text) !important;
}

[class~="text-zinc-400"],
[class~="text-zinc-500"] {
    color: var(--muted) !important;
}

[class~="text-teal-300"],
[class~="text-teal-400"] {
    color: var(--primary) !important;
}

[class~="bg-zinc-950"],
[class~="bg-zinc-950/70"] {
    background-color: rgba(248, 252, 253, 0.94) !important;
}

[class~="bg-zinc-900"],
[class~="bg-zinc-900/70"],
[class~="bg-zinc-900/80"] {
    background-color: var(--section) !important;
}

[class~="bg-zinc-800"],
[class~="bg-zinc-800/50"],
[class~="bg-zinc-800/60"],
[class~="bg-zinc-800/70"],
[class~="bg-zinc-800/80"] {
    background-color: var(--surface) !important;
}

[class~="bg-black"],
[class~="bg-black/30"],
[class~="bg-black/40"] {
    background-color: var(--section-soft) !important;
}

[class~="border-white/10"],
[class~="border-zinc-800"],
[class~="border-zinc-700"],
[class~="border-zinc-700/50"],
[class~="border-zinc-700/60"] {
    border-color: var(--line) !important;
}

body > section,
main > section {
    position: relative;
    padding-top: clamp(4.75rem, 8vw, 7rem) !important;
    padding-bottom: clamp(4.75rem, 8vw, 7rem) !important;
    isolation: isolate;
}

body > section:nth-of-type(even),
main > section:nth-of-type(even) {
    background-color: var(--section-soft) !important;
}

body > section:not(.hero):not(.hero-bg):not(.page-hero):not([class*="bg-black"]),
main > section:not(.hero):not(.hero-bg):not(.page-hero):not([class*="bg-black"]) {
    background-color: transparent !important;
    background-image: none !important;
    background-size: auto !important;
    background-position: center top !important;
}

body > section::after,
main > section::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1120px, calc(100% - 32px));
    height: 1px;
    transform: translateX(-50%);
    background: var(--line);
    pointer-events: none;
}

body > section:first-of-type::after,
main > section:first-of-type::after {
    display: none;
}

nav {
    background: rgba(250, 253, 254, 0.95) !important;
    border-color: var(--line) !important;
    box-shadow: 0 8px 26px rgba(18, 49, 66, 0.08);
}

nav .max-w-7xl {
    gap: 1rem;
}

nav a {
    color: var(--text) !important;
    text-decoration: none;
}

nav a:not([class*="bg-"]) {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

nav a:not([class*="bg-"]):hover {
    color: var(--primary-strong) !important;
}

nav .brand-logo {
    width: 54px;
    height: 46px;
    flex: 0 0 54px;
    display: block;
    object-fit: contain;
    padding: 5px;
    border: 1px solid rgba(16, 24, 32, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 18px rgba(16, 24, 32, 0.14);
}

nav svg {
    flex: 0 0 auto;
    filter: drop-shadow(0 6px 10px rgba(8, 123, 158, 0.13));
}

nav svg rect {
    fill: var(--primary-strong) !important;
}

nav svg ellipse,
nav svg polygon {
    fill: #85d8ea !important;
}

.hero,
.hero-bg,
.page-hero {
    min-height: clamp(540px, 74vh, 760px) !important;
    color: var(--ink) !important;
    transform: none !important;
    box-shadow: none !important;
}

.hero-bg {
    background:
        linear-gradient(104deg, rgba(252, 254, 255, 0.78) 0%, rgba(239, 249, 252, 0.58) 48%, rgba(209, 233, 241, 0.24) 100%),
        url('images/steckerlfisch-hero-ai.jpg') center 46%/cover no-repeat scroll !important;
}

.page-hero {
    background:
        linear-gradient(130deg, rgba(252, 254, 255, 0.96), rgba(229, 244, 249, 0.9)),
        url('images/ocean-dark.jpg') center/cover no-repeat scroll !important;
}

.hero {
    background:
        linear-gradient(130deg, rgba(252, 254, 255, 0.76), rgba(232, 246, 250, 0.48)),
        url('images/steckerlfisch-hero-ai.jpg') center 46%/cover no-repeat scroll !important;
}

.home-hero {
    min-height: clamp(620px, 82vh, 820px) !important;
    background:
        linear-gradient(90deg, rgba(252, 254, 255, 0.92) 0%, rgba(247, 252, 253, 0.86) 34%, rgba(247, 252, 253, 0.34) 64%, rgba(247, 252, 253, 0.08) 100%),
        url("images/originale/lachsd%C3%B6ner_mit_michael_koppenhofer-wivexoosh.webp") center 48%/cover no-repeat scroll !important;
}

.home-hero .home-hero-content {
    width: min(80rem, 100%);
    text-align: left !important;
}

.home-hero h1 {
    max-width: 10.5ch;
    margin-left: 0;
    margin-right: 0;
}

.home-hero p {
    margin-left: 0;
    margin-right: 0;
    max-width: 39rem;
}

.home-hero .justify-center {
    justify-content: flex-start;
}

.hero::before,
.hero-bg::before,
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 1 !important;
    animation: none !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 68%, rgba(244, 250, 252, 0.88) 100%) !important;
}

.hero > *,
.hero-bg > *,
.page-hero > * {
    position: relative;
    z-index: 1;
}

.hero [class*="bg-teal-900"],
.hero-bg [class*="bg-teal-900"],
.page-hero [class*="bg-teal-900"],
body::before,
.floating,
.float-slow {
    display: none !important;
}

.cursor-glow {
    display: block !important;
    position: fixed !important;
    width: 300px !important;
    height: 300px !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    background: radial-gradient(circle, rgba(8, 123, 158, 0.16), rgba(8, 123, 158, 0.07) 34%, transparent 68%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 40 !important;
    mix-blend-mode: multiply !important;
    opacity: 0.72 !important;
    transition: opacity 180ms ease !important;
}

.hero p,
.hero-bg p,
.page-hero p {
    color: var(--text) !important;
    max-width: 44rem;
}

.hero .bg-white\/10,
.hero-bg .bg-white\/10,
.page-hero .bg-white\/10,
.glass {
    background: rgba(255, 255, 255, 0.82) !important;
    border: 1px solid var(--line) !important;
    color: var(--primary-strong) !important;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
}

.luxury-title,
.glow-text {
    text-shadow: none !important;
}

.wave-sep::before {
    color: var(--accent) !important;
    opacity: 0.75;
}

.feature-article,
.real-gallery {
    overflow: hidden;
}

.article-copy {
    max-width: 45rem;
}

.story-photo {
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 360px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--section-soft);
    box-shadow: var(--shadow-md);
}

.story-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-photo figcaption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.88);
    color: var(--text);
    font-size: 0.9rem;
    line-height: 1.4;
    box-shadow: var(--shadow-sm);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.8rem;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    background: var(--section-soft);
}

.gallery-grid img:nth-child(1) {
    grid-column: span 4;
    aspect-ratio: 4 / 3;
}

.gallery-grid img:nth-child(2) {
    grid-column: span 2;
    aspect-ratio: 2 / 3;
}

.gallery-grid img:nth-child(3) {
    grid-column: span 2;
    aspect-ratio: 1 / 1;
}

.gallery-grid img:nth-child(4) {
    grid-column: span 4;
    aspect-ratio: 4 / 3;
}

.gallery-grid img:nth-child(5),
.gallery-grid img:nth-child(6) {
    grid-column: span 3;
    aspect-ratio: 16 / 11;
}

.owner-card {
    padding: 1rem !important;
}

.owner-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center center;
    border-radius: var(--radius) !important;
    margin-bottom: 1.75rem;
}

.owner-context-photo {
    aspect-ratio: 16 / 10;
    height: auto !important;
    min-height: 320px;
    object-position: center center;
}

.owner-card img[src*="michael_koppenhofer_portait"],
.owner-portrait-photo {
    height: clamp(390px, 48vw, 560px) !important;
    aspect-ratio: 3 / 4;
    object-fit: cover !important;
    object-position: center 32% !important;
    padding: 0;
    background: transparent;
}

img[src*="lachsdöner_mit_michael"],
img[src*="lachsd%C3%B6ner_mit_michael"] {
    object-position: center center;
}

.owner-card blockquote,
.owner-card cite,
.owner-card .text-teal-400 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.family-photo-panel {
    overflow: hidden;
}

.family-photo-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0.9rem;
    margin-bottom: 1.75rem;
}

.family-photo-grid figure {
    margin: 0;
}

.family-photo-grid img {
    width: 100%;
    height: clamp(300px, 34vw, 440px) !important;
    min-height: 0;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: var(--radius) !important;
    margin-bottom: 0;
}

.family-photo-grid .owner-portrait-photo {
    object-position: center 32% !important;
}

.family-photo-grid .magnus-photo {
    object-position: center 42%;
}

.family-photo-grid figcaption {
    margin-top: 0.65rem;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.35;
}

.about-hero {
    min-height: clamp(500px, 64vh, 680px) !important;
}

.about-hero-content {
    padding: clamp(1.75rem, 4.8vw, 4.25rem);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
}

.about-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.about-hero-facts span {
    display: block;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface-tint);
    padding: 0.95rem 1rem;
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 800;
}

.modern-page-hero {
    min-height: clamp(560px, 74vh, 760px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: var(--ink);
}

.modern-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 68%, rgba(244, 250, 252, 0.90) 100%);
}

.modern-page-hero > * {
    position: relative;
    z-index: 1;
}

.about-hero.modern-page-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.78) 43%, rgba(255, 250, 242, 0.18) 100%),
        url("images/originale/michael_koppenhofer_portait-wivexoosh.webp") 72% 36%/cover no-repeat scroll !important;
}

.locations-hero.modern-page-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.78) 43%, rgba(255, 250, 242, 0.16) 100%),
        url("images/originale/verkaufstheke%20(5)-wivexoosh.webp") center 52%/cover no-repeat scroll !important;
}

.modern-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
    grid-template-areas:
        "copy card"
        "actions card";
    gap: 1.5rem clamp(1.5rem, 5vw, 4rem);
    align-items: end;
    width: 100%;
}

.modern-hero-copy {
    grid-area: copy;
    max-width: 48rem;
    text-align: left;
}

.modern-hero-copy h1 {
    max-width: 10.5ch;
    margin-left: 0;
    margin-right: 0;
    color: var(--ink) !important;
    font-size: clamp(3.25rem, 6.4vw, 6.35rem) !important;
}

.modern-hero-copy p {
    max-width: 42rem;
    color: var(--text) !important;
}

.modern-hero-eyebrow,
.modern-hero-card > span {
    display: inline-flex;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.modern-hero-card {
    grid-area: card;
    padding: clamp(1.15rem, 2.4vw, 1.7rem);
    border: 1px solid rgba(16, 24, 32, 0.10);
    border-radius: var(--radius);
    background: rgba(255, 252, 246, 0.88);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px) saturate(1.15);
}

.modern-hero-card strong {
    display: block;
    margin-top: 0.65rem;
    color: var(--ink);
    font-size: clamp(1.55rem, 2.7vw, 2.25rem);
    line-height: 1.06;
}

.modern-hero-card dl {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.1rem;
}

.modern-hero-card dl div {
    padding-top: 0.85rem;
    border-top: 1px solid var(--line);
}

.modern-hero-card dt {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.modern-hero-card dd {
    margin-top: 0.15rem;
    color: var(--ink);
    font-weight: 750;
}

.modern-hero-card a {
    color: var(--primary-strong);
    text-decoration: none;
}

.modern-hero-card a:hover {
    text-decoration: underline;
}

.modern-hero-actions {
    grid-area: actions;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.glass,
.glass-premium,
.fish-card,
.card,
details,
article[class*="rounded"],
div[class*="rounded-3xl"][class*="border"],
div[class*="rounded-2xl"][class*="border"] {
    background: linear-gradient(180deg, var(--surface), var(--surface-tint)) !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow-sm) !important;
    backdrop-filter: none !important;
}

.fish-card,
.glass-premium,
article[class*="rounded"],
details {
    overflow: hidden;
}

.fish-card::before,
.glass-premium::before {
    display: none !important;
}

.fish-card > div:first-child,
article > div[class*="h-"] {
    background: var(--section-soft);
}

.fish-card img,
.glass img,
.glass-premium img,
article img {
    border-radius: 0 !important;
}

.fish-card .p-7 {
    padding: 1.35rem !important;
}

.fish-card h3 {
    font-size: 1.1rem !important;
    line-height: 1.25;
}

.fish-card p[class*="text-3xl"],
.fish-card p[class*="text-2xl"] {
    color: var(--ink) !important;
    font-size: 1.55rem !important;
}

a,
button,
summary,
.card,
.fish-card,
.glass,
.glass-premium,
details {
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease,
        opacity 180ms ease,
        filter 180ms ease !important;
}

a:hover,
summary:hover {
    color: var(--primary-strong) !important;
}

a[class*="bg-"],
button[type="submit"],
button {
    min-height: 44px;
    border-radius: var(--radius-control) !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

[class~="bg-teal-500"],
[class~="bg-teal-600"] {
    background: linear-gradient(135deg, var(--primary), var(--primary-strong)) !important;
    color: #ffffff !important;
    border: 1px solid rgba(7, 91, 122, 0.2) !important;
    box-shadow: 0 12px 26px rgba(8, 123, 158, 0.2) !important;
}

[class~="hover:bg-teal-400"]:hover,
[class~="hover:bg-teal-500"]:hover,
a[class*="bg-teal"]:hover,
button[type="submit"]:hover {
    background: linear-gradient(135deg, #0b90b7, var(--primary)) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 34px rgba(8, 123, 158, 0.24) !important;
}

a[class*="bg-zinc"],
button[class*="bg-zinc"] {
    color: var(--primary-strong) !important;
    background: #ffffff !important;
    border: 1px solid var(--line) !important;
    box-shadow: var(--shadow-sm) !important;
}

[class~="hover:bg-zinc-700"]:hover,
[class~="hover:bg-zinc-800"]:hover,
a[class*="bg-zinc"]:hover {
    background: var(--primary-soft) !important;
    color: var(--primary-strong) !important;
    border-color: var(--line-strong) !important;
    transform: translateY(-2px) !important;
}

.card:hover,
.fish-card:hover,
.glass:hover,
.glass-premium:hover,
details:hover {
    transform: translateY(-3px) !important;
    border-color: var(--line-strong) !important;
    box-shadow: var(--shadow-md) !important;
}

.fish-card:hover img,
.glass:hover img,
.glass-premium:hover img {
    transform: none !important;
    filter: saturate(1.03) brightness(1.02);
}

.magnetic-btn:hover,
.ultra-hover:hover,
.hover-lift:hover {
    transform: translateY(-3px) !important;
    box-shadow: var(--shadow-md) !important;
}

details,
[x-data] > div[class*="cursor-pointer"] {
    cursor: pointer;
}

summary {
    color: var(--ink);
    list-style-position: outside;
}

summary::-webkit-details-marker {
    color: var(--primary);
}

input,
textarea,
.form-input {
    width: 100%;
    min-height: 48px;
    background: #ffffff !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    color: var(--ink) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

textarea {
    min-height: 140px;
}

input::placeholder,
textarea::placeholder {
    color: #78919c !important;
}

input:focus,
textarea:focus,
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid rgba(8, 123, 158, 0.25);
    outline-offset: 3px;
}

footer {
    position: relative;
    margin-top: 0 !important;
    background: #dfeff4 !important;
    color: var(--text) !important;
    border-color: var(--line) !important;
    isolation: isolate;
}

footer .absolute,
footer img[src*="premium-glow"] {
    opacity: 0 !important;
}

footer h3,
footer h4 {
    color: var(--ink) !important;
}

footer a,
footer li,
footer p,
footer [class~="text-zinc-400"],
footer [class~="text-zinc-500"] {
    color: var(--text) !important;
}

footer a:hover {
    color: var(--primary-strong) !important;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    border-color: rgba(16, 24, 32, 0.18) !important;
    color: #243947 !important;
    font-weight: 750;
}

.footer-rights {
    color: #243947 !important;
}

.footer-credit {
    color: var(--primary-strong) !important;
    font-weight: 800;
    text-decoration: none;
}

.footer-credit:hover {
    color: #0b7280 !important;
}

.site-legal-footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2.5rem;
    background: #dfeff4 !important;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: var(--scroll-progress, 0%);
    height: 3px;
    background: linear-gradient(90deg, var(--primary-strong), var(--accent));
    box-shadow: 0 8px 22px rgba(7, 95, 104, 0.28);
    pointer-events: none;
    transition: width 120ms linear;
}

nav {
    transition:
        background-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease,
        border-color 220ms ease !important;
}

nav.is-scrolled {
    background: rgba(250, 253, 252, 0.92) !important;
    border-color: rgba(8, 85, 95, 0.14) !important;
    box-shadow: 0 14px 40px rgba(16, 24, 32, 0.10);
}

.js-scrollfx .scrollfx-item {
    opacity: 0;
    transform: translate3d(0, 26px, 0) !important;
    filter: blur(6px);
    transition:
        opacity 680ms ease,
        transform 760ms cubic-bezier(.2,.8,.2,1),
        filter 680ms ease;
    transition-delay: var(--scrollfx-delay, 0ms);
    will-change: opacity, transform, filter;
}

.js-scrollfx .scrollfx-item.scrollfx-visible,
.scrollfx-reduced .scrollfx-item {
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
    filter: blur(0);
}

.scrollfx-depth {
    transform: translate3d(0, var(--scrollfx-y, 0), 0) scale(1.012);
    transition:
        transform 180ms linear,
        filter 320ms ease;
    will-change: transform;
}

.scrollfx-reduced .scroll-progress,
.scrollfx-reduced .scrollfx-depth {
    transition: none !important;
    transform: none !important;
}

.legal-page {
    padding: 7rem 1.5rem 6rem;
}

.legal-shell {
    max-width: 64rem;
    margin: 0 auto;
}

.legal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 8vw, 5.5rem) !important;
    line-height: 0.95;
}

.legal-quick {
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: var(--shadow-soft);
    max-width: 32rem;
}

.legal-quick span,
.legal-kicker {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--primary-strong);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-quick a,
.legal-card a,
.legal-note a {
    color: var(--primary-strong);
    font-weight: 800;
    text-decoration: none;
}

.legal-quick a:hover,
.legal-card a:hover,
.legal-note a:hover {
    text-decoration: underline;
}

.legal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
}

.legal-card,
.legal-note {
    padding: 1.75rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-soft);
}

.legal-card-wide {
    grid-column: 1 / -1;
}

.legal-card h2,
.legal-note h2 {
    margin-bottom: 1rem;
    color: var(--ink);
    font-size: clamp(1.45rem, 4vw, 2.35rem) !important;
    font-weight: 900;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.legal-card p,
.legal-card address,
.legal-note p {
    color: var(--text);
    line-height: 1.75;
}

.legal-meta {
    display: grid;
    gap: 0.75rem;
}

.legal-meta div {
    display: grid;
    grid-template-columns: 9.5rem minmax(0, 1fr);
    gap: 1rem;
}

.legal-meta strong {
    color: var(--muted);
}

.legal-faq {
    margin-top: 4rem;
}

.legal-faq details {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.72);
}

.privacy-page {
    max-width: 56rem !important;
    padding-top: 5.5rem !important;
}

.privacy-page > h1 {
    max-width: none !important;
    margin-bottom: 0.5rem !important;
    font-size: clamp(2.35rem, 6vw, 4rem) !important;
    line-height: 1.02 !important;
}

.privacy-page > p:first-of-type {
    margin-bottom: 3.25rem !important;
}

.privacy-page section {
    margin-bottom: 2.5rem !important;
    padding-top: 0 !important;
}

.privacy-page section > h2 {
    max-width: 18ch;
    margin-bottom: 1rem !important;
    font-size: clamp(1.45rem, 3.5vw, 2.1rem) !important;
    line-height: 1.12 !important;
    color: var(--primary-strong) !important;
}

.privacy-page #qa-heading {
    font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
    line-height: 1.1 !important;
}

.reveal {
    opacity: 1;
    transform: none !important;
}

.reveal:not(.visible) {
    opacity: 1 !important;
}

/* 2026 visual refresh: clean surfaces, modern typography, no tile pattern. */
html,
body {
    background:
        linear-gradient(180deg, #fffaf2 0%, #f7f2ea 38%, #edf7f4 100%) !important;
}

body {
    font-family: 'Instrument Sans', 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: var(--ink) !important;
}

.section-title,
h1,
h2,
h3,
h4,
nav .section-title,
footer .section-title {
    font-family: 'Plus Jakarta Sans', 'Instrument Sans', system-ui, sans-serif !important;
    letter-spacing: 0 !important;
}

h1,
h2 {
    font-weight: 800 !important;
}

h1 {
    font-size: clamp(3.15rem, 7.3vw, 7rem) !important;
    line-height: 0.93 !important;
}

h2 {
    font-size: clamp(2.15rem, 4.9vw, 4.6rem) !important;
    line-height: 0.98 !important;
}

h3 {
    font-weight: 750 !important;
}

body > section,
main > section {
    background-image: none !important;
    background-color: transparent !important;
}

body > section:nth-of-type(even),
main > section:nth-of-type(even),
[class~="bg-zinc-900"],
[class~="bg-zinc-950"],
[class~="bg-black"],
[class~="bg-black/30"],
[class~="bg-black/40"] {
    background-color: transparent !important;
}

body > section::after,
main > section::after {
    width: min(1180px, calc(100% - 40px));
    background: linear-gradient(90deg, transparent, rgba(16, 24, 32, 0.14), transparent);
}

nav {
    background: rgba(255, 252, 246, 0.82) !important;
    border-color: rgba(16, 24, 32, 0.09) !important;
    box-shadow: 0 18px 48px rgba(16, 24, 32, 0.08);
    backdrop-filter: blur(22px) saturate(1.25);
}

nav .section-title {
    font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
    font-weight: 800 !important;
}

nav a:not([class*="bg-"]) {
    color: rgba(16, 24, 32, 0.74) !important;
    font-weight: 700;
}

nav a:not([class*="bg-"]):hover {
    color: var(--primary-strong) !important;
}

nav svg {
    filter: none;
}

nav svg rect {
    fill: #101820 !important;
}

nav svg ellipse,
nav svg polygon {
    fill: #72d1cb !important;
}

.hero,
.hero-bg,
.page-hero {
    min-height: clamp(600px, 76vh, 840px) !important;
    overflow: hidden;
}

.hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.92) 0%, rgba(255, 250, 242, 0.74) 42%, rgba(255, 250, 242, 0.12) 100%),
        url("images/originale/steckerlfisch_mit_michael_koppenhofer-wivexoosh.webp") center 48%/cover no-repeat scroll !important;
}

.page-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.94) 0%, rgba(255, 250, 242, 0.78) 44%, rgba(255, 250, 242, 0.16) 100%),
        url("images/originale/verkaufstheke%20(6)-wivexoosh.webp") center 52%/cover no-repeat scroll !important;
}

.hero-bg {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.93) 0%, rgba(255, 250, 242, 0.78) 38%, rgba(255, 250, 242, 0.12) 100%),
        url("images/originale/steckerlfisch_mit_michael_koppenhofer-wivexoosh.webp") center 46%/cover no-repeat scroll !important;
}

.home-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.86) 0%, rgba(255, 250, 242, 0.62) 36%, rgba(255, 250, 242, 0.08) 76%, rgba(255, 250, 242, 0.02) 100%),
        url("images/originale/lachsd%C3%B6ner_mit_michael_koppenhofer-wivexoosh.webp") center 48%/cover no-repeat scroll !important;
}

.home-hero::before {
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0) 68%, rgba(255, 250, 242, 0.78) 100%) !important;
}

.hero::before,
.hero-bg::before,
.page-hero::before {
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0) 58%, rgba(255, 250, 242, 0.95) 100%) !important;
}

.hero-bg.home-hero::before {
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0) 68%, rgba(255, 250, 242, 0.78) 100%) !important;
}

.hero .bg-white\/10,
.hero-bg .bg-white\/10,
.page-hero .bg-white\/10,
.glass {
    background: rgba(255, 252, 246, 0.74) !important;
    border: 1px solid rgba(16, 24, 32, 0.11) !important;
    box-shadow: 0 18px 48px rgba(16, 24, 32, 0.10);
    backdrop-filter: blur(20px) saturate(1.25);
}

.cursor-glow {
    display: none !important;
}

.glass,
.glass-premium,
.fish-card,
.card,
details,
article[class*="rounded"],
div[class*="rounded-3xl"][class*="border"],
div[class*="rounded-2xl"][class*="border"],
.about-hero-content,
.story-photo,
.gallery-grid img {
    background: rgba(255, 252, 246, 0.88) !important;
    border: 1px solid rgba(16, 24, 32, 0.10) !important;
    border-radius: var(--radius) !important;
    box-shadow: 0 18px 48px rgba(16, 24, 32, 0.08) !important;
}

.fish-card,
.card,
details,
.glass,
.glass-premium {
    backdrop-filter: blur(10px) saturate(1.08) !important;
}

.fish-card:hover,
.card:hover,
details:hover,
.glass:hover,
.glass-premium:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(7, 95, 104, 0.22) !important;
    box-shadow: 0 26px 70px rgba(16, 24, 32, 0.14) !important;
}

.fish-card img,
.glass img,
.glass-premium img,
.story-photo img,
.gallery-grid img,
.owner-card img {
    filter: saturate(1.04) contrast(1.02);
}

a[class*="bg-"],
button[type="submit"],
button {
    letter-spacing: 0 !important;
}

[class~="bg-teal-500"],
[class~="bg-teal-600"] {
    background: linear-gradient(135deg, #101820, #075f68) !important;
    border-color: rgba(16, 24, 32, 0.12) !important;
    box-shadow: 0 16px 38px rgba(16, 24, 32, 0.20) !important;
}

[class~="hover:bg-teal-400"]:hover,
[class~="hover:bg-teal-500"]:hover,
a[class*="bg-teal"]:hover,
button[type="submit"]:hover {
    background: linear-gradient(135deg, #075f68, #d87923) !important;
    box-shadow: 0 20px 48px rgba(16, 24, 32, 0.22) !important;
}

a[class*="bg-zinc"],
button[class*="bg-zinc"] {
    background: rgba(255, 252, 246, 0.86) !important;
    color: var(--ink) !important;
    border-color: rgba(16, 24, 32, 0.11) !important;
}

[class~="text-teal-300"],
[class~="text-teal-400"] {
    color: var(--primary) !important;
}

footer {
    background:
        linear-gradient(180deg, #eef8f6 0%, #dbe9e8 58%, #c9dcdb 100%) !important;
    color: #25353d !important;
    border-top: 1px solid rgba(8, 85, 95, 0.18) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

footer h3,
footer h4 {
    color: #0f1a22 !important;
}

footer a,
footer li,
footer p,
footer [class~="text-zinc-400"],
footer [class~="text-zinc-500"] {
    color: #38505a !important;
}

footer a:hover {
    color: var(--primary-strong) !important;
}

footer h4 {
    font-size: 1rem !important;
    letter-spacing: 0.01em;
}

footer ul {
    font-weight: 700;
}

footer .relative.max-w-7xl {
    gap: clamp(1.5rem, 4vw, 3rem) !important;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.35rem;
}

.footer-brand img {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(8, 85, 95, 0.16);
    object-fit: contain;
    padding: 0.25rem;
}

.footer-brand h3 {
    margin: 0 !important;
    line-height: 1;
}

footer .footer-bottom {
    border-top-color: rgba(8, 85, 95, 0.18) !important;
    color: #48606a !important;
    font-weight: 800;
}

/* Second polish pass: stronger counter imagery and richer hover feedback. */
.counter-showcase {
    position: relative;
    overflow: hidden;
}

.counter-showcase::before {
    content: "";
    position: absolute;
    inset: 7% 0 auto auto;
    width: min(46vw, 620px);
    height: min(46vw, 620px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(216, 121, 35, 0.16), rgba(7, 95, 104, 0.08) 42%, transparent 68%);
    transform: translateX(22%);
    pointer-events: none;
}

.counter-showcase-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.55fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: end;
    margin-bottom: clamp(2rem, 5vw, 4rem);
}

.counter-showcase-head span,
.counter-showcase-head h2 {
    grid-column: 1;
}

.counter-showcase-head p {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
}

.counter-tiles {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.75fr);
    gap: clamp(1rem, 2vw, 1.35rem);
}

.counter-tile {
    position: relative;
    min-height: 280px;
    margin: 0;
    overflow: hidden;
    border-radius: 18px !important;
    border: 1px solid rgba(16, 24, 32, 0.12);
    background: #101820;
    box-shadow: 0 24px 70px rgba(16, 24, 32, 0.14);
    isolation: isolate;
}

.counter-tile-large {
    grid-row: span 2;
    min-height: clamp(430px, 54vw, 680px);
}

.counter-tile img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition:
        transform 650ms cubic-bezier(.2,.8,.2,1),
        filter 450ms ease;
    filter: saturate(1.05) contrast(1.03);
}

.counter-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(16, 24, 32, 0.02) 0%, rgba(16, 24, 32, 0.10) 42%, rgba(16, 24, 32, 0.74) 100%),
        linear-gradient(110deg, rgba(255, 250, 242, 0.22), transparent 32%);
    opacity: 0.9;
    transition: opacity 320ms ease;
}

.counter-tile::after,
.fish-card::after,
.story-photo::after,
.gallery-grid img {
    transition:
        transform 420ms cubic-bezier(.2,.8,.2,1),
        box-shadow 320ms ease,
        border-color 320ms ease,
        filter 320ms ease;
}

.counter-tile figcaption {
    position: absolute;
    z-index: 2;
    left: clamp(1rem, 3vw, 1.6rem);
    right: clamp(1rem, 3vw, 1.6rem);
    bottom: clamp(1rem, 3vw, 1.6rem);
    color: #fffaf2;
}

.counter-tile figcaption span {
    display: inline-flex;
    margin-bottom: 0.55rem;
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(255, 250, 242, 0.24);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.13);
    backdrop-filter: blur(14px);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.counter-tile figcaption strong {
    display: block;
    max-width: 26rem;
    font-size: clamp(1.15rem, 2.2vw, 1.85rem);
    line-height: 1.08;
    letter-spacing: 0 !important;
}

.counter-tile:hover {
    transform: translateY(-6px);
    border-color: rgba(216, 121, 35, 0.35);
    box-shadow: 0 34px 90px rgba(16, 24, 32, 0.22);
}

.counter-tile:hover img {
    transform: scale(1.075);
    filter: saturate(1.14) contrast(1.05) brightness(1.03);
}

.counter-tile:hover::before {
    opacity: 0.76;
}

.fish-card,
.story-photo,
.gallery-grid img,
.counter-tile {
    will-change: transform;
}

.fish-card {
    border-radius: 18px !important;
}

.fish-card::after,
.story-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 250, 242, 0.22), transparent 34%, rgba(216, 121, 35, 0.13));
    opacity: 0;
    transition: opacity 280ms ease;
}

.fish-card:hover::after,
.story-photo:hover::after {
    opacity: 1;
}

.fish-card:hover {
    transform: translateY(-8px) scale(1.012) !important;
}

.fish-card:hover img {
    transform: scale(1.065) !important;
    filter: saturate(1.14) contrast(1.05) brightness(1.03) !important;
}

.story-photo:hover {
    transform: translateY(-5px);
    border-color: rgba(216, 121, 35, 0.28) !important;
    box-shadow: 0 30px 86px rgba(16, 24, 32, 0.16) !important;
}

.story-photo:hover img {
    transform: scale(1.045);
    filter: saturate(1.11) contrast(1.04) brightness(1.02);
}

.gallery-grid img {
    border-radius: 18px !important;
}

.gallery-grid img:hover {
    z-index: 3;
    transform: translateY(-6px) scale(1.025);
    border-color: rgba(216, 121, 35, 0.34) !important;
    box-shadow: 0 28px 70px rgba(16, 24, 32, 0.18) !important;
    filter: saturate(1.16) contrast(1.06) brightness(1.03);
}

.locations-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.95) 0%, rgba(255, 250, 242, 0.78) 42%, rgba(255, 250, 242, 0.14) 100%),
        url("images/originale/verkaufstheke%20(6)-wivexoosh.webp") center 50%/cover no-repeat scroll !important;
}

.locations-section {
    position: relative;
    overflow: hidden;
}

.locations-section::before {
    content: "";
    position: absolute;
    inset: 4rem auto auto 0;
    width: min(42vw, 520px);
    height: min(42vw, 520px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(7, 95, 104, 0.13), transparent 68%);
    transform: translateX(-45%);
    pointer-events: none;
}

.location-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: end;
}

.location-callout,
.location-card,
.location-action-panel {
    border: 1px solid rgba(16, 24, 32, 0.10);
    border-radius: var(--radius);
    background: rgba(255, 252, 246, 0.88);
    box-shadow: var(--shadow-sm);
}

.location-callout {
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
}

.location-callout span,
.location-card-head small,
.location-action-panel span {
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.location-callout strong {
    display: block;
    margin-top: 0.55rem;
    color: var(--ink);
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
    line-height: 1.14;
}

.location-callout p {
    margin-top: 0.75rem;
    color: var(--muted);
}

.location-board {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.9rem, 1.8vw, 1.25rem);
}

.location-card {
    position: relative;
    min-height: 250px;
    padding: clamp(1.2rem, 2.5vw, 1.7rem);
    overflow: hidden;
    transition:
        transform 300ms cubic-bezier(.2,.8,.2,1),
        border-color 260ms ease,
        box-shadow 260ms ease,
        background-color 260ms ease;
}

.location-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0.88;
}

.location-card::after {
    content: "";
    position: absolute;
    inset: auto -18% -45% 36%;
    width: 12rem;
    height: 12rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(216, 121, 35, 0.16), transparent 68%);
    transition: transform 320ms ease, opacity 320ms ease;
    pointer-events: none;
}

.location-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 1.35rem;
}

.location-card-head span {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.45rem 0.85rem;
    border-radius: var(--radius-control);
    background: var(--primary-soft);
    color: var(--primary-strong);
    font-size: 0.86rem;
    font-weight: 800;
}

.location-card h3 {
    color: var(--ink) !important;
    font-size: clamp(1.3rem, 2vw, 1.72rem);
    line-height: 1.12;
}

.location-time {
    margin-top: 1rem;
    color: var(--primary-strong) !important;
    font-size: 1.02rem;
    font-weight: 800;
}

.location-card p:not(.location-time) {
    margin-top: 0.8rem;
    color: var(--muted) !important;
}

.location-card:hover {
    transform: translateY(-7px);
    border-color: rgba(216, 121, 35, 0.34);
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 30px 78px rgba(16, 24, 32, 0.16);
}

.location-card:hover::after {
    transform: translate(-10%, -8%) scale(1.18);
    opacity: 0.95;
}

.location-photo-strip {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.82fr) minmax(0, 0.82fr);
    gap: clamp(0.65rem, 1.5vw, 1rem);
    margin-top: clamp(1rem, 2.8vw, 1.8rem);
}

.location-photo-strip img {
    width: 100%;
    height: clamp(270px, 34vw, 460px);
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid rgba(16, 24, 32, 0.10);
    box-shadow: var(--shadow-sm);
    transition:
        transform 420ms cubic-bezier(.2,.8,.2,1),
        filter 320ms ease,
        box-shadow 320ms ease;
}

.location-photo-strip img:first-child {
    height: clamp(270px, 34vw, 460px);
}

.location-photo-strip img:hover {
    transform: translateY(-5px) scale(1.018);
    filter: saturate(1.14) contrast(1.05) brightness(1.03);
    box-shadow: 0 30px 76px rgba(16, 24, 32, 0.17);
}

.location-action-panel {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: clamp(1rem, 2.8vw, 1.8rem);
    padding: clamp(1.35rem, 3vw, 2.2rem);
    background:
        linear-gradient(135deg, rgba(16, 24, 32, 0.96), rgba(7, 95, 104, 0.92)) !important;
    color: #fffaf2 !important;
    box-shadow: 0 26px 72px rgba(16, 24, 32, 0.18);
}

.location-action-panel h3 {
    margin-top: 0.4rem;
    color: #fffaf2 !important;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.14;
}

.location-action-panel span {
    color: rgba(255, 250, 242, 0.72) !important;
}

.location-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-end;
}

.locations-faq details {
    transition:
        transform 260ms cubic-bezier(.2,.8,.2,1),
        border-color 240ms ease,
        box-shadow 240ms ease;
}

.locations-faq summary {
    color: var(--ink);
}

.locations-faq details[open] {
    border-color: rgba(7, 95, 104, 0.24) !important;
    box-shadow: 0 26px 70px rgba(16, 24, 32, 0.13) !important;
}

.error-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.84) 44%, rgba(255, 250, 242, 0.22) 100%),
        url("images/originale/verkaufstheke%20(6)-wivexoosh.webp") center 52%/cover no-repeat scroll !important;
}

.error-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: center;
}

.error-card {
    overflow: hidden;
    border: 1px solid rgba(16, 24, 32, 0.10);
    border-radius: var(--radius);
    background: rgba(255, 252, 246, 0.9);
    box-shadow: var(--shadow-md);
}

.error-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.error-card div {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.error-card span {
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.error-card h2 {
    margin-top: 0.55rem;
    color: var(--ink) !important;
    font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
    line-height: 1.12;
}

.error-card p {
    margin-top: 0.75rem;
    color: var(--muted);
}

.error-card a {
    display: inline-flex;
    margin-top: 1.1rem;
    color: var(--primary-strong);
    font-weight: 800;
}

.steckerl-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.78) 43%, rgba(255, 250, 242, 0.10) 100%),
        url("images/originale/steckerlfisch_mit_michael_koppenhofer-wivexoosh.webp") center 46%/cover no-repeat scroll !important;
}

.steckerl-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: end;
    width: 100%;
}

.steckerl-hero-copy {
    max-width: 48rem;
    text-align: left;
}

.steckerl-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(3.25rem, 6.4vw, 6.35rem) !important;
}

.steckerl-eyebrow,
.steckerl-hero-card > span,
.steckerl-availability-panel span,
.steckerl-final-cta span {
    display: inline-flex;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.steckerl-hero-card {
    padding: clamp(1.15rem, 2.4vw, 1.7rem);
    border: 1px solid rgba(16, 24, 32, 0.10);
    border-radius: var(--radius);
    background: rgba(255, 252, 246, 0.88);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px) saturate(1.15);
}

.steckerl-hero-card strong {
    display: block;
    margin-top: 0.65rem;
    color: var(--ink);
    font-size: clamp(1.55rem, 2.7vw, 2.25rem);
    line-height: 1.06;
}

.steckerl-hero-card dl {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.1rem;
}

.steckerl-hero-card dl div {
    padding-top: 0.85rem;
    border-top: 1px solid var(--line);
}

.steckerl-hero-card dt {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.steckerl-hero-card dd {
    margin-top: 0.15rem;
    color: var(--ink);
    font-weight: 750;
}

.steckerl-hero-card a {
    display: inline-flex;
    margin-top: 1.35rem;
    color: var(--primary-strong);
    font-weight: 800;
}

.steckerl-story-grid,
.steckerl-flame-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.steckerl-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.steckerl-facts div {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 252, 246, 0.74);
}

.steckerl-facts strong {
    display: block;
    color: var(--primary-strong);
    font-size: 1.25rem;
    line-height: 1.1;
}

.steckerl-facts span {
    display: block;
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.9rem;
}

.steckerl-photo-stack {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: 0.9rem;
    align-items: end;
}

.steckerl-photo-stack img,
.steckerl-feature-image img {
    width: 100%;
    object-fit: cover;
    border: 1px solid rgba(16, 24, 32, 0.10);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition:
        transform 420ms cubic-bezier(.2,.8,.2,1),
        filter 320ms ease,
        box-shadow 320ms ease;
}

.steckerl-photo-stack img:first-child {
    height: clamp(360px, 42vw, 560px);
}

.steckerl-photo-stack img:last-child {
    height: clamp(430px, 52vw, 690px);
}

.steckerl-photo-stack img:hover,
.steckerl-feature-image:hover img {
    transform: translateY(-5px) scale(1.018);
    filter: saturate(1.12) contrast(1.04) brightness(1.02);
    box-shadow: 0 30px 76px rgba(16, 24, 32, 0.17);
}

.steckerl-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: end;
    margin-bottom: clamp(2rem, 5vw, 4rem);
}

.steckerl-section-head p {
    color: var(--muted) !important;
    font-size: 1.05rem;
    line-height: 1.65;
}

.steckerl-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.8vw, 1.2rem);
}

.steckerl-step {
    position: relative;
    min-height: 280px;
    padding: clamp(1.2rem, 2.4vw, 1.6rem);
    overflow: hidden;
    border: 1px solid rgba(16, 24, 32, 0.10);
    border-radius: var(--radius);
    background: rgba(255, 252, 246, 0.88);
    box-shadow: var(--shadow-sm);
    transition:
        transform 300ms cubic-bezier(.2,.8,.2,1),
        border-color 260ms ease,
        box-shadow 260ms ease;
}

.steckerl-step::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.steckerl-step > span {
    color: rgba(7, 95, 104, 0.22);
    font-size: clamp(2.4rem, 4.2vw, 4rem);
    font-weight: 800;
    line-height: 0.9;
}

.steckerl-step i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-top: 1.3rem;
    border-radius: var(--radius-control);
    background: var(--primary-soft);
    color: var(--primary-strong);
}

.steckerl-step h3 {
    margin-top: 1.2rem;
    color: var(--ink) !important;
    font-size: 1.45rem;
}

.steckerl-step p {
    margin-top: 0.75rem;
    color: var(--muted) !important;
}

.steckerl-step:hover {
    transform: translateY(-7px);
    border-color: rgba(216, 121, 35, 0.34);
    box-shadow: 0 30px 78px rgba(16, 24, 32, 0.16);
}

.steckerl-flame-grid {
    grid-template-columns: minmax(22rem, 1.05fr) minmax(0, 0.95fr);
}

.steckerl-feature-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius);
}

.steckerl-feature-image img {
    height: clamp(430px, 50vw, 660px);
    display: block;
}

.steckerl-feature-image figcaption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 250, 242, 0.24);
    border-radius: var(--radius);
    background: rgba(16, 24, 32, 0.76);
    color: #fffaf2;
    font-weight: 750;
    backdrop-filter: blur(14px);
}

.steckerl-note {
    padding: 1.2rem;
    border: 1px solid rgba(7, 95, 104, 0.18);
    border-radius: var(--radius);
    background: rgba(220, 239, 237, 0.54);
}

.steckerl-note strong {
    color: var(--primary-strong);
}

.steckerl-note p {
    margin-top: 0.25rem;
    color: var(--text) !important;
}

.steckerl-availability-panel,
.steckerl-final-cta {
    border: 1px solid rgba(16, 24, 32, 0.10);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
}

.steckerl-availability-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.45rem, 3.4vw, 2.5rem);
    background:
        linear-gradient(135deg, rgba(16, 24, 32, 0.96), rgba(7, 95, 104, 0.92)) !important;
    color: #fffaf2 !important;
}

.steckerl-availability-panel span {
    color: rgba(255, 250, 242, 0.72) !important;
}

.steckerl-availability-panel h2 {
    margin-top: 0.35rem;
    color: #fffaf2 !important;
    font-size: clamp(1.7rem, 3.2vw, 2.6rem) !important;
    line-height: 1.05;
}

.steckerl-availability-panel p {
    max-width: 44rem;
    margin-top: 0.7rem;
    color: rgba(255, 250, 242, 0.72) !important;
}

.steckerl-availability-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-end;
}

.steckerl-faq summary {
    color: var(--ink);
}

.steckerl-final-cta {
    padding: clamp(1.5rem, 3.4vw, 2.5rem);
    background: rgba(255, 252, 246, 0.88);
    text-align: center;
}

.steckerl-final-cta h3 {
    margin-top: 0.45rem;
    color: var(--ink) !important;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.08;
}

.steckerl-final-cta p {
    max-width: 42rem;
    margin: 0.85rem auto 1.6rem;
    color: var(--muted) !important;
}

.home-locations {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(16, 24, 32, 0.96), rgba(7, 95, 104, 0.92) 52%, rgba(216, 121, 35, 0.72)) !important;
    color: #fffaf2 !important;
}

.home-locations::before {
    content: "";
    position: absolute;
    inset: auto -8rem -10rem auto;
    width: min(42vw, 560px);
    height: min(42vw, 560px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 250, 242, 0.16), transparent 68%);
    pointer-events: none;
}

.home-locations::after {
    display: none;
}

.home-locations h2,
.home-locations h3 {
    color: #fffaf2 !important;
}

.home-locations p {
    color: rgba(255, 250, 242, 0.72) !important;
}

.home-locations-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: end;
    margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.home-locations-head span,
.contact-kicker,
.contact-fast-card > span {
    display: inline-flex;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-locations-head span {
    color: rgba(255, 250, 242, 0.72);
}

.home-locations-head h2 {
    margin-top: 0.5rem;
}

.home-locations-head > a {
    white-space: nowrap;
}

.home-location-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(0.8rem, 1.6vw, 1.15rem);
}

.home-location-card {
    position: relative;
    grid-column: span 2;
    min-height: 210px;
    padding: clamp(1.15rem, 2.4vw, 1.55rem);
    overflow: hidden;
    border: 1px solid rgba(255, 250, 242, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 250, 242, 0.09);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(18px) saturate(1.2);
    transition:
        transform 300ms cubic-bezier(.2,.8,.2,1),
        border-color 260ms ease,
        background-color 260ms ease,
        box-shadow 260ms ease;
}

.home-location-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #fffaf2, var(--accent));
    opacity: 0.72;
}

.home-location-card::after {
    content: "";
    position: absolute;
    inset: auto -25% -45% 40%;
    width: 11rem;
    height: 11rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 250, 242, 0.18), transparent 70%);
    pointer-events: none;
    transition: transform 300ms ease, opacity 300ms ease;
}

.home-location-feature {
    grid-column: span 2;
    background: rgba(255, 250, 242, 0.18);
    border-color: rgba(255, 250, 242, 0.24);
}

.home-location-card > span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.36rem 0.72rem;
    border-radius: var(--radius-control);
    background: rgba(255, 250, 242, 0.14);
    color: rgba(255, 250, 242, 0.84);
    font-size: 0.82rem;
    font-weight: 800;
}

.home-location-card h3 {
    margin-top: 1rem;
    font-size: clamp(1.28rem, 1.8vw, 1.62rem);
    line-height: 1.12;
}

.home-location-card p {
    margin-top: 0.75rem;
}

.home-location-time {
    color: #fffaf2 !important;
    font-size: 1.04rem;
    font-weight: 800;
}

.home-location-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 250, 242, 0.34);
    background: rgba(255, 250, 242, 0.18);
    box-shadow: 0 32px 84px rgba(0, 0, 0, 0.22);
}

.home-location-card:hover::after {
    transform: translate(-12%, -12%) scale(1.2);
    opacity: 0.95;
}

.contact-hero {
    background:
        linear-gradient(90deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.78) 44%, rgba(255, 250, 242, 0.16) 100%),
        url("images/originale/verkaufstheke%20(5)-wivexoosh.webp") center 52%/cover no-repeat scroll !important;
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: end;
    width: 100%;
}

.contact-hero h1 {
    max-width: 10.5ch;
    margin-left: 0;
    margin-right: 0;
}

.contact-hero p {
    max-width: 42rem;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.contact-fast-card,
.contact-panel,
.contact-form-panel,
.contact-info-panel,
.contact-faq details {
    border: 1px solid rgba(16, 24, 32, 0.10);
    border-radius: var(--radius);
    background: rgba(255, 252, 246, 0.9);
    box-shadow: var(--shadow-md);
}

.contact-fast-card {
    display: grid;
    gap: 0.85rem;
    padding: clamp(1.15rem, 2.4vw, 1.6rem);
    backdrop-filter: blur(16px) saturate(1.12);
}

.contact-fast-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    min-height: 3.25rem;
    padding: 0.85rem 0;
    border-top: 1px solid var(--line);
    color: var(--ink);
    font-weight: 800;
    text-decoration: none;
}

.contact-fast-card a::after {
    content: "->";
    color: var(--accent);
}

.contact-fast-card a:hover {
    color: var(--primary-strong) !important;
    padding-left: 0.25rem;
}

.contact-main,
.contact-form-section,
.contact-faq {
    overflow: hidden;
}

.contact-main-grid,
.contact-form-grid {
    display: grid;
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.contact-main-grid {
    grid-template-columns: minmax(18rem, 0.74fr) minmax(0, 1.26fr);
}

.contact-panel,
.contact-form-panel {
    padding: clamp(1.35rem, 3vw, 2.25rem);
}

.contact-panel h2,
.contact-form-panel h2 {
    margin-top: 0.55rem;
    font-size: clamp(1.85rem, 3vw, 2.7rem) !important;
}

.contact-panel p,
.contact-form-panel p {
    color: var(--muted) !important;
}

.contact-panel > a,
.contact-text-link {
    display: inline-flex;
    margin-top: 1.2rem;
    color: var(--primary-strong);
    font-weight: 800;
    text-decoration: none;
}

.contact-panel > a:hover,
.contact-text-link:hover {
    color: var(--accent) !important;
}

.contact-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.contact-mini-grid div {
    min-height: 8rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(238, 247, 245, 0.56);
}

.contact-mini-grid i {
    color: var(--primary);
}

.contact-mini-grid strong {
    display: block;
    margin-top: 0.65rem;
    color: var(--ink);
}

.contact-mini-grid p {
    margin-top: 0.25rem;
}

.contact-schedule-list {
    display: grid;
    gap: 0.72rem;
    margin-top: 1.4rem;
}

.contact-schedule-list div {
    display: grid;
    grid-template-columns: 8.2rem minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.58);
    transition:
        transform 240ms cubic-bezier(.2,.8,.2,1),
        border-color 220ms ease,
        background-color 220ms ease,
        box-shadow 220ms ease;
}

.contact-schedule-list div:hover {
    transform: translateY(-3px);
    border-color: rgba(216, 121, 35, 0.30);
    background: rgba(255, 252, 246, 0.96);
    box-shadow: var(--shadow-sm);
}

.contact-schedule-list strong {
    color: var(--primary-strong);
}

.contact-schedule-list span {
    color: var(--ink);
    font-weight: 750;
}

.contact-schedule-list em {
    color: var(--muted);
    font-style: normal;
    font-weight: 750;
    text-align: right;
}

.contact-form-grid {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.78fr);
    align-items: stretch;
}

.contact-form-panel .form-input {
    background: rgba(255, 255, 255, 0.82) !important;
}

.contact-form-panel button {
    margin-top: 0.4rem;
}

.contact-success {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(7, 95, 104, 0.18);
    border-radius: var(--radius);
    background: rgba(220, 239, 237, 0.74);
}

.contact-success h3 {
    color: var(--primary-strong) !important;
    font-size: 1.2rem;
}

.contact-success p {
    margin-top: 0.25rem;
}

.contact-error {
    margin: 1.25rem 0;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(166, 70, 32, 0.24);
    border-radius: var(--radius);
    background: rgba(255, 238, 224, 0.86);
    color: #643218;
}

.contact-error h3 {
    margin: 0 0 0.25rem;
    color: #643218 !important;
    font-size: 1.1rem;
}

.contact-error p {
    margin: 0;
    color: #643218 !important;
}

.contact-error a {
    color: #075f68 !important;
    font-weight: 800;
}

.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-info-panel {
    min-height: 560px;
    padding: clamp(1.35rem, 3vw, 2.25rem);
    background:
        linear-gradient(135deg, rgba(255, 252, 246, 0.94), rgba(238, 247, 245, 0.86)),
        url("images/originale/verkaufstheke%20(1)-wivexoosh.webp") center/cover no-repeat;
}

.contact-info-panel h2 {
    margin-top: 0.55rem;
    max-width: 14ch;
    font-size: clamp(1.85rem, 3vw, 2.7rem) !important;
}

.contact-info-panel p {
    max-width: 38rem;
    margin-top: 1rem;
    color: var(--text) !important;
}

.contact-info-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 2rem;
}

.contact-info-list div {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 253, 249, 0.82);
}

.contact-info-list strong,
.contact-info-list span,
.contact-info-list a {
    display: block;
}

.contact-info-list strong {
    color: var(--primary-strong);
}

.contact-info-list span,
.contact-info-list a {
    margin-top: 0.25rem;
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
}

.contact-faq details {
    box-shadow: var(--shadow-sm);
}

.contact-faq details[open] {
    border-color: rgba(7, 95, 104, 0.24) !important;
    box-shadow: 0 26px 70px rgba(16, 24, 32, 0.13) !important;
}

a[class*="bg-"],
button[type="submit"],
button {
    position: relative;
    overflow: hidden;
}

a[class*="bg-"]::after,
button[type="submit"]::after,
button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.18) 42%, transparent 64%);
    transform: translateX(-120%);
    transition: transform 520ms cubic-bezier(.2,.8,.2,1);
    pointer-events: none;
}

a[class*="bg-"]:hover::after,
button[type="submit"]:hover::after,
button:hover::after {
    transform: translateX(120%);
}

@media (max-width: 767px) {
    nav .max-w-7xl {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
    }

    nav [class~="hidden"][class~="md:flex"] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 0.5rem !important;
        overflow: visible;
        padding-bottom: 0;
    }

    nav [class~="hidden"][class~="md:flex"] a {
        width: 100%;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--line);
        border-radius: var(--radius-control);
        background: rgba(255, 255, 255, 0.78);
        padding: 0.55rem 0.65rem;
        font-size: clamp(0.78rem, 3.25vw, 0.9rem);
        line-height: 1.15;
        text-align: center;
        white-space: normal;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-page {
        padding-top: 5.5rem;
    }

    .legal-hero,
    .legal-grid,
    .legal-meta div {
        grid-template-columns: 1fr;
    }

    .legal-hero h1 {
        max-width: 11ch;
    }

    .legal-meta div {
        gap: 0.25rem;
    }

    h1 {
        max-width: 10ch;
        font-size: clamp(2.55rem, 13vw, 4rem) !important;
    }

    h2 {
        font-size: clamp(2rem, 10vw, 3.05rem) !important;
    }

    .hero,
    .hero-bg,
    .page-hero {
        min-height: auto !important;
        padding-top: 5.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .home-hero {
        background:
            linear-gradient(180deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.90) 46%, rgba(255, 250, 242, 0.52) 100%),
            url("images/originale/lachsd%C3%B6ner_mit_michael_koppenhofer-wivexoosh.webp") 58% center/cover no-repeat scroll !important;
    }

    .hero {
        background:
            linear-gradient(180deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.88) 48%, rgba(255, 250, 242, 0.58) 100%),
            url("images/originale/steckerlfisch_mit_michael_koppenhofer-wivexoosh.webp") 58% center/cover no-repeat scroll !important;
    }

    .page-hero,
    .hero-bg {
        background:
            linear-gradient(180deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.90) 46%, rgba(255, 250, 242, 0.58) 100%),
            url("images/originale/verkaufstheke%20(6)-wivexoosh.webp") center/cover no-repeat scroll !important;
    }

    .home-hero .home-hero-content {
        text-align: center !important;
    }

    .home-hero h1,
    .home-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .home-hero .justify-center {
        justify-content: center;
    }

    .story-photo {
        min-height: 300px;
        width: 100%;
        max-width: 100%;
    }

    .story-photo figcaption {
        position: static;
        border-width: 0;
        border-top: 1px solid var(--line);
        border-radius: 0;
        box-shadow: none;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }

    .gallery-grid img,
    .gallery-grid img:nth-child(1),
    .gallery-grid img:nth-child(2),
    .gallery-grid img:nth-child(3),
    .gallery-grid img:nth-child(4),
    .gallery-grid img:nth-child(5),
    .gallery-grid img:nth-child(6) {
        grid-column: span 1;
        min-height: 150px;
        aspect-ratio: 1 / 1;
    }

    .family-photo-grid {
        grid-template-columns: 1fr;
    }

    .family-photo-grid img {
        height: clamp(320px, 112vw, 500px) !important;
        padding: 0;
    }

    .owner-card img[src*="michael_koppenhofer_portait"],
    .owner-portrait-photo {
        height: clamp(360px, 118vw, 540px) !important;
        padding: 0.5rem;
    }

    .counter-showcase-head {
        display: block;
        margin-bottom: 2rem;
    }

    .counter-showcase-head p {
        margin-top: 1rem;
    }

    .counter-tiles {
        grid-template-columns: 1fr;
    }

    .counter-tile,
    .counter-tile-large {
        min-height: 330px;
        grid-row: auto;
    }

    .counter-tile figcaption strong {
        font-size: 1.35rem;
    }

    .location-intro,
    .location-board,
    .location-photo-strip {
        grid-template-columns: 1fr;
    }

    .location-callout {
        margin-top: 1.25rem;
    }

    .location-card {
        min-height: auto;
    }

    .location-card-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.6rem;
    }

    .location-photo-strip img,
    .location-photo-strip img:first-child {
        grid-row: auto;
        height: clamp(210px, 62vw, 320px);
    }

    .location-action-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .location-action-buttons {
        justify-content: stretch;
    }

    .error-layout {
        grid-template-columns: 1fr;
    }

    .modern-page-hero {
        min-height: auto;
        padding-top: 5.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .about-hero.modern-page-hero {
        background:
            linear-gradient(180deg, rgba(255, 250, 242, 0.97) 0%, rgba(255, 250, 242, 0.9) 48%, rgba(255, 250, 242, 0.58) 100%),
            url("images/originale/michael_koppenhofer_portait-wivexoosh.webp") center 32%/cover no-repeat scroll !important;
    }

    .locations-hero.modern-page-hero {
        background:
            linear-gradient(180deg, rgba(255, 250, 242, 0.97) 0%, rgba(255, 250, 242, 0.9) 48%, rgba(255, 250, 242, 0.58) 100%),
            url("images/originale/verkaufstheke%20(5)-wivexoosh.webp") center/cover no-repeat scroll !important;
    }

    .modern-hero-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "card"
            "actions";
        text-align: center;
    }

    .modern-hero-copy {
        text-align: center;
    }

    .modern-hero-copy h1,
    .modern-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .modern-hero-actions {
        justify-content: center;
    }

    .steckerl-hero {
        background:
            linear-gradient(180deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.90) 50%, rgba(255, 250, 242, 0.58) 100%),
            url("images/originale/steckerlfisch_mit_michael_koppenhofer-wivexoosh.webp") 58% center/cover no-repeat scroll !important;
    }

    .steckerl-hero-inner,
    .steckerl-story-grid,
    .steckerl-section-head,
    .steckerl-flame-grid,
    .steckerl-availability-panel {
        grid-template-columns: 1fr;
    }

    .steckerl-hero-inner,
    .steckerl-story-grid,
    .steckerl-section-head,
    .steckerl-flame-grid {
        display: grid;
    }

    .steckerl-hero-inner {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .steckerl-hero-copy {
        text-align: center;
    }

    .steckerl-hero-copy h1,
    .steckerl-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .steckerl-hero-copy .flex {
        justify-content: center;
    }

    .steckerl-facts,
    .steckerl-photo-stack,
    .steckerl-steps {
        grid-template-columns: 1fr;
    }

    .steckerl-photo-stack img:first-child,
    .steckerl-photo-stack img:last-child,
    .steckerl-feature-image img {
        height: clamp(260px, 72vw, 360px);
    }

    .steckerl-step {
        min-height: auto;
    }

    .steckerl-availability-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .steckerl-availability-actions {
        justify-content: stretch;
    }

    .home-locations-head,
    .home-location-grid,
    .contact-hero-grid,
    .contact-main-grid,
    .contact-form-grid,
    .contact-mini-grid {
        grid-template-columns: 1fr;
    }

    .home-locations-head {
        display: grid;
        text-align: left;
    }

    .home-locations-head > a,
    .home-location-card,
    .home-location-feature {
        grid-column: auto;
    }

    .home-location-card {
        min-height: auto;
    }

    .contact-hero {
        background:
            linear-gradient(180deg, rgba(255, 250, 242, 0.97) 0%, rgba(255, 250, 242, 0.90) 50%, rgba(255, 250, 242, 0.60) 100%),
            url("images/originale/verkaufstheke%20(5)-wivexoosh.webp") center/cover no-repeat scroll !important;
    }

    .contact-hero h1,
    .contact-hero p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .contact-hero-actions {
        justify-content: center;
    }

    .contact-fast-card,
    .contact-panel,
    .contact-form-panel,
    .contact-info-panel {
        padding: 1.25rem;
        max-width: 100%;
    }

    .contact-schedule-list div {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .contact-schedule-list em {
        text-align: left;
    }

    .contact-info-panel {
        min-height: 340px;
    }

    body > section,
    main > section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .about-hero-content {
        padding: 1.45rem;
    }

    .about-hero-facts {
        grid-template-columns: 1fr;
    }

    a[class*="bg-"],
    button[type="submit"] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .grid {
        gap: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero,
    .hero-bg,
    .page-hero {
        min-height: 620px !important;
    }

    nav .max-w-7xl {
        flex-wrap: wrap;
    }

    .location-intro,
    .location-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .location-photo-strip {
        grid-template-columns: 1fr 1fr;
    }

    .location-photo-strip img:first-child {
        grid-column: span 2;
        grid-row: auto;
    }

    .home-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-location-card,
    .home-location-feature {
        grid-column: auto;
    }

    .contact-hero-grid,
    .contact-main-grid,
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-schedule-list div {
        grid-template-columns: 7.5rem minmax(0, 1fr);
    }

    .contact-schedule-list em {
        grid-column: 2;
        text-align: left;
    }

    .steckerl-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .steckerl-story-grid,
    .steckerl-flame-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Startseite: weiche Lesefläche im Hero, damit kleine Schrift auf dem Foto klar bleibt. */
.home-hero {
    isolation: isolate;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 35% 50%, rgba(255, 250, 242, 0.93) 0%, rgba(255, 250, 242, 0.80) 31%, rgba(255, 250, 242, 0.34) 55%, rgba(255, 250, 242, 0) 75%),
        linear-gradient(90deg, rgba(255, 250, 242, 0.70) 0%, rgba(255, 250, 242, 0.36) 42%, rgba(255, 250, 242, 0) 74%);
    backdrop-filter: blur(2.5px) saturate(0.96);
}

.home-hero .home-hero-content {
    isolation: isolate;
    max-width: 78rem !important;
    transform: translateY(-3.25rem);
}

.home-hero .home-hero-content::before {
    content: "";
    position: absolute;
    top: clamp(-0.35rem, -0.4vw, -0.1rem);
    bottom: clamp(-0.35rem, -0.4vw, -0.1rem);
    left: clamp(-1.65rem, -2.4vw, -1rem);
    width: min(52rem, calc(100% - 2.25rem));
    z-index: -1;
    border-radius: 56px;
    background:
        radial-gradient(ellipse at 35% 45%, rgba(255, 253, 248, 0.86) 0%, rgba(255, 253, 248, 0.70) 44%, rgba(255, 253, 248, 0.28) 72%, rgba(255, 253, 248, 0) 100%);
    backdrop-filter: blur(16px) saturate(1.08);
    box-shadow: 0 30px 90px rgba(16, 24, 32, 0.07);
    -webkit-mask-image: radial-gradient(ellipse at 42% 50%, #000 0%, #000 54%, rgba(0, 0, 0, 0.62) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse at 42% 50%, #000 0%, #000 54%, rgba(0, 0, 0, 0.62) 72%, transparent 100%);
}

.home-hero h1 {
    color: #101820 !important;
    text-shadow: 0 2px 0 rgba(255, 250, 242, 0.55);
}

.home-hero p {
    color: #243947 !important;
    font-weight: 650;
    text-shadow: 0 1px 0 rgba(255, 250, 242, 0.78);
}

.home-hero .bg-white\/10 {
    color: #064f58 !important;
    background: rgba(255, 253, 248, 0.88) !important;
    border-color: rgba(7, 95, 104, 0.16) !important;
}

@media (max-width: 767px) {
    .home-hero::after {
        background:
            linear-gradient(180deg, rgba(255, 250, 242, 0.94) 0%, rgba(255, 250, 242, 0.84) 48%, rgba(255, 250, 242, 0.66) 100%);
        backdrop-filter: blur(3px) saturate(0.96);
    }

    .home-hero .home-hero-content::before {
        inset: 0.6rem;
        width: auto;
        border-radius: 28px;
        background: rgba(255, 253, 248, 0.70);
        backdrop-filter: blur(14px) saturate(1.05);
        -webkit-mask-image: none;
        mask-image: none;
    }

    .home-hero .home-hero-content {
        transform: none;
    }
}

/* Footer-Abschluss: sichtbar direkt unter den Footer-Spalten. */
footer .footer-bottom {
    margin-top: 2.25rem !important;
    padding: 1rem 1.15rem !important;
    border: 1px solid rgba(8, 85, 95, 0.20) !important;
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.72) !important;
    color: #1f3540 !important;
    box-shadow: 0 14px 36px rgba(16, 24, 32, 0.08);
}

footer .footer-bottom.scrollfx-item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

footer .footer-rights,
footer .footer-credit {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    color: #1f3540 !important;
    font-size: 0.94rem;
    line-height: 1.35;
}

footer .footer-credit {
    color: #075f68 !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

@media (max-width: 767px) {
    footer .footer-bottom {
        gap: 0.55rem;
    }
}
