:root {
    --green-900: #003f25;
    --green-800: #075f34;
    --green-700: #2f7f26;
    --gold: #d99a19;
    --blue: #0d5678;
    --clay: #b4562d;
    --ink: #17281f;
    --muted: #5b6b61;
    --cream: #f2eddf;
    --paper: #fffdf7;
    --white: #ffffff;
    --line: #d9d0b8;
    --display-font: "Montserrat", Arial, sans-serif;
    --body-font: "Poppins", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body-font);
    line-height: 1.65;
}

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

a {
    color: inherit;
    text-decoration: none;
}

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

.site-header {
    position: relative;
    z-index: 10;
}

.top-strip {
    background: var(--blue);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.top-strip-inner,
.identity-nav-inner,
.hero-inner,
.notice-board-inner,
.section-inner,
.tourism-banner-inner,
.footer-inner,
.footer-bottom {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
}

.top-strip-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.identity-nav {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 4px solid var(--gold);
    background:
        linear-gradient(90deg, var(--green-900), var(--green-800) 64%, var(--green-900)),
        var(--green-900);
    box-shadow: 0 10px 26px rgba(0, 63, 37, 0.18);
}

.identity-nav-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(18px, 4vw, 52px);
    padding-left: clamp(140px, 11vw, 170px);
    position: relative;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.brand {
    min-width: 0;
    position: absolute;
    top: calc(100% - 12px);
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    filter: drop-shadow(0 10px 18px rgba(0, 63, 37, 0.34)) drop-shadow(0 0 1px rgba(255, 255, 255, 0.85));
    transform: translateY(-50%);
}

.brand-logo {
    width: clamp(112px, 8.7vw, 132px);
    height: auto;
    display: block;
}

.brand-mark {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 3px double var(--green-700);
    background: var(--white);
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: inset 0 0 0 4px var(--paper);
}

.brand-mark-image {
    padding: 8px;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy {
    display: grid;
    line-height: 1.08;
}

.brand-copy strong {
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(1.58rem, 2.8vw, 2.55rem);
    font-weight: 900;
    line-height: 0.94;
}

.brand-copy small {
    margin-top: 6px;
    color: var(--blue);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    min-width: 0;
    margin-left: auto;
}

.nav-links a {
    min-height: 86px;
    display: inline-flex;
    align-items: center;
    padding: 0 clamp(16px, 1.7vw, 24px);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-links a:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.nav-links a:hover,
.nav-links a.active {
    background: var(--gold);
    color: var(--green-900);
}

.button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    font: inherit;
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
}

.button-primary {
    border-color: #b68516;
    background: var(--gold);
    color: var(--green-900);
}

.button-ghost {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(7, 51, 31, 0.16);
    color: var(--white);
}

.button-dark {
    border-color: var(--green-900);
    background: var(--green-900);
    color: var(--white);
}

.button-ghost-light {
    border-color: var(--line);
    background: var(--white);
    color: var(--green-900);
}

.staff-toolbar {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 16px;
    background: #0d2b1d;
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.staff-toolbar a {
    color: var(--gold);
}

.staff-toolbar form {
    margin: 0;
}

.staff-toolbar button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--gold);
    font: inherit;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.site-messages {
    width: min(1220px, calc(100% - 32px));
    margin: 18px auto 0;
}

.site-messages p {
    margin: 0 0 8px;
    padding: 12px 16px;
    border-left: 5px solid var(--gold);
    background: var(--cream);
    color: var(--green-900);
    font-weight: 700;
}

.hero {
    min-height: min(780px, 76svh);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--green-900);
}

.hero-page {
    min-height: min(540px, 54svh);
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-home .hero-media {
    object-position: center 42%;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(0, 63, 37, 0.66), rgba(0, 63, 37, 0.32)),
        radial-gradient(circle at center, rgba(13, 86, 120, 0.2), rgba(0, 63, 37, 0.74));
}

.hero-inner {
    position: relative;
    z-index: 1;
    padding: clamp(70px, 11vw, 140px) 0;
    color: var(--white);
}

.hero-centered {
    text-align: center;
}

.eyebrow,
.section-kicker,
.event-label {
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1 {
    width: 100%;
    margin: 0 auto 18px;
    color: var(--white);
    font-family: var(--display-font);
    font-size: clamp(3rem, 8.6vw, 8rem);
    font-weight: 900;
    line-height: 0.98;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.46);
}

.hero-page h1 {
    font-size: clamp(2.5rem, 6.5vw, 5.8rem);
}

.hero-lede {
    max-width: 1040px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1.05rem, 2.1vw, 1.45rem);
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

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

.notice-board {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(217, 154, 25, 0.16), rgba(13, 86, 120, 0.08)),
        var(--cream);
}

