@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap');

:root {
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 30px;
    --container: 1180px;
    --section-space: clamp(4rem, 7vw, 7rem);
    --bg: #ffffff;
    --bg-soft: #f7f8f4;
    --bg-accent-soft: #f4f8f1;
    --bg-accent: #edf5e8;
    --surface: #ffffff;
    --surface-soft: #f9fbf5;
    --surface-strong: #e7efe0;
    --text: #1f2933;
    --text-muted: #5b6670;
    --heading: #162118;
    --primary: #2f6b2f;
    --primary-hover: #245624;
    --secondary: #5fa43a;
    --border: #d9e2d3;
    --border-strong: #cbd7c5;
    --card-bg: #ffffff;
    --card-bg-soft: #f9fbf5;
    --topbar-bg: rgba(255, 255, 255, 0.88);
    --topbar-bg-end: rgba(247, 248, 244, 0.95);
    --header-bg: rgba(255, 255, 255, 0.84);
    --page-radial-1: rgba(47, 107, 47, 0.18);
    --page-radial-2: rgba(95, 164, 58, 0.14);
    --hero-overlay-1: rgba(47, 107, 47, 0.05);
    --hero-overlay-2: rgba(95, 164, 58, 0.08);
    --chip-bg: #e5f3e7;
    --chip-bg-hover: #d6ebd8;
    --dropdown-bg: rgba(255, 255, 255, 0.96);
    --menu-hover-bg: #e9f3e5;
    --button-shadow: rgba(47, 107, 47, 0.18);
    --button-shadow-hover: rgba(47, 107, 47, 0.24);
    --brand-mark-shadow: rgba(47, 107, 47, 0.22);
    --cta-border: rgba(47, 107, 47, 0.14);
    --focus-ring: rgba(95, 164, 58, 0.18);
    --focus-border: rgba(95, 164, 58, 0.45);
    --mobile-nav-bg: rgba(255, 255, 255, 0.95);
    --placeholder-bg: linear-gradient(180deg, #fcfef9, #edf5e7);
    --placeholder-radial: rgba(95, 164, 58, 0.18);
    --placeholder-border: rgba(47, 107, 47, 0.18);
    --footer-bg: linear-gradient(180deg, #eff5e8, #f8faf5);
    --shadow-soft: rgba(31, 41, 51, 0.08);
    --shadow-card: rgba(31, 41, 51, 0.1);
    --notice-success-bg: #edf9ee;
    --notice-success-text: #246640;
    --notice-error-bg: #fff1f1;
    --notice-error-text: #9d2a2a;
}

body.site-body.theme-light {
    --bg: #ffffff;
    --bg-soft: #f7f8f4;
    --bg-accent-soft: #f4f8f1;
    --bg-accent: #edf5e8;
    --surface: #ffffff;
    --surface-soft: #f9fbf5;
    --surface-strong: #e7efe0;
    --text: #1f2933;
    --text-muted: #5b6670;
    --heading: #162118;
    --primary: #2f6b2f;
    --primary-hover: #245624;
    --secondary: #5fa43a;
    --border: #d9e2d3;
    --border-strong: #cbd7c5;
    --card-bg: #ffffff;
    --card-bg-soft: #f9fbf5;
    --topbar-bg: rgba(255, 255, 255, 0.88);
    --topbar-bg-end: rgba(247, 248, 244, 0.95);
    --header-bg: rgba(255, 255, 255, 0.84);
    --page-radial-1: rgba(47, 107, 47, 0.18);
    --page-radial-2: rgba(95, 164, 58, 0.14);
    --hero-overlay-1: rgba(47, 107, 47, 0.05);
    --hero-overlay-2: rgba(95, 164, 58, 0.08);
    --chip-bg: #e5f3e7;
    --chip-bg-hover: #d6ebd8;
    --dropdown-bg: rgba(255, 255, 255, 0.96);
    --menu-hover-bg: #e9f3e5;
    --button-shadow: rgba(47, 107, 47, 0.18);
    --button-shadow-hover: rgba(47, 107, 47, 0.24);
    --brand-mark-shadow: rgba(47, 107, 47, 0.22);
    --cta-border: rgba(47, 107, 47, 0.14);
    --focus-ring: rgba(95, 164, 58, 0.18);
    --focus-border: rgba(95, 164, 58, 0.45);
    --mobile-nav-bg: rgba(255, 255, 255, 0.95);
    --placeholder-bg: linear-gradient(180deg, #fcfef9, #edf5e7);
    --placeholder-radial: rgba(95, 164, 58, 0.18);
    --placeholder-border: rgba(47, 107, 47, 0.18);
    --footer-bg: linear-gradient(180deg, #eff5e8, #f8faf5);
    --shadow-soft: rgba(31, 41, 51, 0.08);
    --shadow-card: rgba(31, 41, 51, 0.1);
    --notice-success-bg: #edf9ee;
    --notice-success-text: #246640;
    --notice-error-bg: #fff1f1;
    --notice-error-text: #9d2a2a;
}

body.site-body.theme-dark {
    --bg: #0f1510;
    --bg-soft: #161d17;
    --bg-accent-soft: #1c241d;
    --bg-accent: #121912;
    --surface: #182019;
    --surface-soft: #131b14;
    --surface-strong: #203022;
    --text: #f5f7f2;
    --text-muted: #b7c1b2;
    --heading: #ffffff;
    --primary: #5fa43a;
    --primary-hover: #78bb4d;
    --secondary: #2f6b2f;
    --border: #2b382d;
    --border-strong: #354438;
    --card-bg: rgba(255, 255, 255, 0.06);
    --card-bg-soft: rgba(255, 255, 255, 0.08);
    --topbar-bg: rgba(255, 255, 255, 0.02);
    --topbar-bg-end: rgba(22, 29, 23, 0.96);
    --header-bg: rgba(15, 21, 16, 0.86);
    --page-radial-1: rgba(95, 164, 58, 0.2);
    --page-radial-2: rgba(47, 107, 47, 0.14);
    --hero-overlay-1: rgba(95, 164, 58, 0.12);
    --hero-overlay-2: rgba(120, 187, 77, 0.1);
    --chip-bg: rgba(255, 255, 255, 0.05);
    --chip-bg-hover: rgba(255, 255, 255, 0.1);
    --dropdown-bg: rgba(15, 21, 16, 0.95);
    --menu-hover-bg: rgba(255, 255, 255, 0.06);
    --button-shadow: rgba(95, 164, 58, 0.18);
    --button-shadow-hover: rgba(95, 164, 58, 0.28);
    --brand-mark-shadow: rgba(95, 164, 58, 0.24);
    --cta-border: rgba(95, 164, 58, 0.16);
    --focus-ring: rgba(120, 187, 77, 0.18);
    --focus-border: rgba(120, 187, 77, 0.42);
    --mobile-nav-bg: rgba(24, 32, 25, 0.96);
    --placeholder-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    --placeholder-radial: rgba(120, 187, 77, 0.18);
    --placeholder-border: rgba(120, 187, 77, 0.22);
    --footer-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    --shadow-soft: rgba(0, 0, 0, 0.22);
    --shadow-card: rgba(0, 0, 0, 0.3);
    --notice-success-bg: rgba(95, 164, 58, 0.14);
    --notice-success-text: #d9f8db;
    --notice-error-bg: rgba(180, 58, 58, 0.14);
    --notice-error-text: #ffd7d7;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: 'Barlow', 'Segoe UI', sans-serif;
}

body.site-body {
    color: var(--text);
    background:
        radial-gradient(circle at top left, var(--page-radial-1), transparent 24%),
        radial-gradient(circle at top right, var(--page-radial-2), transparent 18%),
        linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 42%, var(--bg) 100%);
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

button {
    border: 0;
}

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
}

.topbar {
    border-bottom: 1px solid var(--border);
    background: linear-gradient(180deg, var(--topbar-bg), var(--topbar-bg-end));
}

.topbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
}

.topbar-wrap p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.topbar-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.topbar-links a {
    color: var(--primary);
    font-weight: 700;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--header-bg);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
}

.header-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
    min-height: 92px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(145deg, var(--primary), var(--secondary));
    color: #ffffff;
    box-shadow: 0 14px 30px var(--brand-mark-shadow);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
}

