:root {
    color-scheme: light;
    --ink: #171411;
    --soft-ink: #393426;
    --muted: #655f4d;
    --paper: rgb(252, 250, 246);
    --paper-deep: #f4efe3;
    --line: #626044;
    --line-soft: #b8ab85;
    --gold: #ad7c27;
    --moss: #29341d;
    --error: #96332c;
    --success: #31533c;
    --shadow: 0 16px 34px rgba(50, 43, 27, .08);
    --decal-path: "../media/decal-toolkit/";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    position: relative;
    min-height: 100svh;
    margin: 0;
    font-family: "Alegreya Sans", "Segoe UI", system-ui, sans-serif;
    font-size: 21px;
    line-height: 1.54;
    color: var(--ink);
    background:
        linear-gradient(rgba(252, 250, 246, .93), rgba(252, 250, 246, .93)),
        radial-gradient(circle at 18% 12%, rgba(173, 124, 39, .08), transparent 28rem),
        radial-gradient(circle at 85% 40%, rgba(98, 96, 68, .08), transparent 24rem),
        var(--paper);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 2px solid var(--line);
    box-shadow: inset 0 0 0 3px rgba(98, 96, 68, .18);
    pointer-events: none;
    z-index: 20;
}

a {
    color: inherit;
    text-underline-offset: .18em;
    text-decoration-thickness: 1px;
}
a:hover { color: var(--moss); }
img { max-width: 100%; height: auto; display: block; }
video, audio { max-width: 100%; }
p { margin: 0 0 1rem; }

h1,
h2,
h3,
.brand {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 900;
    letter-spacing: 0;
}

h1,
h2,
h3 {
    line-height: .98;
    margin: 0 0 .75rem;
}

h1 {
    max-width: 10.9ch;
    font-size: clamp(3rem, 7.4vw, 5.8rem);
    text-transform: uppercase;
}

h2 {
    font-size: clamp(2.25rem, 5vw, 4rem);
    text-transform: uppercase;
}

h3 {
    font-size: clamp(1.35rem, 2.7vw, 1.9rem);
    text-transform: uppercase;
}

.wrap {
    width: min(100% - 2.2rem, 1180px);
    margin-inline: auto;
}

.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;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 2px solid var(--line);
    background: rgba(252, 250, 246, .94);
    backdrop-filter: blur(8px);
}

.site-header::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 7px;
    height: 1px;
    background: var(--line);
    opacity: .65;
    pointer-events: none;
}

.site-header .wrap {
    position: relative;
    width: min(100% - 2.2rem, 1280px);
    display: flex;
    flex-wrap: nowrap;
    gap: .75rem 1.2rem;
    align-items: center;
    justify-content: space-between;
    padding: .85rem 0 1rem;
}

.site-header .wrap::before,
.site-header .wrap::after {
    content: "";
    position: absolute;
    top: .55rem;
    width: 42px;
    height: 66px;
    background: url("../media/decal-toolkit/vertical-plant.webp") center / contain no-repeat;
    opacity: .72;
    pointer-events: none;
}

.site-header .wrap::before { left: -56px; }
.site-header .wrap::after {
    right: -56px;
    transform: scaleX(-1);
}

.brand {
    display: inline-flex;
    flex: 0 1 auto;
    min-width: 0;
    align-items: center;
    gap: .75rem;
    color: var(--ink);
    font-size: clamp(1.45rem, 3.3vw, 2.15rem);
    line-height: 1;
    text-decoration: none;
}

.brand img {
    width: 64px;
    height: 64px;
    border: 2px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    object-fit: cover;
    padding: 3px;
}

