:root {
    --header-paper: #fbf7f2;
    --page-paper: #d8dad4;
    --paper: #e1e3db;
    --paper-deep: #c8cbc5;
    --glossar: #b9b9b9;
    --glossar-soft: rgba(185, 185, 185, 0.78);
    --ink: #2e332c;
    --muted: #696f63;
    --sage: #929b72;
    --sage-dark: #747e5b;
    --moss: #4c5f45;
    --clay: #8b7266;
    --brick: #e4492f;
    --ochre: #d2aa4c;
    --mist: #9ab6bd;
    --white: #fffdf8;
    --line: rgba(46, 51, 44, 0.16);
    --shadow: 0 1.5rem 4rem rgba(55, 48, 42, 0.16);
    --radius: 0.5rem;
    --site-width: 75rem;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(76, 95, 69, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(76, 95, 69, 0.035) 1px, transparent 1px),
        var(--page-paper);
    background-size: 3rem 3rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    line-height: 1.65;
}

main {
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
    background: var(--paper);
}

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

a {
    color: inherit;
}

.site-header {
    z-index: 10;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.75rem;
    padding: 0.4rem 1.3rem;
    border-bottom: 1px solid var(--line);
    background: var(--header-paper);
}

.site-header,
.intro-bar,
.hero,
.story-panel,
.story-catalog,
.notes,
.site-footer {
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.intro-bar {
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.42);
    text-align: center;
}

.intro-bar p {
    max-width: 62rem;
    margin: 0;
    color: #3f473d;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.88rem;
    line-height: 1.7;
    letter-spacing: 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    width: 18rem;
}

.brand img {
    width: 100%;
    height: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    gap: 0.2rem;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.main-nav a {
    padding: 0.42rem 0.45rem;
    color: var(--ink);
    text-decoration-line: underline;
    text-decoration-color: var(--brick);
    text-decoration-thickness: 0.08rem;
    text-underline-offset: 0.32rem;
    border-radius: 999rem;
}

@media (hover: hover) {
    .main-nav a:hover {
        color: var(--brick);
        text-decoration-thickness: 0.14rem;
    }
}
.main-nav a:focus-visible {
    color: var(--brick);
    text-decoration-thickness: 0.14rem;
    outline: none;
}

.main-nav a[aria-current="true"] {
    color: var(--brick);
    text-decoration-thickness: 0.14rem;
}

.site-search {
    grid-column: 1 / -1;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.18rem;
    border: 1px solid rgba(76, 95, 69, 0.18);
    border-radius: 999rem;
    background: rgba(255, 253, 248, 0.78);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42), 0 0.55rem 1.4rem rgba(46, 51, 44, 0.08);
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.site-search::before {
    content: "";
    position: absolute;
    left: 0.9rem;
    top: 50%;
    width: 0.82rem;
    height: 0.82rem;
    border: 0.12rem solid rgba(76, 95, 69, 0.62);
    border-radius: 50%;
    transform: translateY(-55%);
    pointer-events: none;
}

.site-search::after {
    content: "";
    position: absolute;
    left: 1.55rem;
    top: 1.25rem;
    width: 0.42rem;
    height: 0.12rem;
    border-radius: 999rem;
    background: rgba(76, 95, 69, 0.62);
    transform: rotate(45deg);
    pointer-events: none;
}

.site-search input {
    flex: 1 1 auto;
    width: 100%;
    min-height: 2.2rem;
    padding: 0.5rem 0.3rem 0.5rem 2rem;
    border: 0;
    border-radius: 999rem;
    background: transparent;
    color: var(--ink);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.86rem;
    box-shadow: none;
    outline: none;
}

.site-search input::placeholder {
    color: rgba(46, 51, 44, 0.58);
}

.site-search input:focus {
    background: transparent;
    box-shadow: none;
}

.site-search:focus-within {
    border-color: rgba(228, 73, 47, 0.58);
    background: rgba(255, 253, 248, 0.95);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 0.7rem 1.6rem rgba(46, 51, 44, 0.11);
}

.site-search button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    border: 0;
    border-radius: 999rem;
    background: var(--moss);
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
}

