:root {
    --green-950: #062d16;
    --green-900: #0a3f20;
    --green-800: #0f5a2c;
    --green-700: #126f38;
    --green-100: #e7f4ec;
    --gold: #b68617;
    --ink: #102019;
    --muted: #627066;
    --line: #dce8df;
    --bg: #f7faf8;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(5, 43, 20, .08);
    --radius-lg: 22px;
    --radius-md: 16px;
    --container: 1120px;
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background: var(--bg);
    font-size: 14px;
    line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 14px; color: var(--muted); }
h1, h2, h3, h4 { margin: 0 0 12px; color: var(--green-950); line-height: 1.15; letter-spacing: -0.02em; }
h1 { font-size: clamp(2rem, 4.2vw, 4.1rem); }
h2 { font-size: clamp(1.45rem, 2.6vw, 2.25rem); }
h3 { font-size: 1rem; }
img { max-width: 100%; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 760px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.93);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(12, 91, 45, .12);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-logo { width: 44px; height: 44px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-weight: 800; font-size: 1.05rem; color: var(--green-800); letter-spacing: .02em; }
.brand-sub { font-size: .73rem; color: var(--muted); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link, .nav-parent {
    border: 0;
    background: transparent;
    font: inherit;
    font-size: .85rem;
    color: var(--green-900);
    padding: 10px 11px;
    border-radius: 999px;
    cursor: pointer;
}
.nav-link:hover, .nav-link.active, .nav-item.active > .nav-link { background: var(--green-100); color: var(--green-800); }
.nav-item { position: relative; }
.submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 210px;
    padding: 8px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
}
.submenu-wide { min-width: 250px; }
.nav-item:hover .submenu, .nav-item:focus-within .submenu { display: block; }
.submenu-link { display: block; padding: 9px 10px; border-radius: 10px; color: var(--green-900); font-size: .84rem; }
.submenu-link:hover, .submenu-link.active { background: var(--green-100); }
.language-switch { display: flex; gap: 4px; margin-left: 6px; padding-left: 8px; border-left: 1px solid var(--line); }
.lang-link { font-size: .78rem; padding: 7px 8px; border-radius: 999px; color: var(--muted); }
.lang-link.active { background: var(--green-800); color: #fff; }
.mobile-menu-toggle { display: none; align-items: center; gap: 5px; background: var(--green-800); color: #fff; border: 0; border-radius: 999px; padding: 9px 12px; }
.mobile-menu-toggle span { display: block; width: 12px; height: 2px; background: #fff; border-radius: 10px; }
.mobile-menu-toggle b { font-size: .8rem; }

.hero { padding: 82px 0 48px; background: radial-gradient(circle at top right, rgba(18, 111, 56, .18), transparent 35%), linear-gradient(180deg, #fff, var(--bg)); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; }
.eyebrow { display: inline-block; color: var(--gold); font-weight: 800; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.lead { font-size: clamp(1rem, 1.4vw, 1.13rem); max-width: 650px; }
.hero-actions, .center-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 10px 16px; font-size: .88rem; font-weight: 700; transition: .2s ease; border: 1px solid transparent; }
.btn-primary { background: var(--green-800); color: #fff; box-shadow: 0 12px 25px rgba(18, 111, 56, .18); }
.btn-primary:hover { background: var(--green-900); transform: translateY(-1px); }
.btn-light { background: #fff; color: var(--green-900); border-color: var(--line); }
.btn-light:hover { border-color: var(--green-700); }
.btn.full { width: 100%; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.trust-row div { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 14px; }
.trust-row strong { display: block; color: var(--green-800); font-size: 1.1rem; }
.trust-row span { font-size: .78rem; color: var(--muted); }
.hero-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 16px; display: grid; gap: 12px; }
.persona-card { display: flex; gap: 12px; padding: 16px; background: linear-gradient(180deg, #fff, #f8fbf9); border: 1px solid var(--line); border-radius: 16px; }
.dot { width: 10px; height: 10px; background: var(--gold); border-radius: 999px; margin-top: 6px; flex: 0 0 auto; }
.persona-card p { font-size: .86rem; margin: 0; }

.section { padding: 62px 0; }
.section-muted { background: #edf6f0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 28px; }
.section-head.compact p { max-width: 650px; margin-inline: auto; }
.section-title { margin-bottom: 22px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid.three { grid-template-columns: repeat(3, 1fr); }
.feature-card, .info-card, .article-card, .unit-card, .contact-primary, .login-card, .stat-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: 0 12px 30px rgba(5, 43, 20, .05);
}
.feature-card p, .info-card p, .article-card p { font-size: .9rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.stack-cards { display: grid; gap: 14px; }
.page-hero { padding: 78px 0 44px; background: linear-gradient(180deg, #fff, var(--green-100)); text-align: center; }
.page-hero p { font-size: 1rem; }
.notice-box { margin-top: 22px; border-radius: var(--radius-md); padding: 18px 20px; background: var(--green-100); border: 1px solid rgba(18,111,56,.18); color: var(--green-900); }
.notice-box p { margin: 0; }
.slim-strip { padding-top: 28px; }
.strip-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px; border-radius: var(--radius-lg); background: var(--green-900); color: #fff; }
.strip-card h2, .strip-card p { color: #fff; }
.strip-card p { opacity: .85; margin: 0; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card h2 { font-size: 1.15rem; }
.article-card h3 { font-size: 1.02rem; }
.article-meta { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.article-card a { font-weight: 800; color: var(--green-800); font-size: .9rem; }
.article-body { max-width: 780px; }
.article-body p { font-size: 1rem; color: #34433a; }
.article-body .btn { margin-top: 16px; }
.article-hero h1 { font-size: clamp(1.8rem, 3vw, 3rem); }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; }
.contact-primary { background: linear-gradient(160deg, var(--green-900), var(--green-700)); color: #fff; }
.contact-primary h2, .contact-primary p, .contact-primary span, .contact-primary b { color: #fff; }
.contact-line { display: grid; gap: 4px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-line:last-child { border-bottom: 0; }
.contact-line b, .unit-card b { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); }
.contact-units { display: grid; gap: 14px; }
.unit-card p { margin-bottom: 8px; }
.small-note { font-size: .84rem; }

.login-section { min-height: 68vh; display: grid; place-items: center; padding: 54px 0; }
.login-wrap { display: flex; justify-content: center; }
.login-card { width: min(440px, 100%); }
.portal-form { display: grid; gap: 14px; margin-top: 20px; }
.portal-form label { display: grid; gap: 7px; font-size: .83rem; color: var(--green-950); font-weight: 700; }
.portal-form input { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 11px 12px; font: inherit; font-size: .92rem; outline: none; }
.portal-form input:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(18,111,56,.12); }
.alert { padding: 10px 12px; border-radius: 12px; font-size: .88rem; margin: 12px 0; }
.alert-error { background: #fff2f2; border: 1px solid #f4b4b4; color: #912020; }
.back-link { display: inline-flex; margin-top: 16px; font-size: .88rem; color: var(--green-800); font-weight: 700; }
.dashboard-section { padding: 54px 0; }
.dashboard-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; margin-bottom: 22px; }
.stat-card strong { display: block; font-size: 1.4rem; color: var(--green-800); margin-bottom: 4px; }
.stat-card span { color: var(--muted); font-size: .9rem; }
.dashboard-note { margin-top: 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 24px; padding: 44px 0 28px; }
.site-footer { background: var(--green-950); color: #d9ebe0; }
.site-footer h4, .footer-brand { color: #fff; }
.footer-brand { font-weight: 900; font-size: 1.3rem; color: #fff; }
.site-footer p, .footer-contact { color: #c5d8cc; font-size: .86rem; }
.site-footer a { display: block; color: #d9ebe0; margin: 7px 0; font-size: .86rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0 22px; color: #a8c5b4; font-size: .8rem; }

@media (max-width: 980px) {
    .mobile-menu-toggle { display: inline-flex; }
    .nav { min-height: 66px; }
    .nav-links { position: fixed; left: 16px; right: 16px; top: 78px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 12px; display: none; flex-direction: column; align-items: stretch; max-height: calc(100vh - 96px); overflow: auto; }
    .nav-links.open { display: flex; }
    .nav-link, .nav-parent { width: 100%; text-align: left; }
    .nav-item { width: 100%; }
    .submenu { display: block; position: static; box-shadow: none; border: 0; padding: 4px 0 8px 12px; min-width: 0; }
    .submenu-link { font-size: .83rem; }
    .language-switch { border-left: 0; margin-left: 0; padding-left: 0; }
    .hero-grid, .two-col, .contact-layout { grid-template-columns: 1fr; }
    .hero { padding-top: 50px; }
    .feature-grid, .feature-grid.three, .article-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
    .dashboard-head, .strip-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
    body { font-size: 13.5px; }
    .container { width: min(100% - 24px, var(--container)); }
    .brand-logo { width: 38px; height: 38px; }
    .brand-name { font-size: .96rem; }
    .brand-sub { font-size: .68rem; }
    .hero { padding: 42px 0 32px; }
    .page-hero { padding: 48px 0 32px; }
    .section { padding: 42px 0; }
    .feature-grid, .feature-grid.three, .article-grid, .footer-grid, .trust-row { grid-template-columns: 1fr; }
    h1 { font-size: 2rem; }
    h2 { font-size: 1.45rem; }
    .hero-actions { width: 100%; }
    .btn { width: 100%; }
    .feature-card, .info-card, .article-card, .unit-card, .contact-primary, .login-card, .stat-card { padding: 17px; }
}

/* Phase 26 public content maturity */
.feature-grid.two { grid-template-columns: repeat(2, 1fr); }
.role-card { min-height: 180px; }
.timeline-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.timeline-steps.compact-steps { grid-template-columns: repeat(4, 1fr); }
.step-card {
    display: flex;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 18px;
    box-shadow: 0 12px 30px rgba(5, 43, 20, .05);
}
.step-card > span {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--green-800);
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    flex: 0 0 auto;
}
.step-card p { margin: 0; font-size: .9rem; }
.mini-steps { display: grid; gap: 10px; }
.mini-steps div {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 13px 14px;
}
.mini-steps b {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--green-100);
    color: var(--green-800);
    font-size: .75rem;
}
.mini-steps span { color: var(--green-950); font-weight: 750; font-size: .9rem; }
.faq-list { display: grid; gap: 12px; max-width: 860px; }
.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 12px 30px rgba(5, 43, 20, .04);
    overflow: hidden;
}
.faq-item summary {
    cursor: pointer;
    padding: 16px 18px;
    color: var(--green-950);
    font-weight: 800;
    list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:after { content: '+'; float: right; color: var(--green-800); }
.faq-item[open] summary:after { content: '–'; }
.faq-item p { padding: 0 18px 18px; margin: 0; }
.no-margin { margin-top: 0; }
.site-footer .footer-grid { grid-template-columns: 1.2fr .8fr .9fr .8fr 1.1fr; }

@media (max-width: 980px) {
    .feature-grid.two, .timeline-steps, .timeline-steps.compact-steps { grid-template-columns: 1fr 1fr; }
    .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .feature-grid.two, .timeline-steps, .timeline-steps.compact-steps, .site-footer .footer-grid { grid-template-columns: 1fr; }
    .step-card { padding: 15px; }
}

/* Phase 27: public CMS, refined logo, mobile menu, and image-rich modern content */
.brand-logo { width: 64px; height: 64px; }
.brand { gap: 13px; }
.brand-name { font-size: 1.18rem; }
.brand-sub { font-size: .78rem; }
.mobile-menu-toggle { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: var(--green-900); }
.mobile-menu-toggle .hamburger-lines { display: inline-grid; gap: 4px; width: 18px; }
.mobile-menu-toggle .hamburger-lines span { display: block; width: 18px; height: 2px; border-radius: 999px; background: var(--green-900); }
.mobile-menu-toggle > span:not(.hamburger-lines) { display: none; }
.mobile-menu-toggle b { font-size: .82rem; }

.hero-visual, .page-visual, .article-thumb {
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}
.hero-visual img, .page-visual img, .article-thumb img { display: block; width: 100%; height: auto; }
.hero-visual { position: relative; padding: 12px; }
.hero-visual::after {
    content: "";
    position: absolute;
    inset: auto 28px 28px auto;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: rgba(182, 134, 23, .14);
    pointer-events: none;
}
.visual-caption {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}
.visual-caption div {
    border-radius: 14px;
    background: var(--green-100);
    padding: 12px;
    color: var(--green-900);
    font-size: .78rem;
    font-weight: 800;
}
.page-hero.has-visual { text-align: left; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .8fr); gap: 32px; align-items: center; }
.page-body-content { margin-top: 22px; color: var(--muted); font-size: .95rem; }
.page-body-content p { font-size: .95rem; }
.article-card .article-thumb { margin: -4px -4px 16px; border-radius: 14px; box-shadow: none; }
.article-card .article-thumb img { aspect-ratio: 16 / 10; object-fit: cover; }
.article-detail-image { margin: 24px 0; }
.cms-edited-note { font-size: .78rem; color: var(--muted); margin-top: 12px; }

@media (max-width: 980px) {
    .brand-logo { width: 56px; height: 56px; }
    .page-hero-grid { grid-template-columns: 1fr; }
    .page-visual { max-width: 520px; margin-inline: auto; }
}
@media (max-width: 640px) {
    .brand-logo { width: 52px; height: 52px; }
    .brand-sub { display: none; }
    .mobile-menu-toggle b { display: none; }
    .mobile-menu-toggle { padding: 10px; border-radius: 14px; }
    .visual-caption { grid-template-columns: 1fr; }
}

/* Phase 27 Hotfix 1: restore top submenu tree and robust mobile navigation */
.site-header { z-index: 1000; }
.brand-logo { width: 74px; height: 74px; }
.nav { min-height: 82px; }
.nav-item.has-submenu { position: relative; }
.nav-parent { display: inline-flex; align-items: center; gap: 6px; }
.nav-parent::after { content: "⌄"; font-size: .76rem; color: var(--green-700); transform: translateY(-1px); }
.nav-item.has-submenu:hover > .submenu,
.nav-item.has-submenu:focus-within > .submenu,
.nav-item.has-submenu.submenu-open > .submenu {
    display: grid;
    gap: 2px;
}
.submenu {
    z-index: 1005;
    margin-top: 0;
}
.mobile-menu-toggle {
    background: #fff;
    color: var(--green-900);
    border: 1px solid var(--line);
    box-shadow: 0 10px 22px rgba(5, 43, 20, .08);
}
.mobile-menu-toggle .hamburger-lines {
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 18px;
    height: 18px;
}
.mobile-menu-toggle .hamburger-lines i,
.mobile-menu-toggle .hamburger-lines span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    border-radius: 999px;
    background: var(--green-900) !important;
}

@media (max-width: 980px) {
    .brand-logo { width: 58px; height: 58px; }
    .nav { min-height: 74px; }
    .nav-links { top: 86px; }
    .nav-item.has-submenu > .submenu { display: none; }
    .nav-item.has-submenu.submenu-open > .submenu,
    .nav-item.has-submenu.active > .submenu { display: grid; }
    .nav-parent { justify-content: space-between; border-radius: 14px; }
    .nav-parent::after { content: "+"; font-size: 1rem; font-weight: 800; }
    .nav-item.has-submenu.submenu-open > .nav-parent::after,
    .nav-item.has-submenu.active > .nav-parent::after { content: "–"; }
    .submenu { padding: 5px 0 9px 12px; border-left: 2px solid var(--green-100); }
}

@media (max-width: 640px) {
    .brand-logo { width: 52px; height: 52px; }
    .brand-name { font-size: 1rem; }
    .brand-sub { font-size: .7rem; }
}

/* Phase 28 - Public CMS finalization */
.brand-logo { width: 58px; height: 58px; }
.nav { min-height: 80px; }
.mobile-menu-toggle { gap: 8px; }
.mobile-menu-toggle .hamburger-lines { display: inline-flex; flex-direction: column; gap: 4px; width: 18px; }
.mobile-menu-toggle .hamburger-lines i { display: block; width: 18px; height: 2px; background: #fff; border-radius: 10px; }
.mobile-menu-toggle > span:not(.hamburger-lines) { display: none; }
.hero-visual img, .page-visual img, .article-thumb img { border-radius: 20px; }
.article-thumb { height: 170px; display: grid; place-items: center; overflow: hidden; border-radius: 16px; background: #edf6f0; margin-bottom: 14px; }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cms-section .btn { margin-top: 14px; }
.visual-card .mini-visual { width: 100%; height: 120px; object-fit: contain; margin-bottom: 14px; border-radius: 14px; background: #f7faf8; }
.eyebrow.light { color: #f4d68a; }
.page-body-content { margin-top: 14px; color: #3d4b42; font-size: .94rem; line-height: 1.75; }
@media (max-width: 640px) {
    .brand-logo { width: 50px; height: 50px; }
    .nav { min-height: 72px; }
    .article-thumb { height: 150px; }
}

/* Phase 32 Hotfix 1 - Public top menu neutral state
   Only the current page/section should look selected. Dropdown trigger rows that use # stay neutral. */
.site-header .nav-link,
.site-header .nav-parent {
    background: transparent;
    color: var(--green-900);
}

.site-header .nav-link:hover,
.site-header .nav-parent:hover,
.site-header .nav-item.has-submenu.submenu-open > .nav-parent,
.site-header .nav-item.has-submenu:focus-within > .nav-parent {
    background: var(--green-100);
    color: var(--green-800);
}

.site-header .nav-link.active,
.site-header .nav-item.active > .nav-parent,
.site-header .submenu-link.active {
    background: var(--green-100);
    color: var(--green-800);
    font-weight: 800;
}

.site-header .nav-item:not(.active):not(.submenu-open) > .nav-parent {
    background: transparent;
    color: var(--green-900);
    font-weight: 700;
}

.site-header .mobile-menu-toggle {
    background: #fff;
    color: var(--green-900);
    border: 1px solid var(--line);
}

.site-header .mobile-menu-toggle .hamburger-lines {
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 18px;
    height: 18px;
}

.site-header .mobile-menu-toggle .hamburger-lines i,
.site-header .mobile-menu-toggle .hamburger-lines span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    border-radius: 999px;
    background: var(--green-900) !important;
}

/* Phase 33 - Homepage photographic visuals */
.hero-with-photo { overflow: hidden; }
.home-hero-photo { position: relative; }
.hero-photo-frame {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(18, 111, 56, .14);
    box-shadow: 0 28px 70px rgba(5, 43, 20, .16);
    background: #fff;
}
.hero-photo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(6,45,22,.12));
    pointer-events: none;
}
.hero-photo-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.hero-photo-mini-row {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: -28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.hero-photo-mini-row img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 18px;
    border: 4px solid #fff;
    box-shadow: 0 14px 30px rgba(5, 43, 20, .15);
}
.home-photo-story { background: #fff; }
.home-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.home-image-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(5, 43, 20, .07);
}
.home-image-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.home-image-card div { padding: 18px; }
.home-image-card h3 { font-size: 1rem; margin-bottom: 8px; }
.home-image-card p { font-size: .88rem; margin: 0; }
.image-rich-section { align-items: center; }
.photo-visual {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    background: #fff;
}
.photo-visual img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}
.article-thumb {
    margin: -20px -20px 16px;
    overflow: hidden;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}
.article-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}
@media (max-width: 980px) {
    .hero-photo-mini-row { position: static; margin-top: 12px; }
    .home-image-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .hero-photo-frame { border-radius: 22px; }
    .hero-photo-mini-row { grid-template-columns: 1fr; }
    .home-image-card div { padding: 16px; }
}
