@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
:root {
  --sp-S: 2vw;
  --sp-M: calc(var(--sp-S) * 2);
  --sp-L: calc(var(--sp-S) * 3.65);
  --sp-XL: calc(var(--sp-S) * 5);
}

:root {
  --h-10: 10dvh;
  --h-20: 20dvh;
  --h-30: 30dvh;
  --h-40: 40dvh;
  --h-50: 50dvh;
  --h-60: 60dvh;
  --h-70: 70dvh;
  --h-80: 80dvh;
  --h-90: 90dvh;
  --h-100: 100dvh;
  --h-auto: auto;
}

:root {
  --primary: #01224a;
  --primary: #12355e;
  --primary: #0e243d;
  --soft-black: #404040;
  --grey: #A2A2A2;
  --white: white;
  --light-neutral: #F7F5F0;
  --fg: var(--primary);
  --bg: var(--white);
}

:root {
  --bw-S: 2px;
  --br-M: 10px;
  --br-S: 6px;
  --border: 1px solid rgba(0,0,0,0.4);
  --border-white: 1px solid rgba(255,255,255,0.4);
  --shadow-S: 0px 0px 45px color-mix(in srgb, var(--fg) 100%, transparent);
}
@media (max-aspect-ratio: 5/8) {
  :root {
    --br-S: 4px;
  }
}

.top {
  z-index: 10;
}

.hidden {
  display: none;
}

picture, figure {
  width: 100%;
  height: 100%;
  border-radius: var(--br-M);
  overflow: hidden;
}
picture img, figure img {
  width: 100%;
  height: 100%;
}