@supports selector(:has(*)) {
    .site-search button:has(> svg) {
        width: 1.9rem;
        height: auto;
        min-height: 1.9rem;
        color: var(--white);
        font-size: 0.76rem;
        font-weight: 700;
        font-family: "Trebuchet MS", Verdana, sans-serif;
        letter-spacing: 0.02rem;
        text-transform: uppercase;
    }
}

.site-search button svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (hover: hover) {
    .site-search button:hover {
        background: var(--brick);
    }
}
.site-search button:focus-visible {
    background: var(--brick);
    outline: none;
}

.detail-page {
    padding: 1rem;
}

.article-page {
    max-width: var(--site-width);
    margin: 0 auto;
}

.detail-hero {
    padding: 1.5rem 0 2rem;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    max-width: var(--site-width);
    margin: 0 auto 1rem;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.76rem;
    text-transform: uppercase;
}

.breadcrumb a {
    color: var(--moss);
    text-decoration: none;
}

.breadcrumb span {
    color: rgba(46, 51, 44, 0.46);
}

.article-page {
    padding: 0 0 0.05rem;
}

.article-page h1 {
    font-size: 2.4rem;
    line-height: 1;
    color: var(--brick);
}

.article-page .intro {
    max-width: none;
}

.article-page .kicker,
.article-page h1,
.article-meta {
    margin: 1rem 0 1.5rem;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-weight: 700;
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.article-meta {
    color: var(--clay);
    font-size: 0.82rem;
}

.article-meta time::before {
    content: "";
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.3rem;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M3 10h18' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M8 2v4M16 2v4' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M3 10h18' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M8 2v4M16 2v4' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
    vertical-align: middle;
}

.reading-time {
    color: var(--muted);
    font-weight: 400;
}

.reading-time::before {
    content: "";
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.3rem;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M12 7v5l3 3' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M12 7v5l3 3' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
    vertical-align: middle;
}

.share-buttons {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.15s ease, background 0.15s ease;
}

.share-btn svg {
    width: 1rem;
    height: 1rem;
}

@media (hover: hover) {
    .share-btn:hover {
        background: rgba(46, 51, 44, 0.06);
    }

    .share-wa:hover { color: #25D366; }
    .share-fb:hover { color: #1877F2; }
    .share-pin:hover { color: #E60023; }
    .share-mail:hover { color: var(--brick); }
}

.article-share-bottom {
    margin-top: 1.45rem;
    padding-top: 1.05rem;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.article-share-label {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: 0.03rem;
}

.article-share-bottom .share-btn {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid var(--line);
}

.article-share-bottom .share-btn svg {
    width: 1.15rem;
    height: 1.15rem;
}

@media (hover: hover) {
    .article-share-bottom .share-btn:hover {
        border-color: currentColor;
    }
}

.article-featured {
    margin: 0 0 1.5rem;
}

.article-featured img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.12);
}

.article-body {
    display: block;
    font-size: 1.05rem;
}

.article-body > * {
    margin: 0;
    padding: 0;
}

.article-body > * + * {
    margin-top: 1rem;
}

.article-body figure.article-inline-image {
    margin: 0.15rem 0 0.05rem;
    padding: 0;
    border-radius: 1rem;
}

.article-body figure.article-inline-image + * {
    margin-top: 0.2rem;
}

.article-body p:has(> img) {
    line-height: 0;
    font-size: 0;
}

.article-body a {
    color: var(--brick);
}

@media (hover: hover) {
    .article-body a:hover {
        color: var(--moss);
    }
}

.article-body h2 {
    font-size: 1.5rem;
    line-height: 1.2;
}

.article-body h3 {
    font-size: 1.2rem;
    line-height: 1.2;
}

.article-body img {
    max-width: 52rem !important;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    margin: 0;
    padding: 0;
    box-shadow: 0 0.15rem 0.5rem rgba(0,0,0,0.28), 0 0.8rem 2.5rem rgba(0,0,0,0.16);
}

.article-body figcaption {
    font-size: 0.85rem;
    color: #7a8a6a;
    font-style: italic;
    line-height: 1.4;
    margin-top: 1rem;
    padding: 0 0.25rem;
}

.article-body ul {
    list-style: none;
    padding: 0.7rem 0 0.7rem 1.6rem;
    margin: 0;
}

.article-body ul li {
    padding-left: 1.6rem;
    position: relative;
}

.article-body ul li::before {
    content: "☘";
    color: #5b8a4b;
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}

.article-body ol {
    padding-left: 1.5rem;
    margin: 0;
}

.article-body li {
    margin: 0.5rem 0;
    padding: 0 0 0 0.3rem;
    line-height: 1.65;
}

.article-body ol li {
    padding-left: 0.3rem;
}

.article-faq {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
}

.article-faq h2 {
    margin: 0 0 1rem;
    color: var(--moss);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.45rem;
    line-height: 1.2;
}

.article-faq-list {
    display: grid;
    gap: 0.7rem;
}

.article-faq-item {
    border: 1px solid rgba(76, 95, 69, 0.22);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.58);
}

.article-faq-item summary {
    cursor: pointer;
    padding: 0.9rem 1rem;
    color: var(--ink);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-weight: 700;
    line-height: 1.35;
}

.article-faq-item summary::marker {
    color: var(--brick);
}

.article-faq-answer {
    padding: 0 1rem 1rem;
    color: var(--muted);
}

.article-faq-block {
    margin-top: 2.8rem;
    padding: 1.2rem 0 0;
    border-top: 1px solid rgba(46, 51, 44, 0.18);
}

.article-faq-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin: 0 0 1.05rem;
    color: var(--brick);
    text-align: center;
}

.article-faq-heading::before,
.article-faq-heading::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(228, 73, 47, 0.42), transparent);
}

