header{display:flex;align-items:center;justify-content:space-between;padding:22px 6%;background:var(--white);flex-wrap:wrap;gap:16px}.logo{display:flex;align-items:center;gap:10px}.logo-mark{width:34px;height:34px;border:2px solid var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",serif;font-style:italic;font-size:18px;color:var(--navy)}.logo-text{line-height:1.1}.logo-word{font-family:"Playfair Display",serif;font-weight:700;font-size:19px;letter-spacing:.5px}.logo-tag{font-size:10.5px;letter-spacing:.5px;color:#8a8a8a}.btn-light{background:var(--periwinkle);color:var(--white)}.btn-light:hover{background:#4a6455}.cta-band{background:var(--cream);text-align:center;padding:64px 6%}.cta-band h2{font-size:clamp(26px,3.6vw,36px);font-weight:800;margin-bottom:16px}.cta-band p{max-width:480px;margin:0 auto 30px;color:#6c6a80;line-height:1.7;font-size:15.5px}footer{background:var(--paleblue);padding:50px 6% 34px;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.foot-col h4{font-family:"Poppins",sans-serif;font-size:13px;letter-spacing:1px;color:var(--navy);margin-bottom:16px}.foot-col p,.foot-col a{font-size:14px;color:#4a4a4a;line-height:1.8}.foot-buttons{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.foot-buttons .btn{width:220px;text-align:center}.copyright{width:100%;border-top:1px solid #d6dee2;margin-top:36px;padding-top:20px;font-size:12.5px;color:#8a8890}@media (max-width:720px){footer{flex-direction:column}}