:root {
    --ink: #2c1b10;
    --muted: #715c4c;
    --line: #e6dacd;
    --bg: #fbf7ef;
    --panel: #fffdf9;
    --panel-strong: #ffffff;
    --brand: #683c11;
    --brand-dark: #3f210c;
    --accent: #f0c000;
    --gold: #f0c000;
    --clay: #b17f4a;
    --soft: #f5eadc;
    --soft-warm: #fff7d8;
    --shadow-sm: 0 10px 30px rgba(104, 60, 17, .08);
    --shadow: 0 24px 60px rgba(75, 40, 12, .14);
    --radius: 2px;
    --page-max: 1240px;
    --pattern-color: #683c11;
    --tibeb-pattern:
        linear-gradient(135deg, transparent 38%, var(--pattern-color) 39% 44%, transparent 45% 55%, var(--pattern-color) 56% 61%, transparent 62%),
        linear-gradient(45deg, transparent 38%, var(--pattern-color) 39% 44%, transparent 45% 55%, var(--pattern-color) 56% 61%, transparent 62%);
}

* { box-sizing: border-box; }

html { scroll-padding-top: 110px; }

body {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    color: var(--ink);
    background:
        linear-gradient(180deg, rgba(255, 253, 249, .92), rgba(251, 247, 239, .98)),
        repeating-linear-gradient(90deg, rgba(104, 60, 17, .022) 0, rgba(104, 60, 17, .022) 1px, transparent 1px, transparent 120px),
        var(--bg);
    line-height: 1.62;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
main { overflow: hidden; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.015em; color: var(--ink); }
h1, h2 { font-family: "Times New Roman", Times, serif; font-weight: 600; }
h2 { font-size: 2.7rem; line-height: 1.04; margin-bottom: 10px; }
h3 { font-size: 1.25rem; line-height: 1.18; margin-bottom: 8px; }
p { color: var(--muted); }
small { color: var(--muted); font-weight: 700; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 12px 24px;
    background: rgba(255, 253, 249, .96);
    border-bottom: 1px solid rgba(104, 60, 17, .1);
    box-shadow: 0 10px 30px rgba(104, 60, 17, .055);
    backdrop-filter: blur(18px);
}

.header-shell {
    width: min(100%, var(--page-max));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: fit-content;
    font-weight: 850;
    font-size: 1.02rem;
    letter-spacing: 0;
}

.brand span {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
}

.brand strong { color: var(--ink); }

.brand-logo {
    gap: 0;
    padding: 0;
}

.brand-logo img {
    width: clamp(138px, 15vw, 190px);
    height: 62px;
    object-fit: contain;
}

.main-nav,
.actions,
.filters,
.actions-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-nav {
    justify-content: flex-end;
    flex-wrap: nowrap;
    min-width: 0;
}

.site-header nav a {
    flex: 0 0 auto;
    padding: 9px 11px;
    border-radius: 0;
    font-size: .9rem;
    font-weight: 700;
    color: #56391f;
    transition: background .2s ease, color .2s ease, transform .2s ease;
    white-space: nowrap;
}

.site-header nav a:hover,
.site-header nav a.is-active {
    background: transparent;
    color: var(--brand);
    box-shadow: inset 0 -2px 0 var(--gold);
}

.site-header nav a:hover { transform: translateY(-1px); }
.staff-link { color: var(--muted) !important; }

.cart-link {
    background: var(--brand);
    color: #fff !important;
    padding-inline: 14px !important;
    box-shadow: 0 10px 22px rgba(104, 60, 17, .16);
}

.cart-link strong {
    display: inline-grid;
    place-items: center;
    min-width: 21px;
    height: 21px;
    margin-left: 5px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--brand-dark);
    font-size: .76rem;
}

.quick-actions {
    display: none;
}

.quick-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    min-width: 92px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius);
    color: #eef8f3;
    font-size: .86rem;
    font-weight: 900;
    line-height: 1;
    background: rgba(255, 255, 255, .08);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.quick-actions a:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .28);
}