.article-faq-heading h2 {
    margin: 0;
    color: var(--moss);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.08rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.faq-flower {
    flex: 0 0 auto;
    color: var(--brick);
    font-size: 1rem;
    line-height: 1;
}

.article-faq-entry {
    position: relative;
    padding: 0.85rem 0 0.9rem 1.45rem;
    border-bottom: 1px solid rgba(76, 95, 69, 0.18);
    background: transparent;
}

.article-faq-entry + .article-faq-entry {
    margin-top: 0;
}

.article-faq-entry::before {
    content: "✿";
    position: absolute;
    left: 0;
    top: 0.95rem;
    color: var(--sage-dark);
    font-size: 0.82rem;
    line-height: 1;
}

.article-faq-entry h3 {
    margin: 0;
    color: var(--brick);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.35;
}

.article-faq-entry p {
    margin: 0.45rem 0 0;
    color: var(--ink);
    font-size: 0.98rem;
    line-height: 1.65;
}

.detail-hero {
    border-bottom: 1px solid var(--line);
    margin-bottom: 0;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.85rem;
}

.pagination a {
    color: var(--moss);
    font-weight: 700;
    text-decoration: none;
}

@media (hover: hover) {
    .pagination a:hover {
        color: var(--brick);
    }
}

.pagination-info {
    color: var(--muted);
    font-size: 0.8rem;
}

.detail-page .catalog-card {
    background: var(--header-paper);
}

.flower-hr.article-related-separator {
    margin: 0 auto 0.45rem;
    padding: 0;
}

.flower-hr.article-related-separator .fl {
    background: var(--paper);
}

.notes.article-related {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.1rem;
    padding-left: 0;
    border: 0;
}

.article-related .section-heading {
    margin-bottom: 0.7rem;
}

.article-related h2 {
    font-size: 1.08rem;
    white-space: nowrap;
}

.article-related .note-list a {
    padding: 0.55rem;
}

.article-related .note-list {
    gap: 0.8rem;
}

.about-page {
    padding: 1.5rem 0;
}

.about-editorial {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.about-copy {
    max-width: 42rem;
}

.about-copy p {
    margin: 0 0 1rem;
}

.about-signature {
    margin-top: 1rem;
}

.about-portrait {
    position: relative;
    margin: 0;
    padding: 0.65rem;
    border: 1px solid rgba(76, 95, 69, 0.24);
    border-radius: calc(var(--radius) + 0.35rem);
    background: linear-gradient(145deg, rgba(255, 253, 248, 0.78), rgba(200, 203, 197, 0.52));
    box-shadow: 0 1.1rem 2.5rem rgba(55, 48, 42, 0.14);
}

.about-portrait::before {
    content: "";
    position: absolute;
    inset: 0.65rem;
    border: 1px solid rgba(255, 253, 248, 0.62);
    border-radius: var(--radius);
    pointer-events: none;
}

.about-portrait img {
    width: 100%;
    height: clamp(16rem, 24vw, 20rem);
    object-fit: cover;
    object-position: 58% 32%;
    border-radius: var(--radius);
}

.about-portrait figcaption {
    margin: 0.65rem 0.25rem 0.1rem;
    color: var(--muted);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.78rem;
    line-height: 1.45;
}

.detail-hero h1 {
    font-size: 2.4rem;
    line-height: 1.1;
}

.detail-page .catalog-card h3 {
    font-size: 1.15rem;
}

.catalog-card h3 a {
    color: inherit;
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.flower-hr {
    border: none;
    max-width: var(--site-width);
    margin: 2.4rem auto;
    width: 100%;
    padding: 0 1rem;
    text-align: center;
    position: relative;
}
.flower-hr::before {
    content: "";
    display: block;
    height: 1px;
    background: var(--line);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.flower-hr .fl {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: var(--page-paper);
    padding: 0 1rem;
    font-size: 1rem;
    letter-spacing: 0.5em;
}
.flower-hr .fl--end {
    color: var(--brick);
}
.flower-hr .fl--mid {
    color: var(--sage-dark);
}

.hero {
    display: grid;
    gap: 1.25rem;
    min-height: auto;
    padding: 1.25rem 1rem 1rem;
    align-items: start;
}

.hero-copy {
    max-width: 44rem;
}

.kicker {
    margin: 0 0 0.65rem;
    color: var(--sage-dark);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    margin: 0;
    font-size: 3.6rem;
    line-height: 0.94;
    font-weight: 400;
}

.intro {
    max-width: 34rem;
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 1.1rem;
}

.text-link {
    display: inline-flex;
    margin-top: 1.35rem;
    color: var(--moss);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration-thickness: 0.12rem;
    text-underline-offset: 0.28rem;
}

.hero-visual {
    margin: 0;
    position: relative;
    background: transparent;
}

.hero-visual img {
    width: auto;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: unset;
    border: 5px solid transparent;
    border-radius: var(--radius);
}

.hero .hero-visual img,
.hero--category .hero-visual img {
    border-radius: var(--radius);
    aspect-ratio: 1;
    object-fit: cover;
    border: 0.75rem solid var(--header-paper);
    outline: 1px solid var(--line);
    box-shadow: 0 1rem 2.5rem rgba(55, 48, 42, 0.2);
    width: 100%;
    height: auto;
}

.hero--category h1 {
    font-size: 1.8rem;
    line-height: 1.1;
    color: var(--brick);
}

.hero--category .intro {
    max-width: 45rem;
}

.hero--category .hero-visual {
    margin-top: 2rem;
    pointer-events: none;
}

.hero h1 {
    font-size: 2.4rem;
    line-height: 0.96;
    color: var(--brick);
}

.archive-strip {
    display: grid;
    gap: 1px;
    margin-top: 2rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--line);
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
}

.archive-strip article {
    padding: 1.25rem 1rem;
    background: var(--glossar-soft);
}

.archive-strip span {
    color: var(--ochre);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-weight: 700;
}

.archive-strip h2,
.story-panel h2,
.feature-copy h2,
.notes h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.08;
    font-weight: 400;
}

.archive-strip h2 {
    margin-top: 0.5rem;
    font-size: 1.35rem;
}

.archive-strip p,
.timeline p,
.feature-copy p,
.note-list p,
.site-footer p {
    color: var(--muted);
}

.story-panel,
.notes {
    padding: 4rem 1rem;
}

#notities {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
}

.story-catalog {
    padding: 0.3rem 1rem 0.75rem;
}

.story-catalog--category {
    padding-bottom: 1.25rem;
}

.section-heading {
    max-width: 38rem;
    margin-bottom: 1.5rem;
}

.timeline {
    display: grid;
    gap: 1rem;
}

.catalog-grid {
    display: grid;
    gap: 1rem;
}

.catalog-grid > article {
    display: flex;
}

.catalog-card {
    padding: 0;
    border: 1px solid rgb(134, 139, 107);
    border-radius: calc(var(--radius) + 0.25rem);
    background: var(--header-paper);
    box-shadow: 0 0.15rem 0.5rem rgba(46, 51, 44, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}

a.catalog-card {
    text-decoration: none;
    color: inherit;
}

@media (hover: hover) {
    a.catalog-card:hover {
        box-shadow: 0 0.4rem 1.2rem rgba(46, 51, 44, 0.1);
    }
}

.catalog-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.catalog-card span {
    display: inline-block;
    margin: 0.9rem 1rem 0;
    color: var(--brick);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}

.catalog-card h3 {
    margin: 0.3rem 1rem 0.5rem;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 400;
}

.catalog-card p {
    margin: 0 1rem 1rem;
    color: var(--muted);
    font-size: 0.9rem;
    flex: 1;
}

.timeline article {
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--glossar-soft);
}

.timeline time {
    color: var(--clay);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
}

.timeline h3,
.note-list h3 {
    margin: 0.35rem 0 0.35rem;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
}

.timeline p,
.note-list p {
    margin: 0;
}

.feature-grid {
    display: grid;
    gap: 0;
    background: var(--paper-deep);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
}

#over {
    padding: 1rem;
    position: relative;
    background: var(--page-paper);
    margin: 2.5rem auto;
}