.nav {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    gap: .25rem .55rem;
    align-items: center;
    color: var(--soft-ink);
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav a {
    display: inline-flex;
    min-height: 2.25rem;
    align-items: center;
    gap: .45rem;
    text-decoration: none;
}

.nav a + a::before {
    content: "";
    width: 24px;
    height: 12px;
    background:
        url("../media/decal-toolkit/center-plant-dot.webp") center / 5px 12px no-repeat,
        url("../media/decal-toolkit/left-plant-end.webp") left center / 15px 6px no-repeat,
        url("../media/decal-toolkit/right-plant-end.webp") right center / 15px 6px no-repeat;
    opacity: .7;
}

.nav a:hover,
.nav a:focus-visible { color: var(--ink); }

.site-search {
    position: relative;
    flex: 0 0 126px;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.site-search::before {
    display: none;
}

.site-search-icon {
    position: absolute;
    left: .82rem;
    top: 50%;
    z-index: 1;
    transform: translateY(-52%);
    width: 1rem;
    height: 1rem;
    background: url("../media/search-icon.svg") center / contain no-repeat;
    opacity: .82;
    pointer-events: none;
}

.site-search input {
    width: 100%;
    max-width: none;
    min-height: 2.3rem;
    border: 2px solid var(--line);
    border-radius: 999px;
    padding: .32rem .86rem .35rem 2rem;
    font: inherit;
    font-size: .9rem;
    font-weight: 800;
    color: var(--ink);
    background: rgba(255, 255, 255, .38);
    box-shadow: inset 0 0 0 2px rgba(184, 171, 133, .22);
}

.site-search input:focus {
    outline: 3px solid rgba(173, 124, 39, .28);
    outline-offset: 2px;
    background: var(--paper);
}

.site-search-results {
    position: absolute;
    top: calc(100% + .45rem);
    right: 0;
    z-index: 70;
    width: min(86vw, 390px);
    max-height: min(70vh, 28rem);
    overflow: auto;
    border: 2px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 36px rgba(23, 20, 17, .18);
}

.site-search-results a,
.site-search-empty {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .12rem .75rem;
    padding: .75rem .9rem;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid rgba(98, 96, 68, .25);
}

.site-search-results a:last-child { border-bottom: 0; }

.site-search-results strong {
    min-width: 0;
    font-size: 1rem;
    line-height: 1.05;
}

.site-search-results em {
    align-self: start;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .05rem .45rem;
    font-size: .65rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: var(--ink);
    color: var(--paper);
}

.site-search-results span,
.site-search-empty {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.18;
}

.site-search-results a:hover,
.site-search-results a:focus-visible,
.site-search-results a.is-active {
    color: var(--paper);
    background: var(--ink);
}

.site-search-results a:hover span,
.site-search-results a:focus-visible span,
.site-search-results a.is-active span {
    color: rgba(252, 250, 246, .78);
}

.site-search-results a:hover em,
.site-search-results a:focus-visible em,
.site-search-results a.is-active em {
    border-color: var(--paper);
}

.page-shell {
    min-width: 0;
    padding: clamp(1.5rem, 3vw, 2.6rem) 0 clamp(2.5rem, 6vw, 5rem);
}

.hero-home {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: clamp(2rem, 5vw, 4.8rem);
    align-items: center;
    padding: clamp(1.25rem, 3.5vw, 3rem) 0 clamp(2rem, 5vw, 4.25rem);
}

.hero-home::before {
    content: "";
    position: absolute;
    left: max(-8vw, -6rem);
    right: max(-8vw, -6rem);
    bottom: clamp(.5rem, 4vw, 3rem);
    width: auto;
    height: 260px;
    background: url("../media/decal-toolkit/large-horizontal-plant.webp") left bottom / min(96vw, 1120px) auto no-repeat;
    opacity: .14;
    pointer-events: none;
    z-index: -1;
}

.hero-home > * { min-width: 0; }
.hero-copy { max-width: 610px; }
.hero-copy h1 {
    max-width: 12.5ch;
    font-size: clamp(2.85rem, 6.8vw, 5.35rem);
}

.eyebrow {
    display: flex;
    gap: .7rem;
    align-items: center;
    margin: 0 0 .8rem;
    color: var(--soft-ink);
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
    content: "";
    flex: 0 0 36px;
    height: 14px;
    background: url("../media/decal-toolkit/right-plant-end.webp") center / contain no-repeat;
    opacity: .78;
}

.eyebrow::before { transform: scaleX(-1); }
.section-intro .eyebrow { justify-content: center; margin-bottom: .45rem; }

.title-divider,
.plant-divider {
    height: 22px;
    margin: .75rem 0 1.25rem;
    background:
        linear-gradient(90deg, transparent, var(--line-soft), transparent) center / min(100%, 480px) 1px no-repeat,
        url("../media/decal-toolkit/small-vertical-plant.webp") center / 34px 32px no-repeat;
}

.plant-divider {
    position: relative;
    margin: .4rem auto 1.25rem;
    width: min(100%, 380px);
    height: 16px;
    background: url("../media/decal-toolkit/center-plant-dot.webp") center / 8px 16px repeat-x;
}

.plant-divider::before,
.plant-divider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 74px;
    height: 100%;
    background-color: var(--paper);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}

.plant-divider::before {
    left: 0;
    background-image: url("../media/decal-toolkit/left-plant-end.webp");
}

.plant-divider::after {
    right: 0;
    background-image: url("../media/decal-toolkit/right-plant-end.webp");
}

.plant-divider.compact {
    width: min(72%, 300px);
    margin: .85rem auto 0;
    opacity: .78;
}

.dot-rule {
    width: 100%;
    height: 18px;
    margin: 0 auto 1.2rem;
    background: radial-gradient(circle, var(--gold) 0 2px, transparent 2.5px) left center / 13px 8px repeat-x;
    opacity: .85;
}

.lede {
    max-width: 61ch;
    color: #231f18;
    font-size: clamp(1.13rem, 1.7vw, 1.3rem);
    font-weight: 500;
    overflow-wrap: break-word;
}

.lede p:last-child,
.rich-text p:last-child { margin-bottom: 0; }

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem 1.25rem;
    align-items: center;
    margin-top: 1.6rem;
}

