:root{--ink:#334055;--paper:#f7f0e4;--cream:#fff8e9;--blue:#9fb6cc;--rose:#d9a2a2;--sage:#9bab91;}
*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:ui-serif,'Noto Serif SC','Songti SC',serif;background:radial-gradient(circle at 20% 10%,rgba(217,162,162,.25),transparent 34%),radial-gradient(circle at 80% 20%,rgba(159,182,204,.3),transparent 36%),linear-gradient(135deg,#f4ecdf,#eef3ed 54%,#f7efe9)}main{width:min(1160px,calc(100% - 36px));margin:auto;padding:48px 0 70px}header,article{background:rgba(255,248,233,.72);border:1px solid rgba(90,78,58,.14);box-shadow:0 20px 60px rgba(51,64,85,.12)}header{border-radius:34px;padding:34px}.eyebrow,.head p{margin:0 0 10px;letter-spacing:.18em;font:700 12px ui-sans-serif,system-ui;color:#8b7d62}h1{margin:0;font-size:clamp(40px,6vw,78px);line-height:.96;letter-spacing:-.05em}.lead{font-size:18px;line-height:1.8;color:rgba(51,64,85,.72)}section{margin-top:42px}.head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:0 8px 18px}.head h2{margin:0;font-size:clamp(28px,4vw,54px)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}article{border-radius:30px;padding:20px}article img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:24px}h3{font-size:23px;margin:16px 0 8px}article p{margin:0;line-height:1.75;color:rgba(51,64,85,.72)}@media(max-width:860px){main{width:min(100% - 24px,680px);padding-top:24px}.head{display:block}.grid{grid-template-columns:1fr}}