.notice-board-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.notice-board-inner div {
    min-height: 112px;
    padding: 24px 24px 22px;
    border-left: 1px solid var(--line);
}

.notice-board-inner div:last-child {
    border-right: 1px solid var(--line);
}

.notice-board strong {
    display: block;
    margin-bottom: 6px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: 1.22rem;
}

.notice-board span {
    color: var(--muted);
    font-size: 0.94rem;
}

.section {
    padding: clamp(54px, 7vw, 88px) 0;
}

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

.classic-intro {
    background: var(--paper);
}

.newspaper-grid,
.contact-classic {
    display: grid;
    grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.lead-column {
    padding-top: 4px;
}

.classic-heading {
    max-width: 960px;
    margin-bottom: 30px;
}

.lead-column h2,
.classic-heading h2,
.classic-form h2,
.tourism-banner h2,
.heritage-panel h2 {
    margin-bottom: 18px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(2rem, 4.6vw, 4rem);
    font-weight: 900;
    line-height: 1.03;
}

.classic-heading p,
.lead-column p,
.heritage-panel p {
    color: var(--muted);
    font-size: 1.02rem;
}

.travel-ledger,
.classic-form {
    border: 1px solid var(--line);
    border-top: 5px solid var(--green-800);
    background: var(--white);
}

.travel-ledger h3 {
    margin: 0;
    padding: 18px 22px;
    border-bottom: 1px solid var(--line);
    background: #fbf5e8;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: 1.35rem;
}

.travel-ledger dl {
    margin: 0;
}

.travel-ledger dl div {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 16px;
    padding: 16px 22px;
    border-bottom: 1px solid var(--line);
}

.travel-ledger dl div:last-child {
    border-bottom: 0;
}

.travel-ledger dt {
    color: var(--clay);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.travel-ledger dd {
    margin: 0;
    color: var(--ink);
    font-weight: 600;
}

.flagship-event {
    display: grid;
    grid-template-columns: minmax(320px, 1.02fr) minmax(320px, 0.98fr);
    border: 1px solid var(--line);
    background: var(--white);
}

.flagship-copy {
    padding: clamp(26px, 5vw, 54px);
}

.flagship-copy h3 {
    margin-bottom: 12px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
}

.event-subtitle {
    color: var(--green-800);
    font-weight: 800;
}

.flagship-copy p {
    color: var(--muted);
}

.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0;
}

.event-meta span,
.ledger-date {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 9px;
    border: 1px solid var(--line);
    background: #fbf5e8;
    color: var(--green-900);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.flagship-image {
    min-height: 420px;
}

.flagship-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-ledger {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--line);
    background: var(--white);
}

.event-ledger article {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    padding: 20px;
    border-right: 1px solid var(--line);
}

.event-ledger article:last-child {
    border-right: 0;
}

.event-ledger h3 {
    margin-bottom: 4px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: 1.12rem;
}

.event-ledger p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.event-list,
.blog-list,
.blog-preview-grid {
    display: grid;
    gap: 20px;
}

.event-list article {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 24px;
    padding: 24px;
    border: 1px solid var(--line);
    border-left: 6px solid var(--green-800);
    background: var(--white);
}

.event-list-archive article {
    border-left-color: var(--clay);
}

.event-list-date {
    min-height: 118px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 3px double var(--line);
    background: #fbf5e8;
    text-align: center;
}

.event-list-date span {
    color: var(--clay);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.event-list-date strong {
    display: block;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: 2.05rem;
    line-height: 1;
}

.event-list-copy h3 {
    margin-bottom: 8px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(1.65rem, 3vw, 2.7rem);
    line-height: 1.04;
}

.event-list-copy p {
    color: var(--muted);
}

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

.blog-list article,
.blog-preview-grid article {
    border: 1px solid var(--line);
    background: var(--white);
}

.blog-preview-grid article {
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.blog-preview-grid article:hover,
.blog-preview-grid article:focus-within {
    border-color: #b9974e;
    box-shadow: 0 16px 32px rgba(0, 63, 37, 0.12);
    transform: translateY(-3px);
}

.blog-list article {
    display: grid;
    grid-template-columns: minmax(260px, 0.45fr) 1fr;
    min-height: 260px;
}

.blog-list img,
.blog-preview-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-preview-grid img {
    aspect-ratio: 16 / 10;
    height: auto;
    border-bottom: 4px solid var(--gold);
}

.blog-list article > div,
.blog-preview-grid article > div {
    padding: 24px;
}

.blog-list span,
.blog-preview-grid span {
    display: block;
    margin-bottom: 10px;
    color: var(--clay);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-list h3,
.blog-preview-grid h3 {
    margin-bottom: 10px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(1.35rem, 2.6vw, 2.2rem);
    line-height: 1.08;
}

.blog-list p,
.blog-preview-grid p {
    color: var(--muted);
}

.blog-editorial-section {
    background:
        linear-gradient(180deg, rgba(13, 86, 120, 0.05), rgba(255, 253, 247, 0)),
        var(--paper);
}

.classic-heading-row {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.7fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: end;
}

.classic-heading-row h2 {
    margin-bottom: 0;
}

.classic-heading-row > p {
    margin-bottom: 18px;
}

.blog-lead-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
    gap: clamp(24px, 4vw, 38px);
    align-items: start;
}

.blog-featured-story,
.blog-editor-panel,
.blog-card {
    border: 1px solid var(--line);
    background: var(--white);
}

.blog-featured-story {
    min-width: 0;
    position: relative;
    border-top: 6px solid var(--gold);
    overflow: hidden;
}

.blog-featured-story > a {
    min-height: clamp(430px, 42vw, 560px);
    position: relative;
    display: flex;
    align-items: flex-end;
    color: inherit;
}

.blog-featured-story img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-featured-story > a::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 63, 37, 0.9), rgba(0, 63, 37, 0.42) 52%, rgba(0, 63, 37, 0.08)),
        linear-gradient(0deg, rgba(0, 63, 37, 0.68), rgba(0, 63, 37, 0.04));
}