.button,
button {
    display: inline-flex;
    min-height: 3.1rem;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--line);
    border-radius: 4px;
    padding: .72rem 1.35rem;
    background: var(--moss);
    color: var(--paper);
    font: inherit;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px rgba(252, 250, 246, .25), 0 3px 0 rgba(23, 20, 17, .22);
}

.button::after {
    content: "";
    width: 26px;
    height: 13px;
    margin-left: .55rem;
    background: url("../media/decal-toolkit/right-plant-end.webp") center / contain no-repeat;
    filter: invert(1);
    opacity: .88;
}

.button:hover,
button:hover {
    transform: translateY(-1px);
    color: var(--paper);
}

.button.secondary {
    background: transparent;
    color: var(--ink);
    box-shadow: inset 0 0 0 1px rgba(98, 96, 68, .22);
}

.button.secondary::after { filter: none; }
.button.secondary:hover { color: var(--moss); }

.decal-frame,
.card,
.panel,
form {
    position: relative;
    border: 2px solid var(--line);
    background: rgba(252, 250, 246, .8);
    box-shadow: var(--shadow);
}

.decal-frame::before,
.card::before,
.panel::before,
form::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(98, 96, 68, .68);
    pointer-events: none;
}

.large-frame::after,
.small-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    background:
        url("../media/decal-toolkit/large-border-corner-top-left.webp") left top / 81px 81px no-repeat,
        url("../media/decal-toolkit/large-border-corner-top-right.webp") right top / 81px 81px no-repeat,
        url("../media/decal-toolkit/large-border-corner-bottom-left.webp") left bottom / 81px 81px no-repeat,
        url("../media/decal-toolkit/large-border-corner-bottom-right.webp") right bottom / 81px 81px no-repeat;
}

.large-frame::before,
.small-frame::before {
    overflow: hidden;
}

.large-frame::before {
    background:
        url("../media/decal-toolkit/large-border-horizontal-top.webp") center top / calc(100% - 144px) 44px no-repeat,
        url("../media/decal-toolkit/large-border-horizontal-bottom.webp") center bottom / calc(100% - 144px) 44px no-repeat,
        url("../media/decal-toolkit/large-border-vertical-left.webp") left center / 43px calc(100% - 144px) no-repeat,
        url("../media/decal-toolkit/large-border-vertical-right.webp") right center / 43px calc(100% - 144px) no-repeat;
    inset: 0;
    border: 0;
}

.hero-art {
    padding: clamp(3rem, 5vw, 3.75rem);
    border: 0;
    background: var(--paper);
    box-shadow: none;
}

.hero-art::before {
    display: block;
}

.hero-photo {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1;
    border: 2px solid #30302c;
    border-radius: 22px;
    object-fit: cover;
    background: var(--paper-deep);
}

.hero-art {
    min-height: 0;
    display: block;
    overflow: hidden;
}

