:root {
    --green: #0d4a37;
    --green-2: #126447;
    --red: #8f1d16;
    --gold: #c9973f;
    --orange: #d86118;
    --cream: #fbf7ee;
    --paper: #ffffff;
    --ink: #17231d;
    --text: #5b665f;
    --muted: #87928b;
    --line: rgba(13, 74, 55, .12);
    --shadow: 0 22px 60px rgba(18, 43, 32, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 6%, rgba(216,97,24,.09), transparent 24%),
        radial-gradient(circle at 96% 2%, rgba(13,74,55,.1), transparent 26%),
        #f7f4ed;
    line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
    position: sticky;
    top: 12px;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 22px;
    width: min(1480px, calc(100% - 32px));
    min-height: 76px;
    margin: 12px auto 0;
    padding: 12px 18px;
    border: 1px solid rgba(13,74,55,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 18px 50px rgba(18,43,32,.1);
    backdrop-filter: blur(18px);
}
.site-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
    font-size: 18px;
    font-weight: 800;
    color: var(--green);
}
.site-brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 22px rgba(13,74,55,.18); }
.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 1;
}
.site-nav > a,
.nav-dropdown > a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    color: #3f4c45;
    font-size: 14px;
    font-weight: 700;
}
.site-nav a:hover { color: var(--green); background: #eef6ef; }
.nav-dropdown { position: relative; }
.nav-menu {
    position: absolute;
    top: 44px;
    left: 0;
    display: none;
    min-width: 230px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}
.nav-menu a { display: block; padding: 11px 12px; border-radius: 10px; font-size: 14px; font-weight: 700; color: #46534c; }
.nav-dropdown:hover .nav-menu { display: block; }
.login-pill,
.primary-cta,
.secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 800;
}
.login-pill,
.primary-cta { background: linear-gradient(135deg, var(--green), var(--green-2)); color: #fff; box-shadow: 0 16px 30px rgba(13,74,55,.22); }
.secondary-cta { border: 1px solid rgba(13,74,55,.16); color: var(--green); background: rgba(255,255,255,.82); box-shadow: 0 12px 28px rgba(18,43,32,.08); }
.hero-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    gap: clamp(32px, 5vw, 74px);
    align-items: center;
    min-height: calc(100vh - 92px);
    margin-top: -88px;
    padding: clamp(130px, 12vw, 190px) clamp(18px, 5vw, 78px) clamp(70px, 7vw, 110px);
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 22%, rgba(216,97,24,.22), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(201,151,63,.18), transparent 24%),
        linear-gradient(135deg, #fff7e9 0%, #f3ede2 46%, #e9f3ea 100%);
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(143,29,22,.08), transparent 42%),
        radial-gradient(circle at 54% 95%, rgba(13,74,55,.12), transparent 30%);
}
.hero-section > * { position: relative; z-index: 1; }
.hero-copy h1,
.section-heading h2,
.about-grid h2,
.promo-band h2 { margin: 0; letter-spacing: 0; line-height: 1.05; }
.hero-copy h1 { max-width: 800px; font-size: clamp(48px, 7vw, 96px); color: #10251c; text-wrap: balance; }
.hero-copy p { max-width: 650px; margin: 22px 0 0; color: var(--text); font-size: 20px; }
.eyebrow,
.section-kicker { display: inline-flex; margin-bottom: 14px; color: var(--red); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 620px; margin-top: 34px; }
.hero-metrics span { padding: 16px; border: 1px solid rgba(13,74,55,.13); border-radius: 20px; background: rgba(255,255,255,.78); color: var(--text); font-size: 13px; font-weight: 700; box-shadow: 0 14px 34px rgba(18,43,32,.07); }
.hero-metrics strong { display: block; color: var(--orange); font-size: 30px; line-height: 1; }
.hero-visual {
    position: relative;
    width: min(820px, 100%);
    aspect-ratio: 1500 / 1184;
    justify-self: end;
    overflow: visible;
    border-radius: 32px;
    background: transparent;
    box-shadow: 0 32px 74px rgba(18,43,32,.12);
}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 32px;
}
.section { padding: clamp(56px, 7vw, 104px) clamp(18px, 5vw, 78px); }
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading.align-left { margin-left: 0; text-align: left; }
.section-heading h2,
.about-grid h2,
.promo-band h2 { font-size: clamp(32px, 4vw, 54px); }
.section-heading p,
.about-grid p,
.promo-band p { color: var(--text); font-size: 17px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 36px; align-items: start; background: #fff; }
.info-panel { padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: #f8fbf7; box-shadow: var(--shadow); }
.info-panel h3 { margin: 0 0 18px; font-size: 24px; }
dl { margin: 0; display: grid; gap: 14px; }
dl div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
dd { margin: 4px 0 0; color: var(--ink); font-weight: 700; }
.value-grid,
.service-grid,
.outlet-grid,
.leadership-grid { display: grid; gap: 18px; }
.value-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.outlet-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.leadership-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-grid article,
.service-grid article,
.outlet-grid article,
.leadership-grid article,
.news-card { padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(18,43,32,.07); }
.value-grid article {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 28px;
    border-color: rgba(13,74,55,.14);
    background:
        radial-gradient(circle at 88% 18%, rgba(201,151,63,.18), transparent 28%),
        linear-gradient(145deg, #ffffff 0%, #fbfaf4 58%, #f1f8f1 100%);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.value-grid article::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -34px;
    width: 118px;
    height: 118px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(13,74,55,.13), rgba(201,151,63,.18));
    transform: rotate(18deg);
}
.value-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(13,74,55,.24);
    box-shadow: 0 24px 54px rgba(18,43,32,.13);
}
.value-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
}
.value-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: var(--gold);
    background: rgba(201,151,63,.12);
    font-weight: 900;
}
.value-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--green), var(--green-2));
    box-shadow: 0 14px 28px rgba(13,74,55,.2);
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
}
.value-grid article:nth-child(2) i { background: linear-gradient(135deg, #8f1d16, #c9973f); }
.value-grid article:nth-child(3) i { background: linear-gradient(135deg, #126447, #c9973f); }
.value-grid article:nth-child(4) i { background: linear-gradient(135deg, #10251c, #8f1d16); }
.value-grid article h3,
.value-grid article p { position: relative; z-index: 1; }
article h3 { margin: 8px 0 8px; font-size: 22px; }
article p { margin: 0; color: var(--text); }
.outlet-grid article span,
.leadership-grid article span { display: inline-flex; margin-top: 14px; color: var(--green); font-size: 13px; font-weight: 900; }
.outlet-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 16%, rgba(13,74,55,.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
}
.outlet-section::before {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(201,151,63,.1);
}
.outlet-section > * { position: relative; z-index: 1; }
.outlet-grid article {
    position: relative;
    overflow: hidden;
    min-height: 245px;
    padding: 28px;
    border-color: rgba(13,74,55,.13);
    background: linear-gradient(145deg, #ffffff 0%, #fbf8ef 100%);
    box-shadow: 0 18px 48px rgba(18,43,32,.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.outlet-grid article::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -38px;
    width: 130px;
    height: 130px;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(13,74,55,.11), rgba(201,151,63,.16));
    transform: rotate(14deg);
}
.outlet-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(13,74,55,.24);
    box-shadow: 0 28px 60px rgba(18,43,32,.13);
}
.outlet-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--green), var(--green-2));
    box-shadow: 0 15px 30px rgba(13,74,55,.2);
}
.outlet-grid article:nth-child(2) .outlet-icon { background: linear-gradient(135deg, #8f1d16, #c9973f); }
.outlet-grid article:nth-child(3) .outlet-icon { background: linear-gradient(135deg, #10251c, #126447); }
.outlet-grid article:nth-child(4) .outlet-icon { background: linear-gradient(135deg, #c9973f, #0d4a37); }
.outlet-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.outlet-grid article h3,
.outlet-grid article p,
.outlet-grid article span { position: relative; z-index: 1; }
.services-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 6%, rgba(201,151,63,.18), transparent 30%),
        linear-gradient(180deg, #fbf7ee 0%, #f6f1e8 100%);
}
.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(13,74,55,.04), transparent 34%, rgba(143,29,22,.04));
}
.services-section > * { position: relative; z-index: 1; }
.service-grid article {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 28px;
    border-color: rgba(13,74,55,.12);
    background: rgba(255,255,255,.84);
    box-shadow: 0 18px 46px rgba(18,43,32,.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-grid article::after {
    content: "";
    position: absolute;
    right: -36px;
    top: -36px;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: rgba(13,74,55,.07);
}
.service-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(13,74,55,.22);
    box-shadow: 0 26px 58px rgba(18,43,32,.13);
}
.service-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--green), var(--green-2));
    box-shadow: 0 16px 30px rgba(13,74,55,.2);
}
.service-grid article:nth-child(2) .service-icon { background: linear-gradient(135deg, #126447, #c9973f); }
.service-grid article:nth-child(3) .service-icon { background: linear-gradient(135deg, #8f1d16, #c9973f); }
.service-grid article:nth-child(4) .service-icon { background: linear-gradient(135deg, #10251c, #8f1d16); }
.service-grid article:nth-child(5) .service-icon { background: linear-gradient(135deg, #0d4a37, #1f7a59); }
.service-grid article:nth-child(6) .service-icon { background: linear-gradient(135deg, #c9973f, #8f1d16); }
.service-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.service-grid article h3,
.service-grid article p { position: relative; z-index: 1; }
.service-grid article h3 { margin-top: 0; }
.leadership-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 12%, rgba(143,29,22,.08), transparent 28%),
        linear-gradient(180deg, #f7f4ed 0%, #fbf7ee 100%);
}
.leadership-section::before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -130px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(13,74,55,.08);
}
.leadership-section > * { position: relative; z-index: 1; }
.leadership-grid article {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 178px;
    padding: 28px;
    border-color: rgba(13,74,55,.13);
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 48px rgba(18,43,32,.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.leadership-grid article::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -42px;
    width: 118px;
    height: 118px;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(13,74,55,.1), rgba(201,151,63,.15));
    transform: rotate(18deg);
}
.leadership-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(13,74,55,.24);
    box-shadow: 0 28px 60px rgba(18,43,32,.13);
}
.leader-avatar {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--green), var(--green-2));
    box-shadow: 0 16px 32px rgba(13,74,55,.2);
    font-weight: 900;
    letter-spacing: .04em;
}
.leadership-grid article:nth-child(2) .leader-avatar { background: linear-gradient(135deg, #8f1d16, #c9973f); }
.leadership-grid article:nth-child(3) .leader-avatar { background: linear-gradient(135deg, #10251c, #126447); }
.leadership-grid article:nth-child(4) .leader-avatar { background: linear-gradient(135deg, #c9973f, #0d4a37); }
.leadership-grid article:nth-child(5) .leader-avatar { background: linear-gradient(135deg, #0d4a37, #8f1d16); }
.leadership-grid article:nth-child(6) .leader-avatar { background: linear-gradient(135deg, #126447, #c9973f); }
.leadership-grid article h3,
.leadership-grid article p,
.leadership-grid article span { position: relative; z-index: 1; }
.leadership-grid article h3 { margin-top: 0; }
.values-section,
.outlet-section,
.news-section { background: #fff; }
.promo-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #fff; background: linear-gradient(135deg, #0d4a37, #123126 60%, #7e211a); }
.promo-band .section-kicker { color: #f4d28a; }
.promo-band p { color: rgba(255,255,255,.78); }
.primary-cta.light { background: #fff; color: var(--green); box-shadow: none; white-space: nowrap; }
.news-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr); gap: 28px; align-items: center; }
.news-card span { color: var(--red); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.news-card h3 { margin: 10px 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.12; }
.news-card a { display: inline-flex; margin-top: 14px; color: var(--green); font-weight: 900; }
.gallery-section { background: #f8fbf7; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.gallery-grid img { width: 100%; height: 280px; object-fit: cover; border-radius: 22px; box-shadow: 0 14px 30px rgba(18,43,32,.1); }
.gallery-grid img:nth-child(3n+1) { height: 360px; }
.site-footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) minmax(220px, .8fr) minmax(220px, .8fr);
    gap: 28px;
    padding: 54px clamp(18px, 5vw, 78px) 26px;
    color: rgba(255,255,255,.78);
    background:
        radial-gradient(circle at 12% 12%, rgba(201,151,63,.16), transparent 24%),
        linear-gradient(135deg, #0a251b 0%, #10251c 58%, #071710 100%);
    border-top: 1px solid rgba(201,151,63,.35);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.site-footer::before {
    content: "";
    position: absolute;
    left: clamp(18px, 5vw, 78px);
    right: clamp(18px, 5vw, 78px);
    top: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,151,63,.72), transparent);
}
.footer-brand-panel,
.footer-panel {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background: rgba(255,255,255,.035);
}
.footer-logo-line { display: flex; align-items: center; gap: 16px; }
.site-footer img { width: 64px; height: 64px; border-radius: 50%; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.site-footer strong { display: block; color: #fff; font-size: 23px; line-height: 1.1; }
.site-footer small { display: block; margin-top: 6px; color: #f2d392; font-weight: 800; }
.site-footer p { margin: 18px 0 0; color: rgba(255,255,255,.68); }
.site-footer span { display: block; margin-bottom: 14px; color: #fff; font-size: 16px; font-weight: 900; }
.site-footer a { display: flex; align-items: center; gap: 9px; width: max-content; max-width: 100%; margin: 9px 0; color: rgba(255,255,255,.76); font-weight: 700; transition: color .18s ease, transform .18s ease; }
.site-footer a:hover { color: #f2d392; transform: translateX(3px); }
.site-footer i { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 999px; color: #10251c; background: #f2d392; font-size: 12px; font-style: normal; }
.footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom p { margin: 0; }
.footer-bottom a { margin: 0; padding: 10px 14px; border: 1px solid rgba(242,211,146,.32); border-radius: 999px; color: #f2d392; }
@media (max-width: 1040px) {
    .site-header { align-items: flex-start; flex-wrap: wrap; border-radius: 28px; }
    .site-nav { order: 3; justify-content: flex-start; flex-wrap: wrap; width: 100%; }
    .hero-section,
    .about-grid,
    .news-section { grid-template-columns: 1fr; }
    .hero-visual { width: 100%; justify-self: center; }
    .value-grid,
    .service-grid,
    .outlet-grid,
    .leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
    .site-header { position: relative; top: 0; width: calc(100% - 20px); min-height: auto; margin-top: 10px; padding: 14px 16px; border-radius: 24px; }
    .site-brand span { font-size: 16px; }
    .site-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
    .site-nav > a, .nav-dropdown > a { width: 100%; justify-content: center; background: #f1f6ef; }
    .nav-menu { position: static; display: grid; margin-top: 6px; box-shadow: none; }
    .login-pill { margin-left: auto; min-height: 40px; padding: 0 14px; }
    .hero-section { min-height: auto; margin-top: -86px; padding-top: 118px; }
    .hero-copy h1 { font-size: 42px; }
    .hero-copy p { font-size: 16px; }
    .hero-metrics { grid-template-columns: 1fr; }
    .hero-visual { width: 100%; border-radius: 24px; box-shadow: 0 20px 46px rgba(18,43,32,.1); }
    .hero-image { border-radius: 24px; }
    .about-grid { display: block; }
    .info-panel { margin-top: 24px; }
    .value-grid,
    .service-grid,
    .outlet-grid,
    .leadership-grid,
    .gallery-grid,
    .site-footer { grid-template-columns: 1fr; }
    .footer-bottom { display: grid; }
    .promo-band { display: block; }
    .promo-band .primary-cta { margin-top: 20px; }
    .gallery-grid img,
    .gallery-grid img:nth-child(3n+1) { height: 240px; }
}

.gallery-hero {
    padding: 86px clamp(18px, 5vw, 78px) 54px;
    text-align: center;
    background: linear-gradient(135deg, #fffdf7, #eef6ef);
}
.gallery-hero h1 {
    max-width: 780px;
    margin: 0 auto;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.04;
    letter-spacing: 0;
}
.gallery-hero p {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--text);
    font-size: 18px;
}
.gallery-page-section {
    background: #f8fbf7;
}
.album-block {
    margin-bottom: 42px;
    padding: clamp(18px, 3vw, 34px);
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(18,43,32,.08);
}
.album-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 24px;
}
.album-head h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
}
.album-head p {
    margin: 10px 0 0;
    color: var(--text);
}
.album-head strong {
    min-width: max-content;
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--green);
    background: #eef6ef;
}
.public-gallery-grid figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #eef6ef;
}
.public-gallery-grid img {
    height: 280px !important;
    border-radius: 0;
    box-shadow: none;
}
.public-gallery-grid figcaption {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px;
    border-radius: 14px;
    color: #fff;
    background: rgba(13,74,55,.82);
    backdrop-filter: blur(12px);
}
.public-gallery-grid figcaption strong,
.public-gallery-grid figcaption span {
    display: block;
}
.public-gallery-grid figcaption span {
    color: rgba(255,255,255,.78);
    font-size: 13px;
}
.empty-gallery,
.empty-gallery-page {
    padding: 28px;
    border-radius: 18px;
    color: var(--text);
    background: #f8fbf7;
}
.empty-gallery-page {
    text-align: center;
}
@media (max-width: 720px) {
    .album-head { display: block; }
    .album-head strong { display: inline-flex; margin-top: 14px; }
    .public-gallery-grid img { height: 230px !important; }
}

.gallery-open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    cursor: zoom-in;
    background: transparent;
}
.gallery-open img {
    transition: transform .25s ease, filter .25s ease;
}
.public-gallery-grid figure:hover .gallery-open img {
    transform: scale(1.035);
    filter: saturate(1.05);
}
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 4vw, 48px);
    background: rgba(9, 22, 17, .88);
    backdrop-filter: blur(14px);
}
.gallery-lightbox.is-open {
    display: flex;
}
body.lightbox-open {
    overflow: hidden;
}
.gallery-lightbox figure {
    position: relative;
    width: min(1120px, 100%);
    max-height: 88vh;
    margin: 0;
    display: grid;
    gap: 14px;
}
.gallery-lightbox img {
    width: 100%;
    max-height: 76vh;
    object-fit: contain;
    border-radius: 24px;
    background: #0b1a14;
    box-shadow: 0 30px 90px rgba(0,0,0,.38);
}
.gallery-lightbox figcaption {
    display: grid;
    gap: 2px;
    color: #fff;
    text-align: center;
}
.gallery-lightbox figcaption strong {
    font-size: 22px;
}
.gallery-lightbox figcaption span {
    color: rgba(255,255,255,.72);
}
.lightbox-close,
.lightbox-nav {
    position: absolute;
    z-index: 2;
    border: 0;
    color: #fff;
    background: rgba(255,255,255,.14);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    cursor: pointer;
}
.lightbox-close {
    top: 22px;
    right: 22px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 900;
}
.lightbox-nav {
    top: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 0;
}
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-nav::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin: 19px auto;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
.lightbox-prev::before { transform: rotate(-45deg); }
.lightbox-next::before { transform: rotate(135deg); }
@media (max-width: 720px) {
    .gallery-lightbox { padding: 12px; }
    .lightbox-close { top: 12px; right: 12px; }
    .lightbox-nav { width: 44px; height: 44px; }
    .lightbox-prev { left: 12px; }
    .lightbox-next { right: 12px; }
    .gallery-lightbox img { max-height: 72vh; border-radius: 18px; }
}

.public-gallery-grid figure {
    background: #eef6ef;
}
.public-gallery-grid figure > figcaption {
    display: none !important;
}
.gallery-open {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 280px;
    border-radius: 22px;
    overflow: hidden;
}
.public-gallery-grid .gallery-open img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    border: 1px solid rgba(13,74,55,.18);
    border-radius: 22px;
    background: #eef6ef;
}
.gallery-open::after {
    content: "View";
    position: absolute;
    right: 12px;
    bottom: 12px;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(13,74,55,.82);
    font-size: 13px;
    font-weight: 900;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}
.gallery-open:hover::after,
.gallery-open:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}
.gallery-lightbox figcaption:has(strong:empty):has(span:empty) {
    display: none;
}
@media (max-width: 720px) {
    .gallery-open { min-height: 230px; }
    .gallery-open::after { opacity: 1; transform: none; }
}
