:root {
    --bg: #eef1eb;
    --surface: #fffdf6;
    --surface-soft: #f4efe4;
    --ink: #162118;
    --muted: #5a665b;
    --line: rgba(22, 33, 24, 0.1);
    --brand: #15814a;
    --brand-dark: #0c5a31;
    --brand-soft: #0c5a31;
    --accent: #c49f61;
    --shadow: 0 24px 60px rgba(17, 27, 19, 0.1);
    --sticker-shadow: 0 12px 0 rgba(8, 36, 20, 0.18), 0 18px 36px rgba(10, 25, 15, 0.16);
    --radius-lg: 36px;
    --radius-md: 24px;
    --radius-sm: 16px;
    --max-width: 1240px;
    --header-width: 1780px;
    --font-title: "Bebas Neue", sans-serif;
    --font-body: "Montserrat", sans-serif;
    --button-bg: #15814a;
    --button-glow: #0c5a31;
    --button-ink: #12220f;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scrollbar-color: rgba(17, 127, 72, 0.96) rgba(22, 33, 24, 0.08);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(22, 33, 24, 0.08);
}

::-webkit-scrollbar-thumb {
    background: rgba(17, 127, 72, 0.96);
    border-radius: 999px;
    border: 2px solid rgba(22, 33, 24, 0.08);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(17, 127, 72, 1);
}

body {
    min-height: 100vh;
    font-family: var(--font-body);
    color: var(--ink);
    background: linear-gradient(180deg, #edf3ed 0%, #e6ebdf 100%);
}

body.nav-open,
body.gallery-open {
    overflow: hidden;
}

.skip-link {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 120;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    color: var(--ink);
    font-weight: 800;
    transform: translateY(-140%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

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

svg {
    display: block;
}

.page-shell {
    position: relative;
    min-height: 100vh;
}

.page-main {
    padding-bottom: 48px;
}

.section-block,
.site-footer,
.error-view {
    width: min(calc(100% - 32px), var(--max-width));
    margin-inline: auto;
}

.section-block,
.error-view {
    margin-top: 32px;
}

.site-header {
    left: 0;
    width: 100%;
    z-index: 30;
}

.page-home .site-header {
    position: absolute;
    top: 0;
    padding-top: 28px;
}

.page-about .site-header {
    padding: 24px 0 0;
}

.page-news .site-header {
    padding: 24px 0 0;
}

.page-error .site-header {
    position: static;
    padding: 24px 0 0;
}

.site-header__inner {
    width: min(calc(100% - 64px), var(--header-width));
    margin-inline: auto;
    display: grid;
    gap: 26px;
}

.page-about .site-header__inner,
.page-news .site-header__inner,
.page-error .site-header__inner {
    padding: 24px 28px;
    border-radius: 30px;
    background: rgba(255, 253, 246, 0.92);
    box-shadow: var(--shadow);
}

.page-about .site-header__main,
.page-news .site-header__main,
.page-error .site-header__main {
    background: rgba(21, 129, 74, 0.06);
    box-shadow: inset 0 0 0 1px rgba(21, 129, 74, 0.1);
}

.site-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.social-links__list,
.header-actions__list {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.icon-link,
.header-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.icon-link {
    width: 46px;
    height: 46px;
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
}

.icon-link i {
    font-size: 1.38rem;
}

.header-pill {
    padding: 16px 33px;
    border: none;
    border-radius: 9px;
    background: var(--button-bg);
    color: var(--button-ink);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
}

.header-pill i {
    font-size: 1rem;
}

.site-header__main {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 38px;
    background: rgba(8, 18, 29, 0.2);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 48px rgba(4, 10, 16, 0.16);
}

.site-nav {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 34px;
}

.site-nav__group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(14px, 1.4vw, 24px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__group--right {
    justify-content: flex-end;
}

.site-nav__group li {
    display: flex;
}

.site-nav a {
    color: #fff;
    font-size: clamp(1rem, 1.25vw, 1.28rem);
    font-weight: 800;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.22);
}

.site-nav__group a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 22px;
    color: #fff;
    font-size: clamp(0.92rem, 1.02vw, 1.08rem);
    font-weight: 900;
    letter-spacing: 0.01em;
    text-shadow: none;
    white-space: nowrap;
}

.site-nav__group a[aria-current="page"] {
    background: #fef8ea;
    color: var(--brand);
    box-shadow: 0 14px 0 rgba(8, 36, 20, 0.14), 0 24px 40px rgba(10, 25, 15, 0.14);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.icon-link:hover,
.icon-link:focus-visible,
.header-pill:hover,
.header-pill:focus-visible {
    opacity: 0.88;
}

.header-pill:hover,
.header-pill:focus-visible {
    opacity: 1;
    box-shadow: 7px 5px 56px -14px var(--button-glow);
}

.header-pill:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--button-glow);
}

.site-nav__group a:hover,
.site-nav__group a:focus-visible {
    opacity: 1;
    background: #fef8ea;
    color: var(--brand);
    transform: translateY(-4px) rotate(0deg);
    box-shadow: 0 14px 0 rgba(8, 36, 20, 0.16), 0 24px 40px rgba(10, 25, 15, 0.16);
}

.brand {
    display: grid;
    justify-items: center;
    line-height: 1;
    color: var(--brand);
}

.brand--header {
    padding: 0;
    text-align: center;
}

.site-nav .brand--header {
    color: var(--brand);
    text-shadow: none;
    padding-inline: 10px;
}

.site-nav .brand--header:hover,
.site-nav .brand--header:focus-visible {
    opacity: 1;
}

.brand--mobile {
    display: none;
    margin-right: auto;
    justify-items: start;
}

.brand__image {
    display: block;
    width: clamp(155px, 10vw, 349px);
    height: auto;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.2));
}

.brand__image--mobile {
    width: clamp(180px, 34vw, 240px);
}

.page-home .brand__image {
    filter: brightness(0) invert(1) drop-shadow(0 10px 28px rgba(0, 0, 0, 0.28));
}

.brand__line {
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.34em;
}

.brand__line--name {
    font-size: clamp(2.8rem, 3.2vw, 4.8rem);
    letter-spacing: 0.22em;
}

.brand__line--subtitle {
    margin-top: 6px;
    font-size: 1.12rem;
    letter-spacing: 0.18em;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
}

.site-nav-backdrop,
.site-nav__mobile-top,
.site-nav__mobile-actions,
.site-nav__socials,
.site-nav__close {
    display: none;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero--home {
    min-height: 980px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(6, 17, 28, 0.82) 0%, rgba(6, 17, 28, 0.62) 32%, rgba(6, 17, 28, 0.2) 62%, rgba(6, 17, 28, 0.44) 100%),
        linear-gradient(180deg, rgba(122, 149, 185, 0.1) 0%, rgba(16, 18, 22, 0.18) 44%, rgba(32, 23, 18, 0.38) 100%),
        linear-gradient(180deg, #9fb8d5 0%, #687991 45%, #524941 100%);
}

.hero--home::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, transparent 26%, rgba(0, 0, 0, 0.24) 100%);
}

.hero--home .jarallax-img {
    filter: saturate(1.02) contrast(1.04);
    transform: scale(1.06);
}

.hero__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), var(--max-width));
    margin-inline: auto;
    padding: 370px 0 110px;
}

.hero__content {
    max-width: 820px;
}

.hero__welcome {
    display: inline-flex;
    margin: 0 0 30px;
    padding: 20px 30px;
    background: rgba(17, 127, 72, 0.96);
    color: #fff;
    font-size: clamp(1.24rem, 1.6vw, 1.9rem);
    font-weight: 900;
    box-shadow: 0 22px 44px rgba(6, 47, 26, 0.24);
}