img:not(.no-global-style) {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.bg-video:after {
  position: absolute;
  content: "";
  background-color: rbga(0, 0, 0, 0.5);
  inset: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.background-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  scroll-behavior: smooth;
}
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  overscroll-behavior-y: none;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

main {
  display: grid;
  gap: var(--sp-L);
  opacity: 0;
  animation: main-fade-in 2s forwards;
  animation-delay: 0.4s;
}
@media (max-aspect-ratio: 5/8) {
  main {
    gap: calc(var(--sp-L) * 2);
  }
}

@keyframes main-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.smooth-type, body {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.smooth-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.smooth-content {
  position: relative;
  z-index: 1;
  min-height: 100%;
  will-change: transform;
}

@font-face {
  font-family: "Coast";
  src: url("/assets/fonts/coast.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --ff-sans: "Work Sans", sans-serif;
  --ff-serif: "Baskervville", serif;
  --ff-display: "Coast", serif;
}

body {
  font-family: var(--ff-sans);
}

:root {
  --fs-XL: clamp(3rem, 7.5vw, 7.5vw);
  --fs-L2: clamp(2rem, 4.5vmax, 7.5vmin);
  --fs-L1: clamp(1.75rem, 3.7vw, 3.7vw);
  --fs-L: clamp(1.7rem, 2.75vmax, 2.75rem); /* ~36px desktop */
  --fs-M3: clamp(1.3rem, 1.7vmax, 1.7rem); /* ~31–32px desktop */
  --fs-M2: clamp(1.02rem, 1.563vmax, 1.2rem); /* ~30px desktop */
  --fs-M1: clamp(1.1rem, 1.45vw, 1.15rem); /* ~24px desktop */
  --fs-M: clamp(1rem, 1.146vmax, 1.375rem);
  --fs-S: clamp(0.9rem, 0.938vmax, 1.125rem);
  --fs-S1: clamp(0.85rem, 0.885vmax, 1.0625rem);
  --fs-S2: clamp(0.7rem, 0.833vmax, 1rem);
  --fs-nav: clamp(1.5rem, 3.75vw, 2rem);
  --fs-XS: 11px;
}

:root {
  --lh-200: 2;
  --lh-170: 1.7;
  --lh-160: 1.6;
  --lh-150: 1.5;
  --lh-140: 1.4;
  --lh-130: 1.3;
  --lh-120: 1.2;
  --lh-100: 1.0;
  --lh-90: .9;
  --lh-80: .8;
  --lh-70: .7;
  --ls-S: 0.05em;
  --ls-L: 0.1em;
}

.copy * + *:not(li) {
  margin-block-start: 2.5rem;
}

@media (max-aspect-ratio: 1/1) {
  .copy {
    max-width: 100%;
  }
}
.copy ul {
  list-style-position: outside;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1em;
  font-size: inherit;
}
.copy ul li {
  grid-column: span 2;
  display: grid;
  grid-template-columns: subgrid;
}

h1 {
  font-size: var(--fs-L);
}
@media (max-aspect-ratio: 5/8) {
  h1 {
    font-size: var(--fs-L1);
  }
}

.hero-text h1 {
  font-family: var(--ff-display);
  font-size: var(--fs-XL);
  font-weight: 400;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: var(--shadow-S);
}
.hero-text h1 em {
  font-family: var(--ff-sans);
  font-size: var(--fs-M1);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1em;
}
.hero-text h1:has(em) {
  line-height: 2.5;
}

h2 {
  font-family: var(--ff-serif);
  font-weight: 500;
  font-size: var(--fs-L);
  text-box-trim: trim-both;
  line-height: 1.1;
}
@media (max-aspect-ratio: 5/8) {
  h2 {
    font-size: var(--fs-L1);
  }
}

h3 {
  font-size: var(--fs-M1);
}

h4 {
  font-size: var(--fs-M1);
  font-weight: 500;
}

p {
  font-weight: 400;
  font-size: var(--fs-M);
  line-height: 1.4;
}
p:not(.intro) {
  text-wrap: pretty;
}
p.intro {
  font-size: var(--fs-M3);
  margin-block: 1em;
}
p a {
  color: var(--fg);
}

.hero .intro {
  text-wrap: balance;
}

.uppercase {
  text-transform: uppercase;
}

.capitalise {
  text-transform: capitalize;
}

@view-transition {
  navigation: auto;
}
.accordion {
  --accordion-menu-fs: var(--fs-M);
  --accordion-icon-weight: var(--bw-S);
  --accordion-icon-color: var(--fg);
  --accordion-icon-width: clamp(16px, 1.25vw, 1.25vw);
  --accordion-padding: 1em;
  width: 100%;
  display: grid;
  gap: 0.4rem;
}
.accordion h4 {
  text-transform: none;
  letter-spacing: 0;
}
.accordion-group {
  background-color: var(--light-neutral);
}
.accordion-group:is(.active) .accordion-menu:before {
  rotate: 0deg;
}
.accordion-group:first-of-type .accordion-menu {
  margin-block-start: 0;
}
.accordion-menu {
  color: var(--fg);
  font-size: var(--fs-M);
  padding: var(--accordion-padding);
  margin-block-start: var(--accordion-padding);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-block-end: 0;
  padding-inline-end: 15%;
}
.accordion-menu:before {
  height: var(--accordion-icon-weight);
  position: absolute;
  right: var(--accordion-padding);
  background: var(--accordion-icon-color);
  content: "";
  transition: all 0.3s ease;
  width: var(--accordion-icon-width);
  rotate: -90deg;
}
.accordion-menu:after {
  height: var(--accordion-icon-weight);
  position: absolute;
  right: var(--accordion-padding);
  background: var(--accordion-icon-color);
  content: "";
  transition: all 0.3s ease;
  width: var(--accordion-icon-width);
}
.accordion-content {
  height: 0;
  overflow: hidden;
  font-size: 1rem;
}
.accordion-content .expanded {
  height: 0;
  overflow: hidden;
}
.accordion-content-inner {
  padding-inline: var(--accordion-padding);
  padding-block-end: var(--accordion-padding);
  color: var(--tx);
  line-height: var(--lh-130);
}
.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.active .accordion-content {
  height: auto;
}

.accordion-content-inner * + * {
  margin-block-start: 1em;
}

button:not(.hotspot-button), .button:not(.hotspot-button) {
  background: var(--fg);
  color: var(--bg);
  border-radius: 2em;
  border: 0;
  display: block;
  font-size: var(--fs-S);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
button:not(.hotspot-button):not(.dot, .burger), .button:not(.hotspot-button):not(.dot, .burger) {
  width: -moz-max-content;
  width: max-content;
  padding: 1em 2em;
}
button:not(.hotspot-button).dot, .button:not(.hotspot-button).dot {
  --fg: var(--white);
  --dot-size: 8px;
  background-color: color-mix(in srgb, var(--fg) 50%, transparent);
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  border: none;
  transition: background-color 0.3s ease;
  padding: 0;
}
button:not(.hotspot-button).dot:hover, .button:not(.hotspot-button).dot:hover {
  background-color: var(--fg);
}
button:not(.hotspot-button).dot.active, .button:not(.hotspot-button).dot.active {
  background-color: var(--fg);
}
button:not(.hotspot-button).dot.inset, .button:not(.hotspot-button).dot.inset {
  --fg: var(--primary);
}
button:not(.hotspot-button):not(.nav-dropdown-trigger):not(.burger):hover, .button:not(.hotspot-button):not(.nav-dropdown-trigger):not(.burger):hover {
  animation: button-pulse 1.75s infinite normal forwards;
}

@keyframes button-pulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--fg) 100%, transparent);
  }
  100% {
    box-shadow: 0 0 0 0.75em color-mix(in srgb, var(--fg) 0%, transparent);
  }
}
.cta-section {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--sp-L);
  min-height: 70vh;
}
.cta-content {
  position: absolute;
  text-align: center;
  color: white;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-self: center;
}
.cta-content .intro {
  font-size: calc(var(--fs-M2) * 1.05);
  text-shadow: var(--shadow-S);
  text-wrap: balance;
}
.cta-content .button {
  --fg: var(--white);
  --bg: var(--primary);
}
.cta-content h2 {
  font-size: calc(var(--fs-L1) * 1.05);
  margin-bottom: var(--sp-S);
  text-shadow: var(--shadow-S);
  text-box-edge: cap alphabetic;
  text-wrap: balance;
}
.cta-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: brightness(0.6);
}
.cta-slider {
  position: relative;
  overflow: hidden;
  height: 70vh !important;
}
.cta-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  filter: none;
  display: grid;
  min-height: 0;
  overflow: hidden;
}
.cta-slider .slide img {
  filter: brightness(0.7);
  min-height: 0;
  min-width: 0;
}
.cta-slider .slide-text {
  position: absolute;
  inset: 0;
  text-align: center;
  color: white;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-self: center;
}
.cta-slider .slide.active {
  opacity: 1;
  z-index: 2;
}