.quick-actions a.is-primary {
    background: linear-gradient(135deg, var(--gold), #dcae00);
    color: var(--brand-dark);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}

.hero {
    position: relative;
    min-height: 650px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 96px 7vw;
    color: white;
    isolation: isolate;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0 0 0 48%;
    z-index: -1;
    --pattern-color: rgba(240, 192, 0, .72);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 24px 0;
    background-size: 48px 48px;
    opacity: .17;
    mask-image: linear-gradient(90deg, transparent, #000 38%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 8px;
    background: var(--gold);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.hero h1 {
    color: white;
    font-size: 6rem;
    line-height: .92;
    margin-bottom: 22px;
    text-wrap: balance;
}

.hero p {
    font-size: 1.18rem;
    max-width: 680px;
    color: rgba(255, 255, 255, .88);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 0;
}

.hero-points span {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    font-size: .88rem;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .74rem;
    font-weight: 700;
    color: var(--brand);
}

.hero .eyebrow,
.page-head .eyebrow { color: #f0c98a; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 0;
    background: var(--brand);
    color: white;
    padding: 12px 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(104, 60, 17, .18);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
    transform: translateY(-1px);
    background: var(--brand-dark);
    box-shadow: 0 16px 30px rgba(104, 60, 17, .24);
}

.btn.secondary {
    background: linear-gradient(135deg, var(--clay), var(--brand));
    box-shadow: 0 12px 24px rgba(104, 60, 17, .17);
}

.btn.ghost {
    background: rgba(255, 255, 255, .82);
    color: var(--brand);
    border: 1px solid rgba(104, 60, 17, .28);
    box-shadow: none;
}

.btn.small {
    min-height: 36px;
    padding: 8px 12px;
    font-size: .86rem;
}

.section,
.band {
    position: relative;
    padding: 72px max(24px, 6vw);
    overflow: hidden;
}

.section > :where(.section-head, .grid, .split, .gallery-grid, .prose, .table-wrap, .checkout-bar, .filters, .empty-state),
.band > :where(.section-head, .grid, .split) {
    position: relative;
    z-index: 1;
    width: min(100%, var(--page-max));
    margin-left: auto;
    margin-right: auto;
}

.section.grid,
.section.gallery-grid,
.section.prose {
    position: relative;
    z-index: 1;
    width: min(100%, calc(var(--page-max) + 12vw));
    margin-left: auto;
    margin-right: auto;
}

.band {
    background:
        linear-gradient(135deg, rgba(245, 234, 220, .96), rgba(255, 247, 216, .66));
    border-block: 1px solid rgba(104, 60, 17, .07);
}

.band::before {
    content: "";
    position: absolute;
    inset: 0 0 0 58%;
    --pattern-color: rgba(104, 60, 17, .52);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 23px 0;
    background-size: 46px 46px;
    opacity: .08;
    mask-image: linear-gradient(90deg, transparent, #000 45%);
}

main > .section:not(.about-section)::before {
    content: "";
    position: absolute;
    right: -96px;
    top: 42px;
    width: clamp(180px, 20vw, 330px);
    aspect-ratio: 1;
    --pattern-color: var(--brand);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 20px 0;
    background-size: 40px 40px;
    opacity: .035;
    transform: rotate(45deg);
    pointer-events: none;
}

.home-pattern-rule {
    height: 28px;
    border-bottom: 0;
}

.section-head,
.admin-head,
.checkout-bar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.section-head h2,
.admin-head h1 { margin-bottom: 0; }

.section-head p,
.admin-head p { margin-bottom: 0; max-width: 560px; }

.section-head a,
.subtle {
    color: var(--muted);
    font-weight: 850;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.cards { grid-template-columns: repeat(auto-fit, minmax(min(282px, 100%), 1fr)); }

.menu-card,
.offer,
.review,
.panel,
.summary,
.metric,
.form-panel,
.contact-card,
.empty-state {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 251, 245, .94));
    border: 1px solid rgba(23, 32, 29, .08);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow-sm);
}

.offer,
.review,
.metric,
.summary,
.form-panel,
.contact-card,
.empty-state {
    position: relative;
    overflow: hidden;
}

.menu-card,
.offer,
.review,
.metric,
.summary,
.form-panel,
.contact-card {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.menu-card:hover,
.offer:hover,
.review:hover {
    transform: translateY(-3px);
    border-color: rgba(104, 60, 17, .2);
    box-shadow: var(--shadow);
}

.menu-card {
    display: grid;
    gap: 14px;
    position: relative;
    overflow: hidden;
    min-width: 0;
}

.menu-card::after,
.offer::after,
.review::after,
.summary::after,
.form-panel::after,
.contact-card::after,
.empty-state::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 70px;
    height: 24px;
    --pattern-color: rgba(104, 60, 17, .52);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 12px 0;
    background-size: 24px 24px;
    opacity: .13;
    mask-image: linear-gradient(90deg, transparent, #000);
    pointer-events: none;
}

.menu-card::before,
.offer::before,
.review::before,
.metric::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--brand), var(--accent), var(--gold));
    opacity: .85;
}

.menu-image {
    margin: -18px -18px 0;
    overflow: hidden;
    min-width: 0;
    background: #e8e2d8;
}

.menu-card img {
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .35s ease;
}

.menu-card:hover img { transform: scale(1.035); }
.menu-copy h3 { margin-bottom: 8px; font-size: 1.24rem; }
.menu-copy p:last-child { min-height: 50px; }

.card-foot,
.summary-row,
.admin-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.card-foot {
    padding-top: 4px;
    border-top: 1px solid rgba(23, 32, 29, .07);
}

.card-foot strong,
.summary-row strong {
    font-size: 1.16rem;
    color: var(--brand-dark);
}

