/* Shared public navigation. No changes to administration or payment forms. */
.header-newsletter .nav a:first-child::after{display:none}
.header-newsletter .nav a[aria-current="page"]{color:#00787d}
.header-newsletter .nav a[aria-current="page"]::after{content:"";display:block;position:absolute;left:0;right:0;bottom:-12px;height:2px;background:#00b8bb}
.header-newsletter .header-social a{--social-size:36px;display:grid;place-items:center;flex:0 0 var(--social-size);width:var(--social-size);height:var(--social-size);min-width:var(--social-size);min-height:var(--social-size);padding:0;box-sizing:border-box;aspect-ratio:1;border-radius:50%}
.header-newsletter .header-social img{object-fit:contain;aspect-ratio:1}
.header-newsletter a:focus-visible,.site-footer a:focus-visible{outline:3px solid #00868a;outline-offset:3px;border-radius:4px}
.header-newsletter .header-social a:focus-visible{border-radius:50%}
.site-contact-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0 8px;padding:6px 16px;background:#edf7f3;border-bottom:1px solid #d9e8e1;color:#315950;font:400 12px/1.5 'DM Sans',Arial,sans-serif}
.site-contact-strip a{display:inline-flex;align-items:center;gap:5px;min-height:30px;color:#006e73}
.site-contact-strip strong{font-size:15px;white-space:nowrap}
.site-contact-strip a:hover{text-decoration:underline;text-underline-offset:3px}
.site-contact-strip a:focus-visible{outline:3px solid #00868a;outline-offset:3px}

footer.site-footer{display:block;padding:36px max(24px,calc((100% - 1160px)/2)) 20px;background:#f0f7f5;border-top:1px solid #d4e4dd;color:#163c3b}
.site-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.15fr;gap:24px;align-items:start}
.site-footer-grid>div,.site-footer-grid>nav{min-width:0}
.site-footer .brand{display:flex;width:fit-content;margin:0 0 5px}
.site-footer .brand img{display:block;width:154px;height:68px;object-fit:contain;object-position:left center}
.site-footer h2{margin:5px 0 12px;color:#133737;font:600 15px/1.4 Outfit,Arial,sans-serif}
.site-footer p,.site-footer a:not(.brand),.site-footer .cookie-preferences{font:400 13px/1.55 'DM Sans',Arial,sans-serif;color:#42615a;letter-spacing:normal}
.site-footer p{margin:0 0 9px}
.site-footer a:not(.brand),.site-footer .cookie-preferences{display:flex;align-items:center;min-height:36px;margin:0;padding:5px 0;overflow-wrap:anywhere;text-align:left}
.site-footer a:not(.brand):hover,.site-footer .cookie-preferences:hover{color:#00787d;text-decoration:underline;text-underline-offset:3px}
.site-footer .site-footer-tagline{margin-bottom:12px;color:#163c3b;font-weight:600}
.site-footer .site-footer-contact>a:not(.brand){min-height:30px;padding:3px 0}
.site-footer .site-footer-contact>a.site-footer-phone{font-size:19px;font-weight:700;color:#00787d;letter-spacing:.3px}
.site-footer-social{display:flex;flex-wrap:wrap;gap:4px 18px;margin-top:8px}
.site-footer .site-footer-social a{color:#00787d;font-weight:600}
.site-footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px 24px;margin-top:24px;padding-top:16px;padding-right:140px;border-top:1px solid #d2e2dc}
.site-footer .site-footer-bottom p{margin:0;font-size:11px;line-height:1.6}
@media(max-width:1000px){
  .site-footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:22px}
  .site-footer-legal{grid-column:1/-1;border-top:1px solid #d2e2dc;padding-top:16px}
  .site-footer-legal h2{margin:0 0 6px}
  .site-footer-legal-links{display:flex;flex-wrap:wrap;gap:0 24px}
  .site-footer-bottom{margin-top:16px}
}
@media(max-width:800px){
  .header-newsletter .nav a[aria-current="page"]::after{display:none}
  .header-newsletter .header-social a{--social-size:32px}
  .site-contact-strip{padding:5px 14px;font-size:11px;column-gap:7px}
  .site-contact-strip a{min-height:28px}
  .site-contact-strip a>span{display:none}
  .site-contact-strip strong{font-size:14px}
  .booking-page .booking .newsletter-header{width:100%;margin:14px 0 0}
  .booking-page .booking .newsletter-signup form{grid-template-columns:minmax(0,1fr);gap:5px;width:100%;margin:0}
  footer.site-footer{padding:26px 20px calc(22px + env(safe-area-inset-bottom))}
  .site-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 18px}
  .site-footer-contact{grid-column:1/-1;padding-bottom:16px;border-bottom:1px solid #d2e2dc}
  .site-footer .brand img{width:142px;height:58px}
  .site-footer-contact .site-footer-tagline{margin-bottom:8px}
  .site-footer-contact p{margin-bottom:5px}
  .site-footer h2{margin:0 0 6px;font-size:15px}
  .site-footer a:not(.brand),.site-footer .cookie-preferences{min-height:40px;font-size:12px}
  .site-footer .site-footer-contact>a:not(.brand){min-height:32px}
  .site-footer-legal-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}
  .site-footer-bottom{display:block;margin-top:16px;padding-right:56px}
  .site-footer .site-footer-bottom p+p{margin-top:4px}
}