:root {
  --features-visual: 85vh;
}
@media (max-aspect-ratio: 5/8) {
  :root {
    --features-visual: 50vh;
  }
}

.features-section {
  display: grid;
  gap: var(--sp-M);
}

/* Visual Wrapper */
.features-visual {
  position: relative;
  border-radius: var(--br-S);
  overflow: hidden;
  height: var(--features-visual);
}

.video-wrapper {
  height: 100%;
}

.features-visual img,
.features-video,
.features-visual iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}

/* Heading overlay */
.features-heading-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
  padding: var(--sp-M);
  pointer-events: none;
}
@media (max-aspect-ratio: 1/1) {
  .features-heading-overlay {
    padding-block: calc(var(--sp-L) * 1);
    text-align: left;
  }
}

.features-heading-overlay h2 {
  font-size: var(--fs-L1);
  color: var(--bg);
  text-shadow: var(--shadow);
}

/* Intro (below visual) */
.features-intro {
  max-width: 80%;
  margin-inline: auto;
  text-align: center;
}
.features-intro p {
  font-size: var(--fs-M3);
}
@media (max-aspect-ratio: 5/8) {
  .features-intro {
    text-align: left;
    max-width: 100%;
  }
}

/* Cards Grid */
.features-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-template-rows: 1fr auto auto;
  gap: var(--sp-S);
}
@media (max-aspect-ratio: 1/1) {
  .features-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-aspect-ratio: 5/8) {
  .features-cards {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background: var(--bg);
  border-radius: var(--br-S);
  padding: 1em;
  overflow: hidden;
  gap: 1em;
  border: 1px solid color-mix(in srgb, var(--fg) 20%, transparent);
}
.feature-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: var(--br-S);
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-card h3 {
  font-size: var(--fs-M2);
  font-weight: 500;
}

.form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  border: 1px solid color-mix(in srgb, var(--fg) 20%, transparent);
  border-radius: 3px;
}
.form-group:has(textarea) {
  flex-direction: column;
  border: none;
  padding: 0;
  flex-grow: 1;
}
.form-group:has(textarea) textarea {
  margin-inline: 0;
  padding: 1em;
  width: 100%;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--fg) 20%, transparent);
  margin-block-end: var(--sp-S);
}
.form-group:has(textarea) textarea::-moz-placeholder {
  font-family: var(--ff-sans);
  color: color-mix(in srgb, var(--fg) 60%, transparent);
  font-size: var(--fs-S1);
}
.form-group:has(textarea) textarea::placeholder {
  font-family: var(--ff-sans);
  color: color-mix(in srgb, var(--fg) 60%, transparent);
  font-size: var(--fs-S1);
}
.form-group:has([required]) label:after {
  content: "*";
  position: absolute;
  top: 0;
  right: -0.75em;
}