.hero h1 {
    margin: 0;
    max-width: 940px;
    color: #fff;
    font-family: var(--font-title);
    font-size: clamp(4rem, 6vw, 7.2rem);
    line-height: 0.9;
    letter-spacing: -0.03em;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.36);
}

.hero__lead {
    margin: 24px 0 0;
    max-width: 900px;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(1.7rem, 2.2vw, 2.45rem);
    font-weight: 800;
    line-height: 1.22;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 16px 33px;
    border: none;
    border-radius: 9px;
    background: var(--button-bg);
    color: var(--button-ink);
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
}

.button--ghost {
    background: var(--button-bg);
    color: var(--button-ink);
}

.button--light {
    background: var(--button-bg);
    color: var(--button-ink);
}

.button:hover,
.button:focus-visible {
    box-shadow: 7px 5px 56px -14px var(--button-glow);
}

.button:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--button-glow);
}

.hero-cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: -74px;
}

.hero-card-feature {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 28px;
    background: rgba(255, 253, 246, 0.96);
    box-shadow: 0 22px 48px rgba(14, 25, 17, 0.12);
}

.hero-card-feature__icon {
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--brand), var(--brand-dark));
    color: #fff;
    box-shadow: 0 14px 30px rgba(12, 90, 49, 0.22);
}

.hero-card-feature__icon svg {
    width: 28px;
    height: 28px;
}

.hero-card-feature__icon i {
    font-size: 1.6rem;
}

.hero-card-feature h2 {
    margin: 0 0 10px;
    font-family: var(--font-title);
    font-size: 1.42rem;
    line-height: 1.18;
}

.hero-card-feature p {
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
}

.story-banner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) auto;
    gap: 26px;
    align-items: end;
    padding: 42px;
    border-radius: var(--radius-lg);
    color: #fff;
    box-shadow: 0 26px 56px rgba(8, 42, 23, 0.24);
}

.story-banner > *,
.conversion-strip > * {
    position: relative;
    z-index: 1;
}

.home-depth-panel {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: transparent;
}

.home-depth-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
}

.home-depth-panel .jarallax-img {
    filter: saturate(0.98) contrast(1.04);
    transform: scale(1.08);
}

.home-depth-panel--story::before {
    background:
        linear-gradient(115deg, rgba(11, 74, 40, 0.9) 0%, rgba(11, 74, 40, 0.8) 36%, rgba(10, 38, 24, 0.72) 100%),
        radial-gradient(circle at top right, rgba(213, 243, 101, 0.18) 0%, transparent 28%);
}

.home-depth-panel--conversion::before {
    background:
        linear-gradient(135deg, rgba(23, 110, 65, 0.9) 0%, rgba(13, 90, 49, 0.82) 52%, rgba(8, 33, 19, 0.76) 100%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14) 0%, transparent 26%);
}

.story-banner__copy h2 {
    margin: 0 0 16px;
    max-width: 840px;
    font-family: var(--font-title);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.story-banner__copy p {
    margin: 0 0 14px;
    max-width: 860px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.72;
}

.story-banner__copy p:last-child {
    margin-bottom: 0;
}

.story-banner__action {
    display: flex;
    align-items: center;
}

.story-banner--photos-cta .story-banner__copy h2,
.story-banner--photos-cta .story-banner__copy p,
.story-banner--photos-cta .eyebrow--light {
    color: #333333;
}

.service-showcase {
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 246, 0.92);
    box-shadow: var(--shadow);
}

.service-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.service-showcase-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    color: #0f0e0e;
}

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

.service-showcase-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.service-showcase-card__icon {
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgb(0, 0, 0);
}

.service-showcase-card__icon i {
    font-size: 1.7rem;
}

.service-showcase-card__badge {
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-showcase-card h3 {
    margin: 0 0 14px;
    font-family: var(--font-title);
    font-size: 2rem;
    line-height: 1.05;
}

.service-showcase-card p {
    margin: 0;
    color: rgba(18, 18, 18, 0.9);
    line-height: 1.72;
}

.service-showcase-card__list {
    margin: 22px 0 26px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.service-showcase-card__list li {
    position: relative;
    padding-left: 26px;
    color: rgba(32, 32, 32, 0.94);
    line-height: 1.55;
}

.service-showcase-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
}

.service-showcase-card__cta {
    width: fit-content;
}

.conversion-strip {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) auto;
    gap: 22px;
    align-items: center;
    padding: 42px;
    border-radius: var(--radius-lg);
    color: #fff;
    box-shadow: 0 26px 56px rgba(8, 42, 23, 0.24);
}

.conversion-strip__copy h2 {
    margin: 0 0 14px;
    max-width: 780px;
    font-family: var(--font-title);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.06;
}

.conversion-strip__copy p {
    margin: 0;
    max-width: 820px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.72;
}

.conversion-strip__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.news-hub,
.news-related,
.news-article-hero,
.news-article-layout {
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 246, 0.92);
    box-shadow: var(--shadow);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.news-card {
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(18, 27, 19, 0.06);
}

.news-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    background: #d8e3d7;
}

.news-card__media img,
.news-article-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card__body {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.news-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.news-card__category {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--brand-soft);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-card h3,
.news-article-hero__copy h1,
.news-share-card h2,
.news-summary-card h2,
.news-article-cta__copy h2 {
    margin: 0;
    font-family: var(--font-title);
    line-height: 1.12;
}

.news-card h3 {
    font-size: 1.5rem;
}

.news-card p,
.news-author-card p,
.news-summary-card p,
.news-article-content p,
.news-article-cta__copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.74;
}

.news-card__link,
.article-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-weight: 900;
    color: var(--brand-dark);
}

.news-article-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 30px;
    align-items: stretch;
    background:
        radial-gradient(circle at top right, rgba(213, 243, 101, 0.12) 0%, transparent 24%),
        linear-gradient(180deg, rgba(255, 253, 246, 0.96) 0%, rgba(241, 247, 240, 0.96) 100%);
}

.news-article-hero__copy {
    display: grid;
    align-content: start;
    gap: 20px;
}

.news-card__meta--article {
    gap: 12px;
}

.news-article-hero__copy h1 {
    max-width: 900px;
    font-size: clamp(3.1rem, 4.5vw, 5rem);
    line-height: 0.94;
}

.news-article__excerpt {
    margin: 0;
    color: var(--muted);
    max-width: 760px;
    font-size: 1.12rem;
    line-height: 1.8;
}

.article-back {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(21, 129, 74, 0.08);
}

.news-article-meta-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.news-article-meta-bar__item {
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(18, 27, 19, 0.08);
    background: rgba(255, 255, 255, 0.68);
}

.news-article-meta-bar__item span,
.news-author-card__details span,
.news-article-hero__media figcaption {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-article-meta-bar__item strong,
.news-author-card__details strong {
    display: block;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.35;
}

.news-article-hero__media {
    overflow: hidden;
    position: relative;
    display: grid;
    align-content: end;
    border-radius: 32px;
    min-height: 100%;
    background: #d8e3d7;
    border: 1px solid rgba(18, 27, 19, 0.08);
    box-shadow: 0 18px 42px rgba(18, 27, 19, 0.08);
}

.news-article-hero__media img {
    min-height: 420px;
}

.news-article-hero__media figcaption {
    position: absolute;
    align-self: end;
    margin: 0 18px 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(11, 21, 15, 0.66);
    color: #fff;
    backdrop-filter: blur(12px);
}

.news-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
    gap: 28px;
    align-items: start;
}

