:root{--bg:#fff7ed;--ink:#2d1b12;--tomato:#c2410c;--olive:#5b6f32;--cream:#fffdf8;--line:#efd6be}*{box-sizing:border-box}html,body{margin:0;min-height:100%;scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--ink)}main{min-height:55vh;display:grid;place-items:center}.footer{background:var(--cream);border-top:8px solid var(--tomato)}.brand,.grid,.bottom{width:min(1120px,calc(100% - 32px));margin:auto}.brand{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:44px 0;border-bottom:1px solid var(--line)}.brand h2{font-family:Georgia,serif;font-size:clamp(2.4rem,6vw,5rem);margin:0}.brand p{max-width:480px;color:#7a5740;line-height:1.7}.brand a,.newsletter button,.top-btn{border:0;border-radius:999px;background:var(--tomato);color:#fff;padding:13px 18px;font-weight:900;text-decoration:none}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:34px 0}address{font-style:normal}address,p,.footer a{color:#7a5740;line-height:1.8}.footer a{display:block;text-decoration:none;margin:8px 0}.footer a:hover{color:var(--tomato)}.newsletter input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:999px;padding:0 14px}.newsletter button{margin-top:10px;background:var(--olive)}.newsletter p{min-height:20px;margin:8px 0;color:var(--olive)}.bottom{display:flex;gap:18px;align-items:center;flex-wrap:wrap;padding:18px 0;border-top:1px solid var(--line)}.top-btn{margin-left:auto}@media(max-width:850px){.brand{align-items:flex-start;flex-direction:column}.grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.grid{grid-template-columns:1fr}.top-btn{margin-left:0}}