.brand-mark-image-wrap {
    padding: 0.4rem;
    overflow: hidden;
}

.brand-mark-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy strong,
.brand-copy small {
    display: block;
}

.brand-copy strong {
    color: var(--heading);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.brand-copy small {
    color: var(--text-muted);
    font-size: 0.86rem;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.site-nav > a,
.nav-dropdown-link {
    color: var(--text-muted);
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}

.site-nav > a:hover,
.site-nav > a.active,
.nav-dropdown.active .nav-dropdown-link,
.nav-dropdown-link:hover {
    color: var(--heading);
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-head {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-dropdown-toggle {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: var(--chip-bg);
    color: var(--primary);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.nav-dropdown-toggle:hover {
    background: var(--chip-bg-hover);
}

.nav-dropdown-toggle span {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    min-width: 270px;
    padding: 0.9rem;
    display: grid;
    gap: 0.35rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--dropdown-bg);
    box-shadow: 0 24px 60px var(--shadow-card);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.dropdown-menu a {
    padding: 0.85rem 1rem;
    border-radius: 14px;
    color: var(--text-muted);
    transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-menu a:hover {
    background: var(--menu-hover-bg);
    color: var(--heading);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.95rem 1.55rem;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--primary), var(--secondary));
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 28px var(--button-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px var(--button-shadow-hover);
    filter: brightness(1.03);
}

.button-secondary {
    background: transparent;
    color: var(--heading);
    border: 1px solid var(--border-strong);
    box-shadow: none;
}

body.site-body.theme-light .button-secondary {
    background: var(--surface);
}

body.site-body.theme-dark .button-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
}

body.site-body.theme-light .button-secondary:hover {
    background: var(--bg-accent-soft);
}

.nav-toggle {
    display: none;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 16px;
    background: var(--chip-bg);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px auto;
    background: var(--heading);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.site-main {
    min-height: calc(100vh - 220px);
}

.hero,
.page-hero {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.hero-home::before,
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, var(--hero-overlay-1), transparent 38%),
        radial-gradient(circle at 82% 18%, var(--hero-overlay-2), transparent 24%);
    pointer-events: none;
}

.hero-grid,
.split-section,
.contact-grid,
.detail-grid,
.footer-grid,
.card-grid,
.feature-grid {
    display: grid;
    gap: 1.5rem;
}

.hero-grid,
.split-section {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
}

.hero-home .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.84fr);
    gap: 2rem;
}

.contact-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
}

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

.footer-grid {
    grid-template-columns: 1.3fr 0.85fr 0.85fr;
}

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

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: '';
    width: 34px;
    height: 1px;
    background: currentColor;
}