label {
  font-size: var(--fs-S1);
  margin-inline-start: 1em;
  background: var(--bg);
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  color: color-mix(in srgb, var(--fg) 60%, transparent);
  position: relative;
}

input {
  min-height: 35px;
  width: 100%;
  border: none;
  padding-inline: 1em;
}

.footer {
  background-color: var(--bg);
  color: var(--fg);
  padding-inline: var(--sp-L);
  padding-block-start: var(--sp-L);
  padding-block-end: var(--sp-S);
  display: grid;
  gap: var(--sp-L);
}
@media (max-aspect-ratio: 5/8) {
  .footer {
    padding-block: calc(var(--sp-L) * 2);
  }
}
.footer-small-text {
  font-size: var(--fs-XS);
}
.footer-small-text a {
  color: inherit;
}
.footer-form {
  display: flex;
  flex-direction: column;
  gap: var(--sp-S);
}
@media (max-aspect-ratio: 5/8) {
  .footer-form {
    gap: var(--sp-L);
  }
}
.footer-form h3 {
  font-size: var(--fs-M);
  font-weight: 600;
}

.footer-inner {
  display: grid;
  gap: var(--sp-S);
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.footer-inner:has(.footer-form) {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-aspect-ratio: 1/1) {
  .footer-inner:has(.footer-form) {
    grid-template-columns: 1fr 1fr;
    row-gap: calc(var(--sp-L) * 2);
  }
}
@media (max-aspect-ratio: 5/8) {
  .footer-inner:has(.footer-form) {
    grid-template-columns: 1fr;
  }
}

.footer-links {
  display: grid;
  gap: var(--sp-S);
  align-self: flex-start;
}
@media (max-aspect-ratio: 1/1) {
  .footer-links {
    grid-column: 1/-1;
  }
}
@media (max-aspect-ratio: 5/8) {
  .footer-links {
    gap: var(--sp-L);
  }
}

.footer-links h3 {
  font-size: var(--fs-M);
  font-weight: 600;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  margin-block-end: 0.5em;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 0.6;
}

.footer-agent {
  display: flex;
  flex-direction: column;
  gap: var(--sp-S);
}
@media (max-aspect-ratio: 5/8) {
  .footer-agent {
    gap: var(--sp-L);
  }
}

.agent-image {
  border-radius: var(--br-S);
  width: 70% !important;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  flex-grow: 1;
}

.agent-details {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.agent-name {
  font-weight: 600;
  font-size: var(--fs-M);
}

.agent-agency {
  font-size: var(--fs-S);
  font-weight: 600;
  opacity: 0.8;
}

.agent-contact {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0;
}

.agent-contact li {
  margin-bottom: 0.25em;
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.agent-contact a {
  color: inherit;
  text-decoration: none;
}

.agent-contact a:hover {
  text-decoration: underline;
}

.home-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-L);
  align-items: start;
  margin: 0;
}
.home-highlights-heading {
  display: flex;
  gap: 0.5em;
  color: #756853;
}
.home-highlights-heading h3 {
  font-size: var(--fs-S1);
  font-weight: 600;
}
@media (pointer: coarse) and (min-width: 768px) {
  .home-highlights {
    /* flatten desktop grid structure */
    /* TEXT COLUMN (left) */
    /* IMAGE COLUMN (right) */
    /* Remove last spacing */
  }
  .home-highlights .home-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-XL);
  }
  .home-highlights .desktopContent,
  .home-highlights .desktopPhotos,
  .home-highlights .left,
  .home-highlights .right {
    display: contents;
  }
  .home-highlights .desktopContentSection {
    grid-column: 1;
    grid-row: var(--i); /* ← PAIR WITH IMAGE */
    margin-block-end: 0;
    display: grid;
    gap: 1em;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .home-highlights .desktopPhoto {
    grid-column: 2;
    grid-row: var(--i); /* ← PAIR WITH TEXT */
    opacity: 1 !important;
    position: relative;
    margin-block-end: 0;
  }
  .home-highlights .desktopPhoto:last-child,
  .home-highlights .desktopContentSection:last-child {
    margin-block-end: 0;
  }
}
@media (max-aspect-ratio: 5/8) {
  .home-highlights {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .home-highlights .desktopContent,
  .home-highlights .desktopPhotos,
  .home-highlights .left,
  .home-highlights .right {
    display: contents;
  }
  .home-highlights .desktopContentSection {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: var(--sp-L);
    order: calc(var(--i) * 2);
    margin-block-end: var(--sp-L);
  }
  .home-highlights .desktopContentSection:last-child {
    margin-block-end: 0;
  }
  .home-highlights .desktopPhoto {
    position: relative;
    opacity: 1;
    order: calc(var(--i) * 2 - 1);
  }
}

.left {
  grid-column: 1;
}

.right {
  grid-column: 2;
  min-height: 100vh;
  height: auto;
  display: block;
  overflow: visible;
}

.desktopContentSection {
  min-height: 100vh; /* ensures enough scroll distance */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--sp-S);
  max-width: 40ch;
}
.desktopContentSection h2 {
  font-size: var(--fs-L1);
  text-box-edge: cap alphabetic;
}

