@font-face {
    font-family: "Roboto Slab";
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
    src: url("/fonts/RobotoSlab-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/SourceSansPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/source-sans-pro-v21-latin-600.woff2") format("woff2");
}

@font-face {
    font-family: "Source Sans Pro";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/SourceSansPro-Bold.otf") format("opentype");
}

:root {
    --paper: #ffffff;
    --warm: #ffe8a1;
    --mist: #f0f5f8;
    --ink: #002733;
    --muted: #495057;
    --line: #dee2e6;
    --pine: #014E66;
    --pine-deep: #003f52;
    --leaf: #27697d;
    --yellow: #ffc107;
    --yellow-deep: #d39e00;
    --signal-good: #b8d957;
    --signal-watch: #ffc107;
    --signal-caution: #f0a35a;
    --signal-bad: #ff7b61;
    --coral: #014E66;
    --blue: #02afe4;
    --shadow: 0 24px 60px rgba(0, 39, 51, 0.16);
    --max: 1220px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

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

h1,
h2,
h3 {
    color: var(--pine);
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    min-height: 70px;
    padding: 10px max(24px, calc((100vw - var(--max)) / 2));
    background: #ffffff;
    border-bottom: 3px solid var(--pine);
}

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

.brand strong,
.site-footer strong {
    display: block;
    font-size: 0.96rem;
    line-height: 1.08;
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 0.74rem;
}

.brand-logo {
    width: 43px;
    height: 50px;
    flex: 0 0 auto;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nav-links a,
.header-action {
    border-radius: 0;
    color: var(--ink);
    font-size: 0.87rem;
    font-weight: 820;
    padding: 8px 10px;
    text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
    background: var(--mist);
    outline: none;
}

.sticky-section-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 8px max(15px, calc((100vw - var(--max)) / 2));
    background: rgba(0, 63, 82, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 39, 51, 0.14);
    backdrop-filter: blur(12px);
}

.sticky-section-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 860;
    text-decoration: none;
}

.sticky-section-nav a:hover,
.sticky-section-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

#artikel,
#reifecheck,
#schneiden,
#wissen,
#felix,
#quellen {
    scroll-margin-top: 64px;
}

.header-action {
    background: var(--yellow);
    border: 1px solid var(--yellow-deep);
    color: var(--ink);
    padding-inline: 18px;
    box-shadow: 0 10px 24px rgba(210, 147, 6, 0.18);
}

.section,
.article-preview,
.site-footer {
    width: min(var(--max), calc(100% - 48px));
    margin-inline: auto;
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: min(680px, calc(100svh - 70px));
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(180deg, #f0f5f8 0, #ffffff 52%),
        var(--paper);
}

.hero-bg-picture {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 42%, rgba(255, 255, 255, 0.78) 70%, rgba(255, 255, 255, 0.38) 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 46%);
}

.hero::after {
    content: "";
    position: absolute;
    left: -6vw;
    right: -6vw;
    bottom: -58px;
    height: 118px;
    background: var(--paper);
    border-top: 1px solid rgba(17, 29, 23, 0.14);
    border-radius: 50% 50% 0 0 / 70% 70% 0 0;
}

.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(620px, 0.88fr) minmax(320px, 1fr);
    align-items: center;
    width: min(var(--max), calc(100% - 48px));
    min-height: inherit;
    margin-inline: auto;
    padding: 44px 0 76px;
}

.hero-copy {
    max-width: 620px;
}

h1 {
    margin-bottom: 14px;
    font-size: 4.15rem;
}

h1 span {
    display: block;
}

.hero-subtitle {
    margin-bottom: 20px;
    color: var(--pine);
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 2.45rem;
    font-weight: 700;
    line-height: 1.22;
}

.cover-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0 0 18px;
    color: var(--pine);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cover-meta span {
    display: inline-flex;
    align-items: center;
}

.cover-meta span:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    margin-left: 10px;
    background: currentColor;
    border-radius: 50%;
}

.hero-text {
    max-width: 510px;
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 400;
}

.hero-actions,
.ask-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 2px solid transparent;
    border-radius: 0;
    font-weight: 860;
    padding: 10px 18px;
    text-decoration: none;
}

.button-primary {
    background: var(--yellow);
    border-color: var(--yellow-deep);
    color: var(--ink);
    box-shadow: 0 12px 28px rgba(210, 147, 6, 0.24);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.82);
    border-color: var(--line);
    color: var(--ink);
}

.hero-media {
    position: relative;
    justify-self: center;
    align-self: end;
    width: min(360px, 100%);
    padding: 0;
    transform: translate(28px, 32px);
}