.hero-art-banner {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    margin-inline: auto;
    padding: .45rem .8rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: clamp(.86rem, 1.8vw, 1.08rem);
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.hero-art-scene {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 260px;
    display: grid;
    place-items: center;
}

.hero-art-main {
    width: min(52%, 270px);
    border: 2px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    padding: .5rem;
}

.hero-art-plant,
.hero-art-accent {
    position: absolute;
    z-index: -1;
    opacity: .95;
}

.hero-art-plant-left {
    left: 0;
    bottom: 7%;
    width: min(31%, 160px);
    transform: rotate(-5deg);
}

.hero-art-plant-right {
    right: 1%;
    bottom: 6%;
    width: min(29%, 150px);
}

.hero-art-jar {
    left: 11%;
    bottom: 9%;
    width: min(26%, 145px);
}

.hero-art-tool {
    right: 19%;
    bottom: 4%;
    width: min(20%, 118px);
    transform: rotate(51deg);
}

.section-intro,
.page-hero {
    margin-bottom: clamp(1.5rem, 4vw, 2.6rem);
}

.section-intro {
    text-align: center;
}

.page-hero {
    padding: clamp(1.25rem, 5vw, 3.5rem) 0 clamp(1.2rem, 4vw, 2rem);
    border-bottom: 1px solid var(--line-soft);
}

.event-hero {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
}

.event-hero .eyebrow { justify-content: center; }
.event-hero h1 { margin-inline: auto; }
.event-details-page { display: grid; gap: clamp(1.5rem, 4vw, 3rem); }

.event-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.event-map-frame {
    padding: clamp(2.35rem, 4vw, 3.4rem);
    border: 0;
    background: var(--paper);
    box-shadow: none;
}

.event-map-frame::before { display: block; }

.event-map-image {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 2px solid #30302c;
    border-radius: 18px;
    object-fit: cover;
    background: var(--paper-deep);
}

.image-expand-caption {
    position: relative;
    z-index: 1;
    margin: .65rem 0 0;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.event-visit-card {
    position: relative;
    padding: clamp(1.2rem, 3vw, 1.7rem);
    border-block: 1px solid var(--line-soft);
    background: rgba(252, 250, 246, .78);
    overflow: hidden;
}

.event-visit-card::after {
    content: "";
    position: absolute;
    right: .2rem;
    bottom: .8rem;
    width: min(38%, 150px);
    aspect-ratio: 1 / 1.85;
    background: url("../media/decal-toolkit/vertical-plant-2.webp") right bottom / contain no-repeat;
    opacity: .28;
    pointer-events: none;
}

.event-visit-card > * {
    position: relative;
    z-index: 1;
}

.event-visit-card .eyebrow {
    margin-bottom: .45rem;
    font-size: .82rem;
}

.event-visit-card h2 { margin-bottom: 1rem; }

.visit-fact {
    padding: .9rem 0;
    border-top: 1px solid rgba(98, 96, 68, .24);
}

.visit-fact h3 {
    margin-bottom: .25rem;
    font-size: 1.05rem;
    line-height: 1.1;
}

.visit-fact p { margin-bottom: .4rem; }

.event-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
}

.event-note {
    padding: clamp(1.15rem, 3vw, 1.6rem);
}

.event-note h2,
.event-faq h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.event-faq {
    text-align: center;
}

.event-faq .eyebrow { justify-content: center; }

.event-faq-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 1rem;
    text-align: left;
}

.event-faq-item {
    padding: 1rem;
    font-weight: 600;
}

[data-lightbox-image] {
    cursor: zoom-in;
}

.image-lightbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 3rem);
    background: rgba(23, 20, 17, .72);
    opacity: 0;
    pointer-events: none;
    transition: opacity .16s ease;
}

.image-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
    cursor: zoom-out;
}

.image-lightbox img {
    max-width: min(100%, 1400px);
    max-height: 92vh;
    border: 2px solid #30302c;
    border-radius: 14px;
    background: var(--paper);
    object-fit: contain;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

body.lightbox-open {
    overflow: hidden;
}

.grid,
.feature-grid {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}

.cards-grid { gap: 1.15rem; }

.listing-hero {
    position: relative;
    margin-bottom: 1rem;
}

.listing-hero::before,
.listing-hero::after {
    content: "";
    position: absolute;
    bottom: clamp(1.4rem, 3vw, 2rem);
    width: min(18vw, 150px);
    height: 150px;
    background: url("../media/decal-toolkit/large-vertical-plant.webp") center bottom / contain no-repeat;
    opacity: .48;
    pointer-events: none;
}

.listing-hero::before {
    left: max(-9vw, -7rem);
}

.listing-hero::after {
    right: max(-9vw, -7rem);
    transform: scaleX(-1);
}

.listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: clamp(1rem, 2.4vw, 1.35rem);
}

.listing-card {
    position: relative;
    min-height: 230px;
    display: grid;
    grid-template-columns: minmax(86px, .34fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1.55rem 1.55rem 1.55rem 1.35rem;
    color: var(--ink);
    background: rgba(252, 250, 246, .82);
    text-decoration: none;
    overflow: hidden;
}

.listing-card > * {
    position: relative;
    z-index: 1;
}

.listing-card:hover,
.listing-card:focus-visible {
    color: var(--ink);
    transform: translateY(-1px);
}

.listing-card-media {
    display: block;
    width: 100%;
}

.listing-card-media img {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid rgba(98, 96, 68, .34);
    border-radius: 50%;
    object-fit: cover;
    background: var(--paper);
}

.listing-card-body {
    display: grid;
    gap: .45rem;
    min-width: 0;
}

.listing-card-title {
    display: block;
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(1.25rem, 2.2vw, 1.58rem);
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
}

.card,
.panel {
    border-radius: 0;
    padding: 1rem;
}

.feature-card {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    color: var(--ink);
    text-align: center;
    text-decoration: none;
}

.category-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: block;
    border: 0;
    background: var(--paper);
    box-shadow: none;
    padding: 1.65rem;
    overflow: hidden;
}

.category-frame::before {
    display: block;
}

