:root{--green-900:#0f291e;--green-700:#163e2d;--green-500:#215e44;--cream:#ede5ce;--cream-deep:#e5dab9;--muted:#426f5c}html{height:100%}body{height:100%;color:var(--green-900);background-color:var(--cream);flex-direction:column;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;display:flex}main{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.logo{width:clamp(112px,22vw,160px);height:auto;margin-bottom:1.75rem}h1{letter-spacing:-.01em;color:var(--green-900);margin-top:0;margin-bottom:1.5rem;font-size:3rem;font-weight:300}.contact-btn{color:var(--cream);background-color:var(--green-700);border-radius:4px;padding:.75rem 1.75rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.contact-btn:hover{background-color:var(--green-500)}.contact-btn:focus-visible{outline:2px solid var(--green-700);outline-offset:3px}footer{text-align:center;width:100%;color:var(--muted);border-top:1px solid var(--cream-deep);box-sizing:border-box;padding:2rem;font-size:.85rem}