.desktopPhotos {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.desktopPhoto {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: grid;
  align-items: center;
}

.desktopPhoto img,
.desktopPhoto video,
.desktopPhoto iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: var(--br-S);
}

:root {
  --dot: 1.2rem;
}

.hotspot-section {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (max-aspect-ratio: 5/8) {
  .hotspot-section {
    padding-inline: 0;
    padding-block: 0;
    width: 100%;
  }
}

.hotspot-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  isolation: isolate;
}
.hotspot-image-wrapper img {
  border-radius: var(--br-S);
}
.hotspot-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--br-S);
  background: linear-gradient(to bottom, color-mix(in srgb, var(--fg) 40%, transparent), transparent 50%);
  pointer-events: none;
  z-index: 1;
}
@media (max-aspect-ratio: 5/8) {
  .hotspot-image-wrapper::before {
    display: none;
  }
}
@media (max-aspect-ratio: 5/8) {
  .hotspot-image-wrapper {
    background: var(--bg);
    display: grid;
    grid-template-rows: [heading-start] auto [heading-end popover-start] auto [popover-end image-start] auto [image-end];
    gap: calc(var(--sp-L) * 2);
  }
}

.hotspot-base-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--br-M);
}
@media (max-aspect-ratio: 5/8) {
  .hotspot-markers {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 70vw;
    grid-template-rows: auto 1fr auto;
    gap: var(--sp-M);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    padding-inline: var(--sp-L);
    scrollbar-width: none;
  }
}