.feature-card:hover .category-frame,
.feature-card:focus-visible .category-frame {
    transform: translateY(-1px);
}

.feature-card:hover,
.feature-card:focus-visible {
    color: var(--ink);
}

.small-frame::after {
    background:
        url("../media/decal-toolkit/small-border-corner-top-left.webp") left top / 42px 43px no-repeat,
        url("../media/decal-toolkit/small-border-corner-top-right.webp") right top / 42px 43px no-repeat,
        url("../media/decal-toolkit/small-border-corner-bottom-left.webp") left bottom / 42px 43px no-repeat,
        url("../media/decal-toolkit/small-border-corner-bottom-right.webp") right bottom / 42px 43px no-repeat;
}

.small-frame::before {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    border: 0;
    background:
        url("../media/decal-toolkit/small-border-horizontal-top.webp") center top / calc(100% - 72px) 43px no-repeat,
        url("../media/decal-toolkit/small-border-horizontal-bottom.webp") center bottom / calc(100% - 72px) 43px no-repeat,
        url("../media/decal-toolkit/small-border-vertical-left.webp") left center / 42px calc(100% - 72px) no-repeat,
        url("../media/decal-toolkit/small-border-vertical-right.webp") right center / 42px calc(100% - 72px) no-repeat;
}

.feature-card h3 {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0;
    padding: 0 .35rem;
    background: transparent;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    line-height: 1.03;
    overflow-wrap: anywhere;
}

.feature-card h3::after {
    content: "";
    display: block;
    width: 118px;
    height: 18px;
    margin: .35rem auto 0;
    background:
        linear-gradient(90deg, var(--line-soft), transparent 34%, transparent 66%, var(--line-soft)) center / 100% 1px no-repeat,
        url("../media/decal-toolkit/tiny-horizontal-plant.webp") center / 42px auto no-repeat;
}

.feature-card h3 a { text-decoration: none; }

.category-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 16px;
    object-fit: cover;
}

.kids-home-callout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 210px);
    gap: clamp(1rem, 4vw, 2rem);
    align-items: center;
    margin: clamp(1.4rem, 4vw, 2.6rem) 0 0;
    padding: clamp(2rem, 4vw, 2.6rem);
    background: rgba(252, 250, 246, .82);
    overflow: hidden;
}

.kids-home-callout > * {
    position: relative;
    z-index: 1;
}

.kids-home-callout h2 {
    font-size: clamp(2rem, 4.2vw, 3.1rem);
}

.kids-home-callout img {
    width: min(100%, 180px);
    justify-self: center;
    opacity: .92;
    transform: rotate(5deg);
}

.kids-activities-hero {
    position: relative;
    max-width: 840px;
    margin-inline: auto;
    text-align: center;
}

.kids-activities-hero .eyebrow {
    justify-content: center;
}

.kids-activities-hero h1 {
    max-width: 12ch;
    margin-inline: auto;
}

.kids-activities-hero .lede {
    margin-inline: auto;
}

.kids-activities-page {
    position: relative;
    display: grid;
    gap: clamp(1.2rem, 3vw, 2rem);
    isolation: isolate;
}

.kids-activities-page::before,
.kids-activities-page::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: .16;
}

.kids-activities-page::before {
    left: max(-10vw, -7rem);
    top: 2rem;
    width: min(28vw, 230px);
    height: min(28vw, 230px);
    background: url("../media/decal-toolkit/trowel.webp") center / contain no-repeat;
    transform: rotate(-14deg);
}

.kids-activities-page::after {
    right: max(-10vw, -7rem);
    bottom: -1rem;
    width: min(28vw, 230px);
    height: min(28vw, 230px);
    background: url("../media/decal-toolkit/vertical-plant-2.webp") center / contain no-repeat;
    transform: rotate(8deg);
}

.kids-activities-intro {
    position: relative;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 2rem;
    background: rgba(252, 250, 246, .84);
}

.kids-activities-intro > * {
    position: relative;
    z-index: 1;
}

.kids-activities-intro img {
    width: 94px;
    justify-self: center;
}

.kids-activities-intro h2 {
    margin-bottom: .35rem;
    font-size: clamp(1.65rem, 3.5vw, 2.45rem);
}

.kids-activity-list {
    display: grid;
    gap: .45rem;
}

.kids-activity-row {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(32px, 1fr) minmax(0, auto);
    gap: .5rem;
    align-items: end;
    padding: .55rem .75rem;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid rgba(98, 96, 68, .18);
}

.kids-activity-row:hover,
.kids-activity-row:focus-visible {
    background: rgba(173, 124, 39, .09);
    color: var(--ink);
}