.news-article-content,
.news-summary-card,
.news-share-card,
.news-author-card {
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(18, 27, 19, 0.06);
}

.news-article-content {
    padding: 38px;
    display: grid;
    gap: 30px;
}

.news-article-prose {
    display: grid;
    gap: 20px;
    max-width: 760px;
}

.news-article-content__lead {
    color: var(--ink);
    font-size: 1.28rem;
    line-height: 1.88;
}

.news-article-content__lead::first-letter {
    float: left;
    margin: 10px 12px 0 0;
    color: var(--brand-dark);
    font-family: var(--font-title);
    font-size: 4.8rem;
    line-height: 0.82;
}

.news-article-sidebar {
    display: grid;
    gap: 18px;
    align-self: start;
    position: sticky;
    top: 24px;
}

.news-summary-card,
.news-share-card,
.news-author-card {
    padding: 26px;
}

.news-share-card__label {
    margin: 0 0 10px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-share-list {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.news-share-list a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 9px;
    background: var(--button-bg);
    color: var(--button-ink);
    font-weight: 800;
    transition: 0.4s;
}

.news-share-list i {
    color: var(--button-ink);
    font-size: 1.1rem;
}

.news-share-list a:hover,
.news-share-list a:focus-visible {
    box-shadow: 7px 5px 56px -14px var(--button-glow);
}

.news-share-list a:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--button-glow);
}

.news-author-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.08rem;
}

.news-author-card__header strong,
.news-author-card__details strong {
    margin-bottom: 0;
}

.news-summary-card .page-list {
    display: grid;
    gap: 14px;
}

.news-summary-card .page-list li {
    color: var(--muted);
    line-height: 1.72;
}

.news-author-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.news-author-card__avatar {
    display: inline-grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(21, 129, 74, 0.16), rgba(12, 90, 49, 0.28));
    color: var(--brand-dark);
    font-family: var(--font-title);
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}

.news-author-card__details {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(18, 27, 19, 0.08);
}

.news-article-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(213, 243, 101, 0.16) 0%, transparent 24%),
        linear-gradient(135deg, #173a21 0%, #0d2014 100%);
    color: #fff;
}

.news-article-cta__copy p {
    color: rgba(255, 255, 255, 0.84);
}

.news-article-cta__copy h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 0.98;
}

.eyebrow--light {
    color: #fff;
}

.segments,
.notice,
.section-grid,
.services,
.gallery,
.process,
.faq,
.contact,
.error-view {
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 246, 0.92);
    box-shadow: var(--shadow);
}

.segments-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.segment-card,
.coverage__panel {
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(18, 27, 19, 0.06);
}

.segment-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
}

.segment-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--accent), transparent);
}

.segment-card__icon {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(21, 129, 74, 0.12), rgba(12, 90, 49, 0.16));
    color: var(--brand-dark);
}

.segment-card__icon i {
    font-size: 1.5rem;
}

.segment-card h3,
.coverage__panel h3 {
    margin: 0 0 12px;
    font-family: var(--font-title);
    font-size: 1.46rem;
    line-height: 1.18;
}

.segment-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
}

.coverage {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    gap: 24px;
    padding: 42px;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16) 0%, transparent 28%),
        linear-gradient(135deg, #1a7d49 0%, #0d5a31 100%);
    color: #fff;
    box-shadow: 0 26px 56px rgba(8, 42, 23, 0.24);
}

.coverage__copy h2 {
    margin: 0 0 16px;
    max-width: 860px;
    font-family: var(--font-title);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.06;
}

.coverage__copy p {
    margin: 0;
    max-width: 880px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.72;
}

.coverage__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 28px;
}

.coverage-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.coverage__panel {
    align-self: stretch;
    padding: 28px;
    color: var(--ink);
}

.coverage__panel-label {
    margin: 0 0 10px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.coverage__list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.coverage__list li {
    position: relative;
    padding-left: 28px;
    color: var(--muted);
    line-height: 1.62;
}

.coverage__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 5px rgba(21, 129, 74, 0.12);
}

.eyebrow--light {
    background: rgba(255, 255, 255, 0.14);
}

.notice {
    color: var(--muted);
}

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

.metric-card,
.service-card,
.process-card,
.contact-card,
.info-panel,
.faq-item {
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(18, 27, 19, 0.06);
}

.metric-card {
    padding: 28px;
}

.metric-card__value {
    display: block;
    margin-bottom: 12px;
    color: var(--brand-dark);
    font-size: clamp(2.4rem, 3vw, 3.2rem);
    font-family: var(--font-title);
    font-weight: 700;
}

.metric-card__label {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.section-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
}

.section-copy {
    max-width: 720px;
}

.eyebrow {
    display: inline-flex;
    margin: 0 0 16px;
    padding: 8px 14px;
    border-radius: 999px;
    color: var(--brand-dark);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-copy h2,
.error-view h1 {
    margin: 0;
    font-family: var(--font-title);
    font-size: clamp(2.1rem, 3.4vw, 3.5rem);
    line-height: 1.02;
}

.section-copy p,
.metric-card p,
.service-card p,
.gallery-card p,
.process-card p,
.faq-item p,
.contact__copy p,
.contact-card p,
.info-panel p,
.error-view p {
    color: var(--muted);
    line-height: 1.72;
}

.info-panel {
    display: grid;
    gap: 18px;
    padding: 26px;
}

.info-panel span,
.service-card__tag,
.gallery-card__badge {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-panel strong {
    display: block;
    font-size: 1.08rem;
}

.page-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.page-list li {
    position: relative;
    padding-left: 24px;
    color: var(--muted);
    line-height: 1.68;
}

.page-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 4px rgba(21, 129, 74, 0.12);
}

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

.services-grid,
.process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.service-card,
.process-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
}

.service-card::before,
.process-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--brand), transparent);
}

.service-card__index {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: var(--brand-soft);
    color: var(--brand-dark);
    font-weight: 900;
}

.service-card h3,
.gallery-card h3,
.process-card h3,
.contact-card h3,
.contact__copy h2 {
    margin: 0 0 12px;
    font-family: var(--font-title);
    font-size: 1.46rem;
    line-height: 1.2;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.gallery-card {
    position: relative;
    min-height: 360px;
    padding: 26px;
    border-radius: var(--radius-md);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.72) 100%);
}

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

.gallery-card--1 {
    background:
        linear-gradient(180deg, rgba(17, 127, 72, 0.16), rgba(7, 16, 28, 0.3)),
        url("../images/banner.png") left center / cover no-repeat;
}

.gallery-card--2 {
    background:
        linear-gradient(180deg, rgba(196, 159, 97, 0.12), rgba(7, 16, 28, 0.32)),
        url("../images/banner.png") center center / cover no-repeat;
}

.gallery-card--3 {
    background:
        linear-gradient(180deg, rgba(7, 16, 28, 0.06), rgba(7, 16, 28, 0.54)),
        url("../images/banner.png") right center / cover no-repeat;
}

.gallery-card__badge {
    margin-bottom: auto;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.photo-albums,
.album-hero,
.album-gallery {
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 246, 0.92);
    box-shadow: var(--shadow);
}

.photo-albums__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.album-card {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(18, 27, 19, 0.08);
    background: #fff;
    box-shadow: 0 14px 36px rgba(18, 27, 19, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.album-card:hover {
    transform: translateY(-6px);
    border-color: rgba(21, 129, 74, 0.18);
    box-shadow: 0 26px 44px rgba(18, 27, 19, 0.14);
}

.album-card__link {
    display: grid;
    min-height: 100%;
    color: inherit;
}

.album-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    background: #d8e3d7;
}

.album-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 16, 11, 0.06) 0%, rgba(6, 16, 11, 0.38) 100%);
}