.blog-featured-copy {
    width: min(760px, calc(100% - 48px));
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 clamp(24px, 4vw, 42px) clamp(24px, 4vw, 42px);
    padding: clamp(24px, 3.4vw, 38px);
    border-left: 6px solid var(--gold);
    background: rgba(0, 63, 37, 0.84);
    color: var(--white);
}

.blog-label,
.blog-card span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--clay);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-date {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-featured-copy h3 {
    margin-bottom: 16px;
    max-width: 680px;
    color: var(--white);
    font-family: var(--display-font);
    font-size: clamp(2.15rem, 4.2vw, 4.65rem);
    font-weight: 900;
    line-height: 0.98;
}

.blog-featured-copy p:not(.blog-date) {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.04rem;
}

.blog-read-more {
    width: max-content;
    margin-top: 14px;
    padding: 10px 14px;
    border: 1px solid #b68516;
    background: var(--gold);
    color: var(--green-900);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-editor-panel {
    padding: clamp(22px, 3vw, 30px);
    border-top: 6px solid var(--gold);
    box-shadow: inset 0 0 0 6px rgba(13, 86, 120, 0.04);
}

.blog-editor-panel h3 {
    margin-bottom: 12px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    line-height: 1.04;
}

.blog-editor-panel p:not(.section-kicker) {
    color: var(--muted);
}

.blog-editor-panel dl {
    margin: 20px 0 0;
    border: 1px solid var(--line);
}

.blog-editor-panel dl div {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
}

.blog-editor-panel dl div:last-child {
    border-bottom: 0;
}

.blog-editor-panel dt {
    color: var(--clay);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-editor-panel dd {
    margin: 4px 0 0;
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 600;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.blog-card {
    min-width: 0;
    position: relative;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.blog-card > a {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    color: inherit;
}

.blog-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-bottom: 4px solid var(--gold);
}

.blog-card div {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.blog-card h3 {
    margin-bottom: 10px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(1.45rem, 2.5vw, 2.15rem);
    line-height: 1.05;
}

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

.blog-card:hover,
.blog-card:focus-within {
    border-color: #b9974e;
    box-shadow: 0 18px 34px rgba(0, 63, 37, 0.14);
    transform: translateY(-3px);
}

.article-hero {
    position: relative;
    min-height: min(620px, 62svh);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--green-900);
}

.article-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 51, 31, 0.84), rgba(7, 51, 31, 0.22));
}

.article-title {
    width: min(980px, calc(100% - 32px));
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 86px 0 58px;
    color: var(--white);
    text-align: center;
}

.article-title h1 {
    margin-bottom: 14px;
    font-family: var(--display-font);
    font-size: clamp(2.4rem, 6vw, 5.4rem);
    line-height: 1;
}

.article-title p:last-child {
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.08rem;
}

.article-body {
    width: min(820px, calc(100% - 32px));
    margin: 0 auto;
    color: var(--ink);
    font-size: 1.08rem;
}

.article-body p {
    margin-bottom: 1.2em;
}

.feature-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-columns article,
.principle-list article,
.place-feature {
    border: 1px solid var(--line);
    background: var(--white);
}

.feature-columns img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-bottom: 4px solid var(--gold);
}