.kids-activity-name,
.kids-activity-vendor {
    min-width: 0;
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(1.18rem, 2.4vw, 1.55rem);
    font-weight: 800;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.kids-activity-vendor {
    color: var(--muted);
    text-align: right;
}

.kids-activity-dots {
    min-width: 2rem;
    height: .45rem;
    border-bottom: 4px dotted rgba(98, 96, 68, .8);
    transform: translateY(-.18rem);
}

.card-image,
.media-item {
    width: 100%;
    border: 1px solid var(--line-soft);
    border-radius: 0;
    background: var(--paper-deep);
    object-fit: cover;
}

.card-image { aspect-ratio: 4 / 3; margin-bottom: .85rem; }

.card-thumb {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 86px;
    aspect-ratio: 1;
    border: 1px solid var(--line-soft);
    border-radius: 50%;
    object-fit: cover;
}

.card h2 { font-size: 1.45rem; padding-right: .3rem; }
.card h2 a { text-decoration: none; }

.meta {
    color: var(--muted);
    font-size: .95rem;
    font-weight: 800;
}

.tag-list {
    display: inline-flex;
    max-width: 100%;
    padding: .28rem .7rem .34rem;
    border: 1px solid #151513;
    border-radius: 999px;
    background: #151513;
    color: var(--paper);
    font-size: .82rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.schedule-calendar {
    margin: clamp(1.2rem, 3vw, 2rem) 0 clamp(1.7rem, 4vw, 2.6rem);
}

.schedule-days {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1rem, 2.4vw, 1.35rem);
    align-items: start;
}

.schedule-day {
    min-width: 0;
}

.schedule-day h2 {
    margin-bottom: .7rem;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.schedule-scroll {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid var(--line-soft);
    background: #f3f3f0;
}

.schedule-grid {
    --schedule-gutter: 4.1rem;
    position: relative;
    width: max(100%, calc(var(--schedule-gutter) + (var(--schedule-lanes, 1) * 160px)));
    min-height: 440px;
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(98, 96, 68, .16) 1px, transparent 1px) var(--schedule-gutter) 0 / calc(100% - var(--schedule-gutter)) 100% no-repeat,
        linear-gradient(180deg, rgba(98, 96, 68, .12) 1px, transparent 1px) 0 0 / 100% 80px repeat-y,
        #f3f3f0;
    overflow: hidden;
}

.schedule-hour:first-child span {
    top: .25rem;
}

.schedule-hour {
    position: absolute;
    inset: var(--hour-top) 0 auto 0;
    border-top: 1px solid rgba(98, 96, 68, .22);
    pointer-events: none;
}

.schedule-hour span {
    position: absolute;
    left: .45rem;
    top: -.68rem;
    width: calc(var(--schedule-gutter) - .85rem);
    color: var(--muted);
    font-size: .72rem;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
}

.schedule-event {
    position: absolute;
    min-height: 2.35rem;
    display: flex;
    align-items: flex-start;
    padding: .52rem .58rem;
    border: 2px solid #2b2a22;
    border-radius: 10px;
    background: #fcfaf6;
    color: var(--ink);
    font-size: .86rem;
    font-weight: 900;
    line-height: 1.05;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(44, 43, 34, .12);
    overflow: hidden;
}

.schedule-event:hover,
.schedule-event:focus-visible {
    background: #151513;
    color: var(--paper);
}

.schedule-event span {
    display: block;
    overflow-wrap: anywhere;
}

.contact-page {
    position: relative;
    isolation: isolate;
}

.registration-page {
    position: relative;
    isolation: isolate;
}

.contact-page::before,
.contact-page::after,
.registration-page::before,
.registration-page::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: .18;
}

.contact-page::before {
    right: max(-8vw, -6rem);
    top: 1.2rem;
    width: min(28vw, 230px);
    height: min(28vw, 230px);
    background: url("../media/decal-toolkit/sign-post.webp") center / contain no-repeat;
    transform: rotate(5deg);
}

.contact-page::after {
    left: max(-10vw, -7rem);
    bottom: -2rem;
    width: min(32vw, 270px);
    height: min(32vw, 270px);
    background: url("../media/decal-toolkit/trowel.webp") center / contain no-repeat;
    transform: rotate(-14deg);
}

.registration-page::before {
    right: max(-8vw, -5rem);
    top: 5rem;
    width: min(30vw, 250px);
    height: min(30vw, 250px);
    background: url("../media/decal-toolkit/large-vertical-plant.webp") center / contain no-repeat;
    opacity: .12;
    transform: rotate(7deg);
}

.registration-page::after {
    left: max(-9vw, -6rem);
    bottom: 1rem;
    width: min(28vw, 220px);
    height: min(28vw, 220px);
    background: url("../media/decal-toolkit/vertical-plant-2.webp") center / contain no-repeat;
    opacity: .13;
    transform: rotate(-8deg);
}

