body{margin:0;background:#f6f0e6;color:#23201a;font-family:Georgia,serif;line-height:1.68}header{position:sticky;top:0;background:#3d2e22;color:white;padding:14px 5vw;display:flex;justify-content:space-between;gap:22px;z-index:5}a{color:#7b3f00}.brand{color:white;text-decoration:none;font-weight:800}header nav{display:grid;gap:8px;background:#fff9ef;padding:15px;border-radius:14px;box-shadow:0 18px 45px #0003}header nav a{color:#3d2e22}main{max-width:1080px;margin:auto}.hero{display:grid;gap:24px;margin:34px 18px;padding:24px;background:white;border-radius:28px;box-shadow:0 24px 70px #3d2e2220}.hero figure{margin:0}.hero img,article img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:22px}h1{font-size:clamp(2.1rem,5vw,4.4rem);line-height:1.02}article{background:#fffdf8;margin:22px 18px 50px;padding:clamp(22px,5vw,62px);border-radius:24px}h2{font-size:2rem;margin-top:2.2em;color:#442813}p{font-size:1.08rem}article p:nth-of-type(3n){background:#f3e4cf;padding:18px;border-left:5px solid #af6d2b;border-radius:12px}footer{background:#2b2119;color:#fff;padding:34px 5vw}footer a{color:#ffdca8;margin-right:18px}figcaption{font-size:.9rem;color:#6c5845}.deck span{letter-spacing:.14em;text-transform:uppercase;color:#8b5a2b;font-weight:700}@media(min-width:850px){.hero{grid-template-columns:1.05fr .95fr;align-items:center}}