.album-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-card__body {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.album-card__meta,
.album-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.album-card__badge,
.album-card__count {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.album-card__badge {
    background: rgba(21, 129, 74, 0.12);
    color: var(--brand-dark);
}

.album-card__count {
    background: rgba(18, 27, 19, 0.06);
    color: var(--muted);
}

.album-card h3 {
    margin: 0;
    font-family: var(--font-title);
    font-size: 1.62rem;
    line-height: 1.08;
}

.album-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
}

.album-card__footer div {
    display: grid;
    gap: 4px;
}

.album-card__footer span,
.album-hero__stat span {
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.album-card__footer strong,
.album-hero__stat strong {
    color: var(--ink);
    font-size: 0.98rem;
    line-height: 1.4;
}

.album-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: var(--brand-dark);
}

.album-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 28px;
    align-items: stretch;
}

.album-hero__copy {
    display: grid;
    align-content: start;
    gap: 18px;
}

.album-hero__copy h1 {
    margin: 0;
    max-width: 900px;
    font-family: var(--font-title);
    font-size: clamp(3rem, 4.2vw, 4.9rem);
    line-height: 0.96;
}

.album-hero__lead {
    margin: 0;
    max-width: 780px;
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.82;
}

.album-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.album-hero__stat {
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(18, 27, 19, 0.08);
    background: rgba(255, 255, 255, 0.7);
}

.album-hero__cover {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0;
    background: #d8e3d7;
    box-shadow: 0 18px 42px rgba(18, 27, 19, 0.08);
}

.album-hero__cover img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.album-hero__cover figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(10, 21, 14, 0.68);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
    backdrop-filter: blur(12px);
}

.album-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.album-photo-card {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(18, 27, 19, 0.08);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18, 27, 19, 0.08);
    text-align: left;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.album-photo-card:hover {
    transform: translateY(-6px);
    border-color: rgba(21, 129, 74, 0.18);
    box-shadow: 0 26px 40px rgba(18, 27, 19, 0.14);
}

.album-photo-card__media {
    display: block;
    aspect-ratio: 16 / 11;
    background: #d8e3d7;
}

.album-photo-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-photo-card__body {
    display: grid;
    gap: 10px;
    padding: 18px 18px 20px;
}

.album-photo-card__number {
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.album-photo-card__body strong {
    font-size: 1.02rem;
    line-height: 1.4;
}

.album-photo-card__body small {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.56;
}

.album-lightbox[hidden] {
    display: none;
}

.album-lightbox {
    position: fixed;
    inset: 0;
    z-index: 110;
}

.album-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 12, 8, 0.84);
    backdrop-filter: blur(10px);
}

.album-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), 1280px);
    height: min(calc(100vh - 32px), 920px);
    margin: 16px auto;
    padding: 22px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 18px;
    border-radius: 30px;
    background: rgba(10, 18, 13, 0.94);
    color: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.album-lightbox__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.album-lightbox__meta {
    display: grid;
    gap: 4px;
}

.album-lightbox__meta span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.album-lightbox__meta strong {
    font-family: var(--font-title);
    font-size: 2rem;
    line-height: 0.98;
}

.album-lightbox__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.album-lightbox__icon,
.album-lightbox__nav {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 16px;
    background: rgba(213, 243, 101, 0.92);
    color: #12220f;
    cursor: pointer;
    transition: 0.3s ease;
}

.album-lightbox__icon:hover,
.album-lightbox__nav:hover,
.album-lightbox__icon:focus-visible,
.album-lightbox__nav:focus-visible {
    box-shadow: 7px 5px 56px -14px rgba(195, 217, 0, 0.92);
}

.album-lightbox__content {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 0;
}

.album-lightbox__figure {
    margin: 0;
    display: grid;
    gap: 14px;
    min-height: 0;
}

.album-lightbox__image-frame {
    display: grid;
    place-items: center;
    min-height: 0;
    overflow: auto;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    cursor: zoom-in;
}

.album-lightbox__image-frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.album-lightbox__image-frame.is-zoomed {
    cursor: zoom-out;
}

.album-lightbox__image-frame.is-zoomed img {
    transform: scale(1.75);
}

.album-lightbox__figure figcaption {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.66;
}

.process-card span {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--brand-dark);
    font-size: 1.14rem;
    font-weight: 900;
}

.faq-list {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.faq-item {
    padding: 0 24px;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 0;
    font-size: 1.08rem;
    font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    float: right;
    color: var(--brand-dark);
    font-size: 1.6rem;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "-";
}

.faq-item p {
    margin: 0;
    padding: 0 0 22px;
}

.contact {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 22px;
}

.contact__cards {
    display: grid;
    gap: 22px;
}

.contact-card {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 28px;
    background: linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%);
}

.contact-card a {
    font-size: 1.06rem;
    font-weight: 800;
}

.about-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
    gap: 24px;
    align-items: start;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 253, 246, 0.96) 0%, rgba(243, 248, 243, 0.96) 100%);
    box-shadow: var(--shadow);
}

.about-page-hero__copy h1 {
    margin: 0 0 18px;
    font-family: var(--font-title);
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.02;
}

.about-page-hero__copy p {
    margin: 0 0 16px;
    color: var(--muted);
    line-height: 1.74;
}

.about-page-hero__copy p:last-child {
    margin-bottom: 0;
}

.about-page-panel,
.journey-card {
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(18, 27, 19, 0.06);
}

.about-page-panel {
    display: grid;
    gap: 12px;
    padding: 28px;
}

.about-page-panel span {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-page-panel strong {
    display: block;
    font-size: 1.12rem;
}

.page-about-story {
    background:
        radial-gradient(circle at top left, rgba(213, 243, 101, 0.12) 0%, transparent 26%),
        radial-gradient(circle at 86% 18%, rgba(21, 129, 74, 0.16) 0%, transparent 24%),
        linear-gradient(180deg, #eef4eb 0%, #e3eadf 100%);
}

.about-intro {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 28px;
    align-items: stretch;
    padding: clamp(36px, 4vw, 54px);
    border-radius: 40px;
    background:
        radial-gradient(circle at top left, rgba(213, 243, 101, 0.16) 0%, transparent 25%),
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.12) 0%, transparent 20%),
        linear-gradient(135deg, rgba(7, 18, 13, 0.96) 0%, rgba(11, 44, 25, 0.94) 54%, rgba(44, 62, 28, 0.92) 100%);
    color: #fff;
    box-shadow: 0 34px 68px rgba(8, 17, 11, 0.24);
}

.about-intro::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    pointer-events: none;
}

.about-intro__copy,
.about-intro__stage,
.about-metrics__header,
.about-metrics__grid,
.about-legacy__copy,
.about-legacy__panel {
    position: relative;
    z-index: 1;
}

.about-intro__copy {
    display: grid;
    align-content: start;
    gap: 18px;
    max-width: 760px;
}

.about-intro__copy h1 {
    margin: 0;
    max-width: 900px;
    font-family: var(--font-title);
    font-size: clamp(3rem, 5vw, 5.4rem);
    line-height: 0.94;
}

.about-intro__copy p {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.8;
}

.about-intro__lead {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.16rem, 1.4vw, 1.4rem);
    font-weight: 700;
    line-height: 1.66;
}

.about-intro__actions,
.about-cta__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-intro__stage {
    display: grid;
    align-content: start;
    gap: 18px;
    padding-top: 26px;
}

