:root {
    --color-blue-950: #06244a;
    --color-blue-900: #073f7f;
    --color-blue-700: #0c66b1;
    --color-blue-500: #1b98d6;
    --color-white: #ffffff;
    --color-ink: #0d1b2a;
    --color-muted: #52616f;
    --color-reed: #7b8f42;
    --color-gold: #d7a84b;
    --color-surface: #f6f9fb;
    --shadow-soft: 0 18px 50px rgba(6, 36, 74, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--color-ink);
    background: var(--color-surface);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--color-gold);
    outline-offset: 4px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 86px;
    padding: 10px clamp(18px, 5vw, 72px);
    color: var(--color-white);
    background: rgba(6, 36, 74, 0.94);
    backdrop-filter: blur(14px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 280px;
    text-decoration: none;
}

.brand strong,
.brand span span {
    display: block;
}

.brand strong {
    font-size: 1.05rem;
    line-height: 1.2;
}

.brand span span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
}

.brand-mark {
    display: block;
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    padding: 3px;
    background: var(--color-white);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 18px;
    font-size: 0.95rem;
}

.site-nav a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.site-nav a:hover {
    color: var(--color-white);
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 10px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    font-weight: 700;
}

.flag {
    flex: 0 0 auto;
    width: 20px;
    height: 14px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.flag-de {
    background: linear-gradient(to bottom, #000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%);
}

.flag-fr {
    background: linear-gradient(to right, #0055a4 0 33.333%, #fff 33.333% 66.666%, #ef4135 66.666% 100%);
}

.instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.instagram-icon {
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 24%;
}

.instagram-link-nav {
    justify-content: center;
    width: 30px;
    height: 30px;
}

.instagram-link-nav .instagram-icon {
    width: 24px;
    height: 24px;
}

.instagram-link-inline {
    width: fit-content;
}

.hero {
    position: relative;
    min-height: clamp(560px, 82vh, 780px);
    display: grid;
    align-items: end;
    overflow: hidden;
    color: var(--color-white);
}

.hero-image,
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    object-fit: cover;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(6, 36, 74, 0.86), rgba(6, 36, 74, 0.48) 48%, rgba(6, 36, 74, 0.16)),
        linear-gradient(0deg, rgba(6, 36, 74, 0.78), rgba(6, 36, 74, 0));
}

.hero-content {
    position: relative;
    display: grid;
    grid-template-columns: 230px minmax(0, 760px);
    gap: clamp(24px, 5vw, 52px);
    align-items: center;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 0 0 clamp(88px, 14vh, 140px);
}

.hero-logo {
    width: clamp(160px, 22vw, 230px);
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    padding: 5px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--color-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 18px;
    max-width: 720px;
    font-size: clamp(2.6rem, 7vw, 5.7rem);
    line-height: 0.96;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.06;
}

h3 {
    margin-bottom: 8px;
    color: var(--color-blue-950);
    font-size: 1.15rem;
}

.hero-text {
    max-width: 620px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}

.button-primary {
    background: var(--color-white);
    color: var(--color-blue-950);
}

.button-secondary {
    border-color: rgba(255, 255, 255, 0.54);
    color: var(--color-white);
}

.button-light {
    background: var(--color-white);
    color: var(--color-blue-950);
}

.button-outline-light {
    border-color: rgba(255, 255, 255, 0.62);
    color: var(--color-white);
}

.button-map {
    background: var(--color-blue-900);
    color: var(--color-white);
}

.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.section {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(72px, 10vw, 112px) 0;
}

.section-heading {
    max-width: 760px;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
    margin-top: 28px;
}

.visual-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}

.visual-card img {
    display: block;
    width: 100%;
    height: auto;
}

.visual-card div {
    display: grid;
    align-content: start;
    padding: 22px;
}

.visual-card h3 {
    min-height: 2.75em;
    margin-bottom: 12px;
    font-size: 1.18rem;
    line-height: 1.25;
}