h1,
h2,
h3 {
    margin: 0 0 1rem;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: var(--heading);
}

h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 7vw, 6rem);
}

.hero-home h1 {
    max-width: 11ch;
    margin-bottom: 0.85rem;
    font-size: clamp(4.75rem, 6vw, 5.55rem);
    line-height: 0.9;
    text-wrap: balance;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
    font-size: 1.4rem;
}

p {
    margin: 0 0 1rem;
    color: var(--text-muted);
    line-height: 1.72;
    font-size: 1.02rem;
}

.lead {
    max-width: 44rem;
    font-size: 1.18rem;
}

.hero-home {
    padding: clamp(2rem, 3.8vw, 3rem) 0 clamp(1.6rem, 3vw, 2.3rem);
}

.hero-home .lead {
    max-width: 34rem;
    font-size: 1.05rem;
}

.section,
.cta-section {
    padding: var(--section-space) 0;
}

.section-alt {
    position: relative;
}

body.site-body.theme-light .section-alt {
    background: linear-gradient(180deg, rgba(231, 239, 224, 0.46), rgba(255, 255, 255, 0));
}

body.site-body.theme-dark .section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.section-alt::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

body.site-body.theme-light .section-alt::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
}

body.site-body.theme-dark .section-alt::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.card,
.visual-card,
.feature-box,
.cta-panel {
    position: relative;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 60px var(--shadow-card);
}

