:root{--bg:#ffffff;--text:#281609;--muted:#a8591e;--accent:#cd823b;--surface:#fce9c5;--highlight:#d85b5b;--header-bg:#f1cfaa;--main-bg:#ffffff;--footer-upper-bg:#eabf90;--footer-lower-bg:#cd823b}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Georgia,times new roman,serif;line-height:1.6}header,main{padding:1.25rem}header{background:var(--header-bg)}main{background:var(--main-bg)}.footer-upper,.footer-lower{padding:1.25rem}.footer-upper{background:var(--footer-upper-bg)}.footer-lower{background:var(--footer-lower-bg);color:var(--text);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer-lower small{grid-column:2;justify-self:center}.social-links{display:inline-flex;align-items:center;grid-column:3;justify-self:end}.social-link img{width:30px;height:auto;display:block}header a{color:var(--text);text-decoration:none}.site-brand{margin:0}.site-brand a{display:inline-flex;align-items:center}.site-brand img{width:300px;height:auto;display:block}.footer-brand{display:inline-block}.footer-brand img{width:300px;height:auto;display:block}.service-cards-section{margin-top:2rem}.service-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.service-card{background:var(--surface);border:1px solid var(--accent);padding:1rem}.service-card h3{margin:0 0 .5rem}.service-card p{margin:0}.service-card a{color:var(--text);text-decoration:none}.service-card a:hover,.service-card a:focus-visible{text-decoration:underline}.contact-form-section{max-width:42rem;margin-top:2rem}.contact-form{display:grid;gap:.75rem}.contact-form label{font-weight:700}.contact-form input,.contact-form textarea{border:1px solid var(--accent);background:var(--bg);color:var(--text);font:inherit;padding:.65rem .75rem}.contact-form button{border:1px solid var(--text);background:var(--accent);color:var(--text);cursor:pointer;font:inherit;font-weight:700;justify-self:start;padding:.65rem 1rem}.contact-form button:hover,.contact-form button:focus-visible{background:var(--muted)}@media(max-width:40rem){header,main{padding:1rem}.footer-upper,.footer-lower{padding:1rem}.site-brand img{width:220px}.footer-brand img{width:220px}.service-cards{grid-template-columns:1fr}}