#over .flower-band {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
    font-size: 0.9rem;
    position: relative;
    z-index: 0;
}

#over .flower-band::before {
    content: "";
    display: block;
    height: 1px;
    background: var(--line);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
}

#over .flower-band > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: var(--page-paper);
    padding: 0 0.4em;
    line-height: 1;
}

#over .flower-band--top {
    margin-bottom: 0.75rem;
}

#over .flower-band--bot {
    margin-top: 0.75rem;
}

#over .flower-band .fl-brick { color: var(--brick); }
#over .flower-band .fl-ochre { color: var(--ochre); }
#over .flower-band .fl-sage { color: var(--sage-dark); }

@media (min-width: 64rem) {
    #over {
        padding: 1.5rem 2.5rem;
        margin: 3rem auto;
    }
}

#over .feature-copy {
    padding: 0;
}

#over .feature-copy p {
    color: var(--ink);
    text-align: center;
}

#over .kicker {
    color: var(--muted);
    text-align: center;
}

.leaf-icon {
    width: 2.2rem;
    height: 2.2rem;
    vertical-align: middle;
    margin-right: 0.4rem;
    color: rgba(255,255,255,0.7);
}

.feature-image img {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: contain;
    padding: 1.5rem;
}

.feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 0;
}

.quote-block {
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 0.35rem solid var(--ochre);
}