body.site-body.theme-light .card,
body.site-body.theme-light .visual-card,
body.site-body.theme-light .feature-box,
body.site-body.theme-light .cta-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 251, 245, 0.98));
}

body.site-body.theme-dark .card,
body.site-body.theme-dark .visual-card,
body.site-body.theme-dark .feature-box,
body.site-body.theme-dark .cta-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        var(--card-bg);
}

.card,
.visual-card,
.cta-panel {
    padding: clamp(1.4rem, 2vw, 2rem);
}

.service-card {
    height: 100%;
}

.service-kicker {
    margin-bottom: 0.85rem;
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.feature-box {
    padding: 1.5rem;
}

body.site-body.theme-light .feature-box {
    background: linear-gradient(180deg, #ffffff, #f4f8ef);
}

.feature-box h3 {
    margin: 0;
    color: var(--heading);
    font-size: 1.15rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.hero-home .button-row {
    margin-top: 1rem;
}

.hero-home .visual-card {
    padding: 1.4rem;
}

.hero-home .placeholder-art {
    min-height: 240px;
}

.visual-card-image {
    display: block;
    width: 100%;
    min-height: 340px;
    border-radius: 24px;
    object-fit: cover;
}

.hero-home .visual-card-image {
    min-height: 240px;
}

.placeholder-art,
.map-placeholder {
    min-height: 340px;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    gap: 0.25rem;
    padding: 2.25rem;
    border-radius: 24px;
    border: 1px dashed var(--placeholder-border);
    background:
        radial-gradient(circle at top, var(--placeholder-radial), transparent 34%),
        var(--placeholder-bg);
}

.placeholder-art span,
.map-placeholder span {
    display: block;
    color: var(--heading);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.winter {
    background:
        radial-gradient(circle at top, rgba(168, 207, 232, 0.18), transparent 34%),
        linear-gradient(180deg, #fcfefe, #edf5f8);
}

body.site-body.theme-dark .winter {
    background:
        radial-gradient(circle at top, rgba(180, 224, 255, 0.16), transparent 35%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.feature-list,
.contact-list,
.site-footer ul {
    margin: 0;
    padding-left: 1.2rem;
}

.feature-list li,
.contact-list li,
.site-footer li {
    margin-bottom: 0.85rem;
    color: var(--text-muted);
    line-height: 1.65;
}

.text-link {
    color: var(--primary);
    font-weight: 700;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-color: var(--cta-border);
}

body.site-body.theme-light .cta-panel {
    background:
        radial-gradient(circle at left top, rgba(63, 164, 92, 0.16), transparent 28%),
        linear-gradient(135deg, #eff7ea 0%, #f9fcf6 100%);
}

body.site-body.theme-dark .cta-panel {
    background:
        radial-gradient(circle at left top, rgba(120, 187, 77, 0.18), transparent 28%),
        linear-gradient(135deg, #101b13 0%, #18281d 100%);
}

.cta-panel h2,
.cta-panel p {
    color: var(--heading);
}

body.site-body.theme-light .cta-panel p {
    color: var(--text-muted);
}

body.site-body.theme-dark .cta-panel p {
    color: var(--text);
}

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

.form-grid label,
.admin-settings-group {
    display: grid;
    gap: 0.55rem;
}

.form-grid span,
.admin-settings-group > span {
    color: var(--heading);
    font-weight: 700;
}

.admin-settings-group p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
    width: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
}

body.site-body.theme-light .form-grid input,
body.site-body.theme-light .form-grid textarea,
body.site-body.theme-light .form-grid select {
    color: var(--text);
    background: #fcfdfa;
}

body.site-body.theme-dark .form-grid input,
body.site-body.theme-dark .form-grid textarea,
body.site-body.theme-dark .form-grid select {
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
}

.form-grid input:focus,
.form-grid textarea:focus,
.form-grid select:focus {
    outline: 2px solid var(--focus-ring);
    border-color: var(--focus-border);
}

.contact-sidebar {
    display: grid;
    gap: 1rem;
}

.notice {
    margin-bottom: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 16px;
    border: 1px solid var(--border);
}

.notice.success {
    background: var(--notice-success-bg);
    color: var(--notice-success-text);
}

.notice.error {
    background: var(--notice-error-bg);
    color: var(--notice-error-text);
}

.site-footer {
    margin-top: 2rem;
    padding: 3rem 0 1.75rem;
    border-top: 1px solid var(--border);
    background: var(--footer-bg);
}

.site-footer h2,
.site-footer h3 {
    margin-bottom: 0.8rem;
    color: var(--heading);
}

.site-footer p,
.site-footer li,
.site-footer a {
    color: var(--text-muted);
}

.site-footer ul {
    list-style: none;
    padding-left: 0;
}

.footer-brand-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.footer-brand-mark {
    flex: 0 0 auto;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}

.admin-body {
    background: #edf1e7;
}

.admin-shell {
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 100vh;
}

.admin-auth-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
}

.admin-auth-card {
    width: min(100%, 420px);
}

.admin-auth-card h1,
.admin-auth-card h2,
.admin-auth-card h3 {
    margin: 0 0 1rem;
    color: #142419;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 2.8rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.admin-auth-card p {
    margin: 0 0 1rem;
    color: #4c6253;
    font-size: 1rem;
    line-height: 1.7;
}

.admin-auth-card .eyebrow {
    color: #2f6b2f;
}

.admin-auth-card .card,
.admin-auth-card.card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 244, 0.98));
}

.admin-auth-card .form-grid,
.admin-auth-card.form-grid {
    gap: 1rem;
}

.admin-auth-card .button {
    width: 100%;
}

.admin-auth-card .button-secondary {
    background: #ffffff;
    color: #142419;
    border: 1px solid #cdd8c8;
}

.admin-sidebar {
    background: #16241c;
    color: #fff;
    padding: 2rem 1.5rem;
}

.admin-sidebar h1 {
    margin: 0;
    color: #ffffff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.35rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.admin-sidebar nav {
    display: grid;
    gap: 0.8rem;
    margin-top: 2rem;
}

.admin-sidebar a {
    color: rgba(255, 255, 255, 0.85);
}

.admin-content {
    padding: 2rem;
}

.admin-content h1,
.admin-content h2,
.admin-content h3 {
    max-width: none;
    color: #142419;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.03em;
}

.admin-content h1 {
    font-size: clamp(2.1rem, 5vw, 3.2rem);
    line-height: 1.02;
}

.admin-content h2 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.08;
}

.admin-content h3 {
    font-size: 1.25rem;
    line-height: 1.15;
}

.admin-content p {
    color: #5a6e60;
}

.admin-content .card h3,
.admin-content .card p,
.admin-content .card a {
    position: relative;
    z-index: 1;
}

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

.table th,
.table td {
    padding: 0.85rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
}

@media (max-width: 1180px) {
    .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-home .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
        gap: 1.5rem;
    }

    .hero-home h1 {
        font-size: clamp(3.4rem, 5.2vw, 4.5rem);
    }
}

@media (max-width: 980px) {
    .topbar-wrap {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.75rem 0;
    }

    .footer-bottom {
        display: block;
    }

    .header-wrap {
        grid-template-columns: auto auto;
        gap: 1rem;
        min-height: 80px;
    }

    .brand {
        min-width: 0;
    }

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

    .brand-copy strong,
    .brand-copy small {
        overflow-wrap: anywhere;
    }

    .nav-toggle {
        display: inline-grid;
        justify-self: end;
        place-items: center;
    }

    .header-cta {
        display: none;
    }

    .site-nav {
        grid-column: 1 / -1;
        display: none;
        align-items: stretch;
        gap: 0.25rem;
        margin-top: 0.5rem;
        padding: 1rem;
        border: 1px solid var(--border);
        border-radius: 24px;
        background: var(--mobile-nav-bg);
        box-shadow: 0 18px 42px var(--shadow-soft);
    }

    .site-nav.is-open {
        display: grid;
    }

    .site-nav > a,
    .nav-dropdown-link {
        display: block;
        padding: 0.9rem 0.2rem;
    }

    .nav-dropdown-head {
        justify-content: space-between;
        width: 100%;
        padding: 0.2rem 0;
    }

    .dropdown-menu {
        position: static;
        min-width: 0;
        margin-top: 0.35rem;
        padding: 0.55rem;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        display: none;
        background: var(--surface-soft);
    }

    .nav-dropdown:hover .dropdown-menu,
    .nav-dropdown:focus-within .dropdown-menu {
        transform: none;
    }

    .nav-dropdown.is-open .dropdown-menu {
        display: grid;
    }

    .nav-dropdown.is-open .nav-dropdown-toggle span {
        transform: rotate(225deg) translateY(1px);
    }

    .hero-grid,
    .split-section,
    .contact-grid,
    .detail-grid,
    .footer-grid,
    .card-grid,
    .feature-grid,
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .hero-home .hero-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .hero-home h1 {
        max-width: 10ch;
        font-size: clamp(2.7rem, 8vw, 3.8rem);
        line-height: 0.94;
    }

    .hero-home .lead {
        max-width: 42rem;
    }

    .hero-home .visual-card {
        width: 100%;
        max-width: 34rem;
        justify-self: center;
    }
}

@media (max-width: 720px) {
    .container {
        width: min(calc(100% - 1.25rem), var(--container));
    }

    h1 {
        max-width: none;
        font-size: clamp(2.6rem, 12vw, 4rem);
    }

    h2 {
        font-size: clamp(1.9rem, 8vw, 2.8rem);
    }

    .button-row,
    .cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-wrap p,
    .topbar-links {
        width: 100%;
    }

    .topbar-links {
        gap: 0.75rem;
    }

    .hero-home {
        padding: 1.6rem 0 2rem;
    }

    .hero-home .hero-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hero-home h1 {
        max-width: 9ch;
        font-size: clamp(2.35rem, 11vw, 3.15rem);
        line-height: 0.96;
    }

    .hero-home .lead {
        font-size: 1rem;
    }

    .hero-home .eyebrow {
        margin-bottom: 0.75rem;
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    .hero-home .visual-card,
    .hero-home .placeholder-art,
    .hero-home .visual-card-image {
        min-height: 220px;
    }

    .hero-home .visual-card {
        max-width: 100%;
    }

    .placeholder-art,
    .map-placeholder {
        min-height: 260px;
    }

    .footer-brand-row {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .topbar-links {
        gap: 0.65rem;
    }

    .site-header {
        backdrop-filter: blur(12px);
    }

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

    .header-wrap {
        min-height: 72px;
    }

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

    .brand-copy small {
        font-size: 0.8rem;
    }

    .hero-home {
        padding-top: 1.2rem;
    }

    .hero-home .hero-grid {
        gap: 0.9rem;
    }

    .hero-home h1 {
        max-width: none;
        font-size: clamp(2.1rem, 10.8vw, 2.85rem);
        line-height: 0.98;
    }

    .hero-home .button-row {
        width: 100%;
        gap: 0.75rem;
    }

    .hero-home .button,
    .hero-home .button-secondary {
        width: 100%;
    }

    .hero-home .lead {
        max-width: none;
        font-size: 0.98rem;
    }

    .hero-home .visual-card,
    .hero-home .placeholder-art,
    .hero-home .visual-card-image {
        min-height: 190px;
    }

    .card,
    .visual-card,
    .cta-panel {
        padding: 1.25rem;
    }
}