.timeline-list { display: grid; gap: .85rem; }
.timeline-list .card {
    min-height: 7.75rem;
    padding-right: 7rem;
}

.detail-page {
    display: grid;
    gap: clamp(1.35rem, 3vw, 2.2rem);
}

.detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
    gap: clamp(1.5rem, 4vw, 3.2rem);
    align-items: center;
}

.detail-copy {
    min-width: 0;
}

.detail-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 6.4vw, 5rem);
}

.detail-copy .rich-text {
    max-width: 68ch;
    margin-top: 1.1rem;
    font-size: clamp(1.08rem, 1.7vw, 1.22rem);
}

.detail-facts {
    display: grid;
    gap: .35rem;
    color: var(--soft-ink);
    font-weight: 600;
}

.detail-facts p {
    margin: 0;
}

.detail-art {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.detail-art::before {
    display: none;
}

.detail-image {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: min(70vh, 680px);
    border: 2px solid #30302c;
    border-radius: 18px;
    object-fit: contain;
    background: var(--paper);
}

.detail-image.is-wide {
    aspect-ratio: 3 / 1;
    object-fit: cover;
}

.detail-image.is-tall {
    aspect-ratio: 1 / 3;
    object-fit: cover;
}

.detail-panel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
    gap: 1rem;
}

.detail-panel {
    position: relative;
    min-height: 170px;
    padding: 2.2rem 1.9rem;
    background: rgba(252, 250, 246, .82);
    text-align: center;
}

.detail-panel-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.detail-panel-link:hover,
.detail-panel-link:focus-visible {
    color: var(--ink);
    transform: translateY(-1px);
}

.detail-panel-link:hover h2,
.detail-panel-link:focus-visible h2 {
    text-decoration: underline;
    text-underline-offset: .16em;
}

.detail-panel > * {
    position: relative;
    z-index: 1;
}

.detail-panel h2 {
    margin-bottom: .55rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.detail-panel p {
    margin-bottom: .35rem;
}

.detail-gallery-block {
    text-align: center;
}

.detail-gallery-block .eyebrow {
    justify-content: center;
}

.detail-gallery-block h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.compact-actions {
    justify-content: center;
    gap: .65rem;
    margin-top: .6rem;
}

.compact-actions .button {
    min-height: 2.6rem;
    padding: .55rem .85rem;
    font-size: .76rem;
}

.back-link {
    display: inline-flex;
    margin-bottom: 1rem;
    color: var(--muted);
    font-weight: 800;
    text-decoration: none;
}

.back-link::before { content: "<"; margin-right: .35rem; }

label {
    display: block;
    font-weight: 800;
    margin: .8rem 0 .25rem;
}

input,
textarea,
select {
    width: 100%;
    max-width: 42rem;
    border: 1px solid var(--line-soft);
    border-radius: 0;
    padding: .72rem .78rem;
    background: #fffdf7;
    color: var(--ink);
    font: inherit;
}

input:focus,
textarea:focus,
select:focus,
a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(173, 124, 39, .35);
    outline-offset: 2px;
}

textarea { min-height: 8rem; }

form {
    margin-top: 1.25rem;
    padding: clamp(1rem, 4vw, 1.5rem);
}

.media-gallery {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    margin: 1.25rem 0;
    text-align: left;
}

img.media-item,
video.media-item {
    aspect-ratio: 16 / 9;
    border: 2px solid #30302c;
    border-radius: 10px;
}
audio.media-item { padding: .75rem; }

.attachment-item {
    min-height: 8rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: var(--ink);
    text-align: center;
    text-decoration: none;
}

.attachment-item:hover,
.attachment-item:focus-visible {
    color: var(--ink);
    transform: translateY(-1px);
}

.attachment-item strong {
    border: 1px solid var(--ink);
    border-radius: 999px;
    padding: .35rem .75rem;
    background: var(--ink);
    color: #fff;
    font-size: .9rem;
}

.notice {
    border: 1px solid var(--line-soft);
    padding: 1rem;
    background: var(--paper-deep);
    margin: 1rem 0;
}