.quote-block p {
    margin: 0;
    color: var(--ink);
    font-size: 1.15rem;
    line-height: 1.45;
}

.note-list {
    display: grid;
    gap: 1rem;
}

.note-list article,
.note-list a {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 1.25rem;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--glossar-soft);
    text-decoration: none;
    color: inherit;
}

@media (hover: hover) {
    .note-list a:hover {
        border-color: var(--brick);
    }
}

.note-list img {
    width: 8rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.site-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 1rem;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.42);
    color: #3f473d;
    align-items: center;
    text-align: center;
}

.footer-main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.2rem;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    justify-content: center;
}

.footer-nav a {
    color: #3f473d;
    text-decoration: none;
}

@media (hover: hover) {
    .footer-nav a:hover {
        color: var(--brick);
    }
}
.footer-nav a:focus-visible {
    color: var(--brick);
    outline: none;
}

.footer-icons {
    display: flex;
    gap: 0.55rem;
}

.footer-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(63, 71, 61, 0.22);
    border-radius: 50%;
    color: #3f473d;
    background: rgba(63, 71, 61, 0.06);
}

@media (hover: hover) {
    .footer-icons a:hover {
        border-color: var(--brick);
        color: var(--brick);
        background: rgba(63, 71, 61, 0.1);
    }
}
.footer-icons a:focus-visible {
    border-color: var(--brick);
    color: var(--brick);
    background: rgba(63, 71, 61, 0.1);
    outline: none;
}