.visual-card p {
    margin-bottom: 0;
    font-size: 0.96rem;
    line-height: 1.55;
}

.intro-grid p,
.commitment-note p,
.split p,
.service-grid p,
.site-footer p {
    color: var(--color-muted);
}

.commitment-note {
    display: grid;
    gap: 12px;
    max-width: 900px;
    margin-top: 30px;
}

.commitment-note p {
    margin-bottom: 0;
}

.commitment-note p:last-child {
    color: var(--color-blue-950);
    font-weight: 800;
}

.feature-band {
    position: relative;
    min-height: clamp(480px, 64vw, 680px);
    display: grid;
    align-items: end;
    overflow: hidden;
    color: var(--color-white);
    background: var(--color-blue-950);
}

.feature-band > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 36, 74, 0.82), rgba(6, 36, 74, 0.22)),
        linear-gradient(0deg, rgba(6, 36, 74, 0.88), rgba(6, 36, 74, 0.04));
}

.feature-content {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(64px, 10vw, 104px) 0;
}

.feature-content h2,
.feature-content p {
    max-width: 680px;
}

.feature-content p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
}

.feature-content a,
.fish-contact-strip a:not(.button) {
    color: var(--color-white);
    font-weight: 800;
    text-underline-offset: 3px;
}

.sales-section {
    padding-top: clamp(64px, 9vw, 96px);
}

.sales-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    margin-top: 28px;
}

.sales-image {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}

.sales-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-grid h3 a {
    color: inherit;
    text-decoration: none;
}

.service-grid h3 a:hover {
    color: var(--color-blue-700);
}

.service-grid article {
    min-height: 180px;
    padding: 26px;
    border-left: 4px solid var(--color-reed);
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}

.species-panel {
    margin-top: 24px;
    padding: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(7, 63, 127, 0.98), rgba(6, 36, 74, 0.98));
    color: var(--color-white);
}

.species-panel h3 {
    color: var(--color-white);
}

.species-panel ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.species-panel li {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.species-panel p {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
}

.field-gallery {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(60px, 9vw, 100px) 0;
}

.field-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 230px;
    gap: 16px;
    margin-top: 30px;
}

.field-gallery-item {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: var(--color-blue-950);
    box-shadow: var(--shadow-soft);
}

.field-gallery-large {
    grid-column: span 2;
    grid-row: span 2;
}

.field-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fish-showcase {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(72px, 10vw, 112px) 0;
}

.fish-showcase .section-heading p:not(.eyebrow) {
    max-width: 720px;
    color: var(--color-muted);
}

.fish-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(180px, 18vw, 260px);
    gap: 14px;
    margin-top: 30px;
}

.fish-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

.fish-gallery-large {
    grid-column: span 2;
    grid-row: span 2;
}

.fish-page-hero {
    padding: clamp(72px, 10vw, 112px) clamp(18px, 5vw, 72px);
    color: var(--color-white);
    background:
        linear-gradient(135deg, rgba(7, 63, 127, 0.95), rgba(6, 36, 74, 0.98)),
        url("/assets/site/bassins-vente-poissons-schambion.webp") center / cover;
}

.fish-page-hero h1,
.fish-page-hero p {
    max-width: 840px;
}

.fish-page-hero p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.12rem;
}

.fish-list-section .section-heading p:not(.eyebrow) {
    color: var(--color-muted);
}

.available-fish-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.fish-card {
    overflow: hidden;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}

.fish-card-visual {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    aspect-ratio: 6 / 5;
    padding: 22px;
    background: #fbfdfc;
}

.fish-card-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fish-card-content {
    padding: 22px;
}

.fish-card-content p {
    margin-bottom: 0;
    color: var(--color-muted);
}

.illustration-note {
    margin: 26px 0 0;
    color: var(--color-muted);
    font-size: 0.94rem;
}

