:root{--ink:#20252a;--deep:#314238;--sage:#82947f;--sand:#eee8dc;--paper:#fbfaf5;--line:#d9ddd5;--accent:#b9674c;--white:#fff;--muted:#68716c}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,247,.96);border-bottom:1px solid var(--line)}
.topbar{font-size:.82rem;background:var(--deep);color:#fff;padding:.45rem 0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:76px}
.brand{font-weight:800;text-decoration:none;font-size:1.15rem}
.brand small{display:block;font-weight:400;color:var(--muted);font-size:.72rem}
nav{display:flex;align-items:center;gap:19px;flex-wrap:wrap}
nav a{text-decoration:none;font-size:.91rem;font-weight:700}
nav a:hover{color:var(--accent)}
.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:.55rem .7rem;font-size:1.1rem}
.hero{padding:70px 0;background:linear-gradient(125deg,#edf1e9 0%,#f6efe5 52%,#eef0ed 100%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);font-weight:800;font-size:.76rem}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.16;margin-top:0}
h1{font-size:clamp(2.5rem,5vw,4.8rem);margin-bottom:1.2rem}
h2{font-size:clamp(2rem,3.5vw,3.2rem)}
h3{font-size:1.35rem}
.lead{font-size:1.12rem;color:#4f5c62;max-width:720px}
.hero-image{height:520px;object-fit:cover;border-radius:22px 4px 22px 4px;box-shadow:0 24px 55px rgba(23,33,38,.16)}
.btn,.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--accent);color:#fff;padding:.9rem 1.25rem;border:0;border-radius:4px;font-weight:800;margin-top:1rem;cursor:pointer}
.btn:hover,.button:hover{filter:brightness(.92)}
.section{padding:76px 0}
.section.alt{background:#f1f3f0}
.section-head{max-width:760px;margin-bottom:35px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card,.article-card,.feature-card{background:#fff;border:1px solid var(--line);border-top:4px solid var(--sage);padding:25px;box-shadow:0 12px 32px rgba(23,33,38,.06)}
.card img,.article-card img{height:210px;width:100%;object-fit:cover;margin:-25px -25px 22px;width:calc(100% + 50px)}
.card a,.article-card a{font-weight:800;text-decoration:none;color:var(--deep)}
.article-hero{padding:52px 0;background:#edf1ee}
.article-hero img{width:100%;height:470px;object-fit:cover;margin-top:28px}
.article-layout{display:grid;grid-template-columns:minmax(0,780px) 280px;gap:50px;align-items:start}
.article-content{font-size:1.04rem}
.article-content h2{margin-top:2.8rem}
.article-content h3{margin-top:2rem}
.article-content ul{padding-left:1.2rem}
.sidebar{position:sticky;top:110px;background:#fff;border:1px solid var(--line);padding:22px}
.notice{background:#f8eee8;border-left:4px solid var(--accent);padding:18px;margin:25px 0}
.faq details{background:#fff;border:1px solid var(--line);padding:18px 20px;margin-bottom:12px}
.faq summary{font-weight:800;cursor:pointer}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}
form{background:#fff;border:1px solid var(--line);padding:28px}
label{display:block;font-weight:700;margin-top:13px}
input,textarea,select{width:100%;padding:.85rem;border:1px solid #bcc5c1;background:#fff;font:inherit}
textarea{min-height:150px}
footer{background:var(--deep);color:#fff;padding:55px 0 25px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
footer a{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:35px;padding-top:20px;font-size:.84rem}
@media(max-width:900px){
 .hero-grid,.article-layout,.contact-grid,.footer-grid{grid-template-columns:1fr}
 .grid{grid-template-columns:repeat(2,1fr)}
 .hero-image{height:420px}
 .sidebar{position:static}
 nav{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
 nav.open{display:flex}
 .menu-toggle{display:block}
}
@media(max-width:620px){
 .container{width:min(100% - 24px,1180px)}
 .grid{grid-template-columns:1fr}
 .hero{padding:48px 0}
 .hero-image,.article-hero img{height:300px}
 h1{font-size:2.35rem}
 .section{padding:55px 0}
}
/* PRC Holding edition */
.hero-image{border-radius:4px 28px 4px 28px}
.card,.article-card,.feature-card{border-top:0;border-bottom:4px solid var(--accent)}
.eyebrow{color:var(--deep)}
.btn,.button{border-radius:999px;padding-left:1.35rem;padding-right:1.35rem}
.site-header{box-shadow:0 8px 24px rgba(24,34,45,.05)}
.article-content blockquote{margin:2rem 0;padding:1.2rem 1.4rem;background:#eef2f5;border-left:4px solid var(--accent)}

/* PRC Holding edition */
.hero-image{border-radius:24px 24px 4px 4px}
.card,.article-card,.feature-card{border-bottom:0;border-left:5px solid var(--accent)}
.btn,.button{border-radius:5px;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}
.hero h1{max-width:900px}
.site-header{border-top:4px solid var(--accent)}
footer{border-top:6px solid var(--sage)}