.hero-media::before {
    display: none;
}

.hero-media img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-media picture,
.felix-image picture,
.gallery-strip picture {
    display: block;
}

.editorial-index {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.editorial-index a {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 4px 12px;
    min-height: 102px;
    padding: 20px 18px;
    border-right: 1px solid var(--line);
    text-decoration: none;
}

.editorial-index a:first-child {
    border-left: 1px solid var(--line);
}

.editorial-index span {
    grid-row: 1 / 3;
    color: var(--coral);
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 1.55rem;
    line-height: 1;
}

.editorial-index strong {
    font-size: 0.92rem;
}

.editorial-index small {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.editorial-index a:hover,
.editorial-index a:focus-visible {
    background: var(--mist);
    outline: none;
}

.article-preview {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 44px;
    align-items: end;
    padding: 34px 0 36px;
    border-bottom: 1px solid var(--line);
}

.article-preview h2 {
    margin-bottom: 0;
    font-size: 2.85rem;
}

.article-preview p:last-child {
    margin-bottom: 0;
    color: var(--muted);
    font-weight: 650;
}

.section {
    padding-block: 74px;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(280px, 1fr);
    gap: 36px;
    align-items: end;
    margin-bottom: 32px;
}

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

.section-heading h2,
.ask-section h2,
.felix-copy h2 {
    margin-bottom: 0;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 2.44rem;
    line-height: 1.22;
}

.section-heading p:not(.section-label),
.felix-copy > p,
.ask-section p {
    color: var(--muted);
    font-size: 1rem;
}

.section-label {
    margin-bottom: 10px;
    color: var(--coral);
    font-size: 0.76rem;
    font-weight: 920;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-section {
    position: relative;
    border-bottom: 1px solid var(--line);
}

.article-layout {
    display: grid;
    grid-template-columns: 0.95fr 0.82fr 1fr;
    gap: 22px;
    align-items: stretch;
}

.article-body,
.article-visual,
.checklist-panel,
.fact-card,
.knowledge-card,
.profile-list article {
    border: 1px solid var(--line);
    border-radius: 0;
    background: var(--paper);
}

.article-body {
    padding: 28px;
}

.byline {
    margin-bottom: 20px;
    color: var(--coral);
    font-size: 0.76rem;
    font-weight: 920;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-body h3 {
    margin-bottom: 6px;
    font-size: 1.25rem;
}

.article-body p {
    margin-bottom: 20px;
    color: var(--ink);
}

.article-body p:last-child {
    margin-bottom: 0;
}

.article-visual {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: start;
    margin: 0;
    padding: 12px;
    background: var(--mist);
}

.article-visual picture {
    display: block;
    flex: 0 0 auto;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.article-visual img {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: 54% 30%;
}

.article-visual figcaption {
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.article-visual strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ink);
}

.cutting-section {
    border-bottom: 1px solid var(--line);
}

.cutting-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.method-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: -8px 0 24px;
}

.method-split article {
    min-height: 150px;
    padding: 22px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #ffffff, #f8fbfc);
}

.method-split article:nth-child(2) {
    background:
        linear-gradient(180deg, rgba(255, 232, 161, 0.45), rgba(255, 255, 255, 0.96)),
        var(--paper);
}

.method-split span {
    display: block;
    margin-bottom: 8px;
    color: var(--coral);
    font-size: 0.74rem;
    font-weight: 920;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.method-split h3 {
    margin-bottom: 8px;
    font-size: 1.28rem;
}

.method-split p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.48;
}

.cutting-note {
    padding: 28px;
    background: var(--pine-deep);
    color: var(--paper);
}

.cutting-note h3 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 1.52rem;
}

.cutting-note p {
    color: rgba(255, 255, 255, 0.84);
}

.cutting-note .section-label {
    color: var(--yellow);
}

.cutting-note ul {
    margin: 22px 0 0;
    padding: 18px 0 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.cutting-note li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.cutting-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cutting-step {
    border: 1px solid var(--line);
    background: var(--paper);
}

.cutting-step picture {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--mist);
}

.cutting-step img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cutting-step div {
    padding: 18px;
}

.cutting-step span {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--coral);
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.cutting-step h3 {
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.cutting-step p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.48;
}

.cutting-credits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 0.78rem;
}

.cutting-credits a {
    color: var(--muted);
}

.checklist-panel {
    padding: 28px;
    background: var(--pine-deep);
    color: var(--paper);
}

.checklist-panel h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 1.55rem;
}

.checklist-intro {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
}

.signal {
    position: relative;
    padding-block: 16px;
    padding-left: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.signal::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 3px;
    background: var(--signal-good);
}