.labels {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.labels span,
.badge {
    border-radius: 999px;
    background: #e8f1ec;
    color: var(--brand);
    padding: 5px 10px;
    font-size: .76rem;
    font-weight: 850;
}

.badge.muted { background: #eee; color: #777; }

.split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.feature-split > div,
.form-intro {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(23, 32, 29, .08);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(255, 250, 244, .74));
    box-shadow: 0 14px 34px rgba(18, 32, 29, .06);
    overflow: hidden;
}

.feature-split > div::after,
.form-intro::after {
    content: "";
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 104px;
    aspect-ratio: 1;
    --pattern-color: var(--brand);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 14px 0;
    background-size: 28px 28px;
    opacity: .06;
    transform: rotate(45deg);
    pointer-events: none;
}

.form-intro {
    align-self: start;
    position: sticky;
    top: 112px;
}

.form-intro ul {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 12px;
}

.form-intro li {
    padding-left: 16px;
    border-left: 3px solid var(--accent);
    color: var(--muted);
    font-weight: 750;
}

.wide { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(18, 32, 29, .08);
}

.gallery-grid figure {
    margin: 0;
    position: relative;
}

.gallery-grid figcaption {
    margin-top: 9px;
    color: var(--muted);
    font-weight: 850;
}

.page-head {
    position: relative;
    padding: 82px max(24px, 6vw) 48px;
    background:
        linear-gradient(135deg, rgba(63, 33, 12, .98), rgba(104, 60, 17, .9)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0, rgba(255, 255, 255, .08) 1px, transparent 1px, transparent 84px),
        var(--brand-dark);
    color: white;
    overflow: hidden;
}

.page-head::before {
    content: "";
    position: absolute;
    inset: 0 0 0 50%;
    --pattern-color: rgba(240, 192, 0, .78);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 25px 0;
    background-size: 50px 50px;
    opacity: .16;
    mask-image: linear-gradient(90deg, transparent, #000 38%);
}

.page-head::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 12px;
    --pattern-color: rgba(104, 60, 17, .88);
    background-color: var(--gold);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 6px 0;
    background-size: 12px 12px;
}

.page-head > * {
    position: relative;
    z-index: 1;
    width: min(100%, var(--page-max));
    margin-left: auto;
    margin-right: auto;
}

.page-head h1 {
    color: white;
    font-size: 4.3rem;
    line-height: .96;
    margin-bottom: 14px;
    text-wrap: balance;
}

.page-head p {
    max-width: 760px;
    color: rgba(255, 255, 255, .8);
}

.page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.page-meta span {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    padding: 8px 12px;
    color: rgba(255, 255, 255, .9);
    font-size: .86rem;
    font-weight: 850;
}

.compact { padding-top: 48px; }

.filters {
    position: sticky;
    top: 78px;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 260px) auto auto;
    padding: 14px;
    margin-bottom: 28px;
    background: rgba(255, 253, 249, .94);
    border: 1px solid rgba(23, 32, 29, .08);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(14px);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 15px;
}

label {
    display: grid;
    gap: 7px;
    font-weight: 850;
    color: #26332f;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid rgba(23, 32, 29, .15);
    border-radius: var(--radius);
    padding: 12px 12px;
    background: white;
    color: var(--ink);
    font: inherit;
    box-shadow: inset 0 1px 0 rgba(18, 32, 29, .03);
    transition: border-color .2s ease, box-shadow .2s ease;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: rgba(104, 60, 17, .55);
    box-shadow: 0 0 0 4px rgba(104, 60, 17, .1);
}

textarea { min-height: 116px; resize: vertical; }
.check { display: flex; align-items: center; justify-content: flex-start; }
.check input { width: auto; }

.form-panel {
    display: grid;
    gap: 18px;
}

.form-panel .btn { justify-self: start; }

.captcha-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(110px, 150px);
    align-items: end;
    gap: 18px;
    padding: 18px;
    background: linear-gradient(135deg, #fff8dd, #f7ead8);
    border: 1px solid rgba(104, 60, 17, .2);
    border-left: 5px solid var(--gold);
    overflow: hidden;
}

.captcha-box::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 54px;
    --pattern-color: rgba(104, 60, 17, .58);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 12px 0;
    background-size: 24px 24px;
    opacity: .12;
    mask-image: linear-gradient(90deg, transparent, #000 38%);
    pointer-events: none;
}

.captcha-box > * {
    position: relative;
    z-index: 1;
}

.captcha-box .eyebrow {
    margin-bottom: 4px;
}

.captcha-box strong {
    display: block;
    color: var(--brand-dark);
    font-size: 1.7rem;
    line-height: 1;
}

.captcha-box small {
    display: block;
    margin-top: 9px;
}

.summary {
    align-self: start;
    position: sticky;
    top: 112px;
}

.summary h2 {
    font-size: 1.7rem;
    margin-bottom: 16px;
}

.summary-row {
    padding: 12px 0;
    border-bottom: 1px solid rgba(23, 32, 29, .08);
}

.summary > strong {
    display: block;
    margin-top: 16px;
    padding: 14px;
    border-radius: var(--radius);
    background: var(--soft);
    color: var(--brand-dark);
    font-size: 1.08rem;
}

.contact-card {
    padding: 28px;
}

.contact-list {
    display: grid;
    gap: 16px;
    margin: 22px 0;
}

.contact-list p {
    margin: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(23, 32, 29, .08);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    color: #dbe6e1;
    font-weight: 850;
}

