@font-face{font-family:NanumGothic;src:url('/assets/NanumGothic-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:NanumGothic;src:url('/assets/NanumGothic-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:NanumGothic;src:url('/assets/NanumGothic-ExtraBold.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:Pretendard;src:url('/assets/PretendardVariable.woff2') format('woff2');font-style:normal;font-weight:45 920;font-display:swap}

:root{--navy:#1f463e;--navy-2:#2d5d53;--ink:#17342f;--muted:#40574f;--flower:#a94f49;--flower-dark:#803934;--rose:#f7e7df;--sky:#edf4f1;--paper:#f6f3ea;--line:#ded8cc;--gold:#d19a65;--white:#fff;--max:1240px;--shadow:0 22px 56px rgba(31,70,62,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:NanumGothic,"Malgun Gothic",sans-serif;font-size:19px;line-height:1.78;word-break:keep-all;-webkit-font-smoothing:auto;font-synthesis:none}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.shell{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:999;left:16px;top:-60px;padding:10px 16px;background:#fff;color:var(--navy);font-weight:800;box-shadow:var(--shadow)}.skip-link:focus{top:16px}
.utility{height:36px;background:var(--navy);color:#e5edf5;font-size:13px}.utility .shell{height:100%;display:flex;align-items:center;justify-content:space-between;gap:22px}.utility p{margin:0;font-weight:700;letter-spacing:.01em}.utility-links{display:flex;gap:20px}.utility a:hover{text-decoration:underline}
.site-header{position:sticky;z-index:100;top:0;height:88px;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(7,26,51,.12);backdrop-filter:blur(12px);transition:box-shadow .2s}.site-header.scrolled{box-shadow:0 12px 32px rgba(7,26,51,.1)}.header-inner{height:100%;display:flex;align-items:center;gap:34px}.brand{width:216px;flex:0 0 216px}.brand img{width:100%;height:auto}.main-nav{margin-left:auto;height:100%;display:flex;align-items:center;gap:8px}.nav-item{height:100%;position:relative;display:flex;align-items:center}.nav-link{height:100%;padding:0 20px;display:flex;align-items:center;color:var(--navy);font-size:17px;font-weight:800}.nav-item.active>.nav-link,.nav-link:hover{color:var(--flower)}.nav-item.active:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:4px;background:var(--flower)}.nav-toggle{width:34px;height:34px;margin-left:-12px;border:0;background:transparent;color:var(--navy);cursor:pointer;display:grid;place-items:center}.nav-toggle:after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-2px,-2px)}.submenu{position:absolute;top:78px;right:0;width:300px;padding:12px;background:#fff;border-top:4px solid var(--flower);box-shadow:0 20px 55px rgba(7,26,51,.2);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.submenu a{display:block;padding:12px 14px;border-bottom:1px solid #edf0f4;color:#26384e;font-size:15px;font-weight:700}.submenu a:last-child{border-bottom:0}.submenu a:hover,.submenu a[aria-current="page"]{background:var(--rose);color:var(--flower-dark)}.nav-item:hover .submenu,.nav-item:focus-within .submenu,.nav-item.expanded .submenu{opacity:1;visibility:visible;transform:none}.header-contact{margin-left:12px;padding:11px 18px;border:1px solid var(--navy);color:var(--navy);font-size:14px;font-weight:800}.header-contact:hover{background:var(--navy);color:#fff}.menu-button{display:none;width:46px;height:46px;margin-left:auto;padding:10px;border:0;background:transparent;cursor:pointer}.menu-button i{display:block;width:24px;height:2px;margin:5px auto;background:var(--navy);transition:.2s}.menu-button[aria-expanded="true"] i:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-button[aria-expanded="true"] i:nth-child(2){opacity:0}.menu-button[aria-expanded="true"] i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.eyebrow{margin:0 0 16px;color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.eyebrow.light{color:#f2b8c9}.display-title{margin:0;color:var(--navy);font-size:clamp(43px,5vw,72px);line-height:1.24;letter-spacing:-.025em}.section-title{margin:0;color:var(--navy);font-size:clamp(36px,3.7vw,54px);line-height:1.34;letter-spacing:-.025em}.section-copy{margin:20px 0 0;color:var(--muted);font-size:20px;line-height:1.85}.button{min-height:50px;padding:12px 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;font-size:15px;font-weight:800;transition:.2s}.button-primary{background:var(--flower);color:#fff}.button-primary:hover{background:var(--flower-dark);transform:translateY(-2px)}.button-light{background:#fff;color:var(--navy)}.button-light:hover{background:var(--rose)}.button-outline{border-color:rgba(255,255,255,.65);color:#fff}.button-outline:hover{background:#fff;color:var(--navy)}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-size:15px;font-weight:800;border-bottom:2px solid var(--flower);padding-bottom:4px}
.home-hero{min-height:720px;position:relative;display:flex;align-items:center;background:var(--navy);color:#fff;overflow:hidden}.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,31,.96) 0%,rgba(3,15,31,.82) 43%,rgba(3,15,31,.18) 74%),url('/assets/hero-premium.webp') 68% center/cover no-repeat}.home-hero:after{content:"";position:absolute;left:0;bottom:0;width:38%;height:7px;background:var(--flower)}.hero-inner{position:relative;z-index:1;padding:96px 0 112px}.hero-copy{max-width:810px}.home-hero h1{margin:0;font-size:clamp(52px,5.5vw,82px);line-height:1.2;letter-spacing:-.025em}.home-hero h1 strong{display:block;color:#ffd4df;font-weight:800}.hero-lead{max-width:730px;margin:28px 0 0;color:#e8eef5;font-size:22px;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero-note{margin-top:44px;display:flex;align-items:center;gap:14px;color:#d8e3ed;font-size:14px;font-weight:700}.hero-note:before{content:"";width:52px;height:1px;background:var(--gold)}
.intro-section{padding:110px 0;background:#fff}.intro-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:88px;align-items:start}.intro-grid .section-copy{margin-top:0}.axis-grid{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.axis-card{min-height:310px;padding:36px;position:relative;overflow:hidden;color:#fff;box-shadow:var(--shadow)}.axis-card:first-child{background:linear-gradient(145deg,#0b2a4d,#071a33)}.axis-card:last-child{background:linear-gradient(145deg,#c5265b,#881039)}.axis-number{display:block;color:#f5c9d6;font-size:13px;font-weight:800;letter-spacing:.16em}.axis-card h3{margin:22px 0 16px;font-size:32px;line-height:1.35;letter-spacing:-.025em}.axis-card p{margin:0;color:#e9eff5;font-size:17px;line-height:1.82}
.gateway-section{padding:110px 0;background:var(--paper)}.heading-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}.heading-row p:last-child{max-width:540px;margin:0;color:var(--muted)}.gateway-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:3px solid var(--navy);border-left:1px solid var(--line)}.gateway-card{min-height:265px;padding:34px 32px 28px;position:relative;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.25s}.gateway-card.featured{grid-row:span 2;min-height:530px;background:linear-gradient(180deg,rgba(7,26,51,.06),rgba(7,26,51,.96)),url('/assets/hero-premium.webp') 66% center/cover;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.gateway-card:hover{z-index:1;transform:translateY(-6px);box-shadow:var(--shadow)}.gateway-card .number{color:var(--flower);font-size:13px;font-weight:800}.gateway-card.featured .number{color:#f5c7d4}.gateway-card h3{margin:18px 0 12px;color:var(--navy);font-size:29px;line-height:1.4;letter-spacing:-.025em}.gateway-card.featured h3{color:#fff;font-size:39px}.gateway-card p{margin:0 0 22px;color:var(--muted);font-size:17px;line-height:1.75}.gateway-card.featured p{color:#e5edf5}.card-arrow{position:absolute;right:28px;bottom:24px;color:var(--flower);font-size:22px;font-weight:800}.gateway-card.featured .card-arrow{color:#fff}
.roots-section{padding:110px 0;background:var(--navy);color:#fff}.roots-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.roots-section .section-title{color:#fff}.roots-section .section-copy{color:#dbe5ef}.book-row{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.book-card{min-height:205px;padding:26px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06)}.book-card span{color:#efbdcc;font-size:13px;font-weight:800}.book-card h3{margin:15px 0 8px;font-size:23px;line-height:1.45}.book-card p{margin:0;color:#cdd9e5;font-size:15px}.roots-timeline{padding:42px 44px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.18);box-shadow:0 25px 70px rgba(0,0,0,.25)}.roots-timeline article{position:relative;padding:0 0 30px 52px;border-left:1px solid rgba(239,181,198,.5)}.roots-timeline article:last-child{padding-bottom:0}.roots-timeline article:before{content:"";position:absolute;left:-7px;top:7px;width:13px;height:13px;border-radius:50%;background:var(--flower);box-shadow:0 0 0 5px rgba(197,38,91,.18)}.roots-timeline time{display:block;color:#f2bbcb;font-size:13px;font-weight:800;letter-spacing:.08em}.roots-timeline h3{margin:8px 0 8px;font-size:25px;line-height:1.45}.roots-timeline p{margin:0;color:#cbd8e4;font-size:15px;line-height:1.75}
.page-masthead{min-height:440px;position:relative;display:flex;align-items:center;background:var(--navy);color:#fff;overflow:hidden}.page-masthead:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,32,.96),rgba(3,16,32,.78) 56%,rgba(3,16,32,.2)),var(--mast-image,url('/assets/hero-premium.webp')) center/cover no-repeat}.page-masthead:after{content:"";position:absolute;left:max(24px,calc((100% - var(--max))/2));bottom:0;width:110px;height:6px;background:var(--flower)}.masthead-inner{position:relative;z-index:1;padding:72px 0 82px}.breadcrumbs{margin:0 0 22px;display:flex;gap:10px;color:#c7d3df;font-size:13px;font-weight:700}.page-masthead h1{max-width:980px;margin:0;font-size:clamp(45px,4.8vw,68px);line-height:1.28;letter-spacing:-.025em}.masthead-lead{max-width:760px;margin:22px 0 0;color:#dce5ee;font-size:20px;line-height:1.75}
.local-nav{position:sticky;z-index:80;top:88px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 22px rgba(7,26,51,.06)}.local-nav .shell{display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}.local-nav .shell::-webkit-scrollbar{display:none}.local-nav a{min-height:62px;padding:0 20px;display:flex;align-items:center;white-space:nowrap;color:#415269;font-size:15px;font-weight:800;border-bottom:3px solid transparent}.local-nav a:hover,.local-nav a[aria-current="page"]{color:var(--flower);border-bottom-color:var(--flower)}
.content-section{padding:105px 0}.content-section.soft{background:var(--paper)}.content-section.navy{background:var(--navy);color:#fff}.lead-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:84px;align-items:start}.lead-grid.reverse{grid-template-columns:1.1fr .9fr}.lead-grid.reverse>*:first-child{order:2}.prose{max-width:760px}.prose.wide{max-width:920px}.prose p{margin:0 0 20px;color:#43546a;font-size:19px;line-height:1.92}.prose .lead{color:var(--ink);font-size:22px;font-weight:700}.content-section.navy .prose p{color:#dce6ef}.content-section.navy .section-title{color:#fff}.photo-frame{margin:0}.photo-frame img{width:100%;max-height:650px;object-fit:cover;box-shadow:var(--shadow)}.photo-frame.portrait img{aspect-ratio:4/5;object-position:64% center}.photo-frame.landscape img{aspect-ratio:16/10}.photo-frame figcaption{padding:12px 2px;color:#667589;font-size:13px}.content-section.navy .photo-frame figcaption{color:#b9c7d5}.representative-frame{padding:14px 14px 0;background:var(--navy);border:1px solid rgba(7,26,51,.22);box-shadow:0 0 0 4px var(--flower),0 26px 70px rgba(7,26,51,.24)}.representative-frame img{width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center;filter:brightness(1.035) contrast(1.065) saturate(1.04);box-shadow:none;background:#fff}.representative-frame figcaption{padding:13px 4px 14px;color:#d9e3ed}.signature{margin-top:30px;color:var(--navy);font-size:20px;font-weight:800;text-align:right}.signature span{display:block;margin-top:4px;font-size:30px;letter-spacing:.05em}
.fact-grid{margin-top:44px;display:grid;grid-template-columns:repeat(4,1fr);border-top:3px solid var(--navy);border-left:1px solid var(--line)}.fact-card{min-height:270px;padding:30px 26px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.fact-card .tag{color:var(--flower);font-size:12px;font-weight:800;letter-spacing:.14em}.fact-card h3{margin:18px 0 14px;color:var(--navy);font-size:25px;line-height:1.4}.fact-card p{margin:0;color:var(--muted);font-size:16px;line-height:1.78}.human-grid{margin-top:38px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.human-card{min-height:210px;padding:26px;background:#fff;border-top:4px solid var(--flower);box-shadow:0 10px 32px rgba(7,26,51,.08)}.human-card h3{margin:0 0 12px;color:var(--navy);font-size:22px}.human-card p{margin:0;color:var(--muted);font-size:16px;line-height:1.75}.evidence-pair{margin-top:44px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.evidence-pair figure{margin:0;background:#fff;box-shadow:var(--shadow)}.evidence-pair img{width:100%;aspect-ratio:4/3;object-fit:cover}.evidence-pair figcaption{padding:14px 18px;color:#34475e;font-size:14px;font-weight:700}.vision-panel{margin-top:40px;padding:40px;border-left:6px solid var(--flower);background:var(--navy);color:#fff}.vision-panel strong{display:block;font-size:31px;line-height:1.48;letter-spacing:-.025em}.vision-panel p{margin:16px 0 0;color:#d7e2ec}.mission-list{margin:30px 0 0;padding:0;list-style:none;counter-reset:mission}.mission-list li{counter-increment:mission;display:grid;grid-template-columns:44px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line);color:#34465c}.mission-list li:before{content:counter(mission,decimal-leading-zero);color:var(--flower);font-size:13px;font-weight:800}
.values-grid{margin-top:44px;display:grid;grid-template-columns:repeat(5,1fr);border-top:3px solid var(--navy);border-left:1px solid var(--line)}.value-card{min-height:275px;padding:28px 22px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.value-card span{color:var(--flower);font-size:13px;font-weight:800}.value-card h3{margin:18px 0 12px;color:var(--navy);font-size:23px}.value-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}.roles-grid{margin-top:44px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.role-card{min-height:255px;padding:34px;background:#fff;border-top:5px solid var(--flower);box-shadow:0 16px 45px rgba(7,26,51,.1)}.role-card small{color:var(--flower);font-weight:800}.role-card h3{margin:15px 0 13px;color:var(--navy);font-size:29px}.role-card p{margin:0;color:var(--muted);font-size:17px}.process-line{margin-top:40px;padding:28px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:15px;font-weight:800}.process-line i{color:#efafc2;font-style:normal}
.org-map{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative}.org-node{min-height:160px;padding:25px;background:#fff;border:1px solid var(--line)}.org-node.primary{grid-column:1/4;background:var(--navy);color:#fff;border:0;text-align:center}.org-node h3{margin:0 0 10px;color:var(--navy);font-size:22px}.org-node.primary h3{color:#fff;font-size:28px}.org-node p{margin:0;color:var(--muted);font-size:15px;line-height:1.72}.org-node.primary p{color:#dbe5ef}.division-list{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:10px;counter-reset:division}.division-list article{counter-increment:division;min-height:118px;padding:22px 24px;background:#fff;border-left:4px solid var(--flower)}.division-list h3{margin:0 0 7px;color:var(--navy);font-size:19px}.division-list h3:before{content:counter(division,decimal-leading-zero) "  ";color:var(--flower);font-size:12px}.division-list p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.leader-card{display:grid;grid-template-columns:.88fr 1.12fr;background:#fff;box-shadow:var(--shadow)}.leader-card img{width:100%;height:100%;min-height:500px;object-fit:cover;object-position:65% center}.leader-copy{padding:50px}.leader-copy h2{margin:0;color:var(--navy);font-size:43px}.leader-copy h2 span{display:block;margin-bottom:8px;color:var(--flower);font-size:14px;letter-spacing:.12em}.leader-copy>p{color:#43546a}.leader-facts{margin:30px 0 0;padding:0;list-style:none}.leader-facts li{padding:14px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:88px 1fr;gap:14px;font-size:15px;color:#405167}.leader-facts strong{color:var(--navy)}
.timeline{margin-top:46px;position:relative}.timeline:before{content:"";position:absolute;left:118px;top:0;bottom:0;width:2px;background:var(--line)}.timeline-item{display:grid;grid-template-columns:95px 1fr;gap:48px;padding:0 0 36px;position:relative}.timeline-item:before{content:"";position:absolute;left:111px;top:11px;width:16px;height:16px;border:4px solid #fff;border-radius:50%;background:var(--flower);box-shadow:0 0 0 1px var(--flower)}.timeline-year{color:var(--flower);font-size:16px;font-weight:800;text-align:right}.timeline-copy{padding:0 0 28px;border-bottom:1px solid var(--line)}.timeline-copy h3{margin:0 0 8px;color:var(--navy);font-size:23px}.timeline-copy p{margin:0;color:var(--muted);font-size:16px}.book-feature{margin-top:42px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.book-feature article{min-height:270px;padding:34px;background:linear-gradient(145deg,#112f52,#071a33);color:#fff;border-bottom:6px solid var(--flower)}.book-feature span{color:#efb5c6;font-size:14px;font-weight:800}.book-feature h3{margin:28px 0 18px;font-size:31px;line-height:1.4}.book-feature p{margin:0;color:#dbe5ef;font-size:16px}.cultural-story{display:grid;grid-template-columns:.86fr 1.14fr;gap:84px;align-items:start}.cultural-note{padding:42px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));box-shadow:0 22px 60px rgba(0,0,0,.2)}.cultural-note strong{display:block;color:#fff;font-size:30px;line-height:1.55;letter-spacing:-.025em}.cultural-note p{margin:20px 0 0;color:#cad7e3;font-size:16px}.cultural-note span{display:block;margin-top:28px;color:#f0b8c8;font-size:13px;font-weight:800;letter-spacing:.12em}.roadmap-grid{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.roadmap-card{min-height:360px;padding:30px;background:#fff;border-top:6px solid var(--flower);box-shadow:0 16px 42px rgba(7,26,51,.08)}.roadmap-card:nth-child(2){border-color:var(--gold)}.roadmap-card:nth-child(3){border-color:#2f7da9}.roadmap-card small{color:var(--flower);font-weight:800}.roadmap-card h3{margin:17px 0 8px;color:var(--navy);font-size:28px}.roadmap-card strong{display:block;color:#38516b;font-size:16px}.roadmap-card ul{margin:22px 0 0;padding-left:19px;color:var(--muted);font-size:15px;line-height:1.8}
.page-gateway{padding:105px 0;background:#fff}.page-gateway .gateway-grid{margin-top:44px}.next-nav{padding:72px 0;background:var(--navy);color:#fff}.next-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.next-link{min-height:150px;padding:28px;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;justify-content:center}.next-link:hover{background:rgba(255,255,255,.07)}.next-link span{color:#f0b6c7;font-size:12px;font-weight:800;letter-spacing:.12em}.next-link strong{margin-top:10px;font-size:24px}
.site-footer{padding:65px 0 0;background:#041426;color:#d7e2ec}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:60px}.footer-brand img{width:230px;background:#fff;padding:6px}.footer-brand p{margin:18px 0 0;color:#b9c8d7;font-size:15px}.footer-links strong,.footer-contact strong{display:block;margin-bottom:14px;color:#fff;font-size:15px}.footer-links a,.footer-contact a,.footer-contact p{display:block;margin:6px 0;color:#b9c8d7;font-size:14px}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-bottom{margin-top:46px;padding:20px 0;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;color:#8fa2b5;font-size:12px}
@media(max-width:1080px){body{font-size:18px}.utility{display:none}.site-header{top:0}.header-inner{gap:16px}.brand{width:190px;flex-basis:190px}.main-nav{gap:0}.nav-link{padding:0 14px;font-size:16px}.header-contact{display:none}.intro-grid,.roots-grid,.lead-grid,.lead-grid.reverse,.cultural-story{grid-template-columns:1fr;gap:44px}.lead-grid.reverse>*:first-child{order:0}.gateway-grid{grid-template-columns:1fr 1fr}.gateway-card.featured{grid-row:auto;grid-column:1/3;min-height:470px}.fact-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:repeat(3,1fr)}.leader-card{grid-template-columns:1fr}.leader-card img{min-height:420px;max-height:560px}.roadmap-grid{grid-template-columns:1fr}.roadmap-card{min-height:0}}
@media(max-width:780px){.shell{width:min(calc(100% - 36px),var(--max))}body{font-size:17px;line-height:1.72}.site-header{height:74px}.brand{width:174px;flex-basis:174px}.menu-button{display:block}.main-nav{position:fixed;z-index:110;top:74px;right:0;bottom:0;width:min(88vw,390px);height:auto;padding:18px;background:#fff;display:block;overflow-y:auto;box-shadow:-18px 30px 60px rgba(7,26,51,.24);transform:translateX(110%);transition:.25s}.main-nav.open{transform:none}.nav-item{height:auto;display:grid;grid-template-columns:1fr 42px;border-bottom:1px solid var(--line)}.nav-item.active:after{display:none}.nav-link{min-height:58px;padding:0 12px;font-size:17px}.nav-toggle{margin:0}.submenu{grid-column:1/3;position:static;width:auto;padding:0 0 12px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}.nav-item.expanded .submenu{display:block}.submenu a{padding:12px 18px;background:var(--paper)}.local-nav{top:74px}.local-nav a{min-height:56px;padding:0 14px;font-size:14px}.home-hero{min-height:620px}.home-hero:before{background:linear-gradient(90deg,rgba(3,15,31,.94),rgba(3,15,31,.52)),url('/assets/hero-premium.webp') 68% center/cover no-repeat}.hero-inner{padding:74px 0 86px}.home-hero h1{font-size:43px}.hero-lead{font-size:18px}.hero-actions{align-items:stretch;flex-direction:column;width:min(310px,100%)}.intro-section,.gateway-section,.roots-section,.content-section,.page-gateway{padding:76px 0}.intro-grid{gap:26px}.axis-grid,.gateway-grid,.book-row,.human-grid,.evidence-pair,.roles-grid,.book-feature,.next-grid{grid-template-columns:1fr}.axis-card{min-height:0}.heading-row{align-items:flex-start;flex-direction:column;margin-bottom:30px}.gateway-card.featured{grid-column:auto;min-height:420px}.gateway-card{min-height:240px}.roots-timeline{padding:32px 26px}.roots-timeline article{padding-left:34px}.page-masthead{min-height:390px}.page-masthead:before{background:linear-gradient(90deg,rgba(3,16,32,.95),rgba(3,16,32,.54)),var(--mast-image,url('/assets/hero-premium.webp')) 68% center/cover no-repeat}.masthead-inner{padding:62px 0 70px}.page-masthead h1{font-size:39px}.masthead-lead{font-size:17px}.fact-grid,.values-grid{grid-template-columns:1fr}.fact-card,.value-card{min-height:0}.prose p{font-size:17px;line-height:1.82}.prose .lead{font-size:20px}.photo-frame.portrait img{aspect-ratio:4/3;object-position:62% center}.representative-frame{padding:10px 10px 0;box-shadow:0 0 0 3px var(--flower),0 20px 48px rgba(7,26,51,.2)}.representative-frame img{height:auto;aspect-ratio:auto;object-fit:contain;object-position:center}.evidence-pair img{aspect-ratio:4/3}.process-line{align-items:stretch;flex-direction:column;text-align:center}.process-line i{transform:rotate(90deg)}.org-map,.division-list{grid-template-columns:1fr}.org-node.primary{grid-column:auto}.leader-copy{padding:32px 24px}.leader-copy h2{font-size:35px}.leader-facts li{grid-template-columns:72px 1fr}.timeline:before{left:74px}.timeline-item{grid-template-columns:58px 1fr;gap:34px}.timeline-item:before{left:67px}.timeline-year{font-size:14px}.cultural-note{padding:30px 25px}.cultural-note strong{font-size:25px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{gap:10px;flex-direction:column}}
@media(max-width:430px){.shell{width:min(calc(100% - 28px),var(--max))}.brand{width:158px;flex-basis:158px}.home-hero h1{font-size:36px}.display-title,.section-title{font-size:33px}.gateway-card.featured h3{font-size:33px}.page-masthead h1{font-size:33px}.section-copy{font-size:17px}.vision-panel{padding:28px 24px}.vision-panel strong{font-size:25px}.leader-card img{min-height:330px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Category 02 — 국민의 꽃 무궁화 */
.submenu.wide{width:330px}
.footer-grid.category-two{grid-template-columns:1.35fr .75fr .95fr .8fr;gap:54px}

.mgh-local-nav .shell{width:min(calc(100% - 32px),1380px)}
.mgh-local-nav a{padding-inline:16px;font-size:15px}
.mgh-hero{position:relative;padding:78px 0 90px;background:linear-gradient(135deg,#fffdfa 0%,#f6f1e8 58%,#eef5f1 100%);overflow:hidden}
.mgh-hero:after{content:"";position:absolute;right:-120px;top:-180px;width:480px;height:480px;border:1px solid rgba(169,79,73,.16);border-radius:50%;box-shadow:0 0 0 52px rgba(169,79,73,.035),0 0 0 104px rgba(31,70,62,.028)}
.mgh-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.88fr 1.12fr;gap:68px;align-items:center}
.mgh-hero-copy{padding:12px 0}
.mgh-hero .breadcrumbs,.mgh-hero .breadcrumbs a{color:#66756f}
.mgh-hero h1{margin:12px 0 0;color:var(--ink);font-size:clamp(50px,5.1vw,76px);line-height:1.2;letter-spacing:-.025em}
.mgh-hero h1 strong{color:var(--flower);font-weight:800}
.mgh-hero-lead{max-width:660px;margin:28px 0 32px;color:#40564f;font-size:21px;line-height:1.86}
.mgh-hero-photo{margin:0;padding:13px;border:1px solid rgba(31,70,62,.14);border-radius:34px;background:#fff;box-shadow:0 30px 76px rgba(31,70,62,.18)}
.mgh-hero-photo img{width:100%;aspect-ratio:1.28/1;object-fit:cover;object-position:center;border-radius:24px}
.mgh-hero-photo figcaption{padding:15px 8px 4px;color:#456159;font-size:14px;font-weight:700}

.mgh-section,.mgh-gallery-section{padding:108px 0;background:#fffdfa}
.mgh-section.soft,.mgh-gallery-section{background:linear-gradient(180deg,#f8f5ef,#f4f1e9)}
.mgh-gateway{padding:110px 0;background:#183d35;color:#fff}
.mgh-lead-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:88px;align-items:start}
.mgh-heading{max-width:720px}
.mgh-heading .eyebrow{margin-bottom:17px}
.mgh-heading h2{margin:0;color:var(--ink);font-size:clamp(38px,3.75vw,56px);line-height:1.32;letter-spacing:-.025em}
.mgh-heading>p:last-child:not(.eyebrow){max-width:760px;margin:22px 0 0;color:#60726b;font-size:18px;line-height:1.8}
.mgh-gateway .mgh-heading h2{color:#fff}
.mgh-gateway .mgh-heading>p:last-child{color:#d7e6e0}
.mgh-prose p{margin:0 0 22px;color:#4e625a;font-size:19px;line-height:1.94}
.mgh-prose .lead{color:var(--ink);font-size:23px;font-weight:800;line-height:1.75}

.mgh-gateway-grid{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mgh-gateway-card{min-height:278px;padding:32px;position:relative;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.17);border-radius:26px;background:rgba(255,255,255,.075);transition:transform .25s,background .25s,box-shadow .25s}
.mgh-gateway-card:first-child{grid-column:span 2;background:linear-gradient(135deg,#b75d56,#91413c)}
.mgh-gateway-card:hover{transform:translateY(-7px);background:rgba(255,255,255,.13);box-shadow:0 24px 54px rgba(7,29,25,.28)}
.mgh-gateway-card:first-child:hover{background:linear-gradient(135deg,#c56b63,#994843)}
.mgh-gateway-card span{color:#f4cda8;font-size:13px;font-weight:800;letter-spacing:.16em}
.mgh-gateway-card h3{margin:24px 0 12px;color:#fff;font-size:27px;line-height:1.4;letter-spacing:-.025em}
.mgh-gateway-card p{margin:0 0 28px;color:#e5eee9;font-size:16px;line-height:1.72}
.mgh-gateway-card b{margin-top:auto;color:#fff;font-size:14px}

.mgh-flower-gallery{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mgh-flower-gallery figure{margin:0;position:relative;border:1px solid rgba(31,70,62,.12);border-radius:24px;background:#fff;box-shadow:0 15px 36px rgba(31,70,62,.08);overflow:hidden}
.mgh-photo-stage{position:relative;overflow:hidden;background:#e8efeb}
.mgh-photo-stage img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.mgh-flower-gallery .mgh-photo-stage{aspect-ratio:3/2;padding:8px}
.mgh-flower-gallery figcaption{padding:18px 18px 20px;display:flex;flex-direction:column;gap:3px}
.mgh-flower-gallery figcaption strong{color:var(--ink);font-size:20px}
.mgh-flower-gallery figcaption span{color:#7a8883;font-size:12px}

.mgh-declaration{padding:74px 0;background:linear-gradient(135deg,#a94f49,#7f3935);color:#fff;text-align:center}
.mgh-declaration span{display:block;margin-bottom:18px;color:#f3d3ae;font-size:13px;font-weight:800;letter-spacing:.18em}
.mgh-declaration p{margin:0;color:#fff;font-size:clamp(25px,2.4vw,36px);line-height:1.55}
.mgh-declaration strong{display:block;margin-top:7px;color:#fff5e9;font-size:clamp(28px,3vw,44px);line-height:1.52;letter-spacing:-.025em}

.mgh-masthead{padding:64px 0;background:linear-gradient(135deg,#fffdfa,#f5efe5)}
.mgh-masthead-grid{min-height:420px;display:grid;grid-template-columns:1.12fr .88fr;align-items:stretch;border:1px solid rgba(31,70,62,.12);border-radius:34px;background:#fff;box-shadow:0 24px 60px rgba(31,70,62,.11);overflow:hidden}
.mgh-masthead-copy{padding:58px 64px;display:flex;flex-direction:column;justify-content:center}
.mgh-masthead .breadcrumbs,.mgh-masthead .breadcrumbs a{color:#66756f}
.mgh-masthead-copy h1{margin:8px 0 0;color:var(--ink);font-size:clamp(44px,4.5vw,66px);line-height:1.25;letter-spacing:-.025em}
.mgh-masthead--history-spirit .mgh-masthead-copy h1{font-size:clamp(36px,3vw,46px)}
.mgh-masthead--history-spirit .mgh-masthead-copy h1 span{white-space:nowrap}
.mgh-masthead--world-mugunghwa .mgh-masthead-copy h1{font-size:clamp(34px,2.9vw,44px);letter-spacing:-.025em}
.mgh-world-title-line{white-space:nowrap}
.mgh-masthead-copy>p:last-child{max-width:720px;margin:22px 0 0;color:#51655d;font-size:19px;line-height:1.8}
.mgh-masthead-art{position:relative;min-height:420px;background:#e9f0eb;overflow:hidden}
.mgh-masthead-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(31,70,62,.03))}
.mgh-masthead-art img{width:100%;height:100%;object-fit:cover;object-position:center}
.mgh-world-masthead-art{min-height:420px;padding:14px;display:grid;grid-template-columns:1.15fr .85fr;gap:10px;background:linear-gradient(145deg,#0a2235,#16483f)}
.mgh-world-masthead-art figure{min-width:0;margin:0;position:relative;overflow:hidden;border-radius:20px;background:#0b1e2e}
.mgh-world-masthead-art img{width:100%;height:100%;object-fit:cover;object-position:center}
.mgh-world-masthead-art figure:last-child img{object-position:55% center}
.mgh-world-masthead-art figcaption{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(6,25,35,.78);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(8px)}
.mgh-world-masthead-art.single{grid-template-columns:1fr}
.mgh-world-masthead-art.single img{object-position:center 68%}

.mgh-tree-story{display:grid;grid-template-columns:1.04fr .96fr;gap:54px;align-items:center}
.mgh-tree-story figure{margin:0;padding:12px;border-radius:30px;background:#fff;box-shadow:0 22px 55px rgba(31,70,62,.14)}
.mgh-tree-story figure img{width:100%;aspect-ratio:1.25/1;object-fit:cover;border-radius:21px}
.mgh-tree-story figcaption{padding:14px 8px 5px;color:#526961;font-size:14px;font-weight:700}
.mgh-tree-story>div>p{color:#53665f;font-size:18px;line-height:1.9}
.mgh-stat-row{margin:30px 0 18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mgh-stat-row div{padding:22px 18px;border:1px solid rgba(31,70,62,.1);border-radius:20px;background:#fff}
.mgh-stat-row strong{display:block;color:var(--flower);font-size:21px}
.mgh-stat-row span{display:block;margin-top:8px;color:#65756f;font-size:13px}
.mgh-tree-story small{color:#7b8984}

.mgh-constitution-grid{margin-top:46px;display:grid;grid-template-columns:.7fr 1.3fr;gap:18px}
.mgh-constitution-grid article{min-height:220px;padding:38px;display:flex;flex-direction:column;justify-content:space-between;border-radius:26px;background:linear-gradient(145deg,#1d493f,#2d6155);box-shadow:0 18px 44px rgba(31,70,62,.16)}
.mgh-constitution-grid article:last-child{background:linear-gradient(145deg,#fff,#f7ede4);border:1px solid rgba(169,79,73,.16);box-shadow:0 16px 40px rgba(31,70,62,.08)}
.mgh-constitution-grid span{color:#f2c9a8;font-size:14px;font-weight:800;letter-spacing:.12em}
.mgh-constitution-grid strong{color:#fff;font-size:clamp(26px,2.5vw,36px);line-height:1.55;letter-spacing:-.025em}
.mgh-constitution-grid article:last-child span{color:var(--flower-dark)}
.mgh-constitution-grid article:last-child strong{color:var(--ink)}
.mgh-interpretation{margin-top:20px;padding:28px 32px;display:grid;grid-template-columns:160px 1fr;gap:26px;border:1px solid rgba(209,154,101,.38);border-radius:22px;background:#fff8ef}
.mgh-interpretation strong{color:#7f4f28;font-size:18px}
.mgh-interpretation p{margin:0;color:#5e625c;font-size:17px;line-height:1.8}
.mgh-duality{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.mgh-duality article{padding:32px 34px;border:1px solid rgba(31,70,62,.12);border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(31,70,62,.07)}
.mgh-duality article:last-child{background:#eef5f1}
.mgh-duality span{color:var(--flower);font-size:12px;font-weight:800;letter-spacing:.14em}
.mgh-duality h3{margin:16px 0 8px;color:var(--ink);font-size:27px}
.mgh-duality p{margin:0;color:#5b6f67;font-size:17px;line-height:1.78}
.mgh-duality.law{margin-top:22px}

.mgh-history-feature{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:72px;align-items:center}
.mgh-namgung-portrait{width:min(100%,355px);margin:0 auto;padding:10px;overflow:hidden;border-radius:26px;background:linear-gradient(145deg,#204b42,#15372f);box-shadow:0 22px 52px rgba(31,70,62,.18)}
.mgh-namgung-portrait img{display:block;width:100%;height:auto;border-radius:17px 17px 4px 4px}
.mgh-namgung-portrait figcaption{padding:17px 12px 12px;display:grid;gap:4px;text-align:center}
.mgh-namgung-portrait figcaption strong{color:#fff;font-size:19px;line-height:1.45}
.mgh-namgung-portrait figcaption span{color:#d8e7e1;font-size:13px;line-height:1.5}
.mgh-myth-grid{margin-top:46px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mgh-myth-grid article{min-height:270px;padding:32px;display:flex;flex-direction:column;border:1px solid rgba(169,79,73,.15);border-radius:24px;background:linear-gradient(160deg,#fff,#fff7f3);box-shadow:0 14px 36px rgba(31,70,62,.065)}
.mgh-myth{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.1em}
.mgh-myth-grid h3{min-height:70px;margin:20px 0 18px;color:var(--ink);font-size:24px;line-height:1.45}
.mgh-myth-grid article>h3:first-child{margin-top:0}
.mgh-fact{margin:0;padding-top:17px;border-top:1px solid #eaded6;color:#596d65;font-size:16px;line-height:1.78}
.mgh-fact b{display:block;margin-bottom:5px;color:#28614f}

.mgh-street-evidence{margin-top:46px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(260px,.72fr);gap:20px;align-items:stretch}
.mgh-street-photo{margin:0;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(31,70,62,.12);border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(31,70,62,.09)}
.mgh-street-image{height:330px;display:grid;place-items:center;overflow:hidden;background:#eaf0ec}
.mgh-street-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.mgh-street-image.contain{background:#e4ebe6}
.mgh-street-image.contain img{object-fit:contain}
.mgh-street-photo figcaption{padding:19px 21px 22px;display:grid;gap:6px}
.mgh-street-photo figcaption strong{color:var(--ink);font-size:19px;line-height:1.45}
.mgh-street-photo figcaption span{color:#65766f;font-size:13px;line-height:1.6}
.mgh-street-stat{padding:36px 30px;display:flex;flex-direction:column;justify-content:center;text-align:center;border:1px solid rgba(169,79,73,.16);border-radius:24px;background:linear-gradient(155deg,#fff,#fff7f1);box-shadow:0 16px 40px rgba(31,70,62,.08)}
.mgh-street-stat>strong{display:block;color:var(--flower);font-size:clamp(50px,5vw,72px);line-height:1}
.mgh-street-stat h3{margin:24px 0 17px;color:var(--ink);font-size:22px;line-height:1.52}
.mgh-street-stat p{margin:0;color:#5d6f68;font-size:15px;font-weight:700;line-height:1.75}
.mgh-street-declaration{margin:28px 0 0;padding:26px 30px 26px 34px;border-left:6px solid var(--gold);border-radius:0 20px 20px 0;background:#fff;color:var(--flower-dark);font-size:clamp(20px,2.1vw,27px);font-weight:800;line-height:1.55;box-shadow:0 12px 30px rgba(31,70,62,.055)}
.mgh-history-local{margin-top:46px;display:grid;grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);gap:50px;align-items:center}

.mgh-world-feature-section{background:linear-gradient(145deg,#fffdfa 0%,#f6eee5 100%)}
.mgh-world-feature{margin-top:46px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);overflow:hidden;border:1px solid rgba(31,70,62,.14);border-radius:30px;background:#fff;box-shadow:0 22px 60px rgba(31,70,62,.1)}
.mgh-world-feature figure,.mgh-world-japan-layout figure,.mgh-world-japan-gallery figure,.mgh-world-asia figure,.mgh-world-country-grid figure{margin:0;overflow:hidden}
.mgh-world-feature figure{min-height:520px;display:grid;grid-template-rows:1fr auto;background:#102d2a}
.mgh-world-feature figure img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
.mgh-world-feature figcaption{padding:18px 22px;display:flex;justify-content:space-between;gap:18px;background:#102d2a;color:#fff}
.mgh-world-feature figcaption strong{font-size:16px}.mgh-world-feature figcaption span{color:#c9ddd6;font-size:12px;text-align:right}
.mgh-world-feature-copy{padding:48px 42px;display:flex;flex-direction:column;justify-content:center}
.mgh-world-feature-copy>span,.mgh-world-japan-copy>span,.mgh-world-asia-grid article>div:last-child>span,.mgh-world-country-grid article>div>span{color:var(--flower);font-size:12px;font-weight:800;letter-spacing:.13em}
.mgh-world-feature-copy h3{margin:21px 0 18px;color:var(--ink);font-size:31px;line-height:1.42}
.mgh-world-feature-copy p{margin:0;color:#586c64;font-size:17px;line-height:1.86}.mgh-world-feature-copy p+p{margin-top:14px}
.mgh-world-japan-layout{margin-top:46px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:20px;align-items:stretch}
.mgh-world-japan-main{min-height:0;align-self:start;display:block;border-radius:28px;background:#14382f;box-shadow:0 18px 44px rgba(31,70,62,.11)}
.mgh-world-japan-main img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}
.mgh-world-japan-main figcaption{padding:18px 22px;display:flex;justify-content:space-between;gap:18px;color:#fff}.mgh-world-japan-main figcaption strong{font-size:16px}.mgh-world-japan-main figcaption span{color:#d4e5df;font-size:12px;text-align:right}
.mgh-world-japan-copy{padding:42px;border:1px solid rgba(31,70,62,.12);border-radius:28px;background:linear-gradient(145deg,#fff,#edf5f1)}
.mgh-world-japan-copy h3{margin:20px 0 17px;color:var(--ink);font-size:29px;line-height:1.45}.mgh-world-japan-copy p{margin:0;color:#596d65;font-size:17px;line-height:1.84}.mgh-world-japan-copy p+p{margin-top:14px}
.mgh-world-japan-gallery{margin-top:20px;display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}
.mgh-world-japan-gallery figure{position:relative;height:330px;border-radius:24px;background:#e4ece8;box-shadow:0 14px 34px rgba(31,70,62,.08)}
.mgh-world-japan-gallery img{width:100%;height:100%;object-fit:cover}
.mgh-world-japan-gallery figcaption,.mgh-world-asia figure figcaption,.mgh-world-country-grid figcaption{position:absolute;left:14px;right:auto;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(8,34,31,.82);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(7px)}
.mgh-world-asia .mgh-heading>p:last-child:not(.eyebrow){color:#d4e4df}
.mgh-world-asia-grid{margin-top:46px;display:grid;grid-template-columns:.82fr 1.18fr;gap:20px}
.mgh-world-asia-grid>article{overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:rgba(255,255,255,.075)}
.mgh-world-asia-grid>article>figure{position:relative;height:380px}.mgh-world-asia-grid img{width:100%;height:100%;object-fit:cover}.mgh-world-asia-grid>article>figure img{object-position:center 38%}
.mgh-world-asia-pair{display:grid;grid-template-columns:1fr 1fr;height:380px}.mgh-world-asia-pair figure{position:relative;min-width:0}.mgh-world-asia-pair figure+figure{border-left:4px solid #143b35}
.mgh-world-asia-grid article>div:last-child{padding:31px 33px 35px}.mgh-world-asia-grid article>div:last-child>span{color:#efc16d}.mgh-world-asia-grid h3{margin:15px 0 11px;color:#fff;font-size:25px;line-height:1.42}.mgh-world-asia-grid p{margin:0;color:#d5e4df;font-size:16px;line-height:1.8}
.mgh-world-asia .mgh-sources{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.07)}.mgh-world-asia .mgh-sources strong{color:#efc16d}.mgh-world-asia .mgh-sources a{border-color:transparent;background:rgba(255,255,255,.94);color:#173f37}.mgh-world-asia .mgh-sources a:hover{background:#fff;color:#a23d42}
.mgh-world-country-grid{margin-top:46px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mgh-world-country-grid article{overflow:hidden;border:1px solid rgba(31,70,62,.12);border-radius:26px;background:#fff;box-shadow:0 16px 42px rgba(31,70,62,.085)}
.mgh-world-country-grid article:nth-child(2){background:linear-gradient(145deg,#fff,#edf5f1)}.mgh-world-country-grid article:nth-child(3){background:linear-gradient(145deg,#fff,#f7eee6)}
.mgh-world-country-grid figure{position:relative;height:330px;background:#e9efec}.mgh-world-country-grid figure img{width:100%;height:100%;object-fit:cover}.mgh-world-country-grid article:first-child figure img{object-position:center 44%}
.mgh-world-country-grid article>div{padding:29px 28px 34px}.mgh-world-country-grid h3{margin:15px 0 11px;color:var(--ink);font-size:23px;line-height:1.42}.mgh-world-country-grid p{margin:0;color:#5a6d66;font-size:16px;line-height:1.78}
.mgh-world-city-grid{margin-top:46px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mgh-world-city-grid article{min-height:280px;overflow:hidden;border:1px solid rgba(31,70,62,.12);border-radius:26px;background:linear-gradient(145deg,#fff,#edf5f1);box-shadow:0 16px 40px rgba(31,70,62,.08)}
.mgh-world-city-grid article:last-child{background:linear-gradient(145deg,#fff,#f6eee5)}
.mgh-world-city-card figure{height:420px;margin:0;position:relative;overflow:hidden;background:#e8eeeb}
.mgh-world-city-card figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 28%}
.mgh-world-city-card.rome figure{height:auto;display:block;background:#e8eeeb}
.mgh-world-city-card.rome figure img{width:100%;height:auto;object-fit:contain;object-position:center}
.mgh-world-city-card figure figcaption{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(8,34,31,.84);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(7px)}
.mgh-world-city-copy{padding:34px 36px 38px}
.mgh-world-city-grid span{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.11em}
.mgh-world-city-grid strong{display:block;margin:22px 0 14px;color:var(--ink);font-size:29px;line-height:1.35}
.mgh-world-city-grid p{margin:0;color:#586c64;font-size:17px;line-height:1.82}
.mgh-world-lessons{margin-top:46px;display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.mgh-world-lessons article{min-height:285px;padding:31px;border:1px solid rgba(31,70,62,.12);border-top:5px solid #2f745f;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(31,70,62,.07)}
.mgh-world-lessons article:nth-child(even){border-top-color:var(--gold);background:linear-gradient(145deg,#fff,#faf2e7)}
.mgh-world-lessons span{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.12em}
.mgh-world-lessons h3{margin:22px 0 13px;color:var(--ink);font-size:24px;line-height:1.42}
.mgh-world-lessons p{margin:0;color:#5a6e66;font-size:16px;line-height:1.78}
.mgh-section.dark{background:linear-gradient(135deg,#092236,#17463e);color:#fff}
.mgh-section.dark .mgh-heading h2{color:#fff}
.mgh-section.dark .mgh-heading .eyebrow{color:#f0bf65}
.mgh-world-language{display:grid;grid-template-columns:.82fr 1.18fr;gap:76px;align-items:center}
.mgh-world-language>div:first-child>p:last-child{margin:26px 0 0;color:#d9e7e2;font-size:18px;line-height:1.88}
.mgh-world-name-list{display:grid;gap:14px}
.mgh-world-name-list article{padding:25px 28px;border:1px solid rgba(255,255,255,.17);border-radius:20px;background:rgba(255,255,255,.07)}
.mgh-world-name-list span{display:block;color:#efc16d;font-size:12px;font-weight:800;letter-spacing:.12em}
.mgh-world-name-list strong{display:block;margin-top:9px;color:#fff;font-size:25px;line-height:1.35}
.mgh-world-name-list small{display:block;margin-top:7px;color:#c9dad5;font-size:14px;line-height:1.62}
.mgh-world-facts{margin-top:46px;display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.mgh-world-facts article{min-height:310px;padding:32px 29px;border:1px solid rgba(31,70,62,.12);border-radius:24px;background:#fff;box-shadow:0 15px 36px rgba(31,70,62,.065)}
.mgh-world-facts article:nth-child(2){background:linear-gradient(145deg,#fff,#f6eee5)}
.mgh-world-facts article:nth-child(3){background:linear-gradient(145deg,#fff,#eaf3ef)}
.mgh-world-facts article:nth-child(4){background:linear-gradient(145deg,#fff,#edf2f6)}
.mgh-world-facts span{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.12em}
.mgh-world-facts h3{margin:23px 0 14px;color:var(--ink);font-size:24px;line-height:1.42}
.mgh-world-facts p{margin:0;color:#596d65;font-size:16px;line-height:1.8}
.mgh-world-city-tags{margin-top:24px;padding-top:20px;display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid rgba(31,70,62,.12)}
.mgh-world-city-tags b{padding:7px 12px;border-radius:999px;background:#edf4f0;color:#255a49;font-size:13px}
.mgh-world-city-grid article:last-child .mgh-world-city-tags b{background:#f5e9df;color:#85433c}
.mgh-world-horticulture{margin-top:46px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mgh-world-horticulture article{min-height:440px;padding:42px;border-radius:28px;box-shadow:0 18px 44px rgba(31,70,62,.1)}
.mgh-world-horticulture .value{background:linear-gradient(145deg,#173f37,#0e2f2a);color:#fff}
.mgh-world-horticulture .care{border:1px solid rgba(169,79,73,.15);background:linear-gradient(145deg,#fff,#f7eee6)}
.mgh-world-horticulture span{color:#efc16d;font-size:13px;font-weight:800;letter-spacing:.12em}
.mgh-world-horticulture .care span{color:var(--flower)}
.mgh-world-horticulture h3{margin:25px 0 17px;color:#fff;font-size:30px;line-height:1.46}
.mgh-world-horticulture .care h3{color:var(--ink)}
.mgh-world-horticulture p{margin:0;color:#dce8e4;font-size:17px;line-height:1.84}
.mgh-world-horticulture .care p{color:#576a63}
.mgh-world-horticulture ul{margin:28px 0 0;padding:23px 0 0 21px;border-top:1px solid rgba(255,255,255,.18);color:#fff;font-size:15px;font-weight:700;line-height:1.95}
.mgh-world-horticulture .care ul{border-top-color:rgba(31,70,62,.12);color:#36594e}
.mgh-world-principle{margin-top:24px;padding:29px 32px;display:grid;grid-template-columns:250px 1fr;gap:30px;align-items:center;border-left:6px solid var(--gold);border-radius:0 22px 22px 0;background:#f7f1e8}
.mgh-world-principle strong{color:var(--ink);font-size:19px;line-height:1.55}
.mgh-world-principle p{margin:0;color:#556962;font-size:16px;line-height:1.8}

.mgh-principle-grid,.mgh-science-grid,.mgh-human-grid,.mgh-policy-grid{display:grid;gap:18px}
.mgh-principle-grid{grid-template-columns:repeat(3,1fr)}
.mgh-principle-grid article,.mgh-science-grid article,.mgh-human-grid article,.mgh-policy-grid article{padding:32px;border:1px solid rgba(31,70,62,.11);border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(31,70,62,.065)}
.mgh-principle-grid article{min-height:230px}
.mgh-principle-grid span,.mgh-science-grid span,.mgh-human-grid span,.mgh-policy-grid span{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.12em}
.mgh-principle-grid h3,.mgh-science-grid h3,.mgh-human-grid h3,.mgh-policy-grid h3{margin:19px 0 12px;color:var(--ink);font-size:25px;line-height:1.4}
.mgh-principle-grid p,.mgh-science-grid p,.mgh-human-grid p,.mgh-policy-grid p{margin:0;color:#60716b;font-size:16px;line-height:1.78}

.mgh-citizen-actions{margin-top:46px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mgh-citizen-actions article{min-height:270px;padding:31px;border:1px solid rgba(31,70,62,.12);border-top:5px solid var(--flower);border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(31,70,62,.065)}
.mgh-citizen-actions article:nth-child(even){background:linear-gradient(145deg,#fff,#f7f1e9)}
.mgh-citizen-actions span,.mgh-space-grid article>span{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.12em}
.mgh-citizen-actions h3{margin:22px 0 13px;color:var(--ink);font-size:24px;line-height:1.42}
.mgh-citizen-actions p{margin:0;color:#5c6f67;font-size:16px;line-height:1.8}

.mgh-space-grid{margin-top:46px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mgh-space-grid article{min-height:330px;padding:38px;border:1px solid rgba(31,70,62,.12);border-radius:26px;background:#fff;box-shadow:0 16px 40px rgba(31,70,62,.07)}
.mgh-space-grid article:nth-child(1){background:linear-gradient(150deg,#fff,#f3edda)}
.mgh-space-grid article:nth-child(2){background:linear-gradient(150deg,#fff,#eaf2f7)}
.mgh-space-grid article:nth-child(3){background:linear-gradient(150deg,#fff,#f7e8ea)}
.mgh-space-grid h3{margin:20px 0 14px;color:var(--ink);font-size:27px;line-height:1.4}
.mgh-space-grid p{margin:0;color:#536861;font-size:17px;line-height:1.8}
.mgh-space-grid ul{margin:22px 0 0;padding:20px 0 0 20px;border-top:1px solid rgba(31,70,62,.12);color:#395a50;font-size:15px;font-weight:700;line-height:1.9}

.mgh-sources{margin-top:42px;padding:28px 32px;display:grid;grid-template-columns:130px 1fr;gap:24px;border:1px solid rgba(31,70,62,.11);border-radius:22px;background:#fff}
.mgh-sources>strong{color:var(--ink);font-size:16px}
.mgh-sources>div{display:flex;flex-wrap:wrap;gap:10px}
.mgh-sources a{padding:7px 13px;border-radius:999px;background:#f3eee7;color:#3c554d;font-size:14px;font-weight:700}
.mgh-sources a:hover{background:#f5e3db;color:var(--flower-dark)}
.mgh-sources a span{margin-left:6px;color:var(--flower)}

.mgh-infographic{margin:46px 0 0;padding:12px;border:1px solid rgba(31,70,62,.12);border-radius:28px;background:#fff;box-shadow:0 22px 56px rgba(31,70,62,.12)}
.mgh-infographic img{width:100%;border-radius:19px}
.mgh-infographic figcaption{padding:15px 10px 6px;color:#65766f;font-size:14px}
.mgh-value-row{margin-top:42px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.mgh-value-row article{min-height:220px;padding:28px 24px;border-radius:22px;background:linear-gradient(160deg,#fff,#f7f1e9);box-shadow:0 12px 30px rgba(31,70,62,.07)}
.mgh-value-row span{color:var(--flower);font-size:13px;font-weight:800}
.mgh-value-row h3{margin:24px 0 11px;color:var(--ink);font-size:25px}
.mgh-value-row p{margin:0;color:#60716a;font-size:15px;line-height:1.72}

.mgh-science-grid{margin:48px auto 0;grid-template-columns:repeat(4,1fr)}
.mgh-science-grid article:nth-child(even){background:#f8f2e9}
.mgh-science-grid article>h3:first-child{margin-top:0}
.mgh-resource-feature{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:56px;align-items:center}
.mgh-resource-image,.mgh-genome-image{margin:0;overflow:hidden;border-radius:28px;box-shadow:0 22px 54px rgba(19,45,39,.17)}
.mgh-resource-image{padding:11px;background:#10273e}
.mgh-resource-image img,.mgh-genome-image img{display:block;width:100%;height:auto;object-fit:contain}
.mgh-resource-image img{border-radius:19px}
.mgh-resource-image figcaption,.mgh-genome-image figcaption{padding:13px 9px 4px;color:#697a74;font-size:13px;line-height:1.55}
.mgh-resource-image figcaption{color:#dbe7e2}
.mgh-resource-copy .mgh-heading>p:last-child:not(.eyebrow){max-width:640px}
.mgh-resource-list{margin-top:30px;display:grid;gap:14px}
.mgh-resource-list article{padding:24px 26px;border:1px solid rgba(31,70,62,.12);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(31,70,62,.06)}
.mgh-resource-list article>span{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.08em}
.mgh-resource-list h3{margin:10px 0 7px;color:var(--ink);font-size:22px;line-height:1.4}
.mgh-resource-list p{margin:0;color:#5d7069;font-size:16px;line-height:1.72}
.mgh-research-stats{margin-top:17px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mgh-research-stats strong{padding:14px;border-radius:14px;background:#f7eee6;color:var(--flower-dark);font-size:26px;line-height:1.1}
.mgh-research-stats small{display:block;margin-top:7px;color:#5d6e68;font-size:12px;line-height:1.4}
.mgh-resource-list .mgh-research-caution{background:#173d35}
.mgh-resource-list .mgh-research-caution>span{color:#f1c29c}
.mgh-resource-list .mgh-research-caution h3{color:#fff}
.mgh-resource-list .mgh-research-caution p{color:#dbe7e2}
.mgh-section.genome{background:linear-gradient(135deg,#183d35,#24574c);color:#fff}
.mgh-section.genome .mgh-heading h2{color:#fff}
.mgh-genome-feature{margin-top:44px;display:grid;grid-template-columns:minmax(0,1.14fr) minmax(390px,.86fr);gap:26px;align-items:start}
.mgh-genome-image{padding:11px;background:#0c2238;border:1px solid rgba(255,255,255,.17)}
.mgh-genome-image img{border-radius:19px}
.mgh-genome-image figcaption{color:#dce9e4}
.mgh-genome-grid{margin-top:44px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.mgh-genome-feature .mgh-genome-grid{margin-top:0;grid-template-columns:repeat(2,minmax(0,1fr))}
.mgh-genome-grid article{min-height:220px;padding:30px;border:1px solid rgba(255,255,255,.17);border-radius:24px;background:rgba(255,255,255,.07)}
.mgh-genome-feature .mgh-genome-grid article{min-height:190px;padding:25px}
.mgh-genome-grid span{display:block;color:#f2c9ae;font-size:14px;font-weight:800}
.mgh-genome-grid strong{display:block;margin:20px 0 10px;color:#fff;font-size:31px;line-height:1.25}
.mgh-genome-grid p{margin:0;color:#dce9e4;font-size:15px;line-height:1.72}
.mgh-accuracy{margin-top:24px;padding:27px 30px;display:grid;grid-template-columns:145px 1fr;gap:24px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.08)}
.mgh-accuracy strong{color:#f3d1a9}
.mgh-accuracy p{margin:0;color:#fff;line-height:1.75}
.mgh-section.genome .mgh-sources{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.075)}
.mgh-section.genome .mgh-sources>strong{color:#fff}
.mgh-section.genome .mgh-sources a{background:rgba(255,255,255,.11);color:#fff}
.mgh-badges{margin-top:28px;display:flex;flex-wrap:wrap;gap:9px}
.mgh-badges span{padding:9px 16px;border:1px solid rgba(31,70,62,.15);border-radius:999px;background:#fff;color:var(--ink);font-size:14px;font-weight:800}

.mgh-human-grid{margin:42px 0 0;grid-template-columns:repeat(3,1fr)}
.mgh-human-grid article{min-height:155px;padding:28px;position:relative;overflow:hidden}
.mgh-human-grid article>h3:first-child{margin-top:0}
.mgh-human-grid article:after{content:"";position:absolute;right:-34px;bottom:-34px;width:100px;height:100px;border-radius:50%;background:rgba(169,79,73,.055)}
.mgh-book-grid{margin-top:46px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mgh-book-grid article{min-height:290px;padding:40px;border-radius:28px;background:linear-gradient(145deg,#214e44,#15372f);color:#fff;box-shadow:0 20px 48px rgba(31,70,62,.18)}
.mgh-book-grid article:last-child{background:linear-gradient(145deg,#b35a53,#873e39)}
.mgh-book-grid span{color:#f4d0aa;font-size:15px;font-weight:800}
.mgh-book-grid h3{margin:30px 0 17px;font-size:31px;line-height:1.42}
.mgh-book-grid p{margin:0;color:#e9f1ed;font-size:16px;line-height:1.82}
.mgh-lecture-grid{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mgh-lecture-grid figure{margin:0;padding:10px;border:1px solid rgba(31,70,62,.11);border-radius:26px;background:#fff;box-shadow:0 16px 40px rgba(31,70,62,.09)}
.mgh-lecture-grid img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px}
.mgh-lecture-grid figcaption{padding:14px 8px 5px;color:#4d625a;font-size:14px;font-weight:700}
.mgh-note{margin:24px 0 0;padding:23px 26px;border-left:5px solid var(--gold);border-radius:0 18px 18px 0;background:#fff8ee;color:#64584c;font-size:15px;line-height:1.75}

.mgh-variety-spectrum{padding:clamp(38px,5vw,68px);display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:52px;align-items:end;border-radius:32px;background:radial-gradient(circle at 16% 13%,rgba(209,154,101,.26),transparent 26%),linear-gradient(135deg,#091d36,#0d2c4c);color:#fff;box-shadow:0 26px 64px rgba(12,34,56,.22)}
.mgh-variety-spectrum .eyebrow{color:#efbf4a}
.mgh-variety-spectrum h2{margin:0;color:#fff;font-size:clamp(46px,5vw,70px);line-height:1.2;letter-spacing:-.025em}
.mgh-variety-spectrum>div>p:not(.eyebrow){margin:28px 0 0;color:#f3f0e9;font-size:21px;font-weight:700;line-height:1.75}
.mgh-botanical-names{margin-top:29px;display:flex;flex-wrap:wrap;gap:14px 34px;color:#f3f0e9;font-size:18px;font-weight:700}
.mgh-botanical-names span{display:flex;gap:10px;align-items:baseline}
.mgh-botanical-names b{color:#efbf4a}
.mgh-variety-names{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mgh-variety-names span{min-height:58px;padding:13px 18px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.075);color:#fff;font-size:18px;font-weight:800}
.mgh-notable-grid{margin-top:52px;display:grid;gap:22px}
.mgh-notable-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}
.mgh-notable-grid .notable-card{min-width:0;border:1px solid rgba(31,70,62,.12);border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 20px 50px rgba(31,70,62,.12)}
.mgh-notable-grid .notable-card figure{margin:0;display:grid;grid-template-rows:420px auto;background:#edf2ee}
.mgh-notable-grid .notable-card img{width:100%;height:100%;padding:12px;object-fit:contain;object-position:center}
.mgh-notable-grid .notable-card figcaption{min-height:42px;padding:10px 18px;background:#f7f3ed;color:#697a73;font-size:12px;line-height:1.55}
.mgh-notable-grid .notable-card figcaption a{margin:0;color:#697a73;font-size:inherit;font-weight:700}
.mgh-notable-grid .notable-card>div{padding:30px 32px 34px}
.mgh-notable-grid span{color:var(--flower-dark);font-size:13px;font-weight:800;letter-spacing:.08em}
.mgh-notable-grid h3{margin:15px 0 12px;color:var(--ink);font-size:30px}
.mgh-notable-grid p{margin:0;color:#5d7068;font-size:16px;line-height:1.83}
.mgh-notable-grid a{display:inline-block;margin-top:19px;color:var(--flower-dark);font-size:14px;font-weight:800}
.mgh-accuracy.strong{border-color:rgba(169,79,73,.24);background:#fff6f1}
.mgh-accuracy.strong strong{color:var(--flower-dark)}
.mgh-accuracy.strong p{color:#4d5f59}

.mgh-question-row{margin-top:48px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.mgh-question-row article{min-height:210px;padding:28px 24px;border:1px solid rgba(31,70,62,.1);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(31,70,62,.065)}
.mgh-question-row span{color:var(--flower);font-size:13px;font-weight:800}
.mgh-question-row h3{margin:24px 0 11px;color:var(--ink);font-size:22px}
.mgh-question-row p{margin:0;color:#60726b;font-size:15px;line-height:1.72}
.mgh-care-steps{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.mgh-care-steps article{padding:27px;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(31,70,62,.075)}
.mgh-care-steps span{color:var(--flower);font-size:12px;font-weight:800;letter-spacing:.11em}
.mgh-care-steps h3{margin:18px 0 10px;color:var(--ink);font-size:22px}
.mgh-care-steps p{margin:0;color:#61736c;font-size:15px;line-height:1.7}
.mgh-care-steps.full{margin-top:46px;grid-template-columns:repeat(4,1fr)}
.mgh-compare-grid{margin-top:44px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.mgh-compare-grid article{min-height:220px;padding:34px;border-radius:25px}
.mgh-compare-grid .problem{border:1px solid #efd7cf;background:#fff7f3}
.mgh-compare-grid .solution{border:1px solid #cfe0d7;background:#f1f7f3}
.mgh-compare-grid .photo{padding:0;overflow:hidden;box-shadow:0 16px 40px rgba(31,70,62,.09)}
.mgh-compare-grid .photo>.mgh-photo-stage{aspect-ratio:16/9}
.mgh-compare-grid .photo>.mgh-compare-copy{padding:29px 34px 32px}
.mgh-compare-grid span{font-size:13px;font-weight:800}
.mgh-compare-grid .problem span{color:#a34842}
.mgh-compare-grid .solution span{color:#276650}
.mgh-compare-grid h3{margin:19px 0 12px;color:var(--ink);font-size:26px}
.mgh-compare-grid p{margin:0;color:#5a6d66;font-size:16px;line-height:1.75}
.mgh-compare-grid .tree-care-photo{display:flex;flex-direction:column;padding:18px 18px 0;background:#fff;border:1px solid #cbd9cf;border-radius:26px;box-shadow:0 12px 32px rgba(31,70,62,.08)}
.mgh-compare-grid .tree-care-photo>.mgh-photo-stage{display:flex;align-items:center;justify-content:center;aspect-ratio:6/5;padding:12px;background:#f4f6f0;border:1px solid #dfe5da;border-radius:18px;overflow:hidden}
.mgh-compare-grid .tree-care-photo .mgh-photo-stage img{display:block;width:100%;height:100%;object-fit:contain;object-position:50% 50%;border-radius:12px}
.mgh-compare-grid .tree-care-photo>.mgh-compare-copy{flex:1;padding:25px 14px 30px}
.mgh-compare-grid .tree-care-photo .mgh-compare-copy>span{display:inline-block;padding:5px 12px;border-radius:999px;background:#eaf2e9;color:#275540;font-size:.9375rem;letter-spacing:.02em}
.mgh-compare-grid .tree-care-photo h3{margin:16px 0 12px;color:#173a34;font-size:clamp(1.375rem,2.1vw,1.75rem);line-height:1.5}
.mgh-compare-grid .tree-care-photo p{color:#40574e;font-size:1.0625rem;line-height:1.85}
@media(max-width:780px){
  .mgh-compare-grid .tree-care-photo{padding:14px 14px 0;border-radius:22px}
  .mgh-compare-grid .tree-care-photo>.mgh-photo-stage{padding:8px;border-radius:15px}
  .mgh-compare-grid .tree-care-photo>.mgh-compare-copy{padding:23px 10px 27px}
}
.mgh-section.field{background:linear-gradient(135deg,#173e36,#27594e);color:#fff}
.mgh-section.field .mgh-heading h2{color:#fff}
.mgh-section.field .mgh-heading>p:last-child{color:#f1cab0;font-weight:800}
.mgh-field-gallery{margin-top:46px;display:grid;grid-template-columns:.84fr 1.16fr;grid-template-rows:1fr 1fr;gap:18px}
.mgh-field-gallery figure{margin:0;display:grid;grid-template-rows:1fr auto;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:#102f29;overflow:hidden;box-shadow:0 18px 44px rgba(13,43,36,.28)}
.mgh-field-gallery .primary{grid-row:1/3}
.mgh-field-gallery img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
.mgh-field-gallery .primary img{aspect-ratio:609/836}
.mgh-field-photo-crop{width:100%;aspect-ratio:2.2/1;background-image:url('/assets/planting-pruning-multiple-source.png');background-size:173% auto;background-position:right top;background-repeat:no-repeat}
.mgh-field-gallery figure:not(.primary) img{aspect-ratio:2.2/1}
.mgh-field-gallery figcaption{padding:13px 18px;color:#e5eee9;font-size:14px;font-weight:700;line-height:1.6;text-align:center}
.mgh-field-context{margin-top:22px;display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch}
.mgh-field-context>div:first-child{padding:34px 36px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.07)}
.mgh-field-context>div:first-child>span{color:#f1c7a3;font-size:13px;font-weight:800;letter-spacing:.13em}
.mgh-field-context h3{margin:20px 0 14px;color:#fff;font-size:28px;line-height:1.55;letter-spacing:-.025em}
.mgh-field-context p{margin:0;color:#e3ece8;font-size:17px;line-height:1.83}
.mgh-question-callout{margin:0;padding:34px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(242,199,163,.55);border-radius:24px;background:rgba(255,255,255,.06)}
.mgh-question-callout small{display:block;color:#f1c7a3;font-weight:800}
.mgh-question-callout strong{display:block;margin-top:10px;color:#fff;font-size:21px;line-height:1.6}
.mgh-field-ending{margin:30px 0 0;color:#e3ece8;text-align:center;font-size:22px}
.mgh-field-ending strong{color:#fff}
.mgh-public-standard{margin-top:24px;padding:28px 32px;display:grid;grid-template-columns:180px 1fr;gap:24px;border-radius:22px;background:#183d35;color:#fff}
.mgh-public-standard span{color:#f1c7a3;font-size:14px;font-weight:800}
.mgh-public-standard p{margin:0;color:#e5efea;font-size:17px}

.mgh-law-status{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mgh-law-status>div{min-height:285px;padding:38px;border-radius:27px;background:linear-gradient(150deg,#214e44,#15362f);color:#fff;box-shadow:0 18px 45px rgba(31,70,62,.16)}
.mgh-law-status>div:last-child{background:linear-gradient(150deg,#b25a53,#88403a)}
.mgh-law-status span{color:#f2cba5;font-size:13px;font-weight:800}
.mgh-law-status h3{margin:27px 0 15px;font-size:29px;line-height:1.48}
.mgh-law-status p{margin:0;color:#ecf3ef;font-size:16px;line-height:1.8}
.mgh-law-clarity{margin-top:48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.mgh-law-clarity article{min-height:285px;padding:36px;border:1px solid rgba(31,70,62,.12);border-radius:26px;background:#fff;box-shadow:0 16px 40px rgba(31,70,62,.08)}
.mgh-law-clarity article:nth-child(2){background:linear-gradient(150deg,#fff8f3,#f8ece5)}
.mgh-law-clarity article:nth-child(3){background:linear-gradient(150deg,#214e44,#15362f);color:#fff}
.mgh-law-clarity span{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.06em}
.mgh-law-clarity article:nth-child(3) span{color:#f2cba5}
.mgh-law-clarity h3{margin:24px 0 14px;color:var(--ink);font-size:27px;line-height:1.45}
.mgh-law-clarity p{margin:0;color:#5d7068;font-size:16px;line-height:1.8}
.mgh-law-clarity article:nth-child(3) h3{color:#fff}
.mgh-law-clarity article:nth-child(3) p{color:#ecf3ef}
.mgh-provision-grid{margin-top:46px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.mgh-provision-grid article{min-height:170px;padding:28px 24px;border:1px solid rgba(31,70,62,.11);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(31,70,62,.06)}
.mgh-provision-grid span{color:var(--flower);font-size:13px;font-weight:800}
.mgh-provision-grid h3{margin:22px 0 0;color:var(--ink);font-size:21px;line-height:1.5}
.mgh-legislation{margin-top:46px;display:grid;gap:18px}
.mgh-legislation article{display:grid;grid-template-columns:180px 1fr;gap:34px;padding:34px;border:1px solid rgba(31,70,62,.11);border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(31,70,62,.06)}
.mgh-legislation time{color:var(--flower);font-size:22px;font-weight:800}
.mgh-legislation time small{color:#7a8a84;font-size:13px;letter-spacing:.04em}
.mgh-legislation span{color:#6b7c75;font-size:13px;font-weight:800;letter-spacing:.08em}
.mgh-legislation h3{margin:12px 0 9px;color:var(--ink);font-size:25px;line-height:1.45}
.mgh-legislation p{margin:0;color:#5b6e67;font-size:16px;line-height:1.8}
.mgh-legislation a{display:inline-block;margin-top:15px;color:var(--flower-dark);font-size:14px;font-weight:800}
.mgh-bill-links{display:flex;flex-wrap:wrap;gap:10px 20px}
.mgh-issue-grid{margin-top:46px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.mgh-issue-grid article{min-height:275px;padding:32px;display:grid;grid-template-columns:52px 1fr;gap:20px;border:1px solid rgba(31,70,62,.11);border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(31,70,62,.065)}
.mgh-issue-grid article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#f4e8df;color:var(--flower-dark);font-size:14px;font-weight:800}
.mgh-issue-grid h3{margin:4px 0 12px;color:var(--ink);font-size:25px}
.mgh-issue-grid p{margin:0;color:#5d7068;font-size:16px;line-height:1.75}
.mgh-issue-grid strong{display:block;margin-top:17px;padding-top:15px;border-top:1px solid #e5dfd5;color:#275e4d;font-size:16px;line-height:1.7}
.mgh-policy-directions .mgh-heading{max-width:none}
.mgh-policy-directions .mgh-heading .eyebrow{margin-bottom:18px;font-size:1rem;font-weight:700;letter-spacing:.025em}
.mgh-policy-directions .mgh-heading h2{font-size:clamp(2rem,3.75vw,3.5rem);line-height:1.38;letter-spacing:-.025em;text-wrap:balance;overflow-wrap:break-word}
.mgh-policy-grid{margin-top:36px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.mgh-policy-grid article{min-width:0;min-height:0;padding:24px;border-radius:22px;box-shadow:0 8px 22px rgba(31,70,62,.045)}
.mgh-policy-grid article:nth-child(1){background:#f1e7d5}
.mgh-policy-grid article:nth-child(2){background:#e5edf5}
.mgh-policy-grid article:nth-child(3){background:#e4ede4}
.mgh-policy-grid article:nth-child(4){background:#ece7f3}
.mgh-policy-grid article:nth-child(5){background:#f6e4d8}
.mgh-policy-grid article:nth-child(6){background:#f3e3e7}
.mgh-policy-grid span{display:block;color:var(--flower-dark);font-size:1.375rem;font-weight:700;line-height:1.2;letter-spacing:.025em;font-variant-numeric:tabular-nums}
.mgh-policy-grid h3{margin:16px 0 10px;font-size:1.5rem;font-weight:700;line-height:1.4;letter-spacing:-.025em}
.mgh-policy-grid p{color:#30443d;font-size:1.125rem;font-weight:400;line-height:1.75;overflow-wrap:break-word}
@media(max-width:780px){
  .mgh-policy-directions .mgh-heading h2{font-size:2rem}
  .mgh-policy-grid{margin-top:28px;gap:16px}
}
@media(max-width:430px){
  .mgh-policy-directions .mgh-heading h2{font-size:1.75rem}
}
.mgh-policy-statement{padding:54px;border-radius:30px;background:linear-gradient(135deg,#183d35,#2b5d51);color:#fff;box-shadow:0 24px 58px rgba(31,70,62,.18)}
.mgh-policy-statement .eyebrow{color:#f0c9a5}
.mgh-policy-statement h2{margin:0;color:#fff;font-size:clamp(42px,4vw,60px);line-height:1.25;letter-spacing:-.025em}
.mgh-policy-statement>p:last-child{max-width:820px;margin:25px 0 0;color:#e7f0ec;font-size:19px;line-height:1.85}
.mgh-bridge{margin-top:22px;padding:30px 36px;display:grid;grid-template-columns:180px 1fr;gap:26px;border:1px solid rgba(31,70,62,.13);border-radius:24px;background:#fff}
.mgh-bridge>span{color:var(--flower);font-size:13px;font-weight:800;letter-spacing:.12em}
.mgh-bridge h3{margin:0 0 9px;color:var(--ink);font-size:25px}
.mgh-bridge p{margin:0;color:#5d7069;font-size:16px;line-height:1.75}

.mgh-next-nav{background:#15362f}
.mgh-next-nav .next-link{border-radius:24px;background:#eadfce;border-color:#d5c3aa;color:#17342f}
.mgh-next-nav .next-link.next{background:#ecd1ce;border-color:#d5aca7}
.mgh-next-nav .next-link:hover{background:#f3e9d8}
.mgh-next-nav .next-link.next:hover{background:#f4ded9}
.mgh-next-nav .next-link strong{color:#17342f}
.mgh-next-nav .next-link small,.mgh-next-nav .next-link span{color:#803b35}

@media(max-width:1180px){
  .header-inner{gap:18px}.brand{width:180px;flex-basis:180px}.nav-link{padding-inline:13px;font-size:15px}.nav-item.active:after{left:13px;right:13px}.header-contact{display:none}
  .mgh-hero-grid{grid-template-columns:.95fr 1.05fr;gap:40px}.mgh-masthead-copy{padding:46px}
  .mgh-flower-gallery{grid-template-columns:repeat(3,1fr)}.mgh-flower-gallery.compact figure{transform:none}
  .mgh-question-row{grid-template-columns:repeat(3,1fr)}.footer-grid.category-two{grid-template-columns:1.2fr 1fr 1fr}
  .mgh-provision-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid.category-two .footer-contact{grid-column:2/4}
}
@media(max-width:900px){
  .mgh-hero-grid,.mgh-lead-grid,.mgh-tree-story,.mgh-masthead-grid,.mgh-notable-grid,.mgh-history-feature,.mgh-history-local,.mgh-world-feature,.mgh-world-japan-layout,.mgh-world-language,.mgh-field-context,.mgh-resource-feature,.mgh-genome-feature,.mgh-variety-spectrum,.mgh-law-clarity{grid-template-columns:1fr}
  .mgh-hero-copy{order:1}.mgh-hero-photo{order:2}.mgh-masthead-art,.mgh-world-masthead-art{min-height:330px}.mgh-masthead-copy{padding:44px 38px}
  .mgh-gateway-grid{grid-template-columns:repeat(2,1fr)}.mgh-gateway-card:first-child{grid-column:auto}
  .mgh-stat-row,.mgh-principle-grid,.mgh-human-grid,.mgh-type-grid,.mgh-policy-grid,.mgh-citizen-actions{grid-template-columns:repeat(2,1fr)}
  .mgh-space-grid{grid-template-columns:1fr}
  .mgh-science-grid,.mgh-genome-grid{grid-template-columns:repeat(2,1fr)}
  .mgh-value-row{grid-template-columns:repeat(3,1fr)}
  .mgh-myth-grid{grid-template-columns:1fr 1fr}.mgh-notable-grid.four{grid-template-columns:1fr 1fr}
  .mgh-street-evidence{grid-template-columns:1fr 1fr}.mgh-street-stat{grid-column:1/-1;min-height:280px}
  .mgh-world-asia-grid{grid-template-columns:1fr}.mgh-world-country-grid{grid-template-columns:repeat(2,1fr)}.mgh-world-country-grid article:last-child{grid-column:1/-1}.mgh-world-facts,.mgh-world-lessons{grid-template-columns:1fr 1fr}.mgh-care-steps.full{grid-template-columns:repeat(2,1fr)}.mgh-masthead-art,.mgh-world-masthead-art{order:-1}
}
@media(max-width:780px){
  .mgh-hero,.mgh-section,.mgh-gallery-section,.mgh-gateway{padding:76px 0}.mgh-hero-grid{gap:32px}
  .mgh-hero h1{font-size:42px}.mgh-hero-lead{font-size:18px}.mgh-hero-photo{border-radius:25px}.mgh-hero-photo img{border-radius:17px}
  .mgh-masthead{padding:28px 0 48px}.mgh-masthead-grid{border-radius:25px}.mgh-masthead-art,.mgh-world-masthead-art{min-height:260px}.mgh-masthead-copy{padding:38px 27px}.mgh-masthead-copy h1{font-size:39px}.mgh-masthead--history-spirit .mgh-masthead-copy h1{font-size:clamp(27px,5.2vw,36px)}.mgh-masthead--world-mugunghwa .mgh-masthead-copy h1{font-size:clamp(30px,5.4vw,39px)}.mgh-masthead-copy>p:last-child{font-size:17px}
  .mgh-heading h2{font-size:36px}.mgh-heading>p:last-child:not(.eyebrow){font-size:17px}.mgh-prose p{font-size:17px}.mgh-prose .lead{font-size:20px}
  .mgh-gateway-grid,.mgh-book-grid,.mgh-lecture-grid,.mgh-law-status,.mgh-compare-grid,.mgh-constitution-grid,.mgh-duality,.mgh-myth-grid,.mgh-notable-grid.four,.mgh-world-city-grid,.mgh-world-country-grid,.mgh-world-facts,.mgh-world-horticulture,.mgh-world-lessons,.mgh-issue-grid,.mgh-law-clarity{grid-template-columns:1fr}
  .mgh-world-feature figure{min-height:390px}.mgh-world-feature-copy,.mgh-world-japan-copy{padding:34px 29px}.mgh-world-feature-copy h3,.mgh-world-japan-copy h3{font-size:26px}.mgh-world-japan-main{min-height:0}.mgh-world-japan-gallery{grid-template-columns:1fr}.mgh-world-japan-gallery figure{height:min(80vw,430px)}.mgh-world-asia-grid>article>figure,.mgh-world-asia-pair{height:min(78vw,410px)}.mgh-world-country-grid article:last-child{grid-column:auto}.mgh-world-country-grid figure{height:min(92vw,430px)}
  .mgh-world-city-card figure{height:min(116vw,560px)}.mgh-world-city-copy{padding:30px 26px 34px}
  .mgh-myth-grid h3{min-height:0}.mgh-street-evidence{grid-template-columns:1fr}.mgh-street-stat{grid-column:auto;min-height:0}.mgh-street-image{height:min(105vw,500px)}.mgh-street-declaration{padding:23px 24px 23px 28px}
  .mgh-gateway-card{min-height:240px}.mgh-flower-gallery{grid-template-columns:repeat(2,1fr)}
  .mgh-notable-grid .notable-card figure{grid-template-rows:min(95vw,500px) auto}.mgh-notable-grid .notable-card>div{padding:27px 25px 31px}
  .mgh-stat-row,.mgh-principle-grid,.mgh-science-grid,.mgh-genome-grid,.mgh-human-grid,.mgh-question-row,.mgh-policy-grid,.mgh-citizen-actions{grid-template-columns:1fr}
  .mgh-citizen-actions article,.mgh-space-grid article{min-height:0;padding:29px 26px}
  .mgh-variety-spectrum{padding:38px 28px;gap:34px}.mgh-variety-spectrum>div>p:not(.eyebrow){font-size:18px}.mgh-botanical-names{font-size:16px}.mgh-law-clarity article{min-height:0;padding:30px 27px}
  .mgh-value-row{grid-template-columns:repeat(2,1fr)}.mgh-accuracy,.mgh-sources,.mgh-bridge,.mgh-interpretation,.mgh-world-principle,.mgh-public-standard,.mgh-legislation article{grid-template-columns:1fr}.mgh-sources{padding:24px}
  .mgh-provision-grid{grid-template-columns:1fr 1fr}.mgh-field-ending{font-size:19px}
  .mgh-field-gallery{grid-template-columns:1fr;grid-template-rows:auto}.mgh-field-gallery .primary{grid-row:auto}.mgh-field-gallery .primary img{aspect-ratio:4/5}.mgh-field-context>div:first-child,.mgh-question-callout{padding:28px}.mgh-field-context h3{font-size:25px}
  .mgh-care-steps,.mgh-care-steps.full{grid-template-columns:1fr}.mgh-policy-statement{padding:38px 28px}.mgh-declaration{padding:60px 0}
  .footer-grid.category-two{grid-template-columns:1fr}.footer-grid.category-two .footer-contact{grid-column:auto}
}
@media(max-width:430px){
  .mgh-hero h1{font-size:36px}.mgh-hero-lead{font-size:17px}.mgh-masthead-copy h1{font-size:34px}.mgh-masthead--history-spirit .mgh-masthead-copy h1{font-size:clamp(24px,6.1vw,27px)}.mgh-masthead--world-mugunghwa .mgh-masthead-copy h1{font-size:clamp(24px,7.1vw,29px)}.mgh-heading h2{font-size:32px}.mgh-variety-spectrum h2{font-size:38px}.mgh-variety-names{grid-template-columns:1fr}
  .mgh-world-masthead-art{grid-template-columns:1fr 1fr;padding:8px;gap:6px}.mgh-world-masthead-art figcaption{left:8px;bottom:8px;padding:5px 8px;font-size:10px}.mgh-world-feature{border-radius:22px}.mgh-world-feature figure{min-height:300px}.mgh-world-feature figcaption,.mgh-world-japan-main figcaption{display:grid}.mgh-world-feature figcaption span,.mgh-world-japan-main figcaption span{text-align:left}.mgh-world-japan-main{min-height:0;border-radius:22px}.mgh-world-japan-gallery figure{height:300px}.mgh-world-asia-pair{grid-template-columns:1fr;height:auto}.mgh-world-asia-pair figure{height:280px}.mgh-world-asia-pair figure+figure{border-left:0;border-top:4px solid #143b35}.mgh-world-asia-grid article>div:last-child{padding:27px 24px 31px}.mgh-world-country-grid figure{height:330px}.mgh-world-horticulture article{min-height:0;padding:31px 25px}.mgh-world-horticulture h3{font-size:26px}.mgh-world-principle{padding:25px 24px}.mgh-flower-gallery,.mgh-provision-grid,.mgh-research-stats{grid-template-columns:1fr}.mgh-value-row{grid-template-columns:1fr}.mgh-book-grid article{padding:30px 24px}
}

/* 2026 premium pine system — 연대 소개 */
body{background:#fffdfa;color:var(--ink)}
.shell{width:min(calc(100% - 56px),var(--max))}
.utility{background:#163a33;color:#f7f0e8}
.site-header{height:86px;border-bottom-color:rgba(31,70,62,.12);box-shadow:0 8px 26px rgba(31,70,62,.05)}
.brand{width:205px;flex-basis:205px}
.nav-link{color:var(--ink)}
.header-contact,.button,.text-link{border-radius:999px}
.header-contact{border-color:rgba(31,70,62,.32);background:#fffdfa}
.header-contact:hover{background:var(--navy);color:#fff}
.submenu{top:76px;border:1px solid rgba(31,70,62,.12);border-top:4px solid var(--flower);border-radius:0 0 18px 18px;box-shadow:0 20px 45px rgba(31,70,62,.16)}
.submenu a:hover,.submenu a[aria-current="page"]{background:#fbefe8;color:var(--flower-dark)}
.eyebrow{color:var(--flower)}
.eyebrow.light{color:#f3c8b6}
.display-title,.section-title{color:var(--ink)}
.section-copy{color:var(--muted)}
.button-primary{background:var(--flower);box-shadow:0 12px 26px rgba(169,79,73,.2)}
.button-primary:hover{background:var(--flower-dark)}
.button-light{color:var(--navy)}
.text-link{border:1px solid rgba(31,70,62,.18);padding:8px 15px;background:#fff}

.home-hero{background:var(--navy)}
.home-hero:before{background:linear-gradient(90deg,rgba(22,58,51,.97) 0%,rgba(22,58,51,.88) 45%,rgba(22,58,51,.16) 78%),url('/assets/about-landscape.webp') 67% center/cover no-repeat}
.home-hero:after{height:6px;background:linear-gradient(90deg,var(--flower),var(--gold))}
.home-hero h1,.home-hero h1 strong{color:#fff}
.home-hero h1 strong{color:#f7d8c9}
.hero-lead,.hero-note{color:#f5eee7}
.axis-card{border-radius:28px;box-shadow:var(--shadow)}
.axis-card:first-child{background:linear-gradient(145deg,#2d5d53,#173d35)}
.axis-card:last-child{background:linear-gradient(145deg,#bb655d,#8f453f)}
.axis-card h3,.axis-card p,.axis-card span{color:#fff}
.gateway-section,.content-section.soft{background:linear-gradient(180deg,#f8f6f0,#f3efe6)}
.gateway-grid{border:0;gap:20px}
.gateway-card{border:1px solid rgba(31,70,62,.13);border-radius:24px;box-shadow:0 15px 38px rgba(31,70,62,.07)}
.gateway-card.featured{border:0;border-radius:28px;background:linear-gradient(180deg,rgba(31,70,62,.08),rgba(24,60,52,.94)),url('/assets/about-landscape.webp') center/cover;color:#fff}
.gateway-card.featured h3,.gateway-card.featured p,.gateway-card.featured span{color:#fff}
.roots-section{background:linear-gradient(135deg,#163a33,#25584d)}
.roots-section,.roots-section h2,.roots-section h3,.roots-section p,.roots-section span,.roots-section time{color:#fff}
.book-card,.roots-timeline{border-radius:22px}
.roots-timeline{box-shadow:0 24px 58px rgba(10,36,31,.26)}

.page-masthead{min-height:445px;background:var(--navy)}
.page-masthead:before{background:linear-gradient(90deg,rgba(22,58,51,.98) 0%,rgba(22,58,51,.93) 49%,rgba(22,58,51,.3) 74%,rgba(22,58,51,.08) 100%),url('/assets/about-ivory.webp') right center/cover no-repeat}
.page-masthead:after{height:6px;border-radius:999px;background:linear-gradient(90deg,var(--flower),var(--gold))}
.page-masthead h1,.page-masthead h1 strong,.page-masthead b{color:#fff}
.masthead-lead{color:#f3eee5}
.breadcrumbs,.breadcrumbs a{color:#dce9e4}
.local-nav{top:86px;background:rgba(255,253,250,.98);border-bottom-color:rgba(31,70,62,.12);box-shadow:0 10px 28px rgba(31,70,62,.07)}
.local-nav .shell{gap:5px;padding:9px 0}
.local-nav a{min-height:48px;padding:0 19px;border:0;border-radius:999px;color:#29463e;font-family:NanumGothic,"Malgun Gothic",sans-serif;font-size:16px;font-weight:700;letter-spacing:-.025em;text-rendering:optimizeLegibility}
.local-nav a:hover{background:#f4ece5;color:var(--flower-dark)}
.local-nav a[aria-current="page"]{background:var(--navy);color:#fff;box-shadow:0 8px 18px rgba(31,70,62,.18)}

.content-section{padding:110px 0}
.lead-grid{gap:92px}
.prose p{color:#52645e}
.prose .lead{color:var(--ink)}
.photo-frame img{border-radius:24px;box-shadow:var(--shadow)}
.photo-frame figcaption{color:#64766f}
.representative-frame{padding:13px 13px 0;border:1px solid rgba(209,154,101,.7);border-radius:29px;background:linear-gradient(145deg,#f2e3d1,#d6a56f);box-shadow:0 0 0 5px #fff,0 0 0 6px rgba(31,70,62,.13),0 26px 62px rgba(31,70,62,.2)}
.representative-frame img{border-radius:18px;filter:brightness(1.055) contrast(1.045) saturate(1.035)}
.representative-frame figcaption{color:#17342f;font-weight:700}
.signature{color:var(--ink)}

.fact-grid{grid-template-columns:repeat(4,1fr);gap:18px;border:0}
.fact-card{border:1px solid rgba(31,70,62,.11);border-radius:24px;box-shadow:0 14px 34px rgba(31,70,62,.06)}
.fact-card:nth-child(2){background:linear-gradient(160deg,#fff,#fbede6)}
.fact-card:nth-child(3){background:linear-gradient(160deg,#fff,#eef5f1)}
.fact-card:nth-child(4){background:linear-gradient(160deg,#fff,#f5f0e3)}
.fact-card h3{color:var(--ink)}
.human-grid{gap:18px}
.human-card{position:relative;min-height:226px;padding:30px;border:1px solid rgba(31,70,62,.1);border-top:0;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(31,70,62,.07);overflow:hidden}
.human-card:before{content:"";position:absolute;top:0;left:0;width:70px;height:5px;border-radius:0 0 999px 0;background:linear-gradient(90deg,var(--flower),var(--gold))}
.human-card h3{color:var(--ink)}
.evidence-pair{gap:22px}
.evidence-pair figure{border:1px solid rgba(31,70,62,.1);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.evidence-pair img{transition:transform .45s ease}
.evidence-pair figure:hover img{transform:scale(1.025)}
.evidence-pair figcaption{color:#3d534b}

.purpose-reasons{margin-top:44px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.purpose-reasons article{min-height:250px;padding:34px;border:1px solid rgba(31,70,62,.11);border-radius:24px;background:#fff;box-shadow:0 15px 36px rgba(31,70,62,.07)}
.purpose-reasons article:nth-child(2),.purpose-reasons article:nth-child(3){background:linear-gradient(150deg,#fff,#f1f6f3)}
.purpose-reasons span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--rose);color:var(--flower-dark);font-size:13px;font-weight:800}
.purpose-reasons h3{margin:22px 0 12px;color:var(--ink);font-size:25px;line-height:1.45}
.purpose-reasons p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}
.accuracy-note{margin-top:24px;padding:30px 34px;display:grid;grid-template-columns:190px 1fr;gap:28px;align-items:start;border:1px solid rgba(209,154,101,.38);border-radius:22px;background:#fff8ef}
.accuracy-note strong{color:#7f4f28;font-size:19px}
.accuracy-note p{margin:0;color:#665c52;font-size:15px;line-height:1.75}

.mission-vision-section{background:#fffdfa}
.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.mission-card,.vision-card{min-height:480px;padding:52px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:30px;overflow:hidden;color:#fff;box-shadow:0 25px 56px rgba(31,70,62,.18)}
.mission-card{position:relative;background:linear-gradient(90deg,rgba(20,57,49,.97) 0%,rgba(20,57,49,.9) 46%,rgba(20,57,49,.56) 100%),linear-gradient(180deg,rgba(20,57,49,.08),rgba(20,57,49,.91)),url('/assets/mugunghwa-jeokdansim-field.webp') 58% center/cover no-repeat}
.vision-card{position:relative;background:linear-gradient(180deg,rgba(34,76,66,.1),rgba(28,66,57,.94)),url('/assets/about-landscape.webp') center/cover no-repeat}
.mission-card span,.vision-card span{color:#f2c6b0;font-size:13px;font-weight:800;letter-spacing:.18em}
.mission-card h2,.vision-card h2{margin:20px 0;color:#fff;font-size:clamp(33px,3vw,45px);line-height:1.38;letter-spacing:-.025em}
.mission-card p,.vision-card p{margin:0;color:#f2eee8;font-size:18px;line-height:1.8}
.values-grid{grid-template-columns:repeat(3,1fr);gap:18px;border:0}
.value-card{min-height:260px;border:1px solid rgba(31,70,62,.11);border-radius:22px;box-shadow:0 14px 32px rgba(31,70,62,.06)}
.value-card h3{color:var(--ink)}
.value-card:nth-child(4){grid-column:1/2;margin-left:50%}
.value-card:nth-child(5){grid-column:2/3;margin-left:50%}
.roles-grid{gap:22px}
.role-card{min-height:0;padding:0;display:grid;grid-template-columns:42% 58%;border:1px solid rgba(31,70,62,.11);border-top:0;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(31,70,62,.09);overflow:hidden}
.role-photo{width:100%;height:100%;min-height:310px;object-fit:cover}
.role-copy{padding:34px 32px;align-self:center}
.role-card h3{color:var(--ink)}
.process-line{min-height:102px;padding:32px 36px;border-radius:22px;background:linear-gradient(135deg,#1d493f,#2d6256);box-shadow:0 18px 38px rgba(31,70,62,.16);font-family:NanumGothic,"Malgun Gothic",sans-serif;font-size:18px;font-weight:700;letter-spacing:-.025em}
.process-line span,.process-line i{color:#fff}
.process-line i{color:#f4c7ad;font-size:21px;font-weight:700}

.org-hierarchy{margin-top:50px}
.org-central{min-height:310px;display:grid;grid-template-columns:1.1fr .9fr;border-radius:30px;background:linear-gradient(140deg,#193f37,#2c6054);color:#fff;overflow:hidden;box-shadow:0 24px 56px rgba(31,70,62,.18)}
.org-central>div:first-child{padding:50px;align-self:center}
.org-central span,.org-level-grid span,.people-notice span{color:#efc2ac;font-size:12px;font-weight:800;letter-spacing:.16em}
.org-central h3{margin:18px 0 12px;color:#fff;font-size:36px;line-height:1.4}
.org-central p{margin:0;color:#f1ede7}
.org-central-image{min-height:310px;background:linear-gradient(90deg,rgba(31,70,62,.35),rgba(31,70,62,.02)),url('/assets/about-ivory.webp') center/cover no-repeat}
.org-level-grid{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.org-level-grid article{min-height:220px;padding:30px;border:1px solid rgba(31,70,62,.11);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(31,70,62,.06)}
.org-level-grid article:nth-child(3n+2){background:linear-gradient(150deg,#fff,#f2f7f4)}
.org-level-grid h3{margin:18px 0 10px;color:var(--ink);font-size:22px;line-height:1.45}
.org-level-grid p{margin:0;color:var(--muted);font-size:15px;line-height:1.72}
.people-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.people-notice{padding:44px;border-radius:26px;background:linear-gradient(135deg,#1d493f,#315f55);box-shadow:0 20px 46px rgba(31,70,62,.17)}
.people-notice h3{margin:18px 0 12px;color:#fff;font-size:29px;line-height:1.45}
.people-notice p{margin:0;color:#f2eee8}

.timeline:before{left:122px;background:#d9d4c9}
.timeline-item{grid-template-columns:98px 1fr;gap:54px;padding-bottom:22px}
.timeline-item:before{left:114px}
.timeline-copy{padding:26px 30px 28px;border:1px solid rgba(31,70,62,.1);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(31,70,62,.05)}
.timeline-copy h3{color:var(--ink)}
.book-feature{gap:22px}
.book-feature article{border:0;border-radius:26px;background:linear-gradient(180deg,rgba(24,62,53,.28),rgba(24,62,53,.96)),url('/assets/mugunghwa-hongdansim.webp') center/cover no-repeat;box-shadow:0 22px 46px rgba(31,70,62,.16)}
.book-feature article:nth-child(2){background:linear-gradient(180deg,rgba(24,62,53,.25),rgba(24,62,53,.96)),url('/assets/mugunghwa-cheongdansim.webp') center/cover no-repeat}
.book-feature article,.book-feature h3,.book-feature p,.book-feature span{color:#fff}
.cultural-note{border-color:rgba(255,255,255,.22);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04))}
.roadmap-grid{gap:20px}
.roadmap-card{border:1px solid rgba(31,70,62,.1);border-top:5px solid var(--flower);border-radius:24px;box-shadow:0 16px 38px rgba(31,70,62,.07)}
.roadmap-card h3{color:var(--ink)}
.roadmap-card:nth-child(3){border-top-color:#668b7a}
.vision-panel{border:0;border-radius:24px;background:linear-gradient(135deg,#1b463c,#2f6257);box-shadow:0 18px 40px rgba(31,70,62,.16)}
.vision-panel strong,.vision-panel p{color:#fff}

.content-section.navy{background:linear-gradient(135deg,#163a33,#25584d)}
.content-section.navy,.content-section.navy h2,.content-section.navy h3,.content-section.navy strong{color:#fff}
.content-section.navy .prose p{color:#f0ece6}
.next-nav{background:linear-gradient(135deg,#173c34,#25584d)}
.next-link{border-color:rgba(255,255,255,.22);border-radius:22px}
.next-link span{color:#f2c2ac}
.next-link strong{color:#fff}
.site-footer{background:#102f29;color:#f1ece6}
.footer-brand p,.footer-links a,.footer-contact a,.footer-contact p{color:#d8e4df}
.footer-bottom{color:#afc3bc}

@media(max-width:1080px){
  .site-header{height:82px}.brand{width:186px;flex-basis:186px}.local-nav{top:82px}
  .mission-card,.vision-card{min-height:420px;padding:42px}
  .fact-grid{grid-template-columns:repeat(2,1fr)}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .value-card:nth-child(4),.value-card:nth-child(5){grid-column:auto;margin-left:0}
  .value-card:nth-child(5){grid-column:1/3;width:calc(50% - 9px);justify-self:center}
  .org-level-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:780px){
  .shell{width:min(calc(100% - 36px),var(--max))}
  .site-header{height:74px}.brand{width:174px;flex-basis:174px}.local-nav{top:74px}
  .page-masthead:before{background:linear-gradient(90deg,rgba(22,58,51,.96),rgba(22,58,51,.72)),url('/assets/about-ivory.webp') 70% center/cover no-repeat}
  .local-nav .shell{padding:7px 0}.local-nav a{min-height:44px;padding:0 15px;font-size:15px}
  .content-section{padding:78px 0}.lead-grid{gap:38px}
  .mission-vision-grid,.purpose-reasons,.org-central,.people-section{grid-template-columns:1fr}
  .mission-card,.vision-card{min-height:390px;padding:34px}
  .fact-grid,.values-grid,.org-level-grid{grid-template-columns:1fr}
  .value-card:nth-child(5){grid-column:auto;width:auto;justify-self:stretch}
  .role-card{grid-template-columns:1fr}.role-photo{min-height:220px;max-height:270px}.role-copy{padding:28px}
  .accuracy-note{grid-template-columns:1fr;gap:10px}
  .org-central>div:first-child{padding:34px}.org-central h3{font-size:30px}.org-central-image{min-height:240px}
  .people-section{gap:30px}.people-notice{padding:32px 28px}
  .timeline:before{left:77px}.timeline-item{grid-template-columns:58px 1fr;gap:38px}.timeline-item:before{left:69px}.timeline-copy{padding:22px}
  .next-link{min-height:130px}
}

@media(max-width:430px){
  .shell{width:min(calc(100% - 28px),var(--max))}
  .page-masthead{min-height:400px}.page-masthead h1{font-size:34px}
  .mission-card,.vision-card{min-height:360px;padding:28px}
  .mission-card h2,.vision-card h2{font-size:30px}
  .representative-frame{padding:9px 9px 0;border-radius:23px}
  .purpose-reasons article,.fact-card,.human-card,.value-card,.org-level-grid article{padding:26px}
  .accuracy-note{padding:25px}
  .process-line{padding:26px 22px}
}

/* Bright editorial hero — visible layout redesign */
.home-hero{min-height:690px;background:linear-gradient(135deg,#fbf8f1 0%,#f2ecdf 100%);color:var(--ink);isolation:isolate}
.home-hero:before{z-index:-1;inset:34px 2.5% 34px 52%;border-radius:36px;background:linear-gradient(90deg,rgba(31,70,62,.05),rgba(31,70,62,0)),url('/assets/about-landscape.webp') 58% center/cover no-repeat;box-shadow:0 28px 65px rgba(31,70,62,.16)}
.home-hero:after{z-index:-1;left:0;right:auto;bottom:0;width:43%;height:6px;background:linear-gradient(90deg,var(--flower),var(--gold))}
.hero-inner{padding:88px 0 96px}
.hero-copy{max-width:590px}
.home-hero .eyebrow.light{color:var(--flower-dark)}
.home-hero h1{color:var(--ink);font-size:clamp(50px,5vw,72px);line-height:1.18}
.home-hero h1 strong{color:var(--flower);margin-top:8px}
.hero-lead{color:#465c55;font-size:20px;line-height:1.82}
.hero-note{color:#496059}
.home-hero .button-light{background:var(--navy);color:#fff;box-shadow:0 13px 28px rgba(31,70,62,.2)}
.home-hero .button-outline{border-color:rgba(31,70,62,.45);color:var(--navy);background:rgba(255,255,255,.62)}
.home-hero .button-outline:hover{background:#fff;color:var(--navy)}

.page-masthead{min-height:470px;background:linear-gradient(135deg,#fbf8f1 0%,#f1ebde 100%);color:var(--ink);isolation:isolate}
.page-masthead:before{z-index:-1;inset:38px 2.5% 38px 54%;border-radius:34px;background-image:var(--mast-image,url('/assets/about-ivory.webp'));background-position:center;background-size:cover;background-repeat:no-repeat;box-shadow:0 25px 58px rgba(31,70,62,.15)}
.page-masthead:after{left:max(28px,calc((100% - var(--max))/2));bottom:48px;width:92px;height:5px}
.masthead-inner{padding:72px 0 94px}
.masthead-inner>*{max-width:49%}
.page-masthead .eyebrow.light{color:var(--flower-dark)}
.breadcrumbs,.breadcrumbs a{color:#677971}
.page-masthead b{color:var(--ink)}
.page-masthead h1,.page-masthead h1 strong{color:var(--ink);font-size:clamp(44px,4.5vw,64px)}
.masthead-lead{color:#53675f;font-size:19px}

.intro-section{background:#fffdfa}
.intro-grid{position:relative;padding:46px 50px;border:1px solid rgba(31,70,62,.1);border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(31,70,62,.07)}
.intro-grid:before{content:"";position:absolute;top:0;left:0;width:110px;height:6px;border-radius:0 0 999px 0;background:linear-gradient(90deg,var(--flower),var(--gold))}
.axis-grid{gap:24px}
.axis-card{min-height:330px;padding:42px;display:flex;flex-direction:column;justify-content:flex-end}
.axis-card:first-child{background:linear-gradient(180deg,rgba(31,70,62,.04),rgba(24,61,53,.94)),url('/assets/about-flower.webp') center/cover no-repeat}
.axis-card:last-child{background:linear-gradient(145deg,#b75d55,#873f39)}
.axis-sustainability{isolation:isolate}
.sdg-wheel{position:absolute;z-index:1;top:34px;right:38px;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#e5243b 0 5.88%,#dda63a 5.88% 11.76%,#4c9f38 11.76% 17.64%,#c5192d 17.64% 23.52%,#ff3a21 23.52% 29.4%,#26bde2 29.4% 35.28%,#fcc30b 35.28% 41.16%,#a21942 41.16% 47.04%,#fd6925 47.04% 52.92%,#dd1367 52.92% 58.8%,#fd9d24 58.8% 64.68%,#bf8b2e 64.68% 70.56%,#3f7e44 70.56% 76.44%,#0a97d9 76.44% 82.32%,#56c02b 82.32% 88.2%,#00689d 88.2% 94.08%,#19486a 94.08% 100%);box-shadow:0 16px 34px rgba(78,33,30,.24),0 0 0 7px rgba(255,255,255,.13)}
.sdg-wheel:before{content:"";position:absolute;inset:25px;border-radius:50%;background:#914740;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}
.sdg-wheel span{position:relative;z-index:1;color:#fff;font-size:13px;font-weight:800;letter-spacing:.08em}
.gateway-section{background:#f3efe6}
.heading-row{padding:0 4px}
.gateway-card:not(.featured){background:rgba(255,255,255,.9)}
.gateway-card:not(.featured):nth-child(3){background:linear-gradient(150deg,#fff,#eef5f1)}
.gateway-card:not(.featured):nth-child(4){background:linear-gradient(150deg,#fff,#f9ece5)}
.gateway-card:not(.featured):nth-child(5){background:linear-gradient(150deg,#fff,#f4efe3)}

@media(max-width:1080px){
  .home-hero:before{inset:40px 2.5% 40px 49%}.hero-copy{max-width:510px}
  .masthead-inner>*{max-width:52%}.page-masthead:before{inset:42px 2.5% 42px 57%}
}

@media(max-width:780px){
  .home-hero{min-height:760px;align-items:flex-end;padding-top:310px}
  .home-hero:before{inset:22px 18px auto;height:330px;border-radius:26px;background:linear-gradient(180deg,rgba(31,70,62,0),rgba(31,70,62,.12)),url('/assets/about-landscape.webp') center/cover no-repeat}
  .home-hero:after{width:70%}.hero-inner{padding:55px 0 74px}.hero-copy{max-width:none}.home-hero h1{font-size:42px}
  .page-masthead{min-height:650px;align-items:flex-end;padding-top:280px}
  .page-masthead:before{inset:20px 18px auto;height:290px;border-radius:25px;background-image:var(--mast-image,url('/assets/about-ivory.webp'));background-position:center;background-size:cover}
  .page-masthead:after{bottom:34px}
  .masthead-inner{padding:54px 0 76px}.masthead-inner>*{max-width:none}.page-masthead h1{font-size:38px}.masthead-lead{font-size:17px}
  .intro-grid{padding:34px 28px}.axis-card{min-height:300px;padding:32px}.sdg-wheel{top:28px;right:28px;width:94px;height:94px}.sdg-wheel:before{inset:21px}.sdg-wheel span{font-size:12px}
}

@media(max-width:430px){
  .home-hero{min-height:720px;padding-top:270px}.home-hero:before{height:285px}.home-hero h1{font-size:35px}.hero-lead{font-size:17px}
  .page-masthead{min-height:610px;padding-top:245px}.page-masthead:before{height:255px}.page-masthead h1{font-size:33px}
}

/* Layout QA corrections */
.utility{font-size:14px}
.page-masthead .masthead-inner h1{width:49%;max-width:49%;font-size:clamp(42px,4.15vw,58px);line-height:1.3}
.page-masthead .masthead-inner .masthead-lead{width:48%;max-width:48%}
.content-section{padding:96px 0}

.greeting-quote{margin:34px 0;padding:27px 30px;border:0;border-left:5px solid var(--flower);border-radius:0 20px 20px 0;background:linear-gradient(135deg,#f8eee6,#f1f6f2);color:var(--ink);font-size:24px;font-weight:800;line-height:1.65}
.greeting-axes{margin:34px 0;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.greeting-axes article{padding:25px;border:1px solid rgba(31,70,62,.12);border-radius:20px;background:#fff}
.greeting-axes article:first-child{background:linear-gradient(145deg,#fff,#fbede6)}
.greeting-axes article:last-child{background:linear-gradient(145deg,#fff,#edf5f1)}
.greeting-axes span{display:block;color:var(--flower);font-size:13px;font-weight:800}
.greeting-axes strong{display:block;margin:8px 0 10px;color:var(--ink);font-size:20px}
.greeting-axes p{margin:0;color:var(--muted);font-size:16px;line-height:1.72}

.human-grid{grid-template-columns:repeat(2,1fr);gap:0 54px;border-top:1px solid var(--line)}
.human-card{min-height:0;padding:30px 4px 28px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none}
.human-card:before{display:none}
.human-card h3{position:relative;padding-left:22px}
.human-card h3:before{content:"";position:absolute;left:0;top:.6em;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--flower),var(--gold))}

.values-grid{grid-template-columns:repeat(6,1fr);gap:18px}
.value-card{grid-column:span 2;min-height:265px}
.value-card:nth-child(4){grid-column:2/span 2;margin:0}
.value-card:nth-child(5){grid-column:4/span 2;margin:0}

.role-card{display:block}
.role-photo{width:100%;height:auto;min-height:0;aspect-ratio:16/9;object-fit:cover;object-position:center}
.role-card:first-child .role-photo{object-position:center 42%}
.role-copy{padding:30px 34px 34px}

.org-flow-line{width:2px;height:34px;margin:0 auto;background:linear-gradient(var(--gold),var(--flower))}
.org-tier{display:grid;gap:18px}
.org-tier article,.org-region{padding:30px;border:1px solid rgba(31,70,62,.12);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(31,70,62,.06)}
.org-tier-core{grid-template-columns:1fr 1fr}
.org-tier-core article{background:linear-gradient(145deg,#fff,#f2f7f4)}
.org-tier-field{grid-template-columns:repeat(3,1fr)}
.org-tier span,.org-region span{color:var(--flower);font-size:12px;font-weight:800;letter-spacing:.13em}
.org-tier h3,.org-region h3{margin:15px 0 9px;color:var(--ink);font-size:23px;line-height:1.45}
.org-tier p,.org-region p{margin:0;color:var(--muted);font-size:15px;line-height:1.72}
.org-region{max-width:720px;margin:0 auto;text-align:center;border-color:rgba(169,79,73,.24);background:linear-gradient(145deg,#fff8f1,#fff)}
.people-compact{padding:62px 0}
.people-section{grid-template-columns:.7fr 1.3fr;gap:46px}
.people-section .section-title{font-size:36px}
.people-notice{padding:28px 32px;border:1px solid rgba(31,70,62,.13);border-radius:20px;background:#fff;box-shadow:none}
.people-notice h3{margin:0 0 8px;color:var(--ink);font-size:22px}
.people-notice p{color:var(--muted);font-size:16px}

.next-nav{padding:30px 0}
.next-grid{gap:12px}
.next-link{min-height:92px;padding:17px 24px;border-radius:17px;background:rgba(255,255,255,.035)}
.next-link:last-child{align-items:flex-end;text-align:right}
.next-link span{font-size:13px;letter-spacing:.04em}
.next-link strong{margin-top:2px;font-size:21px}

.site-footer{padding:54px 0 0}
.footer-lockup{display:flex;align-items:center;gap:14px}
.footer-brand img,.footer-lockup img{width:64px;height:64px;padding:0;background:transparent;object-fit:contain}
.footer-lockup strong{display:block;color:#fff;font-size:20px;line-height:1.3}
.footer-lockup span{display:block;margin-top:4px;color:#b8cec6;font-size:10px;font-weight:700;letter-spacing:.06em}
.footer-brand p{margin-top:16px}
.footer-bottom{margin-top:34px}

@media(max-width:1080px){
  .page-masthead .masthead-inner h1{width:52%;max-width:52%;font-size:48px}
  .page-masthead .masthead-inner .masthead-lead{width:52%;max-width:52%}
  .values-grid{grid-template-columns:repeat(6,1fr)}
  .value-card{grid-column:span 2}
  .value-card:nth-child(4){grid-column:2/span 2;margin:0}
  .value-card:nth-child(5){grid-column:4/span 2;margin:0;width:auto;justify-self:stretch}
  .org-tier-field{grid-template-columns:1fr 1fr}
  .org-tier-field article:last-child{grid-column:1/3;width:calc(50% - 9px);justify-self:center}
}

@media(max-width:780px){
  .page-masthead .masthead-inner h1,.page-masthead .masthead-inner .masthead-lead{width:auto;max-width:none}
  .masthead-inner:after{right:12px;top:238px;bottom:auto}
  .greeting-axes,.human-grid,.org-tier-core,.org-tier-field{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr}
  .value-card,.value-card:nth-child(4),.value-card:nth-child(5){grid-column:auto;margin:0;width:auto;justify-self:stretch}
  .role-photo{aspect-ratio:4/3}
  .org-tier-field article:last-child{grid-column:auto;width:auto;justify-self:stretch}
  .people-section{grid-template-columns:1fr;gap:18px}
  .people-notice{padding:25px}
  .next-nav{padding:22px 0}.next-link{min-height:82px;padding:15px 18px}.next-link strong{font-size:18px}
  .footer-lockup strong{font-size:18px}
}

@media(max-width:430px){
  .page-masthead .masthead-inner h1{font-size:31px}
  .masthead-inner:after{top:205px;font-size:11px}
  .greeting-quote{padding:23px 22px;font-size:21px}
  .greeting-axes article{padding:22px}
}

/* Category 03 — 지속가능발전운동 */
.footer-grid.site-map{grid-template-columns:1.2fr .72fr 1fr .9fr .78fr;gap:40px}
.sd-page{background:#fffdfa}
.sd-local-nav .shell{justify-content:center}
.sd-local-nav a[aria-current="page"]{background:#9a493f}

.sd-hero{min-height:690px;position:relative;display:flex;align-items:center;overflow:hidden;background:#102f29;color:#fff}
.sd-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,39,35,.97) 0%,rgba(10,39,35,.86) 46%,rgba(10,39,35,.22) 76%),url('/assets/about-landscape.webp') 62% center/cover no-repeat}
.sd-hero:after{content:"";position:absolute;left:0;bottom:0;width:42%;height:7px;background:linear-gradient(90deg,#b85a4e,#d7a451)}
.sd-hero-inner{position:relative;z-index:1;padding:90px 0 100px}
.sd-hero-copy{max-width:760px}
.sd-hero .breadcrumbs,.sd-hero .breadcrumbs a{color:#d6e2dd}
.sd-hero .eyebrow{color:#f1c476}
.sd-hero h1{margin:0;color:#fff;font-size:clamp(49px,5.2vw,76px);line-height:1.22;letter-spacing:-.025em}
.sd-hero h1 strong{color:#f3bf53}
.sd-hero-lead{margin:28px 0 18px;color:#fff;font-size:21px;font-weight:700;line-height:1.83}
.sd-hero-copy>p:last-of-type{max-width:710px;margin:0;color:#dce9e4;font-size:18px;line-height:1.85}
.sd-hero .button{margin-top:32px;background:#b45147}

.sd-masthead{padding:42px 0;background:linear-gradient(135deg,#102f29,#1f5147)}
.sd-masthead-grid{display:grid;grid-template-columns:.92fr 1.08fr;min-height:500px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:30px;background:#123c34;box-shadow:0 28px 66px rgba(18,52,46,.22)}
.sd-masthead-copy{padding:58px;align-self:center;color:#fff}
.sd-masthead-copy .breadcrumbs,.sd-masthead-copy .breadcrumbs a{color:#bed0c9}
.sd-masthead-copy .eyebrow{color:#efbd66}
.sd-masthead-copy h1{margin:0;color:#fff;font-size:clamp(41px,4.2vw,59px);line-height:1.31;letter-spacing:-.025em}
.sd-masthead-copy>p:last-child{margin:24px 0 0;color:#d9e6e1;font-size:19px;line-height:1.82}
.sd-masthead-media{margin:0;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#081e2f}
.sd-masthead-media img{width:100%;height:auto;max-height:452px;object-fit:contain;object-position:center}
.sd-masthead-media figcaption{align-self:stretch;padding:13px 4px 0;color:#c9dad4;font-size:13px;font-weight:700;line-height:1.55;text-align:left}
.sd-life-visual{position:relative;align-items:stretch;gap:12px;padding:24px;background:#081e2f}
.sd-life-photo{position:relative;width:100%;margin:0;padding-top:36px;overflow:hidden;border-radius:20px;background:#081e2f}
.sd-life-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,30,47,.08),transparent 46%,rgba(8,30,47,.18))}
.sd-life-photo img{display:block;width:100%;max-height:none;aspect-ratio:2048/1151;object-fit:contain}
.sd-life-message{position:absolute;z-index:2;top:84px;left:58px;max-width:54%;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.35)}
.sd-life-message p{margin:0 0 14px;display:flex;flex-direction:column;font-size:28px;font-weight:800;line-height:1.18;letter-spacing:-.025em}
.sd-life-message p b{color:#efbd66}
.sd-life-message small{display:block;color:#e1ebe7;font-size:13px;font-weight:700;line-height:1.55}
.sd-life-steps{margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;list-style:none}
.sd-life-steps li{min-width:0;padding:11px 8px 10px;border-top:2px solid #b45147;background:rgba(255,255,255,.045);color:#fff}
.sd-life-steps li:nth-child(even){border-color:#efbd66}
.sd-life-steps li span{display:block;margin-bottom:4px;color:#efbd66;font-size:12px;font-weight:800}
.sd-life-steps li b{display:block;font-size:14px;line-height:1.35}
.sd-life-steps li small{display:block;margin-top:3px;color:#bfcfca;font-size:12px;line-height:1.35}
.sd-life-summary{padding:13px 4px 0;border-top:1px solid rgba(255,255,255,.15);display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.sd-life-summary strong{color:#fff;font-size:15px;line-height:1.5}
.sd-life-summary small{max-width:230px;color:#9fb3ad;font-size:11px;line-height:1.45;text-align:right}
.sd-strategies-masthead{padding:42px 0 54px;background:linear-gradient(135deg,#102f29,#1f5147)}
.sd-masthead-grid--strategies{grid-template-columns:.9fr 1.1fr;min-height:680px}
.sd-masthead-grid--strategies .sd-masthead-copy{padding:56px 50px}
.sd-strategy-board{padding:14px;overflow:hidden;background:#86a494}
.sd-strategy-photo{position:relative;isolation:isolate;min-height:240px;overflow:hidden;border:1px solid rgba(82,146,174,.45);border-radius:20px;background:#081e2f url('/assets/mugunghwa-spirit-lifecycle-bg.webp') center 54%/cover no-repeat}
.sd-strategy-photo:after{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,rgba(8,30,47,.3),rgba(8,30,47,.03) 54%,rgba(8,30,47,.12))}
.sd-strategy-message{position:relative;z-index:1;max-width:330px;padding:54px 0 24px 30px;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.55)}
.sd-strategy-message p{margin:0 0 14px;display:flex;flex-direction:column;font-size:clamp(27px,2.7vw,38px);font-weight:800;line-height:1.18;letter-spacing:-.025em}
.sd-strategy-message p b{color:#efbd66}
.sd-strategy-message small{display:block;color:#fff;font-size:13px;font-weight:700;line-height:1.58}
.sd-strategy-core{min-height:96px;margin-top:12px;padding:18px;display:grid;place-items:center;border:1px solid #e4c38b;border-radius:18px;background:#315a4b;text-align:center}
.sd-strategy-core h1{margin:0;color:#fff;font-size:clamp(27px,2.6vw,36px);line-height:1.25;letter-spacing:-.025em}
.sd-strategy-core small{display:block;margin-top:7px;color:#efc46f;font-size:14px;letter-spacing:.04em}
.sd-strategy-tiles{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.sd-strategy-tiles div{min-height:64px;padding:13px 16px;display:flex;align-items:center;gap:13px;border:1px solid #d6a7a4;border-radius:15px;background:#3d6556;box-shadow:none}
.sd-strategy-tiles div:nth-child(4n+2){border-color:#36a775}.sd-strategy-tiles div:nth-child(4n+3){border-color:#3489cf}.sd-strategy-tiles div:nth-child(4n){border-color:#d8a63f}
.sd-strategy-tiles div:last-child{grid-column:1/-1}
.sd-strategy-tiles span{padding-right:12px;border-right:1px solid rgba(255,255,255,.32);color:#efc46f;font-size:13px;font-weight:800}
.sd-strategy-tiles strong{color:#fff;font-size:16px;line-height:1.4;white-space:nowrap}

.sd-section{padding:104px 0;background:#fffdfa}
.sd-section.soft{background:linear-gradient(180deg,#f5f1e8,#f9f7f1)}
.sd-section.dark{background:linear-gradient(135deg,#102f29,#1f5147);color:#fff}
.sd-lead-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:88px;align-items:start}
.sd-heading{max-width:730px}
.sd-heading .eyebrow{color:#a84a42}
.sd-heading h2{margin:0;color:var(--ink);font-size:clamp(39px,3.8vw,56px);line-height:1.32;letter-spacing:-.025em}
.sd-heading>p:last-child:not(.eyebrow){max-width:760px;margin:20px 0 0;color:#60726b;font-size:18px;line-height:1.78}
.sd-prose p{margin:0 0 21px;color:#4d625a;font-size:19px;line-height:1.94}
.sd-prose .lead{color:var(--ink);font-size:22px;font-weight:800;line-height:1.78}
.sd-core-statement{margin-top:30px!important;padding:24px 27px;border-left:5px solid #b45147;border-radius:0 18px 18px 0;background:#f7f0e8;color:#294b42!important;font-weight:700}
.sd-section.dark .sd-heading .eyebrow{color:#f1c476}
.sd-section.dark .sd-heading h2{color:#fff}
.sd-section.dark .sd-prose p{color:#d9e6e1}
.sd-section.dark .sd-prose .lead{color:#fff}

.sd-life-grid,.sd-story-grid,.sd-participation-photo{display:grid;grid-template-columns:1.06fr .94fr;gap:64px;align-items:center}
.sd-life-grid figure,.sd-story-grid figure,.sd-participation-photo figure{margin:0;padding:12px;border:1px solid rgba(31,70,62,.13);border-radius:26px;background:#fff;box-shadow:0 20px 50px rgba(31,70,62,.13)}
.sd-life-grid img,.sd-story-grid img,.sd-participation-photo img{width:100%;height:auto;object-fit:contain;border-radius:16px}
.sd-story-grid figure,.sd-participation-photo figure{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.07)}
.sd-story-grid figure{padding:16px}
.sd-story-grid img{max-height:570px}
.sd-participation-photo img{max-height:520px}
.sd-participation-photo figcaption,.sd-photo-band figcaption{padding:13px 6px 2px;color:#d7e5df;font-size:14px;font-weight:700}

.sd-gateway-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.sd-gateway-card{min-height:290px;padding:34px;display:flex;flex-direction:column;border:1px solid rgba(31,70,62,.12);border-radius:24px;background:#fff;box-shadow:0 15px 36px rgba(31,70,62,.065);transition:transform .2s,box-shadow .2s}
.sd-gateway-card:nth-child(2){background:linear-gradient(145deg,#fff,#f7eee6)}
.sd-gateway-card:nth-child(3){background:linear-gradient(145deg,#fff,#edf5f1)}
.sd-gateway-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(31,70,62,.13)}
.sd-gateway-card>span,.sd-card-grid article>span,.sd-role-list article>span{color:#a84a42;font-size:13px;font-weight:800;letter-spacing:.12em}
.sd-gateway-card h3{margin:20px 0 13px;color:var(--ink);font-size:26px;line-height:1.42}
.sd-gateway-card p{margin:0 0 24px;color:#5c6f67;font-size:16px;line-height:1.78}
.sd-gateway-card b{margin-top:auto;color:#8d4039;font-size:14px}
.sd-gateway-card.award{grid-column:1/-1;min-height:230px;background:radial-gradient(circle at 88% 16%,rgba(221,177,90,.2),transparent 24%),linear-gradient(135deg,#102f29,#0b2840);border-color:rgba(214,174,91,.5)}
.sd-gateway-card.award>span,.sd-gateway-card.award b{color:#efc26c}
.sd-gateway-card.award h3{color:#fff;font-size:32px}
.sd-gateway-card.award p{max-width:720px;color:#dce8e4;font-size:17px}

.sd-card-grid{margin-top:48px;display:grid;gap:18px}
.sd-card-grid.three{grid-template-columns:repeat(3,1fr)}
.sd-card-grid.four{grid-template-columns:repeat(4,1fr)}
.sd-card-grid article{min-height:270px;padding:32px;border:1px solid rgba(31,70,62,.12);border-radius:23px;background:#fff;box-shadow:0 14px 34px rgba(31,70,62,.055)}
.sd-card-grid article:nth-child(even){background:linear-gradient(145deg,#fff,#f6f1e8)}
.sd-card-grid h3{margin:18px 0 12px;color:var(--ink);font-size:27px;line-height:1.4}
.sd-card-grid p{margin:0;color:#586c64;font-size:16px;line-height:1.78}
.sd-card-grid.actions article{min-height:285px;border-top:5px solid #b45147}

.sd-official-goals{margin:48px 0 0;padding:20px;border:1px solid rgba(31,70,62,.12);border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(31,70,62,.09)}
.sd-official-goals img{display:block;width:100%;height:auto;object-fit:contain}
.sd-official-goals figcaption{padding:17px 8px 2px;color:#64756e;font-size:14px;line-height:1.7}
.sd-official-goals figcaption a{color:#245e50;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.sd-five-p{margin-top:48px;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.sd-five-p article{min-height:330px;padding:32px 22px;display:flex;flex-direction:column;align-items:center;border:1px solid #dfc992;border-radius:22px;background:#fff;text-align:center;box-shadow:0 14px 34px rgba(31,70,62,.055)}
.sd-five-p span{font-size:14px;font-weight:800;letter-spacing:.03em}
.sd-five-p h3{margin:20px 0 16px;color:#173d35;font-size:30px}
.sd-five-p i{width:90px;height:4px;margin-bottom:31px;background:currentColor}
.sd-five-p p{margin:0;color:#333b38;font-size:16px;font-weight:700;line-height:1.65}
.sd-five-p article:nth-child(1){color:#b63d48}.sd-five-p article:nth-child(2){color:#437957}.sd-five-p article:nth-child(3){color:#b58b34}.sd-five-p article:nth-child(4){color:#2e6eaa}.sd-five-p article:nth-child(5){color:#173f67}
.sd-symbol-note{margin-top:35px;padding:25px 30px;display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:center;border-left:6px solid #c19a45;border-radius:0 18px 18px 0;background:#f4f0e8}
.sd-symbol-note strong{color:#1a443a;font-size:17px;line-height:1.55}
.sd-symbol-note p{margin:0;color:#5a6c65;font-size:16px;font-weight:700;line-height:1.75}

.sd-strategy-list{margin-top:56px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.sd-strategy-list article{min-height:340px;padding:38px;display:grid;grid-template-columns:62px 1fr;gap:22px;border:1px solid rgba(31,70,62,.12);border-radius:26px;background:#fff;box-shadow:0 15px 38px rgba(31,70,62,.06)}
.sd-strategy-list article:nth-child(3n+2){background:linear-gradient(145deg,#fff,#f4f0e7)}
.sd-strategy-list article:nth-child(3n){background:linear-gradient(145deg,#fff,#edf5f1)}
.sd-strategy-list article:last-child{grid-column:1/-1;min-height:0}
.sd-strategy-list article>span{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#173f37;color:#f0c36d;font-size:15px;font-weight:800}
.sd-strategy-list h3{margin:6px 0 15px;color:var(--ink);font-size:28px;line-height:1.4}
.sd-strategy-list p{margin:0 0 13px;color:#5a6d66;font-size:16px;line-height:1.78}
.sd-strategy-list p.lead{color:#294b42;font-size:18px;font-weight:700}
.sd-process-strip{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.sd-process-strip b{min-height:78px;padding:15px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(31,70,62,.14);border-radius:15px;background:#f3f7f5;color:#173f37;font-size:17px;text-align:center}
.sd-process-strip small{margin-bottom:4px;color:#a84a42;font-size:11px;letter-spacing:.12em}

.sd-photo-band{padding:78px 0;background:#0b2132}
.sd-photo-band figure{margin:0;padding:16px;border:1px solid rgba(255,255,255,.15);border-radius:26px;background:rgba(255,255,255,.05)}
.sd-photo-band img{width:100%;height:auto;max-height:720px;object-fit:contain;border-radius:16px}

.sd-role-list{margin-top:48px;border-top:3px solid #173f37}
.sd-role-list article{min-height:132px;padding:28px 22px;display:grid;grid-template-columns:58px minmax(240px,.7fr) 1.3fr;gap:22px;align-items:center;border-bottom:1px solid #ddd8ce}
.sd-role-list article:nth-child(even){background:#f7f3eb}
.sd-role-list h3{margin:0;color:var(--ink);font-size:23px;line-height:1.4}
.sd-role-list p{margin:0;color:#596c65;font-size:16px;line-height:1.75}

.sd-declaration{padding:68px 0;background:#b45147;color:#fff;text-align:center}
.sd-declaration span{color:#f7d39a;font-size:12px;font-weight:800;letter-spacing:.16em}
.sd-declaration p{margin:20px 0 5px;font-size:25px;font-weight:700;line-height:1.55}
.sd-declaration strong{display:block;max-width:990px;margin:0 auto;color:#fff;font-size:clamp(28px,3vw,42px);line-height:1.52;letter-spacing:-.025em}

.sd-next{padding:30px 0;background:#102f29;color:#fff}
.sd-next-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.sd-next a{min-height:98px;padding:18px 24px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.04)}
.sd-next a:hover{background:rgba(255,255,255,.09)}
.sd-next a.next{align-items:flex-end;text-align:right}
.sd-next small{color:#f0c16b;font-size:11px;font-weight:800;letter-spacing:.12em}
.sd-next strong{margin-top:3px;color:#fff;font-size:21px}
.sd-next span{font-size:13px}

@media(max-width:1180px){
  .footer-grid.site-map{grid-template-columns:1.2fr 1fr 1fr}.footer-grid.site-map .footer-contact{grid-column:2/4}
  .sd-masthead-copy{padding:44px}.sd-card-grid.four{grid-template-columns:repeat(2,1fr)}.sd-five-p{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .sd-masthead-grid,.sd-lead-grid,.sd-life-grid,.sd-story-grid,.sd-participation-photo{grid-template-columns:1fr}
  .sd-masthead-media{order:-1;padding:18px}.sd-masthead-media img{max-height:none}
  .sd-masthead-grid--strategies{grid-template-columns:1fr}.sd-masthead-grid--strategies .sd-masthead-copy{padding:42px 34px}.sd-strategy-photo{min-height:330px}.sd-strategy-message{max-width:440px;padding:64px 0 38px 38px}.sd-strategy-message p{font-size:36px}.sd-strategy-message small{font-size:16px}
  .sd-gateway-grid,.sd-card-grid.three{grid-template-columns:1fr 1fr}
  .sd-gateway-card:first-child{grid-column:1/-1;min-height:240px}
  .sd-strategy-list{grid-template-columns:1fr}.sd-strategy-list article:last-child{grid-column:auto}.sd-symbol-note{grid-template-columns:1fr}.sd-five-p{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .footer-grid.site-map{grid-template-columns:1fr}.footer-grid.site-map .footer-contact{grid-column:auto}
  .sd-local-nav .shell{justify-content:flex-start}
  .sd-hero{min-height:720px;align-items:flex-end;padding-top:280px}.sd-hero:before{background:linear-gradient(180deg,rgba(10,39,35,.12),rgba(10,39,35,.97) 54%),url('/assets/about-landscape.webp') 63% top/auto 350px no-repeat}
  .sd-hero-inner{padding:78px 0 72px}.sd-hero h1{font-size:42px}.sd-hero-lead{font-size:18px}.sd-hero-copy>p:last-of-type{font-size:16px}
  .sd-masthead{padding:26px 0 44px}.sd-masthead-grid{min-height:0;border-radius:24px}.sd-masthead-copy{padding:36px 27px}.sd-masthead-copy h1{font-size:37px}.sd-masthead-copy>p:last-child{font-size:17px}.sd-life-message{top:72px;left:48px}.sd-life-message p{font-size:25px}.sd-life-summary{align-items:flex-start;flex-direction:column;gap:5px}.sd-life-summary small{max-width:none;text-align:left}
  .sd-section{padding:76px 0}.sd-heading h2{font-size:36px}.sd-heading>p:last-child:not(.eyebrow){font-size:17px}.sd-prose p{font-size:17px}.sd-prose .lead{font-size:20px}
  .sd-gateway-grid,.sd-card-grid.three,.sd-card-grid.four,.sd-five-p{grid-template-columns:1fr}.sd-gateway-card:first-child{grid-column:auto}.sd-five-p article{min-height:0;padding:28px 22px}.sd-symbol-note{padding:23px 24px}.sd-official-goals{padding:10px;border-radius:20px}.sd-official-goals figcaption{font-size:13px}
  .sd-card-grid article,.sd-card-grid.actions article{min-height:0}.sd-strategy-list article{min-height:0;padding:30px 26px;grid-template-columns:48px 1fr;gap:16px}.sd-strategy-list article>span{width:46px;height:46px}.sd-strategy-list h3{font-size:25px}.sd-strategy-list p.lead{font-size:17px}
  .sd-role-list article{grid-template-columns:44px 1fr;gap:12px 16px}.sd-role-list p{grid-column:2}.sd-process-strip{grid-template-columns:repeat(2,1fr)}
  .sd-declaration{padding:58px 0}.sd-declaration p{font-size:20px}.sd-declaration strong{font-size:27px}
  .sd-next{padding:22px 0}.sd-next a{min-height:86px;padding:16px 18px}.sd-next strong{font-size:18px}
}
@media(max-width:430px){
  .sd-hero{min-height:690px;padding-top:245px}.sd-hero:before{background-size:auto 300px}.sd-hero h1{font-size:35px}
  .sd-masthead-copy h1{font-size:31px}.sd-heading h2{font-size:31px}.sd-masthead-media figcaption{font-size:12px}.sd-life-visual{padding:52px 18px 20px}.sd-life-message{position:static;max-width:none;margin-bottom:2px;text-shadow:none}.sd-life-message p{font-size:25px}.sd-life-message small{font-size:13px}.sd-life-photo{padding-top:24px;border-radius:14px}.sd-life-steps{grid-template-columns:1fr 1fr}.sd-life-steps li{padding:12px}.sd-life-steps li:last-child{grid-column:1/-1}.sd-life-steps li b{font-size:15px}.sd-life-steps li small{font-size:13px}
  .sd-strategy-board{padding:10px}.sd-strategy-photo{min-height:430px;border-radius:18px;background-position:center bottom;background-size:100% auto}.sd-strategy-photo:after{background:linear-gradient(180deg,rgba(8,30,47,.18),rgba(8,30,47,.02) 58%,rgba(8,30,47,.14))}.sd-strategy-message{max-width:none;padding:54px 20px 0}.sd-strategy-message p{font-size:31px}.sd-strategy-message small{font-size:14px}.sd-strategy-core{min-height:112px;padding:23px 16px;border-radius:18px}.sd-strategy-core h1{font-size:30px}.sd-strategy-core small{font-size:15px}.sd-strategy-tiles{grid-template-columns:1fr;gap:10px}.sd-strategy-tiles div,.sd-strategy-tiles div:last-child{grid-column:auto;min-height:76px;padding:16px 20px;border-radius:16px}.sd-strategy-tiles strong{font-size:18px}
  .sd-strategy-list article{display:block}.sd-strategy-list article>span{margin-bottom:17px}
  .sd-role-list article{grid-template-columns:1fr}.sd-role-list p{grid-column:auto}.sd-process-strip{grid-template-columns:1fr 1fr}
  .sd-next strong{font-size:16px}
}

/* Category 04 — 무궁화 비전 콘서트 */
.footer-grid.site-map{grid-template-columns:1.18fr .68fr .92fr .88fr .88fr .72fr;gap:30px}
.vc-page{background:#fffdfa}
.vc-local-nav .shell{justify-content:center}
.vc-local-nav a[aria-current="page"]{background:#8f3f45;color:#fff;border-bottom-color:#d9ad55}

.vc-hero{min-height:720px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#071c2d 0%,#0a2c3c 58%,#173f3d 100%);color:#fff}
.vc-hero-grid{padding:76px 0 84px;display:grid;grid-template-columns:.88fr 1.12fr;gap:66px;align-items:center}
.vc-hero-copy .breadcrumbs,.vc-hero-copy .breadcrumbs a{color:#cbd9df}
.vc-hero-copy .eyebrow{color:#e8bd67}
.vc-hero h1{margin:0;color:#fff;font-size:clamp(50px,5.2vw,76px);line-height:1.2;letter-spacing:-.025em}
.vc-hero h1 strong{color:#f1c766}
.vc-hero-lead{max-width:650px;margin:28px 0 0;color:#e1e9ec;font-size:20px;line-height:1.85}
.vc-hero-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px}
.vc-hero .button-primary{background:#a94449}
.vc-hero-media{position:relative;min-height:560px;padding:28px 34px 62px;border:1px solid rgba(229,190,103,.38);border-radius:32px;background:rgba(2,15,27,.42);box-shadow:0 30px 80px rgba(0,0,0,.28)}
.vc-hero-photo{margin:0;overflow:hidden;border-radius:22px;background:#061827}
.vc-hero-photo.main img{width:100%;height:430px;object-fit:cover;object-position:center}
.vc-hero-photo.inset{position:absolute;right:12px;bottom:64px;width:42%;border:7px solid #092236;box-shadow:0 18px 44px rgba(0,0,0,.34)}
.vc-hero-photo.inset img{width:100%;aspect-ratio:4/3;object-fit:cover}
.vc-hero-media>p{position:absolute;left:38px;right:38px;bottom:15px;margin:0;display:flex;align-items:center;gap:12px;color:#fff;font-size:13px;letter-spacing:.02em}
.vc-hero-media>p span{color:#e8bd67}.vc-hero-media>p b{font-weight:800}

.vc-section{padding:104px 0;background:#fffdfa}
.vc-section.soft{background:linear-gradient(180deg,#f3eee5,#faf8f2)}
.vc-section.dark{background:linear-gradient(135deg,#071c2d,#153f3b);color:#fff}
.vc-lead-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:88px;align-items:start}
.vc-heading{max-width:780px}
.vc-heading .eyebrow{color:#a94449}
.vc-heading h2{margin:0;color:#163a34;font-size:clamp(39px,3.8vw,56px);line-height:1.32;letter-spacing:-.025em}
.vc-heading>p:last-child:not(.eyebrow){max-width:780px;margin:20px 0 0;color:#5e706a;font-size:18px;line-height:1.82}
.vc-prose p{margin:0 0 21px;color:#4e625b;font-size:19px;line-height:1.94}
.vc-prose .lead{color:#173a34;font-size:22px;font-weight:800;line-height:1.78}
.vc-section.dark .vc-heading .eyebrow{color:#f0c46e}
.vc-section.dark .vc-heading h2{color:#fff}
.vc-section.dark .vc-prose p{color:#d8e4e1}
.vc-section.dark .vc-prose .lead{color:#fff}

.vc-promise-grid{margin-top:54px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.vc-promise-grid article{min-height:290px;padding:32px 28px;border:1px solid #ded5c5;border-top:5px solid #a94449;border-radius:22px;background:#fff;box-shadow:0 15px 36px rgba(19,54,49,.06)}
.vc-promise-grid article:nth-child(even){border-top-color:#d0a24b}
.vc-promise-grid span,.vc-host-grid span,.vc-model-grid span,.vc-component-grid span{color:#a94449;font-size:13px;font-weight:800;letter-spacing:.12em}
.vc-promise-grid h3{margin:21px 0 14px;color:#173a34;font-size:24px;line-height:1.45}
.vc-promise-grid p{margin:0;color:#5b6d67;font-size:16px;line-height:1.8}

.vc-act-list{margin-top:52px;display:grid;grid-template-columns:repeat(5,1fr);gap:13px}
.vc-act-list article{min-height:330px;padding:27px 24px;border:1px solid #e2b9bc;border-top:5px solid #b84752;border-radius:22px;background:linear-gradient(145deg,#fffafa 0%,#f6e7e8 100%);box-shadow:0 14px 32px rgba(19,54,49,.055)}
.vc-act-list article:nth-child(2){border-color:#e4cb91;border-top-color:#c89535;background:linear-gradient(145deg,#fffaf0 0%,#f3e7ca 100%)}
.vc-act-list article:nth-child(3){border-color:#afd0bf;border-top-color:#438066;background:linear-gradient(145deg,#f8fcfa 0%,#e1efe7 100%)}
.vc-act-list article:nth-child(4){border-color:#b5cbdb;border-top-color:#35749f;background:linear-gradient(145deg,#f8fbfd 0%,#e2ecf3 100%)}
.vc-act-list article:nth-child(5){border-color:#e3b8c5;border-top-color:#a94b65;background:linear-gradient(145deg,#fff9fb 0%,#f5e3e9 100%)}
.vc-act-list article>div{display:flex;align-items:center;justify-content:space-between;gap:12px}
.vc-act-list article small{color:#b84752;font-size:13px;font-weight:800}.vc-act-list article span{color:#b84752;font-size:20px;font-weight:800}.vc-act-list article:nth-child(2) small,.vc-act-list article:nth-child(2) span{color:#b47d24}.vc-act-list article:nth-child(3) small,.vc-act-list article:nth-child(3) span{color:#3e7b62}.vc-act-list article:nth-child(4) small,.vc-act-list article:nth-child(4) span{color:#2f6f9f}.vc-act-list article:nth-child(5) small,.vc-act-list article:nth-child(5) span{color:#9d405b}
.vc-act-list h3{margin:25px 0 16px;color:#163a34;font-size:23px;line-height:1.46}
.vc-act-list p{margin:0;color:#5b6e67;font-size:15px;line-height:1.82}

.vc-ensemble-section{overflow:hidden;background:radial-gradient(circle at 10% 5%,rgba(173,75,86,.24),transparent 31%),linear-gradient(135deg,#071c2d 0%,#0b2e38 54%,#17483f 100%);color:#fff}
.vc-ensemble-head{display:grid;grid-template-columns:.88fr 1.12fr;gap:84px;align-items:end}
.vc-ensemble-section .vc-heading .eyebrow{color:#edc16a}
.vc-ensemble-section .vc-heading h2{color:#fff}
.vc-ensemble-section .vc-prose p{color:#d3e1de}
.vc-ensemble-section .vc-prose .lead{color:#fff}
.vc-ensemble-feature{margin-top:52px;display:grid;grid-template-columns:.92fr 1.08fr;overflow:hidden;border:1px solid rgba(230,191,111,.34);border-radius:26px;background:rgba(4,24,34,.5);box-shadow:0 24px 55px rgba(0,0,0,.18)}
.vc-ensemble-feature figure{margin:0;position:relative;min-height:380px;overflow:hidden}
.vc-ensemble-feature figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 60%,rgba(5,27,38,.55))}
.vc-ensemble-feature img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center}
.vc-ensemble-feature figcaption{position:absolute;z-index:1;left:22px;bottom:18px;padding:8px 12px;border-radius:999px;background:rgba(5,25,35,.78);color:#edf4f2;font-size:12px;font-weight:800}
.vc-ensemble-feature>div{padding:48px 50px;align-self:center}
.vc-ensemble-feature>div>span{color:#edc16a;font-size:13px;font-weight:800;letter-spacing:.14em}
.vc-ensemble-feature h3{margin:12px 0 22px;color:#fff;font-size:clamp(31px,3vw,43px);line-height:1.3;letter-spacing:-.025em}
.vc-ensemble-feature p{margin:0 0 16px;color:#d5e2df;font-size:17px;line-height:1.85}
.vc-member-grid{margin-top:28px;display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.vc-member-grid article{flex:0 1 calc((100% - 42px)/4);min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-top:4px solid #b94e59;border-radius:19px;background:rgba(255,255,255,.065)}
.vc-member-grid article:nth-child(2),.vc-member-grid article:nth-child(6){border-top-color:#d2a64e}.vc-member-grid article:nth-child(3),.vc-member-grid article:nth-child(5){border-top-color:#4b9277}.vc-member-grid article:nth-child(4),.vc-member-grid article:nth-child(7){border-top-color:#4f8eb7}
.vc-member-grid figure{margin:0;overflow:hidden;background:#061722}
.vc-member-grid img{width:100%;aspect-ratio:4/5;display:block;object-fit:cover;object-position:center top;filter:saturate(.93)}
.vc-member-grid article>div{padding:18px 20px 21px}
.vc-member-grid span{color:#edc16a;font-size:12px;font-weight:800;letter-spacing:.09em}
.vc-member-grid h3{margin:5px 0 0;color:#fff;font-size:22px;line-height:1.35}
.vc-ensemble-note{margin:26px 0 0;padding:17px 22px;border-left:3px solid #d4a750;background:rgba(255,255,255,.055);color:#c9d8d5;font-size:14px;line-height:1.75}

.vc-host-grid{margin-top:52px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.vc-host-grid article{min-height:240px;padding:29px 25px;border:1px solid #ded8cb;border-radius:20px;background:#fff}
.vc-host-grid article:nth-child(2n){background:#f6f0e6}.vc-host-grid article:nth-child(4){border-top:5px solid #a94449}
.vc-host-grid h3{margin:20px 0 14px;color:#173a34;font-size:25px}.vc-host-grid p{margin:0;color:#5d6f68;font-size:15px;line-height:1.78}
.vc-evidence-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.vc-evidence-grid figure{margin:0;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:rgba(255,255,255,.06)}
.vc-evidence-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:17px}

.vc-masthead{padding:42px 0;background:linear-gradient(135deg,#071c2d,#173f3b)}
.vc-masthead-grid{display:grid;grid-template-columns:.94fr 1.06fr;min-height:520px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:30px;background:#0b2a36;box-shadow:0 28px 66px rgba(5,27,38,.25)}
.vc-masthead-copy{padding:58px;align-self:center;color:#fff}
.vc-masthead-copy .breadcrumbs,.vc-masthead-copy .breadcrumbs a{color:#c6d5da}
.vc-masthead-copy .eyebrow{color:#edc16a}
.vc-masthead-copy h1{margin:0;color:#fff;font-size:clamp(40px,4.1vw,58px);line-height:1.32;letter-spacing:-.025em}
.vc-masthead-copy>p:last-child{margin:24px 0 0;color:#d9e5e7;font-size:18px;line-height:1.84}
.vc-masthead-photo{margin:0;padding:24px;display:flex;flex-direction:column;justify-content:center;background:#061a29}
.vc-masthead-photo img{width:100%;max-height:440px;aspect-ratio:4/3;object-fit:cover;border-radius:20px}
.vc-masthead-photo figcaption{padding:13px 4px 0;color:#bcd0d2;font-size:13px;font-weight:700}
.vc-masthead-photo-stage{width:100%;padding-bottom:24px;position:relative}
.vc-masthead-photo-stage>.main{display:block;object-position:center}
.vc-masthead-photo-stage>.inset{position:absolute;right:-7px;bottom:0;width:38%;max-height:none;aspect-ratio:3/2;border:6px solid #061a29;border-radius:15px;box-shadow:0 16px 38px rgba(0,0,0,.38)}

.vc-model-grid{margin-top:54px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.vc-model-grid article{min-height:270px;padding:34px;border:1px solid #ddd5c6;border-radius:23px;background:#fff;box-shadow:0 15px 38px rgba(19,54,49,.06)}
.vc-model-grid article:nth-child(2n){background:#f6f0e6}.vc-model-grid article:nth-child(3){background:#edf4f1}.vc-model-grid article:nth-child(4),.vc-model-grid article:nth-child(5){min-height:240px}
.vc-model-grid h3{margin:20px 0 14px;color:#173a34;font-size:27px;line-height:1.42}.vc-model-grid p{margin:0;color:#5c6e67;font-size:16px;line-height:1.8}
.vc-component-grid{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.vc-component-grid article{min-height:255px;padding:31px 28px;border:1px solid #e5b4b8;border-top:5px solid #b84752;border-radius:22px;background:linear-gradient(145deg,#fff9f7 0%,#f5e3e5 100%);box-shadow:0 14px 32px rgba(19,54,49,.06)}
.vc-component-grid article:nth-child(2){border-color:#e4c988;border-top-color:#c89535;background:linear-gradient(145deg,#fffaf0 0%,#f3e6c7 100%)}
.vc-component-grid article:nth-child(3){border-color:#aad0bd;border-top-color:#3e7b62;background:linear-gradient(145deg,#f8fcf9 0%,#dfeee7 100%)}
.vc-component-grid article:nth-child(4){border-color:#aec6d8;border-top-color:#2f6f9f;background:linear-gradient(145deg,#f7fbfd 0%,#e1ebf2 100%)}
.vc-component-grid article:nth-child(1) span{color:#b84752}.vc-component-grid article:nth-child(2) span{color:#b47d24}.vc-component-grid article:nth-child(3) span{color:#3e7b62}.vc-component-grid article:nth-child(4) span{color:#2f6f9f}
.vc-component-grid h3{margin:21px 0 13px;color:#173a34;font-size:25px}.vc-component-grid p{margin:0;color:#5a6c65;font-size:16px;line-height:1.8}
.vc-custom-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}
.vc-custom-grid>div>p{max-width:570px;margin:28px 0 0;color:#5b6e67;font-size:18px;line-height:1.85}
.vc-check-list{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none}
.vc-check-list li{min-height:74px;padding:16px 18px 16px 48px;position:relative;display:flex;align-items:center;border:1px solid #e4cf9e;border-radius:15px;background:linear-gradient(145deg,#fffaf1 0%,#f4ead3 100%);color:#294b44;font-size:16px;font-weight:800;box-shadow:0 8px 20px rgba(19,54,49,.035)}
.vc-check-list li:nth-child(even){border-color:#b8d1c6;background:linear-gradient(145deg,#f8fcfa 0%,#e6f1ec 100%)}
.vc-check-list li:before{content:"✓";position:absolute;left:19px;color:#a94449;font-weight:800}
.vc-process-grid{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.vc-process-grid article{min-height:230px;padding:30px;border:1px solid #e3bec0;border-top:4px solid #b84752;border-radius:22px;background:linear-gradient(145deg,#fffafa 0%,#f6e7e8 100%);box-shadow:0 13px 30px rgba(19,54,49,.055)}
.vc-process-grid article:nth-child(2),.vc-process-grid article:nth-child(5){border-color:#e5ce98;border-top-color:#c89535;background:linear-gradient(145deg,#fffaf0 0%,#f3e8cf 100%)}
.vc-process-grid article:nth-child(3){border-color:#b4d3c4;border-top-color:#4a806a;background:linear-gradient(145deg,#f9fcfa 0%,#e3f0e9 100%)}
.vc-process-grid article:nth-child(6){border-color:#b8cddd;border-top-color:#3e7399;background:linear-gradient(145deg,#f8fbfd 0%,#e4edf3 100%)}
.vc-process-grid span{color:#b84752;font-size:13px;font-weight:800;letter-spacing:.13em}.vc-process-grid article:nth-child(2) span,.vc-process-grid article:nth-child(5) span{color:#b47d24}.vc-process-grid article:nth-child(3) span{color:#3e7b62}.vc-process-grid article:nth-child(6) span{color:#2f6f9f}.vc-process-grid h3{margin:19px 0 12px;color:#173a34;font-size:25px}.vc-process-grid p{margin:0;color:#5b6e67;font-size:16px;line-height:1.78}
.vc-inquiry{padding:48px;border:1px solid #d9ccb1;border-radius:26px;background:#f6f1e7;display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}
.vc-inquiry>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vc-inquiry>div:last-child p{margin:0;padding:17px 18px;border-left:4px solid #a94449;background:#fff;color:#284a43;font-size:16px;font-weight:800}

.vc-archive-list{display:grid;gap:24px}
.vc-event-card{min-height:330px;position:relative;overflow:hidden;display:grid;grid-template-columns:.46fr .54fr;border:1px solid #ddd5c6;border-radius:27px;background:#fff;box-shadow:0 18px 44px rgba(19,54,49,.07)}
.vc-event-card:nth-child(even) figure{order:2}.vc-event-card figure{margin:0;background:#071c2d}.vc-event-card img{width:100%;height:100%;min-height:330px;object-fit:cover}.vc-event-card>div{padding:43px 48px;align-self:center}.vc-event-card>div>span{color:#a94449;font-size:14px;font-weight:800;letter-spacing:.07em}.vc-event-card h2{margin:15px 0 12px;color:#173a34;font-size:31px;line-height:1.45;letter-spacing:-.025em}.vc-event-card b{display:block;margin-bottom:15px;color:#9c7530;font-size:15px}.vc-event-card p{margin:0;color:#5b6e67;font-size:16px;line-height:1.85}.vc-event-card>small{position:absolute;right:26px;bottom:18px;color:#d8cdb9;font-size:28px;font-weight:800}

.vc-featured-event{padding:104px 0;background:linear-gradient(135deg,#061a29,#123b3a);color:#fff}
.vc-featured-head{display:grid;grid-template-columns:1.18fr .82fr;gap:68px;align-items:end}
.vc-featured-head .eyebrow{color:#e9bd67}.vc-featured-head h2{margin:0;color:#fff;font-size:clamp(42px,4.4vw,64px);line-height:1.28;letter-spacing:-.025em}
.vc-featured-head dl{margin:0;padding:24px 28px;border-left:4px solid #d4a750;background:rgba(255,255,255,.06)}.vc-featured-head dl div{padding:9px 0;display:grid;grid-template-columns:85px 1fr;gap:14px;border-bottom:1px solid rgba(255,255,255,.13)}.vc-featured-head dl div:last-child{border:0}.vc-featured-head dt{color:#e9bd67;font-size:13px;font-weight:800}.vc-featured-head dd{margin:0;color:#fff;font-size:16px;font-weight:700}
.vc-featured-gallery{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.vc-featured-gallery figure{margin:0;overflow:hidden;border-radius:20px;background:#051723}.vc-featured-gallery figure.wide{grid-column:1/-1}.vc-featured-gallery img{width:100%;height:260px;object-fit:cover}.vc-featured-gallery .wide img{height:560px;object-position:center}
.vc-featured-copy{margin-top:40px;padding:32px 36px;display:grid;grid-template-columns:1.2fr .8fr;gap:55px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.055)}.vc-featured-copy p{margin:0;color:#d6e3e1;font-size:17px;line-height:1.85}.vc-featured-copy strong{color:#edc16a}
.vc-featured-acts{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.vc-featured-acts article{min-height:245px;padding:27px 24px;border:1px solid rgba(232,188,103,.38);border-radius:20px;background:rgba(255,255,255,.045)}.vc-featured-acts span{color:#e9bd67;font-size:13px;font-weight:800}.vc-featured-acts h3{margin:20px 0 13px;color:#fff;font-size:22px;line-height:1.45}.vc-featured-acts p{margin:0;color:#c9d8d8;font-size:15px;line-height:1.75}.vc-cast{margin:24px 0 0;padding:22px 25px;border-left:4px solid #a94449;background:rgba(255,255,255,.055);color:#dbe6e5;font-size:16px}.vc-cast strong{color:#edc16a}

.vc-cta{padding:76px 0;background:#a94449;color:#fff}.vc-cta-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.vc-cta .eyebrow{color:#f5d38d}.vc-cta h2{margin:0;color:#fff;font-size:clamp(39px,4vw,58px);line-height:1.3;letter-spacing:-.025em}.vc-cta-grid>div:first-child>p:last-child{max-width:760px;margin:20px 0 0;color:#fff1ee;font-size:18px;line-height:1.82}.vc-contact-box{padding:28px 30px;border:1px solid rgba(255,255,255,.35);border-radius:22px;background:rgba(90,19,25,.22)}.vc-contact-box span{display:block;color:#f7d796;font-size:13px;font-weight:800}.vc-contact-box>a:not(.button){display:block;margin-top:8px;color:#fff;font-size:19px;font-weight:800}.vc-contact-box .button{margin-top:22px;width:100%}
.vc-next{padding:30px 0;background:#071c2d;color:#fff}.vc-next-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.vc-next a{min-height:98px;padding:18px 24px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.04)}.vc-next a:hover{background:rgba(255,255,255,.09)}.vc-next a.next{align-items:flex-end;text-align:right}.vc-next small{color:#e9bd67;font-size:11px;font-weight:800;letter-spacing:.12em}.vc-next strong{margin-top:3px;color:#fff;font-size:21px}.vc-next span{font-size:13px}

@media(min-width:1081px) and (max-width:1320px){.header-inner{gap:16px}.brand{width:185px;flex-basis:185px}.nav-link{padding-inline:12px;font-size:15px}.nav-item.active:after{left:12px;right:12px}.header-contact{display:none}}
@media(max-width:1180px){.footer-grid.site-map{grid-template-columns:1.15fr 1fr 1fr}.footer-grid.site-map .footer-contact{grid-column:auto}.vc-promise-grid,.vc-component-grid,.vc-featured-acts{grid-template-columns:repeat(2,1fr)}.vc-act-list{grid-template-columns:repeat(3,1fr)}.vc-act-list article:nth-child(4),.vc-act-list article:nth-child(5){min-height:270px}.vc-member-grid article{flex-basis:calc((100% - 28px)/3)}.vc-host-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.vc-hero-grid,.vc-masthead-grid,.vc-lead-grid,.vc-evidence-grid,.vc-custom-grid,.vc-featured-head,.vc-featured-copy,.vc-cta-grid,.vc-ensemble-head,.vc-ensemble-feature{grid-template-columns:1fr}.vc-hero-copy{padding-top:12px}.vc-hero-media{min-height:0}.vc-masthead-photo{order:-1;padding:18px}.vc-masthead-copy{padding:44px 38px}.vc-ensemble-feature figure{min-height:0;aspect-ratio:16/9}.vc-ensemble-feature figure:after{background:linear-gradient(0deg,rgba(5,27,38,.42),transparent 50%)}.vc-model-grid,.vc-process-grid{grid-template-columns:1fr 1fr}.vc-event-card{grid-template-columns:1fr}.vc-event-card:nth-child(even) figure{order:0}.vc-event-card img{min-height:0;aspect-ratio:16/9}.vc-featured-gallery .wide img{height:440px}}
@media(max-width:780px){.vc-local-nav .shell{justify-content:flex-start}.vc-hero{min-height:0}.vc-hero-grid{padding:56px 0 70px;gap:42px}.vc-hero h1{font-size:43px}.vc-hero-lead{font-size:18px}.vc-hero-actions{align-items:stretch;flex-direction:column}.vc-hero-media{padding:16px 16px 74px;border-radius:24px}.vc-hero-photo.main img{height:auto;aspect-ratio:4/3}.vc-hero-photo.inset{right:7px;bottom:70px;width:43%;border-width:5px}.vc-hero-media>p{left:22px;right:22px;bottom:18px;gap:7px;font-size:11px}.vc-section,.vc-featured-event{padding:76px 0}.vc-heading h2{font-size:36px}.vc-heading>p:last-child:not(.eyebrow){font-size:17px}.vc-prose p{font-size:17px}.vc-prose .lead{font-size:20px}.vc-promise-grid,.vc-act-list,.vc-host-grid,.vc-model-grid,.vc-component-grid,.vc-process-grid,.vc-featured-acts{grid-template-columns:1fr}.vc-promise-grid article,.vc-act-list article,.vc-host-grid article,.vc-model-grid article,.vc-component-grid article,.vc-process-grid article,.vc-featured-acts article{min-height:0}.vc-member-grid{gap:12px}.vc-member-grid article{flex-basis:calc((100% - 12px)/2)}.vc-ensemble-feature>div{padding:34px 27px}.vc-masthead{padding:26px 0 44px}.vc-masthead-grid{min-height:0;border-radius:24px}.vc-masthead-copy{padding:36px 27px}.vc-masthead-copy h1{font-size:37px}.vc-masthead-copy>p:last-child{font-size:17px}.vc-check-list,.vc-inquiry,.vc-inquiry>div:last-child{grid-template-columns:1fr}.vc-inquiry{padding:32px 26px;gap:36px}.vc-event-card>div{padding:30px 26px 45px}.vc-event-card h2{font-size:26px}.vc-featured-head h2{font-size:39px}.vc-featured-gallery{grid-template-columns:1fr}.vc-featured-gallery figure.wide{grid-column:auto}.vc-featured-gallery img,.vc-featured-gallery .wide img{height:auto;aspect-ratio:4/3}.vc-featured-copy{padding:27px 24px;gap:22px}.vc-cta{padding:62px 0}.vc-cta h2{font-size:37px}.vc-next a{min-height:86px;padding:16px 18px}.vc-next strong{font-size:18px}.footer-grid.site-map{grid-template-columns:1fr}}
@media(max-width:430px){.vc-hero h1{font-size:36px}.vc-hero-media>p{font-size:10px}.vc-masthead-copy h1,.vc-heading h2{font-size:31px}.vc-masthead-photo img{aspect-ratio:16/10}.vc-masthead-photo-stage>.inset{width:42%;aspect-ratio:3/2;border-width:4px}.vc-member-grid article{flex-basis:100%}.vc-member-grid img{aspect-ratio:1/1}.vc-featured-head h2{font-size:33px}.vc-featured-head dl{padding:21px}.vc-featured-head dl div{grid-template-columns:70px 1fr}.vc-cta h2{font-size:32px}.vc-next strong{font-size:16px}}

/* 지속가능발전운동 — 지속가능발전대상 */
.footer-grid.site-map{grid-template-columns:1.16fr .68fr 1.04fr .98fr .88fr .72fr;gap:28px}
.aw-page{background:#fffdfa}
.aw-local-nav .shell{justify-content:center}
.aw-local-nav a[aria-current="page"]{background:#8e3e46;color:#fff;border-bottom-color:#d6aa50}

.aw-hero{min-height:730px;position:relative;display:flex;align-items:center;overflow:hidden;background:#061a29;color:#fff}
.aw-hero-art{position:absolute;inset:0;margin:0}
.aw-hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,22,35,.98) 0%,rgba(4,22,35,.91) 38%,rgba(4,22,35,.46) 67%,rgba(4,22,35,.08) 100%)}
.aw-hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}
.aw-hero-art figcaption{position:absolute;z-index:2;right:30px;bottom:22px;padding:8px 12px;border-radius:999px;background:rgba(4,22,35,.72);color:#d7e2df;font-size:12px;font-weight:700}
.aw-hero-inner{position:relative;z-index:2;padding:94px 0 108px}
.aw-hero-copy{max-width:720px}
.aw-hero .breadcrumbs,.aw-hero .breadcrumbs a{color:#cbd8dc}
.aw-hero .eyebrow{color:#edc16a}
.aw-hero h1{margin:0;color:#fff;font-size:clamp(50px,5vw,74px);line-height:1.18;letter-spacing:-.025em}
.aw-hero h1 strong{color:#f0c463}
.aw-hero-lead{max-width:650px;margin:29px 0 0;color:#e1e9e8;font-size:20px;line-height:1.85}
.aw-hero-actions{margin-top:35px;display:flex;flex-wrap:wrap;gap:12px}
.aw-hero .button-primary{background:#aa474f}.aw-hero .button-outline{border-color:rgba(255,255,255,.68);color:#fff}

.aw-section{padding:104px 0;background:#fffdfa}
.aw-section.soft{background:linear-gradient(180deg,#f4efe5,#fbf9f3)}
.aw-section.dark{background:linear-gradient(135deg,#071c2d 0%,#0d3339 58%,#18483f 100%);color:#fff}
.aw-lead-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:88px;align-items:start}
.aw-heading{max-width:790px}
.aw-heading .eyebrow{color:#a94449}
.aw-heading h2{margin:0;color:#163a34;font-size:clamp(39px,3.8vw,56px);line-height:1.31;letter-spacing:-.025em}
.aw-heading>p:last-child:not(.eyebrow){max-width:760px;margin:20px 0 0;color:#60716b;font-size:18px;line-height:1.82}
.aw-prose p{margin:0 0 20px;color:#4f635c;font-size:19px;line-height:1.92}
.aw-prose .lead{color:#173a34;font-size:22px;font-weight:800;line-height:1.75}
.aw-section.dark .aw-heading .eyebrow{color:#edc16a}.aw-section.dark .aw-heading h2{color:#fff}.aw-section.dark .aw-heading>p:last-child:not(.eyebrow){color:#d0ddda}.aw-section.dark .aw-prose p{color:#d3e0de}.aw-section.dark .aw-prose .lead{color:#fff}

.aw-value-grid{margin-top:54px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.aw-value-grid article{min-height:255px;padding:31px 28px;border:1px solid #e4b8bc;border-top:5px solid #b84752;border-radius:22px;background:linear-gradient(145deg,#fffafa,#f5e5e7);box-shadow:0 15px 34px rgba(19,54,49,.055)}
.aw-value-grid article:nth-child(2){border-color:#e3ca90;border-top-color:#c79636;background:linear-gradient(145deg,#fffaf0,#f3e7cb)}
.aw-value-grid article:nth-child(3){border-color:#add0bd;border-top-color:#448268;background:linear-gradient(145deg,#f8fcfa,#e1efe8)}
.aw-value-grid article:nth-child(4){border-color:#afc8db;border-top-color:#36749e;background:linear-gradient(145deg,#f8fbfd,#e2ecf3)}
.aw-value-grid span{color:#ad414b;font-size:13px;font-weight:800;letter-spacing:.12em}.aw-value-grid article:nth-child(2) span{color:#b47e24}.aw-value-grid article:nth-child(3) span{color:#3e7b62}.aw-value-grid article:nth-child(4) span{color:#2f6f9f}
.aw-value-grid h3{margin:20px 0 14px;color:#173a34;font-size:27px}.aw-value-grid p{margin:0;color:#5c6e67;font-size:16px;line-height:1.8}

.aw-field-preview{margin-top:50px;display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.aw-field-preview a{flex:0 1 calc((100% - 42px)/4);min-height:275px;padding:28px 24px;border:1px solid #dfd5c3;border-radius:22px;background:#fff;box-shadow:0 13px 30px rgba(19,54,49,.05)}
.aw-field-preview a:nth-child(2n){background:#f7f0e3}.aw-field-preview a:nth-child(3n){background:#eaf3ef}.aw-field-preview a:nth-child(4n){background:#e9f0f5}
.aw-field-preview span{color:#a94449;font-size:14px;font-weight:800;letter-spacing:.12em}.aw-field-preview h3{margin:20px 0 13px;color:#173a34;font-size:23px;line-height:1.45}.aw-field-preview p{margin:0;color:#5a6d66;font-size:15px;line-height:1.76}
.aw-field-preview a:hover{transform:translateY(-4px);box-shadow:0 19px 38px rgba(19,54,49,.09)}

.aw-group-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.aw-group-grid article{min-height:105px;padding:24px;display:flex;align-items:center;gap:17px;border:1px solid #ddd4c5;border-radius:18px;background:#fff}
.aw-group-grid span{color:#c18d2f;font-size:13px;font-weight:800}.aw-group-grid strong{color:#173a34;font-size:19px;line-height:1.45}

.aw-concept-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.aw-concept-grid figure{margin:0;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:rgba(255,255,255,.06)}
.aw-concept-grid img{width:100%;aspect-ratio:16/10;display:block;object-fit:cover;border-radius:17px}
.aw-concept-grid figcaption,.aw-masthead-photo figcaption,.aw-partner-photo figcaption{padding:12px 5px 1px;color:#bcd0cc;font-size:12px;font-weight:700}

.aw-masthead{padding:42px 0;background:linear-gradient(135deg,#071c2d,#173f3b)}
.aw-masthead-grid{min-height:520px;display:grid;grid-template-columns:.94fr 1.06fr;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:30px;background:#0b2a36;box-shadow:0 28px 66px rgba(5,27,38,.25)}
.aw-masthead-copy{padding:58px;align-self:center;color:#fff}
.aw-masthead-copy .breadcrumbs,.aw-masthead-copy .breadcrumbs a{color:#c7d5d9}.aw-masthead-copy .eyebrow{color:#edc16a}
.aw-masthead-copy h1{margin:0;color:#fff;font-size:clamp(40px,4.1vw,58px);line-height:1.31;letter-spacing:-.025em}
.aw-masthead-copy>p:last-child{margin:24px 0 0;color:#d9e5e3;font-size:18px;line-height:1.83}
.aw-masthead-photo{margin:0;padding:24px;display:flex;flex-direction:column;justify-content:center;background:#061a29}
.aw-masthead-photo img{width:100%;aspect-ratio:16/10;max-height:430px;object-fit:cover;border-radius:20px}

.aw-field-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.aw-field-list article{min-height:235px;padding:32px;display:grid;grid-template-columns:60px 1fr;gap:20px;border:1px solid #ded4c3;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(19,54,49,.05)}
.aw-field-list article:nth-child(2),.aw-field-list article:nth-child(6){background:#f6eddd}.aw-field-list article:nth-child(3),.aw-field-list article:nth-child(5){background:#eaf3ef}.aw-field-list article:nth-child(4){background:#e8f0f5}.aw-field-list article:last-child{grid-column:1/-1;min-height:200px;background:linear-gradient(120deg,#f7e8ea,#f1ead8 48%,#e7f1ed)}
.aw-field-list>article>span{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#a94449;color:#fff;font-size:16px;font-weight:800}.aw-field-list h2{margin:2px 0 12px;color:#173a34;font-size:28px;line-height:1.42}.aw-field-list p{margin:0;color:#586b64;font-size:16px;line-height:1.82}
.aw-nominee-grid{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.aw-nominee-grid article{min-height:230px;padding:30px;border:1px solid #ddd5c7;border-radius:22px;background:#fff}.aw-nominee-grid article:nth-child(2n){background:#f7f1e6}
.aw-nominee-grid span{color:#a94449;font-size:13px;font-weight:800;letter-spacing:.1em}.aw-nominee-grid h3{margin:20px 0 13px;color:#173a34;font-size:25px}.aw-nominee-grid p{margin:0;color:#5b6d67;font-size:16px;line-height:1.78}
.aw-notice{margin:28px 0 0;padding:20px 24px;border-left:4px solid #c99a3f;background:#f4efe4;color:#526760;font-size:15px;line-height:1.76}

.aw-criteria-grid{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.aw-criteria-grid article{min-height:220px;padding:30px;border:1px solid #e1babc;border-top:5px solid #b84752;border-radius:22px;background:linear-gradient(145deg,#fffafa,#f5e6e7)}
.aw-criteria-grid article:nth-child(2),.aw-criteria-grid article:nth-child(5){border-color:#e3cc95;border-top-color:#c79636;background:linear-gradient(145deg,#fffaf1,#f2e7cc)}.aw-criteria-grid article:nth-child(3),.aw-criteria-grid article:nth-child(6){border-color:#afd0bf;border-top-color:#448268;background:linear-gradient(145deg,#f8fcfa,#e2efe8)}.aw-criteria-grid article:nth-child(4){border-color:#b1c9da;border-top-color:#36749e;background:linear-gradient(145deg,#f8fbfd,#e3ecf3)}
.aw-criteria-grid span{color:#a94449;font-size:13px;font-weight:800}.aw-criteria-grid h3{margin:20px 0 13px;color:#173a34;font-size:26px}.aw-criteria-grid p{margin:0;color:#5a6c65;font-size:16px;line-height:1.78}
.aw-process-list{margin-top:50px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.aw-process-list article{min-height:150px;padding:25px 28px;display:grid;grid-template-columns:58px 1fr;gap:19px;border:1px solid #ddd5c8;border-radius:19px;background:#fff}
.aw-process-list article:nth-child(even){background:#f7f1e6}.aw-process-list article:last-child{grid-column:1/-1;background:linear-gradient(120deg,#f7e8ea,#eef4f1)}
.aw-process-list>article>span{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#173a34;color:#edc16a;font-size:15px;font-weight:800}.aw-process-list h3{margin:2px 0 8px;color:#173a34;font-size:22px}.aw-process-list p{margin:0;color:#5c6e67;font-size:15px;line-height:1.72}
.aw-document-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:78px;align-items:start}.aw-document-grid>div>p{max-width:560px;color:#d3e0dd;font-size:17px;line-height:1.82}.aw-document-grid ol{margin:0;padding:0;counter-reset:materials;list-style:none}.aw-document-grid li{min-height:74px;margin-bottom:12px;padding:18px 20px 18px 65px;position:relative;display:flex;align-items:center;border:1px solid rgba(255,255,255,.17);border-radius:16px;background:rgba(255,255,255,.065);color:#fff;font-size:16px;font-weight:800}.aw-document-grid li:before{counter-increment:materials;content:counter(materials,decimal-leading-zero);position:absolute;left:20px;color:#edc16a;font-size:13px;font-weight:800}

.aw-role-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;padding:52px;border:1px solid #d9cfbf;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#f8f2e7 56%,#e8f1ed 100%);box-shadow:0 20px 48px rgba(19,54,49,.07)}
.aw-role-intro>div:first-child>p:last-child{max-width:650px;margin:24px 0 0;color:#5b6e67;font-size:17px;line-height:1.82}
.aw-role-steps{min-height:350px;position:relative;display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:14px;border:1px solid #dbc99f;border-radius:28px;background:#0b2a36;box-shadow:0 20px 45px rgba(7,29,39,.17)}
.aw-role-steps:before{content:"";position:absolute;inset:50% auto auto 50%;width:2px;height:58%;background:linear-gradient(transparent,#d7a94c,transparent);transform:translate(-50%,-50%)}
.aw-role-steps:after{content:"";position:absolute;inset:50% auto auto 50%;width:68%;height:2px;background:linear-gradient(90deg,transparent,#d7a94c,transparent);transform:translate(-50%,-50%)}
.aw-role-steps span{position:relative;z-index:1;display:grid;place-items:center;padding:23px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.055);color:#cfddda;font-size:14px;font-weight:700;line-height:1.55;text-align:center}
.aw-role-steps span:nth-child(2){background:rgba(54,116,158,.17)}.aw-role-steps span:nth-child(3){background:rgba(68,130,104,.18)}.aw-role-steps span:nth-child(4){background:rgba(169,68,73,.16)}
.aw-role-steps b{display:block;color:#fff;font-size:22px}.aw-role-steps strong{position:absolute;z-index:2;left:50%;top:50%;width:106px;height:106px;display:grid;place-items:center;border:2px solid #d7a94c;border-radius:50%;background:#fff8e9;color:#173a34;font-size:18px;box-shadow:0 12px 28px rgba(3,18,26,.28);transform:translate(-50%,-50%)}
.aw-partner-grid{margin-top:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.aw-partner-grid article{min-height:245px;padding:28px 25px;border:1px solid #dfd5c4;border-top:5px solid #b84752;border-radius:21px;background:#fff}.aw-partner-grid article:nth-child(2){border-top-color:#c79636;background:#f8f1e4}.aw-partner-grid article:nth-child(3){border-top-color:#448268;background:#eaf3ef}.aw-partner-grid article:nth-child(4){border-top-color:#36749e;background:#e9f0f5}.aw-partner-grid span{color:#a94449;font-size:13px;font-weight:800}.aw-partner-grid h3{margin:19px 0 13px;color:#173a34;font-size:23px;line-height:1.45}.aw-partner-grid p{margin:0;color:#5a6d66;font-size:15px;line-height:1.76}
.aw-design-grid{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.aw-design-grid article{min-height:255px;padding:29px 26px;border:1px solid #ded5c5;border-radius:21px;background:#fff;box-shadow:0 13px 30px rgba(19,54,49,.05)}.aw-design-grid article:nth-child(even){background:#f6f0e5}.aw-design-grid span{color:#bd8730;font-size:14px;font-weight:800}.aw-design-grid h3{margin:20px 0 13px;color:#173a34;font-size:24px}.aw-design-grid p{margin:0;color:#5a6c65;font-size:15px;line-height:1.78}
.aw-event-strip{margin-top:46px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.aw-event-strip span{min-height:78px;padding:18px;display:grid;place-items:center;border:1px solid rgba(237,193,106,.34);border-radius:16px;background:rgba(255,255,255,.065);color:#fff;font-size:16px;font-weight:800;text-align:center}

.aw-cta{padding:76px 0;background:linear-gradient(120deg,#9e4048,#b94e52 56%,#8d3f45);color:#fff}.aw-cta-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.aw-cta .eyebrow{color:#f5d38d}.aw-cta h2{margin:0;color:#fff;font-size:clamp(39px,4vw,58px);line-height:1.3;letter-spacing:-.025em}.aw-cta-grid>div:first-child>p:last-child{max-width:770px;margin:20px 0 0;color:#fff1ee;font-size:18px;line-height:1.82}.aw-contact{padding:28px 30px;border:1px solid rgba(255,255,255,.35);border-radius:22px;background:rgba(84,17,24,.22)}.aw-contact span{display:block;color:#f7d796;font-size:13px;font-weight:800}.aw-contact>a:not(.button){display:block;margin-top:8px;color:#fff;font-size:19px;font-weight:800}.aw-contact .button{margin-top:22px;width:100%}
.aw-next{padding:30px 0;background:#071c2d;color:#fff}.aw-next-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.aw-next a{min-height:98px;padding:18px 24px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.04)}.aw-next a:hover{background:rgba(255,255,255,.09)}.aw-next a.next{align-items:flex-end;text-align:right}.aw-next small{color:#e9bd67;font-size:11px;font-weight:800;letter-spacing:.12em}.aw-next strong{margin-top:3px;color:#fff;font-size:21px}.aw-next span{font-size:13px}

@media(max-width:1380px){.header-inner{gap:12px}.brand{width:170px;flex-basis:170px}.nav-link{padding-inline:10px;font-size:14px}.nav-toggle{width:30px;margin-left:-10px}.header-contact{display:none}}
@media(max-width:1180px){.footer-grid.site-map{grid-template-columns:1.15fr 1fr 1fr}.footer-grid.site-map .footer-contact{grid-column:auto}.aw-value-grid,.aw-partner-grid,.aw-design-grid{grid-template-columns:repeat(2,1fr)}.aw-field-preview a{flex-basis:calc((100% - 28px)/3)}}
@media(max-width:900px){.aw-lead-grid,.aw-concept-grid,.aw-masthead-grid,.aw-document-grid,.aw-role-intro,.aw-cta-grid{grid-template-columns:1fr}.aw-masthead-grid{min-height:0}.aw-masthead-photo{order:-1}.aw-group-grid,.aw-nominee-grid,.aw-criteria-grid{grid-template-columns:1fr 1fr}.aw-masthead-photo img{max-height:none}.aw-role-intro{padding:40px 34px}.aw-role-steps{min-height:320px}}
@media(max-width:780px){.aw-local-nav .shell{justify-content:flex-start}.aw-hero{min-height:780px;align-items:flex-end;padding-top:300px}.aw-hero-art img{object-position:67% center}.aw-hero-art:after{background:linear-gradient(180deg,rgba(4,22,35,.16),rgba(4,22,35,.95) 48%,rgba(4,22,35,.99))}.aw-hero-art figcaption{right:18px;bottom:12px;max-width:82%;font-size:10px}.aw-hero-inner{padding:70px 0 84px}.aw-hero h1{font-size:42px}.aw-hero-lead{font-size:18px}.aw-hero-actions{align-items:stretch;flex-direction:column;width:min(330px,100%)}.aw-section{padding:76px 0}.aw-heading h2{font-size:36px}.aw-heading>p:last-child:not(.eyebrow),.aw-prose p{font-size:17px}.aw-prose .lead{font-size:20px}.aw-value-grid,.aw-group-grid,.aw-nominee-grid,.aw-criteria-grid,.aw-partner-grid,.aw-design-grid{grid-template-columns:1fr}.aw-value-grid article,.aw-nominee-grid article,.aw-criteria-grid article,.aw-partner-grid article,.aw-design-grid article{min-height:0}.aw-field-preview{gap:12px}.aw-field-preview a{flex-basis:100%;min-height:0}.aw-masthead{padding:26px 0 44px}.aw-masthead-copy{padding:36px 27px}.aw-masthead-copy h1{font-size:37px}.aw-masthead-copy>p:last-child{font-size:17px}.aw-field-list,.aw-process-list{grid-template-columns:1fr}.aw-field-list article:last-child,.aw-process-list article:last-child{grid-column:auto}.aw-field-list article{min-height:0;padding:27px;grid-template-columns:52px 1fr;gap:16px}.aw-field-list>article>span{width:48px;height:48px}.aw-process-list article{min-height:0}.aw-document-grid{gap:32px}.aw-event-strip{grid-template-columns:1fr 1fr}.aw-cta{padding:62px 0}.aw-cta h2{font-size:37px}.aw-next a{min-height:86px;padding:16px 18px}.aw-next strong{font-size:18px}.footer-grid.site-map{grid-template-columns:1fr}}
@media(max-width:430px){.aw-hero h1{font-size:35px}.aw-masthead-copy h1,.aw-heading h2{font-size:31px}.aw-field-list article{display:block}.aw-field-list>article>span{margin-bottom:17px}.aw-field-list h2{font-size:25px}.aw-process-list article{grid-template-columns:48px 1fr;padding:23px 21px}.aw-process-list>article>span{width:44px;height:44px}.aw-role-intro{padding:31px 23px;gap:34px}.aw-role-steps{min-height:300px;padding:9px;gap:9px}.aw-role-steps span{padding:15px 9px;font-size:13px}.aw-role-steps b{font-size:19px}.aw-role-steps strong{width:88px;height:88px;font-size:16px}.aw-event-strip{grid-template-columns:1fr}.aw-cta h2{font-size:32px}.aw-next strong{font-size:16px}}

/* Major projects */
.biz-page{background:#faf7f0;color:#173a34}
.biz-local-nav{border-bottom:1px solid rgba(255,255,255,.12);background:#173f3b}.biz-local-nav .shell{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.biz-local-nav .shell::-webkit-scrollbar{display:none}.biz-local-nav a{flex:0 0 auto;color:#dce9e5}.biz-local-nav a[aria-current="page"]{background:#f5cc74;color:#143a34}
.biz-hero{padding:56px 0;background:linear-gradient(125deg,#062235 0%,#0a3340 55%,#15483f 100%);color:#fff}.biz-hero-grid{min-height:650px;display:grid;grid-template-columns:.88fr 1.12fr;overflow:hidden;border:1px solid rgba(242,202,112,.27);border-radius:34px;background:rgba(2,19,31,.33);box-shadow:0 30px 70px rgba(2,24,32,.32)}.biz-hero-copy{padding:64px 54px;align-self:center}.biz-hero-copy .breadcrumbs,.biz-hero-copy .breadcrumbs a{color:#c8d9d7}.biz-hero-copy .eyebrow{color:#f4c667}.biz-hero h1{margin:0;color:#fff;font-size:clamp(43px,4.7vw,68px);line-height:1.28;letter-spacing:-.025em}.biz-hero h1 strong{color:#f3c359;font-weight:800}.biz-hero-lead{max-width:620px;margin:29px 0 0;color:#d9e7e4;font-size:19px;line-height:1.88}.biz-hero-actions,.biz-feature-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px}.biz-hero-media{min-width:0;position:relative;padding:34px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))}.biz-hero-media figure{margin:0;overflow:hidden;border-radius:24px;background:#071d2c}.biz-hero-media .main{height:79%}.biz-hero-media .main img{width:100%;height:100%;display:block;object-fit:cover}.biz-hero-media .sub{position:absolute;right:33px;bottom:76px;width:37%;height:32%;border:8px solid #0d3941;border-radius:21px}.biz-hero-media .sub img{width:100%;height:100%;display:block;object-fit:cover}.biz-hero-media>p{margin:19px 0 0;color:#f2cd7d;font-size:13px;font-weight:800;letter-spacing:.06em}
.biz-section{padding:104px 0;background:#fbf8f2}.biz-section.soft{background:#f1eadf}.biz-section.dark{background:linear-gradient(135deg,#071f31,#17443e);color:#fff}.biz-heading{max-width:800px}.biz-heading .eyebrow{color:#b5434b}.biz-heading h2{margin:0;color:#173a34;font-size:clamp(40px,4.1vw,60px);line-height:1.28;letter-spacing:-.025em}.biz-heading>p:last-child:not(.eyebrow){max-width:780px;margin:21px 0 0;color:#5e706a;font-size:18px;line-height:1.82}.biz-section.dark .biz-heading .eyebrow{color:#edc16a}.biz-section.dark .biz-heading h2{color:#fff}.biz-section.dark .biz-heading>p:last-child:not(.eyebrow){color:#cddbd8}.biz-lead-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:88px;align-items:start}.biz-prose p{margin:0 0 20px;color:#52665f;font-size:19px;line-height:1.92}.biz-prose .lead{color:#173a34;font-size:22px;font-weight:800;line-height:1.75}.biz-section.dark .biz-prose p,.biz-feature .biz-prose p{color:#d2dfdc}.biz-section.dark .biz-prose .lead,.biz-feature .biz-prose .lead{color:#fff}
.biz-pathway{margin-top:58px;display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.biz-pathway article{min-height:176px;padding:22px 16px;border:1px solid #e2c7c9;border-top:5px solid #b84752;border-radius:18px;background:#fff8f8}.biz-pathway article:nth-child(2){border-color:#ead29d;border-top-color:#c89331;background:#fff7e8}.biz-pathway article:nth-child(3){border-color:#bbd5c6;border-top-color:#438168;background:#eff7f3}.biz-pathway article:nth-child(4){border-color:#b8ccd9;border-top-color:#37759b;background:#edf4f8}.biz-pathway article:nth-child(5){border-color:#cec3db;border-top-color:#725e95;background:#f5f1f8}.biz-pathway article:nth-child(6){border-color:#e1c6a9;border-top-color:#a86c3c;background:#faf1e8}.biz-pathway article:nth-child(7){border-color:#bbd2cf;border-top-color:#357a79;background:#edf7f6}.biz-pathway span{display:block;color:#ad414b;font-size:13px;font-weight:800}.biz-pathway strong{display:block;margin-top:23px;color:#173a34;font-size:20px;line-height:1.4}.biz-pathway small{display:block;margin-top:9px;color:#6a7874;font-size:13px;font-weight:700;line-height:1.45}
.biz-project-grid{margin-top:54px;display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.biz-project-card{min-height:286px;padding:34px;border:1px solid #e0b9bd;border-left:7px solid #b84752;border-radius:24px;background:linear-gradient(135deg,#fffafa,#f4e5e7);box-shadow:0 14px 32px rgba(19,54,49,.055);transition:transform .2s,box-shadow .2s}.biz-project-card:nth-child(2){border-color:#e4ca8e;border-left-color:#c69332;background:linear-gradient(135deg,#fff9ed,#f3e5c5)}.biz-project-card:nth-child(3){border-color:#afd0be;border-left-color:#438168;background:linear-gradient(135deg,#f8fcfa,#dfeee7)}.biz-project-card:nth-child(4){border-color:#aec9dc;border-left-color:#36759d;background:linear-gradient(135deg,#f8fbfd,#dfebf3)}.biz-project-card:nth-child(5){border-color:#c7bcda;border-left-color:#715d95;background:linear-gradient(135deg,#faf8fc,#ebe5f2)}.biz-project-card:nth-child(6){border-color:#e0c29e;border-left-color:#aa6f3f;background:linear-gradient(135deg,#fffaf5,#f2e4d7)}.biz-project-card:nth-child(7){border-color:#afd0cc;border-left-color:#357a79;background:linear-gradient(135deg,#f7fcfb,#dceeed)}.biz-project-card:hover{transform:translateY(-5px);box-shadow:0 22px 42px rgba(19,54,49,.1)}.biz-project-card>span{float:right;color:#b4414a;font-size:24px;font-weight:800}.biz-project-card small{color:#9d3d45;font-size:12px;font-weight:800;letter-spacing:.12em}.biz-project-card h3{margin:28px 0 14px;color:#173a34;font-size:29px;line-height:1.38}.biz-project-card p{max-width:590px;margin:0;color:#536760;font-size:16px;line-height:1.8}.biz-project-card b{display:block;margin-top:24px;color:#173a34;font-size:14px}.biz-project-card.featured{grid-column:span 2;min-height:310px;padding-right:40%;position:relative;overflow:hidden;background:linear-gradient(110deg,#6e2530,#b2474e);border-color:#d4a14a;color:#fff}.biz-project-card.featured:after{content:"대표사업";position:absolute;right:-48px;top:44px;width:205px;padding:10px 0;background:#f2ca72;color:#173a34;font-size:13px;font-weight:800;text-align:center;transform:rotate(36deg)}.biz-project-card.featured>span,.biz-project-card.featured small{color:#f3d286}.biz-project-card.featured h3,.biz-project-card.featured p,.biz-project-card.featured b{color:#fff}
.biz-feature{padding:104px 0;background:linear-gradient(130deg,#071d2d,#0c3540 58%,#16453e);color:#fff}.biz-feature-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:center}.biz-feature .biz-heading .eyebrow{color:#edc16a}.biz-feature .biz-heading h2{color:#fff}.biz-feature-media{min-height:550px;position:relative}.biz-feature-media figure{margin:0;overflow:hidden;border-radius:24px;background:#061a28}.biz-feature-media .main{width:90%;height:480px}.biz-feature-media .main img{width:100%;height:100%;display:block;object-fit:cover}.biz-feature-media .sub{position:absolute;right:0;bottom:0;width:43%;height:225px;border:8px solid #16453e}.biz-feature-media .sub img{width:100%;height:100%;display:block;object-fit:cover}.biz-feature .button-outline{border-color:rgba(255,255,255,.55);color:#fff}
.biz-partner-grid{margin-top:50px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.biz-partner-grid article{min-height:245px;padding:29px 24px;border:1px solid #dfc0c2;border-top:5px solid #b84752;border-radius:21px;background:#fffafa}.biz-partner-grid article:nth-child(2){border-color:#e1cc9b;border-top-color:#c39132;background:#fff8ea}.biz-partner-grid article:nth-child(3){border-color:#b4d0c1;border-top-color:#438168;background:#eef7f2}.biz-partner-grid article:nth-child(4){border-color:#b1c9da;border-top-color:#36759d;background:#edf4f8}.biz-partner-grid article:nth-child(5){border-color:#c8bdd7;border-top-color:#715e93;background:#f5f1f8}.biz-partner-grid span{color:#ae414a;font-size:13px;font-weight:800}.biz-partner-grid h3{margin:20px 0 13px;color:#173a34;font-size:23px}.biz-partner-grid p{margin:0;color:#5b6c66;font-size:15px;line-height:1.75}.biz-process-grid{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.biz-process-grid article{min-height:190px;padding:27px;border:1px solid #ded2c1;border-radius:20px;background:#fff}.biz-process-grid article:nth-child(2n){background:#f7efe0}.biz-process-grid span{color:#ad414b;font-size:13px;font-weight:800}.biz-process-grid h3{margin:20px 0 11px;color:#173a34;font-size:23px}.biz-process-grid p{margin:0;color:#5b6c66;font-size:15px;line-height:1.72}.biz-section.dark .biz-process-grid article{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.06)}.biz-section.dark .biz-process-grid h3{color:#fff}.biz-section.dark .biz-process-grid span{color:#edc16a}
.biz-cta{padding:80px 0;background:linear-gradient(120deg,#9e3f48,#b84d52 55%,#8e3e44);color:#fff}.biz-cta-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.biz-cta .eyebrow{color:#f4d18b}.biz-cta h2{margin:0;color:#fff;font-size:clamp(39px,4vw,58px);line-height:1.3;letter-spacing:-.025em}.biz-cta-grid>div:first-child>p:last-child{max-width:760px;margin:21px 0 0;color:#fff0ed;font-size:18px;line-height:1.82}.biz-contact{padding:29px;border:1px solid rgba(255,255,255,.34);border-radius:22px;background:rgba(79,14,20,.23)}.biz-contact span{display:block;color:#f7d797;font-size:13px;font-weight:800}.biz-contact>a:not(.button){display:block;margin-top:8px;color:#fff;font-size:19px;font-weight:800}.biz-contact .button{width:100%;margin-top:22px}
.biz-masthead{padding:44px 0;background:linear-gradient(130deg,#071e30,#17453e)}.biz-masthead-grid{min-height:550px;display:grid;grid-template-columns:.94fr 1.06fr;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:31px;background:#0a2b37;box-shadow:0 27px 64px rgba(4,24,34,.27)}.biz-masthead-copy{padding:58px;align-self:center}.biz-masthead-copy .breadcrumbs,.biz-masthead-copy .breadcrumbs a{color:#c6d8d5}.biz-masthead-copy .eyebrow{color:#efc36b}.biz-masthead-copy h1{margin:0;color:#fff;font-size:clamp(40px,4vw,59px);line-height:1.31;letter-spacing:-.025em}.biz-masthead-copy>p:last-child{margin:26px 0 0;color:#d7e5e2;font-size:18px;line-height:1.85}.biz-masthead-photo{margin:0;padding:25px;display:grid;place-items:center;background:#061a29}.biz-masthead-photo img{width:100%;height:100%;max-height:470px;display:block;object-fit:cover;border-radius:21px}.biz-masthead-photo.contain img{height:auto;object-fit:contain;background:#fff;padding:14px}
.biz-program-grid{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.biz-program-grid article{min-height:254px;padding:30px;border:1px solid #e1babc;border-top:5px solid #b84752;border-radius:22px;background:linear-gradient(145deg,#fffafa,#f5e6e7)}.biz-program-grid article:nth-child(3n+2){border-color:#e3cc95;border-top-color:#c79636;background:linear-gradient(145deg,#fffaf1,#f2e7cc)}.biz-program-grid article:nth-child(3n){border-color:#afd0bf;border-top-color:#448268;background:linear-gradient(145deg,#f8fcfa,#e2efe8)}.biz-program-grid span{color:#a94449;font-size:13px;font-weight:800}.biz-program-grid h3{margin:20px 0 13px;color:#173a34;font-size:25px;line-height:1.42}.biz-program-grid p{margin:0;color:#596c65;font-size:16px;line-height:1.78}.biz-audience-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.biz-audience-grid article{min-height:125px;padding:23px 25px;border:1px solid #d8d0c3;border-radius:18px;background:#fff}.biz-audience-grid article:nth-child(even){background:#f6efe3}.biz-audience-grid h3{margin:0 0 8px;color:#173a34;font-size:21px}.biz-audience-grid p{margin:0;color:#5c6e67;font-size:15px;line-height:1.68}.biz-format-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.biz-format-grid{display:grid;gap:13px}.biz-format-grid article{padding:24px 26px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.06)}.biz-format-grid h3{margin:0 0 8px;color:#fff;font-size:22px}.biz-format-grid p{margin:0;color:#cddbd8;font-size:15px;line-height:1.72}
.biz-output-grid{margin-top:50px;display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.biz-output-grid article{min-height:220px;padding:26px 22px;border:1px solid rgba(255,255,255,.16);border-radius:19px;background:rgba(255,255,255,.055)}.biz-output-grid span{color:#edc16a;font-size:13px;font-weight:800}.biz-output-grid h3{margin:20px 0 11px;color:#fff;font-size:22px;line-height:1.42}.biz-output-grid p{margin:0;color:#cbd9d6;font-size:15px;line-height:1.72}.biz-principle-grid{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.biz-principle-grid article{min-height:235px;padding:29px 26px;border:1px solid rgba(255,255,255,.16);border-top:5px solid #e7bc66;border-radius:21px;background:rgba(255,255,255,.06)}.biz-principle-grid h3{margin:0 0 14px;color:#fff;font-size:24px;line-height:1.45}.biz-principle-grid p{margin:0;color:#cbd9d6;font-size:15px;line-height:1.78}.biz-principle-grid.light article{border:1px solid #ddc7c9;border-top:5px solid #b84752;background:#fff8f8}.biz-principle-grid.light article:nth-child(2){border-color:#e2cd99;border-top-color:#c49334;background:#fff8eb}.biz-principle-grid.light article:nth-child(3){border-color:#b1d0bf;border-top-color:#438168;background:#eef7f2}.biz-principle-grid.light article:nth-child(4){border-color:#b0cada;border-top-color:#36759d;background:#edf4f8}.biz-principle-grid.light h3{color:#173a34}.biz-principle-grid.light p{color:#5a6d66}
.biz-record-section{padding:0 0 104px;background:#fbf8f2}.biz-record-grid{display:grid;grid-template-columns:1.12fr .88fr;overflow:hidden;border-radius:28px;background:#0c3039;box-shadow:0 22px 52px rgba(12,43,48,.18)}.biz-record-grid figure{margin:0}.biz-record-grid img{width:100%;height:100%;min-height:430px;display:block;object-fit:cover}.biz-record-grid>div{padding:48px;align-self:center}.biz-record-grid h2{margin:0;color:#fff;font-size:clamp(34px,3.5vw,52px);line-height:1.32}.biz-record-grid p{color:#d1dfdc;font-size:17px;line-height:1.84}.biz-channel-list{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px}.biz-channel-list span{padding:11px 15px;border:1px solid rgba(237,193,106,.36);border-radius:999px;color:#f0cc84;font-size:13px;font-weight:800}.biz-note{margin-top:28px;padding:21px 24px;border-left:4px solid #c39134;background:#f4eee2;color:#52665f;font-size:16px;line-height:1.78}
.biz-space-visual{padding:0 0 104px;background:#fbf8f2}.biz-space-photos{min-height:540px;position:relative}.biz-space-photos figure{margin:0;overflow:hidden;border-radius:26px;background:#e7e1d6}.biz-space-photos .main{width:76%;height:520px}.biz-space-photos .main img{width:100%;height:100%;display:block;object-fit:cover}.biz-space-photos figure:last-child{position:absolute;right:0;bottom:-28px;width:37%;height:290px;border:10px solid #fbf8f2}.biz-space-photos figure:last-child img{width:100%;height:100%;display:block;object-fit:cover}.biz-space-grid{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.biz-space-grid article{min-height:350px;padding:32px;border:1px solid #dec2c4;border-top:5px solid #b84752;border-radius:22px;background:#fffafa}.biz-space-grid article:nth-child(2){border-color:#dfcc9f;border-top-color:#c49334;background:#fff8eb}.biz-space-grid article:nth-child(3){border-color:#b3d0c1;border-top-color:#438168;background:#eef7f2}.biz-space-grid span{color:#ac414a;font-size:13px;font-weight:800}.biz-space-grid h3{margin:20px 0 13px;color:#173a34;font-size:27px}.biz-space-grid p{margin:0;color:#586b64;font-size:16px;line-height:1.78}.biz-space-grid ul{margin:20px 0 0;padding-left:18px;color:#173a34;font-size:14px;font-weight:800;line-height:1.8}
.biz-group-photo{padding:0 0 104px;background:#fbf8f2}.biz-group-photo figure{margin:0}.biz-group-photo img{width:100%;max-height:650px;display:block;object-fit:cover;border-radius:27px}.biz-group-photo figcaption{padding:13px 4px 0;color:#6b7974;font-size:12px;font-weight:700}.biz-next{padding:30px 0;background:#071c2d}.biz-next-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.biz-next a{min-height:98px;padding:18px 24px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.04)}.biz-next a:hover{background:rgba(255,255,255,.09)}.biz-next a.next{align-items:flex-end;text-align:right}.biz-next small{color:#e9bd67;font-size:11px;font-weight:800;letter-spacing:.12em}.biz-next strong{margin-top:3px;color:#fff;font-size:21px}.biz-next span{color:#fff;font-size:13px}

@media(max-width:1180px){.biz-pathway{grid-template-columns:repeat(4,1fr)}.biz-partner-grid,.biz-output-grid{grid-template-columns:repeat(3,1fr)}.biz-feature-grid{gap:46px}.biz-project-card.featured{padding-right:25%}}
@media(max-width:900px){.biz-hero-grid,.biz-lead-grid,.biz-feature-grid,.biz-masthead-grid,.biz-cta-grid,.biz-format-layout,.biz-record-grid{grid-template-columns:1fr}.biz-hero-media{min-height:570px}.biz-feature-media{order:-1}.biz-masthead-grid{min-height:0}.biz-masthead-photo{order:-1;min-height:430px}.biz-project-card.featured{padding-right:34px}.biz-program-grid,.biz-audience-grid,.biz-process-grid,.biz-space-grid{grid-template-columns:repeat(2,1fr)}.biz-principle-grid{grid-template-columns:repeat(2,1fr)}.biz-partner-grid,.biz-output-grid{grid-template-columns:repeat(2,1fr)}.biz-record-grid>div{padding:40px}.biz-space-photos .main{width:87%}.biz-group-photo img{max-height:none}}
@media(max-width:780px){.biz-local-nav .shell{justify-content:flex-start}.biz-hero{padding:27px 0 45px}.biz-hero-grid{min-height:0}.biz-hero-copy{padding:42px 27px}.biz-hero h1{font-size:42px}.biz-hero-lead{font-size:17px}.biz-hero-actions,.biz-feature-actions{align-items:stretch;flex-direction:column}.biz-hero-media{min-height:430px;padding:20px}.biz-hero-media .main{height:330px}.biz-hero-media .sub{right:19px;bottom:59px;width:43%;height:145px;border-width:6px}.biz-hero-media>p{font-size:11px}.biz-section,.biz-feature{padding:76px 0}.biz-heading h2{font-size:36px}.biz-heading>p:last-child:not(.eyebrow),.biz-prose p{font-size:17px}.biz-prose .lead{font-size:20px}.biz-lead-grid{gap:34px}.biz-pathway{grid-template-columns:repeat(2,1fr);margin-top:42px}.biz-pathway article{min-height:150px}.biz-project-grid{grid-template-columns:1fr}.biz-project-card,.biz-project-card.featured{grid-column:auto;min-height:0;padding:28px}.biz-feature-grid{gap:42px}.biz-feature-media{min-height:410px}.biz-feature-media .main{width:94%;height:350px}.biz-feature-media .sub{height:155px;border-width:6px}.biz-partner-grid,.biz-program-grid,.biz-audience-grid,.biz-process-grid,.biz-output-grid,.biz-principle-grid,.biz-space-grid{grid-template-columns:1fr}.biz-partner-grid article,.biz-program-grid article,.biz-output-grid article,.biz-principle-grid article,.biz-space-grid article{min-height:0}.biz-cta{padding:64px 0}.biz-cta h2{font-size:37px}.biz-masthead{padding:27px 0 45px}.biz-masthead-photo{min-height:320px;padding:18px}.biz-masthead-copy{padding:38px 27px}.biz-masthead-copy h1{font-size:37px}.biz-masthead-copy>p:last-child{font-size:17px}.biz-record-section,.biz-space-visual,.biz-group-photo{padding-bottom:76px}.biz-record-grid img{min-height:300px}.biz-record-grid>div{padding:31px 27px}.biz-space-photos{min-height:410px}.biz-space-photos .main{width:93%;height:360px}.biz-space-photos figure:last-child{bottom:0;width:46%;height:185px;border-width:7px}.biz-next a{min-height:86px;padding:16px 18px}.biz-next strong{font-size:18px}}
@media(max-width:430px){.biz-hero h1{font-size:36px}.biz-heading h2,.biz-masthead-copy h1{font-size:31px}.biz-pathway{grid-template-columns:1fr}.biz-pathway article{min-height:0}.biz-feature-media{min-height:350px}.biz-feature-media .main{height:300px}.biz-feature-media .sub{width:48%;height:130px}.biz-partner-grid,.biz-project-grid{gap:12px}.biz-contact>a:not(.button){font-size:16px}.biz-next strong{font-size:16px}}

/* Review corrections: keep every menu item and complete images visible. */
.biz-local-nav .shell{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;gap:6px;overflow:visible;padding:9px 0;
}
.biz-local-nav a{
  min-width:0;min-height:48px;height:auto;padding:9px 12px;
  justify-content:center;text-align:center;white-space:normal;
  overflow-wrap:anywhere;line-height:1.5;font-family:NanumGothic,"Malgun Gothic",sans-serif;
  font-size:1rem;
}
.biz-local-nav a:focus-visible{outline:2px solid #f5cc74;outline-offset:2px}
.biz-masthead-copy{min-width:0}
.biz-masthead-photo.contain{min-width:0;min-height:0}
.biz-masthead-photo.contain img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;padding:0;background:transparent}
.biz-section:not(.dark) .biz-output-grid article{
  border:1px solid #c4d2cb;border-top:4px solid #438168;background:#fff;
  box-shadow:0 10px 25px rgba(19,54,49,.06);
}
.biz-section:not(.dark) .biz-output-grid article:nth-child(even){background:#eff6f2}
.biz-section:not(.dark) .biz-output-grid span{color:#93402f;font-size:.875rem}
.biz-section:not(.dark) .biz-output-grid h3{color:#173a34}
.biz-section:not(.dark) .biz-output-grid p{color:#40574e;font-size:1rem}
.biz-section.dark .biz-output-grid p{color:#dce8e4;font-size:1rem}
.biz-record-grid{grid-template-columns:.85fr 1.15fr;align-items:stretch}
.biz-record-grid .biz-heading .eyebrow{color:#f2ce85}
.biz-record-grid .biz-channel-list{
  margin:0;padding:42px 42px 42px 0;display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-self:stretch;
}
.biz-channel-list article{
  min-width:0;padding:25px 22px;border:1px solid #58766f;border-radius:18px;background:#17463f;
}
.biz-record-grid .biz-channel-list h3{margin:0 0 12px;color:#fff;font-size:1.375rem;line-height:1.5}
.biz-record-grid .biz-channel-list p{margin:0;color:#e1ece8;font-size:1rem;line-height:1.8}
.biz-park-panorama{margin:34px 0 0;border:1px solid #ccd8d0;border-radius:26px;overflow:hidden;background:#e8efea}
.biz-park-panorama img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
.biz-care-example{
  margin-top:36px;display:grid;grid-template-columns:1fr 1fr;gap:36px;
  padding:30px;align-items:center;border:1px solid #ced8d0;border-radius:24px;background:#fff;
}
.biz-care-example figure{margin:0;min-width:0}
.biz-care-example img{display:block;width:100%;height:auto;object-fit:contain;border-radius:16px}
.biz-care-example h3{margin:0 0 16px;color:#173a34;font-size:1.625rem;line-height:1.5}
.biz-care-example p{margin:0 0 20px;color:#40574e;font-size:1rem;line-height:1.8}
@media(min-width:1500px){
  .biz-local-nav .shell{width:min(calc(100% - 56px),1480px);grid-template-columns:repeat(8,minmax(0,1fr))}
}
@media(max-width:900px){
  .biz-record-grid,.biz-care-example{grid-template-columns:1fr}
  .biz-record-grid .biz-channel-list{padding:0 40px 40px}
  .biz-care-example{gap:24px}
}
@media(max-width:780px){
  .biz-local-nav{position:static}
  .biz-record-grid .biz-channel-list{padding:0 27px 31px}
}
@media(max-width:600px){
  .biz-local-nav .shell{grid-template-columns:repeat(2,minmax(0,1fr))}
  .biz-record-grid .biz-channel-list{grid-template-columns:1fr}
  .biz-care-example{padding:22px}
}

/* Activities and participation: readable records, direct choices, complete photos. */
.header-inner{width:min(calc(100% - 56px),1480px);gap:20px}
.main-nav{gap:2px}
.nav-link{padding-inline:11px;font-size:1.0625rem;white-space:nowrap}
.header-contact{display:none}
.footer-grid.site-map{grid-template-columns:repeat(6,minmax(0,1fr));gap:36px 24px}
.footer-grid.site-map .footer-brand{grid-column:1/-1;padding-bottom:25px;border-bottom:1px solid #466159}
.footer-grid.site-map .footer-contact{grid-column:1/-1;padding-top:20px;border-top:1px solid #466159}
.footer-grid.site-map .footer-contact a{display:inline-block;margin-right:24px}
.footer-links a{font-size:1rem;overflow-wrap:anywhere}
.footer-links strong,.footer-contact strong{font-size:1.0625rem}
.footer-contact .footer-details{display:grid;grid-template-columns:1.15fr 1fr;gap:24px 48px}
.footer-contact .footer-identity p,.footer-contact .footer-identity address{margin:6px 0;color:#d7e2dc;font-size:1rem;font-style:normal;line-height:1.8;word-break:keep-all;overflow-wrap:anywhere}
.footer-contact .footer-details dl{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:8px 18px;margin:0;color:#d7e2dc;font-size:1rem;line-height:1.7}
.footer-contact .footer-details dt{color:#b8cec6}
.footer-contact .footer-details dd{min-width:0;margin:0;overflow-wrap:anywhere}
.footer-grid.site-map .footer-contact .footer-details a{margin:0;color:inherit;font-size:inherit}
.footer-grid.site-map .footer-contact .footer-admin{margin-top:18px}
.footer-policy-links{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:12px 28px;padding-top:22px;border-top:1px solid #466159}
.footer-policy-links a{padding-block:6px;color:#f1ece6;font-size:1rem;line-height:1.6;text-underline-offset:5px}
.footer-policy-links .footer-privacy-link{color:#fff;font-weight:700;text-decoration:underline}
.footer-policy-links a:hover{text-decoration:underline}
@media(max-width:780px){.footer-contact .footer-details{grid-template-columns:minmax(0,1fr);gap:24px}}
.policy-page{padding:44px 0 76px;background:#fffdfa;color:#173a34}
.policy-heading{padding-bottom:28px;border-bottom:2px solid #1f463e}
.policy-breadcrumb{margin:0 0 28px;color:#40574e;font-size:1rem}
.policy-heading h1{margin:0 0 28px;font-size:clamp(2rem,3.6vw,3rem);line-height:1.35;word-break:keep-all}
.policy-draft-label{display:inline-block;vertical-align:middle;padding:5px 10px;border:1px solid #b68a49;border-radius:6px;color:#674618;font-size:1rem;line-height:1.5}
.policy-tabs{display:flex;flex-wrap:wrap;gap:10px}
.policy-tabs a{display:block;padding:10px 16px;border:1px solid #c5d2cb;border-radius:8px;color:#173a34;font-size:1rem;line-height:1.6}
.policy-tabs a[aria-current="page"]{background:#173d35;border-color:#173d35;color:#fff;font-weight:700}
.policy-body{max-width:1080px;margin:36px auto 0;color:#263f36;font-size:1.125rem;line-height:1.85;overflow-wrap:anywhere}
.policy-section{padding-block:26px;border-bottom:1px solid #dbe1d9;scroll-margin-top:110px}
.policy-section h2{margin:0 0 16px;color:#173a34;font-size:1.5rem;line-height:1.5;word-break:keep-all}
.policy-section p{margin:12px 0}
.policy-section ul{padding-left:25px}
.policy-section li{margin:9px 0}
.policy-body a{color:#1b5b49;text-decoration:underline;text-underline-offset:4px}
.policy-review{padding:22px 26px;border:1px solid #c4a56f;border-radius:12px;background:#f7f0e2;color:#5b431e}
.policy-review p{margin:8px 0 0}
.policy-contact{padding:16px 24px;border-radius:12px;background:#edf2ed}
.policy-table-wrap{max-width:100%;overflow-x:auto;margin:22px 0}
.policy-table-wrap table{width:100%;min-width:640px;border-collapse:collapse;font-size:1rem;line-height:1.75}
.policy-table-wrap caption{text-align:left;padding-bottom:12px;font-weight:700}
.policy-table-wrap th,.policy-table-wrap td{padding:14px 16px;border:1px solid #cbd6ce;text-align:left;vertical-align:top}
.policy-table-wrap thead{background:#173d35;color:#fff}
.policy-table-wrap tbody th{width:17%;background:#edf2ed}
.policy-date{margin:28px 0;color:#40574e;font-size:1rem}
.policy-page :is(a,[tabindex]):focus-visible,.footer-policy-links a:focus-visible{outline:3px solid #aa5545;outline-offset:4px}
@media(max-width:780px){.policy-page{padding:28px 0 52px}.policy-body{font-size:1rem}.policy-section h2{font-size:1.25rem}.policy-review{padding:18px}.policy-contact{padding:12px 18px}.policy-tabs a{padding:9px 12px}}
.community-nav{position:static;overflow:visible;background:#173d35}
.community-nav .shell{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible}
.community-nav a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:9px 12px;color:#f5f8f6;white-space:normal;font-size:1rem;line-height:1.5;text-align:center;overflow-wrap:anywhere}
.community-nav a[aria-current="page"]{background:#f2e2d5;color:#173d35;font-weight:800}
.community-page{padding-bottom:64px;background:#fffdfa;color:#173a34;overflow-wrap:anywhere}
.community-page h1,.community-page h2,.community-page h3{color:#173a34;letter-spacing:-.025em;line-height:1.45}
.community-page p{color:#40574e;font-size:1.0625rem;line-height:1.8}
.community-page h2{font-size:clamp(1.5rem,2.4vw,2rem)}
.community-page h3{font-size:1.25rem}
.community-intro{padding-block:35px 12px}
.community-crumb{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 15px;font-size:.9375rem!important}
.community-intro h1{max-width:1040px;margin:0;font-size:clamp(2rem,3.8vw,3.25rem);line-height:1.4}
.community-intro>p:last-child{margin:14px 0 0;max-width:850px;font-size:1.125rem}
.community-block{margin-top:40px;margin-bottom:60px}
.community-section-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;flex-wrap:wrap;margin:0 0 22px}
.community-section-head h2{margin:0}
.community-text-link{display:inline-block;color:#8b3f39;font-size:1rem;font-weight:800;line-height:1.6}
.community-text-link:hover{text-decoration:underline;text-underline-offset:5px}
.community-page .community-meta{margin:0 0 10px;color:#64736c;font-size:.9375rem}
.community-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:1px solid #1f463e;border-radius:8px;background:#1f463e;color:#fff;font:700 1rem/1.6 NanumGothic,"Malgun Gothic",sans-serif;cursor:pointer;text-align:center;white-space:normal}
.community-button:hover{background:#14332c}
.community-button.secondary{color:#1f463e;background:#fff;border-color:#9dafA5}
.community-button.secondary:hover{background:#edf4ef}
.community-button:disabled{opacity:.6;cursor:not-allowed}
.community-page :is(a,button,input,select,textarea):focus-visible,.main-nav a:focus-visible,.menu-button:focus-visible,.nav-toggle:focus-visible{outline:3px solid #aa5545;outline-offset:4px}
.community-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.community-index-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.community-index-grid>a{display:flex;flex-direction:column;align-items:flex-start;padding:28px;border:1px solid #c5d3ca;border-radius:14px;background:#fff;transition:background .18s,border-color .18s}
.community-index-grid>a:hover{border-color:#1f463e;background:#f0f6f2}
.community-index{color:#8b3f39;font-size:1rem;font-weight:800}
.community-index-grid h2,.community-index-grid h3{margin:22px 0 12px;font-size:1.5rem}
.community-index-grid p{margin:0 0 26px}
.community-index-grid .community-text-link,.community-choice-action{margin-top:auto}
.community-choice-action{padding-top:16px;border-top:1px solid #d6dfd9;align-self:stretch;font-size:1rem;font-weight:800;color:#1f463e}
.join-choice-grid>a{min-height:290px;border-top:4px solid #1f463e}
.community-empty{padding:35px;border:1px solid #cdd7d0;border-radius:12px;background:#f3f6f2}
.community-empty h3{margin:0 0 10px;font-size:1.375rem}
.community-empty p{margin:0 0 12px}
.community-inline-note{margin-top:40px;padding-top:28px;border-top:1px solid #cdd7d0}
.community-inline-note h2{margin:0 0 14px}
.community-page .community-small{font-size:1rem;color:#56685f;line-height:1.8}
.community-contact{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:65px;padding:32px;background:#173d35;border-radius:14px}
.community-contact h2{margin:0 0 8px;color:#fff;font-size:1.375rem}
.community-contact p{margin:0;color:#dce8e0;font-size:1rem}
.community-contact a{display:block;color:#fff;font-size:1.125rem;font-weight:700;line-height:1.9}
.news-feature{display:grid;grid-template-columns:1.08fr 1fr;align-items:center;gap:36px;padding:24px;border:1px solid #cbd6ce;border-radius:18px;background:#f0f5ef}
.news-feature-photo{display:block;background:#e3ece4;border-radius:10px;overflow:hidden}
.news-feature-photo img{display:block;width:100%;height:auto;object-fit:contain}
.news-feature>div{padding:10px 10px 10px 0}
.news-feature h2{margin:0 0 14px;font-size:clamp(1.5rem,2.5vw,2.125rem)}
.news-feature h2 a:hover{text-decoration:underline;text-underline-offset:6px}
.news-feature p{margin:0 0 22px}
.news-list{border-top:2px solid #1f463e}
.news-list article{display:grid;grid-template-columns:140px minmax(0,1fr) 108px;gap:24px;align-items:center;padding:28px 8px;border-bottom:1px solid #cdd7d0}
.news-list time{align-self:start;padding-top:5px;color:#52665a;font-size:1rem}
.news-list h3{margin:0;font-size:1.375rem}
.news-list h3 a:hover{color:#8b3f39;text-decoration:underline}
.news-list p{margin:10px 0 0;font-size:1rem}
.news-record-link{font-size:1rem;color:#8b3f39;font-weight:800}
.news-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:stretch;margin-top:28px}
.news-gallery figure{display:flex;flex-direction:column;min-width:0;margin:0;border:1px solid #cad5ce;border-radius:12px;overflow:hidden;background:#fff}
.news-gallery figure>a{position:relative;display:block;flex:none;aspect-ratio:4/3;background:#f3f1eb}
.news-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}
.news-gallery figcaption{flex:1;min-height:76px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.news-gallery figcaption strong{font-size:1.125rem}
.news-gallery figcaption a{color:#8b3f39;font-size:1rem;white-space:nowrap}
.news-photo-index{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 24px;align-items:start}
.news-photo-index>a{display:block;min-width:0}
.news-photo-index img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;object-position:center;border:1px solid #d4ddd5;border-radius:10px;background:#f3f1eb}
.news-photo-index time{display:block;margin:16px 0 6px;color:#5c6d63;font-size:.9375rem}
.news-photo-index h3{margin:0;font-size:1.1875rem;line-height:1.55}
.news-photo-index a:hover h3{text-decoration:underline}
.news-article{max-width:1000px}
.community-facts{margin:0 0 32px;padding:22px 28px;background:#eff4ef;border-radius:12px}
.community-facts>div{display:grid;grid-template-columns:95px minmax(0,1fr);gap:18px;padding:8px 0;font-size:1.0625rem}
.community-facts dt{font-weight:800;color:#173a34}
.community-facts dd{margin:0;color:#40574e}
.news-article figure{margin:0 0 35px}
.news-article figure img{width:100%;height:auto;object-fit:contain;border-radius:10px}
.news-article figcaption{padding-top:13px;font-size:1rem;color:#5a6d61}
.news-article-copy{max-width:850px;margin-inline:auto}
.news-article-copy h2{margin-top:32px}
.join-bridge{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;border-top:1px solid #cad5cd;padding-top:28px}
.join-bridge h2,.join-bridge p{margin:0 0 8px}
.join-bridge .community-actions{margin:0}
.community-jump{margin-top:16px}
.join-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.join-content-grid article{padding:26px 30px;border:1px solid #cbd6ce;background:#fff;border-radius:12px}
.join-content-grid h3{margin:0 0 10px;font-size:1.375rem}
.join-content-grid p{margin:0 0 12px}
.join-steps{padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;counter-reset:join-step}
.join-steps li{counter-increment:join-step;padding:22px;background:#edf4ed;border-radius:10px}
.join-steps li:before{content:'0' counter(join-step);display:block;margin-bottom:12px;color:#8b3f39;font-size:1rem;font-weight:800}
.join-steps strong{display:block;margin-bottom:8px;font-size:1.1875rem}
.join-steps span{font-size:1rem;color:#40574e}
.join-transparency{margin-top:35px;padding:28px;background:#edf4ed;border-radius:12px}
.join-transparency h2{margin:0 0 12px}
.join-recruitment{padding:28px 32px;margin-bottom:40px;background:#edf4ed;border-left:4px solid #1f463e}
.join-recruitment h2{margin:0 0 10px}
.join-form-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:48px;border-top:2px solid #1f463e;padding-top:40px;scroll-margin-top:115px}
.join-form-intro h2{margin:0 0 16px}
.join-form-intro p{margin:0 0 18px}
.join-form{min-width:0;padding:30px;border:1px solid #c3d0c6;border-radius:14px;background:#f2f6f0}
.join-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px;margin-bottom:24px}
.join-field{min-width:0}
.join-field.full{grid-column:1/-1}
.join-field label,.join-draft label{display:block;margin-bottom:8px;color:#173a34;font-size:1.0625rem;font-weight:700}
.join-field label span{font-size:.9375rem;font-weight:400;color:#55665c}
.join-form input,.join-form select,.join-form textarea{display:block;width:100%;min-width:0;min-height:48px;padding:12px;border:1px solid #96aa9c;border-radius:6px;background:#fff;color:#173a34;font:400 1rem/1.7 NanumGothic,"Malgun Gothic",sans-serif}
.join-form textarea{resize:vertical}
.join-draft{margin-top:22px;padding-top:22px;border-top:1px solid #a6b9aa}
.join-draft[hidden]{display:none}
.join-draft h3{margin:0 0 12px}
.join-draft p{font-size:1rem}
.join-draft a:not(.community-button){text-decoration:underline}
.join-form .join-draft-status{margin-bottom:0;font-size:1rem;font-weight:700;color:#1f463e}
@media(min-width:1700px){.header-inner{max-width:1600px}.header-contact{display:inline-flex}}
@media(min-width:1200px) and (max-width:1350px){.brand{width:180px;flex-basis:180px}.nav-link{font-size:1rem;padding-inline:9px}.nav-toggle{width:30px}}
@media(max-width:1399px){
  .utility{display:none}
  .site-header{height:74px}
  .header-inner{gap:16px}
  .menu-button{display:block}
  .main-nav{position:fixed;z-index:110;top:74px;right:0;bottom:auto;width:min(92vw,440px);height:calc(100dvh - 74px);padding:18px;background:#fff;display:block;overflow-y:auto;overscroll-behavior:contain;box-shadow:-18px 30px 60px rgba(7,26,51,.24);transform:translateX(110%);visibility:hidden;transition:transform .25s,visibility .25s}
  .main-nav.open{transform:none;visibility:visible}
  .nav-item{height:auto;display:grid;grid-template-columns:minmax(0,1fr) 44px;border-bottom:1px solid var(--line)}
  .nav-item.active:after{display:none}
  .nav-link{min-height:58px;padding:10px 12px;font-size:1.0625rem;white-space:normal}
  .nav-toggle{width:44px;height:44px;margin:0}
  .submenu,.submenu.wide{grid-column:1/3;position:static;width:auto;padding:0 0 12px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}
  .nav-item.expanded .submenu{display:block}
  .submenu a{padding:12px 18px;background:var(--paper);font-size:1rem}
  .local-nav{top:74px}
  .menu-button[aria-expanded="true"] i:nth-of-type(1){transform:translateY(7px) rotate(45deg)}
  .menu-button[aria-expanded="true"] i:nth-of-type(2){opacity:0;transform:none}
  .menu-button[aria-expanded="true"] i:nth-of-type(3){opacity:1;transform:translateY(-7px) rotate(-45deg)}
}
@media(max-width:1080px){
  .footer-grid.site-map{grid-template-columns:repeat(3,minmax(0,1fr))}
  .community-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .join-choice-grid>a{min-height:245px}
  .join-form-section{grid-template-columns:1fr;gap:20px}
}
@media(max-width:760px){
  .header-inner{width:calc(100% - 36px)}
  .news-feature{grid-template-columns:1fr;gap:20px;padding:18px}
  .news-feature>div{padding:0 6px 8px}
  .community-block{margin-top:28px;margin-bottom:42px}
  .community-index-grid>a{padding:24px}
  .news-list article{grid-template-columns:1fr;gap:10px;padding:24px 0}
  .news-list time{padding:0}
  .news-list .community-meta{display:none}
  .news-gallery,.join-content-grid,.join-steps{grid-template-columns:1fr}
  .news-photo-index{grid-template-columns:repeat(2,minmax(0,1fr))}
  .community-contact{padding:26px;margin-top:44px}
  .community-contact a{font-size:1rem}
  .community-nav .shell{width:calc(100% - 36px);display:flex;overflow-x:auto}
  .community-nav a{flex:0 0 auto;padding:0 15px;min-height:44px;white-space:nowrap}
  .footer-grid.site-map{grid-template-columns:repeat(2,minmax(0,1fr))}
  .join-form{padding:22px}
  .community-facts{padding:20px}
  .community-facts>div{grid-template-columns:70px minmax(0,1fr);gap:12px}
}
@media(max-width:540px){
  .community-index-grid,.join-fields,.news-photo-index{grid-template-columns:1fr}
  .join-choice-grid>a{min-height:0}
  .community-index-grid h2,.community-index-grid h3{margin-top:12px}
  .community-index-grid p{margin-bottom:18px}
  .community-intro{padding-top:26px}
  .community-intro h1{font-size:2rem}
  .community-empty,.join-content-grid article,.join-recruitment{padding:24px}
  .community-contact{border-radius:10px;padding:24px}
  .community-actions .community-button{width:100%}
  .join-form>button{width:100%}
}

/* One open masthead system across category landing and detail pages. */
.open-masthead{position:relative;padding:38px 0;background:linear-gradient(120deg,#fcfaf5,#f1ecdf);color:#173a34}
.open-masthead-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:clamp(30px,4.6vw,88px);align-items:center;margin-left:max(28px,calc((100% - 1240px)/2));margin-right:max(28px,2.5%)}
.open-masthead-copy{min-width:0;padding:24px 0 30px;overflow-wrap:anywhere}
.open-masthead .breadcrumbs{display:flex;flex-wrap:wrap;gap:7px 10px;margin:0 0 26px;color:#5c746a;font-size:.875rem;line-height:1.7}
.open-masthead .breadcrumbs a{color:#5c746a}
.open-masthead .breadcrumbs b{color:#173a34}
.open-masthead .eyebrow{margin:0 0 20px;color:#96433c;font-size:.9375rem;line-height:1.6;letter-spacing:.13em;font-weight:800}
.open-masthead .open-masthead-copy h1{margin:0;color:#173a34;font-family:NanumGothic,"Malgun Gothic",sans-serif;font-size:clamp(2.25rem,3.42vw,4rem);font-weight:800;line-height:1.32;letter-spacing:-.025em;word-break:keep-all}
.open-masthead .open-masthead-copy h1 strong{color:inherit;font-weight:800}
.open-masthead .open-masthead-lead{margin:26px 0 0;color:#40574e;font-size:1.1875rem;line-height:1.85}
.open-masthead .open-masthead-secondary{margin:16px 0 0;color:#40574e;font-size:1.0625rem;line-height:1.85}
.open-masthead-copy:after{content:"";display:block;width:92px;height:5px;margin-top:38px;border-radius:99px;background:linear-gradient(90deg,#a94f49,#d19a65)}
.open-masthead-art{position:relative;min-width:0;width:100%;margin:0;aspect-ratio:2/1;overflow:hidden;border:0;border-radius:34px;background:#edf1e9;box-shadow:0 24px 54px rgba(31,70,62,.13)}
.open-masthead-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.open-masthead-art.contain img{object-fit:contain}
.open-masthead-art.book-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:12px;padding:18px 32px;background:#fff}
.open-masthead-art.book-pair img{min-width:0;min-height:0;object-fit:contain}
.open-masthead-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.open-masthead-actions .button{white-space:normal;line-height:1.6;text-align:center;font-size:1rem}
.open-masthead-actions .button-outline{border-color:#7c9588;color:#173a34;background:#fffdfa}
.open-masthead-actions .button-outline:hover{background:#eaf1e9;color:#173a34}
.open-masthead.compact{padding-block:28px}
.open-masthead.compact .open-masthead-art{max-height:340px}
.sd-diagram-section{padding-block:65px}
.sd-diagram-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:65px;align-items:center}
.sd-diagram-grid>.sd-masthead-media,.sd-diagram-grid>.sd-strategy-board{width:100%;margin:0;border-radius:24px;overflow:hidden}
.sd-strategy-core h3{margin:0;color:#fff;font-size:clamp(1.6875rem,2.6vw,2.25rem);line-height:1.25;letter-spacing:-.025em}
@media(max-width:1100px){
  .open-masthead-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-inline:28px}
  .open-masthead-art{aspect-ratio:1.4/1;border-radius:28px}
  .open-masthead .open-masthead-copy h1{font-size:clamp(2rem,3.7vw,2.75rem)}
  .open-masthead .open-masthead-lead{font-size:1.125rem}
  .open-masthead-art.book-pair{padding:14px;gap:8px}
  .sd-diagram-grid{gap:32px}
}
@media(max-width:800px){
  .open-masthead,.open-masthead.compact{padding-block:26px 32px}
  .open-masthead-grid{grid-template-columns:minmax(0,1fr);gap:25px;margin-inline:24px}
  .open-masthead-copy{padding:0}
  .open-masthead .breadcrumbs{margin-bottom:16px}
  .open-masthead .eyebrow{margin-bottom:14px}
  .open-masthead .open-masthead-copy h1{font-size:clamp(2rem,5.6vw,2.75rem);line-height:1.4}
  .open-masthead .open-masthead-lead{margin-top:20px;font-size:1.0625rem;line-height:1.8}
  .open-masthead-copy:after{margin-top:25px;width:72px;height:4px}
  .open-masthead-art,.open-masthead.compact .open-masthead-art{aspect-ratio:1.8/1;max-height:none;border-radius:24px}
  .open-masthead-art.contain{aspect-ratio:auto;min-height:0}
  .open-masthead-art.contain img{height:auto}
  .open-masthead-art.book-pair{aspect-ratio:1.55/1}
  .sd-diagram-grid{grid-template-columns:1fr;gap:28px}
}
@media(max-width:430px){
  .open-masthead-grid{margin-inline:18px}
  .open-masthead .open-masthead-copy h1{font-size:2rem;letter-spacing:-.025em}
  .open-masthead-art,.open-masthead.compact .open-masthead-art{border-radius:20px}
  .open-masthead-actions{flex-direction:column;align-items:stretch}
}

/* Approved review: readable text, quieter spacing and distinct card colors. */
:root{--photo-mat:#ded8ca;--review-body:#40574f;--review-rose:#f3e5e2;--review-sand:#eee7d8;--review-green:#e4ece4;--review-lavender:#ebe6ee;--review-blue:#e4ecef;--review-apricot:#f3e7db}
.mgh-section .eyebrow,.mgh-gateway .eyebrow{font-size:15px;font-weight:700;letter-spacing:.12em}
.mgh-heading h2{word-break:keep-all;overflow-wrap:break-word}
.mgh-prose p,.mgh-heading>p:not(.eyebrow){color:var(--review-body)}
:is(.mgh-principle-grid,.mgh-science-grid,.mgh-human-grid,.mgh-myth-grid,.mgh-question-row,.mgh-care-steps,.mgh-value-row) article,.value-card{min-height:0;padding:26px;background:var(--review-sand)}
:is(.mgh-principle-grid,.mgh-science-grid,.mgh-human-grid,.mgh-myth-grid,.mgh-question-row,.mgh-care-steps,.mgh-value-row) article:nth-child(6n+2),.value-card:nth-child(2){background:var(--review-rose)}
:is(.mgh-principle-grid,.mgh-science-grid,.mgh-human-grid,.mgh-myth-grid,.mgh-question-row,.mgh-care-steps,.mgh-value-row) article:nth-child(6n+3),.value-card:nth-child(3){background:var(--review-green)}
:is(.mgh-principle-grid,.mgh-science-grid,.mgh-human-grid,.mgh-question-row,.mgh-care-steps,.mgh-value-row) article:nth-child(6n+4),.value-card:nth-child(4){background:var(--review-lavender)}
:is(.mgh-human-grid,.mgh-question-row,.mgh-value-row) article:nth-child(6n+5),.value-card:nth-child(5){background:var(--review-blue)}
.mgh-human-grid article:nth-child(6n){background:var(--review-apricot)}
:is(.mgh-principle-grid,.mgh-human-grid,.mgh-question-row,.mgh-care-steps,.mgh-value-row) article>span,.value-card>span{font-size:22px;font-weight:700;letter-spacing:0}
:is(.mgh-principle-grid,.mgh-science-grid,.mgh-human-grid,.mgh-myth-grid,.mgh-question-row,.mgh-care-steps,.mgh-value-row) h3,.value-card h3{font-size:24px;line-height:1.5;font-weight:700;word-break:keep-all}
:is(.mgh-principle-grid,.mgh-science-grid,.mgh-human-grid,.mgh-myth-grid,.mgh-question-row,.mgh-care-steps,.mgh-value-row) p,.value-card p{font-size:18px;line-height:1.8;color:var(--review-body);font-weight:400;word-break:keep-all;overflow-wrap:break-word}
.mgh-myth-grid h3{min-height:0;margin:0 0 18px}
.mgh-human-grid article:after{content:none}
.mgh-gateway{background:var(--paper);color:var(--ink)}
.mgh-gateway .mgh-heading{max-width:1000px}
.mgh-gateway .mgh-heading h2{color:var(--ink)}
.mgh-gateway .mgh-heading>.eyebrow:last-child{color:var(--flower-dark)}
.mgh-gateway-card,.mgh-gateway-card:first-child{min-height:240px;padding:28px;background:var(--review-sand);border-color:rgba(31,70,62,.13);color:var(--ink)}
.mgh-gateway-card:nth-child(6n+2){background:var(--review-rose)}
.mgh-gateway-card:nth-child(6n+3){background:var(--review-green)}
.mgh-gateway-card:nth-child(6n+4){background:var(--review-lavender)}
.mgh-gateway-card:nth-child(6n+5){background:var(--review-blue)}
.mgh-gateway-card:nth-child(6n){background:var(--review-apricot)}
.mgh-gateway-card:hover,.mgh-gateway-card:first-child:hover{background:#fffaf1;transform:translateY(-4px);box-shadow:0 16px 36px rgba(31,70,62,.12)}
.mgh-gateway-card span{font-size:22px;color:var(--flower-dark);letter-spacing:0;font-weight:700}
.mgh-gateway-card h3,.mgh-gateway-card b{color:var(--ink);font-weight:700}
.mgh-gateway-card p{font-size:18px;color:var(--review-body)}
.mgh-gateway-card b{font-size:17px}
.mgh-sources{margin-top:30px;padding:20px 0 0;grid-template-columns:64px minmax(0,1fr);gap:16px;border:0;border-top:1px solid #c8cbbf;border-radius:0;background:transparent}
.mgh-sources>strong{font-size:17px;line-height:1.8;font-weight:700}
.mgh-sources>div{display:flex;gap:8px 22px;align-items:flex-start}
.mgh-sources a{padding:0;border-radius:0;background:transparent;font-family:NanumGothic,"Malgun Gothic",sans-serif;font-size:16px;line-height:1.8;font-weight:700;color:var(--review-body);text-decoration:underline;text-underline-offset:4px;text-decoration-color:#b7c0b5}
.mgh-sources a:hover{background:transparent;color:var(--flower-dark)}
.mgh-section.genome .mgh-sources,.mgh-world-asia .mgh-sources{background:transparent;border-radius:0}
.mgh-section.genome .mgh-sources a{background:transparent;color:#fff}
.mgh-world-asia .mgh-sources a{padding:4px 8px;border-radius:4px}
.mgh-inline-source{margin-top:24px;padding-top:18px;border-top:1px solid #d2d5cb;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;font-size:16px;line-height:1.75}
.mgh-inline-source a{color:var(--flower-dark);font-weight:700;text-underline-offset:4px}
.mgh-photo-stage,.mgh-notable-grid .notable-card figure,.mgh-lecture-grid figure,.mgh-resource-image,.mgh-genome-image,.open-masthead-art.contain{background:var(--photo-mat)}
.open-masthead-art.variety-hero-art{aspect-ratio:2.75/1;background:#091327}
.open-masthead-art.variety-hero-art img{position:absolute;bottom:0;width:100%;height:auto;object-fit:contain}
.mgh-variety-names span{font-size:20px;font-weight:700;color:#16362f;border:1px solid rgba(255,255,255,.25);background:#efe8d8}
.mgh-variety-names span:nth-child(2){background:#f5e5e9}
.mgh-variety-names span:nth-child(3){background:#e6b7c0}
.mgh-variety-names span:nth-child(4){background:#dcc2d8}
.mgh-variety-names span:nth-child(5){background:#cdc6e4}
.mgh-variety-names span:nth-child(6){background:#edcfb8}
.mgh-flower-gallery figcaption{padding:16px 20px 18px}
.mgh-flower-gallery figcaption strong{font-size:24px;font-weight:700;line-height:1.5}
.mgh-notable-grid .notable-card{display:flex;flex-direction:column}
.mgh-notable-grid .notable-card figure{display:block;flex:none;height:440px}
.mgh-notable-grid .notable-card img{display:block;padding:12px;object-fit:contain;object-position:center}
.mgh-notable-grid .notable-card>div{padding:24px 28px 28px;display:flex;flex-direction:column;flex:1}
.mgh-notable-grid span{font-size:16px;line-height:1.6;font-weight:700;letter-spacing:0}
.mgh-notable-grid h3{font-size:28px;line-height:1.5;font-weight:700;margin:12px 0}
.mgh-notable-grid p{font-size:18px;line-height:1.8;color:var(--review-body)}
.mgh-notable-grid a{font-size:16px;font-weight:700;margin-top:auto;padding-top:18px}
.mgh-world-feature{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr)}
.mgh-world-feature figure{min-height:0;display:flex;align-items:center;background:var(--photo-mat)}
.mgh-world-feature figure img{display:block;width:100%;height:auto;min-height:0;object-fit:contain}
.mgh-world-feature-copy{padding:32px;justify-content:flex-start}
.mgh-world-feature-copy h3{margin:0 0 20px;font-size:28px;line-height:1.5;font-weight:700}
.mgh-world-feature-copy p,.mgh-world-japan-copy p{font-size:18px;line-height:1.8;color:var(--review-body)}
.mgh-world-japan-main{background:var(--photo-mat)}
.mgh-world-japan-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.mgh-world-japan-gallery figure{height:auto;aspect-ratio:4/3;background:var(--photo-mat);padding:12px}
.mgh-world-japan-gallery img{display:block;width:100%;height:100%;object-fit:contain}
.mgh-lecture-grid figure{padding:0;overflow:hidden}
.mgh-lecture-grid img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:contain}
.cultural-photo{margin:0;border-radius:24px;overflow:hidden;background:var(--photo-mat)}
.cultural-photo img{display:block;width:100%;height:auto;object-fit:contain}
.mgh-field-context{grid-template-columns:repeat(2,minmax(0,1fr))}
.mgh-field-context>div:first-child,.mgh-field-context>.mgh-question-callout{padding:30px;border:1px solid #bda890;border-radius:24px;background:var(--review-apricot);display:block}
.mgh-field-context>.mgh-question-callout{background:var(--review-green);border-color:#b2c6b9}
.mgh-field-context h3{margin:0 0 16px;color:var(--ink);font-size:28px;font-weight:700;line-height:1.5}
.mgh-field-context p{color:var(--review-body);font-size:18px;line-height:1.8}
.mgh-section.field>.shell>.mgh-heading>.eyebrow{color:#f0b59e}
.mgh-compare-label{margin:36px 0 18px;color:var(--ink);font-size:24px;font-weight:700}
.mgh-compare-grid+.mgh-compare-label{margin-top:42px}
.mgh-compare-grid{margin-top:0}
.mgh-compare-grid .problem{min-height:0;padding:28px;background:#f3e4dc}
.mgh-compare-grid .problem h3{margin:0 0 14px;font-size:26px;line-height:1.5;font-weight:700}
.mgh-compare-grid .problem p,.mgh-compare-grid .tree-care-photo p{font-size:18px;line-height:1.8;color:var(--review-body)}
.mgh-compare-grid .tree-care-photo{padding:0;overflow:hidden}
.mgh-compare-grid .tree-care-photo>.mgh-photo-stage{padding:12px;border:0;border-radius:0;background:var(--photo-mat)}
.mgh-compare-grid .tree-care-photo .mgh-photo-stage img{border-radius:0;object-fit:contain}
.mgh-compare-grid .tree-care-photo>.mgh-compare-copy{padding:24px 28px 28px}
.mgh-compare-grid .tree-care-photo h3{margin:0 0 12px;font-size:27px;line-height:1.5;font-weight:700}
.mgh-law-clarity article{padding:28px;min-height:0;background:var(--review-sand)}
.mgh-law-clarity h3{margin:0 0 16px;font-size:26px;font-weight:700}
.mgh-law-clarity p{font-size:18px;line-height:1.8;color:var(--review-body)}
.mgh-provision-grid article{min-height:0;padding:25px 22px;background:var(--review-sand)}
.mgh-provision-grid article:nth-child(2){background:var(--review-rose)}
.mgh-provision-grid article:nth-child(3){background:var(--review-green)}
.mgh-provision-grid article:nth-child(4){background:var(--review-lavender)}
.mgh-provision-grid article:nth-child(5){background:var(--review-blue)}
.mgh-provision-grid span{font-size:16px;font-weight:700}
.mgh-provision-grid h3{font-size:23px;font-weight:700;margin-top:18px;word-break:keep-all}
.mgh-legislation article{padding:28px;gap:24px;background:#f6f0e6;box-shadow:none}
.mgh-legislation article:nth-child(2){background:#f0eee5}
.mgh-legislation article:nth-child(3){background:#eaf0e8}
.mgh-legislation time{font-size:24px;font-weight:700}
.mgh-legislation time small,.mgh-legislation span{font-size:16px;font-weight:700;letter-spacing:0;color:#52665d}
.mgh-legislation p{font-size:18px;color:var(--review-body)}
.mgh-legislation a{font-size:16px;font-weight:700}
.mgh-issue-grid article{min-height:0;padding:28px;background:var(--review-sand)}
.mgh-issue-grid article:nth-child(2){background:var(--review-rose)}
.mgh-issue-grid article:nth-child(3){background:var(--review-green)}
.mgh-issue-grid article:nth-child(4){background:var(--review-blue)}
.mgh-issue-grid article>span{font-size:22px;font-weight:700;background:rgba(255,255,255,.55)}
.mgh-issue-grid h3{font-weight:700;font-size:25px;line-height:1.5}
.mgh-issue-grid p{font-size:18px;line-height:1.8;color:var(--review-body)}
.mgh-policy-directions .mgh-heading{max-width:none}
.mgh-policy-directions .mgh-heading .eyebrow{font-size:15px;letter-spacing:.12em}
.mgh-policy-directions .mgh-heading h2{font-size:clamp(32px,3.4vw,50px);line-height:1.4;word-break:keep-all;text-wrap:initial;letter-spacing:-.025em}
.mgh-genome-report{margin:28px 0 0;color:#eaf1eb;font-size:18px;line-height:1.8}

/* Native text remains legible at every size alongside the provided artwork. */
.mgh-history-record{margin-top:36px;padding:32px;border-radius:26px;background:#eee6d6}
.mgh-history-record blockquote{margin:0 0 30px;padding:0 0 24px;border-bottom:1px solid #cbbda4;font-size:clamp(20px,2.5vw,29px);line-height:1.7;color:#5c4032}
.mgh-history-timeline{list-style:none;margin:0;padding:0}
.mgh-history-timeline li{display:grid;grid-template-columns:150px minmax(0,1fr);gap:28px;padding:22px 0;border-bottom:1px solid #d6ccb8}
.mgh-history-timeline li:last-child{border:0;padding-bottom:0}
.mgh-history-timeline li>span{font-size:20px;font-weight:700;color:var(--flower-dark)}
.mgh-history-timeline h3{font-size:24px;margin:0 0 6px;font-weight:700;line-height:1.5}
.mgh-history-timeline p{margin:0;font-size:18px;line-height:1.8;color:var(--review-body)}
.mgh-life-cycle{overflow:hidden;border-radius:26px;background:#eee7da;color:var(--ink)}
.mgh-life-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px}
.mgh-life-intro h3{margin:0;font-size:clamp(28px,3vw,40px);line-height:1.45;font-weight:700}
.mgh-life-intro p{margin:0;font-size:18px;line-height:1.8;color:var(--review-body)}
.mgh-life-art{aspect-ratio:2.7/1;overflow:hidden;background:#0c1426}
.mgh-life-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 65%;border-radius:0}
.mgh-life-cycle ol{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));list-style:none;margin:0;padding:26px 20px;gap:12px}
.mgh-life-cycle li{padding:0 10px;border-right:1px solid #c9c1b1;text-align:center}
.mgh-life-cycle li:last-child{border:0}
.mgh-life-cycle li>span{font-size:18px;font-weight:700;color:var(--flower-dark)}
.mgh-life-cycle h4{font-size:22px;font-weight:700;margin:6px 0}
.mgh-life-cycle li p{margin:0;font-size:17px;line-height:1.7;color:var(--review-body);word-break:keep-all}
.mgh-life-ending{padding:24px 28px;background:#1f463e;color:#fff;text-align:center}
.mgh-life-ending strong{font-size:24px;font-weight:700;line-height:1.6}
.mgh-life-ending p{font-size:16px;line-height:1.7;margin:8px 0 0;color:#e1e9df}
.sd-life-grid:has(>.mgh-life-cycle){grid-template-columns:1fr;gap:36px}
.sd-life-grid>.mgh-life-cycle .mgh-life-art img{height:100%;border-radius:0;object-fit:cover}
@media(max-width:1000px){
  .mgh-world-feature{grid-template-columns:1fr}
  .mgh-world-feature figure{min-height:0}
  .mgh-field-context{grid-template-columns:1fr}
  .mgh-policy-directions .mgh-heading h2{font-size:clamp(30px,4.4vw,42px)}
  .mgh-policy-directions .mgh-heading h2 br{display:none}
  .mgh-life-intro{align-items:flex-start;flex-direction:column}
}
@media(max-width:780px){
  .mgh-sources{grid-template-columns:1fr;gap:10px;padding:18px 0 0}
  .mgh-sources>div{display:grid;grid-template-columns:1fr;gap:10px}
  .mgh-notable-grid .notable-card figure{height:min(115vw,520px)}
  .mgh-notable-grid .notable-card>div,.mgh-world-feature-copy{padding:24px}
  .mgh-world-japan-gallery{grid-template-columns:1fr}
  .mgh-world-japan-gallery figure{height:auto}
  .mgh-field-context>div:first-child,.mgh-field-context>.mgh-question-callout{padding:25px}
  .mgh-field-context h3{font-size:25px}
  .mgh-legislation article{grid-template-columns:1fr;gap:14px;padding:24px}
  .mgh-legislation time small{margin-left:12px}
  .mgh-legislation time br{display:none}
  .mgh-history-record{padding:24px}
  .mgh-history-timeline li{grid-template-columns:1fr;gap:8px;padding:20px 0}
  .mgh-life-intro{padding:24px}
  .mgh-life-cycle ol{grid-template-columns:1fr;padding:10px 22px;gap:0}
  .mgh-life-cycle li{display:grid;grid-template-columns:30px 70px minmax(0,1fr);gap:10px;align-items:center;padding:12px 0;border-right:0;border-bottom:1px solid #c9c1b1;text-align:left}
  .mgh-life-cycle h4{font-size:20px;margin:0}
  .mgh-life-ending{padding:22px}
  .mgh-life-ending strong{font-size:21px}
  .mgh-provision-grid article{padding:22px}
}

/* Approved September review: distinct stages, full photographs and original logo. */
.sd-process-strip b{color:#173d35;border-color:rgba(31,70,62,.14)}
.sd-process-strip b:nth-child(1){background:#f1e4d1}
.sd-process-strip b:nth-child(2){background:#e2edf5}
.sd-process-strip b:nth-child(3){background:#eae5f1}
.sd-process-strip b:nth-child(4){background:#dfece0}
.sd-process-strip b small{color:#8d433b}
.open-masthead .open-masthead-art.full-photo{aspect-ratio:auto;max-height:none;min-height:0;background:transparent}
.open-masthead .open-masthead-art.full-photo img{position:static;width:100%;height:auto;object-fit:contain}
.community-page .open-masthead-art.notice-hero-art{aspect-ratio:1374/952}
.community-page .open-masthead-art.notice-hero-art img{position:absolute;inset:0;height:100%;object-fit:cover;object-position:center top}
/* Keep short news and participation titles within a full-height shared masthead. */
@media(min-width:1101px){
  .community-page .open-masthead-grid{--community-photo-inset:clamp(40px,calc(25vw - 275px),114px);min-height:clamp(520px,36vw,600px)}
  .community-page .open-masthead-copy{padding-right:var(--community-photo-inset)}
  .community-page .open-masthead-art{transform:translateX(calc(-1 * var(--community-photo-inset)))}
}
.award-trophy-art{margin:0;width:100%;min-width:0;height:clamp(480px,43vw,660px);overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}
.award-trophy-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:86% center}
.logo-introduction{padding:44px 0 72px;background:#fcfaf5}
.logo-introduction .breadcrumbs{display:flex;flex-wrap:wrap;gap:8px 12px;margin:0 0 34px;color:#40574e;font-size:.875rem}
.logo-heading .eyebrow{margin:0 0 18px;color:#96433c;font-size:.9375rem;letter-spacing:.13em}
.logo-heading h1{margin:0;color:#173a34;font-size:clamp(2.25rem,3.42vw,4rem);line-height:1.32;letter-spacing:-.025em;font-weight:800}
.logo-story-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(36px,5vw,78px);margin-top:42px}
.logo-original{margin:0;text-align:center;min-width:0}
.logo-original>img{display:block;width:min(100%,350px);height:auto;margin:0 auto;object-fit:contain}
.logo-original .logo-wordmark{margin-top:24px}
.logo-original .logo-wordmark strong{display:block;color:#173a34;font-size:clamp(1.375rem,2vw,1.75rem);line-height:1.5;word-break:keep-all}
.logo-original .logo-wordmark span{display:block;margin-top:5px;color:#40574e;font-size:.875rem;letter-spacing:.065em;line-height:1.7}
.logo-meanings{display:grid;gap:16px}
.logo-meanings article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:18px;padding:27px 30px;border:1px solid rgba(31,70,62,.12);border-radius:22px;background:#f6e9e4}
.logo-meanings article:nth-child(2){background:#e8f0f4}
.logo-meanings article:nth-child(3){background:#e9eee3}
.logo-meaning-number{padding-top:5px;color:#96433c;font-size:.9375rem;font-weight:800}
.logo-meanings h2{margin:0 0 10px;color:#173a34;font-size:1.5rem;line-height:1.45;letter-spacing:-.025em}
.logo-meanings p{margin:0;color:#314b41;font-size:1.125rem;line-height:1.8;word-break:keep-all;overflow-wrap:anywhere}
.logo-promise{margin:44px 0 0;padding-top:28px;border-top:1px solid #ccd6cc;color:#173a34;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:700;line-height:1.7;text-align:center;word-break:keep-all}
.logo-mobile-break{display:none}
@media(max-width:780px){
  .award-trophy-art{height:clamp(420px,95vw,560px)}
  .logo-introduction{padding:28px 0 48px}
  .logo-story-grid{grid-template-columns:1fr;gap:34px;margin-top:32px}
  .logo-original>img{width:min(72vw,300px)}
  .logo-meanings article{padding:23px 22px;gap:12px;grid-template-columns:30px minmax(0,1fr)}
  .logo-meanings h2{font-size:1.375rem}
  .logo-meanings p{font-size:1.0625rem}
  .logo-promise{margin-top:32px;padding-top:24px}
}
@media(max-width:460px){.logo-mobile-break{display:inline}}

/* Application receipt and administration follow the existing green identity. */
.application-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.application-consent{margin:24px 0;font-size:1rem;line-height:1.8}
.application-consent p{margin:0 0 12px}
.application-consent label{display:flex;align-items:flex-start;gap:10px;font-weight:700;cursor:pointer}
.join-form .application-consent input{flex:none;width:20px;height:20px;margin:5px 0 0;accent-color:#1f463e}
.application-result{margin-top:24px;padding:22px;border:1px solid #9fbba8;border-radius:12px;background:#e5f1e6;color:#173d35;font-size:1.0625rem;overflow-wrap:anywhere}
.application-result[data-state="error"]{background:#fff0eb;border-color:#bb6b59;color:#772e22}
.application-admin{padding-block:42px 70px}
.application-admin-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:26px}
.application-admin .eyebrow{color:#96433c;font-size:.9375rem;letter-spacing:.13em}
.application-admin h1{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.4}
.application-admin-heading p{margin:10px 0 0}
.application-admin [data-admin-status]{margin-bottom:24px;color:#40574e}
.application-record{padding:28px 30px;margin-bottom:22px;border:1px solid #c8d5cb;border-radius:16px;background:#fff}
.application-record-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.application-record h2{margin:8px 0;font-size:1.375rem;line-height:1.5}
.application-receipt,.application-record-date{margin:0;font-size:.9375rem;color:#52665a;overflow-wrap:anywhere}
.application-record-heading label{min-width:145px;font-size:.9375rem}
.application-record-heading select{display:block;width:100%;min-height:44px;margin-top:7px;padding:8px 12px;border:1px solid #8ea99a;border-radius:7px;background:#fff;color:#173d35;font:inherit}
.application-record-summary{display:flex;flex-wrap:wrap;gap:12px 36px;margin:22px 0;font-size:1rem}
.application-record-summary>div{display:flex;gap:12px}
.application-record dt{font-weight:700}
.application-record dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}
.application-record summary{padding:14px 0;border-top:1px solid #d8e1da;font-size:1rem;font-weight:700;cursor:pointer}
.application-record-details{margin:12px 0 0;font-size:1rem}
.application-record-details>div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:18px;padding:12px 0;border-bottom:1px solid #edf0eb}
.application-record-feedback{margin:12px 0 0;font-size:.9375rem;color:#40574e}
.application-record-feedback:empty{display:none}
@media(max-width:640px){
 .application-admin-heading,.application-record-heading{align-items:stretch;flex-direction:column;gap:18px}
 .application-record{padding:22px 20px}
 .application-record-details>div{grid-template-columns:1fr;gap:6px}
 .application-record-summary{flex-direction:column}
}

/* Approved September batch: clear text, next-page contrast and original photos. */
.nav-link,.local-nav a,.header-contact{font-weight:700;letter-spacing:0}
.breadcrumbs,.open-masthead .breadcrumbs,.logo-introduction .breadcrumbs{font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.75}
.breadcrumbs b,.open-masthead .breadcrumbs b{font-weight:700}
.open-masthead .eyebrow,.logo-heading .eyebrow{font-size:1rem;font-weight:700;letter-spacing:.09em}
.next-nav:not(.mgh-next-nav) .next-link:last-child{background:#eed0aa;border-color:#deb98e}
.next-nav:not(.mgh-next-nav) .next-link:last-child strong{color:#173a34}
.next-nav:not(.mgh-next-nav) .next-link:last-child span{color:#784131;font-weight:700}
.next-nav:not(.mgh-next-nav) .next-link:last-child:hover{background:#f6ddbd}
.representative-frame:has(>img:last-child){padding-bottom:14px}
.mgh-world-horticulture ul{font-size:1.0625rem;font-weight:400;line-height:1.9}
.mgh-law-intro-copy{display:flex;flex-direction:column;align-self:stretch;min-width:0}
.mgh-law-flower{width:min(100%,280px);margin:0;border-radius:18px;overflow:hidden}
.mgh-law-flower img{display:block;width:100%;height:auto;object-fit:contain}
.open-masthead-art:has(img[src="/assets/planting-mature-tree-original.png"]){aspect-ratio:auto;max-width:640px;justify-self:end;background:transparent}
.open-masthead-art:has(img[src="/assets/planting-mature-tree-original.png"]) img{width:100%;height:auto;max-height:420px;object-fit:contain}
.open-masthead-art:has(img[src="/assets/law-flower-cluster-original.png"]){aspect-ratio:auto;width:min(100%,500px);justify-self:center;background:transparent}
.open-masthead-art:has(img[src="/assets/law-flower-cluster-original.png"]) img{width:100%;height:auto;object-fit:contain}
@media(min-width:901px){
 .mgh-science-intro>.mgh-heading{position:relative}
 .mgh-science-intro>.mgh-heading>.eyebrow{position:absolute;bottom:100%;left:0;margin:0 0 17px}
 .mgh-law-intro>.mgh-heading{position:relative}
 .mgh-law-intro>.mgh-heading>.eyebrow{position:absolute;bottom:100%;left:0;margin:0 0 17px}
 .mgh-law-intro-copy{padding-top:14px}
 .mgh-law-intro-copy>.lead{margin-bottom:20px}
}
@media(max-width:900px){
 .mgh-law-intro{gap:28px}
 .mgh-law-flower{width:min(100%,360px);margin-top:4px}
}
@media(max-width:800px){
 .open-masthead-art:has(img[src="/assets/planting-mature-tree-original.png"]){justify-self:center;max-width:520px}
 .open-masthead-art:has(img[src="/assets/planting-mature-tree-original.png"]) img{max-height:none}
}

/* September review: readable small text and a balanced header. */
:root{--reading-font:Pretendard,"Malgun Gothic",sans-serif;--heading-font:NanumGothic,"Malgun Gothic",sans-serif}
body{font-family:var(--reading-font)}
h1,h2,h3,h4,.display-title,.section-title,.brand-wordmark{font-family:var(--heading-font)}
.site-header .header-inner{width:min(calc(100% - 80px),1480px);gap:24px}
.site-header .brand{display:flex;align-items:center;gap:10px;width:auto;flex:0 0 auto}
.site-header .brand-emblem{flex:0 0 60px;width:60px;height:60px;object-fit:contain}
.brand-wordmark{display:flex;flex-direction:column;gap:3px;color:#24476c;white-space:nowrap}
.brand-wordmark strong{font-size:24px;font-weight:800;line-height:1.25;letter-spacing:-.025em}
.brand-wordmark small{font-size:9.5px;font-weight:700;line-height:1.3;letter-spacing:.105em}
.main-nav{gap:0}
.nav-link,.local-nav a,.submenu a,.header-contact{font-family:var(--reading-font);letter-spacing:0}
.nav-link{padding-inline:9px;font-size:18px;font-weight:600}
.nav-item.active>.nav-link{font-weight:600}
.local-nav a,.submenu a{font-size:17px;font-weight:500;line-height:1.5}
.local-nav a[aria-current="page"],.submenu a[aria-current="page"]{font-weight:500}
.header-contact{margin-left:0;padding:11px 16px;font-size:15px;font-weight:500;white-space:nowrap}
.process-line,.biz-local-nav a,.mgh-sources a{font-family:var(--reading-font);letter-spacing:0}
.breadcrumbs,.eyebrow,.sd-strategy-tiles strong,.aw-event-strip span{font-family:var(--reading-font)}
:is(.gateway-card,.axis-card,.mgh-info-card,.sd-card-grid,.sd-gateway-card,.sd-five-p,.sd-strategy-list,.biz-program-grid,.biz-audience-grid,.biz-process-grid,.biz-output-grid,.biz-principle-grid,.biz-space-grid,.vc-promise-grid,.vc-act-list,.vc-host-grid,.vc-model-grid,.vc-component-grid,.vc-process-grid,.aw-value-grid,.aw-nominee-grid,.aw-criteria-grid,.aw-partner-grid,.aw-design-grid) p{font-family:var(--reading-font);font-size:18px;line-height:1.8;font-weight:400;letter-spacing:0}
.sd-five-p p{font-weight:500}
.sd-symbol-note p{font-size:18px;font-weight:400;line-height:1.8}
.sd-card-grid article>span{display:block;font-family:var(--reading-font);font-size:28px;font-weight:600;letter-spacing:.025em;line-height:1.2}

/* The two requested hero boxes share the body width and keep entire photos. */
.open-masthead.boxed{padding-block:32px 44px}
.open-masthead.boxed .open-masthead-trail .breadcrumbs{margin-bottom:22px}
.open-masthead.boxed .open-masthead-grid{width:min(calc(100% - 48px),var(--max));margin-inline:auto;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:36px;padding:40px;border:1px solid #e1d9cc;border-radius:30px;background:#fffdfa;box-shadow:0 14px 38px rgba(31,70,62,.055)}
.open-masthead.boxed .open-masthead-copy{padding:0}
.open-masthead.boxed .open-masthead-copy h1{font-size:clamp(32px,3.2vw,46px);line-height:1.4}
.open-masthead.boxed .open-masthead-copy:after{margin-top:28px;height:4px}
.open-masthead.boxed .open-masthead-art{width:100%;max-width:500px;aspect-ratio:auto;justify-self:center;border-radius:22px;box-shadow:none;background:transparent}
.open-masthead.boxed .open-masthead-art img{width:100%;height:auto;max-height:none;object-fit:contain}

/* Put the former footer in the empty sky area, above the flower stages. */
.sd-diagram-grid>.sd-life-visual{container-type:inline-size;order:0;display:block;padding:18px;background:#081e2f}
.sd-life-scene{display:grid;isolation:isolate;margin-bottom:10px}
.sd-life-scene>.sd-life-photo,.sd-life-scene>.sd-life-topline{grid-area:1/1}
.sd-life-scene .sd-life-photo{padding:0;border-radius:16px;align-self:end}
.sd-life-topline{z-index:2;align-self:start;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:24px;padding:18px 22px 0}
.sd-life-topline .sd-life-message{position:static;max-width:none;margin:0;text-shadow:none}
.sd-life-topline .sd-life-message p{margin:0 0 10px;font-size:26px;font-weight:700;line-height:1.2}
.sd-life-topline .sd-life-message small{font-size:13px;font-weight:500;line-height:1.55}
.sd-life-topline .sd-life-summary{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;padding:2px 0 0;border:0}
.sd-life-topline .sd-life-summary strong{font-size:17px;font-weight:600;line-height:1.5}
.sd-life-topline .sd-life-summary small{max-width:none;color:#d1ddd8;font-size:13px;font-weight:400;line-height:1.5;text-align:left}
.sd-life-visual .sd-life-steps{margin:0;gap:8px}
.sd-life-visual .sd-life-steps li{padding:10px 8px;min-height:0}
.sd-life-visual .sd-life-steps li span{font-size:14px;font-weight:600}
.sd-life-visual .sd-life-steps li b{font-size:16px;font-weight:600}
.sd-life-visual .sd-life-steps li small{font-size:14px;line-height:1.5}
@container(max-width:600px){
 .sd-life-scene{display:flex;flex-direction:column}
 .sd-life-topline{padding:8px 10px 14px;gap:18px}
 .sd-life-topline .sd-life-message p{font-size:24px}
 .sd-life-topline .sd-life-summary strong{font-size:16px}
}
@container(max-width:420px){
 .sd-life-topline{grid-template-columns:minmax(0,1fr);gap:16px}
 .sd-life-topline .sd-life-summary strong br{display:none}
}

/* This green section ends before the next white section. */
.sd-section.sd-spirit-section{padding-block:110px 72px;background:#47715f;color:#fff;border-bottom:1px solid #365b4c}
.sd-spirit-section .sd-diagram-grid{align-items:start}
.sd-spirit-section .sd-heading h2{color:#fff}
.sd-spirit-section .sd-heading .eyebrow{color:#f4cd82}
.sd-spirit-section .sd-strategy-board{padding:16px;background:#173d34}
.sd-spirit-section .sd-strategy-core{background:#12362e}
.sd-spirit-section .sd-strategy-tiles div{background:#1f493e}
.sd-spirit-section .sd-strategy-tiles strong{font-size:18px;font-weight:600;white-space:normal}
.sd-spirit-section .sd-strategy-tiles span{font-size:18px;font-weight:600}
.sd-spirit-section .sd-strategy-core small{font-size:16px;font-weight:500}
@media(min-width:801px){
 .sd-spirit-section .sd-heading{position:relative}
 .sd-spirit-section .sd-heading>.eyebrow{position:absolute;bottom:100%;left:0;margin:0 0 18px}
}

/* Six ceremony programs have distinct, quiet colors. */
.aw-event-strip span{border:1px solid rgba(255,255,255,.22);color:#173d35;font-size:18px;font-weight:600}
.aw-event-strip span:nth-child(1){background:#eee4d3}
.aw-event-strip span:nth-child(2){background:#f1dfe1}
.aw-event-strip span:nth-child(3){background:#dce9df}
.aw-event-strip span:nth-child(4){background:#e5e0ef}
.aw-event-strip span:nth-child(5){background:#dce8f0}
.aw-event-strip span:nth-child(6){background:#f3e0cd}

@media(min-width:1400px) and (max-width:1540px){.site-header .header-contact{display:none}}
@media(max-width:1399px){
 .site-header .header-inner{width:min(calc(100% - 48px),var(--max));gap:20px}
 .site-header .header-contact{display:none}
 .main-nav .nav-link{font-size:18px;padding:10px 12px}
 .main-nav .submenu a{font-size:17px;font-weight:500}
}
@media(max-width:1000px){
 .open-masthead.boxed .open-masthead-grid{padding:30px;gap:28px}
}
@media(max-width:800px){
 .open-masthead.boxed .open-masthead-grid{grid-template-columns:minmax(0,1fr);padding:26px;gap:28px;border-radius:24px}
 .open-masthead.boxed .open-masthead-copy h1{font-size:clamp(29px,5.5vw,40px)}
 .sd-section.sd-spirit-section{padding-block:58px}
 .sd-spirit-section .sd-heading>.eyebrow{position:static;margin:0 0 18px}
}
@media(max-width:600px){
 .site-header .header-inner{width:calc(100% - 28px);gap:8px}
 .site-header .brand{gap:8px}
 .site-header .brand-emblem{flex-basis:52px;width:52px;height:52px}
 .brand-wordmark strong{font-size:22px}
 .brand-wordmark small{font-size:9px;letter-spacing:.08em}
 .open-masthead.boxed .open-masthead-grid{padding:22px}
}
@media(max-width:360px){
 .site-header .brand-emblem{flex-basis:46px;width:46px;height:46px}
 .brand-wordmark strong{font-size:20px}
 .brand-wordmark small{font-size:8px}
}

/* Approved header: a fine 17-color line and the same inset as the About tabs. */
:root{--sdg-strip-height:4px;--header-row-height:81px;--header-height:calc(var(--sdg-strip-height) + var(--header-row-height) + 1px)}
.site-header{height:var(--header-height)}
.sdg-color-strip{display:grid;grid-template-columns:repeat(17,minmax(0,1fr));width:100%;height:var(--sdg-strip-height);line-height:0;pointer-events:none}
.sdg-color-strip>span{display:block;min-width:0;height:100%}
.site-header .header-inner{position:relative;width:min(calc(100% - 56px),var(--max));height:var(--header-row-height)}
.local-nav{top:var(--header-height)}
@media(min-width:1400px){
 .site-header .submenu{top:100%}
 .site-header .header-contact{position:absolute;left:calc(100% + 16px);top:50%;margin:0;transform:translateY(-50%)}
}
@media(min-width:1600px){.site-header .header-contact{display:inline-flex}}
@media(max-width:1599px){.site-header .header-contact{display:none}}
@media(max-width:1399px){
 :root{--header-row-height:69px}
 .site-header .main-nav{top:var(--header-height);height:calc(100dvh - var(--header-height))}
}
@media(max-width:780px){.site-header .header-inner{width:min(calc(100% - 36px),var(--max))}}
@media(max-width:430px){.site-header .header-inner{width:min(calc(100% - 28px),var(--max))}}