.feature-columns h3 {
    margin: 20px 20px 10px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: 1.35rem;
    line-height: 1.15;
}

.feature-columns p {
    margin: 0 20px 22px;
    color: var(--muted);
}

.tourism-banner {
    padding: clamp(52px, 8vw, 90px) 0;
    border-top: 5px solid var(--gold);
    background:
        linear-gradient(135deg, rgba(13, 86, 120, 0.86), rgba(0, 63, 37, 0.98)),
        var(--green-900);
    color: var(--white);
    text-align: center;
}

.tourism-banner p {
    margin-bottom: 10px;
    color: var(--gold);
    font-weight: 800;
    text-transform: uppercase;
}

.tourism-banner h2 {
    max-width: 980px;
    margin: 0 auto 26px;
    color: var(--white);
}

.principle-list {
    display: grid;
    gap: 16px;
}

.principle-list article {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 22px;
    padding: 24px;
}

.principle-list span {
    color: var(--clay);
    font-family: var(--display-font);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.principle-list h3 {
    margin-bottom: 8px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: 1.4rem;
}

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

.heritage-panel {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.95fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
}

.heritage-panel img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid var(--line);
}

.destination-trail {
    display: grid;
    gap: clamp(24px, 4vw, 40px);
}

.place-feature {
    position: relative;
    overflow: hidden;
    color: inherit;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.place-feature-link {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
    min-height: 390px;
    color: inherit;
}

.place-feature:nth-child(even) .place-feature-link {
    grid-template-columns: minmax(320px, 1.08fr) minmax(280px, 0.92fr);
}

.place-feature:nth-child(even) .place-feature-link figure {
    order: 2;
    border-right: 0;
    border-left: 1px solid var(--line);
}

.place-feature:hover,
.place-feature:focus-within {
    border-color: #b9974e;
    box-shadow: 0 18px 38px rgba(7, 51, 31, 0.14);
    transform: translateY(-3px);
    outline: 0;
}

.place-feature-link figure {
    min-height: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-right: 1px solid var(--line);
    background: var(--green-900);
}

.place-feature-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.place-feature:hover .place-feature-link img,
.place-feature:focus-within .place-feature-link img {
    transform: scale(1.035);
}

.place-feature-link figcaption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(7, 51, 31, 0.9);
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.place-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4.4vw, 54px);
}

