@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@600&display=swap');

.site-header{position:sticky;top:0;z-index:1000;width:100%;background:#fff;color:#171717;box-sizing:border-box}
.header-top{height:112px;position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 30px;box-sizing:border-box}
.header-left{justify-self:start;display:flex;align-items:center}
.site-brand{display:flex;align-items:center;justify-content:center;text-decoration:none;line-height:1}
.site-brand-logo{display:block;width:142px;height:96px;object-fit:contain}
.header-actions{justify-self:end;display:flex;align-items:center;gap:20px}
.header-icon{position:relative;width:32px;height:42px;display:flex;align-items:center;justify-content:center;color:#111;text-decoration:none;border:0;background:transparent;padding:0;cursor:pointer}
.header-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.icon-button{font:inherit}
.icon-badge{position:absolute;right:-7px;top:2px;min-width:21px;height:21px;padding:0 5px;box-sizing:border-box;border-radius:50%;background:#e11212;color:#fff;font:600 11px/21px Arial,sans-serif;text-align:center}
.burger{width:40px;height:40px;border:0;background:transparent;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;cursor:pointer;padding:7px 0}
.burger span{display:block;width:29px;height:2px;background:#111;transition:transform .25s ease,opacity .25s ease}
.burger:hover span{background:#5c4a3d}
.burger.toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger.toggle span:nth-child(2){opacity:0}
.burger.toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.header-divider{height:1px;background:#dedede;margin:0 30px}
.main-nav{height:63px;display:flex;align-items:center;justify-content:center;gap:58px;padding:0 30px;box-sizing:border-box;white-space:nowrap}
.main-nav a{color:#171717;text-decoration:none;font-family:'DM Sans',sans-serif;font-size:18px;font-weight:500;letter-spacing:.1px}
.main-nav a:hover{color:#8a6a3d}
.category-menu{position:absolute;left:24px;top:103px;width:300px;max-height:calc(100vh - 120px);overflow:auto;padding:14px;background:#fff;border:1px solid #ddd;box-shadow:0 15px 35px rgba(0,0,0,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
.category-menu.menu-active{opacity:1;visibility:visible;transform:translateY(0)}
.category-menu-title{padding:12px 16px 10px;color:#777;font:600 11px/1.2 'DM Sans',sans-serif;letter-spacing:1.5px;border-bottom:1px solid #e8e8e8;margin-bottom:4px}
.category-menu a{display:block;padding:14px 16px;color:#171717;text-decoration:none;font:500 15px/1.2 'DM Sans',sans-serif;border-bottom:1px solid #f0f0f0}
.category-menu a:last-child{border-bottom:0}
.category-menu a:hover{background:#f8f5ef;color:#8a6a3d}

.footer-container{display:grid;grid-template-columns:1.3fr 1fr 1.3fr 1fr;gap:28px;align-items:start;padding:48px 7%;background:#5c4a3d;color:#f8eee5;margin-top:40px}.footer-container a{color:#f8eee5;text-decoration:none}.footer-container h2{font-family:'Playfair Display',serif;letter-spacing:2px;margin:0 0 8px;font-size:25px}.footer-container p{margin:7px 0;font-family:'DM Sans',sans-serif;font-size:12px;line-height:1.6}.footer-instagram{display:flex;justify-content:flex-end}.footer-instagram a{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:12px;letter-spacing:.5px}.footer-instagram svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.footer-instagram .instagram-dot{fill:currentColor;stroke:none}

@media(max-width:800px){
  .header-top{height:82px;padding:0 18px}
  .site-brand-logo{width:105px;height:72px}
  .header-actions{gap:8px}
  .header-icon{width:30px}
  .header-icon svg{width:26px;height:26px}
  .header-divider{margin:0 18px}
  .main-nav{height:52px;justify-content:flex-start;gap:30px;overflow-x:auto;padding:0 18px}
  .main-nav a{font-size:15px}
  .category-menu{left:12px;top:74px;width:min(300px,calc(100vw - 24px))}
  .footer-container{grid-template-columns:1fr 1fr;gap:24px;padding:38px 7%}
  .footer-instagram{justify-content:flex-start}
}
@media(max-width:480px){
  .header-top{padding:0 13px}
  .site-brand-logo{width:92px;height:65px}
  .burger{width:34px}
  .header-actions{gap:2px}
  .main-nav{gap:24px}
  .footer-container{grid-template-columns:1fr}
  .footer-instagram{justify-content:flex-start}
}

/* Dwellline final header branding */
.site-brand{flex-direction:column;gap:2px}
.site-brand-logo{width:142px;height:82px;object-fit:contain}
.site-brand::after{content:'Dwellline';font-family:'DM Sans',sans-serif;font-size:19px;font-weight:600;letter-spacing:2px;text-transform:none;color:#171717;line-height:1}

/* Dwellline final footer */
.dwellline-footer{margin-top:60px;background:#0d2927;color:#f5f5f0;border-radius:0 0 26px 26px;overflow:hidden;font-family:'DM Sans',sans-serif}
.footer-inner{display:grid;grid-template-columns:1.15fr 1.15fr 1.35fr;gap:80px;padding:68px 7% 54px}
.footer-column{display:flex;flex-direction:column;align-items:flex-start}
.footer-column h3{margin:0 0 32px;font-size:15px;font-weight:700;letter-spacing:1.8px;color:#fff}
.footer-column a,.footer-column p{font-size:17px;line-height:1.5;color:#f5f5f0;text-decoration:none;margin:0 0 20px}
.footer-column a:hover{text-decoration:underline;text-underline-offset:3px}
.footer-contact p{margin-bottom:24px}
.footer-contact strong{font-weight:700}
.footer-contact .care-hours{margin-top:4px}
.footer-bottom{padding:10px 7% 50px;display:flex;flex-direction:column;align-items:flex-start}
.footer-socials{display:flex;align-items:center;gap:28px;margin:10px 0 52px}
.footer-socials a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#bfc9c7;text-decoration:none}
.footer-socials svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}
.footer-socials .social-dot{fill:currentColor;stroke:none}
.footer-copy{margin:0;color:#fff;font-size:16px;font-weight:700;letter-spacing:1.5px}

@media(max-width:800px){
  .site-brand-logo{width:105px;height:61px}
  .site-brand::after{font-size:15px;letter-spacing:1.5px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:38px;padding:50px 7% 30px}
  .footer-contact{grid-column:1/-1}
  .footer-column h3{margin-bottom:22px}
  .footer-column a,.footer-column p{font-size:15px;margin-bottom:15px}
  .footer-bottom{padding:8px 7% 38px}
  .footer-socials{margin-bottom:38px}
}
@media(max-width:520px){
  .footer-inner{grid-template-columns:1fr;gap:32px}
  .footer-contact{grid-column:auto}
  .dwellline-footer{border-radius:0 0 18px 18px}
}

/* FINAL DWELLINE FOOTER */
.dwellline-footer{margin-top:60px;background:#0d2927;color:#f5f5f0;border-radius:0 0 26px 26px;overflow:hidden;font-family:'DM Sans',sans-serif}
.dwellline-footer .footer-inner{display:grid;grid-template-columns:1.15fr 1.15fr 1.35fr;gap:80px;padding:68px 7% 54px}
.dwellline-footer .footer-column{display:flex;flex-direction:column;align-items:flex-start}
.dwellline-footer .footer-column h3{margin:0 0 32px;font-size:15px;font-weight:700;letter-spacing:1.8px;color:#fff}
.dwellline-footer .footer-column a,.dwellline-footer .footer-column p{font-size:17px;line-height:1.5;color:#f5f5f0;text-decoration:none;margin:0 0 20px}
.dwellline-footer .footer-column a:hover{text-decoration:underline;text-underline-offset:3px}
.dwellline-footer .footer-contact p{margin-bottom:24px}
.dwellline-footer .footer-contact strong{font-weight:700}
.dwellline-footer .footer-contact .care-hours{margin-top:4px}
.dwellline-footer .footer-bottom{padding:10px 7% 50px;display:flex;flex-direction:column;align-items:flex-start}
.dwellline-footer .footer-socials{display:flex;align-items:center;gap:28px;margin:10px 0 52px}
.dwellline-footer .footer-socials a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#bfc9c7;text-decoration:none}
.dwellline-footer .footer-socials svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}
.dwellline-footer .footer-socials .social-dot{fill:currentColor;stroke:none}
.dwellline-footer .footer-copy{margin:0;color:#fff;font-size:16px;font-weight:700;letter-spacing:1.5px}
@media(max-width:800px){.dwellline-footer .footer-inner{grid-template-columns:1fr 1fr;gap:38px;padding:50px 7% 30px}.dwellline-footer .footer-contact{grid-column:1/-1}.dwellline-footer .footer-column h3{margin-bottom:22px}.dwellline-footer .footer-column a,.dwellline-footer .footer-column p{font-size:15px;margin-bottom:15px}.dwellline-footer .footer-bottom{padding:8px 7% 38px}.dwellline-footer .footer-socials{margin-bottom:38px}}
@media(max-width:520px){.dwellline-footer .footer-inner{grid-template-columns:1fr;gap:32px}.dwellline-footer .footer-contact{grid-column:auto}.dwellline-footer{border-radius:0 0 18px 18px}}
