*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f5f2ed;color:#28231f}button,input,textarea{font:inherit}.hero{position:relative;min-height:640px;display:grid;place-items:center;overflow:hidden;background:#3d3833}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}.overlay{position:absolute;inset:0;background:rgba(0,0,0,.48)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:24px;max-width:620px}.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:13px}.hero h1{font-family:Georgia,serif;font-size:clamp(42px,9vw,84px);font-weight:400;margin:12px 0 32px}.hero h2{font-size:28px;margin:6px 0 28px}.hero button,.card button{border:0;border-radius:999px;padding:13px 22px;background:#28231f;color:#fff;cursor:pointer}.hero button{background:#fff;color:#28231f}.content{max-width:820px;margin:0 auto;padding:36px 18px 72px}.hidden{display:none}.card{background:#fff;border-radius:22px;padding:24px;margin:0 0 24px;box-shadow:0 8px 30px rgba(0,0,0,.06)}.card h3{font-family:Georgia,serif;font-size:30px;margin:0 0 8px}.muted{color:#756d66}label{display:block;margin:16px 0 6px}input,textarea{display:block;width:100%;margin-top:7px;border:1px solid #d7d0c8;border-radius:12px;padding:12px;background:#fff}textarea{min-height:120px;resize:vertical}.status{min-height:22px;color:#5f5852}.comments-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:30px;border-top:1px solid #eee4dc;padding-top:20px}.comment{padding:16px 0;border-bottom:1px solid #eee4dc}.comment strong{display:block;margin-bottom:5px}.comment time{display:block;color:#8a8179;font-size:13px;margin-top:7px}.preview{display:none;max-width:100%;border-radius:16px;margin-top:14px}@media(max-width:520px){.hero{min-height:560px}.card{padding:19px;border-radius:18px}.comments-head{align-items:flex-start;flex-direction:column;gap:4px}}