.hotspot-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
.hotspot-marker.active-marker {
  z-index: 50;
}
@media (max-aspect-ratio: 5/8) {
  .hotspot-marker {
    position: static;
    transform: none;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}

.hotspot-button {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-aspect-ratio: 5/8) {
  .hotspot-button {
    display: none;
  }
}

.hotspot-dot {
  width: var(--dot);
  height: var(--dot);
  background: white;
  border-radius: 50%;
  transition: transform 0.5s ease;
  animation: pulse 3s infinite normal forwards;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--bg) 100%, transparent);
  }
  100% {
    box-shadow: 0 0 0 var(--dot) color-mix(in srgb, var(--bg) 0%, transparent);
  }
}
.hotspot-button:hover .hotspot-dot,
.hotspot-button:focus .hotspot-dot {
  transform: scale(1.5);
}

.hotspot-popover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: var(--bg);
  color: var(--fg);
  border: 1px solid color-mix(in srgb, var(--fg) 20%, transparent);
  padding: 1rem;
  border-radius: var(--br-S);
  width: 300px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 5;
  -webkit-backdrop-filter: blur(15px) brightness(0.9);
          backdrop-filter: blur(15px) brightness(0.9);
  display: flex;
  flex-direction: column;
  gap: 1em;
  z-index: 20;
  text-box-edge: ex alphabetic;
  text-box-trim: trim-both;
}
@media (max-aspect-ratio: 1/1) {
  .hotspot-popover {
    width: 250px;
  }
}
@media (max-aspect-ratio: 5/8) {
  .hotspot-popover {
    grid-row: popover;
    position: static;
    opacity: 1;
    transform: none;
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: var(--sp-M);
    padding: var(--sp-M);
    background: var(--bg);
    color: var(--fg);
  }
  .hotspot-popover p {
    font-size: 0.9rem;
  }
  .hotspot-popover img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hotspot-popover.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -110%);
}

.hotspot-popover.flip-down {
  transform: translate(-50%, 0);
  top: calc(1rem + var(--dot));
}

.hotspot-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--sp-M);
  text-align: center;
  color: var(--bg);
  margin-inline: auto;
  pointer-events: none;
  z-index: 5;
}
.hotspot-caption h2 {
  font-size: var(--fs-L1);
  max-width: 30ch;
  text-wrap: pretty;
}
@media (max-aspect-ratio: 5/8) {
  .hotspot-caption {
    display: grid;
    gap: var(--sp-M);
    grid-row: heading;
    position: relative;
    padding-inline: var(--sp-L);
    padding-block: 0;
    text-align: left;
    color: var(--fg);
  }
  .hotspot-caption h2 {
    font-size: var(--fs-L2);
  }
  .hotspot-caption .intro {
    margin-block: 0;
    display: none;
  }
}