.contact-social {
    margin: 0 0 18px;
}

.contact-social a {
    border-color: rgba(104, 60, 17, .2);
    background: rgba(104, 60, 17, .07);
    color: var(--brand-dark);
}

.offer {
    position: relative;
    overflow: hidden;
    min-height: 170px;
}

.offer.large img {
    width: calc(100% + 36px);
    max-width: none;
    margin: -18px -18px 16px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.offer strong {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--accent);
}

.table-wrap {
    overflow: auto;
    background: var(--panel-strong);
    border: 1px solid rgba(23, 32, 29, .08);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

table { width: 100%; border-collapse: collapse; }

th,
td {
    padding: 15px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: middle;
}

th {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--muted);
    background: #fbfaf6;
}

tr:last-child td { border-bottom: 0; }
.qty { max-width: 82px; }

.link-button {
    border: 0;
    background: transparent;
    color: #b42318;
    font-weight: 850;
    cursor: pointer;
}

.checkout-bar {
    margin-top: 20px;
    padding: 18px;
    border-radius: var(--radius);
    background: var(--panel-strong);
    border: 1px solid rgba(23, 32, 29, .08);
    box-shadow: var(--shadow-sm);
}

.checkout-bar strong {
    font-size: 1.25rem;
    color: var(--brand-dark);
}

.empty-state {
    text-align: center;
    padding: 44px 28px;
}

.empty-state p { margin-left: auto; margin-right: auto; max-width: 420px; }

.flash {
    position: relative;
    overflow: hidden;
    width: min(calc(100% - 48px), var(--page-max));
    margin: 18px auto;
    padding: 14px 58px 14px 18px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, #fff8dd, #f7ead8);
    color: var(--brand-dark);
    border: 1px solid rgba(104, 60, 17, .2);
    border-left: 5px solid var(--gold);
    box-shadow: 0 12px 28px rgba(104, 60, 17, .1);
    font-weight: 700;
}

.flash::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 54px;
    --pattern-color: rgba(104, 60, 17, .6);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 12px 0;
    background-size: 24px 24px;
    opacity: .16;
    mask-image: linear-gradient(90deg, transparent, #000 38%);
    pointer-events: none;
}