.about-stage-card {
    overflow: hidden;
    border-radius: 32px;
    background: rgba(255, 253, 246, 0.96);
    color: var(--ink);
    box-shadow: 0 24px 54px rgba(6, 15, 9, 0.2);
}

.about-stage-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.about-stage-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    filter: saturate(0.92) contrast(1.03);
}

.about-stage-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 10, 8, 0.08) 0%, rgba(4, 10, 8, 0.42) 100%);
}

.about-stage-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(5, 12, 9, 0.66);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.about-stage-card__body {
    display: grid;
    gap: 14px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 253, 246, 0.98) 0%, rgba(237, 244, 236, 0.98) 100%);
}

.about-stage-card__body div {
    padding: 15px 16px;
    border-radius: 20px;
    background: rgba(11, 74, 40, 0.05);
    border: 1px solid rgba(11, 74, 40, 0.08);
}

.about-stage-card__body span,
.about-stage-note span,
.about-legacy__panel span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-stage-card__body strong,
.about-stage-note strong {
    display: block;
    font-family: var(--font-title);
    font-size: 1.14rem;
    line-height: 1.3;
}

.about-stage-note {
    max-width: 290px;
    margin-left: auto;
    padding: 20px 22px;
    border-radius: 24px 24px 10px 24px;
    background: linear-gradient(145deg, #d1ea6a 0%, #90b736 100%);
    color: #17220f;
    box-shadow: 0 22px 42px rgba(8, 24, 10, 0.18);
    transform: translateY(-34px);
}

.about-signature {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-signature__item {
    padding: 24px 28px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: linear-gradient(180deg, rgba(255, 253, 246, 0.98) 0%, rgba(237, 244, 236, 0.96) 100%);
    box-shadow: 0 18px 40px rgba(18, 27, 19, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-signature__item strong {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-title);
    font-size: 1.54rem;
    line-height: 1.1;
}

.about-signature__item span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-storyline {
    display: grid;
    gap: 28px;
    padding: 42px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 253, 246, 0.92);
    box-shadow: var(--shadow);
}

.about-storyline__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-story-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 18px;
    align-content: start;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid rgba(18, 27, 19, 0.08);
    background: linear-gradient(180deg, rgba(255, 253, 246, 0.98) 0%, rgba(242, 247, 239, 0.96) 100%);
    box-shadow: 0 16px 34px rgba(18, 27, 19, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-story-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--brand), transparent);
}

.about-story-card::after {
    content: "";
    position: absolute;
    top: -52px;
    right: -36px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213, 243, 101, 0.22) 0%, rgba(213, 243, 101, 0) 72%);
    pointer-events: none;
}

.about-story-card:first-child,
.about-story-card:nth-child(2) {
    background:
        radial-gradient(circle at top right, rgba(21, 129, 74, 0.08) 0%, transparent 34%),
        linear-gradient(180deg, rgba(255, 253, 246, 0.98) 0%, rgba(238, 246, 241, 0.96) 100%);
}

.about-story-card:nth-child(3) {
    background:
        radial-gradient(circle at bottom right, rgba(213, 243, 101, 0.16) 0%, transparent 34%),
        linear-gradient(180deg, rgba(255, 253, 246, 0.98) 0%, rgba(242, 246, 235, 0.96) 100%);
}

.about-story-card__top,
.about-story-card__content,
.about-story-card__footer {
    position: relative;
    z-index: 1;
}

.about-story-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
}

.about-story-card__index {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: rgba(21, 129, 74, 0.12);
    color: var(--brand-dark);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.about-story-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 56px);
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 18px;
    background: rgba(11, 74, 40, 0.08);
    color: var(--brand-dark);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-story-card__tag i {
    flex: 0 0 auto;
    font-size: 0.88rem;
}

.about-story-card__content {
    display: grid;
    align-content: start;
    gap: 10px;
}

.about-story-card h3 {
    margin: 0;
    font-family: var(--font-title);
    font-size: clamp(1.75rem, 1.8vw, 2.35rem);
    line-height: 0.92;
    letter-spacing: 0.02em;
}

.about-story-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.62;
}

.about-story-card__footer {
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(18, 27, 19, 0.08);
    backdrop-filter: blur(10px);
}

.about-story-card__footer strong {
    color: var(--brand-dark);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-story-card__footer span {
    color: var(--muted);
    line-height: 1.55;
}

.about-story-card:first-child .about-story-card__footer {
    background: rgba(11, 74, 40, 0.92);
    border-color: rgba(11, 74, 40, 0.16);
}

.about-story-card:first-child .about-story-card__footer strong,
.about-story-card:first-child .about-story-card__footer span {
    color: #fff;
}

.about-metrics {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: 38px;
    background:
        radial-gradient(circle at top left, rgba(213, 243, 101, 0.14) 0%, transparent 22%),
        radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.12) 0%, transparent 20%),
        linear-gradient(145deg, #08150f 0%, #0f2918 58%, #196338 100%);
    color: #fff;
    box-shadow: 0 30px 62px rgba(8, 20, 12, 0.24);
}

.about-metrics__header {
    max-width: 720px;
}

.about-metrics__header h2 {
    margin: 0;
    color: #fff;
    font-family: var(--font-title);
    font-size: clamp(2.1rem, 3.4vw, 3.5rem);
    line-height: 1.02;
}

.about-metrics__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.about-metric-card {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-metric-card__value {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--font-title);
    font-size: clamp(2.6rem, 3.2vw, 3.4rem);
    line-height: 1;
}

.about-metric-card__label {
    display: block;
    margin-bottom: 10px;
    color: #d5f365;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-metric-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.72;
}

.about-legacy {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 24px;
    align-items: stretch;
    padding: 42px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 253, 246, 0.92);
    box-shadow: var(--shadow);
}