.fish-contact-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(48px, 8vw, 76px) clamp(18px, 5vw, 72px);
    color: var(--color-white);
    background:
        linear-gradient(135deg, rgba(123, 143, 66, 0.95), rgba(6, 36, 74, 0.98)),
        var(--color-blue-900);
}

.fish-contact-strip h2 {
    margin-bottom: 10px;
}

.fish-contact-strip p:not(.eyebrow) {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.88);
}

.service-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    padding: clamp(56px, 8vw, 86px) clamp(18px, 5vw, 72px);
    color: var(--color-white);
    background: linear-gradient(135deg, var(--color-blue-950), var(--color-blue-900));
}

.service-page-copy {
    max-width: 760px;
}

.service-page-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    line-height: 1;
}

.service-page-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
}

.service-page-hero > img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
}

.service-detail-section .section-heading p:not(.eyebrow) {
    color: var(--color-muted);
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.service-detail-grid article {
    padding: 22px;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}

.service-detail-grid h3 {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    border-radius: 50%;
    color: var(--color-white);
    background: var(--color-blue-900);
    font-size: 1rem;
}

.service-detail-grid p {
    margin-bottom: 0;
    color: var(--color-muted);
}

.service-links-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(44px, 7vw, 68px) clamp(18px, 5vw, 72px);
    color: var(--color-white);
    background: var(--color-reed);
}

.service-links-band h2 {
    margin-bottom: 0;
}

.service-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.error-page {
    background: var(--color-surface);
}

.error-hero {
    position: relative;
    min-height: clamp(430px, 62vh, 560px);
    display: grid;
    align-items: end;
    overflow: hidden;
    color: var(--color-white);
}

.error-hero-image,
.error-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.error-hero-image {
    object-fit: cover;
}

.error-hero-overlay {
    background:
        linear-gradient(90deg, rgba(6, 36, 74, 0.9), rgba(6, 36, 74, 0.58) 52%, rgba(6, 36, 74, 0.22)),
        linear-gradient(0deg, rgba(6, 36, 74, 0.82), rgba(6, 36, 74, 0.08));
}

.error-hero-content {
    position: relative;
    width: min(860px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(58px, 9vh, 92px) 0;
}

.error-hero-content h1 {
    max-width: 700px;
    margin: 0 0 18px;
    font-size: clamp(2.1rem, 5.4vw, 4.1rem);
    line-height: 1;
}

.error-hero-content p:not(.eyebrow) {
    max-width: 600px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.error-contact-line {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.94rem;
}

.error-contact-line a {
    font-weight: 800;
    text-underline-offset: 3px;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: clamp(32px, 6vw, 72px);
    align-items: start;
}

.facts {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}

.facts div {
    padding: 22px 26px;
    border-bottom: 1px solid #dce7ef;
}

.facts div:last-child {
    border-bottom: 0;
}

.facts dt {
    color: var(--color-blue-700);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.facts dd {
    margin: 4px 0 0;
    font-size: 1.05rem;
}

.facts a {
    color: var(--color-blue-900);
    font-weight: 700;
}

.contact-band {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.88fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
    padding: clamp(48px, 8vw, 76px) clamp(18px, 5vw, 72px);
    color: var(--color-white);
    background:
        linear-gradient(135deg, rgba(12, 102, 177, 0.95), rgba(6, 36, 74, 0.98)),
        var(--color-blue-900);
}

.contact-info {
    display: grid;
    gap: 24px;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-hours {
    max-width: 520px;
    margin: -8px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
}

.contact-band h2 {
    margin-bottom: 10px;
}

address {
    color: rgba(255, 255, 255, 0.9);
    font-style: normal;
}

.contact-form {
    display: grid;
    gap: 16px;
    padding: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.form-row {
    display: grid;
    gap: 7px;
}

.form-row label {
    font-size: 0.86rem;
    font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 6px;
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.12);
    font: inherit;
}

.form-row select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--color-white) 50%),
        linear-gradient(135deg, var(--color-white) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 50%,
        calc(100% - 12px) 50%;
    background-size: 6px 6px;
    background-repeat: no-repeat;
}

.form-row option {
    color: var(--color-ink);
}

.form-row textarea {
    resize: vertical;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: rgba(255, 255, 255, 0.68);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: 3px solid var(--color-gold);
    outline-offset: 2px;
}

.form-privacy {
    margin: -2px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.86rem;
    line-height: 1.45;
}

.form-privacy a {
    color: var(--color-white);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.form-row [aria-invalid="true"] {
    border-color: #ffd0d0;
}

.form-error,
.form-status {
    margin: 0;
    font-size: 0.9rem;
}

.form-error {
    color: #ffd0d0;
}

.form-error-global {
    padding: 12px 14px;
    border: 1px solid rgba(255, 208, 208, 0.58);
    border-radius: 6px;
    background: rgba(120, 20, 20, 0.22);
}

.form-status {
    padding: 12px 14px;
    border-radius: 6px;
    color: var(--color-blue-950);
    background: var(--color-white);
    font-weight: 700;
}

.form-trap {
    position: absolute;
    left: -9999px;
}

.map-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 56px);
    align-items: center;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(64px, 9vw, 96px) 0;
}

.map-copy p:not(.eyebrow) {
    max-width: 420px;
    color: var(--color-muted);
}

.map-frame {
    overflow: hidden;
    min-height: 420px;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
}

.map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.site-footer {
    padding: 28px clamp(18px, 5vw, 72px);
    background: var(--color-white);
}

.site-footer p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    width: min(1180px, 100%);
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
}