.mobile-nav-wrapper {
  position: relative;
  z-index: 999;
  background: var(--fg);
  font-size: var(--fs-nav);
}
@media (max-aspect-ratio: 1/1) {
  .mobile-nav-wrapper {
    display: block;
  }
}
.mobile-nav-wrapper .nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: var(--sp-M);
  padding-block: var(--sp-S);
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: var(--fg);
  display: grid;
  grid-template-columns: [logo-start] 15% [logo-end message-start] 1fr [message-end button-start] 15% [button-end];
  gap: var(--sp-S);
}
@media (max-aspect-ratio: 1/1) {
  .mobile-nav-wrapper .nav-header {
    grid-template-columns: [logo-start] 25% [logo-end message-start] 1fr [message-end button-start] 25% [button-end];
    padding-block: var(--sp-M);
  }
}
@media (max-aspect-ratio: 5/8) {
  .mobile-nav-wrapper .nav-header {
    padding-block: var(--sp-L);
  }
}
.mobile-nav-wrapper .nav-message {
  color: var(--bg);
  grid-column: message;
  text-align: center;
}
.mobile-nav-wrapper .nav-message h3 {
  font-weight: 400;
  font-size: var(--fs-M);
}
.mobile-nav-wrapper .nav-message a {
  color: inherit;
}
@media (max-aspect-ratio: 1/1) {
  .mobile-nav-wrapper .nav-message {
    display: none;
  }
}
.mobile-nav-wrapper .nav-contact {
  font-family: var(--ff-sans);
  font-size: var(--fs-M);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  gap: var(--sp-M);
}
.mobile-nav-wrapper .nav-contact a {
  color: var(--bg);
  text-decoration: none;
}
@media (max-aspect-ratio: 5/8) {
  .mobile-nav-wrapper .nav-contact {
    margin-block-end: var(--sp-L);
  }
}
.mobile-nav-wrapper .logo-link {
  display: inline-block;
  max-width: 140px;
}
.mobile-nav-wrapper .logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: 140px;
}
.mobile-nav-wrapper .burger {
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.5rem;
  aspect-ratio: 4/3;
  cursor: pointer;
  z-index: 3;
  grid-column: button;
  justify-self: flex-end;
  align-items: center;
}
@media (max-aspect-ratio: 5/8) {
  .mobile-nav-wrapper .burger {
    width: 1.25rem;
  }
}
.mobile-nav-wrapper .burger .burger-line {
  width: 100%;
  height: 2px;
  background: var(--bg, white);
  transition: all 0.3s ease;
}
.mobile-nav-wrapper .burger.open .burger-line:nth-child(1) {
  width: 0;
}
.mobile-nav-wrapper .burger.open .burger-line:nth-child(3) {
  width: 0;
}
.mobile-nav-wrapper .nav-menu {
  position: fixed;
  width: 100%;
  height: 100dvh;
  display: grid;
  grid-template-rows: 1fr max-content;
  align-items: center;
  background: var(--fg);
  padding: var(--sp-M);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.8s ease;
  z-index: 1;
  font-family: var(--ff-serif);
  letter-spacing: 0.03em;
}
@media (max-aspect-ratio: 1/1) {
  .mobile-nav-wrapper .nav-menu {
    padding-block: var(--sp-L);
  }
}
.mobile-nav-wrapper .nav-menu.open {
  clip-path: inset(0 0 0 0);
}
.mobile-nav-wrapper .nav-menu .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.mobile-nav-wrapper .nav-menu .nav-list li {
  width: 100%;
  text-box-edge: ex alphabetic;
  text-box-trim: trim-both;
}
.mobile-nav-wrapper .nav-menu .nav-list li a {
  color: var(--bg);
  text-decoration: none;
  transition: opacity 0.5s ease;
}
.mobile-nav-wrapper .nav-menu .nav-list li a:hover {
  opacity: 0.6;
}
.mobile-nav-wrapper .nav-menu .nav-list .nav-dropdown-trigger {
  display: block;
  text-align: left;
}
.mobile-nav-wrapper .nav-menu .nav-list .nav-dropdown-menu {
  opacity: 0.7;
  padding-block-start: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
@media (max-aspect-ratio: 5/8) {
  .mobile-nav-wrapper .nav-menu .nav-list .nav-dropdown-menu {
    gap: 0.6em;
  }
}
.mobile-nav-wrapper .nav-menu .nav-list .nav-dropdown-menu li a {
  font-weight: 400;
  color: var(--bg);
  font-family: var(--ff-sans);
  font-size: var(--fs-M1);
}
.mobile-nav-wrapper .nav-menu .nav-list .is-phone a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-nav-wrapper .nav-menu .nav-list .is-phone .is-phone-label {
  font-size: var(--fs-nav);
  font-weight: 700;
  letter-spacing: var(--ls-L);
}
.mobile-nav-wrapper .nav-menu .nav-list .is-phone .is-phone-number {
  font-size: var(--fs-S);
  font-weight: 700;
}

.section:not(.home-text):nth-of-type(odd) {
  background-color: var(--light-neutral);
  padding-block: var(--sp-L);
}
@media (max-aspect-ratio: 1/1) {
  .section:not(.home-text):nth-of-type(odd) .column-left {
    grid-row: middle;
  }
  .section:not(.home-text):nth-of-type(odd) .column-right {
    grid-row: top;
  }
}
@media (max-aspect-ratio: 5/8) {
  .section:not(.home-text):nth-of-type(odd) {
    padding-block: calc(var(--sp-L) * 2);
  }
}

section {
  min-height: -moz-max-content;
  min-height: max-content;
  position: relative;
  isolation: isolate;
  background-color: var(--bg);
  color: var(--fg);
  padding-inline: var(--sp-L);
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.bg-video:after {
  position: absolute;
  content: "";
  background-color: rbga(0, 0, 0, 0.5);
  inset: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.column-left {
  display: grid;
  grid-template-rows: subgrid;
  gap: var(--sp-M);
  grid-column: 1;
}
.column-left img {
  border-radius: var(--br-S);
}
@media (max-aspect-ratio: 1/1) {
  .column-left {
    grid-row: top;
    grid-column: 1;
    order: 1;
  }
}
.column-left-blocks {
  display: grid;
  grid-template-rows: auto;
  gap: var(--sp-M);
}
.column-right {
  grid-row: 1/-1;
  grid-column: 2;
}
.column-right img {
  border-radius: var(--br-S);
}
@media (max-aspect-ratio: 1/1) {
  .column-right {
    grid-row: middle;
    grid-column: 1;
    order: 2;
  }
}

.home-text {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-wrap: balance;
}
.home-text h2 {
  font-size: calc(var(--fs-L1) * 1.05);
}

.enquire-contact:has(.footer-agent) .footer-agent {
  order: 2;
}

.fade-slider {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  height: var(--features-visual);
}
.fade-slider.inset {
  padding-inline: var(--sp-L);
  padding-block-end: var(--sp-L);
  margin-block-end: calc(var(--sp-L) * -1);
  margin-block-start: 0;
  height: calc(70vh + var(--sp-L));
  overflow: visible;
}
@media (max-aspect-ratio: 5/8) {
  .fade-slider.inset {
    margin-block-end: 0;
  }
  .fade-slider.inset .pagination {
    bottom: 0;
  }
}
@media (max-aspect-ratio: 5/8) {
  .fade-slider.full .pagination {
    bottom: calc(var(--sp-L) * 1);
  }
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slides-clip {
  overflow: hidden;
  border-radius: var(--br-S);
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  z-index: 0;
  filter: brightness(0.8);
  will-change: opacity, transform;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.fade-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pagination {
  position: absolute;
  bottom: calc(var(--sp-L) / 2);
  left: 50%;
  display: flex;
  gap: 1rem;
  transform: translateX(-50%);
  z-index: 5;
}
.pagination.hidden {
  display: none;
}

.video-section {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  isolation: isolate;
  color: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: calc(var(--sp-L) * 2);
}
.video-section:has(.video-overlay) {
  height: 100vh;
}
.video-section:has(.video-overlay) .background-video {
  filter: brightness(0.8);
}

/* --- YouTube Embed --- */
.youtube-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.youtube-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* Maintain 16:9 ratio */
  min-height: 100%;
  min-width: 177.78vh; /* 100 * 16/9 */
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

/* --- Local Video --- */
.background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
/* --- Overlay Text --- */
.video-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-inline: var(--sp-L);
  opacity: 1;
  display: grid;
  justify-items: center;
}
@media (max-aspect-ratio: 5/8) {
  .video-overlay {
    padding: 0;
    text-align: left;
  }
}
.video-overlay h1 {
  font-weight: 500;
  font-family: var(--ff-serif);
  font-size: var(--fs-L2);
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
          hyphens: none;
  text-wrap: pretty;
  max-width: 27ch;
}
.video-overlay h2 {
  font-weight: 500;
  font-family: var(--ff-serif);
  font-size: var(--fs-L1);
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
          hyphens: none;
  text-wrap: pretty;
}
.video-overlay .intro {
  max-width: 55ch;
  text-wrap: pretty;
}

/* --- Text Position Variants --- */
.video-section.text-top {
  align-items: flex-start;
  padding-top: 10vh;
}

.video-section.text-middle {
  align-items: center;
}
.video-section.text-bottom {
  align-items: flex-end;
  padding-bottom: 10vh;
}/*# sourceMappingURL=styles.css.map */