.about-legacy__copy h2 {
    margin: 0 0 14px;
    font-family: var(--font-title);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.about-legacy__copy p {
    margin: 0;
    max-width: 720px;
    color: var(--muted);
    line-height: 1.78;
}

.about-legacy__panel {
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(213, 243, 101, 0.12) 0%, transparent 28%),
        linear-gradient(145deg, #132116 0%, #0d1b10 100%);
    color: #fff;
    box-shadow: 0 22px 44px rgba(9, 17, 11, 0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-legacy__panel .page-list li {
    color: rgba(255, 255, 255, 0.84);
}

.about-legacy__panel .page-list li::before {
    background: #d5f365;
    box-shadow: 0 0 0 4px rgba(213, 243, 101, 0.12);
}

.about-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 42px;
    border-radius: 38px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.1) 0%, transparent 24%),
        linear-gradient(135deg, #173a21 0%, #0d2014 100%);
    color: #fff;
    box-shadow: 0 30px 58px rgba(8, 20, 12, 0.22);
}

.about-cta__copy h2 {
    margin: 0 0 14px;
    max-width: 760px;
    font-family: var(--font-title);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.about-cta__copy p {
    margin: 0;
    max-width: 820px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.74;
}

.about-stage-card,
.about-stage-note {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-stage-card:hover,
.about-signature__item:hover,
.about-story-card:hover,
.about-metric-card:hover,
.about-legacy__panel:hover {
    transform: translateY(-6px);
}

.about-stage-card:hover {
    box-shadow: 0 30px 60px rgba(6, 15, 9, 0.24);
}

.about-stage-note:hover {
    transform: translateY(-38px);
    box-shadow: 0 28px 46px rgba(8, 24, 10, 0.22);
}

.about-signature__item:hover,
.about-story-card:hover {
    border-color: rgba(21, 129, 74, 0.16);
    box-shadow: 0 26px 46px rgba(18, 27, 19, 0.12);
}

.about-metric-card:hover {
    border-color: rgba(213, 243, 101, 0.28);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 44px rgba(5, 12, 8, 0.16);
}

.about-legacy__panel:hover {
    box-shadow: 0 28px 52px rgba(9, 17, 11, 0.26);
}

.journey {
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 246, 0.92);
    box-shadow: var(--shadow);
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.journey-card {
    padding: 28px;
}

.journey-card h3 {
    margin: 0 0 12px;
    font-family: var(--font-title);
    font-size: 1.42rem;
    line-height: 1.2;
}

.journey-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.journey-card__link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 16px;
    color: var(--brand-dark);
    font-weight: 800;
}

.site-footer {
    width: 100%;
    margin-top: 42px;
    background: #060707;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer__main,
.site-footer__bottom {
    width: min(calc(100% - 32px), var(--max-width));
    margin-inline: auto;
}

.site-footer__main {
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) repeat(4, minmax(160px, 1fr));
    gap: 36px;
    padding: 68px 0 56px;
}

.site-footer__brand {
    display: grid;
    align-content: start;
    gap: 22px;
    max-width: 420px;
}

.site-footer__logo,
.site-footer__column h2 {
    margin: 0;
    color: #fff;
    font-family: var(--font-title);
}

.site-footer__logo {
    font-size: clamp(2.2rem, 3vw, 3.2rem);
    font-weight: 700;
    line-height: 1;
}

.site-footer__tagline,
.site-footer__contact p,
.site-footer__copyright p {
    margin: 0;
    line-height: 1.74;
}

.site-footer__contact {
    display: grid;
    gap: 10px;
    font-style: normal;
}

.site-footer__contact strong {
    color: #fff;
}

.site-footer__column {
    display: grid;
    align-content: start;
    gap: 18px;
}

.site-footer__column h2 {
    position: relative;
    padding-bottom: 18px;
    font-size: 1.12rem;
    font-weight: 700;
}

.site-footer__column h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--brand);
}

.site-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px;
}

.site-footer__column a,
.site-footer__contact a,
.site-footer__copyright a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__contact a:hover,
.site-footer__contact a:focus-visible {
    color: #fff;
    transform: translateX(2px);
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 28px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__copyright strong {
    color: #fff;
}

.site-footer__bottom-actions,
.site-footer__socials {
    display: flex;
    align-items: center;
    gap: 14px;
}

.site-footer__socials a,
.site-footer__top-link {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 9px;
    background: var(--button-bg);
    color: var(--button-ink);
    transition: 0.4s;
}

.site-footer__socials a i,
.site-footer__top-link i {
    font-size: 1.6rem;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus-visible,
.site-footer__top-link:hover,
.site-footer__top-link:focus-visible {
    box-shadow: 7px 5px 56px -14px var(--button-glow);
}

.site-footer__socials a:active,
.site-footer__top-link:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--button-glow);
}

.error-view {
    text-align: center;
}

.page-about .site-nav a,
.page-about .icon-link,
.page-about .header-pill,
.page-news .site-nav a,
.page-news .icon-link,
.page-news .header-pill,
.page-error .site-nav a,
.page-error .icon-link,
.page-error .header-pill {
    color: var(--ink);
}

.page-about .site-nav a,
.page-news .site-nav a,
.page-error .site-nav a {
    text-shadow: none;
}

.page-about .icon-link,
.page-news .icon-link,
.page-error .icon-link {
    border-color: rgba(22, 33, 24, 0.22);
    background: rgba(22, 33, 24, 0.02);
}

.page-about .header-pill,
.page-news .header-pill,
.page-error .header-pill {
    background: var(--button-bg);
}

.page-about .menu-toggle span,
.page-news .menu-toggle span,
.page-error .menu-toggle span {
    background: var(--ink);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1280px) {
    .site-nav {
        gap: 26px;
    }

    .hero__inner {
        padding-top: 340px;
    }
}