.flash.error {
    background: linear-gradient(135deg, #faeee6, #f3dfd3);
    color: #6d281c;
    border-color: rgba(109, 40, 28, .24);
    border-left-color: #a64b32;
}

.flash.error::after {
    --pattern-color: rgba(109, 40, 28, .72);
}

.footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) repeat(2, minmax(200px, .7fr));
    gap: 28px;
    padding: 48px max(24px, 6vw);
    background:
        linear-gradient(135deg, #321806, #683c11);
    color: #fff8ed;
    border-top: 5px solid var(--gold);
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0 0 0 48%;
    --pattern-color: rgba(240, 192, 0, .18);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 18px 0;
    background-size: 36px 36px;
    opacity: .38;
    mask-image: linear-gradient(90deg, transparent, #000);
}

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

.footer-logo {
    width: min(150px, 70vw);
    height: auto;
    margin-bottom: 14px;
    filter: brightness(0) invert(1);
    opacity: .96;
}

.footer p { color: #e1cdb8; }

.footer-tagline {
    margin-top: 10px;
    font-style: italic;
}

.footer-tagline span {
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-style: normal;
}

.rating-meter {
    display: flex;
    gap: 5px;
    margin-bottom: 14px;
}

.rating-meter span {
    width: 28px;
    height: 6px;
    border-radius: 999px;
    background: #d6ddd8;
}

.rating-meter span.filled { background: var(--accent); }

.admin-body {
    display: grid;
    grid-template-columns: 276px 1fr;
    min-height: 100vh;
    background:
        linear-gradient(180deg, #f7f8f4, #f1f4ee);
}

.admin-sidebar {
    background:
        linear-gradient(180deg, #101816, #142823);
    color: white;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: auto;
    box-shadow: 18px 0 40px rgba(18, 32, 29, .13);
}

.admin-brand {
    margin-bottom: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.admin-brand.brand-logo {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 0 0 16px;
}

.admin-brand.brand-logo img {
    width: 144px;
    height: auto;
    max-height: 66px;
    filter: brightness(0) invert(1);
    opacity: .94;
}

.admin-brand strong { color: white; }

.admin-sidebar a,
.sidebar-button {
    padding: 10px 11px;
    border-radius: var(--radius);
    color: #dbe6e1;
    font-weight: 750;
}

.admin-sidebar a:hover,
.admin-sidebar a.is-active,
.sidebar-button:hover {
    background: rgba(255, 255, 255, .09);
    color: #fff;
}

.admin-main {
    padding: 34px;
    min-width: 0;
}

.admin-main > * {
    width: min(100%, 1220px);
    margin-left: auto;
    margin-right: auto;
}

.admin-head {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(23, 32, 29, .08);
}

.admin-head h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.8rem;
    line-height: 1;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 15px;
    margin-bottom: 28px;
}

.metric {
    position: relative;
    overflow: hidden;
    min-height: 116px;
}

.metric span {
    text-transform: capitalize;
    color: var(--muted);
    font-size: .84rem;
    font-weight: 850;
}

.metric strong {
    display: block;
    margin-top: 12px;
    font-size: 2rem;
    color: var(--brand-dark);
}

.admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
}

.admin-grid > div {
    background: var(--panel-strong);
    border: 1px solid rgba(23, 32, 29, .08);
    border-radius: var(--radius);
    padding: 20px;
    box-shadow: var(--shadow-sm);
}

.admin-grid h2 {
    font-size: 1.65rem;
}

.admin-row {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
}

a.admin-row:hover {
    color: var(--brand);
}

.admin-row:last-child { border-bottom: 0; }

.thumb {
    width: 82px;
    height: 58px;
    object-fit: cover;
    border-radius: 6px;
}

.qr-list { max-width: 760px; margin: auto; }
.qr-row { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }

.map-box {
    min-height: 320px;
    background: var(--panel-strong);
    border: 1px solid rgba(23, 32, 29, .08);
    border-radius: var(--radius);
    padding: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.map-box iframe { width: 100%; min-height: 340px; border: 0; border-radius: 6px; }
.prose { max-width: 780px; font-size: 1.1rem; }

.about-shell {
    width: min(calc(100% - 48px), var(--page-max));
    margin-inline: auto;
}

.about-section {
    padding-block: clamp(76px, 10vw, 140px);
}

.about-section h2,
.about-brand-meaning h2,
.experience-section h2,
.values-section h2,
.commitment-section h2 {
    font-size: clamp(2.7rem, 5.2vw, 5.25rem);
    line-height: .96;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.about-hero {
    position: relative;
    min-height: min(780px, calc(100svh - 86px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 48px;
    padding: clamp(100px, 13vw, 170px) max(24px, calc((100vw - var(--page-max)) / 2)) clamp(60px, 8vw, 96px);
    background-size: cover;
    background-position: center 44%;
    color: white;
    isolation: isolate;
    overflow: hidden;
}

.about-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(44, 19, 5, .95) 0%, rgba(60, 30, 9, .76) 50%, rgba(44, 19, 5, .28) 100%),
        linear-gradient(0deg, rgba(32, 13, 3, .85) 0%, transparent 48%);
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .16;
    background:
        linear-gradient(135deg, transparent 43%, #f0c000 44% 48%, transparent 49%) 0 0 / 42px 42px,
        linear-gradient(45deg, transparent 43%, #f0c000 44% 48%, transparent 49%) 21px 0 / 42px 42px;
    mask-image: linear-gradient(90deg, transparent 25%, #000 100%);
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 7px;
    background: var(--gold);
}

.about-hero-content {
    max-width: 860px;
}

.about-hero .eyebrow,
.about-cta .eyebrow,
.values-section .eyebrow {
    color: var(--gold);
}

.about-hero h1 {
    max-width: 840px;
    margin: 0 0 26px;
    color: white;
    font-size: clamp(3.8rem, 7.2vw, 7.4rem);
    font-weight: 500;
    line-height: .88;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.about-hero .about-hero-lede {
    max-width: 670px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.05rem, 1.65vw, 1.34rem);
    line-height: 1.5;
}

.about-hero-tagline {
    display: grid;
    align-content: end;
    gap: 7px;
    width: min(280px, 23vw);
    padding-left: 24px;
    border-left: 1px solid rgba(240, 192, 0, .55);
    color: rgba(255, 255, 255, .76);
    font-size: .9rem;
    line-height: 1.35;
}

.about-hero-tagline span {
    color: var(--gold);
    font-family: Arial, sans-serif;
}

.about-hero-tagline strong {
    font-weight: 400;
    font-style: italic;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-block: 8px;
    border-bottom: 1px solid rgba(104, 60, 17, .32);
    color: var(--brand);
    font-weight: 700;
}

.text-link span {
    transition: transform .2s ease;
}

.text-link:hover span {
    transform: translateX(4px);
}

.text-link.light {
    border-color: rgba(255, 255, 255, .45);
    color: white;
}

.tibeb-pattern-rule {
    height: 34px;
    --pattern-color: var(--brand);
    background-color: #fffdf9;
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 17px 0;
    background-size: 34px 34px;
    border-bottom: 1px solid rgba(104, 60, 17, .08);
    opacity: .82;
}

.about-story {
    position: relative;
    overflow: hidden;
}

.about-story::before {
    content: "";
    position: absolute;
    right: -90px;
    top: 7%;
    width: min(380px, 28vw);
    aspect-ratio: 1;
    --pattern-color: var(--brand);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 21px 0;
    background-size: 42px 42px;
    opacity: .045;
    transform: rotate(45deg);
}

.story-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, .68fr) minmax(220px, .46fr);
    gap: clamp(22px, 4vw, 58px);
    align-items: center;
}

.story-copy {
    padding-right: clamp(0px, 3vw, 36px);
}

.story-copy h2 {
    margin-bottom: 28px;
}

.story-copy p {
    max-width: 660px;
    font-size: 1.06rem;
}

.story-copy .story-lead {
    color: var(--ink);
    font-size: clamp(1.24rem, 2vw, 1.58rem);
    line-height: 1.42;
}

.story-layout figure {
    margin: 0;
}

.story-layout img {
    width: 100%;
    object-fit: cover;
    filter: saturate(.86) contrast(1.04);
}

.story-portrait img {
    aspect-ratio: 4 / 5.4;
}

.story-detail {
    align-self: end;
    padding-bottom: 24px;
}

.story-detail img {
    aspect-ratio: 4 / 4.6;
}

.story-layout figcaption {
    max-width: 290px;
    padding-top: 13px;
    color: var(--muted);
    font-size: .85rem;
    font-style: italic;
    line-height: 1.45;
}

.about-brand-meaning {
    position: relative;
    padding-block: clamp(76px, 9vw, 120px);
    background: #f1e4d4;
    overflow: hidden;
}

.about-brand-meaning::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: clamp(92px, 13vw, 190px);
    --pattern-color: var(--brand);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 22px 0;
    background-size: 44px 44px;
    opacity: .09;
    mask-image: linear-gradient(90deg, transparent, #000 45%);
}

.brand-meaning-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: clamp(48px, 8vw, 120px);
    align-items: center;
}

.brand-meaning-mark {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 430px;
}

.brand-meaning-mark::before {
    content: "";
    position: absolute;
    width: min(410px, 88%);
    aspect-ratio: 1;
    border: 1px solid rgba(104, 60, 17, .16);
    transform: rotate(45deg);
}

.brand-meaning-mark::after {
    content: "";
    position: absolute;
    width: min(360px, 76%);
    aspect-ratio: 1;
    --pattern-color: var(--brand);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 18px 0;
    background-size: 36px 36px;
    opacity: .08;
    transform: rotate(45deg);
}

.brand-meaning-mark img {
    position: relative;
    z-index: 1;
    width: min(310px, 78%);
    mix-blend-mode: multiply;
}

.brand-meaning-copy h2 {
    max-width: 700px;
}

.meaning-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-top: 42px;
}

.meaning-pair article {
    padding-top: 18px;
    border-top: 2px solid var(--brand);
}

.meaning-pair span,
.experience-card > span {
    color: var(--clay);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
}

.meaning-pair h3 {
    margin: 13px 0 8px;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.7rem;
}

.purpose-section {
    background: #fffdf9;
}

.purpose-intro {
    display: grid;
    grid-template-columns: .5fr 1.5fr;
    gap: 30px;
    align-items: start;
    padding-bottom: 58px;
}

.purpose-intro h2 {
    margin: 0;
}

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

.purpose-grid article {
    position: relative;
    min-height: 440px;
    padding: clamp(32px, 5vw, 64px);
    overflow: hidden;
}

.purpose-grid article + article {
    border-left: 1px solid var(--line);
    background: var(--brand);
}

.purpose-grid article + article::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -62px;
    width: min(300px, 52%);
    aspect-ratio: 1;
    --pattern-color: var(--gold);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 18px 0;
    background-size: 36px 36px;
    opacity: .075;
    transform: rotate(45deg);
}

.purpose-grid article > * {
    position: relative;
    z-index: 1;
}

.purpose-grid article + article h3,
.purpose-grid article + article p {
    color: white;
}

.purpose-grid article + article .eyebrow {
    color: var(--gold);
}

.purpose-grid h3 {
    max-width: 520px;
    margin: 14px 0 22px;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    font-weight: 500;
    line-height: 1.02;
}

.purpose-grid article > p:not(.eyebrow) {
    max-width: 560px;
}

.purpose-number {
    position: absolute;
    right: 24px;
    bottom: -46px;
    color: rgba(104, 60, 17, .06);
    font-size: 13rem;
    line-height: 1;
}

.purpose-grid article + article .purpose-number {
    color: rgba(255, 255, 255, .06);
}

.experience-section {
    position: relative;
    padding-block: clamp(76px, 10vw, 132px);
    background: #f6eee4;
    overflow: hidden;
}

.experience-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 28px;
    --pattern-color: var(--clay);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 14px 0;
    background-size: 28px 28px;
    opacity: .34;
}

.experience-section > .about-shell {
    position: relative;
    z-index: 1;
}

.experience-heading {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 58px;
}

.experience-heading h2 {
    margin-bottom: 0;
}

.experience-heading > p {
    max-width: 520px;
    margin: 0 0 6px;
    font-size: 1.08rem;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid rgba(104, 60, 17, .25);
}

.experience-card {
    grid-column: span 2;
    min-height: 310px;
    padding: 30px 28px;
    border-right: 1px solid rgba(104, 60, 17, .2);
    border-bottom: 1px solid rgba(104, 60, 17, .2);
}

.experience-card:nth-child(3) {
    border-right: 0;
}

.experience-card:nth-child(4),
.experience-card:nth-child(5) {
    grid-column: span 3;
}

.experience-card:nth-child(5) {
    border-right: 0;
}

.experience-card h3 {
    max-width: 250px;
    margin: 54px 0 14px;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.05;
}

.experience-card p {
    max-width: 340px;
    margin-bottom: 0;
}

.values-section {
    position: relative;
    padding-block: clamp(78px, 11vw, 150px);
    background: var(--brand-dark);
    color: white;
    overflow: hidden;
}

.values-section::after {
    content: "";
    position: absolute;
    inset: 0 0 0 48%;
    opacity: .11;
    --pattern-color: var(--gold);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 22px 0;
    background-size: 44px 44px;
}

.values-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
    gap: clamp(50px, 9vw, 130px);
}

.values-section h2 {
    color: white;
}

.values-section p {
    max-width: 510px;
    color: rgba(255, 255, 255, .7);
}

.values-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .28);
}