.error { border-color: var(--error); background: #fff3f1; }
.success { border-color: var(--success); background: #f1fff5; }
.contact-links { margin-bottom: 1rem; }

.site-footer {
    position: relative;
    border-top: 2px solid var(--line);
    background: var(--paper);
}

.site-footer::before,
.site-footer::after {
    content: "";
    position: absolute;
    bottom: .55rem;
    width: min(22vw, 170px);
    height: 112px;
    background: url("../media/decal-toolkit/large-horizontal-plant.webp") center / contain no-repeat;
    opacity: .75;
    pointer-events: none;
}

.site-footer::before {
    left: 1.1rem;
    transform: scaleX(-1);
}

.site-footer::after {
    right: 1.1rem;
}

.site-footer .wrap {
    min-height: 7.7rem;
    display: flex;
    align-items: center;
    color: var(--soft-ink);
    padding: 1.35rem min(18vw, 210px);
    font-size: .95rem;
}

.site-footer p { margin: 0 0 .45rem; }
.site-footer p:last-child { margin-bottom: 0; }
.site-footer a {
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .site-header .wrap::before,
    .site-header .wrap::after { display: none; }
    .site-header .wrap { flex-wrap: wrap; }
    .brand { flex: 1 1 100%; }
    .nav {
        width: 100%;
        flex-wrap: wrap;
        white-space: normal;
    }
    .site-search {
        flex-basis: min(100%, 420px);
        margin-left: auto;
    }
    .hero-copy { max-width: 760px; }
}

@media (max-width: 700px) {
    body { font-size: 19.5px; }
    body::before { inset: 4px; }
    .wrap { width: min(100% - 1.4rem, 1180px); }
    .site-header { position: relative; }
    .site-header::after { left: 10px; right: 10px; }
    .brand img { width: 54px; height: 54px; }
    .nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .15rem .65rem;
        font-size: .82rem;
    }
    .nav a + a::before { display: none; }
    .site-search {
        flex-basis: 100%;
        margin-left: 0;
    }
    .site-search-results {
        left: 0;
        right: auto;
        width: 100%;
    }
    .hero-home { grid-template-columns: 1fr; }
    h1 { max-width: 11ch; font-size: clamp(2.65rem, 15vw, 4.8rem); }
    h2 { font-size: clamp(2rem, 11vw, 3.2rem); }
    .eyebrow { font-size: .84rem; }
    .eyebrow::before,
    .eyebrow::after { flex-basis: 24px; }
    .actions { align-items: stretch; }
    .button,
    button { width: 100%; }
    .hero-art { padding: 2.8rem; }
    .hero-photo { border-radius: 24px; }
    .event-map-layout,
    .event-info-grid { grid-template-columns: 1fr; }
    .event-map-frame { padding: 2.15rem; }
    .event-map-image {
        aspect-ratio: 1;
        border-radius: 20px;
    }
    .event-visit-card::after {
        width: 120px;
        opacity: .2;
    }
    .listing-hero::before,
    .listing-hero::after { display: none; }
    .listing-hero h1 {
        max-width: 100%;
        font-size: clamp(2.55rem, 13vw, 4.2rem);
        overflow-wrap: anywhere;
    }
    .listing-grid { grid-template-columns: 1fr; }
    .listing-card {
        min-height: 0;
        grid-template-columns: 108px minmax(0, 1fr);
        padding: 1.45rem;
    }
    .schedule-days { grid-template-columns: 1fr; }
    .schedule-grid {
        --schedule-gutter: 3.5rem;
        width: max(100%, calc(var(--schedule-gutter) + (var(--schedule-lanes, 1) * 122px)));
        min-height: 390px;
    }
    .schedule-event {
        font-size: .78rem;
        padding: .45rem .48rem;
    }
    .contact-page::before,
    .contact-page::after,
    .registration-page::before,
    .registration-page::after {
        opacity: .1;
    }
    .detail-hero {
        grid-template-columns: 1fr;
    }
    .detail-copy h1 {
        max-width: 100%;
        font-size: clamp(2.35rem, 11.5vw, 4.1rem);
        overflow-wrap: anywhere;
    }
    .detail-image {
        max-height: 74vh;
        border-radius: 20px;
    }
    .detail-panel {
        min-height: 0;
        padding: 2.15rem 1.65rem;
    }
    .feature-grid { grid-template-columns: 1fr; }
    .kids-home-callout,
    .kids-activities-intro,
    .kids-activity-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .kids-home-callout img {
        max-width: 130px;
    }
    .kids-activity-dots {
        display: none;
    }
    .kids-activity-vendor {
        text-align: center;
    }
    .site-footer::before,
    .site-footer::after {
        width: 105px;
        height: 72px;
        opacity: .38;
    }
    .site-footer .wrap { padding: 1.1rem 4.2rem; }
    .timeline-list .card { padding-right: 1rem; }
    .card-thumb {
        position: static;
        width: 100%;
        border-radius: 0;
        margin-top: .75rem;
    }
}

@media (max-width: 430px) {
    .listing-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .listing-card-media {
        width: min(170px, 70%);
        margin-inline: auto;
    }
    .site-footer::before,
    .site-footer::after { display: none; }
    .site-footer .wrap { padding-inline: 0; }
}