.footer-icons svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer p {
    margin: 0;
    color: #3f473d;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.82rem;
}

.season-calendar {
    padding-bottom: 2rem;
}

.season-calendar-hero {
    display: block;
    border-bottom: 1px solid var(--line);
}

.season-calendar-hero .hero-copy,
.season-calendar-hero .intro {
    max-width: none;
}

.month-nav {
    position: sticky;
    top: 0;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.28rem;
    max-width: var(--site-width);
    margin: 0 auto;
    padding: 0.55rem 1rem;
    overflow: visible;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 247, 242, 0.96);
    box-shadow: 0 0.6rem 1.4rem rgba(46, 51, 44, 0.08);
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

.month-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
    min-height: 2.22rem;
    padding: 0.42rem 0.5rem;
    border: 1px solid rgba(76, 95, 69, 0.22);
    border-radius: var(--radius);
    color: var(--ink);
    background: rgba(255, 253, 248, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.month-nav a span {
    flex: 0 0 auto;
    font-size: 0.9rem;
    line-height: 1;
}

.month-nav a.is-active {
    border-color: rgba(228, 73, 47, 0.58);
    color: var(--brick);
    background: var(--white);
}

@media (hover: hover) {
    .month-nav a:hover {
        border-color: var(--brick);
        color: var(--brick);
    }
}

.month-nav a:focus-visible {
    border-color: var(--brick);
    color: var(--brick);
    outline: none;
}

.season-intro,
.season-section {
    padding: 2rem 1rem 0;
}

.season-intro p {
    max-width: none;
    margin: 0;
    color: var(--ink);
    font-size: 1.08rem;
}

.season-section .section-heading {
    margin-bottom: 1rem;
}

.month-accordion-list {
    display: grid;
    gap: 0.85rem;
}

.month-accordion {
    scroll-margin-top: 5.2rem;
    border: 1px solid rgba(76, 95, 69, 0.24);
    border-radius: var(--radius);
    background: var(--header-paper);
    box-shadow: 0 0.15rem 0.5rem rgba(46, 51, 44, 0.06);
    overflow: clip;
}

.month-accordion summary {
    position: relative;
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    cursor: pointer;
    list-style: none;
}

.month-accordion summary::-webkit-details-marker {
    display: none;
}

.month-accordion summary::after {
    content: "+";
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: var(--brick);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
}

.month-accordion[open] summary::after {
    content: "−";
}

.month-summary-main {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding-right: 2rem;
}

.month-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: rgba(76, 95, 69, 0.1);
    font-size: 1.1rem;
}