.site-footer a {
    color: var(--color-blue-900);
    font-weight: 700;
    text-underline-offset: 3px;
}

.legal-page {
    background: var(--color-surface);
}

.legal-hero {
    padding: clamp(72px, 10vw, 112px) clamp(18px, 5vw, 72px);
    color: var(--color-white);
    background:
        linear-gradient(135deg, rgba(7, 63, 127, 0.98), rgba(6, 36, 74, 0.98)),
        var(--color-blue-900);
}

.legal-hero h1,
.legal-hero p {
    max-width: 860px;
}

.legal-hero p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
}

.legal-content {
    width: min(980px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(56px, 8vw, 88px) 0;
}

.legal-content article {
    padding: 28px 0;
    border-bottom: 1px solid #dce7ef;
}

.legal-content article:first-child {
    padding-top: 0;
}

.legal-content article:last-child {
    border-bottom: 0;
}

.legal-content h2 {
    margin-bottom: 12px;
    color: var(--color-blue-950);
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.legal-content p {
    max-width: 760px;
    color: var(--color-muted);
}

.legal-content a {
    color: var(--color-blue-900);
    font-weight: 700;
}

.editor-mark {
    color: var(--color-blue-950);
    font-weight: 800;
}

.editor-mark sup {
    position: relative;
    top: -0.28em;
    margin-left: 1px;
    font-size: 0.58em;
    line-height: 0;
}

@media (max-width: 780px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-header {
        gap: 14px;
        min-height: auto;
    }

    .brand {
        min-width: 0;
    }

    .brand-mark {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .site-nav {
        justify-content: flex-start;
    }

    .hero {
        min-height: 680px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 80px;
    }

    .hero-logo {
        width: 150px;
    }

    .intro-grid,
    .sales-layout,
    .service-grid,
    .service-page-hero,
    .service-detail-grid,
    .available-fish-grid,
    .split,
    .contact-band,
    .map-section {
        grid-template-columns: 1fr;
    }

    .fish-contact-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-links-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-link-list {
        justify-content: flex-start;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 340px;
    }

    .fish-gallery {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 180px;
    }

    .field-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 170px;
    }

    .field-gallery-large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .fish-gallery-large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .sales-image img {
        min-height: 300px;
    }

    .service-grid article {
        min-height: auto;
    }

    .visual-card h3 {
        min-height: 0;
    }
}