.values-list li {
    display: flex;
    align-items: baseline;
    gap: 22px;
    padding: 12px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    color: white;
    font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.values-list span {
    color: var(--gold);
    font-size: .72rem;
    letter-spacing: .12em;
}

.visit-layout {
    display: grid;
    grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
    gap: clamp(48px, 8vw, 112px);
    align-items: center;
}

.visit-image {
    position: relative;
    padding: 0 44px 52px 0;
}

.visit-image::before {
    content: "";
    position: absolute;
    inset: 52px 0 0 48px;
    z-index: -1;
    background: var(--gold);
}

.visit-image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: sepia(.08) saturate(.9);
}

.visit-image-note {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(285px, 74%);
    padding: 20px 23px;
    background: var(--brand);
    color: white;
}

.visit-image-note span {
    display: block;
    margin-bottom: 4px;
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-size: .82rem;
}

.visit-image-note strong {
    font-weight: 400;
}

.visit-copy h2 {
    margin-bottom: 36px;
}

.visit-copy ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
}

.visit-copy li {
    position: relative;
    padding: 13px 4px 13px 21px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
}

.visit-copy li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid var(--brand);
    transform: translateY(-50%) rotate(45deg);
}

.commitment-section {
    position: relative;
    padding-block: clamp(70px, 8vw, 108px);
    background: #f1e4d4;
    overflow: hidden;
}