.month-season {
    display: block;
    color: var(--sage-dark);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.month-accordion h2 {
    margin: 0.12rem 0 0;
    color: var(--brick);
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.05;
}

.month-preview {
    display: block;
    max-width: 42rem;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.month-content {
    padding: 0 1rem 1rem;
    border-top: 1px solid rgba(76, 95, 69, 0.16);
}

.month-note {
    max-width: 46rem;
    margin: 1rem 0;
    color: var(--ink);
}

.plant-grid {
    display: grid;
    gap: 0.85rem;
}

.plant-card {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(225, 227, 219, 0.72);
}

.plant-card h3 {
    margin: 0;
    color: var(--moss);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.latin-name {
    margin: 0.25rem 0 0.65rem;
    color: var(--clay);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.82rem;
}

.plant-card p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

@media (min-width: 34rem) {
    .month-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 48rem) {
    .month-nav {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.32rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

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

@media (min-width: 64rem) {
    .month-nav {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.34rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .month-nav a {
        gap: 0.34rem;
        min-height: 2.15rem;
        padding: 0.4rem 0.48rem;
        font-size: 0.76rem;
    }

    .month-nav a span {
        font-size: 0.88rem;
    }

    .month-accordion-list {
        gap: 1.1rem;
    }

    .month-accordion summary {
        padding: 1.3rem 1.4rem;
    }

    .month-content {
        padding: 0 1.4rem 1.4rem;
    }

    .month-accordion summary::after {
        right: 1.4rem;
        top: 1.3rem;
    }

    .month-season {
        font-size: 0.78rem;
    }

    .month-accordion h2 {
        font-size: 1.7rem;
    }

    .month-preview {
        font-size: 1rem;
    }

    .month-note {
        font-size: 1.04rem;
    }

    .plant-card h3 {
        font-size: 1.3rem;
    }

    .latin-name {
        font-size: 0.88rem;
    }

    .plant-card p:last-child {
        font-size: 1rem;
    }
}

@media (min-width: 80rem) {
    .month-nav {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 0.24rem;
    }

    .month-nav a {
        gap: 0.22rem;
        min-height: 2.05rem;
        padding: 0.36rem 0.24rem;
        font-size: 0.7rem;
    }

    .month-nav a span {
        font-size: 0.82rem;
    }
}

@media (min-width: 90rem) {
    .month-nav {
        gap: 0.28rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .month-nav a {
        gap: 0.24rem;
        padding-left: 0.24rem;
        padding-right: 0.24rem;
        font-size: 0.72rem;
    }

    .month-nav a span {
        font-size: 0.84rem;
    }
}



@media (min-width: 48rem) {
    body {
        font-size: 1.05rem;
    }

    .detail-page {
        padding: 1.5rem;
    }

    .site-header {
        grid-template-columns: auto minmax(18rem, 1fr) minmax(10rem, 13rem);
        padding: 0.4rem 1.3rem;
    }

    .intro-bar {
        padding: 1rem 1.5rem;
    }

    .brand {
        width: 18rem;
    }

    .main-nav {
        gap: 0.5rem;
        font-size: 0.85rem;
    }

    .site-search {
        grid-column: auto;
    }

    .hero {
        grid-template-columns: minmax(0, 1.3fr) minmax(350px, 0.7fr);
        padding: 2rem 1.5rem 1.5rem;
        align-items: start;
    }

    .hero h1 {
        font-size: 4rem;
    }

    h1 {
        font-size: 5.8rem;
    }

    .intro {
        font-size: 1.2rem;
    }

    .archive-strip {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 0;
    }

    .archive-strip article {
        padding: 1.75rem 1.5rem;
    }

    .story-panel,
    .notes {
        padding: 5rem 1.5rem;
    }

    #notities {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }

    .story-catalog {
        padding: 0.3rem 1.5rem 1rem;
    }

    .story-catalog--category {
        padding-bottom: 1.5rem;
    }

    .timeline {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-editorial {
        grid-template-columns: minmax(0, 1.28fr) minmax(12rem, 0.42fr);
        gap: 2rem;
    }

    .about-portrait {
        align-self: start;
    }

    .about-portrait img {
        height: clamp(15rem, 22vw, 18rem);
        object-position: 58% 32%;
    }

    .feature-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }

    .note-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .note-list article,
    .note-list a {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .note-list img {
        width: 100%;
        aspect-ratio: 4 / 3;
        border-radius: var(--radius);
    }

    .site-footer {
        padding: 1.5rem;
    }

    .footer-main {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }
}

@media (min-width: 64rem) {
    .site-header,
    .intro-bar,
    .hero,
    .story-panel,
    .story-catalog,
    .notes,
    .site-footer,
    .detail-page {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .flower-hr {
        padding: 0 2.5rem;
    }

    h1 {
        font-size: 7.4rem;
    }

    .archive-strip h2,
    .story-panel h2,
    .feature-copy h2,
    .notes h2 {
        font-size: 2.6rem;
    }

    .archive-strip h2 {
        font-size: 1.45rem;
    }

    .about-editorial {
        gap: 2.5rem;
    }
}

@media (min-width: 90rem) {
    .site-header,
    .intro-bar,
    .hero,
    .story-panel,
    .story-catalog,
    .notes,
    .site-footer,
    .detail-page {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .hero {
        grid-template-columns: minmax(0, 1.3fr) minmax(350px, 0.7fr);
    }

    .timeline,
    .note-list {
        gap: 1.25rem;
    }
}

.link-scheduled {
    color: #b0b0b0 !important;
    cursor: default !important;
    text-decoration: none !important;
    border-bottom: 1px dashed #d0d0d0 !important;
    position: relative;
}

.link-scheduled:hover::after {
    content: 'Nog niet beschikbaar';
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #333;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 10;
}
