*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#faf8f2;color:#25332a;font-family:Arial,sans-serif;line-height:1.7}a{color:inherit;text-underline-offset:4px}header,main,footer{max-width:1120px;margin:auto;padding:28px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dce1d7;gap:22px}header img{width:118px;height:auto}nav{display:flex;gap:18px;flex-wrap:wrap}h1{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.12;letter-spacing:-.04em;max-width:900px;margin:32px 0}h2{font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.25;margin-top:1.7em}h3{font-size:1.25rem;line-height:1.3}p,li{max-width:850px}article{overflow-wrap:anywhere}article img{display:block;max-width:100%;height:auto;border-radius:12px;margin:20px auto}figure{margin:0}article>a>img{max-height:520px;object-fit:cover}iframe{display:block;width:100%;min-height:480px;border:0;border-radius:12px;margin:28px 0;background:#fff}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;margin:0}.gallery a{display:block}.gallery>div{min-width:0}.post-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.post-card{padding:24px;background:#eeefe5;border-radius:18px}.post-card h2{font-size:1.5rem;margin:0 0 12px}.post-card h2 a{text-decoration:none}.breadcrumb{font-size:.9rem;color:#667062}.intro{font-size:1.15rem}.date{font-size:.9rem;color:#667062}.cta{display:inline-block;background:#3d533b;color:white;border-radius:40px;padding:12px 24px;text-decoration:none}footer{border-top:1px solid #dce1d7;margin-top:64px;font-size:.9rem}footer nav{margin-bottom:22px}article table{max-width:100%;overflow:auto}body.article main{max-width:960px}.article .content{font-size:1.08rem}@media(max-width:650px){header,main,footer{padding:20px}header{align-items:flex-start}header img{width:92px}header nav{font-size:.9rem;gap:12px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.post-list{grid-template-columns:1fr}h1{font-size:2.3rem}iframe{min-height:440px}}