:root{--red:#d50909;--red-deep:#b70606;--orange:#ff5506;--ink:#2b2320;--muted:#5f5854;--warm:#fff8ee;--surface:#fffdf9;--accent:#f3b85b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--warm);color:var(--ink);font-family:"PingFang SC","Microsoft YaHei",sans-serif}a{text-decoration:none;color:inherit}.container-wide{width:min(1200px,calc(100% - 48px));margin:auto}
.site-header{height:80px;background:#fff;border-bottom:1px solid #e7e1db;position:sticky;top:0;z-index:20}.nav-inner,.nav-panel,.brand,.main-nav{display:flex;align-items:center}.nav-inner{height:100%;justify-content:space-between}.brand{gap:10px}.brand-mark{width:57px;height:42px;display:block;overflow:hidden;background:url("../image/logo.png") left center/170px auto no-repeat}.brand-name{font-family:STKaiti,"Songti SC",serif;font-weight:800;color:var(--red);font-size:24px}.nav-panel{gap:32px}.main-nav{gap:28px;font-size:18px;font-weight:600}.main-nav a{color:var(--muted);transition:.2s}.main-nav a:hover,.main-nav .active{color:var(--red-deep)}.btn{height:48px;border-radius:12px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px)}.btn-brand{background:linear-gradient(90deg,var(--red),var(--orange));color:#fff}.btn-brand img{width:20px;height:20px;object-fit:contain}.btn-light-outline{color:var(--red-deep);background:#fff;border:1px solid #f24b36}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--red);margin:5px}
.hero{height:720px;position:relative;overflow:hidden;color:#fff}.hero-bg,.feature-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay,.feature-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,12,9,.92),rgba(19,12,9,.54) 50%,rgba(19,12,9,.08))}.hero-copy{position:relative;padding-top:116px}.eyebrow{color:var(--red);font-size:16px;letter-spacing:.2px;margin:0;font-weight:600}.accent{color:var(--accent)}h1,h2,h3,h4,p{margin:0}.hero h1{font-family:"Songti SC",STSong,serif;font-size:64px;line-height:1.25;font-weight:400;margin:20px 0}.hero-desc{font-size:18px;line-height:32px;max-width:600px;opacity:.86}.hero-actions{display:flex;gap:12px;margin-top:20px}.trust-note{display:flex;align-items:center;gap:10px;font-size:16px;line-height:22px;opacity:.72;margin-top:20px}.trust-note span,.app-features i{width:8px;height:8px;background:var(--red);border-radius:50%;display:inline-block;flex:none}.trust-note span{background:#fff}.facts{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);height:68px;border-radius:16px;background:rgba(255,255,255,.14);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.facts div{display:flex;flex-direction:column}.facts strong{font-size:18px;line-height:24px}.facts small{font-size:12px;opacity:.68}
.section{padding:96px 0;background:#fff}.about-section{padding-top:51px}.section-heading{margin-bottom:48px}.section-heading h2,.copy-column h2{font-size:40px;line-height:1.3;letter-spacing:-.4px;margin:12px 0}.section-heading>p:last-child,.copy-column>p{color:var(--muted);font-size:16px;line-height:28px}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.statement-card{padding:40px;border-radius:24px;color:#fff;background:linear-gradient(110deg,var(--red-deep),#ff5900)}.statement-card h3{font-size:40px;line-height:1.3;margin:20px 0}.statement-card>p:last-child{font-size:16px;line-height:28px;opacity:.82}.principles{display:flex;flex-direction:column;gap:12px}.principles article{min-height:100px;background:#fffcf8;border-radius:16px;padding:14px;display:flex;align-items:center;gap:16px}.principles b{font-family:"Songti SC",serif;font-size:28px;font-weight:400;color:var(--red)}.principles h4{font-size:20px;line-height:30px}.principles p{font-size:16px;line-height:22px;color:var(--muted)}
.feature-banner{height:459px;position:relative;overflow:hidden;color:#fff}.feature-copy{position:relative;padding-top:104px;max-width:1200px}.feature-copy h2{font-size:40px;line-height:1.3;margin:20px 0}.feature-copy>p:not(.eyebrow){max-width:520px;font-size:18px;line-height:32px;opacity:.82}.pills{display:flex;gap:12px;margin-top:20px}.pills span{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.14);font-size:16px}
.directions-section{background:var(--warm)}.direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.direction-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(56,26,11,.11);position:relative}.direction-card:before{content:"";height:3px;position:absolute;left:0;right:0;top:0;background:linear-gradient(90deg,#b80605,#f2b85c)}.direction-card>img{width:100%;height:150px;object-fit:cover}.direction-card>div{padding:20px 24px 24px}.direction-card span{color:var(--red);font-family:"Songti SC",serif;font-size:28px}.direction-card h3{font-size:20px;margin:8px 0}.direction-card p{color:var(--muted);font-size:14px;line-height:24px;min-height:48px}.direction-card a{display:inline-flex;gap:8px;color:var(--red-deep);font-weight:600;font-size:16px;margin-top:16px}
.two-col,.app-layout{display:flex;gap:48px;align-items:center}.rounded-image{width:52%;height:440px;object-fit:cover;border-radius:24px}.copy-column{flex:1}.feature-list{display:flex;flex-direction:column;gap:10px;margin-top:20px}.feature-list div{background:#fffcf8;border-radius:12px;padding:14px 16px;display:flex;gap:12px;font-size:16px;line-height:22px}.feature-list b{min-width:110px;font-size:18px}.feature-list span{color:var(--muted)}
.app-section{background:var(--warm)}.app-copy{max-width:420px}.app-features{display:flex;flex-direction:column;gap:12px;margin:20px 0}.app-features div{display:flex;gap:12px;align-items:center}.app-features i{background:var(--red)}.app-features p{display:flex;flex-direction:column}.app-features b{font-size:18px;line-height:24px}.app-features small{font-size:16px;line-height:22px;color:var(--muted)}.phone-stage{height:680px;flex:1;position:relative;min-width:600px}.phone{position:absolute;width:300px;height:612px;padding:8px;background:var(--ink);border-radius:24px;box-shadow:0 14px 34px -10px rgba(183,6,6,.1),0 3px 8px rgba(43,35,32,.06)}.phone img{width:100%;height:100%;object-fit:cover;border-radius:16px}.phone-left{left:0;top:42px}.phone-center{left:222px;top:0}.phone-detail{left:230px;top:8px;width:284px;height:596px;padding:0;z-index:2;background:transparent}.phone-detail img{border-radius:15px}.phone-right{left:444px;top:42px}
.download-section{background:#c20404;padding:56px 0}.cta-card{background:#fffcf6;border:1px solid rgba(255,219,156,.48);box-shadow:0 10px 14px rgba(64,10,5,.14);border-radius:20px;min-height:196px;padding:20px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-card>div:first-child{min-width:0;flex:1}.cta-card h2{font-size:38px;line-height:50px;margin:10px 0}.cta-card p:last-child{color:var(--muted);font-size:15px;line-height:26px}.qr-placeholder{display:flex;flex:0 0 110px;flex-direction:column;align-items:center;gap:7px;color:#d10906}.app-download-qr{display:flex;width:110px;height:110px;flex:0 0 110px;padding:5px;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-sizing:border-box;overflow:hidden}.app-download-qr canvas,.app-download-qr img{display:block;width:100px!important;height:100px!important;border-radius:0}.app-download-qr.qr-load-error{padding:12px;text-align:center;font-size:14px;line-height:20px;color:#d10906;border:1px solid #ead9d1}.site-footer{background:var(--red-deep);color:#fff;padding:64px 0 40px}.footer-top{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:24px;padding-bottom:48px}.footer-top h2{font-size:40px;margin-bottom:12px}.footer-top p,.footer-top a{opacity:.68;font-size:16px;line-height:28px}.footer-top>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-top b{font-size:18px}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding-top:20px;display:flex;justify-content:space-between;gap:24px;font-size:16px;opacity:.62}
.qr-placeholder b{white-space:nowrap;font-size:14px;line-height:20px}
@media (max-width: 991px){.nav-panel{gap:16px}.main-nav{gap:16px;font-size:15px}.container-wide{width:min(100% - 32px,720px)}.hero{height:680px}.hero-copy{padding-top:90px}.hero h1{font-size:48px}.facts{bottom:20px}.about-grid,.direction-grid{grid-template-columns:1fr 1fr}.statement-card{grid-column:1/-1}.rounded-image{width:45%;height:380px}.phone-stage{transform:scale(.8);transform-origin:left center;margin-right:-120px}}
@media (max-width: 767px){.site-header{height:68px}.container-wide{width:calc(100% - 32px)}.brand-mark{width:42px;height:32px;background-size:128px auto}.brand-name{font-size:20px}.menu-toggle{display:block}.nav-panel{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;padding:16px;box-shadow:0 8px 20px rgba(0,0,0,.08);flex-direction:column;align-items:stretch}.nav-panel.open{display:flex}.main-nav{flex-direction:column;gap:0;align-items:stretch}.main-nav a{padding:12px 8px}.nav-download{width:100%}.hero{height:720px}.hero-overlay{background:linear-gradient(90deg,rgba(19,12,9,.86),rgba(19,12,9,.34))}.hero-copy{padding-top:70px}.hero h1{font-size:40px;line-height:1.35;margin:16px 0}.hero-desc{font-size:16px;line-height:28px}.hero-actions{flex-wrap:wrap}.trust-note{font-size:12px;line-height:20px;white-space:normal}.facts{height:auto;bottom:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px}.facts strong{font-size:14px}.facts small{font-size:10px;line-height:16px}.section{padding:64px 0}.about-section{padding-top:48px}.section-heading{margin-bottom:30px}.section-heading h2,.copy-column h2{font-size:30px;line-height:1.4}.section-heading>p:last-child,.copy-column>p{font-size:15px;line-height:26px}.about-grid,.direction-grid{display:flex;flex-direction:column}.statement-card{padding:28px}.statement-card h3{font-size:28px}.principles article{min-height:88px}.feature-banner{height:540px}.feature-copy{padding-top:72px}.feature-copy h2{font-size:30px}.feature-copy>p:not(.eyebrow){font-size:16px;line-height:28px}.pills{flex-wrap:wrap}.direction-card>img{height:180px}.two-col,.app-layout{flex-direction:column;align-items:stretch;gap:28px}.rounded-image{width:100%;height:260px}.phone-stage{min-width:0;width:100%;height:420px;transform:none;margin:0;overflow:hidden}.phone{width:180px;height:368px;border-radius:18px;padding:5px}.phone img{border-radius:13px}.phone-left{left:0;top:42px}.phone-center{left:28%;top:0}.phone-detail{left:35%;top:8px;width:170px;height:356px}.phone-right{left:57%;top:42px}.cta-card{padding:24px;flex-direction:column;align-items:flex-start;gap:22px}.cta-card h2{font-size:28px;line-height:38px}.qr-placeholder{align-self:center}.footer-top{grid-template-columns:1fr 1fr;gap:32px;padding-bottom:32px}.footer-top>div:first-child{grid-column:1/-1}.footer-top h2{font-size:32px}.footer-bottom{flex-direction:column;font-size:12px;gap:8px}}

/* Shared subpage templates */
.sub-masthead{height:430px;position:relative;overflow:hidden;color:#fff}.sub-masthead>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sub-masthead-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(116,20,24,.88),rgba(116,20,24,.34) 55%,rgba(23,17,14,.12))}.sub-masthead-copy{position:relative;padding-top:95px}.sub-masthead-copy h1{font-family:"Songti SC",STSong,serif;font-size:48px;line-height:1.3;font-weight:400;margin:18px 0}.sub-masthead-copy>p:last-child{font-size:18px;line-height:31px;max-width:720px;color:#fcefea}.sub-breadcrumb{font-size:16px;opacity:.9;margin-bottom:10px;color:var(--accent)}
.legacy-section{padding:72px 0;background:#fffdfc}.legacy-section.warm{background:#f7f1e8}.legacy-section .section-heading{margin-bottom:28px}.legacy-section .section-heading h2{font-size:38px}.legacy-section .section-heading>p:last-child{max-width:860px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.legacy-metric,.legacy-card,.direction-detail-card,.project-detail-card,.article-card,.side-card{background:#fffdfc;border:1px solid #e4d7c4;border-radius:16px;box-shadow:0 10px 26px rgba(91,51,39,.1)}.legacy-metric{padding:22px 20px;display:flex;flex-direction:column;gap:16px}.legacy-metric b{font:34px/44px "Songti SC",serif;color:#741418}.legacy-metric span{font-size:24px;color:#756960}.legacy-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.legacy-card{padding:20px;box-shadow:0 10px 26px rgba(91,51,39,.1)}.legacy-card>b{font:32px/42px "Songti SC",serif;color:#c6a15b}.legacy-card h3{font-size:22px;line-height:32px;margin:10px 0}.legacy-card p{font-size:14px;line-height:26px;color:#756960}.boundary-list{display:flex;flex-direction:column;gap:20px}.boundary-list article{border-left:4px solid #a51f25;padding-left:12px}.boundary-list h3{font-size:24px;line-height:34px}.boundary-list p{font-size:17px;line-height:32px;margin-top:8px}
.app-page-content,.news-list-section{padding:64px 0 96px;background:var(--warm)}.app-page-content>.container-wide:first-child{margin-bottom:44px}.app-hero-layout{display:flex;gap:40px;align-items:center}.app-download-copy{width:38%}.app-download-copy h2{font-size:40px;line-height:52px}.app-download-copy>p{font-size:18px;line-height:32px;color:#6f6966;margin:24px 0}.app-download-copy small{display:block;color:#8b8581;line-height:22px}.app-screens{flex:1;display:flex;gap:24px;justify-content:center}.app-screens .phone{position:static;width:220px;height:448px;flex:none}.app-screens .phone img{object-fit:cover}.feature-box-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-box-grid article{background:#fff;border-radius:24px;box-shadow:0 14px 34px -10px rgba(183,6,6,.1),0 3px 8px rgba(43,35,32,.06);padding:32px}.feature-box-grid h3{font-size:20px;line-height:30px;margin-bottom:16px}.feature-box-grid p{font-size:16px;line-height:28px;color:#6f6966}
.news-list-section{background:#fff;padding-bottom:80px}.news-list-section .section-heading{margin-bottom:48px}.news-list{display:flex;flex-direction:column;gap:24px}.news-item{display:flex;gap:24px;align-items:flex-start;padding:24px;background:#fffcf8;border:1px solid #e7e1db;border-radius:16px;transition:transform .2s,box-shadow .2s}.news-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(91,51,39,.08)}.news-meta{width:140px;flex:none;display:flex;flex-direction:column;gap:8px}.news-meta b{font-size:16px;color:var(--red)}.news-meta span{align-self:flex-start;padding:4px 10px;background:#e7e1db;border-radius:6px;font-size:12px;color:var(--muted)}.news-content{flex:1}.news-content h3{font-size:20px;line-height:30px}.news-content p{font-size:15px;line-height:26px;color:var(--muted);margin-top:10px}.news-item>strong{font-size:14px;color:var(--red-deep);white-space:nowrap}.pagination{display:flex;justify-content:center;gap:12px;align-items:center;padding-top:24px}.pagination button,.pagination b{border:1px solid #e7e1db;background:#fffcf8;border-radius:8px;padding:10px 14px;font-size:14px}.pagination b{background:var(--red);color:#fff}
.detail-layout{display:flex;gap:40px;padding:40px 0 80px;width:min(1200px,calc(100% - 48px));margin:auto}.article-column{width:840px;display:flex;flex-direction:column;gap:24px}.breadcrumbs{font-size:14px;color:var(--muted)}.breadcrumbs strong{color:var(--red-deep)}.article-card{padding:32px;box-shadow:none}.article-header>div{display:flex;gap:16px;align-items:center}.tag-red{background:var(--red);border-radius:6px;padding:4px 10px;color:#fff;font-size:12px}.article-header small{font-size:14px;color:var(--muted)}.article-header h1{font-family:inherit;font-size:32px;line-height:44px;font-weight:600;margin-top:16px}.article-body{padding:40px;display:flex;flex-direction:column;gap:24px}.article-body p{font-size:16px;line-height:28px;color:var(--muted)}.article-body .lead{font-size:18px;line-height:32px;color:var(--ink)}.article-body h2{font-size:22px;line-height:32px}.article-body figure{margin:0;padding:12px 0;text-align:center}.article-body figure img{width:100%;height:400px;object-fit:cover;border-radius:8px}.article-body figcaption{font-size:14px;color:var(--muted);margin-top:8px}.article-nav{display:flex;justify-content:space-between;font-size:14px}.article-nav a{color:var(--red-deep)}.detail-sidebar{width:320px;display:flex;flex-direction:column;gap:24px}.side-card{padding:20px;box-shadow:none}.side-card h3{font-size:18px;line-height:26px;border-bottom:1px solid #e7e1db;padding-bottom:12px;border-left:4px solid var(--red);padding-left:8px}.side-card>a{display:block;padding:12px 0;border-bottom:1px solid #e7e1db;font-size:15px;line-height:22px}.side-card>a small{display:block;color:var(--muted);font-size:12px;margin-top:6px}.qr-card p{font-size:14px;line-height:22px;color:var(--muted);margin:16px 0}.qr-card img{display:block;width:160px;height:160px;object-fit:cover;border-radius:8px;margin:auto}.qr-card>small{display:block;text-align:center;color:var(--muted);font-size:12px;margin-top:10px}
.direction-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.direction-detail-card{padding:22px;display:flex;flex-direction:column;gap:11px}.direction-detail-card>span,.project-detail-card span{align-self:flex-start;background:#efe1c2;color:#741418;border-radius:999px;padding:7px 12px;font-size:13px}.direction-detail-card h3{font-size:25px;line-height:36px}.direction-detail-card p{font-size:16px;line-height:28px;color:#756960}.direction-detail-card small{font-size:14px;line-height:24px}.direction-detail-card>b{font-size:14px;color:#a51f25;margin-top:4px}.detail-topic-layout,.article-project{display:flex;gap:48px;align-items:center}.detail-topic-layout>img,.article-project>img{width:50%;height:420px;object-fit:cover;border-radius:24px}.detail-topic-layout>div,.article-project-copy{flex:1}.detail-topic-layout h2,.article-project h2{font-size:40px;line-height:52px;margin:12px 0}.detail-topic-layout p,.article-project-copy p{font-size:16px;line-height:28px;color:var(--muted)}.detail-topic-layout ul{padding-left:20px;line-height:30px;margin:20px 0}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.project-detail-card{overflow:hidden;display:flex;flex-direction:column}.project-detail-card img{width:100%;height:220px;object-fit:cover}.project-detail-card>div{padding:24px}.project-detail-card span{display:inline-block}.project-detail-card h3{font-size:25px;line-height:36px;margin:10px 0}.project-detail-card p{font-size:16px;line-height:28px;color:var(--muted)}.project-detail-card b{display:block;color:var(--red-deep);font-size:14px;margin-top:16px}.article-project-copy{display:flex;flex-direction:column;gap:16px}
@media(max-width:767px){.sub-masthead{height:360px}.sub-masthead-copy{padding-top:72px}.sub-masthead-copy h1{font-size:36px}.sub-masthead-copy>p:last-child{font-size:16px;line-height:28px}.metric-grid,.legacy-card-grid,.direction-detail-grid,.project-grid,.feature-box-grid{grid-template-columns:1fr}.legacy-section{padding:56px 0}.legacy-section .section-heading h2{font-size:30px}.legacy-metric span{font-size:20px}.app-hero-layout,.detail-layout,.detail-topic-layout,.article-project{flex-direction:column;align-items:stretch}.app-download-copy,.article-column,.detail-sidebar{width:100%}.app-download-copy h2,.detail-topic-layout h2,.article-project h2{font-size:30px;line-height:42px}.app-screens{overflow:auto;justify-content:flex-start;padding-bottom:12px}.app-screens .phone{width:180px;height:368px}.news-item{flex-direction:column;gap:14px}.news-meta{width:100%;flex-direction:row;align-items:center}.news-item>strong{align-self:flex-end}.detail-layout{padding-top:24px}.article-card,.article-body{padding:24px}.article-header h1{font-size:26px;line-height:36px}.article-body figure img{height:240px}.article-nav{flex-direction:column;gap:12px}.detail-topic-layout>img,.article-project>img{width:100%;height:260px}.project-detail-card img{height:180px}}

/* Policy homepage */
.policy-hero .hero-overlay{background:linear-gradient(90deg,rgba(28,18,14,.9),rgba(71,38,19,.54) 52%,rgba(28,18,14,.08))}
.policy-hero .hero-copy{padding-top:108px}
.policy-outline{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.72);backdrop-filter:blur(6px)}
.policy-outline:hover{color:#fff;background:rgba(255,255,255,.16)}
.policy-facts{max-width:1200px}
.policy-collab-section{background:#fff8ef}
.policy-collab-row{display:grid;grid-template-columns:minmax(0,620px) minmax(0,1fr);gap:48px;align-items:center}
.policy-collab-image{height:410px;overflow:hidden;border-radius:24px}
.policy-collab-image img{width:100%;height:100%;object-fit:cover}
.collaboration-features{display:flex;flex-direction:column;gap:10px;width:100%;margin:2px 0}
.collaboration-features div{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;background:#fffcf8;border-radius:12px}
.collaboration-features b{flex:0 0 112px;font-size:18px;line-height:24px}
.collaboration-features span{color:#5f5854;font-size:16px;line-height:22px}
.policy-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}
.policy-stats div{padding:18px 14px;border-top:2px solid #d50909;background:#fff}
.policy-stats b{display:block;color:#b70606;font:36px/42px "Songti SC",serif}
.policy-stats span{display:block;margin-top:4px;color:#5f5854;font-size:13px}
.text-link{display:inline-flex;align-items:center;gap:10px;color:#b70606;font-weight:700}
.text-link span{font-size:20px}
.policy-feature-banner{height:500px}
.policy-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}
.policy-heading-row>div{max-width:820px}
.policy-direction-icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.policy-direction-icon-card{min-width:0;padding:28px;background:#fff;border:1px solid #eadfd3;border-top:3px solid #be0808;box-shadow:0 8px 24px rgba(56,26,11,.07)}
.policy-icon-wrap{width:64px;height:64px;margin-bottom:22px}
.policy-icon-wrap img{width:100%;height:100%;object-fit:contain}
.policy-direction-icon-card>span{color:#c49b57;font:18px/24px "Songti SC",serif}
.policy-direction-icon-card h3{font-size:22px;line-height:32px;margin:8px 0}
.policy-direction-icon-card p{min-height:52px;color:#5f5854;font-size:14px;line-height:26px}
.policy-direction-icon-card a{display:inline-block;margin-top:18px;color:#b70606;font-size:14px;font-weight:700}
.policy-projects-section{background:#f7f1e8}
.policy-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.policy-project-card{position:relative;height:340px;overflow:hidden;color:#fff}
.policy-project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,12,8,.04) 26%,rgba(20,12,8,.88))}
.policy-project-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.policy-project-card:hover img{transform:scale(1.035)}
.policy-project-card>div{position:absolute;z-index:1;left:24px;right:24px;bottom:24px}
.policy-project-card span{display:inline-block;padding:5px 9px;background:#c70707;font-size:12px}
.policy-project-card small{float:right;padding-top:5px;color:rgba(255,255,255,.72)}
.policy-project-card h3{clear:both;font-size:22px;line-height:32px;padding:12px 0 8px}
.policy-project-card b{font-size:13px;color:#ffd9a1}
.policy-news-section{background:#fff}
.policy-news-list{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #ded4ca}
.policy-news-list>a{min-width:0;padding:28px 30px;border-bottom:1px solid #ded4ca}
.policy-news-list>a:nth-child(odd){border-right:1px solid #ded4ca}
.policy-news-list time{color:#7c726c;font-size:13px}
.policy-news-list>*>span{margin-left:12px;color:#b70606;font-size:13px}
.policy-news-list h3{font-size:20px;line-height:31px;margin:12px 0 8px}
.policy-news-list p{display:-webkit-box;overflow:hidden;color:#655d58;font-size:14px;line-height:25px;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.policy-news-list b{display:block;margin-top:14px;color:#b70606;font-size:13px}
.policy-services-section{background:#fff8ef}
.policy-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.policy-service-grid article{min-width:0;padding:30px;background:#fff;border-left:3px solid #bd0909;box-shadow:0 8px 22px rgba(56,26,11,.06)}
.policy-service-grid b{color:#c49b57;font:28px/34px "Songti SC",serif}
.policy-service-grid h3{font-size:21px;line-height:30px;margin:12px 0}
.policy-service-grid p{color:#655d58;font-size:14px;line-height:25px}
.policy-agriculture{background:#fff}
.policy-app-section{background:#f7f1e8}
.policy-phone-stage .phone{background:#201916}
.phone-layer-stage{position:relative;width:100%;height:100%;overflow:hidden;border-radius:16px}
.phone-layer-stage .phone-base-layer,.phone-layer-stage .phone-overlay-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:16px}
.phone-layer-stage .phone-overlay-layer{z-index:1}

/* Policy direction page */
.policy-overview-hero{height:530px;position:relative;overflow:hidden;color:#fff}
.policy-overview-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.policy-overview-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(41,23,16,.94),rgba(77,39,20,.58) 58%,rgba(31,19,13,.12))}
.policy-overview-hero-inner{position:relative;padding-top:112px}
.policy-overview-hero h1{max-width:760px;margin:20px 0;font:48px/1.3 "Songti SC",serif}
.policy-overview-hero-inner>p:not(.eyebrow){max-width:720px;color:rgba(255,255,255,.84);font-size:18px;line-height:32px}
.policy-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.policy-hero-tags span{padding:8px 13px;border:1px solid rgba(255,255,255,.36);background:rgba(255,255,255,.1);font-size:14px}
.policy-page-section{padding:82px 0;background:#fff}
.policy-page-muted{background:#f7f1e8}
.policy-page-heading{margin-bottom:36px}
.policy-page-heading h2{font-size:38px;line-height:1.35;margin:10px 0}
.policy-page-heading>p:last-child{max-width:820px;color:#655d58;font-size:16px;line-height:28px}
.policy-overview-card{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:36px 40px;background:#fff8ef;border-left:5px solid #bd0909}
.policy-overview-card>div{max-width:760px}
.policy-overview-card span{color:#c49b57;font-size:13px;font-weight:700}
.policy-overview-card h3{font-size:28px;line-height:38px;margin:8px 0}
.policy-overview-card p{color:#655d58;font-size:16px;line-height:28px}
.policy-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.policy-metric-grid article{padding:24px;background:#fff;border:1px solid #e4d8cb;text-align:center}
.policy-metric-grid b{color:#b70606;font:42px/48px "Songti SC",serif}
.policy-metric-grid span{color:#b70606;font-size:18px}
.policy-metric-grid p{margin-top:7px;color:#655d58;font-size:14px}
.policy-detail-content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.policy-detail-content-grid article{min-width:0;padding:28px;background:#fff;border-top:3px solid #bd0909;box-shadow:0 8px 24px rgba(56,26,11,.07)}
.policy-detail-content-grid span{color:#c49b57;font:24px/30px "Songti SC",serif}
.policy-detail-content-grid h3{font-size:22px;line-height:32px;margin:10px 0}
.policy-detail-content-grid p{color:#655d58;font-size:14px;line-height:26px}
.policy-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.policy-process-grid article{min-width:0;padding:26px 22px;background:#fff8ef;border-bottom:3px solid #bd0909}
.policy-process-grid b{color:#b70606;font:34px/40px "Songti SC",serif}
.policy-process-grid h3{font-size:20px;line-height:30px;margin:16px 0 8px}
.policy-process-grid p{color:#655d58;font-size:14px;line-height:25px}
.policy-notice-section{padding:56px 0;background:#8d1115;color:#fff}
.policy-notice{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:56px;align-items:center}
.policy-notice h2{font-size:30px;line-height:42px;margin-top:10px}
.policy-notice>p{color:rgba(255,255,255,.78);font-size:15px;line-height:28px}

@media(max-width:991px){
  .policy-collab-row{grid-template-columns:1fr;gap:36px}
  .policy-collab-image{height:400px}
  .policy-direction-icon-grid,.policy-project-grid,.policy-service-grid,.policy-detail-content-grid{grid-template-columns:repeat(2,1fr)}
  .policy-metric-grid,.policy-process-grid{grid-template-columns:repeat(2,1fr)}
  .policy-phone-stage{margin-right:-120px}
}

@media(max-width:767px){
  .policy-hero .hero-copy{padding-top:62px}
  .policy-hero .facts{grid-template-columns:repeat(3,minmax(0,1fr))}
  .policy-collab-image{height:260px}
  .collaboration-features div{flex-direction:column;gap:4px}
  .collaboration-features b{flex-basis:auto}
  .policy-stats{grid-template-columns:1fr}
  .policy-feature-banner{height:540px}
  .policy-heading-row{display:block}
  .policy-heading-row .text-link{margin-top:18px}
  .policy-direction-icon-grid,.policy-project-grid,.policy-service-grid,.policy-detail-content-grid,.policy-news-list,.policy-metric-grid,.policy-process-grid{grid-template-columns:1fr}
  .policy-direction-icon-card{padding:24px}
  .policy-direction-icon-card p{min-height:0}
  .policy-project-card{height:300px}
  .policy-news-list>a{padding:24px 0}
  .policy-news-list>a:nth-child(odd){border-right:0}
  .policy-service-grid article{padding:24px}
  .policy-phone-stage{margin:0}
  .new-app-showcase{display:block;flex:none;width:100%;height:370px;min-height:370px}
  .new-app-showcase .phone{width:160px;height:327px}
  .new-app-showcase .phone-left{left:0;top:30px}
  .new-app-showcase .phone-center{left:27%;top:0}
  .new-app-showcase .phone-right{left:54%;top:30px}
  .policy-overview-hero{height:510px}
  .policy-overview-hero-inner{padding-top:78px}
  .policy-overview-hero h1{font-size:36px;line-height:1.35}
  .policy-overview-hero-inner>p:not(.eyebrow){font-size:16px;line-height:28px}
  .policy-page-section{padding:58px 0}
  .policy-page-heading h2{font-size:30px}
  .policy-overview-card{align-items:flex-start;flex-direction:column;padding:28px 24px}
  .policy-overview-card h3{font-size:24px;line-height:34px}
  .policy-metric-grid{grid-template-columns:repeat(2,1fr)}
  .policy-metric-grid article{padding:20px 12px}
  .policy-notice{grid-template-columns:1fr;gap:20px}
  .policy-notice h2{font-size:26px;line-height:36px}
}

/* Shared official footer */
.site-footer.official-footer{background:#c20404;padding:48px 0 32px;color:#fff}
.official-footer-grid{position:relative;display:grid;grid-template-columns:420px 1fr 420px;gap:0;align-items:start}
.official-footer-column{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:10px}
.official-footer-column p{font-size:16px;line-height:22px}
.official-footer-column small{font-size:13px;line-height:18px;opacity:.86}
.official-footer-column b{font-weight:600}
.official-footer-right{grid-column:3}
.official-footer-badge{position:absolute;left:-87px;top:-5px;display:flex;align-items:center;justify-content:center}
.official-footer-badge img{display:block;width:75px;height:86px;object-fit:contain}

@media(max-width:991px){
  .official-footer-grid{grid-template-columns:64px minmax(0,1fr) minmax(0,1fr);gap:20px}
  .official-footer-column:first-child{grid-column:2}
  .official-footer-right{grid-column:3}
  .official-footer-badge{position:static;grid-column:1;grid-row:1;align-self:start}
  .official-footer-column p{font-size:14px;line-height:21px}
  .official-footer-column small{font-size:12px;line-height:18px}
}

@media(max-width:767px){
  .site-footer.official-footer{padding:38px 0 30px}
  .official-footer-grid{grid-template-columns:1fr;gap:28px}
  .official-footer-column:first-child,.official-footer-right,.official-footer-badge{grid-column:1}
  .official-footer-badge{grid-row:auto}
  .official-footer-column{gap:8px}
  .official-footer-column p{font-size:14px;line-height:22px}
  .official-footer-badge{order:1;justify-content:flex-start}
  .official-footer-column:first-child{order:2}
  .official-footer-right{order:3}
  .official-footer-badge img{width:64px;height:73px}
}
