.footer{background-color:var(--brand-colours-ocean-blue,#004568);padding-bottom:1.8rem;position:relative;z-index:1}.footer__inner{display:flex;flex-direction:column;gap:clamp(2rem,4vw,4.5rem)}.footer__brand{display:flex;justify-content:space-between;align-items:center}.footer__brand-logo{width:50%}@media(max-width:765px){.footer__brand-logo svg{width:60%;max-width:125px}}.footer__brand-copy{width:50%;background-color:var(--colors-white,#ffffff);padding:clamp(2.5rem,6.56vw,6.56rem) clamp(1rem,2vw,1.5rem) clamp(2.5rem,6.56vw,6.56rem) clamp(1.5rem,6vw,4.5rem);position:relative}.footer__brand-copy:after{content:"";background-color:inherit;position:absolute;top:0;right:-99vw;width:100vw;height:100%}@media(max-width:765px){.footer__brand-copy{padding:2.5rem 1rem;width:calc(50% + 1.8rem);margin-right:-1.8rem}.footer__brand-copy:after{display:none}}.footer__brand-copy p{width:100%;max-width:23rem}@media(max-width:765px){.footer__brand-copy p{max-width:none}}.footer__social{display:flex;justify-content:space-between;align-items:flex-start}.footer__social-links{display:flex;flex-direction:column;gap:clamp(.55rem,1.25vw,1.25rem);transform:scale(1)}.footer__social-links a{transition:transform .2s ease}.footer__social-links a:hover{transform:scale(1.03)}.footer__social-links p{border-bottom:1px solid var(--colors-white,#ffffff);display:inline-block}.footer__social-icons{display:flex;gap:1.5rem}.footer__social-icons svg{transform:scale(1);transition:transform .3s ease}.footer__social-icons svg:hover{transform:scale(1.1)}@media(max-width:765px){.footer__social-icons{gap:clamp(.5rem,2vw,1.5rem)}}.footer__tc{display:flex;flex-direction:column;gap:clamp(2rem,3.5vw,3.5rem)}.footer__tc-call span{border-bottom:1px solid var(--colors-white,#ffffff)}.footer__tc-book{display:flex;gap:1.5rem;align-items:center}@media(max-width:600px){.footer__tc-book{flex-direction:column;align-items:flex-start;gap:2rem}}