.commitment-section::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: min(420px, 34vw);
    --pattern-color: var(--brand);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 20px 0;
    background-size: 40px 40px;
    opacity: .055;
    mask-image: linear-gradient(90deg, transparent, #000);
}

.commitment-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: clamp(44px, 8vw, 120px);
    align-items: end;
}

.commitment-layout h2 {
    margin-bottom: 0;
}

.commitment-layout > div:last-child {
    padding-bottom: 7px;
}

.commitment-layout > div:last-child p {
    color: var(--ink);
    font-size: 1.08rem;
}

.about-cta {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center;
    padding: 92px max(24px, 6vw);
    background:
        radial-gradient(circle at 24% 50%, rgba(177, 127, 74, .28), transparent 34%),
        #4a260d;
    color: white;
    overflow: hidden;
}

.about-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    --pattern-color: var(--gold);
    background-image: var(--tibeb-pattern);
    background-position: 0 0, 24px 0;
    background-size: 48px 48px;
    opacity: .07;
    mask-image: radial-gradient(circle at center, #000, transparent 76%);
}

.about-cta-mark {
    position: absolute;
    left: max(24px, 5vw);
    top: 50%;
    width: min(460px, 35vw);
    transform: translateY(-50%);
    opacity: .11;
}

.about-cta-mark img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.about-cta-content {
    position: relative;
    width: min(100%, 940px);
    margin: 0 auto;
    text-align: center;
}