.place-kicker {
    margin-bottom: 10px;
    color: var(--clay);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.place-copy h3 {
    margin-bottom: 14px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 0.98;
}

.place-copy > p:not(.place-kicker) {
    max-width: 650px;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 1.03rem;
}

.place-points {
    display: grid;
    gap: 9px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.place-points li {
    position: relative;
    padding-left: 22px;
    color: var(--ink);
    font-weight: 700;
}

.place-points li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.7em;
    left: 0;
    background: var(--gold);
    box-shadow: 0 0 0 3px rgba(217, 163, 40, 0.22);
}

.place-action {
    display: inline-block;
    align-self: flex-start;
    padding: 10px 14px;
    border: 1px solid var(--green-900);
    background: var(--green-900);
    color: var(--white);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.place-modal {
    width: min(940px, calc(100% - 32px));
    max-height: 88svh;
    margin: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
}

.place-modal::backdrop {
    background: rgba(7, 51, 31, 0.72);
}

.place-modal-card {
    min-height: 420px;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-top: 6px solid var(--gold);
    background: var(--white);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.place-modal-card > img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.place-modal-body {
    max-height: 82svh;
    overflow-y: auto;
    padding: clamp(28px, 4.5vw, 52px);
}

.place-modal-body h2 {
    margin-bottom: 16px;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(2rem, 4.4vw, 3.3rem);
    font-weight: 900;
    line-height: 1;
}

.place-modal-body p {
    color: var(--muted);
}

.modal-close {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid var(--green-900);
    background: var(--white);
    color: var(--green-900);
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus-visible {
    background: var(--gold);
    outline: 0;
}

.place-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    border: 1px solid var(--line);
}

.place-facts div {
    min-width: 0;
    padding: 16px;
    border-right: 1px solid var(--line);
}

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

.place-facts strong {
    display: block;
    margin-bottom: 4px;
    color: var(--clay);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.place-facts span {
    display: block;
    color: var(--green-900);
    font-weight: 800;
}

.editor-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.editor-hero-actions form,
.editor-inline-form {
    margin: 0;
}

.editor-section-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: -10px 0 28px;
    padding: 14px;
    border: 1px solid var(--line);
    background: var(--cream);
}

.editor-section-actions span {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.editor-inline-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.editor-card-actions {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.blog-featured-story .editor-card-actions,
.blog-card .editor-card-actions {
    top: 14px;
    bottom: auto;
}

.flagship-event,
.event-ledger article,
.event-list article {
    position: relative;
}

.event-ledger .editor-card-actions,
.event-list .editor-card-actions {
    position: static;
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 4px;
}

.event-ledger .editor-card-actions {
    grid-column: 1 / -1;
}

.flagship-event .editor-card-actions {
    right: 18px;
    bottom: 18px;
}

.editor-card-actions form {
    margin: 0;
}

.editor-pill {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border: 1px solid var(--green-900);
    background: var(--white);
    color: var(--green-900);
    font: inherit;
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    cursor: pointer;
}

.editor-pill-muted {
    border-color: var(--clay);
    color: var(--clay);
}

.editor-inactive-item {
    opacity: 0.62;
}

.editor-inactive-item::before {
    content: "Inactive";
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    padding: 7px 10px;
    background: var(--clay);
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.editor-dialog {
    width: min(760px, calc(100% - 28px));
    max-height: 88svh;
    margin: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.editor-dialog::backdrop {
    background: rgba(0, 63, 37, 0.74);
}

.editor-form {
    max-height: 88svh;
    overflow-y: auto;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid var(--line);
    border-top: 6px solid var(--gold);
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.editor-dialog-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.editor-dialog-head h2,
.editor-page h1 {
    margin: 0;
    color: var(--green-900);
    font-family: var(--display-font);
    font-size: clamp(1.8rem, 4vw, 3.1rem);
    line-height: 1;
}

.editor-field {
    margin-bottom: 16px;
}

.editor-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--green-900);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.editor-field-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.editor-field-check label {
    margin: 0;
    order: 2;
}

.editor-input {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: var(--white);
    color: var(--ink);
    font: inherit;
}

.editor-field textarea.editor-input {
    resize: vertical;
}

.editor-field input[type="checkbox"].editor-input {
    width: auto;
    min-height: auto;
}

.editor-field strong {
    display: block;
    margin-top: 6px;
    color: var(--clay);
    font-size: 0.84rem;
}

.editor-form-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
}

.editor-page-inner {
    max-width: 860px;
}

.editor-form-page {
    box-shadow: none;
}

.editor-empty-state {
    padding: 28px;
    border: 1px solid var(--line);
    background: var(--white);
}

.editor-empty-state h3 {
    color: var(--green-900);
    font-family: var(--display-font);
}

.contact-classic {
    grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 1.18fr);
}

.classic-form {
    padding: clamp(24px, 4vw, 38px);
}

.form-row {
    margin-bottom: 18px;
}

.classic-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--green-900);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.classic-form input,
.classic-form select,
.classic-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 0;
    padding: 11px 12px;
    background: var(--paper);
    color: var(--ink);
    font: inherit;
}

.classic-form textarea {
    resize: vertical;
}

.login-hero {
    min-height: min(460px, 48svh);
}

.login-panel-wrap {
    display: grid;
    justify-content: center;
}

.login-panel {
    width: min(520px, 100%);
}

.login-panel h2 {
    margin-bottom: 20px;
}

.login-error {
    padding: 12px 14px;
    border-left: 5px solid var(--clay);
    background: #fff4ed;
    color: var(--clay);
    font-weight: 800;
}

.login-note {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.map-section {
    height: 440px;
    border-top: 1px solid var(--line);
    background: var(--cream);
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.site-footer {
    padding: 48px 0 24px;
    border-top: 5px solid var(--gold);
    background:
        linear-gradient(140deg, rgba(0, 63, 37, 0.98), rgba(13, 86, 120, 0.72)),
        var(--green-900);
    color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(280px, 1.3fr) repeat(2, minmax(180px, 0.7fr));
    gap: 36px;
}

.footer-brand {
    align-items: flex-start;
}

.footer-logo-card {
    width: 156px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 10px;
    border: 3px double rgba(217, 154, 25, 0.86);
    background: var(--white);
}

.footer-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-brand strong,
.footer-links h2 {
    color: var(--white);
    font-family: var(--display-font);
    font-size: 1.18rem;
}

.footer-brand p {
    max-width: 480px;
    margin: 8px 0 0;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 8px;
}

.footer-links h2 {
    margin-bottom: 8px;
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: var(--gold);
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.84rem;
}

@media (max-width: 960px) {
    .top-strip-inner,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .top-strip-inner {
        padding: 10px 0;
    }

    .identity-nav-inner {
        min-height: 76px;
        gap: 18px;
        padding-left: 0;
    }

    .brand {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        padding: 0;
        transform: none;
    }

    .brand-logo {
        width: clamp(108px, 15vw, 128px);
    }

    .nav-links {
        flex: 1 1 auto;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .nav-links a {
        flex: 0 0 auto;
        min-height: 76px;
    }

    .notice-board-inner,
    .newspaper-grid,
    .flagship-event,
    .event-ledger,
    .blog-lead-layout,
    .blog-featured-story > a,
    .classic-heading-row,
    .blog-card-grid,
    .blog-preview-grid,
    .feature-columns,
    .heritage-panel,
    .contact-classic,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .notice-board-inner div,
    .notice-board-inner div:last-child,
    .event-ledger article {
        border-right: 0;
        border-left: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .event-ledger article:last-child {
        border-bottom: 0;
    }

    .place-feature-link,
    .place-feature:nth-child(even) .place-feature-link,
    .place-modal-card {
        grid-template-columns: 1fr;
    }

    .place-feature:nth-child(even) .place-feature-link figure {
        order: 0;
        border-left: 0;
        border-right: 0;
    }

    .event-list article,
    .blog-list article {
        grid-template-columns: 1fr;
    }

    .place-feature-link figure {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .place-feature-link img {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .place-modal-card > img {
        aspect-ratio: 16 / 9;
        min-height: 0;
        height: auto;
    }

    .place-modal-body {
        max-height: 54svh;
    }

    .place-facts {
        grid-template-columns: 1fr;
    }

    .place-facts div,
    .place-facts div:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

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

    .blog-list img {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .blog-featured-story > a {
        min-height: 0;
        display: grid;
    }

    .blog-featured-story img {
        position: relative;
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .blog-featured-story > a::after {
        display: none;
    }

    .blog-featured-copy {
        width: auto;
        margin: 0;
        border-left: 0;
        border-top: 5px solid var(--gold);
        background: var(--green-900);
    }
}

@media (max-width: 560px) {
    .top-strip-inner,
    .identity-nav-inner,
    .hero-inner,
    .article-title,
    .article-body,
    .notice-board-inner,
    .section-inner,
    .tourism-banner-inner,
    .footer-inner,
    .footer-bottom {
        width: min(100% - 24px, 1220px);
    }

    .brand {
        align-items: flex-start;
        margin: 0;
        padding: 0;
    }

    .brand-logo {
        width: clamp(96px, 27vw, 118px);
    }

    .brand-mark {
        width: 50px;
        height: 50px;
    }

    .brand-mark-image {
        padding: 5px;
    }

    .brand-copy strong {
        font-size: 1.45rem;
    }

    .brand-copy small {
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .footer-logo-card {
        width: 128px;
    }

    .nav-links a {
        min-height: 58px;
        padding: 0 16px;
        font-size: 0.82rem;
    }

    .hero {
        min-height: 70svh;
    }

    .hero h1 {
        font-size: clamp(2.5rem, 15vw, 4.5rem);
    }

    .hero-actions .button,
    .tourism-banner .button,
    .classic-form .button {
        width: 100%;
    }

    .travel-ledger dl div,
    .principle-list article,
    .event-ledger article,
    .event-list article {
        grid-template-columns: 1fr;
    }

    .event-list article,
    .blog-list article > div,
    .blog-featured-copy,
    .blog-editor-panel,
    .blog-card div,
    .blog-preview-grid article > div {
        padding: 18px;
    }

    .section {
        padding: 44px 0;
    }
}