.signal h4 {
    margin: 0 0 10px;
    color: var(--signal-good);
    font-size: 0.98rem;
}

.signal-warning::before {
    background: var(--signal-caution);
}

.signal-warning h4 {
    color: var(--signal-caution);
}

.signal-bad::before {
    background: var(--signal-bad);
}

.signal-bad h4 {
    color: var(--signal-bad);
}

.signal ul,
.source-list {
    margin: 0;
    padding-left: 20px;
}

.signal li {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.reifecheck {
    width: 100%;
    max-width: none;
    padding-inline: max(24px, calc((100vw - var(--max)) / 2));
    background:
        linear-gradient(90deg, rgba(2, 175, 228, 0.12), rgba(255, 255, 255, 0) 42%),
        var(--mist);
    border-block: 1px solid var(--line);
}

.checker {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: stretch;
}

.checker-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.checker-options label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 92px;
    padding: 16px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 0;
    cursor: pointer;
    font-weight: 780;
}

.checker-options label:has(input:checked) {
    background: #ffffff;
    border-color: #9ab8c1;
    box-shadow: inset 4px 0 0 var(--yellow);
}

.checker-options input {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    accent-color: var(--pine);
}

.checker-options label span {
    display: grid;
    gap: 3px;
}

.checker-options label strong {
    color: var(--ink);
    font-size: 0.96rem;
    line-height: 1.25;
}

.checker-options label small {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
}

.checker-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    padding: 28px;
    background: var(--pine-deep);
    border-radius: 0;
    color: var(--paper);
    box-shadow: var(--shadow);
}

.score-label {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 920;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.score-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 2px;
}

.score-row strong {
    font-size: 4.2rem;
    line-height: 1;
}

.score-row span {
    color: var(--signal-watch);
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
}

.meter {
    height: 10px;
    margin: 18px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 0;
}

.meter span {
    display: block;
    width: 50%;
    height: 100%;
    background: var(--yellow);
    border-radius: inherit;
    transition: width 180ms ease;
}

.checker-result[data-state="good"] .meter span {
    background: var(--signal-good);
}

.checker-result[data-state="good"] .score-row span {
    color: var(--signal-good);
}

.checker-result[data-state="caution"] .meter span {
    background: var(--signal-caution);
}

.checker-result[data-state="caution"] .score-row span {
    color: var(--signal-caution);
}

.checker-result[data-state="bad"] .meter span {
    background: var(--signal-bad);
}

.checker-result[data-state="bad"] .score-row span {
    color: var(--signal-bad);
}

.checker-result p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
}

.checker-action {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.checker-action span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
    font-weight: 920;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.checker-action strong {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.35;
}

.fact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fact-card {
    min-height: 205px;
    padding: 22px;
    background: linear-gradient(180deg, #ffffff, #fbfcf8);
}

.fact-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--pine);
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 2.05rem;
    line-height: 1;
}

.fact-card span,
.knowledge-card span {
    display: block;
    color: var(--coral);
    font-size: 0.74rem;
    font-weight: 920;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fact-card p,
.knowledge-card p,
.profile-list p {
    margin-bottom: 0;
    color: var(--muted);
}

.knowledge-section {
    border-top: 1px solid var(--line);
}

.knowledge-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 0;
    overflow: hidden;
}

.knowledge-card {
    min-height: 230px;
    padding: 26px;
    border-width: 0 1px 1px 0;
    border-radius: 0;
}

.knowledge-card:nth-child(3n) {
    border-right-width: 0;
}

.knowledge-card:nth-last-child(-n + 3) {
    border-bottom-width: 0;
}

.knowledge-card h3 {
    margin: 14px 0 12px;
    font-size: 1.45rem;
}

.felix-section {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-inline: max(24px, calc((100vw - var(--max)) / 2));
    background: var(--pine-deep);
    color: var(--paper);
}

.felix-image img {
    width: 100%;
    height: 590px;
    border-radius: 0;
    object-fit: cover;
    object-position: 54% 32%;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.25);
}

.felix-copy > p {
    color: rgba(255, 255, 255, 0.88);
}

.felix-section .section-label {
    color: var(--yellow);
}

.felix-copy h2,
.profile-list h3 {
    color: #ffffff;
}

.profile-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.profile-list article {
    min-height: 160px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.26);
}

.profile-list h3 {
    margin-bottom: 10px;
    font-size: 1.16rem;
}

.profile-list p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.5;
}

.gallery-section {
    padding-bottom: 62px;
}