@media (max-width: 980px) {
    .page-home .site-header {
        padding-top: 18px;
    }

    .site-header__inner {
        width: min(calc(100% - 24px), var(--header-width));
        gap: 18px;
    }

    .page-about .site-header__inner,
    .page-news .site-header__inner,
    .page-error .site-header__inner {
        padding: 20px;
    }

    .site-header__top {
        display: none;
    }

    .site-header__main {
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        padding: 14px 16px;
    }

    .brand--mobile {
        display: grid;
    }

    .brand--header {
        display: none;
    }

    .brand__image--mobile {
        width: clamp(150px, 30vw, 220px);
    }

    .menu-toggle {
        display: flex;
    }

    .site-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 34;
        background: rgba(5, 12, 8, 0.56);
        backdrop-filter: blur(8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.28s ease;
    }

    .site-nav-backdrop.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .site-nav {
        position: fixed;
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: auto;
        width: min(88vw, 380px);
        display: grid;
        grid-template-columns: 1fr;
        align-content: start;
        gap: 22px;
        padding: 20px;
        border-radius: 32px;
        background: rgba(7, 18, 29, 0.96);
        box-shadow: 0 28px 52px rgba(3, 7, 11, 0.32);
        transform: translateX(calc(100% + 28px));
        opacity: 0;
        pointer-events: none;
        transition: transform 0.28s ease, opacity 0.28s ease;
        overflow-y: auto;
        z-index: 35;
    }

    .site-nav.is-open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .page-about .site-nav,
    .page-news .site-nav,
    .page-error .site-nav {
        background: rgba(255, 253, 246, 0.98);
    }

    .site-nav__mobile-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .page-about .site-nav__mobile-top,
    .page-news .site-nav__mobile-top,
    .page-error .site-nav__mobile-top {
        border-bottom-color: rgba(22, 33, 24, 0.1);
    }

    .site-nav__mobile-title {
        color: #fff;
        font-family: var(--font-title);
        font-size: 2rem;
        line-height: 1;
    }

    .page-about .site-nav__mobile-title,
    .page-news .site-nav__mobile-title,
    .page-error .site-nav__mobile-title {
        color: var(--ink);
    }

    .site-nav__close {
        display: inline-grid;
        place-items: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        cursor: pointer;
    }

    .page-about .site-nav__close,
    .page-news .site-nav__close,
    .page-error .site-nav__close {
        border-color: rgba(22, 33, 24, 0.12);
        background: rgba(22, 33, 24, 0.04);
        color: var(--ink);
    }

    .site-nav__group,
    .site-nav__group--right {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .site-nav__group li,
    .site-nav__group--right li {
        width: 100%;
    }

    .site-nav__group a,
    .site-nav__group--right a {
        width: 100%;
        justify-content: flex-start;
        min-height: 56px;
        padding-inline: 18px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        transform: none;
    }

    .page-about .site-nav__group a,
    .page-about .site-nav__group--right a,
    .page-news .site-nav__group a,
    .page-news .site-nav__group--right a,
    .page-error .site-nav__group a,
    .page-error .site-nav__group--right a {
        background: rgba(21, 129, 74, 0.05);
    }

    .site-nav__mobile-actions {
        display: grid;
        gap: 12px;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .page-about .site-nav__mobile-actions,
    .page-news .site-nav__mobile-actions,
    .page-error .site-nav__mobile-actions {
        border-top-color: rgba(22, 33, 24, 0.1);
    }

    .site-nav__socials {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-top: 4px;
    }

    .story-banner,
    .about-page-hero,
    .news-article-hero,
    .news-article-layout,
    .conversion-strip {
        grid-template-columns: 1fr;
    }

    .hero--home {
        min-height: 860px;
    }

    .hero__inner {
        width: min(calc(100% - 32px), var(--max-width));
        padding: 320px 0 82px;
    }

    .hero h1 {
        font-size: clamp(3.2rem, 7vw, 5.8rem);
    }

    .hero__lead {
        font-size: clamp(1.34rem, 2.8vw, 1.9rem);
    }

    .hero-cards {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .metrics,
    .service-showcase__grid,
    .segments-grid,
    .journey-grid,
    .section-grid,
    .services-grid,
    .gallery-grid,
    .photo-albums__grid,
    .album-gallery__grid,
    .process-grid,
    .contact,
    .coverage,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .about-intro,
    .about-storyline,
    .about-legacy,
    .about-cta,
    .album-hero {
        grid-template-columns: 1fr;
    }

    .news-article-meta-bar,
    .news-article-cta,
    .album-hero__stats {
        grid-template-columns: 1fr;
    }

    .news-article-sidebar {
        position: static;
    }

    .news-article-hero__media img {
        min-height: 320px;
    }

    .album-lightbox__dialog {
        width: min(calc(100% - 24px), 1180px);
        height: min(calc(100vh - 24px), 880px);
        margin: 12px auto;
    }

    .about-intro__stage {
        padding-top: 0;
    }

    .about-stage-note {
        max-width: none;
        margin-left: 0;
        transform: none;
    }

    .about-signature,
    .about-metrics__grid,
    .about-storyline__grid {
        grid-template-columns: 1fr;
    }

    .about-signature,
    .about-metrics__grid {
        grid-template-columns: 1fr;
    }

    .about-story-card__top {
        flex-wrap: wrap;
    }

    .about-story-card__tag {
        max-width: none;
    }

    .about-story-card {
        min-height: 0;
    }

    .about-story-card:first-child {
        grid-row: auto;
    }

    .about-signature,
    .about-metrics__grid,
    .about-storyline__grid {
        grid-template-columns: 1fr;
    }

    .site-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-block: 44px;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .section-block {
        width: min(calc(100% - 20px), var(--max-width));
    }

    .header-pill {
        flex: 1 1 100%;
        justify-content: center;
    }

    .icon-link {
        width: 42px;
        height: 42px;
    }

    .hero--home {
        min-height: 760px;
    }

    .hero__inner {
        width: min(calc(100% - 20px), var(--max-width));
        padding: 284px 0 54px;
    }

    .hero__welcome {
        padding: 16px 20px;
        margin-bottom: 22px;
    }

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

    .hero__lead {
        font-size: clamp(1.14rem, 4.5vw, 1.52rem);
    }

    .hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .news-article-hero__copy h1 {
        font-size: clamp(2.6rem, 11vw, 4rem);
    }

    .news-article-content {
        padding: 28px;
    }

    .news-article-content__lead {
        font-size: 1.16rem;
    }

    .news-article-content__lead::first-letter {
        margin-top: 8px;
        font-size: 4rem;
    }

    .news-article-cta {
        padding: 24px;
    }

    .album-hero__copy h1 {
        font-size: clamp(2.5rem, 11vw, 3.9rem);
    }

    .album-lightbox__dialog {
        padding: 18px;
        border-radius: 24px;
    }

    .album-lightbox__content {
        grid-template-columns: 1fr;
    }

    .album-lightbox__toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .album-lightbox__actions {
        width: 100%;
        justify-content: space-between;
    }

    .album-lightbox__meta strong {
        font-size: 1.6rem;
    }

    .hero-cards {
        gap: 16px;
    }

    .hero-card-feature {
        padding: 24px;
    }

    .site-nav__group a {
        min-height: 52px;
        padding-inline: 18px;
        font-size: 0.95rem;
    }

    .site-nav {
        top: 0;
        right: 0;
        bottom: 0;
        width: min(100vw, 100%);
        border-radius: 0;
        padding: 18px;
    }

    .story-banner,
    .about-page-hero,
    .about-intro,
    .about-storyline,
    .about-metrics,
    .about-legacy,
    .about-cta,
    .photo-albums,
    .album-hero,
    .album-gallery,
    .journey,
    .service-showcase,
    .segments,
    .coverage,
    .conversion-strip,
    .news-hub,
    .news-related,
    .news-article-hero,
    .news-article-layout {
        padding: 26px;
    }

    .button {
        width: 100%;
    }

    .notice,
    .section-grid,
    .services,
    .gallery,
    .process,
    .faq,
    .contact,
    .error-view {
        padding: 26px;
    }

    .site-footer__main,
    .site-footer__bottom {
        width: min(calc(100% - 20px), var(--max-width));
    }

    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 38px 0 32px;
    }

    .site-footer__bottom-actions {
        width: 100%;
        justify-content: space-between;
    }

    .site-footer__socials {
        flex-wrap: wrap;
    }

    .site-footer__socials a,
    .site-footer__top-link {
        width: 50px;
        height: 50px;
    }

    .about-intro__copy h1 {
        font-size: clamp(2.6rem, 12vw, 4rem);
    }

    .about-signature__item,
    .about-story-card,
    .about-metric-card,
    .about-legacy__panel {
        padding: 24px;
    }

    .about-story-card__tag {
        max-width: none;
        width: fit-content;
        justify-content: flex-start;
    }

    .about-story-card h3 {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }

.album-photo-card__body {
        padding: 16px;
    }
}

.page-admin,
.page-admin-auth {
    background:
        radial-gradient(circle at top left, rgba(111, 165, 74, 0.18), transparent 36%),
        linear-gradient(180deg, #f5f1e6 0%, #f8f6ef 100%);
    color: #172018;
}

body.admin-modal-open {
    overflow: hidden;
}

.admin-shell {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-sidebar {
    background-color: #fff;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 24px;
    padding: 24px 8px;
    color: #172018;
    border-right: 1px solid rgba(23, 32, 24, 0.08);
    box-shadow: 22px 0 44px rgba(13, 22, 16, 0.06);
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: start;
}

.admin-sidebar__brand {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    color: inherit;
    text-decoration: none;
    min-width: 0;
    padding: 18px 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(17, 127, 72, 0.05) 0%, rgba(17, 127, 72, 0.02) 100%);
    border: 1px solid rgba(17, 127, 72, 0.1);
}

.admin-sidebar__brand-mark {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    padding: 10px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(17, 127, 72, 0.08) 0%, rgba(17, 127, 72, 0.16) 100%);
    border: 1px solid rgba(17, 127, 72, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.admin-sidebar__logo {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.admin-sidebar__brand-copy {
    display: grid;
    gap: 4px;
    align-content: center;
    min-width: 0;
}

.admin-sidebar__brand strong,
.admin-sidebar__user strong,
.admin-topbar h1,
.admin-card h2,
.admin-auth-card h1 {
    font-family: var(--font-title);
    letter-spacing: 0.02em;
}

.admin-sidebar__brand small,
.admin-topbar__eyebrow {
    display: block;
    color: rgba(23, 32, 24, 0.54);
}

.admin-sidebar__brand strong {
    font-size: 1.54rem;
    line-height: 1;
}

.admin-sidebar__nav-title {
    display: block;
    margin-bottom: 6px;
    padding: 0 4px;
    color: rgba(23, 32, 24, 0.5);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.admin-sidebar__nav {
    display: grid;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 18px 0px;
}

.admin-sidebar__link,
.admin-sidebar__action {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 56px;
    width: 100%;
    min-width: 0;
    padding: 12px 14px;
    color: inherit;
    text-decoration: none;
}

.admin-sidebar__link-icon {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(17, 127, 72, 0.08);
    color: #117f48;
    flex-shrink: 0;
}

.admin-sidebar__link-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.24;
}

.admin-sidebar__link:hover,
.admin-sidebar__link:focus-visible,
.admin-sidebar__action:hover,
.admin-sidebar__action:focus-visible,
.admin-sidebar__link.is-active {
    transform: translateX(2px);
}

.admin-sidebar__footer {
    display: grid;
    gap: 16px;
    width: 100%;
    padding: 16px 0 0;
}

.admin-sidebar__user {
    width: 100%;
    padding: 18px;
}

.admin-sidebar__user strong {
    display: block;
}

.admin-sidebar__user span {
    display: block;
    margin-top: 6px;
    color: rgba(23, 32, 24, 0.56);
}

.admin-sidebar__actions {
    display: grid;
    gap: 10px;
}

.admin-sidebar__action {
    justify-content: flex-start;
    width: 100%;
    font-weight: 700;
    text-align: left;
}

.admin-main {
    padding: 28px;
}

.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.admin-topbar h1 {
    margin: 0;
    font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.admin-topbar__eyebrow {
    margin: 0 0 10px;
    color: rgba(23, 32, 24, 0.58);
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.admin-content,
.admin-two-column,
.admin-grid {
    display: grid;
    gap: 22px;
}

.admin-grid--stats {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.admin-stat-card,
.admin-card,
.admin-auth-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(23, 32, 24, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(14, 22, 17, 0.08);
}

.admin-stat-card {
    padding: 24px;
}

.admin-stat-card span {
    display: block;
    color: rgba(23, 32, 24, 0.58);
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-stat-card strong {
    display: block;
    margin-top: 10px;
    font-size: 2.4rem;
}

.admin-card {
    padding: 26px;
}

.admin-card--spaced {
    margin-top: 22px;
}

.admin-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.admin-card__header h2,
.admin-card h2 {
    margin: 0;
}

.admin-card__header p {
    margin: 8px 0 0;
    color: rgba(23, 32, 24, 0.64);
}

.admin-card__header a {
    color: #117f48;
    font-weight: 700;
    text-decoration: none;
}

.admin-card__button {
    width: auto;
    flex-shrink: 0;
}

.admin-card__header-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-card__text-link {
    color: #117f48;
    font-weight: 700;
    text-decoration: none;
}

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

.admin-summary-card {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(17, 127, 72, 0.04);
    border: 1px solid rgba(17, 127, 72, 0.08);
}

.admin-summary-card span {
    display: block;
    color: rgba(23, 32, 24, 0.56);
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-summary-card strong {
    display: block;
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.4;
}

.admin-two-column {
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
}

.admin-two-column--wide {
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
}

.admin-form {
    display: grid;
    gap: 16px;
}

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

.admin-form--auth {
    grid-template-columns: 1fr;
}

.admin-field {
    display: grid;
    gap: 8px;
}

.admin-field--full {
    grid-column: 1 / -1;
}

.admin-field span,
.admin-check span {
    font-size: 0.94rem;
    font-weight: 700;
    color: rgba(23, 32, 24, 0.8);
}

.admin-field input,
.admin-field textarea,
.admin-field select {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid rgba(23, 32, 24, 0.12);
    border-radius: 16px;
    background: #fff;
    color: #172018;
    font: inherit;
}

.admin-field textarea {
    min-height: 130px;
    resize: vertical;
}

.admin-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-form__actions {
    display: flex;
    justify-content: flex-start;
}

.admin-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px;
}

.admin-modal[hidden] {
    display: none;
}

.admin-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 14, 10, 0.52);
    backdrop-filter: blur(10px);
}

.admin-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 720px);
    max-height: min(90vh, 920px);
    overflow: auto;
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf5 100%);
    border: 1px solid rgba(23, 32, 24, 0.1);
    box-shadow: 0 24px 56px rgba(8, 16, 10, 0.2);
}

.admin-modal__dialog--wide {
    width: min(100%, 920px);
}

.admin-modal__dialog--xl {
    width: min(100%, 1120px);
}

.admin-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-modal__header h2 {
    margin: 8px 0 0;
}

.admin-modal__eyebrow {
    margin: 0;
    color: rgba(23, 32, 24, 0.52);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.admin-modal__close,
.admin-modal__close-link {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(23, 32, 24, 0.12);
    border-radius: 16px;
    background: rgba(17, 127, 72, 0.05);
    color: #172018;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
}

.admin-table-wrap {
    overflow-x: auto;
}

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

.admin-table th,
.admin-table td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(23, 32, 24, 0.08);
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    color: rgba(23, 32, 24, 0.58);
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-table__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.admin-table__actions a,
.admin-table__actions button {
    padding: 10px 12px;
    border: none;
    border-radius: 12px;
    background: rgba(17, 127, 72, 0.08);
    color: #117f48;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.admin-flash {
    margin-bottom: 22px;
    padding: 16px 18px;
    border-radius: 18px;
    font-weight: 700;
}

.admin-flash--success {
    background: rgba(17, 127, 72, 0.12);
    color: #0d5d35;
}

.admin-flash--error {
    background: rgba(185, 54, 54, 0.12);
    color: #7d2424;
}

.admin-shortcuts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.admin-shortcut {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
    background: rgba(17, 127, 72, 0.08);
    color: #0f663b;
    font-weight: 700;
    text-decoration: none;
}

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

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

.admin-auth-card__header {
    margin-bottom: 24px;
}

.admin-auth-card__header h1 {
    margin: 10px 0 12px;
}

.admin-auth-card__header p,
.admin-auth-card__footer a {
    color: rgba(23, 32, 24, 0.68);
}

.admin-auth-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(17, 127, 72, 0.12);
    color: #0d6138;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.admin-auth-card__footer {
    margin-top: 18px;
}

@media (max-width: 1100px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
        overflow: visible;
        border-right: 0;
        border-bottom: 1px solid rgba(23, 32, 24, 0.08);
        box-shadow: 0 18px 36px rgba(13, 22, 16, 0.06);
    }

    .admin-main {
        padding-top: 0;
    }
}

@media (max-width: 860px) {
    .admin-two-column,
    .admin-two-column--wide,
    .admin-form--grid {
        grid-template-columns: 1fr;
    }

    .admin-modal {
        padding: 16px;
    }

    .admin-modal__dialog,
    .admin-modal__dialog--wide,
    .admin-modal__dialog--xl {
        width: min(100%, 100%);
    }
}

@media (max-width: 640px) {
    .admin-sidebar {
        padding: 18px 14px;
        gap: 18px;
    }

    .admin-sidebar__brand {
        gap: 12px;
        padding: 14px 12px;
    }

    .admin-sidebar__brand-mark {
        width: 58px;
        height: 58px;
        padding: 8px;
        border-radius: 18px;
    }

    .admin-sidebar__brand strong {
        font-size: 1.28rem;
    }

    .admin-sidebar__nav,
    .admin-sidebar__footer {
        padding-left: 12px;
        padding-right: 12px;
    }

    .admin-card__header,
    .admin-modal__header,
    .admin-card__header-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-card__button {
        width: 100%;
    }

    .admin-modal {
        padding: 10px;
    }

    .admin-modal__dialog {
        padding: 20px;
        border-radius: 24px;
    }

    .admin-main,
    .admin-card,
    .admin-auth-card {
        padding: 20px;
    }

    .admin-topbar h1 {
        font-size: 2rem;
    }

    .admin-table__actions {
        min-width: 180px;
    }
}