.about-cta h2 {
    max-width: 920px;
    margin-inline: auto;
    color: white;
    font-size: clamp(3rem, 6vw, 6.2rem);
    font-weight: 500;
    line-height: .93;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.about-cta p {
    max-width: 620px;
    margin-inline: auto;
    color: rgba(255, 255, 255, .76);
    font-size: 1.08rem;
}

.about-cta .actions {
    justify-content: center;
    margin-top: 32px;
}

.btn.gold {
    background: var(--gold);
    color: var(--brand-dark);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

.btn.gold:hover {
    background: #ffd323;
}

.btn.outline-light {
    border: 1px solid rgba(255, 255, 255, .48);
    background: transparent;
    color: white;
    box-shadow: none;
}

.btn.outline-light:hover {
    border-color: white;
    background: rgba(255, 255, 255, .08);
}

.sidebar-button {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.auth-panel { max-width: 480px; margin: auto; }

@media (max-width: 980px) {
    .header-shell {
        display: grid;
        gap: 12px;
    }

    .main-nav {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar { display: none; }

    .filters { grid-template-columns: 1fr 1fr; top: 104px; }
    .wide { grid-template-columns: 1fr; }
    .summary,
    .form-intro { position: static; }
    .about-hero {
        grid-template-columns: 1fr;
    }
    .about-hero-tagline {
        width: min(100%, 460px);
    }
    .story-layout {
        grid-template-columns: 1.2fr .8fr;
    }
    .story-copy {
        grid-column: 1 / -1;
        max-width: 760px;
    }
    .story-detail {
        padding-bottom: 0;
    }
    .brand-meaning-layout,
    .visit-layout {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
    .purpose-grid article {
        min-height: 500px;
    }
    .experience-card {
        grid-column: span 3;
    }
    .experience-card:nth-child(3) {
        border-right: 1px solid rgba(104, 60, 17, .2);
    }
    .experience-card:nth-child(even) {
        border-right: 0;
    }
    .experience-card:nth-child(5) {
        grid-column: span 6;
    }
    .values-layout,
    .commitment-layout {
        grid-template-columns: 1fr 1fr;
        gap: 52px;
    }
    .footer { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .hero {
        min-height: 570px;
        padding: 74px 24px;
    }

    .hero h1 { font-size: 3.6rem; }
    .about-hero {
        min-height: 700px;
        padding: 90px 24px 62px;
    }
    .hero p { font-size: 1.04rem; }
    .page-head { padding: 62px 24px 38px; }
    .page-head h1 { font-size: 3rem; }
    h2 { font-size: 2.25rem; }
    .section,
    .band { padding: 56px 24px; }
    .brand-meaning-layout,
    .purpose-intro,
    .values-layout,
    .visit-layout,
    .commitment-layout {
        grid-template-columns: 1fr;
    }
    .brand-meaning-mark {
        min-height: 340px;
    }
    .brand-meaning-mark img {
        width: min(280px, 68%);
    }
    .purpose-intro {
        gap: 10px;
    }
    .purpose-grid {
        grid-template-columns: 1fr;
    }
    .purpose-grid article {
        min-height: auto;
    }
    .purpose-grid article + article {
        border-top: 1px solid var(--line);
        border-left: 0;
    }
    .experience-heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .values-section::after {
        inset: 44% 0 0;
    }
    .visit-image {
        max-width: 590px;
    }
    .admin-body { display: block; }
    .admin-sidebar {
        position: relative;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        padding: 16px 18px;
    }
    .admin-brand {
        flex: 0 0 100%;
        margin-bottom: 4px;
        padding-bottom: 12px;
    }
    .admin-sidebar a:not(.admin-brand),
    .sidebar-button {
        padding: 8px 10px;
        font-size: .9rem;
    }
    .admin-sidebar form { margin: 0; }
    .admin-main { padding: 24px; }
    .section-head,
    .admin-head,
    .checkout-bar {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    .site-header { padding: 11px 14px; }
    .brand { font-size: .98rem; }
    .brand-logo img {
        width: 132px;
        height: 54px;
    }
    .site-header nav a { padding: 8px 10px; }
    .quick-actions {
        position: fixed;
        inset: auto 0 0;
        z-index: 40;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 5px;
        padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
        background: rgba(63, 33, 12, .97);
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 0;
        box-shadow: 0 -12px 30px rgba(18, 32, 29, .16);
        backdrop-filter: blur(16px);
    }
    .quick-actions a {
        min-width: 0;
        min-height: 48px;
        padding: 7px 4px;
        font-size: .72rem;
        white-space: nowrap;
    }
    .hero h1 { font-size: 3.05rem; }
    .page-head h1 { font-size: 2.55rem; }
    .filters { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .captcha-box { grid-template-columns: 1fr; }
    .story-layout,
    .meaning-pair,
    .visit-copy ul {
        grid-template-columns: 1fr;
    }
    .about-hero {
        min-height: 720px;
        background-position: 56% center;
    }
    .about-hero-tagline {
        display: none;
    }
    .about-hero .actions,
    .about-cta .actions {
        align-items: stretch;
        flex-direction: column;
    }
    .about-hero .actions .btn,
    .about-cta .actions .btn {
        width: 100%;
    }
    .about-section {
        padding-block: 72px;
    }
    .about-shell {
        width: min(calc(100% - 36px), var(--page-max));
    }
    .story-copy {
        grid-column: auto;
    }
    .story-detail {
        display: none;
    }
    .brand-meaning-mark {
        min-height: 290px;
    }
    .purpose-intro {
        padding-bottom: 36px;
    }
    .purpose-grid article {
        padding: 32px 24px 40px;
    }
    .experience-grid {
        display: block;
        border: 1px solid rgba(104, 60, 17, .2);
        border-bottom: 0;
    }
    .experience-card,
    .experience-card:nth-child(4),
    .experience-card:nth-child(5) {
        min-height: 0;
        padding: 25px 22px 30px;
        border-right: 0;
    }
    .experience-card h3 {
        margin-top: 24px;
    }
    .visit-image {
        padding: 0 28px 44px 0;
    }
    .visit-image::before {
        inset: 36px 0 0 34px;
    }
    .visit-image-note {
        width: 82%;
    }
    .about-cta {
        min-height: 610px;
        padding-inline: 18px;
    }
    .about-cta-mark {
        left: 50%;
        width: 80vw;
        transform: translate(-50%, -50%);
    }
    .card-foot,
    .summary-row,
    .admin-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .card-foot form,
    .card-foot .btn { width: 100%; }
    .card-foot .btn { justify-content: center; }
}

@media (max-width: 700px) {
    .site-header .staff-link { display: none; }
}