.gallery-section .section-heading {
    grid-template-columns: minmax(220px, 0.45fr) minmax(520px, 1fr);
    margin-bottom: 24px;
}

.gallery-board {
    display: grid;
    grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
    gap: 18px 22px;
    align-items: start;
}

.gallery-subtitle {
    margin: 0 0 12px;
    font-size: 1.25rem;
}

.gallery-strip {
    display: grid;
    grid-template-columns: 1.4fr 0.72fr;
    gap: 14px;
}

.gallery-strip-small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portrait-strip {
    grid-template-columns: minmax(280px, 460px);
    max-width: none;
}

.gallery-strip figure {
    margin: 0;
}

.gallery-strip img {
    width: 100%;
    height: 380px;
    border-radius: 0;
    object-fit: cover;
    box-shadow: 0 14px 32px rgba(17, 29, 23, 0.09);
}

.gallery-strip .portrait-frame {
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(240, 245, 248, 0.95), #ffffff 74%),
        var(--mist);
}

.gallery-strip .portrait-frame picture {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 448px;
    overflow: hidden;
}

.gallery-strip .portrait-frame img {
    width: auto;
    max-width: 78%;
    height: calc(100% - 34px);
    margin: 34px auto 0;
    object-fit: contain;
    object-position: center bottom;
    box-shadow: none;
}

.gallery-strip .portrait-frame figcaption {
    padding: 0 18px 18px;
}

.gallery-strip figure:first-child img {
    object-position: center;
}

.gallery-strip figure:nth-child(2) img {
    object-position: center 20%;
}

.gallery-strip figcaption {
    margin-top: 9px;
    color: var(--muted);
    font-size: 0.9rem;
}

.faq-section {
    border-top: 1px solid var(--line);
}

.faq-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--line);
}

.faq-list article {
    min-height: 200px;
    padding: 24px;
    border-right: 1px solid var(--line);
}

.faq-list article:last-child {
    border-right: 0;
}

.faq-list h3 {
    margin-bottom: 12px;
    font-size: 1.24rem;
}

.faq-list p {
    margin-bottom: 0;
    color: var(--muted);
}

.ask-section {
    justify-content: space-between;
    padding: 40px;
    background:
        linear-gradient(90deg, rgba(248, 196, 63, 0.3), rgba(2, 175, 228, 0.1)),
        var(--warm);
    border: 1px solid var(--line);
    border-radius: 0;
}

.ask-section > div {
    max-width: 760px;
}

.source-list {
    columns: 2;
    column-gap: 56px;
}

.source-list li {
    break-inside: avoid;
    margin-bottom: 10px;
    color: var(--muted);
}

.source-list a:hover,
.source-list a:focus-visible {
    color: var(--pine);
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 34px 0 48px;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

@media (max-width: 1020px) {
    .site-header {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 12px 22px;
    }

    .nav-links {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .sticky-section-nav {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .sticky-section-nav::-webkit-scrollbar {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        min-height: 720px;
        padding-top: 50px;
    }

    .hero-bg {
        object-position: 60% center;
    }

    .hero::before {
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.88) 46%, rgba(255, 255, 255, 0.2) 100%),
            linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 55%);
    }

    .hero-media {
        justify-self: center;
        width: min(330px, 66vw);
        margin-top: 18px;
        padding-inline: 0;
        transform: none;
    }

    h1 {
        font-size: 3.35rem;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    .article-preview h2 {
        font-size: 2.35rem;
    }

    .section-heading h2,
    .ask-section h2,
    .felix-copy h2 {
        font-size: 2.1rem;
    }

    .article-preview,
    .editorial-index,
    .section-heading,
    .gallery-section .section-heading,
    .article-layout,
    .method-split,
    .cutting-layout,
    .checker,
    .gallery-board,
    .felix-section {
        grid-template-columns: 1fr;
    }

    .checker-options,
    .cutting-steps,
    .fact-grid,
    .knowledge-grid,
    .faq-list,
    .gallery-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .faq-list article:nth-child(2n) {
        border-right: 0;
    }

    .knowledge-card,
    .knowledge-card:nth-child(3n),
    .knowledge-card:nth-last-child(-n + 3) {
        border-width: 0 1px 1px 0;
    }

    .knowledge-card:nth-child(2n) {
        border-right-width: 0;
    }

    .knowledge-card:nth-last-child(-n + 2) {
        border-bottom-width: 0;
    }

    .felix-image img {
        height: 520px;
    }

    .article-visual picture {
        aspect-ratio: 16 / 9;
    }
}

@media (min-width: 681px) and (max-width: 1020px) {
    .hero-inner {
        grid-template-columns: minmax(360px, 1fr) minmax(230px, 0.52fr);
        column-gap: 28px;
        min-height: 620px;
        padding-top: 44px;
        padding-bottom: 66px;
        align-items: center;
    }

    .hero-copy {
        max-width: 500px;
    }

    .hero-media {
        justify-self: end;
        width: min(300px, 36vw);
        margin-top: 0;
        transform: translateY(34px);
    }

    .hero-bg {
        object-position: 64% center;
    }
}

@media (max-width: 680px) {
    .section,
    .article-preview,
    .site-footer {
        width: min(100% - 30px, var(--max));
    }

    .site-header {
        min-height: auto;
        padding: 12px 15px;
    }

    .sticky-section-nav {
        gap: 3px;
        padding: 7px 15px;
    }

    .sticky-section-nav a {
        min-height: 36px;
        padding: 8px 10px;
        font-size: 0.82rem;
    }

    .brand {
        min-width: 0;
    }

    .brand strong {
        font-size: 0.9rem;
    }

    .brand-logo {
        width: 36px;
        height: 42px;
    }

    .header-action {
        margin-left: auto;
        padding-inline: 13px;
    }

    .nav-links {
        width: 100%;
        gap: 4px;
        justify-content: space-between;
        overflow-x: visible;
    }

    .nav-links a {
        padding-inline: 8px;
        font-size: 0.84rem;
    }

    .hero-inner {
        width: min(100% - 30px, var(--max));
        min-height: 740px;
        padding: 44px 0 52px;
        align-items: start;
    }

    .hero-bg-picture {
        height: 48%;
        top: auto;
    }

    .hero-bg {
        object-position: 57% center;
    }

    .hero::before {
        background:
            linear-gradient(180deg, #ffffff 0%, #ffffff 52%, rgba(240, 245, 248, 0) 66%),
            linear-gradient(0deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 35%);
    }

    .hero::after {
        display: none;
    }

    h1 {
        font-size: 2.7rem;
    }

    .hero-subtitle {
        font-size: 1.55rem;
    }

    .hero-media {
        width: min(300px, 76vw);
        transform: translateY(48px);
    }

    .article-preview {
        padding-top: 28px;
    }

    .editorial-index {
        width: min(100% - 30px, var(--max));
        grid-template-columns: 1fr;
    }

    .editorial-index a {
        min-height: auto;
        border-right: 1px solid var(--line);
    }

    .section {
        padding-block: 52px;
    }

    .article-body,
    .ask-section {
        padding: 22px;
    }

    .checklist-panel {
        padding: 26px 22px;
    }

    .signal {
        padding-block: 14px;
    }

    .signal h4 {
        margin-bottom: 9px;
    }

    .signal li {
        margin-bottom: 6px;
    }

    .checker-options,
    .cutting-steps,
    .fact-grid,
    .knowledge-grid,
    .profile-list,
    .faq-list,
    .gallery-strip,
    .gallery-strip-small {
        grid-template-columns: 1fr;
    }

    .checker-options label {
        min-height: auto;
        padding: 15px;
    }

    .knowledge-card,
    .knowledge-card:nth-child(2n),
    .knowledge-card:nth-last-child(-n + 2) {
        border-width: 0 0 1px 0;
    }

    .knowledge-card:last-child {
        border-bottom-width: 0;
    }

    .fact-card,
    .knowledge-card {
        min-height: auto;
    }

    .reifecheck,
    .felix-section {
        padding-inline: 15px;
    }

    .felix-section {
        gap: 30px;
        padding-top: 54px;
        padding-bottom: 60px;
    }

    .felix-copy > p {
        margin-bottom: 0;
    }

    .profile-list {
        gap: 12px;
        margin-top: 22px;
    }

    .profile-list article {
        min-height: auto;
        padding: 19px;
    }

    .faq-list article,
    .faq-list article:nth-child(2n) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .faq-list article:last-child {
        border-bottom: 0;
    }

    .felix-image img,
    .gallery-strip img {
        height: 360px;
    }

    .gallery-strip .portrait-frame picture {
        height: 390px;
    }

    .gallery-strip .portrait-frame img {
        max-width: 86%;
        height: calc(100% - 30px);
        margin-top: 30px;
    }

    .article-visual img {
        height: 100%;
        min-height: 0;
        object-position: 50% 58%;
    }

    .article-visual picture {
        flex: 0 0 auto;
        aspect-ratio: 4 / 3;
        min-height: 0;
        overflow: hidden;
    }

    .score-row strong {
        font-size: 3.5rem;
    }

    .source-list {
        columns: 1;
    }

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