@font-face {
  font-family: "Amino";
  src: url("../fonts/amino-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Amino";
  src: url("../fonts/amino-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Amino";
  src: url("../fonts/amino-medium-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "Rude";
  src: url("../fonts/rude-book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rude";
  src: url("../fonts/rude-extra-bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Meat Ball";
  src: url("../fonts/meat-ball.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Quentin";
  src: url("../fonts/quentin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --rt-accent: #0f766e;
  --rt-accent-strong: #0b4f4a;
  --nalu-font-display: "Amino", system-ui, sans-serif;
  --nalu-font-body: "Rude", system-ui, sans-serif;
  --nalu-font-fun: "Meat Ball", "Rude", system-ui, sans-serif;
  --nalu-font-script: "Quentin", "Amino", cursive;
  --nalu-cream: #fffdf6;
  --nalu-orange: #f28622;
  --nalu-teal: #1a5e6f;
  --nalu-aqua: #76b8b7;
}

body {
  font-family: var(--nalu-font-body);
  font-synthesis: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-branding {
  font-family: var(--nalu-font-display);
}

.nalu-design-active {
  margin: 0;
  background: #f6efe4;
}

.nalu-design-active .site-header,
.nalu-design-active .site-footer,
.nalu-design-active .entry-header,
body:has(.nalu-design) .site-header,
body:has(.nalu-design) .site-footer,
body:has(.nalu-design) .entry-header {
  display: none;
}

.nalu-design-active .site-main,
.nalu-design-active .entry,
.nalu-design-active .entry-content,
body:has(.nalu-design) .site-main,
body:has(.nalu-design) .entry,
body:has(.nalu-design) .entry-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.nalu-design {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #f6efe4;
}

.nalu-design__stage {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 0;
}

.nalu-design__svg {
  display: block;
  width: 100%;
  height: auto;
}

.nalu-design__links {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nalu-design__links a {
  pointer-events: auto;
  cursor: pointer;
}

.nalu-design__links rect {
  fill: transparent;
}

.nalu-real-active {
  color: #171717;
  background: var(--nalu-cream);
}

.nalu-real-active .site-main {
  overflow: hidden;
}

.nalu-real-active .entry-content > .nalu-hero,
.nalu-real-active .entry-content > .nalu-cta,
.nalu-real-active .entry-content > .nalu-real-footer {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.nalu-real-active .entry-content > .nalu-home-intro,
.nalu-real-active .entry-content > .nalu-home-video,
.nalu-real-active .entry-content > .nalu-home-program,
.nalu-real-active .entry-content > .nalu-home-benefits,
.nalu-real-active .entry-content > .nalu-home-experiences,
.nalu-real-active .entry-content > .nalu-home-testimonials,
.nalu-real-active .entry-content > .nalu-home-cta,
.nalu-real-active .entry-content > .nalu-home-full,
.nalu-real-active .entry-content > .nalu-booking-page {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.nalu-real-active .entry-content > .nalu-section,
.nalu-real-active .entry-content > .nalu-gallery-feature {
  max-width: min(1260px, calc(100vw - 48px)) !important;
}

.nalu-real-header {
  position: absolute;
  z-index: 5;
  top: clamp(18px, 1.82vw, 35px);
  left: 50%;
  transform: translateX(-50%);
  width: min(91vw, 1748px);
  height: clamp(106px, 9.9vw, 190px);
}

.nalu-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: clamp(78px, 7.4vw, 142px);
  text-decoration: none;
}

.nalu-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nalu-real-menu {
  position: absolute;
  top: clamp(37px, 2.86vw, 55px);
  left: clamp(180px, 13.55vw, 260px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 2.08vw, 40px);
  width: clamp(650px, 64.1vw, 1230px);
  min-height: clamp(43px, 4.12vw, 79px);
  padding: 0 clamp(36px, 3.85vw, 74px);
  background: var(--nalu-cream);
  border-radius: 999px;
  box-shadow: none;
}

.nalu-real-menu a,
.nalu-book {
  color: #8cadb2;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(13px, 1.25vw, 24px);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.nalu-real-menu a {
  transform: translateY(-1.5px);
}

.nalu-real-menu a.is-active,
.nalu-real-menu a:hover {
  font-weight: 800;
  color: var(--nalu-teal);
}

.nalu-book {
  position: absolute;
  top: clamp(37px, 2.86vw, 55px);
  left: auto;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(128px, 12.5vw, 240px);
  min-height: clamp(43px, 4.12vw, 79px);
  box-sizing: border-box;
  padding: 0 0 3px;
  color: #fff;
  background: var(--nalu-orange);
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(242, 134, 34, 0.22);
}

.nalu-hero {
  position: relative;
  min-height: 100vh;
  background: #111;
  overflow: hidden;
}

.nalu-hero > img,
.nalu-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-hero__shade,
.nalu-cta__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.28));
}

.nalu-hero__copy {
  position: relative;
  z-index: 2;
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(330px, 37vh, 560px);
  color: #fff;
}

.nalu-hero h1,
.nalu-cta h2 {
  max-width: 1200px;
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(48px, 5vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

.nalu-accent {
  color: var(--nalu-orange);
}

.nalu-line {
  display: block;
}

@media (min-width: 901px) {
  .nalu-hero .nalu-line,
  .nalu-cta .nalu-line,
  .nalu-section-title .nalu-line,
  .nalu-copy-block h2 .nalu-line,
  .nalu-copy-block .nalu-kicker .nalu-line,
  .nalu-centered > h2 .nalu-line,
  .nalu-centered > .nalu-kicker .nalu-line {
    white-space: nowrap;
  }

  .nalu-home-benefits p .nalu-line {
    white-space: nowrap;
  }
}

.nalu-hero p,
.nalu-cta p {
  margin: 26px 0 0;
  font-family: var(--nalu-font-body);
  font-size: clamp(25px, 2.4vw, 46px);
  line-height: 1.14;
}

.nalu-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 265px;
  min-height: 78px;
  margin-top: 150px;
  padding: 0 42px;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.nalu-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  margin-top: 34px;
  padding: 0 34px;
  border: 2px solid var(--nalu-orange);
  border-radius: 999px;
  color: #fff;
  background: var(--nalu-orange);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(242, 134, 34, 0.18);
}

.nalu-section {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(95px, 8vw, 160px) 0;
}

.nalu-centered {
  max-width: 620px;
  text-align: center;
}

.nalu-section h2 {
  margin: 0;
  font-family: var(--nalu-font-body);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 800;
  line-height: 1;
}

.nalu-kicker {
  margin: 12px 0 52px;
  font-family: var(--nalu-font-body);
  font-size: clamp(18px, 1.9vw, 30px);
}

.nalu-section p {
  font-family: var(--nalu-font-display);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.35;
}

.nalu-home-stage {
  position: relative;
  width: min(64.0625vw, calc(100vw - 48px));
  margin: 0 auto;
}

.nalu-home-hero {
  height: 56.25vw;
  max-height: 1080px;
  min-height: 0;
}

.nalu-home-hero > img {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 50%;
  transform: none;
}

.nalu-home-hero .nalu-hero__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.48)),
    rgba(0, 0, 0, 0.18);
}

.nalu-home-hero .nalu-hero__copy {
  width: min(64.0625vw, calc(100% - 48px));
  padding-top: 24.35vw;
}

.nalu-home-hero h1,
.nalu-home-cta h2 {
  font-family: var(--nalu-font-fun);
  font-size: clamp(44px, 4.642vw, 89.13px);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
}

.nalu-home-hero h1,
.nalu-home-hero p,
.nalu-home-hero .nalu-outline-button {
  text-shadow: none;
}

.nalu-home-hero .nalu-accent {
  color: var(--nalu-cream);
}

.nalu-home-hero .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-home-hero p,
.nalu-home-cta p {
  margin-top: .8vw;
  font-family: var(--nalu-font-body);
  font-size: clamp(22px, 2.321vw, 44.56px);
  line-height: 1.05;
}

.nalu-home-hero p {
  margin-top: 1.2vw;
  font-family: var(--nalu-font-script);
  font-size: clamp(28px, 3.15vw, 60px);
  font-weight: 400;
  line-height: 1;
}

.nalu-home-hero .nalu-outline-button,
.nalu-home-cta .nalu-outline-button {
  width: 19.01vw;
  min-width: 0;
  min-height: 4.26vw;
  margin-top: 7.1vw;
  padding: 0;
  border-width: 1px;
  font-size: clamp(13px, 1.41vw, 27.07px);
}

.nalu-home-intro,
.nalu-home-program,
.nalu-home-experiences {
  background: var(--nalu-cream);
}

.nalu-home-intro {
  position: relative;
  overflow: hidden;
  height: 54.375vw;
  padding: 14.75vw 0 0;
  box-sizing: border-box;
}

.nalu-home-intro .nalu-home-stage {
  display: grid;
  grid-template-columns: 25.7vw 41.7vw;
  column-gap: 6.06vw;
  align-items: start;
}

.nalu-home-intro__decor {
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  pointer-events: none;
}

.nalu-home-intro__decor--sun {
  top: 6.45vw;
  left: 10.1vw;
  width: 8.9vw;
}

.nalu-home-intro__decor--palm {
  top: 7.85vw;
  right: 8.45vw;
  width: 8.45vw;
}

.nalu-home-intro h2,
.nalu-home-benefits h2,
.nalu-home-testimonials h2 {
  margin: 0;
  font-family: var(--nalu-font-body);
  font-size: clamp(23px, 2.344vw, 45px);
  font-weight: 800;
  line-height: 1;
}

.nalu-home-intro h2 {
  color: var(--nalu-aqua);
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  text-transform: uppercase;
}

.nalu-home-section-title--large h2,
.nalu-home-benefits h2,
.nalu-home-benefits h3,
.nalu-home-experience-grid h3,
.nalu-home-testimonials h2,
.nalu-home-program h3,
.nalu-real-footer h3 {
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nalu-home-benefits h2 {
  font-size: clamp(30px, 2.86vw, 55px);
}

.nalu-home-benefits .nalu-home-section-title p {
  color: rgba(255, 253, 246, .72);
}

.nalu-home-intro .nalu-kicker,
.nalu-home-benefits .nalu-home-section-title p,
.nalu-home-testimonials .nalu-home-section-title p {
  margin: .8vw 0 3.1vw;
  font-family: var(--nalu-font-body);
  font-size: clamp(15px, 1.5625vw, 30px);
  line-height: 1.08;
}

.nalu-home-intro p,
.nalu-home-program p,
.nalu-home-program li,
.nalu-home-program__meta,
.nalu-home-program__note,
.nalu-home-benefits p,
.nalu-home-experience-grid p,
.nalu-home-testimonial-grid p {
  font-family: var(--nalu-font-display);
  font-weight: 300;
  font-size: clamp(10.5px, 1.031vw, 19.79px);
  line-height: 1.36;
}

.nalu-home-intro .nalu-primary-button,
.nalu-home-program .nalu-primary-button {
  width: 19.01vw;
  min-height: 4.26vw;
  margin-top: 3.3vw;
  padding: 0;
  border-width: 0;
  font-size: clamp(13px, 1.41vw, 27.07px);
  box-shadow: none;
}

.nalu-home-intro__media {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 31.3vw 9.4vw;
  gap: 1vw;
}

.nalu-home-intro__slide {
  overflow: hidden;
  border-radius: clamp(18px, 1.6vw, 31px);
}

.nalu-home-intro__media img {
  display: block;
  width: 100%;
  height: 26.2vw;
  object-fit: cover;
  object-position: 50% 54%;
  border-radius: inherit;
  box-shadow: none;
}

.nalu-home-intro__image-side {
  object-position: 52% 68%;
}

.nalu-home-intro__waves {
  position: absolute;
  left: -18.8vw;
  bottom: -8.15vw;
  width: 19.4vw;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.nalu-home-video {
  position: relative;
  height: 48.55vw;
  max-height: 932px;
  overflow: hidden;
  background: #141414;
}

.nalu-home-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.nalu-home-video img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 144.12vw;
  height: 67.45vw;
  max-width: none;
  object-fit: fill;
  filter: blur(3px);
  transform: translate(-1.88vw, 0) scale(.72);
  transform-origin: 0 0;
}

.nalu-home-video__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 4.9vw;
  height: 4.9vw;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.nalu-home-video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: .88vw solid transparent;
  border-bottom: .88vw solid transparent;
  border-left: 1.18vw solid var(--nalu-orange);
  transform: translate(-35%, -50%);
}

.nalu-home-program {
  position: relative;
  padding: 15.4vw 0 19.6vw;
  overflow: hidden;
  background:
    url("../img/icons/decor-sun.png") no-repeat calc(100% - 10.7vw) 9.35vw / 8.9vw auto,
    url("../img/icons/decor-board.png") no-repeat -5.2vw 12.9vw / 18.8vw auto,
    var(--nalu-cream);
}

.nalu-home-program::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -4.6vw;
  bottom: 11.9vw;
  width: 18.8vw;
  aspect-ratio: 351 / 293;
  background: url("../img/icons/decor-board.png") center / contain no-repeat;
  transform: scaleX(-1);
  pointer-events: none;
}

.nalu-home-program > .nalu-home-stage {
  z-index: 1;
}

.nalu-home-section-title {
  margin: 0;
}

.nalu-home-program .nalu-home-section-title {
  text-align: center;
}

.nalu-home-section-title--large h2 {
  margin: 0;
  color: var(--nalu-aqua);
  font-family: var(--nalu-font-fun);
  font-size: clamp(44px, 4.642vw, 89.13px);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
}

.nalu-home-section-title--large .nalu-deep {
  color: var(--nalu-teal);
}

.nalu-home-section-title--large p {
  margin: 1vw 0 0;
  font-family: var(--nalu-font-body);
  font-size: clamp(22px, 2.321vw, 44.56px);
  line-height: 1.05;
}

.nalu-home-tabs {
  display: flex;
  gap: .78vw;
  align-items: center;
  margin: 6.2vw 0 3.1vw;
}

.nalu-home-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.82vw;
  min-height: 2.92vw;
  padding: 0 1.34vw;
  border: 0;
  border-radius: 999px;
  color: rgba(26, 26, 26, 0.42);
  background: rgba(130, 188, 187, 0.28);
  font-family: var(--nalu-font-display);
  font-weight: 300;
  font-size: clamp(9px, .94vw, 18px);
  cursor: pointer;
}

.nalu-home-tabs .is-active {
  color: #fff;
  background: var(--nalu-orange);
}

.nalu-home-tab-panel[hidden] {
  display: none;
}

.nalu-home-program__body {
  display: grid;
  grid-template-columns: 27.6vw 1fr;
  column-gap: 6.8vw;
  align-items: start;
}

.nalu-home-program__copy {
  min-width: 0;
}

.nalu-home-program__meta {
  display: block;
  margin-bottom: .5vw;
  color: rgba(26, 26, 26, 0.34);
}

.nalu-home-program h3 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-size: clamp(21px, 2vw, 38px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.nalu-home-program h3 .nalu-line {
  white-space: nowrap;
}

.nalu-home-program h3 .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-home-program .nalu-kicker {
  margin: .7vw 0 3.2vw;
  font-family: var(--nalu-font-body);
  font-size: clamp(15px, 1.5625vw, 30px);
  line-height: 1.08;
}

.nalu-home-program ul {
  display: grid;
  gap: 1.34vw;
  margin: 3.5vw 0 0;
  padding: 0;
  list-style: none;
  font-style: italic;
  font-weight: 500;
}

.nalu-home-program li {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 2.15vw;
  line-height: 1.3;
  overflow-wrap: break-word;
  white-space: normal;
}

.nalu-home-program li::before {
  content: "";
  position: absolute;
  top: .1vw;
  left: 0;
  width: 1.02vw;
  height: 1.02vw;
  border: 1px solid var(--nalu-orange);
  border-radius: 50%;
}

.nalu-home-program li::after {
  content: "";
  position: absolute;
  top: .36vw;
  left: .27vw;
  width: .43vw;
  height: .24vw;
  border-left: 1px solid var(--nalu-orange);
  border-bottom: 1px solid var(--nalu-orange);
  transform: rotate(-45deg);
}

.nalu-home-program strong {
  display: block;
  margin-top: 3.7vw;
  font-family: var(--nalu-font-body);
  font-size: clamp(24px, 2.344vw, 45px);
  line-height: 1;
}

.nalu-home-program__note {
  display: block;
  margin-top: 1vw;
  color: rgba(26, 26, 26, 0.4);
}

.nalu-home-program__media {
  position: relative;
  display: block;
  width: 47.5vw;
  padding-top: 10.4vw;
}

.nalu-home-program__media .nalu-home-carousel__viewport {
  overflow: hidden;
}

.nalu-home-program__media .nalu-home-carousel__track {
  --nalu-carousel-gap: 1.36vw;
}

.nalu-home-program__media-slide {
  display: block;
  flex: 0 0 32.24vw;
  margin: 0;
}

.nalu-home-program__media img {
  display: block;
  width: 100%;
  aspect-ratio: 619 / 514;
  object-fit: cover;
  object-position: 50% 92%;
  border-radius: 2.6vw;
  box-shadow: none;
}

.nalu-home-carousel {
  position: relative;
}

.nalu-home-carousel__viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.nalu-home-carousel__track {
  display: flex;
  gap: var(--nalu-carousel-gap, 0);
  transition: transform .5s ease;
  transform: none;
  will-change: transform;
}

.nalu-home-carousel__viewport:active,
[data-nalu-carousel].is-dragging {
  cursor: grabbing;
}

.nalu-home-carousel__track.is-dragging {
  transition: none !important;
  cursor: grabbing;
}

.nalu-home-carousel__track img {
  -webkit-user-drag: none;
  user-drag: none;
}

.nalu-home-benefits {
  position: relative;
  overflow: hidden;
  min-height: 54.17vw;
  box-sizing: border-box;
  padding: 5.05vw 0 10.1vw;
  color: #fff;
  background: var(--nalu-teal);
}

.nalu-home-benefits::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 13.55vw;
  background-image: url("../img/pdf/benefit-wave-bottom-202607.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.nalu-home-benefits__waves {
  position: absolute;
  z-index: 1;
  top: 4.9vw;
  display: block;
  width: 20vw;
  height: auto;
}

.nalu-home-benefits .nalu-home-stage {
  position: relative;
  z-index: 1;
  width: min(73vw, calc(100vw - 48px));
}

.nalu-home-benefits__waves--left {
  left: 6.8vw;
}

.nalu-home-benefits__waves--right {
  right: 6.8vw;
}

.nalu-home-benefits .nalu-home-section-title,
.nalu-home-experiences .nalu-home-section-title,
.nalu-home-testimonials .nalu-home-section-title {
  text-align: center;
}

.nalu-home-benefits .nalu-home-section-title {
  margin-bottom: 5.9vw;
}

.nalu-home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.5vw;
}

.nalu-home-benefits article {
  text-align: center;
}

.nalu-home-benefits__icon {
  display: block;
  width: 6.75vw;
  height: auto;
  margin: 0 auto 2vw;
}

.nalu-home-benefits h3,
.nalu-home-experience-grid h3,
.nalu-home-testimonial-grid h3 {
  margin: 0;
  font-family: var(--nalu-font-body);
  font-size: clamp(16px, 1.406vw, 27px);
  font-weight: 800;
  line-height: 1;
}

.nalu-home-benefits h3 {
  color: var(--nalu-cream);
  font-family: var(--nalu-font-fun);
  font-size: clamp(20px, 1.95vw, 37px);
  font-weight: 400;
  text-transform: uppercase;
}

.nalu-home-benefits p {
  margin-top: 1.2vw;
  color: rgba(255, 253, 246, 0.56);
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(10.5px, 1.03vw, 19.8px);
  line-height: 1.34;
}

.nalu-home-experiences {
  padding: 5.9vw 0 32.1vw;
}

.nalu-home-experiences .nalu-home-section-title {
  margin-bottom: 5.4vw;
}

.nalu-home-experiences__wrap {
  position: relative;
}

.nalu-home-experiences__wrap::after {
  content: "";
  display: block;
  width: 16.2vw;
  aspect-ratio: 274 / 230;
  margin: 3.1vw auto 0;
  background-image: url("../img/icons/decor-van.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.nalu-home-experience-grid {
  --nalu-carousel-gap: .86vw;
  --nalu-visible: 3;
  display: flex;
  gap: var(--nalu-carousel-gap);
}

.nalu-home-experience-grid article {
  flex: 0 0 calc((100% - (var(--nalu-carousel-gap) * 2)) / 3);
  overflow: hidden;
  background: #d8eeeb;
  border-radius: 3.2vw;
  box-shadow: none;
}

.nalu-home-experience-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.86 / 1;
  object-fit: cover;
}

.nalu-home-experience-grid h3,
.nalu-home-experience-grid p,
.nalu-home-experience-grid strong {
  margin-left: 2vw;
  margin-right: 2vw;
}

.nalu-home-experience-grid h3 {
  margin-top: 1.65vw;
}

.nalu-home-experience-grid p {
  margin-top: 1vw;
  min-height: 4.8vw;
  color: rgba(26, 26, 26, 0.68);
}

.nalu-home-experience-grid strong {
  display: block;
  margin-top: 2.1vw;
  font-family: var(--nalu-font-body);
  font-size: clamp(18px, 1.875vw, 36px);
  line-height: 1;
}

.nalu-home-experience-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.2vw;
  margin: 2.1vw .9vw 1vw;
  color: #fff;
  background: var(--nalu-orange);
  border-radius: 999px;
  font-family: var(--nalu-font-body);
  font-size: clamp(13px, 1.41vw, 27.07px);
  font-weight: 800;
  text-decoration: none;
}

.nalu-home-arrow {
  position: absolute;
  top: 44%;
  width: clamp(38px, 3vw, 58px);
  height: clamp(38px, 3vw, 58px);
  padding: 0;
  border: 2px solid var(--nalu-teal);
  border-radius: 50%;
  background: var(--nalu-cream);
  color: var(--nalu-teal);
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color .25s ease, transform .25s ease;
}

.nalu-home-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58%;
  height: 58%;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M21 11 12 20l9 9M12 20h16' stroke='%231a5e6f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
}

.nalu-home-arrow:hover {
  background: #edf7f4;
}

.nalu-home-arrow:focus-visible {
  outline: 3px solid rgba(26, 94, 111, .24);
  outline-offset: 3px;
}

.nalu-home-arrow--prev {
  left: -4.9vw;
}

.nalu-home-arrow--next {
  right: -4.9vw;
}

.nalu-home-arrow--next::before {
  transform: translate(-50%, -50%) scaleX(-1);
}

.nalu-home-testimonials {
  padding: 6vw 0 25.8vw;
  background: var(--nalu-cream);
}

.nalu-home-testimonials .nalu-home-section-title {
  margin-bottom: 4.4vw;
}

.nalu-home-testimonial-grid {
  --nalu-carousel-gap: 1.9vw;
  --nalu-visible: 2;
  display: flex;
  gap: var(--nalu-carousel-gap);
}

.nalu-home-testimonial-grid article {
  flex: 0 0 calc((100% - var(--nalu-carousel-gap)) / 2);
  min-height: 17.8vw;
  padding: 4.1vw 4.1vw 2.9vw;
  background: #d8eeeb;
  border-radius: 3.2vw;
  box-shadow: none;
}

.nalu-home-stars {
  margin-bottom: 3.1vw;
  color: var(--nalu-orange);
  font-family: Arial, sans-serif;
  font-size: clamp(13px, 1.28vw, 24px);
  letter-spacing: .08em;
}

.nalu-home-testimonial-grid p {
  color: rgba(26, 26, 26, 0.6);
  line-height: 1.42;
}

.nalu-home-testimonial-grid h3 {
  margin-top: 2.6vw;
}

.nalu-home-dots {
  display: flex;
  justify-content: center;
  gap: .25vw;
  margin-top: 3vw;
}

.nalu-home-dots span,
.nalu-home-dots button {
  width: .58vw;
  height: .58vw;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(242, 134, 34, 0.32);
  cursor: pointer;
}

.nalu-home-dots span:first-child,
.nalu-home-dots button.is-active {
  background: var(--nalu-orange);
}

.nalu-home-cta {
  position: relative;
  height: 54.4vw;
  max-height: 1045px;
  overflow: hidden;
  color: #fff;
  background: #fff;
}

.nalu-home-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 8.15vw;
  bottom: 0;
  background-image: url("/wp-content/themes/nalu/assets/img/home/cta-202607.webp?v=20260717-1");
  background-size: cover;
  background-position: center 45%;
}

.nalu-home-cta__ghost {
  position: absolute;
  top: .7vw;
  left: 50%;
  width: 100vw;
  color: #eef3f3;
  font-family: var(--nalu-font-body);
  font-size: 7.25vw;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.nalu-home-cta > img {
  display: none;
}

.nalu-home-cta .nalu-cta__shade {
  display: none;
}

.nalu-home-cta .nalu-home-stage {
  z-index: 2;
}

.nalu-home-cta .nalu-cta__copy {
  width: auto;
  padding-top: 17vw;
}

.nalu-home-cta + .nalu-real-footer {
  z-index: 3;
  margin-top: -8.8vw;
  min-height: clamp(605px, 68.7vw, 1319px);
}

.nalu-home-cta + .nalu-real-footer .nalu-footer__inner {
  height: clamp(605px, 68.7vw, 1319px);
}

.nalu-about-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--nalu-cream);
}

.nalu-about-stage {
  position: relative;
  width: min(1280px, 66.67vw);
  margin: 0 auto;
}

.nalu-about-page .nalu-line {
  white-space: nowrap;
}

.nalu-about-page .nalu-soft {
  color: var(--nalu-aqua);
}

.nalu-about-page .nalu-deep {
  color: var(--nalu-teal);
}

.nalu-about-hero {
  min-height: 56.25vw;
  max-height: 1080px;
}

.nalu-about-hero > img {
  object-position: center center;
}

.nalu-about-hero .nalu-hero__shade {
  background: rgba(0, 0, 0, 0.43);
}

.nalu-about-hero .nalu-hero__copy {
  width: min(1280px, 66.67vw);
  padding-top: 24.25vw;
  text-shadow: 0 6px 12px rgba(0, 0, 0, .22);
}

.nalu-about-hero h1 {
  font-size: clamp(42px, 5.25vw, 101px);
  line-height: .97;
}

.nalu-about-hero .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-about-hero p {
  margin-top: clamp(14px, 1.45vw, 28px);
  font-family: var(--nalu-font-script);
  font-size: clamp(28px, 3.05vw, 58px);
  line-height: 1;
}

.nalu-about-hero .nalu-outline-button {
  min-width: clamp(196px, 19vw, 365px);
  min-height: clamp(44px, 4.25vw, 82px);
  margin-top: clamp(78px, 7.7vw, 148px);
  font-size: clamp(14px, 1.18vw, 23px);
}

.nalu-about-intro {
  position: relative;
  min-height: 56.25vw;
  max-height: 1080px;
  padding-top: clamp(120px, 14.8vw, 284px);
  box-sizing: border-box;
  color: #858585;
}

.nalu-about-decor {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.nalu-about-decor--shell {
  top: clamp(54px, 5.6vw, 108px);
  left: clamp(54px, 5.7vw, 110px);
  width: clamp(84px, 9.1vw, 175px);
}

.nalu-about-decor--palm {
  top: clamp(34px, 3vw, 58px);
  right: clamp(42px, 5.1vw, 98px);
  width: clamp(108px, 11.8vw, 226px);
  opacity: .36;
}

.nalu-about-decor--birds {
  top: clamp(77px, 8vw, 154px);
  right: clamp(215px, 23vw, 442px);
  width: clamp(36px, 4vw, 77px);
}

.nalu-about-decor--shell-swirl {
  left: 46.7vw;
  bottom: 3.2vw;
  width: clamp(76px, 8vw, 154px);
  opacity: .65;
}

.nalu-about-intro__grid {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(290px, .76fr) minmax(420px, 1fr);
  gap: clamp(62px, 6.2vw, 119px);
  align-items: start;
}

.nalu-about-intro__copy {
  padding-top: clamp(28px, 2.25vw, 43px);
}

.nalu-about-intro h2,
.nalu-about-section-title h2,
.nalu-about-mission h2,
.nalu-about-cta h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nalu-about-intro h2,
.nalu-about-section-title h2 {
  font-size: clamp(29px, 2.78vw, 53px);
  line-height: .95;
}

.nalu-about-kicker,
.nalu-about-section-title p {
  margin: clamp(8px, .8vw, 15px) 0 0;
  color: #424242;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(17px, 1.62vw, 31px);
  line-height: 1.1;
}

.nalu-about-kicker a {
  margin-left: .25em;
  color: rgba(255, 253, 246, .9);
  font-size: clamp(13px, 1.18vw, 23px);
  text-transform: uppercase;
  text-decoration: none;
}

.nalu-about-intro p:not(.nalu-about-kicker) {
  max-width: 560px;
  margin: clamp(58px, 5.55vw, 106px) 0 0;
  color: #858585;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(14px, 1.08vw, 20.8px);
  line-height: 1.42;
}

.nalu-about-intro p:not(.nalu-about-kicker) + p {
  margin-top: clamp(26px, 2.3vw, 44px);
}

.nalu-about-intro__media {
  position: relative;
  display: flex;
  gap: clamp(18px, 1.45vw, 28px);
  width: min(59vw, 1132px);
}

.nalu-about-intro__photo {
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(18px, 1.6vw, 31px);
  box-shadow: 10px 18px 22px rgba(0, 0, 0, .16);
}

.nalu-about-intro__photo--main {
  width: clamp(320px, 31.6vw, 607px);
  aspect-ratio: 607 / 515;
}

.nalu-about-intro__photo--side {
  width: clamp(230px, 23vw, 442px);
  aspect-ratio: 442 / 515;
}

.nalu-about-intro__photo img,
.nalu-about-mission > img,
.nalu-about-crew-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-about-mission {
  position: relative;
  height: 44.8vw;
  max-height: 860px;
  min-height: 340px;
  overflow: hidden;
  color: #fff;
}

.nalu-about-mission > img {
  position: absolute;
  inset: 0;
  object-position: center 72%;
}

.nalu-about-mission__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
}

.nalu-about-mission__copy {
  position: relative;
  z-index: 1;
  width: min(1280px, 66.67vw);
  margin: 0 auto;
  padding-top: clamp(142px, 8.2vw, 158px);
  text-shadow: 0 5px 12px rgba(0, 0, 0, .2);
}

.nalu-about-mission h2 {
  font-size: clamp(47px, 5.05vw, 97px);
  line-height: .9;
}

.nalu-about-mission .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-about-mission p {
  margin: clamp(16px, 1.4vw, 27px) 0 0;
  font-family: var(--nalu-font-script);
  font-size: clamp(34px, 3.4vw, 65px);
  line-height: .96;
}

.nalu-about-crew {
  position: relative;
  min-height: 106.3vw;
  max-height: 2041px;
  padding-top: clamp(184px, 18.3vw, 352px);
  box-sizing: border-box;
}

.nalu-about-decor--board-left {
  top: clamp(142px, 13.9vw, 267px);
  left: -5.2vw;
  width: clamp(160px, 18.8vw, 360px);
  opacity: .58;
}

.nalu-about-decor--sun {
  top: clamp(145px, 14.6vw, 281px);
  right: clamp(45px, 5.9vw, 113px);
  width: clamp(105px, 11.4vw, 219px);
}

.nalu-about-decor--board-right {
  right: -7.2vw;
  bottom: clamp(110px, 10.3vw, 198px);
  width: clamp(185px, 21.5vw, 413px);
  opacity: .58;
  scale: -1 1;
}

.nalu-about-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.nalu-about-crew__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(21px, 2vw, 38px) clamp(18px, 1.7vw, 33px);
  width: min(962px, 50.2vw);
  margin: clamp(96px, 8.7vw, 167px) auto 0;
}

.nalu-about-crew-card {
  position: relative;
  aspect-ratio: 306 / 459;
  overflow: hidden;
  border-radius: clamp(16px, 1.65vw, 32px);
  background: #dce8e8;
  box-shadow: 0 8px 13px rgba(0, 0, 0, .2);
}

.nalu-about-crew-card__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(16px, 1.65vw, 32px) clamp(19px, 2vw, 38px) clamp(18px, 1.65vw, 32px);
  color: #fff;
  background: rgba(36, 36, 36, .55);
}

.nalu-about-crew-card h3 {
  margin: 0 0 clamp(6px, .55vw, 11px);
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(18px, 1.48vw, 28px);
  line-height: 1;
  text-transform: uppercase;
}

.nalu-about-crew-card p {
  margin: 0;
  color: #fff;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, .96vw, 18.5px);
  line-height: 1.25;
}

.nalu-about-show-more {
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
  margin: clamp(62px, 6.1vw, 117px) auto 0;
  color: #9b9b9b;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1vw, 19px);
  text-decoration: none;
}

.nalu-about-benefits {
  position: relative;
  min-height: 52vw;
  max-height: 998px;
  padding-top: clamp(72px, 5.3vw, 102px);
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  background: #1a6974;
}

.nalu-about-benefits::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(60px, 6.1vw, 117px);
  background-image: url("../img/pdf/benefit-wave-bottom-202607.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nalu-about-benefits__waves {
  position: absolute;
  top: clamp(76px, 6.9vw, 132px);
  width: clamp(138px, 14.4vw, 277px);
  opacity: .9;
}

.nalu-about-benefits__waves--left {
  left: clamp(94px, 9.8vw, 188px);
}

.nalu-about-benefits__waves--right {
  right: clamp(94px, 9.8vw, 188px);
}

.nalu-about-benefits .nalu-about-section-title h2 {
  color: #fff;
  font-size: clamp(27px, 2.5vw, 48px);
}

.nalu-about-benefits .nalu-about-section-title p {
  color: rgba(255, 253, 246, .72);
  font-size: clamp(16px, 1.45vw, 28px);
}

.nalu-about-benefits__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(54px, 5.2vw, 100px);
  width: min(1175px, 61.2vw);
  margin: clamp(110px, 10vw, 192px) auto 0;
  text-align: center;
}

.nalu-about-benefits__grid img {
  display: block;
  width: clamp(57px, 5.45vw, 105px);
  height: clamp(57px, 5.45vw, 105px);
  object-fit: contain;
  margin: 0 auto clamp(45px, 3.9vw, 75px);
}

.nalu-about-benefits__grid h3 {
  margin: 0 0 clamp(22px, 2vw, 39px);
  color: #fff;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(19px, 1.55vw, 30px);
  line-height: 1;
  text-transform: uppercase;
}

.nalu-about-benefits__grid p {
  margin: 0;
  color: rgba(255, 253, 246, .55);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(11px, 1vw, 19px);
  line-height: 1.25;
}

.nalu-about-partners {
  position: relative;
  min-height: 105.5vw;
  max-height: 2026px;
  padding-top: clamp(145px, 15.8vw, 303px);
  box-sizing: border-box;
}

.nalu-about-partners__row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(15px, 1.45vw, 28px);
  width: min(1105px, 57.55vw);
  margin: clamp(230px, 22vw, 422px) auto 0;
}

.nalu-about-partners__row span {
  display: block;
  aspect-ratio: 271 / 178;
  border-radius: clamp(14px, 1.25vw, 24px);
  background: var(--nalu-teal);
}

.nalu-about-decor--partners-palm {
  left: -8.6vw;
  bottom: clamp(-323px, -16.8vw, -172px);
  width: clamp(210px, 25.2vw, 484px);
  opacity: .36;
  scale: -1 1;
}

.nalu-about-decor--partners-birds {
  left: clamp(290px, 29.3vw, 562px);
  bottom: clamp(-171px, -8.4vw, -107px);
  width: clamp(55px, 5.3vw, 102px);
}

.nalu-about-testimonials {
  position: relative;
  min-height: 62vw;
  max-height: 1190px;
  padding-top: 0;
  box-sizing: border-box;
}

.nalu-about-testimonials__wrap {
  width: min(1090px, 56.8vw);
  margin: clamp(120px, 11.7vw, 225px) auto 0;
}

.nalu-about-testimonial-grid {
  --nalu-carousel-gap: clamp(30px, 2.7vw, 52px);
  gap: var(--nalu-carousel-gap);
  width: 100%;
  min-width: 100%;
}

.nalu-about-testimonial-grid article {
  flex: 0 0 calc((100% - var(--nalu-carousel-gap)) / 2);
  min-width: 0;
  min-height: clamp(242px, 21vw, 403px);
  box-sizing: border-box;
  padding: clamp(41px, 4.1vw, 79px) clamp(50px, 4.9vw, 94px);
  border-radius: clamp(22px, 2.1vw, 40px);
  background: #d8ebe7;
  box-shadow: none;
}

.nalu-about-stars {
  color: var(--nalu-orange);
  font-size: clamp(15px, 1.45vw, 28px);
  line-height: 1;
  letter-spacing: 0;
}

.nalu-about-testimonial-grid p {
  margin: clamp(50px, 4.6vw, 88px) 0 0;
  color: #7b8585;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(11px, .98vw, 19px);
  line-height: 1.32;
}

.nalu-about-testimonial-grid p .nalu-line {
  display: inline;
  white-space: normal;
}

.nalu-about-testimonial-grid h3 {
  margin: clamp(51px, 5vw, 96px) 0 0;
  color: #505858;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 29px);
  line-height: 1;
  text-transform: uppercase;
}

.nalu-about-testimonials .nalu-home-dots {
  margin-top: clamp(48px, 4.6vw, 88px);
}

.nalu-about-testimonials__waves {
  position: absolute;
  left: 50%;
  bottom: clamp(206px, 18.5vw, 355px);
  width: clamp(176px, 16.8vw, 323px);
  transform: translateX(-50%);
  pointer-events: none;
}

.nalu-about-cta {
  background: var(--nalu-cream);
}

.nalu-about-cta::before {
  top: 8.45vw;
  background-position: center 45%;
}

.nalu-about-cta .nalu-cta__copy {
  padding-top: clamp(185px, 16.7vw, 321px);
}

.nalu-about-cta h2 {
  max-width: min(790px, 41.2vw);
  color: #fff;
  font-size: clamp(43px, 4.35vw, 84px);
  line-height: 1.06;
  text-shadow: none;
}

.nalu-about-cta .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-about-cta .nalu-primary-button {
  min-width: clamp(130px, 10.2vw, 196px);
  min-height: clamp(44px, 4.2vw, 80px);
  margin-top: clamp(56px, 5.2vw, 100px);
  font-size: clamp(13px, 1.1vw, 21px);
  text-transform: uppercase;
  box-shadow: none;
}

.nalu-about-cta + .nalu-real-footer {
  z-index: 3;
  margin-top: -8.8vw;
  min-height: clamp(560px, 61vw, 1171px);
}

.nalu-about-cta + .nalu-real-footer .nalu-footer__inner {
  height: clamp(560px, 61vw, 1171px);
}

.nalu-experiences-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--nalu-cream);
}

.nalu-experiences-page .nalu-line {
  white-space: nowrap;
}

.nalu-experiences-page .nalu-soft {
  color: var(--nalu-aqua);
}

.nalu-experiences-page .nalu-deep {
  color: var(--nalu-teal);
}

.nalu-experiences-stage {
  position: relative;
  width: min(1240px, 64.6vw);
  margin: 0 auto;
}

.nalu-experiences-hero {
  min-height: 56.25vw;
  max-height: 1080px;
}

.nalu-experiences-hero > img {
  object-position: center 55%;
}

.nalu-experiences-hero .nalu-hero__shade {
  background: rgba(0, 0, 0, .42);
}

.nalu-experiences-hero .nalu-hero__copy {
  width: min(1240px, 64.6vw);
  padding-top: 24.2vw;
  text-shadow: 0 6px 12px rgba(0, 0, 0, .22);
}

.nalu-experiences-hero h1 {
  font-size: clamp(42px, 5.25vw, 101px);
  line-height: .97;
}

.nalu-experiences-hero .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-experiences-hero p {
  margin-top: clamp(14px, 1.45vw, 28px);
  font-family: var(--nalu-font-script);
  font-size: clamp(28px, 3.05vw, 58px);
  line-height: 1;
}

.nalu-experiences-hero .nalu-outline-button {
  min-width: clamp(196px, 19vw, 365px);
  min-height: clamp(44px, 4.25vw, 82px);
  margin-top: clamp(78px, 7.7vw, 148px);
  font-size: clamp(14px, 1.18vw, 23px);
}

.nalu-experiences-two {
  position: relative;
  padding: clamp(112px, 10.5vw, 202px) 0 clamp(90px, 7.7vw, 148px);
}

.nalu-experiences-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.nalu-experiences-title h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(29px, 2.78vw, 53px);
  line-height: .95;
  text-transform: uppercase;
}

.nalu-experiences-title p {
  margin: clamp(10px, .9vw, 17px) 0 0;
  color: #424242;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(16px, 1.55vw, 30px);
  line-height: 1.1;
}

.nalu-experiences-decor {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.nalu-experiences-decor--sun {
  top: clamp(54px, 5.6vw, 108px);
  left: clamp(54px, 5.7vw, 110px);
  width: clamp(104px, 10vw, 192px);
}

.nalu-experiences-two__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 1.75vw, 34px);
  margin-top: clamp(82px, 7.7vw, 148px);
}

.nalu-experiences-two__card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 617 / 514;
  border-radius: clamp(18px, 1.8vw, 35px);
  box-shadow: 8px 12px 18px rgba(0, 0, 0, .13);
  text-decoration: none;
}

.nalu-experiences-two__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-experiences-two__card span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(170px, 15.3vw, 294px);
  min-height: clamp(45px, 4.25vw, 82px);
  padding: 0 1.6vw;
  border-radius: 999px;
  color: #fff;
  background: var(--nalu-orange);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(14px, 1.25vw, 24px);
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.nalu-experiences-two__waves {
  display: block;
  width: clamp(170px, 18vw, 346px);
  margin: clamp(70px, 5.8vw, 111px) 0 0 auto;
}

.nalu-experiences-video {
  position: relative;
  height: 37.5vw;
  min-height: 310px;
  max-height: 720px;
  overflow: hidden;
  background: #161616;
}

.nalu-experiences-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(7px);
  transform: scale(1.04);
  opacity: .55;
}

.nalu-experiences-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(52px, 5vw, 96px);
  height: clamp(52px, 5vw, 96px);
  border: 4px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.nalu-experiences-video__play::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: clamp(10px, .9vw, 17px) solid transparent;
  border-bottom: clamp(10px, .9vw, 17px) solid transparent;
  border-left: clamp(15px, 1.35vw, 26px) solid var(--nalu-aqua);
  transform: translate(-35%, -50%);
}

.nalu-experiences-page .nalu-home-program {
  padding-top: clamp(130px, 13.2vw, 254px);
  padding-bottom: clamp(120px, 11.5vw, 221px);
}

.nalu-experiences-page .nalu-home-program .nalu-home-stage {
  width: min(1240px, 64.6vw);
}

.nalu-experiences-spots {
  position: relative;
  padding: clamp(32px, 2.4vw, 46px) 0 clamp(190px, 16.7vw, 321px);
}

.nalu-experiences-spots__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 1.9vw, 36px) clamp(20px, 1.7vw, 33px);
  width: min(1100px, 57.3vw);
  margin: clamp(100px, 9vw, 173px) auto 0;
}

.nalu-experiences-spot {
  overflow: hidden;
  border-radius: clamp(22px, 2.15vw, 41px);
  background: #d8ebe7;
  box-shadow: none;
}

.nalu-experiences-spot__media {
  position: relative;
  aspect-ratio: 350 / 176;
  overflow: hidden;
}

.nalu-experiences-spot__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-experiences-spot__badge {
  position: absolute;
  top: clamp(14px, 1vw, 19px);
  left: clamp(40px, 3.9vw, 75px);
  min-width: clamp(82px, 7.5vw, 144px);
  min-height: clamp(28px, 2.34vw, 45px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1.03vw, 20px);
  text-transform: uppercase;
}

.nalu-experiences-spot__badge--beginner {
  background: #85d36b;
}

.nalu-experiences-spot__badge--medium {
  background: #f0a148;
}

.nalu-experiences-spot__badge--advanced {
  background: #e44b31;
}

.nalu-experiences-spot__body {
  padding: clamp(34px, 3.2vw, 62px) clamp(40px, 3.9vw, 75px) clamp(38px, 3.5vw, 67px);
}

.nalu-experiences-spot h3 {
  margin: 0;
  color: #4c4f4f;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(21px, 1.75vw, 34px);
  line-height: 1;
  text-transform: uppercase;
}

.nalu-experiences-spot p {
  margin: clamp(18px, 1.55vw, 30px) 0 0;
  color: rgba(26, 26, 26, .45);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(13px, 1.18vw, 23px);
}

.nalu-experiences-spot__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 1.6vw, 31px);
  margin-top: clamp(52px, 4.9vw, 94px);
  color: rgba(26, 26, 26, .42);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1.1vw, 21px);
  text-align: center;
}

.nalu-experiences-spot__stats img {
  display: block;
  width: clamp(32px, 3vw, 58px);
  height: clamp(17px, 1.5vw, 29px);
  object-fit: contain;
  margin: 0 auto clamp(11px, .95vw, 18px);
}

.nalu-experiences-spot__stats strong {
  display: block;
  color: #4c4f4f;
  font-size: clamp(16px, 1.35vw, 26px);
  line-height: 1.05;
}

.nalu-experiences-show-more {
  display: block;
  width: max-content;
  margin: clamp(62px, 5.6vw, 108px) auto 0;
  color: #9b9b9b;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1vw, 19px);
  text-decoration: none;
}

.nalu-experiences-decor--palm {
  left: -8.4vw;
  bottom: 2.6vw;
  width: clamp(215px, 24.6vw, 472px);
  opacity: .36;
  scale: -1 1;
}

.nalu-experiences-decor--birds {
  left: clamp(290px, 28vw, 538px);
  bottom: clamp(125px, 11.4vw, 219px);
  width: clamp(55px, 5.3vw, 102px);
}

.nalu-experiences-page .nalu-about-benefits {
  margin-top: 0;
}

.nalu-experiences-page .nalu-home-experiences {
  padding: clamp(88px, 7.8vw, 150px) 0 clamp(150px, 13.6vw, 261px);
}

.nalu-experiences-page .nalu-home-experiences .nalu-home-stage {
  width: min(1100px, 57.3vw);
}

.nalu-experiences-page .nalu-home-experiences .nalu-home-section-title {
  margin-bottom: clamp(80px, 7vw, 134px);
}

.nalu-experiences-page .nalu-home-experiences__wrap::after {
  margin-top: clamp(46px, 4.2vw, 81px);
}

.nalu-experiences-page .nalu-about-testimonials {
  min-height: 50vw;
  padding-top: clamp(40px, 3vw, 58px);
}

.nalu-experiences-page .nalu-about-cta + .nalu-real-footer {
  min-height: clamp(560px, 61vw, 1171px);
}

.nalu-surf-house-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--nalu-cream);
}

.nalu-surf-house-page .nalu-line {
  white-space: nowrap;
}

.nalu-surf-house-page .nalu-soft {
  color: var(--nalu-aqua);
}

.nalu-surf-house-page .nalu-deep {
  color: var(--nalu-teal);
}

.nalu-surf-house-stage {
  position: relative;
  width: min(1230px, 64.1vw);
  margin: 0 auto;
}

.nalu-surf-house-hero {
  min-height: 56.25vw;
  max-height: 1080px;
}

.nalu-surf-house-hero > img {
  object-position: center 53%;
}

.nalu-surf-house-hero .nalu-hero__shade {
  background: rgba(0, 0, 0, .38);
}

.nalu-surf-house-hero .nalu-hero__copy {
  width: min(1230px, 64.1vw);
  padding-top: 24.2vw;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.nalu-surf-house-hero h1 {
  font-size: clamp(42px, 5.12vw, 98px);
  line-height: .95;
}

.nalu-surf-house-hero .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-surf-house-hero p,
.nalu-surf-house-band__copy p {
  margin-top: clamp(12px, 1.05vw, 20px);
  font-family: var(--nalu-font-script);
  font-size: clamp(27px, 2.8vw, 54px);
  line-height: 1;
}

.nalu-surf-house-hero .nalu-outline-button {
  min-width: clamp(170px, 15.4vw, 296px);
  min-height: clamp(39px, 3.25vw, 62px);
  margin-top: clamp(64px, 6.1vw, 117px);
  font-size: clamp(12px, .98vw, 19px);
  border-width: 2px;
}

.nalu-surf-house-copy h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(26px, 2.55vw, 49px);
  line-height: .98;
  text-transform: uppercase;
}

.nalu-surf-house-copy--center {
  max-width: min(560px, 29.2vw);
  text-align: center;
}

.nalu-surf-house-kicker {
  margin: clamp(8px, .7vw, 14px) 0 clamp(44px, 3.8vw, 73px);
  color: #363636;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(13px, 1.18vw, 23px);
  line-height: 1.15;
}

.nalu-surf-house-copy p:not(.nalu-surf-house-kicker) {
  margin: 0 0 clamp(18px, 1.55vw, 30px);
  color: rgba(30, 30, 30, .62);
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(11px, .9vw, 17px);
  line-height: 1.42;
}

.nalu-surf-house-page .nalu-primary-button {
  min-width: clamp(150px, 12.6vw, 242px);
  min-height: clamp(38px, 3.35vw, 64px);
  margin-top: clamp(18px, 1.5vw, 29px);
  padding: 0 clamp(28px, 2.4vw, 46px);
  border: 0;
  color: #fff;
  font-size: clamp(12px, 1.02vw, 20px);
  text-transform: uppercase;
  box-shadow: none;
}

.nalu-surf-house-life {
  position: relative;
  padding: clamp(132px, 11.9vw, 228px) 0 clamp(136px, 12.1vw, 232px);
}

.nalu-surf-house-decor {
  position: absolute;
  display: block;
  pointer-events: none;
}

.nalu-surf-house-decor--sun {
  top: clamp(52px, 4.9vw, 94px);
  left: clamp(49px, 4.7vw, 90px);
  width: clamp(100px, 9.7vw, 186px);
}

.nalu-surf-house-decor--palm {
  right: clamp(-129px, -6.7vw, -69px);
  bottom: clamp(40px, 4vw, 77px);
  width: clamp(200px, 19.8vw, 380px);
  opacity: .62;
}

.nalu-surf-house-decor--birds {
  right: clamp(230px, 22.4vw, 430px);
  bottom: clamp(166px, 14vw, 269px);
  width: clamp(54px, 5.1vw, 98px);
}

.nalu-surf-house-band {
  position: relative;
  height: 46.25vw;
  min-height: 360px;
  max-height: 888px;
  overflow: hidden;
  color: #fff;
}

.nalu-surf-house-band--taste {
  height: 31.25vw;
  min-height: 310px;
  max-height: 600px;
}

.nalu-surf-house-band > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-surf-house-band--stay > img {
  object-position: center 46%;
}

.nalu-surf-house-band--taste > img {
  object-position: center 45%;
}

.nalu-surf-house-band__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .43);
}

.nalu-surf-house-band__copy {
  position: absolute;
  left: 50%;
  bottom: clamp(72px, 6.2vw, 119px);
  z-index: 1;
  color: #fff;
  transform: translateX(-50%);
}

.nalu-surf-house-band__copy h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(38px, 4vw, 77px);
  line-height: .98;
  text-transform: uppercase;
}

.nalu-surf-house-band__copy .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-surf-house-heart {
  position: relative;
  padding: clamp(156px, 14.6vw, 280px) 0 clamp(122px, 10.4vw, 200px);
}

.nalu-surf-house-heart .nalu-surf-house-copy {
  margin: 0 auto;
}

.nalu-surf-house-decor--board {
  top: clamp(68px, 6.5vw, 125px);
  left: clamp(-70px, -2vw, -20px);
  width: clamp(190px, 18vw, 346px);
  opacity: .28;
}

.nalu-surf-house-decor--shell {
  top: clamp(262px, 24.3vw, 467px);
  right: clamp(98px, 9.2vw, 177px);
  width: clamp(72px, 6.9vw, 133px);
}

.nalu-surf-house-gallery {
  width: min(1530px, 79.7vw);
  margin: clamp(110px, 9.9vw, 190px) 0 0 max(-150px, -7.8vw);
}

.nalu-surf-house-gallery .nalu-home-carousel__viewport,
.nalu-surf-house-food-gallery .nalu-home-carousel__viewport {
  overflow: hidden;
}

.nalu-surf-house-gallery__track {
  --nalu-carousel-gap: clamp(22px, 1.55vw, 30px);
  gap: var(--nalu-carousel-gap);
}

.nalu-surf-house-gallery__slide {
  flex: 0 0 clamp(300px, 24.3vw, 466px);
  aspect-ratio: 1.12 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(20px, 1.75vw, 34px);
  box-shadow: none;
}

.nalu-surf-house-gallery__slide img,
.nalu-surf-house-food-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-surf-house-gallery__slide:nth-child(2) img {
  object-position: center center;
}

.nalu-surf-house-gallery__slide:nth-child(3) img {
  object-position: center center;
}

.nalu-surf-house-gallery .nalu-home-arrow--prev {
  left: max(-58px, -4.3vw);
}

.nalu-surf-house-gallery .nalu-home-arrow--next {
  right: max(-58px, -4.3vw);
}

.nalu-surf-house-heart__waves {
  display: block;
  width: clamp(178px, 17.4vw, 334px);
  margin: clamp(94px, 8.4vw, 161px) auto 0;
}

.nalu-surf-house-flavours {
  position: relative;
  padding: clamp(160px, 14.2vw, 273px) 0 clamp(300px, 38vw, 730px);
}

.nalu-surf-house-flavours__grid {
  display: grid;
  grid-template-columns: minmax(270px, .92fr) minmax(0, 1.25fr);
  gap: clamp(80px, 7.2vw, 138px);
  align-items: center;
}

.nalu-surf-house-food-gallery {
  width: min(870px, 45.3vw);
}

.nalu-surf-house-food-gallery__track {
  --nalu-carousel-gap: clamp(20px, 1.7vw, 33px);
  gap: var(--nalu-carousel-gap);
}

.nalu-surf-house-food-gallery__slide {
  flex: 0 0 clamp(320px, 27.7vw, 532px);
  aspect-ratio: 1.38 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(20px, 1.75vw, 34px);
  box-shadow: none;
}

.nalu-surf-house-food-gallery__slide:nth-child(3) img {
  object-position: center 35%;
}

.nalu-surf-house-page .nalu-about-cta {
  height: 54.4vw;
  max-height: 1045px;
}

.nalu-surf-house-page .nalu-about-cta + .nalu-real-footer {
  min-height: clamp(560px, 61vw, 1171px);
}

.nalu-gallery-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--nalu-cream);
}

.nalu-gallery-page .nalu-line {
  white-space: nowrap;
}

.nalu-gallery-page .nalu-soft {
  color: var(--nalu-aqua);
}

.nalu-gallery-page .nalu-deep {
  color: var(--nalu-teal);
}

.nalu-gallery-stage {
  position: relative;
  width: min(1230px, 64.1vw);
  margin: 0 auto;
}

.nalu-gallery-hero {
  min-height: 56.25vw;
  max-height: 1080px;
}

.nalu-gallery-hero > img {
  object-position: center 50%;
}

.nalu-gallery-hero .nalu-hero__shade {
  background: rgba(0, 0, 0, .46);
}

.nalu-gallery-hero .nalu-hero__copy {
  width: min(1230px, 64.1vw);
  padding-top: 24.1vw;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .22);
}

.nalu-gallery-hero h1 {
  font-size: clamp(42px, 5.12vw, 98px);
  line-height: .95;
}

.nalu-gallery-hero .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-gallery-hero p {
  margin-top: clamp(12px, 1.05vw, 20px);
  font-family: var(--nalu-font-script);
  font-size: clamp(27px, 2.8vw, 54px);
  line-height: 1;
}

.nalu-gallery-hero .nalu-outline-button {
  min-width: clamp(170px, 15.4vw, 296px);
  min-height: clamp(39px, 3.25vw, 62px);
  margin-top: clamp(74px, 6.9vw, 132px);
  font-size: clamp(12px, .98vw, 19px);
  border-width: 2px;
}

.nalu-gallery-intro {
  position: relative;
  min-height: clamp(860px, 88.5vw, 1700px);
  box-sizing: border-box;
  padding: clamp(142px, 13.8vw, 265px) 0 0;
}

.nalu-gallery-decor {
  position: absolute;
  display: block;
  pointer-events: none;
}

.nalu-gallery-decor--board {
  top: clamp(98px, 9.2vw, 176px);
  left: max(-70px, -2.4vw);
  width: clamp(210px, 19.8vw, 380px);
  opacity: .28;
}

.nalu-gallery-decor--birds {
  right: clamp(80px, 9vw, 173px);
  bottom: clamp(170px, 15.6vw, 300px);
  width: clamp(66px, 6.1vw, 117px);
}

.nalu-gallery-title {
  max-width: min(560px, 29.2vw);
  margin: 0 auto;
  text-align: center;
}

.nalu-gallery-title h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(27px, 2.55vw, 49px);
  line-height: .98;
  text-transform: uppercase;
}

.nalu-gallery-kicker {
  margin: clamp(8px, .7vw, 14px) 0 clamp(46px, 4.05vw, 78px);
  color: #363636;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(13px, 1.18vw, 23px);
  line-height: 1.15;
}

.nalu-gallery-title p:not(.nalu-gallery-kicker) {
  margin: 0;
  color: rgba(30, 30, 30, .62);
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(11px, .9vw, 17px);
  line-height: 1.42;
}

.nalu-gallery-collage {
  display: grid;
  grid-template-columns: 1.55fr .85fr .58fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(6px, .48vw, 9px);
  width: min(1220px, 63.55vw);
  aspect-ratio: 1220 / 504;
  margin: clamp(126px, 11.6vw, 223px) auto 0;
  overflow: hidden;
  border-radius: clamp(18px, 1.72vw, 33px);
}

.nalu-gallery-collage__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #d8eeeb;
}

.nalu-gallery-collage__item--left {
  grid-row: 1 / span 2;
}

.nalu-gallery-collage__item--center {
  grid-row: 1 / span 2;
}

.nalu-gallery-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-gallery-collage__item--left img {
  object-position: center 55%;
}

.nalu-gallery-collage__item--center img {
  object-position: center center;
}

.nalu-gallery-collage__item--top img {
  object-position: center center;
}

.nalu-gallery-collage__item--bottom img {
  object-position: center center;
}

.nalu-gallery-collage__item a {
  position: absolute;
  left: clamp(42px, 3.9vw, 75px);
  bottom: clamp(30px, 2.9vw, 56px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(140px, 12.4vw, 238px);
  min-height: clamp(37px, 3.35vw, 64px);
  padding: 0 clamp(24px, 2.2vw, 42px);
  border-radius: 999px;
  color: #fff;
  background: var(--nalu-orange);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1.02vw, 20px);
  text-decoration: none;
}

.nalu-gallery-page .nalu-about-cta {
  height: 54.4vw;
  max-height: 1045px;
}

.nalu-gallery-page .nalu-about-cta + .nalu-real-footer {
  min-height: clamp(560px, 61vw, 1171px);
}

.nalu-blog-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--nalu-cream);
}

.nalu-blog-page .nalu-line {
  white-space: nowrap;
}

.nalu-blog-page .nalu-soft {
  color: var(--nalu-aqua);
}

.nalu-blog-page .nalu-deep {
  color: var(--nalu-teal);
}

.nalu-blog-stage {
  position: relative;
  width: min(1230px, 64.1vw);
  margin: 0 auto;
}

.nalu-blog-hero {
  min-height: 56.25vw;
  max-height: 1080px;
}

.nalu-blog-hero > img {
  object-position: center 50%;
}

.nalu-blog-hero .nalu-hero__shade {
  background: rgba(0, 0, 0, .46);
}

.nalu-blog-hero .nalu-hero__copy {
  width: min(1230px, 64.1vw);
  padding-top: 24.1vw;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .22);
}

.nalu-blog-hero h1 {
  font-size: clamp(42px, 5.12vw, 98px);
  line-height: .95;
}

.nalu-blog-hero .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-blog-hero p {
  margin-top: clamp(12px, 1.05vw, 20px);
  font-family: var(--nalu-font-script);
  font-size: clamp(27px, 2.8vw, 54px);
  line-height: 1;
}

.nalu-blog-hero .nalu-outline-button {
  min-width: clamp(190px, 17.6vw, 338px);
  min-height: clamp(42px, 3.55vw, 68px);
  margin-top: clamp(78px, 7.45vw, 143px);
  font-size: clamp(12px, .98vw, 19px);
  border-width: 2px;
}

.nalu-blog-journal {
  position: relative;
  padding: clamp(150px, 14vw, 269px) 0 clamp(122px, 11.4vw, 219px);
}

.nalu-blog-decor {
  position: absolute;
  display: block;
  pointer-events: none;
}

.nalu-blog-decor--board {
  top: clamp(108px, 10.4vw, 200px);
  left: max(-76px, -2.8vw);
  width: clamp(210px, 19.8vw, 380px);
  opacity: .28;
}

.nalu-blog-title {
  max-width: min(560px, 29.2vw);
  margin: 0 auto;
  text-align: center;
}

.nalu-blog-title h2,
.nalu-blog-article__copy h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(27px, 2.55vw, 49px);
  line-height: .98;
  text-transform: uppercase;
}

.nalu-blog-kicker {
  margin: clamp(8px, .7vw, 14px) 0 clamp(42px, 3.7vw, 71px);
  color: #1e1e1e;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(13px, 1.18vw, 23px);
  line-height: 1.15;
}

.nalu-blog-title p:not(.nalu-blog-kicker),
.nalu-blog-article__copy p {
  margin: 0 0 clamp(15px, 1.24vw, 24px);
  color: rgba(30, 30, 30, .62);
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(10.5px, .82vw, 16px);
  line-height: 1.38;
}

.nalu-blog-cats {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.2vw, 23px);
  margin: clamp(88px, 8.5vw, 163px) auto 0;
}

.nalu-blog-cats button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(122px, 10.7vw, 205px);
  min-height: clamp(31px, 2.75vw, 53px);
  padding: 0 clamp(18px, 1.55vw, 30px);
  border: 0;
  border-radius: 999px;
  color: rgba(26, 94, 111, .52);
  background: #d8eee9;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(10px, .86vw, 16.5px);
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.nalu-blog-cats button:hover,
.nalu-blog-cats button:focus-visible {
  color: var(--nalu-teal);
  transform: translateY(-2px);
}

.nalu-blog-cats button:focus-visible {
  outline: 2px solid var(--nalu-orange);
  outline-offset: 3px;
}

.nalu-blog-cats button.is-active {
  color: #fff;
  background: var(--nalu-orange);
}

.nalu-blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 1.75vw, 34px);
  width: min(900px, 46.9vw);
  margin: clamp(50px, 4.8vw, 92px) auto 0;
}

.nalu-blog-card {
  position: relative;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border-radius: clamp(18px, 1.72vw, 33px);
  background: #d8eee9;
  box-shadow: none;
}

.nalu-blog-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-blog-card:nth-child(1) > img,
.nalu-blog-card:nth-child(4) > img {
  object-position: center center;
}

.nalu-blog-card:nth-child(2) > img,
.nalu-blog-card:nth-child(6) > img {
  object-position: center center;
}

.nalu-blog-card:nth-child(5) > img {
  object-position: center 45%;
}

.nalu-blog-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .58));
}

.nalu-blog-card__copy {
  position: absolute;
  z-index: 1;
  left: clamp(17px, 1.55vw, 30px);
  right: clamp(17px, 1.55vw, 30px);
  bottom: clamp(19px, 1.75vw, 34px);
  color: #fff;
}

.nalu-blog-card h3 {
  margin: 0 0 clamp(8px, .65vw, 13px);
  color: #fff;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(17px, 1.46vw, 28px);
  line-height: .98;
  text-transform: uppercase;
}

.nalu-blog-card p {
  margin: 0;
  color: rgba(255, 253, 246, .9);
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(10px, .82vw, 16px);
  line-height: 1.25;
}

.nalu-blog-show-more {
  display: table;
  margin: clamp(55px, 5.5vw, 106px) auto 0;
  color: rgba(30, 30, 30, .45);
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(11px, .86vw, 16px);
  text-decoration: none;
}

.nalu-blog-article {
  position: relative;
  padding: clamp(96px, 8.6vw, 165px) 0 clamp(455px, 44vw, 845px);
}

.nalu-blog-article__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, .88fr);
  gap: clamp(80px, 7.2vw, 138px);
  align-items: start;
}

.nalu-blog-article__copy h2 {
  margin-bottom: clamp(8px, .7vw, 14px);
}

.nalu-blog-article__copy h3 {
  margin: clamp(30px, 2.8vw, 54px) 0 clamp(18px, 1.65vw, 32px);
  color: #4b4b4b;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(15px, 1.26vw, 24px);
  line-height: 1.15;
}

.nalu-blog-article__media {
  display: grid;
  gap: clamp(34px, 3.05vw, 58px);
  padding-top: clamp(28px, 2.4vw, 46px);
}

.nalu-blog-article__media figure {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(20px, 1.75vw, 34px);
  box-shadow: none;
}

.nalu-blog-article__media figure:nth-child(1) {
  aspect-ratio: 1.25 / 1;
}

.nalu-blog-article__media figure:nth-child(2),
.nalu-blog-article__media figure:nth-child(3) {
  aspect-ratio: 1.47 / 1;
}

.nalu-blog-article__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-blog-article__media figure:nth-child(1) img {
  object-position: center center;
}

.nalu-blog-article__media figure:nth-child(2) img {
  object-position: center center;
}

.nalu-blog-article__media figure:nth-child(3) img {
  object-position: center 58%;
}

.nalu-blog-article__waves {
  position: absolute;
  left: 50%;
  bottom: clamp(78px, 7.3vw, 140px);
  display: block;
  width: clamp(182px, 18vw, 346px);
  transform: translateX(-50%);
}

.nalu-blog-page .nalu-about-cta {
  height: 54.4vw;
  max-height: 1045px;
}

.nalu-blog-page .nalu-about-cta + .nalu-real-footer {
  min-height: clamp(560px, 61vw, 1171px);
}

.nalu-contact-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--nalu-cream);
}

.nalu-contact-page .nalu-line {
  white-space: nowrap;
}

.nalu-contact-page .nalu-soft {
  color: var(--nalu-aqua);
}

.nalu-contact-page .nalu-deep {
  color: var(--nalu-teal);
}

.nalu-contact-stage {
  position: relative;
  width: min(1260px, 65.6vw);
  margin: 0 auto;
}

.nalu-contact-hero {
  min-height: 56.25vw;
  max-height: 1080px;
}

.nalu-contact-hero > img {
  object-position: center center;
}

.nalu-contact-hero .nalu-hero__shade {
  background: rgba(0, 0, 0, .45);
}

.nalu-contact-hero .nalu-hero__copy {
  width: min(1260px, 65.6vw);
  padding-top: 24vw;
  text-shadow: 0 6px 12px rgba(0, 0, 0, .22);
}

.nalu-contact-hero h1 {
  font-size: clamp(42px, 4.8vw, 92px);
  line-height: .94;
}

.nalu-contact-hero .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-contact-hero p {
  margin-top: clamp(13px, 1.35vw, 26px);
  font-family: var(--nalu-font-script);
  font-size: clamp(27px, 2.9vw, 56px);
  line-height: 1;
}

.nalu-contact-hero .nalu-outline-button {
  min-width: clamp(150px, 14.3vw, 275px);
  min-height: clamp(38px, 3.5vw, 67px);
  margin-top: clamp(72px, 6.9vw, 132px);
  font-size: clamp(12px, .98vw, 19px);
}

.nalu-contact-panel {
  position: relative;
  min-height: 77.35vw;
  max-height: 1485px;
  padding-top: clamp(132px, 13.2vw, 254px);
  box-sizing: border-box;
}

.nalu-contact-decor {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.nalu-contact-decor--sun {
  top: clamp(58px, 6.2vw, 119px);
  left: clamp(58px, 6.2vw, 119px);
  width: clamp(105px, 10.6vw, 204px);
}

.nalu-contact-panel__grid {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 32.2vw);
  gap: clamp(70px, 7.25vw, 139px);
  align-items: start;
}

.nalu-contact-panel__copy {
  padding-top: clamp(15px, 1.6vw, 31px);
}

.nalu-contact-panel__copy h2,
.nalu-contact-section-title h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(28px, 2.72vw, 52px);
  line-height: .95;
  text-transform: uppercase;
}

.nalu-contact-kicker,
.nalu-contact-section-title p {
  margin: clamp(10px, 1vw, 19px) 0 0;
  color: #333;
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 31px);
  line-height: 1.08;
}

.nalu-contact-panel__copy p:not(.nalu-contact-kicker),
.nalu-contact-details p,
.nalu-contact-details a {
  color: rgba(46, 46, 46, .56);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1vw, 19px);
  line-height: 1.36;
}

.nalu-contact-panel__copy p:not(.nalu-contact-kicker) {
  max-width: min(470px, 24.5vw);
  margin: clamp(66px, 6.5vw, 125px) 0 0;
}

.nalu-contact-details {
  margin-top: clamp(74px, 7vw, 134px);
}

.nalu-contact-details h3 {
  margin: 0 0 clamp(16px, 1.45vw, 28px);
  color: #333;
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 31px);
  line-height: 1.1;
}

.nalu-contact-details p {
  margin: 0;
}

.nalu-contact-details a {
  text-decoration: none;
}

.nalu-contact-details img {
  display: block;
  width: clamp(58px, 5.8vw, 111px);
  height: auto;
  margin-top: clamp(53px, 5vw, 96px);
}

.nalu-contact-social {
  display: flex;
  align-items: center;
  width: max-content;
  gap: clamp(9px, .95vw, 18px);
  margin-top: clamp(53px, 5vw, 96px);
  color: #333;
  line-height: 0;
}

.nalu-contact-social__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 1.82vw, 35px);
  height: clamp(20px, 1.82vw, 35px);
}

.nalu-contact-social svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nalu-contact-social svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nalu-contact-social__icon--facebook svg path {
  fill: currentColor;
  stroke: none;
}

.nalu-contact-form {
  display: grid;
  gap: clamp(31px, 3.15vw, 60px);
  min-height: clamp(440px, 44.8vw, 860px);
  padding: clamp(45px, 4.4vw, 84px) clamp(58px, 5.55vw, 106px) clamp(40px, 3.95vw, 76px);
  border-radius: clamp(34px, 3.75vw, 72px);
  box-sizing: border-box;
  background: #d8ebe7;
  box-shadow: 0 18px 25px rgba(0, 0, 0, .08);
  text-align: center;
}

.nalu-contact-form h3 {
  margin: 0;
  color: #333;
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 35px);
  line-height: 1.1;
}

.nalu-contact-form label {
  display: grid;
  gap: clamp(9px, .8vw, 15px);
  margin: 0;
  color: #1f1f1f;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(11px, 1vw, 19px);
  line-height: 1;
  text-align: center;
}

.nalu-contact-form label em {
  color: var(--nalu-orange);
  font-style: normal;
}

.nalu-contact-form input,
.nalu-contact-form textarea {
  width: 100%;
  min-height: clamp(30px, 2.85vw, 55px);
  padding: 0 clamp(18px, 1.8vw, 35px);
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: #333;
  background: var(--nalu-cream);
  font-family: var(--nalu-font-body);
  font-size: clamp(11px, .95vw, 18px);
  text-align: center;
  outline: none;
}

.nalu-contact-form textarea {
  min-height: clamp(136px, 13.2vw, 254px);
  padding-top: clamp(18px, 1.7vw, 33px);
  border-radius: clamp(16px, 1.55vw, 30px);
  resize: vertical;
}

.nalu-contact-form .nalu-primary-button {
  min-width: clamp(168px, 18.85vw, 362px);
  min-height: clamp(43px, 4.1vw, 79px);
  margin: clamp(3px, .25vw, 5px) auto 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--nalu-orange);
  font-size: clamp(11px, 1vw, 19px);
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
}

.nalu-contact-panel__waves {
  position: absolute;
  left: 10.4vw;
  bottom: clamp(115px, 11.4vw, 219px);
  width: clamp(210px, 27vw, 518px);
  pointer-events: none;
}

.nalu-contact-map {
  height: 45.1vw;
  max-height: 866px;
  min-height: 300px;
  overflow: hidden;
}

.nalu-contact-map img,
.nalu-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.nalu-contact-faq {
  position: relative;
  min-height: 80.8vw;
  max-height: 1551px;
  padding-top: clamp(176px, 17.2vw, 330px);
  box-sizing: border-box;
}

.nalu-contact-decor--palm {
  left: -8.6vw;
  top: clamp(34px, 3.35vw, 64px);
  width: clamp(205px, 25.2vw, 484px);
  opacity: .36;
  scale: -1 1;
}

.nalu-contact-decor--birds {
  right: clamp(197px, 19.8vw, 380px);
  bottom: clamp(68px, 6.6vw, 127px);
  width: clamp(55px, 5.5vw, 106px);
}

.nalu-contact-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.nalu-contact-faq__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(17px, 1.55vw, 30px);
  width: min(1230px, 64.1vw);
  margin: clamp(144px, 14vw, 269px) auto 0;
}

.nalu-contact-faq details {
  border-radius: clamp(12px, 1.25vw, 24px);
  color: #1d1d1d;
  background: #d8ebe7;
  box-shadow: 0 11px 18px rgba(0, 0, 0, .07);
}

.nalu-contact-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(43px, 4.4vw, 84px);
  padding: 0 clamp(48px, 4.7vw, 90px) 0 clamp(49px, 4.8vw, 92px);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1vw, 19px);
  line-height: 1.1;
  list-style: none;
  cursor: pointer;
}

.nalu-contact-faq summary::-webkit-details-marker {
  display: none;
}

.nalu-contact-faq summary span::before,
.nalu-contact-faq summary span::after {
  content: "";
  position: absolute;
  right: clamp(30px, 3vw, 58px);
  top: 50%;
  width: clamp(14px, 1.35vw, 26px);
  height: 2px;
  background: #1d1d1d;
  transform: translateY(-50%);
}

.nalu-contact-faq summary span::after {
  transform: translateY(-50%) rotate(90deg);
}

.nalu-contact-faq details[open] summary span::after {
  opacity: 0;
}

.nalu-contact-faq details p {
  margin: 0;
  padding: 0 clamp(49px, 4.8vw, 92px) clamp(22px, 2vw, 38px);
  color: rgba(46, 46, 46, .56);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, .95vw, 18px);
}

.nalu-contact-show-more {
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
  margin: clamp(50px, 4.9vw, 94px) auto 0;
  color: #9b9b9b;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1vw, 19px);
  text-decoration: none;
}

.nalu-contact-page .nalu-about-benefits {
  min-height: 44.9vw;
  max-height: 862px;
  padding-top: clamp(46px, 4.7vw, 90px);
}

.nalu-contact-page .nalu-about-benefits__waves {
  top: clamp(52px, 5.1vw, 98px);
}

.nalu-contact-page .nalu-about-benefits__grid {
  width: min(1240px, 64.6vw);
  margin-top: clamp(78px, 7.6vw, 146px);
}

.nalu-contact-page .nalu-about-benefits__grid img {
  margin-bottom: clamp(32px, 3.2vw, 62px);
}

.nalu-contact-page .nalu-about-benefits__grid h3 {
  margin-bottom: clamp(18px, 1.55vw, 30px);
}

.nalu-contact-page .nalu-about-partners {
  min-height: 83vw;
  max-height: 1594px;
  padding-top: clamp(180px, 17.5vw, 336px);
}

.nalu-contact-page .nalu-about-partners__row {
  width: min(1120px, 57.55vw);
  margin-top: clamp(230px, 22vw, 422px);
}

.nalu-contact-page .nalu-about-testimonials {
  min-height: 76.1vw;
  max-height: 1461px;
}

.nalu-contact-page .nalu-about-testimonials__wrap {
  width: min(1280px, 66.7vw);
  margin-top: clamp(180px, 17.2vw, 330px);
}

.nalu-contact-page .nalu-about-testimonials__waves {
  bottom: clamp(116px, 11.4vw, 219px);
}

.nalu-contact-page .nalu-about-cta {
  height: 54.4vw;
  max-height: 1045px;
}

.nalu-contact-page .nalu-about-cta + .nalu-real-footer {
  min-height: clamp(560px, 61vw, 1171px);
}

.nalu-gallery-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1.6fr 0.9fr 0.68fr;
  grid-template-rows: repeat(2, 260px);
  gap: 12px;
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto clamp(100px, 8vw, 150px);
}

.nalu-gallery-feature__item {
  overflow: hidden;
  margin: 0;
  border-radius: 0 18px 0 0;
  box-shadow: 18px 18px 35px rgba(0, 0, 0, 0.16);
}

.nalu-gallery-feature__item img,
.nalu-masonry img,
.nalu-card-grid img,
.nalu-split img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nalu-gallery-feature__item--big {
  grid-row: span 2;
}

.nalu-gallery-feature__item--tall {
  grid-row: span 2;
}

.nalu-photo-count {
  position: absolute;
  left: 54px;
  bottom: 74px;
  z-index: 2;
  color: #fff;
  font-family: var(--nalu-font-display);
  font-size: 18px;
  text-decoration: none;
}

.nalu-masonry {
  columns: 4 230px;
  column-gap: 18px;
  padding-top: 0;
}

.nalu-masonry img {
  height: auto;
  margin: 0 0 18px;
  break-inside: avoid;
}

.nalu-cta {
  position: relative;
  min-height: 760px;
  color: #fff;
  overflow: hidden;
}

.nalu-cta__copy {
  position: relative;
  z-index: 2;
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 245px;
}

.nalu-cta .nalu-outline-button {
  margin-top: 130px;
}

.nalu-real-footer {
  --nalu-footer-wave-height: 13.02vw;
  position: relative;
  overflow: hidden;
  min-height: clamp(650px, 66.8vw, 1283px);
  margin: clamp(-160px, -8.33vw, -86px) 0 0;
  padding: 0;
  color: #fff;
  background: linear-gradient(to bottom, transparent 0, transparent var(--nalu-footer-wave-height), var(--nalu-aqua) var(--nalu-footer-wave-height), var(--nalu-aqua) 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.nalu-real-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nalu-footer-wave-height);
  background-image: url("../img/pdf/footer-wave-top-clean-202607.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.nalu-real-footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -8vw;
  bottom: -17vw;
  width: 88vw;
  aspect-ratio: 2494 / 2123;
  background-image: url("../img/nalu-logo-spirit-white.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .11;
  pointer-events: none;
}

.nalu-footer__inner {
  position: relative;
  z-index: 1;
  width: min(1920px, 100vw);
  height: clamp(650px, 66.8vw, 1283px);
  margin: 0 auto;
}

.nalu-footer__about {
  position: absolute;
  z-index: 2;
  top: clamp(205px, 19.8vw, 380px);
  left: clamp(179px, 17.5vw, 336px);
  width: clamp(300px, 28.8vw, 553px);
}

.nalu-real-footer h3 {
  margin: 0 0 clamp(14px, 1.4vw, 27px);
  font-family: var(--nalu-font-fun);
  font-weight: 400;
  font-size: clamp(22px, 1.92vw, 37px);
  line-height: 1;
  text-transform: uppercase;
}

.nalu-real-footer p,
.nalu-real-footer a,
.nalu-footer-line {
  color: rgba(255, 253, 246, 0.72);
  font-family: var(--nalu-font-body);
  font-weight: 400 !important;
  font-size: clamp(12px, 1.12vw, 21.5px);
  line-height: 1.57;
  text-decoration: none;
}

.nalu-footer__contacts {
  margin-top: clamp(58px, 5.4vw, 104px);
}

.nalu-footer__social {
  display: flex;
  margin-top: clamp(31px, 3vw, 58px);
}

.nalu-footer__social img {
  display: block;
  width: clamp(68px, 6.85vw, 132px);
  height: auto;
}

.nalu-footer__brand {
  position: absolute;
  z-index: 3;
  top: clamp(265px, 25.6vw, 492px);
  left: clamp(650px, 63.2vw, 1214px);
  width: clamp(250px, 22.2vw, 426px);
}

.nalu-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nalu-footer-line {
  position: absolute;
  z-index: 2;
  left: clamp(179px, 17.5vw, 336px);
  bottom: clamp(65px, 5.8vw, 112px);
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(24px, 2.35vw, 45px);
  align-items: center;
  width: clamp(676px, 66vw, 1267px);
}

.nalu-footer-line span {
  margin-left: auto;
  white-space: nowrap;
  color: rgba(255, 253, 246, 0.74);
}

.nalu-footer-line a {
  white-space: nowrap;
}

.nalu-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: clamp(60px, 8vw, 150px);
  align-items: center;
}

.nalu-split img {
  aspect-ratio: 4 / 3;
  border-radius: 0 22px 0 0;
  box-shadow: 22px 22px 45px rgba(0, 0, 0, 0.14);
}

.nalu-section-title {
  margin-bottom: 68px;
  text-align: center;
}

.nalu-benefit-grid,
.nalu-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
}

.nalu-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nalu-benefit-grid h3,
.nalu-card-grid h3 {
  margin: 0 0 20px;
  font-family: var(--nalu-font-body);
  font-size: 24px;
}

.nalu-card-grid article {
  background: #fff;
  box-shadow: 18px 18px 35px rgba(0, 0, 0, 0.08);
}

.nalu-card-grid img {
  aspect-ratio: 1.2 / 1;
}

.nalu-card-grid h3,
.nalu-card-grid p,
.nalu-card-grid strong,
.nalu-card-grid a {
  display: block;
  margin-left: 28px;
  margin-right: 28px;
}

.nalu-card-grid h3 {
  margin-top: 28px;
}

.nalu-card-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 56px;
  margin-top: 26px;
  margin-bottom: 32px;
  padding: 0 28px;
  color: #fff;
  background: var(--nalu-orange);
  border-radius: 999px;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  text-decoration: none;
}

.nalu-program-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin: -28px 0 64px;
  font-family: var(--nalu-font-display);
  font-size: 18px;
}

.nalu-program-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) 240px;
  gap: 56px;
  align-items: start;
  padding: clamp(34px, 5vw, 72px);
  background: #fff;
  box-shadow: 18px 18px 45px rgba(0, 0, 0, 0.1);
}

.nalu-program-card__meta,
.nalu-blog-categories span,
.nalu-spot-grid > article > span {
  display: block;
  margin-bottom: 14px;
  font-family: var(--nalu-font-display);
  font-size: 18px;
  text-transform: uppercase;
}

.nalu-program-card h3 {
  margin: 0;
  font-family: var(--nalu-font-body);
  font-size: clamp(32px, 3vw, 45px);
  line-height: 1;
}

.nalu-program-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--nalu-font-display);
  font-size: 18px;
}

.nalu-program-card li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 12px;
  background: var(--nalu-orange);
  border-radius: 50%;
}

.nalu-program-card__price strong {
  display: block;
  font-family: var(--nalu-font-body);
  font-size: 45px;
  line-height: 1;
}

.nalu-program-card__price span {
  display: block;
  margin-top: 18px;
  font-family: var(--nalu-font-display);
  font-size: 18px;
}

.nalu-testimonial-grid,
.nalu-spot-grid,
.nalu-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.nalu-testimonial-grid article,
.nalu-spot-grid article,
.nalu-contact-grid form,
.nalu-faq button {
  padding: 34px;
  background: #fff;
  box-shadow: 14px 14px 34px rgba(0, 0, 0, 0.07);
}

.nalu-testimonial-grid h3 {
  margin: 28px 0 0;
  font-family: var(--nalu-font-body);
  font-size: 30px;
}

.nalu-partner-row,
.nalu-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.nalu-partner-row span,
.nalu-blog-categories span {
  padding: 18px 26px;
  background: #fff;
  border-radius: 999px;
  font-family: var(--nalu-font-body);
  font-weight: 800;
}

.nalu-more-link {
  display: table;
  margin: 46px auto 0;
  color: #171717;
  font-family: var(--nalu-font-display);
  text-decoration: none;
}

.nalu-spot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nalu-spot-grid h3,
.nalu-contact-grid h3,
.nalu-article h3 {
  margin: 0 0 18px;
  font-family: var(--nalu-font-body);
  font-size: 30px;
}

.nalu-contact-grid {
  align-items: start;
}

.nalu-contact-grid form {
  display: grid;
  gap: 22px;
}

.nalu-contact-grid label {
  display: grid;
  gap: 10px;
  font-family: var(--nalu-font-display);
  font-weight: 800;
  font-size: 15px;
}

.nalu-contact-grid input,
.nalu-contact-grid textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f8f2ea;
  font-family: var(--nalu-font-display);
  font-size: 18px;
}

.nalu-contact-grid textarea {
  min-height: 170px;
  padding-top: 18px;
}

.nalu-faq {
  display: grid;
  gap: 16px;
}

.nalu-faq .nalu-section-title {
  margin-bottom: 24px;
}

.nalu-faq button {
  width: 100%;
  border: 0;
  color: #171717;
  font-family: var(--nalu-font-display);
  font-weight: 800;
  font-size: 18px;
  text-align: left;
}

.nalu-article {
  max-width: 720px !important;
}

@media (max-width: 1180px) {
  .nalu-hero__copy {
    padding-top: 300px;
  }

  .nalu-outline-button {
    margin-top: 70px;
  }

  .nalu-gallery-feature,
  .nalu-split,
  .nalu-benefit-grid,
  .nalu-card-grid,
  .nalu-program-card,
  .nalu-testimonial-grid,
  .nalu-spot-grid,
  .nalu-contact-grid {
    grid-template-columns: 1fr;
  }

  .nalu-gallery-feature {
    grid-template-rows: none;
  }

  .nalu-gallery-feature__item {
    min-height: 280px;
  }
}

@media (max-width: 1000px) {
  .nalu-experiences-page .nalu-line {
    white-space: normal;
  }

  .nalu-experiences-stage,
  .nalu-experiences-hero .nalu-hero__copy,
  .nalu-experiences-page .nalu-home-program .nalu-home-stage,
  .nalu-experiences-page .nalu-home-experiences .nalu-home-stage {
    width: min(86vw, 520px);
  }

  .nalu-experiences-two {
    padding: 92px 0 90px;
  }

  .nalu-experiences-two__grid,
  .nalu-experiences-spots__grid {
    grid-template-columns: 1fr;
    width: min(86vw, 520px);
  }

  .nalu-experiences-video {
    height: 72vw;
  }

  .nalu-experiences-page .nalu-home-program {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .nalu-experiences-spots {
    padding: 80px 0 120px;
  }

  .nalu-experiences-page .nalu-home-experiences {
    padding: 90px 0 120px;
  }

  .nalu-experiences-page .nalu-home-experience-grid article {
    flex-basis: 100%;
  }

  .nalu-experiences-page .nalu-about-testimonials {
    padding-top: 80px;
  }

  .nalu-about-page .nalu-line {
    white-space: normal;
  }

  .nalu-about-stage,
  .nalu-about-hero .nalu-hero__copy,
  .nalu-about-mission__copy,
  .nalu-about-crew__grid,
  .nalu-about-benefits__grid,
  .nalu-about-partners__row,
  .nalu-about-testimonials__wrap {
    width: min(86vw, 520px);
  }

  .nalu-about-intro,
  .nalu-about-crew,
  .nalu-about-benefits,
  .nalu-about-partners,
  .nalu-about-testimonials {
    min-height: auto;
  }

  .nalu-about-intro {
    padding: 92px 0 120px;
  }

  .nalu-about-intro__grid,
  .nalu-about-benefits__grid,
  .nalu-about-partners__row {
    grid-template-columns: 1fr;
  }

  .nalu-about-intro__media {
    width: 100%;
    overflow: hidden;
  }

  .nalu-about-intro__photo--main {
    width: 82%;
  }

  .nalu-about-intro__photo--side {
    width: 60%;
  }

  .nalu-about-crew {
    padding: 130px 0 120px;
  }

  .nalu-about-crew__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nalu-about-benefits {
    padding: 70px 0 120px;
  }

  .nalu-about-benefits__grid {
    gap: 44px;
    margin-top: 64px;
  }

  .nalu-about-partners {
    padding: 110px 0 150px;
  }

  .nalu-about-testimonials {
    padding: 0 0 120px;
  }

  .nalu-about-testimonial-grid article {
    flex-basis: 100%;
  }

  .nalu-about-cta h2 {
    max-width: 76vw;
  }

  .nalu-real-header {
    top: 14px;
    left: 18px;
    right: 18px;
    width: auto;
    height: 72px;
    transform: none;
  }

  .nalu-logo {
    left: 0;
    width: 58px;
  }

  .nalu-real-menu {
    top: 10px;
    left: 76px;
    right: 0;
    width: auto;
    min-height: 38px;
    padding: 0 16px;
    gap: 18px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nalu-real-menu a {
    font-size: 12px;
  }

  .nalu-book {
    display: none;
  }

  .nalu-home-stage {
    width: calc(100vw - 36px);
  }

  .nalu-home-hero {
    height: 620px;
  }

  .nalu-home-hero > img,
  .nalu-home-video img {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform: none;
  }

  .nalu-home-hero .nalu-hero__copy {
    width: calc(100vw - 36px);
    padding-top: 285px;
  }

  .nalu-home-hero h1,
  .nalu-home-cta h2,
  .nalu-home-section-title--large h2 {
    font-size: 42px;
  }

  .nalu-home-hero p,
  .nalu-home-cta p,
  .nalu-home-section-title--large p {
    font-size: 22px;
  }

  .nalu-home-hero .nalu-outline-button,
  .nalu-home-cta .nalu-outline-button,
  .nalu-home-intro .nalu-primary-button,
  .nalu-home-program .nalu-primary-button {
    width: 205px;
    min-height: 46px;
    margin-top: 54px;
    font-size: 14px;
  }

  .nalu-home-intro {
    height: auto;
    padding: 80px 0 70px;
  }

  .nalu-home-intro .nalu-home-stage,
  .nalu-home-program__body,
  .nalu-home-benefits__grid,
  .nalu-home-experience-grid,
  .nalu-home-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .nalu-home-intro .nalu-home-stage {
    row-gap: 34px;
  }

  .nalu-home-intro__decor {
    opacity: .7;
  }

  .nalu-home-intro__decor--sun {
    top: 28px;
    left: 16px;
    width: 72px;
  }

  .nalu-home-intro__decor--palm {
    top: 40px;
    right: 14px;
    width: 72px;
  }

  .nalu-home-intro__media {
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 10px;
  }

  .nalu-home-intro__media img {
    height: 245px;
    border-radius: 0 16px 0 0;
  }

  .nalu-home-intro__waves {
    left: 50%;
    bottom: -58px;
    width: 180px;
    transform: translateX(-50%);
  }

  .nalu-home-intro h2,
  .nalu-home-benefits h2,
  .nalu-home-testimonials h2 {
    font-size: 30px;
  }

  .nalu-home-intro .nalu-kicker,
  .nalu-home-benefits .nalu-home-section-title p,
  .nalu-home-testimonials .nalu-home-section-title p {
    margin: 10px 0 32px;
    font-size: 18px;
  }

  .nalu-home-intro p,
  .nalu-home-program p,
  .nalu-home-program li,
  .nalu-home-program__meta,
  .nalu-home-program__note,
  .nalu-home-benefits p,
  .nalu-home-experience-grid p,
  .nalu-home-testimonial-grid p {
    font-size: 14px;
  }

  .nalu-home-video {
    height: 420px;
  }

  .nalu-home-video__play {
    width: 58px;
    height: 58px;
  }

  .nalu-home-video__play::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 14px;
  }

  .nalu-home-program {
    padding-bottom: 84px;
  }

  .nalu-home-tabs {
    gap: 10px;
    margin: 46px 0 34px;
    overflow-x: auto;
  }

  .nalu-home-tabs button {
    min-width: 128px;
    min-height: 34px;
    padding: 0 18px;
    font-size: 12px;
  }

  .nalu-home-program__media {
    width: 100%;
    padding-top: 42px;
  }

  .nalu-home-program__media-slide {
    flex-basis: 78%;
  }

  .nalu-home-program__media img {
    object-position: center center;
    border-radius: 22px;
  }

  .nalu-home-program li {
    padding-left: 28px;
  }

  .nalu-home-program li::before {
    top: 1px;
    width: 14px;
    height: 14px;
  }

  .nalu-home-program li::after {
    top: 5px;
    left: 4px;
    width: 6px;
    height: 3px;
  }

  .nalu-home-benefits {
    padding: 70px 0 110px;
  }

  .nalu-home-benefits__waves {
    display: none;
  }

  .nalu-home-benefits__icon {
    width: 64px;
  }

  .nalu-home-benefits__grid {
    gap: 42px;
  }

  .nalu-home-experiences {
    padding: 70px 0 90px;
  }

  .nalu-home-experience-grid {
    --nalu-carousel-gap: 22px;
    --nalu-visible: 1;
    gap: 22px;
  }

  .nalu-home-experience-grid article,
  .nalu-home-testimonial-grid article {
    flex-basis: 100%;
  }

  .nalu-home-experience-grid article,
  .nalu-home-testimonial-grid article {
    border-radius: 22px;
  }

  .nalu-home-experience-grid h3,
  .nalu-home-experience-grid p,
  .nalu-home-experience-grid strong {
    margin-left: 24px;
    margin-right: 24px;
  }

  .nalu-home-experience-grid p {
    min-height: 0;
  }

  .nalu-home-experience-grid a {
    min-height: 46px;
    margin: 24px 16px 16px;
    font-size: 14px;
  }

  .nalu-home-arrow {
    display: none;
  }

  .nalu-home-testimonials {
    padding: 70px 0 92px;
    background: linear-gradient(to bottom, #fff 0 145px, #eef3f3 145px 100%);
  }

  .nalu-home-testimonial-grid {
    --nalu-carousel-gap: 22px;
    --nalu-visible: 1;
    gap: 22px;
  }

  .nalu-home-testimonial-grid article {
    min-height: 0;
    padding: 42px 32px 32px;
  }

  .nalu-home-stars {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .nalu-home-cta {
    height: 520px;
  }

  .nalu-home-cta__ghost {
    top: 14px;
    font-size: 54px;
  }

  .nalu-home-cta::before {
    top: 86px;
  }

  .nalu-home-cta .nalu-cta__copy {
    padding-top: 210px;
  }

  .nalu-real-footer {
    --nalu-footer-wave-height: 96px;
    min-height: 0;
    margin-top: -46px;
  }

  .nalu-home-cta + .nalu-real-footer {
    min-height: 0;
  }

  .nalu-real-footer::before {
    height: 96px;
  }

  .nalu-footer__inner,
  .nalu-home-cta + .nalu-real-footer .nalu-footer__inner {
    width: 100%;
    height: auto;
    min-height: 620px;
    box-sizing: border-box;
    padding: 138px 28px 34px;
  }

  .nalu-footer__about,
  .nalu-footer__brand,
  .nalu-footer-line {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
  }

  .nalu-footer__about {
    max-width: 315px;
  }

  .nalu-footer__brand {
    width: 172px;
    margin: 42px 0 0;
  }

  .nalu-footer-line {
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 42px;
  }

  .nalu-footer-line span {
    width: 100%;
    margin-left: 0;
    white-space: normal;
  }

  .nalu-surf-house-page .nalu-line {
    white-space: normal;
  }

  .nalu-surf-house-stage,
  .nalu-surf-house-hero .nalu-hero__copy,
  .nalu-surf-house-copy--center {
    width: min(86vw, 520px);
    max-width: min(86vw, 520px);
  }

  .nalu-surf-house-hero {
    min-height: 620px;
  }

  .nalu-surf-house-hero > img {
    object-position: center center;
  }

  .nalu-surf-house-hero .nalu-hero__copy {
    padding-top: 270px;
  }

  .nalu-surf-house-hero h1,
  .nalu-surf-house-band__copy h2 {
    font-size: 42px;
  }

  .nalu-surf-house-hero p,
  .nalu-surf-house-band__copy p {
    font-size: 24px;
  }

  .nalu-surf-house-hero .nalu-outline-button {
    min-width: 190px;
    min-height: 44px;
    margin-top: 54px;
    font-size: 13px;
  }

  .nalu-surf-house-life {
    padding: 88px 0 96px;
  }

  .nalu-surf-house-copy h2 {
    font-size: 30px;
  }

  .nalu-surf-house-kicker {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .nalu-surf-house-copy p:not(.nalu-surf-house-kicker) {
    font-size: 14px;
  }

  .nalu-surf-house-decor--sun {
    top: 28px;
    left: 16px;
    width: 76px;
  }

  .nalu-surf-house-decor--palm {
    right: -46px;
    bottom: 20px;
    width: 150px;
  }

  .nalu-surf-house-decor--birds {
    right: 44px;
    bottom: 92px;
    width: 48px;
  }

  .nalu-surf-house-band,
  .nalu-surf-house-band--taste {
    height: 430px;
    min-height: 430px;
  }

  .nalu-surf-house-band__copy {
    width: min(86vw, 520px);
    bottom: 74px;
  }

  .nalu-surf-house-heart {
    padding: 92px 0 86px;
  }

  .nalu-surf-house-decor--board {
    top: 48px;
    left: -64px;
    width: 148px;
  }

  .nalu-surf-house-decor--shell {
    top: 310px;
    right: 26px;
    width: 64px;
  }

  .nalu-surf-house-gallery {
    width: min(86vw, 520px);
    margin: 58px auto 0;
  }

  .nalu-surf-house-gallery__track,
  .nalu-surf-house-food-gallery__track {
    --nalu-carousel-gap: 22px;
    gap: 22px;
  }

  .nalu-surf-house-gallery__slide {
    flex-basis: 100%;
    aspect-ratio: 1.12 / 1;
  }

  .nalu-surf-house-heart__waves {
    width: 178px;
    margin-top: 58px;
  }

  .nalu-surf-house-flavours {
    padding: 86px 0 112px;
  }

  .nalu-surf-house-flavours__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .nalu-surf-house-food-gallery {
    width: min(86vw, 520px);
  }

  .nalu-surf-house-food-gallery__slide,
  .nalu-surf-house-food-gallery__slide:nth-child(3) {
    flex-basis: 100%;
    aspect-ratio: 1.38 / 1;
  }

  .nalu-surf-house-page .nalu-about-cta {
    height: 520px;
  }

  .nalu-gallery-page .nalu-line {
    white-space: normal;
  }

  .nalu-gallery-stage,
  .nalu-gallery-hero .nalu-hero__copy,
  .nalu-gallery-title {
    width: min(86vw, 520px);
    max-width: min(86vw, 520px);
  }

  .nalu-gallery-hero {
    min-height: 620px;
  }

  .nalu-gallery-hero > img {
    object-position: center center;
  }

  .nalu-gallery-hero .nalu-hero__copy {
    padding-top: 270px;
  }

  .nalu-gallery-hero h1 {
    font-size: 42px;
  }

  .nalu-gallery-hero p {
    font-size: 24px;
  }

  .nalu-gallery-hero .nalu-outline-button {
    min-width: 190px;
    min-height: 44px;
    margin-top: 54px;
    font-size: 13px;
  }

  .nalu-gallery-intro {
    min-height: auto;
    padding: 88px 0 120px;
  }

  .nalu-gallery-decor--board {
    top: 56px;
    left: -72px;
    width: 160px;
  }

  .nalu-gallery-decor--birds {
    right: 26px;
    bottom: 40px;
    width: 54px;
  }

  .nalu-gallery-title h2 {
    font-size: 30px;
  }

  .nalu-gallery-kicker {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .nalu-gallery-title p:not(.nalu-gallery-kicker) {
    font-size: 14px;
  }

  .nalu-gallery-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 170px 210px;
    width: min(86vw, 520px);
    aspect-ratio: auto;
    margin-top: 58px;
    border-radius: 22px;
  }

  .nalu-gallery-collage__item--left {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .nalu-gallery-collage__item--center {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .nalu-gallery-collage__item--top,
  .nalu-gallery-collage__item--bottom {
    grid-row: auto;
  }

  .nalu-gallery-collage__item--top img {
    object-position: 72% 62%;
  }

  .nalu-gallery-collage__item--bottom img {
    object-position: 50% 72%;
  }

  .nalu-gallery-collage__item a {
    left: 18px;
    bottom: 18px;
    min-width: 128px;
    min-height: 38px;
    font-size: 12px;
  }

  .nalu-gallery-page .nalu-about-cta {
    height: 520px;
  }

  .nalu-blog-page .nalu-line {
    white-space: normal;
  }

  .nalu-blog-stage,
  .nalu-blog-hero .nalu-hero__copy,
  .nalu-blog-title {
    width: min(86vw, 520px);
    max-width: min(86vw, 520px);
  }

  .nalu-blog-hero {
    min-height: 620px;
  }

  .nalu-blog-hero > img {
    object-position: center center;
  }

  .nalu-blog-hero .nalu-hero__copy {
    padding-top: 270px;
  }

  .nalu-blog-hero h1 {
    font-size: 42px;
  }

  .nalu-blog-hero p {
    font-size: 24px;
  }

  .nalu-blog-hero .nalu-outline-button {
    min-width: 190px;
    min-height: 44px;
    margin-top: 54px;
    font-size: 13px;
  }

  .nalu-blog-journal {
    padding: 88px 0 110px;
  }

  .nalu-blog-decor--board {
    top: 56px;
    left: -72px;
    width: 160px;
  }

  .nalu-blog-title h2,
  .nalu-blog-article__copy h2 {
    font-size: 30px;
  }

  .nalu-blog-kicker {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .nalu-blog-title p:not(.nalu-blog-kicker),
  .nalu-blog-article__copy p {
    font-size: 14px;
  }

  .nalu-blog-cats {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 48px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .nalu-blog-cats button {
    min-width: 124px;
    min-height: 34px;
    font-size: 12px;
  }

  .nalu-blog-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(86vw, 520px);
    margin-top: 34px;
  }

  .nalu-blog-card {
    aspect-ratio: 1 / .78;
    border-radius: 22px;
  }

  .nalu-blog-card h3 {
    font-size: 24px;
  }

  .nalu-blog-card p {
    font-size: 13px;
  }

  .nalu-blog-article {
    padding: 72px 0 128px;
  }

  .nalu-blog-article__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .nalu-blog-article__copy h3 {
    font-size: 18px;
  }

  .nalu-blog-article__media {
    gap: 18px;
    padding-top: 0;
  }

  .nalu-blog-article__media figure {
    border-radius: 22px;
  }

  .nalu-blog-article__waves {
    bottom: 48px;
    width: 178px;
  }

  .nalu-blog-page .nalu-about-cta {
    height: 520px;
  }

  .nalu-contact-page .nalu-line {
    white-space: normal;
  }

  .nalu-contact-stage,
  .nalu-contact-hero .nalu-hero__copy,
  .nalu-contact-faq__list,
  .nalu-contact-page .nalu-about-benefits__grid,
  .nalu-contact-page .nalu-about-partners__row,
  .nalu-contact-page .nalu-about-testimonials__wrap {
    width: min(86vw, 520px);
    max-width: min(86vw, 520px);
  }

  .nalu-contact-hero {
    min-height: 620px;
  }

  .nalu-contact-hero > img {
    object-position: center center;
  }

  .nalu-contact-hero .nalu-hero__copy {
    padding-top: 270px;
  }

  .nalu-contact-hero h1 {
    font-size: 42px;
  }

  .nalu-contact-hero p {
    font-size: 24px;
  }

  .nalu-contact-hero .nalu-outline-button {
    min-width: 160px;
    min-height: 44px;
    margin-top: 54px;
    font-size: 13px;
  }

  .nalu-contact-panel {
    min-height: auto;
    padding: 92px 0 110px;
  }

  .nalu-contact-decor--sun {
    top: 28px;
    left: 16px;
    width: 76px;
  }

  .nalu-contact-panel__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .nalu-contact-panel__copy {
    padding-top: 22px;
  }

  .nalu-contact-panel__copy h2,
  .nalu-contact-section-title h2 {
    font-size: 30px;
  }

  .nalu-contact-kicker,
  .nalu-contact-section-title p {
    font-size: 16px;
  }

  .nalu-contact-panel__copy p:not(.nalu-contact-kicker) {
    max-width: none;
    margin-top: 34px;
  }

  .nalu-contact-panel__copy p:not(.nalu-contact-kicker),
  .nalu-contact-details p,
  .nalu-contact-details a,
  .nalu-contact-faq details p {
    font-size: 14px;
  }

  .nalu-contact-details {
    margin-top: 42px;
  }

  .nalu-contact-details h3,
  .nalu-contact-form h3 {
    font-size: 18px;
  }

  .nalu-contact-details img {
    width: 72px;
    margin-top: 26px;
  }

  .nalu-contact-social {
    gap: 10px;
    margin-top: 26px;
  }

  .nalu-contact-social__icon {
    width: 21px;
    height: 21px;
  }

  .nalu-contact-form {
    gap: 24px;
    min-height: 0;
    padding: 34px 28px 30px;
    border-radius: 28px;
  }

  .nalu-contact-form label {
    font-size: 12px;
  }

  .nalu-contact-form input {
    min-height: 38px;
  }

  .nalu-contact-form textarea {
    min-height: 150px;
    border-radius: 18px;
  }

  .nalu-contact-form .nalu-primary-button {
    min-width: 190px;
    min-height: 44px;
    font-size: 12px;
  }

  .nalu-contact-panel__waves {
    left: 50%;
    bottom: 28px;
    width: 180px;
    transform: translateX(-50%);
  }

  .nalu-contact-map {
    height: 300px;
    min-height: 300px;
  }

  .nalu-contact-faq {
    min-height: auto;
    padding: 86px 0 112px;
  }

  .nalu-contact-decor--palm {
    top: 20px;
    left: -72px;
    width: 170px;
  }

  .nalu-contact-decor--birds {
    right: 28px;
    bottom: 48px;
    width: 54px;
  }

  .nalu-contact-faq__list {
    gap: 12px;
    margin-top: 58px;
  }

  .nalu-contact-faq summary {
    min-height: 48px;
    padding: 0 54px 0 22px;
    font-size: 12px;
  }

  .nalu-contact-faq summary span::before,
  .nalu-contact-faq summary span::after {
    right: 24px;
    width: 16px;
  }

  .nalu-contact-show-more {
    margin-top: 36px;
    font-size: 12px;
  }

  .nalu-contact-page .nalu-about-benefits {
    min-height: auto;
    padding: 70px 0 110px;
  }

  .nalu-contact-page .nalu-about-benefits__grid,
  .nalu-contact-page .nalu-about-partners__row {
    grid-template-columns: 1fr;
  }

  .nalu-contact-page .nalu-about-benefits__grid {
    gap: 42px;
    margin-top: 64px;
  }

  .nalu-contact-page .nalu-about-partners {
    min-height: auto;
    padding: 110px 0 150px;
  }

  .nalu-contact-page .nalu-about-partners__row {
    margin-top: 64px;
  }

  .nalu-contact-page .nalu-about-testimonials {
    min-height: auto;
    padding: 0 0 120px;
  }

  .nalu-contact-page .nalu-about-testimonials__wrap {
    margin-top: 74px;
  }

  .nalu-contact-page .nalu-about-testimonial-grid article {
    flex-basis: 100%;
  }

  .nalu-contact-page .nalu-about-testimonials__waves {
    bottom: 34px;
    width: 178px;
  }

  .nalu-contact-page .nalu-about-cta {
    height: 520px;
  }
}

/* Real video media from the client Drive. */
.nalu-home-video__media,
.nalu-experiences-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  filter: brightness(.68);
  transition: filter 700ms ease, transform 900ms cubic-bezier(.2, .7, .2, 1);
}

.nalu-home-video__media {
  position: absolute;
  inset: 0;
}

.nalu-home-video::after,
.nalu-experiences-video::after {
  pointer-events: none;
  transition: background-color 700ms ease, opacity 700ms ease;
}

.nalu-home-video.is-playing::after,
.nalu-experiences-video.is-playing::after {
  opacity: .18;
}

.nalu-home-video.is-playing .nalu-home-video__media,
.nalu-experiences-video.is-playing .nalu-experiences-video__media {
  filter: brightness(.94);
}

.nalu-home-video__play,
.nalu-experiences-video__play {
  appearance: none;
  padding: 0;
  background: rgba(0, 0, 0, .12);
  cursor: pointer;
  transition: opacity 350ms ease, transform 450ms cubic-bezier(.2, .7, .2, 1), background-color 350ms ease;
}

.nalu-home-video__play:hover,
.nalu-experiences-video__play:hover {
  background: rgba(0, 0, 0, .28);
  transform: translate(-50%, -50%) scale(1.06);
}

.nalu-home-video.is-playing .nalu-home-video__play,
.nalu-experiences-video.is-playing .nalu-experiences-video__play {
  opacity: 0;
  pointer-events: none;
}

/* 2026-07 content refresh: packages, founder, extras and accommodation. */
.nalu-home-tabs {
  justify-content: center;
}

.nalu-home-tabs button {
  min-width: clamp(170px, 12.8vw, 246px);
}

.nalu-home-program__body {
  grid-template-columns: minmax(360px, 31.5vw) minmax(0, 1fr);
  column-gap: clamp(42px, 4.6vw, 88px);
}

.nalu-home-program h3 .nalu-line {
  white-space: nowrap;
}

.nalu-home-program__intro,
.nalu-home-program__closing {
  max-width: 37em;
  margin: clamp(22px, 1.8vw, 35px) 0 0;
  color: rgba(26, 26, 26, .72);
  font-family: var(--nalu-font-display);
  font-weight: 300;
  line-height: 1.45;
}

.nalu-home-program__closing {
  margin-top: clamp(22px, 1.8vw, 35px);
  font-style: italic;
}

.nalu-home-program h4 {
  margin: clamp(28px, 2.4vw, 46px) 0 0;
  font-family: var(--nalu-font-fun);
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.nalu-home-program ul.nalu-home-program__included,
.nalu-home-program ul.nalu-home-program__not-included {
  gap: clamp(13px, 1vw, 20px);
  margin-top: clamp(20px, 1.45vw, 28px);
}

.nalu-home-program__not-included li {
  color: rgba(26, 26, 26, .5);
}

.nalu-home-program__media {
  width: min(47.5vw, 910px);
  padding-top: clamp(84px, 7vw, 134px);
}

.nalu-home-experience-grid article {
  display: flex;
  min-height: clamp(500px, 35vw, 672px);
  flex-direction: column;
}

.nalu-home-experience-grid h3 {
  min-height: 2em;
}

.nalu-home-experience-grid p {
  flex: 1 1 auto;
  min-height: 0;
}

.nalu-home-experience-grid strong {
  min-height: 2em;
}

.nalu-home-experience-grid a {
  flex: 0 0 auto;
}

.nalu-about-crew--founder {
  min-height: 72vw;
  max-height: 1382px;
  padding-bottom: clamp(150px, 14vw, 270px);
}

.nalu-about-crew--founder .nalu-about-crew__grid {
  grid-template-columns: minmax(270px, 350px) minmax(340px, 560px);
  align-items: center;
  gap: clamp(48px, 6vw, 115px);
  width: min(1040px, 70vw);
  margin-top: clamp(76px, 7vw, 134px);
}

.nalu-about-crew--founder .nalu-about-crew-card {
  width: 100%;
}

.nalu-about-founder__copy p {
  margin: 0 0 clamp(22px, 2vw, 38px);
  color: rgba(26, 26, 26, .72);
  font-family: var(--nalu-font-display);
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 300;
  line-height: 1.55;
}

.nalu-about-partners {
  min-height: 70vw;
  max-height: 1344px;
}

.nalu-about-partners__row {
  display: block;
  width: min(720px, 52vw);
  margin-top: clamp(130px, 12vw, 230px);
}

.nalu-about-partner-card {
  box-sizing: border-box;
  min-height: clamp(210px, 16vw, 307px);
  padding: clamp(44px, 4vw, 77px);
  border-radius: clamp(18px, 1.5vw, 29px);
  color: var(--nalu-cream);
  background: var(--nalu-teal);
  text-align: center;
}

.nalu-about-partner-card strong {
  display: block;
  font-family: var(--nalu-font-fun);
  font-size: clamp(28px, 2.4vw, 46px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.nalu-about-partner-card p {
  max-width: 34em;
  margin: clamp(20px, 1.5vw, 29px) auto 0;
  color: rgba(255, 253, 246, .74);
  font-family: var(--nalu-font-display);
  font-size: clamp(16px, 1.1vw, 21px);
  font-weight: 300;
  line-height: 1.5;
}

.nalu-accommodation {
  position: relative;
  padding: clamp(120px, 10vw, 192px) 0 clamp(140px, 12vw, 230px);
  overflow: hidden;
  background: #d8eeeb;
}

.nalu-accommodation__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 38px);
  margin-top: clamp(70px, 6vw, 115px);
}

.nalu-accommodation-card {
  display: flex;
  box-sizing: border-box;
  min-height: clamp(470px, 35vw, 672px);
  padding: clamp(34px, 3vw, 58px);
  border: 1px solid rgba(24, 101, 115, .14);
  border-radius: clamp(18px, 1.7vw, 33px);
  background: var(--nalu-cream);
  flex-direction: column;
}

.nalu-accommodation-card h3,
.nalu-accommodation__includes h3 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-size: clamp(25px, 2vw, 38px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.nalu-accommodation-card > strong {
  display: block;
  margin-top: clamp(14px, 1vw, 19px);
  color: var(--nalu-orange);
  font-family: var(--nalu-font-body);
  font-size: clamp(14px, 1vw, 19px);
}

.nalu-accommodation-card p {
  min-height: 5.2em;
  margin: clamp(24px, 2vw, 38px) 0 0;
  color: rgba(26, 26, 26, .68);
  font-family: var(--nalu-font-display);
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 300;
  line-height: 1.48;
}

.nalu-accommodation-card ul,
.nalu-accommodation__includes ul {
  display: grid;
  gap: clamp(13px, 1vw, 19px);
  margin: clamp(28px, 2.2vw, 42px) 0 0;
  padding: 0;
  list-style: none;
}

.nalu-accommodation-card li,
.nalu-accommodation__includes li {
  position: relative;
  padding-left: 28px;
  font-family: var(--nalu-font-display);
  font-weight: 300;
  line-height: 1.4;
}

.nalu-accommodation-card li::before,
.nalu-accommodation__includes li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--nalu-orange);
}

.nalu-accommodation__includes {
  box-sizing: border-box;
  width: min(860px, 64vw);
  margin: clamp(60px, 5vw, 96px) auto 0;
  padding: clamp(38px, 3.4vw, 65px);
  border-radius: clamp(18px, 1.7vw, 33px);
  color: var(--nalu-cream);
  background: var(--nalu-teal);
}

.nalu-accommodation__includes h3 {
  color: var(--nalu-cream);
  text-align: center;
}

.nalu-accommodation__includes ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nalu-accommodation__includes li::before {
  background: var(--nalu-orange);
}

.nalu-surf-house-gallery__slide img {
  object-position: center;
}

@media (max-width: 1000px) {
  .nalu-home-program__body {
    grid-template-columns: 1fr;
  }

  .nalu-home-program h3 .nalu-line {
    white-space: normal;
  }

  .nalu-home-program__media {
    width: 100%;
    padding-top: 50px;
  }

  .nalu-home-experience-grid article {
    min-height: 590px;
  }

  .nalu-home-experience-grid h3,
  .nalu-home-experience-grid strong {
    min-height: 0;
  }

  .nalu-about-crew--founder {
    min-height: 0;
    padding-bottom: 120px;
  }

  .nalu-about-crew--founder .nalu-about-crew__grid {
    grid-template-columns: 1fr;
    width: min(520px, calc(100% - 48px));
  }

  .nalu-about-founder__copy {
    text-align: center;
  }

  .nalu-about-partners {
    min-height: 0;
    padding-bottom: 170px;
  }

  .nalu-about-partners__row {
    width: min(520px, calc(100% - 48px));
    margin-top: 72px;
  }

  .nalu-accommodation {
    padding: 92px 0 110px;
  }

  .nalu-accommodation__grid {
    grid-template-columns: 1fr;
    width: min(520px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
  }

  .nalu-accommodation-card {
    min-height: 0;
    text-align: center;
  }

  .nalu-accommodation-card p {
    min-height: 0;
  }

  .nalu-accommodation-card ul,
  .nalu-accommodation__includes ul {
    text-align: left;
  }

  .nalu-accommodation__includes {
    width: min(520px, calc(100% - 48px));
  }

  .nalu-accommodation__includes ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nalu-home-tabs {
    justify-content: flex-start;
  }

  .nalu-home-tabs button {
    min-width: 156px;
  }

  .nalu-home-program__intro,
  .nalu-home-program__closing {
    text-align: center;
  }

  .nalu-home-program h4 {
    text-align: center;
  }

  .nalu-home-experience-grid article {
    min-height: 540px;
  }
}

/* Final PDF calibration and responsive navigation. */
.nalu-menu-toggle {
  display: none;
}

.nalu-about-intro__photo,
.nalu-about-crew-card,
.nalu-experiences-two__card,
.nalu-contact-form,
.nalu-contact-faq details {
  box-shadow: none;
}

@media (min-width: 901px) {
  .nalu-home-experiences {
    padding-bottom: 10.4vw;
  }

  .nalu-home-testimonials {
    position: relative;
  }

  .nalu-home-testimonials::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4.8vw;
    width: 18vw;
    aspect-ratio: 346 / 111;
    background: url("../img/icons/decor-waves.png") center / contain no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .nalu-home-testimonials h2 .nalu-soft {
    color: var(--nalu-aqua);
  }

  .nalu-home-testimonials h2 .nalu-deep {
    color: var(--nalu-teal);
  }

  .nalu-home-cta .nalu-cta__copy {
    padding-top: 21.8vw;
  }

  .nalu-home-cta + .nalu-real-footer,
  .nalu-about-cta + .nalu-real-footer {
    min-height: clamp(650px, 66.3vw, 1273px);
  }

  .nalu-home-cta + .nalu-real-footer .nalu-footer__inner,
  .nalu-about-cta + .nalu-real-footer .nalu-footer__inner {
    height: clamp(650px, 66.3vw, 1273px);
  }

  .nalu-footer__about {
    top: clamp(205px, 21.2vw, 407px);
  }

  .nalu-real-footer h3 {
    font-size: clamp(16px, 1.5625vw, 30px);
  }

  .nalu-real-footer p,
  .nalu-real-footer a,
  .nalu-footer-line {
    font-size: clamp(10.5px, 1.03vw, 19.79px);
  }

  .nalu-footer-line {
    bottom: clamp(72px, 7.5vw, 144px);
  }

  .nalu-about-intro__grid {
    gap: clamp(72px, 7.35vw, 141px);
  }

  .nalu-about-intro__copy {
    padding-top: 0;
    padding-left: 1.3vw;
  }

  .nalu-about-intro h2 {
    font-size: clamp(26px, 2.604vw, 50px);
  }

  .nalu-about-kicker {
    font-size: clamp(16px, 1.5625vw, 30px);
  }

  .nalu-about-intro p:not(.nalu-about-kicker) {
    margin-top: 3.2vw;
    font-family: var(--nalu-font-body);
    font-weight: 400;
    font-size: clamp(10.5px, 1.031vw, 19.79px);
    line-height: 1.35;
  }

  .nalu-about-intro p:not(.nalu-about-kicker) + p {
    margin-top: 2.3vw;
  }

  .nalu-about-mission__copy {
    padding-top: 30.3vw;
  }

  .nalu-about-mission p {
    font-size: clamp(30px, 3vw, 57.64px);
  }

  .nalu-about-crew {
    height: 105.6vw;
    min-height: 0;
    max-height: 2028px;
    padding-top: 17.4vw;
  }

  .nalu-about-crew__grid {
    width: min(1260px, 65.6vw);
    gap: 1vw;
    margin-top: 8.1vw;
  }

  .nalu-about-crew-card {
    aspect-ratio: 395 / 476;
  }

  .nalu-about-benefits {
    background: var(--nalu-teal);
  }

  .nalu-about-partners {
    height: 70.2vw;
    min-height: 0;
    max-height: 1348px;
    padding-top: 10.2vw;
  }

  .nalu-about-partners__row {
    width: min(1087px, 56.6vw);
    gap: .96vw;
    margin-top: 16vw;
  }

  .nalu-about-partners__row span {
    aspect-ratio: 257 / 214;
  }

  .nalu-about-testimonials {
    height: 75.7vw;
    min-height: 0;
    max-height: 1454px;
  }

  .nalu-about-testimonials__wrap {
    width: min(1273px, 66.3vw);
    margin-top: 12.2vw;
  }

  .nalu-about-testimonial-grid {
    --nalu-carousel-gap: 1.85vw;
  }

  .nalu-about-testimonial-grid article {
    height: 26.8vw;
    min-height: 0;
    max-height: 515px;
    padding: 4.1vw 4.8vw;
  }

  .nalu-about-testimonial-grid p {
    margin-top: 3.6vw;
    font-size: clamp(10.5px, 1.03vw, 19.79px);
  }

  .nalu-about-testimonial-grid h3 {
    margin-top: 3.3vw;
    font-size: clamp(16px, 1.5625vw, 30px);
  }

  .nalu-about-cta .nalu-cta__copy {
    padding-top: 22.1vw;
  }

  .nalu-about-cta h2 {
    font-size: clamp(44px, 4.642vw, 89.13px);
  }

  .nalu-about-cta .nalu-primary-button {
    margin-top: 7vw;
  }

  .nalu-experiences-two {
    height: 65.84vw;
    max-height: 1264px;
    padding: 15vw 0 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .nalu-experiences-two .nalu-experiences-stage {
    width: min(1304px, 67.9vw);
  }

  .nalu-experiences-two__grid {
    margin-top: 6.35vw;
  }

  .nalu-experiences-video {
    height: 48.55vw;
    max-height: 932px;
  }

  .nalu-experiences-page .nalu-home-program {
    padding-top: 15.3vw;
    padding-bottom: 14.2vw;
  }

  .nalu-experiences-spots {
    padding-top: 3.1vw;
    padding-bottom: 13.7vw;
  }

  .nalu-experiences-spots__grid {
    width: min(1260px, 65.6vw);
    gap: 1vw;
    margin-top: 8.2vw;
  }

  .nalu-experiences-spot {
    display: flex;
    flex-direction: column;
    height: 26.4vw;
    max-height: 507px;
    border-radius: 2.15vw;
  }

  .nalu-experiences-spot__body {
    padding: 1.5vw 1.8vw;
  }

  .nalu-experiences-spot h3 {
    font-size: clamp(17px, 1.77vw, 34px);
  }

  .nalu-experiences-spot p {
    margin-top: .75vw;
    font-size: clamp(11px, 1.03vw, 19.79px);
  }

  .nalu-experiences-spot__stats {
    gap: 1vw;
    margin-top: 2.4vw;
    font-size: clamp(10px, .94vw, 18px);
  }

  .nalu-experiences-spot__stats img {
    margin-bottom: .55vw;
  }

  .nalu-experiences-page .nalu-about-benefits {
    min-height: 55.8vw;
    max-height: 1071px;
  }

  .nalu-experiences-page .nalu-home-experiences {
    padding: 7.8vw 0 4.2vw;
  }

  .nalu-experiences-page .nalu-home-experiences .nalu-home-stage {
    width: min(1258px, 65.5vw);
  }

  .nalu-experiences-page .nalu-about-testimonials {
    height: 72.6vw;
    min-height: 0;
    max-height: 1394px;
    padding-top: 3vw;
  }

  .nalu-surf-house-life {
    padding: 15vw 0 14.1vw;
  }

  .nalu-surf-house-band,
  .nalu-surf-house-band--taste {
    height: 44.8vw;
    min-height: 0;
    max-height: 860px;
  }

  .nalu-surf-house-band__copy {
    bottom: 4.9vw;
  }

  .nalu-surf-house-band__copy h2 {
    font-size: clamp(44px, 4.642vw, 89.13px);
  }

  .nalu-surf-house-band__copy p {
    font-size: clamp(30px, 3vw, 57.64px);
  }

  .nalu-surf-house-heart {
    height: 101.4vw;
    max-height: 1947px;
    padding: 18.05vw 0 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .nalu-surf-house-gallery {
    margin-top: 9.1vw;
  }

  .nalu-surf-house-heart__waves {
    margin-top: 6vw;
  }

  .nalu-surf-house-flavours {
    height: 67.15vw;
    max-height: 1289px;
    padding: 18vw 0 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .nalu-gallery-intro {
    min-height: 90vw;
    max-height: 1728px;
    padding-top: 14.9vw;
  }

  .nalu-gallery-collage {
    width: min(1260px, 65.6vw);
    aspect-ratio: 1259 / 544;
    margin-top: 8.6vw;
  }

  .nalu-blog-card-grid {
    width: min(1230px, 64.1vw);
    gap: 1vw;
    margin-top: 3.3vw;
  }

  .nalu-blog-card {
    aspect-ratio: 395 / 476;
  }

  .nalu-blog-card__shade {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
  }

  .nalu-blog-show-more {
    margin-top: 2.4vw;
  }

  .nalu-blog-journal {
    padding-bottom: 6.9vw;
  }

  .nalu-blog-article {
    padding-bottom: 31vw;
  }

  .nalu-blog-article__grid {
    grid-template-columns: 29vw 33.3vw;
    gap: 1.8vw;
  }

  .nalu-blog-article__media {
    gap: 3.05vw;
    padding-top: 0;
  }

  .nalu-blog-article__media figure:nth-child(1),
  .nalu-blog-article__media figure:nth-child(2),
  .nalu-blog-article__media figure:nth-child(3) {
    aspect-ratio: 649 / 544;
  }

  .nalu-contact-panel {
    padding-top: 15vw;
  }

  .nalu-contact-faq {
    padding-top: 18vw;
  }

  .nalu-contact-page .nalu-about-partners {
    height: 77.6vw;
    min-height: 0;
    max-height: 1490px;
    padding-top: 18.2vw;
  }

  .nalu-contact-page .nalu-about-partners__row {
    margin-top: 16vw;
  }

  .nalu-contact-page .nalu-about-testimonials {
    height: 76.1vw;
    min-height: 0;
    max-height: 1461px;
    padding-top: 6px;
  }

  .nalu-contact-page .nalu-about-testimonials__wrap {
    width: min(1273px, 66.3vw);
    margin-top: 11.7vw;
  }
}

/* Functional polish: continuous carousels, real content and motion. */
.nalu-home-carousel__track.is-jump {
  transition: none !important;
}

.nalu-surf-house-gallery__track .nalu-surf-house-gallery__slide img,
.nalu-surf-house-food-gallery__track .nalu-surf-house-food-gallery__slide img {
  object-position: center center;
}

.nalu-surf-house-food-gallery__track .nalu-surf-house-food-gallery__slide--3 img {
  object-position: center 35%;
}

.nalu-home-video__play,
.nalu-experiences-video__play {
  cursor: pointer;
}

.nalu-home-video__play:focus-visible,
.nalu-experiences-video__play:focus-visible {
  outline: 3px solid var(--nalu-orange);
  outline-offset: 5px;
}

.nalu-home-intro__media {
  display: block;
  width: 40.7vw;
}

.nalu-home-intro__media .nalu-home-carousel__viewport {
  width: 100%;
  overflow: hidden;
}

.nalu-home-intro__track {
  --nalu-carousel-gap: 1vw;
}

.nalu-home-intro__slide {
  flex: 0 0 31.3vw;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(18px, 1.6vw, 31px);
}

.nalu-home-intro__slide img {
  border-radius: inherit;
}

.nalu-home-experience-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  box-sizing: border-box;
}

.nalu-home-experience-grid p {
  min-height: 0;
  text-wrap: pretty;
  overflow-wrap: normal;
}

.nalu-home-experience-grid a {
  align-self: end;
}

.nalu-home-testimonial-grid article,
.nalu-about-testimonial-grid article {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  box-sizing: border-box;
}

.nalu-home-testimonial-grid p,
.nalu-about-testimonial-grid p {
  text-wrap: pretty;
  overflow-wrap: normal;
}

.nalu-testimonial-source {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-top: .75vw;
  color: rgba(26, 26, 26, .48);
  font-family: var(--nalu-font-body);
  font-size: clamp(9px, .72vw, 14px);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.nalu-testimonial-source:hover,
.nalu-testimonial-source:focus-visible {
  color: var(--nalu-orange);
}

.nalu-experiences-two__card span {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 12px));
  transition: opacity .25s ease, transform .25s ease;
}

.nalu-experiences-two__card img {
  transition: transform .55s ease;
}

.nalu-experiences-two__card:hover span,
.nalu-experiences-two__card:focus-visible span {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.nalu-experiences-two__card:hover img,
.nalu-experiences-two__card:focus-visible img {
  transform: scale(1.035);
}

.nalu-experiences-spot {
  --nalu-spot-inline: clamp(18px, 1.8vw, 35px);
}

.nalu-experiences-spot__badge {
  left: var(--nalu-spot-inline);
}

.nalu-experiences-spot__body {
  padding-right: var(--nalu-spot-inline);
  padding-left: var(--nalu-spot-inline);
}

.nalu-social-strip {
  position: relative;
  width: max-content;
  line-height: 0;
}

.nalu-social-strip__link {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 34%;
  border-radius: 4px;
}

.nalu-social-strip__link--instagram {
  left: 0;
}

.nalu-social-strip__link--whatsapp {
  right: 0;
}

.nalu-social-strip__link:focus-visible {
  outline: 2px solid var(--nalu-orange);
  outline-offset: 3px;
}

.nalu-contact-social img {
  display: block;
  width: clamp(58px, 5.8vw, 111px);
  height: auto;
  margin: 0;
}

.nalu-contact-tripadvisor {
  display: inline-block;
  margin-top: clamp(14px, 1.25vw, 24px);
  color: rgba(46, 46, 46, .62);
  font-family: var(--nalu-font-body);
  font-size: clamp(10px, .85vw, 16px);
  font-weight: 800;
  text-underline-offset: 3px;
}

.nalu-contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.nalu-contact-form__status {
  margin: -1.4vw 0 0;
  padding: .8em 1em;
  border-radius: 6px;
  font-family: var(--nalu-font-body);
  font-size: clamp(10px, .8vw, 15px);
  font-weight: 800;
  line-height: 1.35;
}

.nalu-contact-form__status.is-success {
  color: #1b5f40;
  background: rgba(92, 181, 121, .16);
}

.nalu-contact-form__status.is-error {
  color: #8d321f;
  background: rgba(228, 75, 49, .12);
}

.nalu-gallery-collage__open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.nalu-gallery-collage__open img {
  transition: transform .5s ease;
}

.nalu-gallery-collage__open:hover img,
.nalu-gallery-collage__open:focus-visible img {
  transform: scale(1.035);
}

.nalu-gallery-count {
  position: absolute;
  z-index: 2;
  left: clamp(42px, 3.9vw, 75px);
  bottom: clamp(30px, 2.9vw, 56px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(140px, 12.4vw, 238px);
  min-height: clamp(37px, 3.35vw, 64px);
  padding: 0 clamp(24px, 2.2vw, 42px);
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--nalu-orange);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(12px, 1.02vw, 20px);
  cursor: pointer;
}

.nalu-gallery-lightbox[hidden] {
  display: none;
}

.nalu-gallery-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(52px, 5vw, 96px) clamp(54px, 6vw, 116px);
  box-sizing: border-box;
  background: rgba(8, 18, 20, .94);
  backdrop-filter: blur(8px);
}

.nalu-gallery-lightbox figure {
  display: grid;
  place-items: center;
  max-width: min(1400px, 86vw);
  max-height: 82vh;
  margin: 0;
}

.nalu-gallery-lightbox figure img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
}

.nalu-gallery-lightbox figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, .82);
  font-family: var(--nalu-font-body);
  font-size: 14px;
  text-align: center;
}

.nalu-gallery-lightbox__close,
.nalu-gallery-lightbox__arrow {
  position: absolute;
  z-index: 3;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: rgba(0, 0, 0, .26);
  cursor: pointer;
}

.nalu-gallery-lightbox__close {
  top: 24px;
  right: 24px;
}

.nalu-gallery-lightbox__close::before,
.nalu-gallery-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
}

.nalu-gallery-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nalu-gallery-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nalu-gallery-lightbox__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.nalu-gallery-lightbox__arrow--prev {
  left: 24px;
}

.nalu-gallery-lightbox__arrow--next {
  right: 24px;
}

.nalu-gallery-lightbox__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.nalu-gallery-lightbox__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(45deg);
}

.nalu-gallery-lightbox__arrow--next::before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

.nalu-gallery-lightbox__counter {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: #fff;
  font-family: var(--nalu-font-body);
  font-size: 14px;
  font-weight: 800;
}

body.nalu-gallery-is-open {
  overflow: hidden;
}

.nalu-gallery-collage__item--center .nalu-gallery-collage__open,
.nalu-gallery-collage__item--top .nalu-gallery-collage__open,
.nalu-gallery-collage__item--bottom .nalu-gallery-collage__open {
  position: relative;
  overflow: hidden;
}

.nalu-gallery-collage__item--center .nalu-gallery-collage__open img,
.nalu-gallery-collage__item--top .nalu-gallery-collage__open img,
.nalu-gallery-collage__item--bottom .nalu-gallery-collage__open img {
  position: absolute;
  inset: 0;
}

.nalu-gallery-collage__open .nalu-gallery-collage__swap-image {
  z-index: 2;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1s ease, transform 1s cubic-bezier(.22, .7, .22, 1);
}

.nalu-gallery-collage__open .nalu-gallery-collage__swap-image.is-entering {
  opacity: 1;
  transform: scale(1);
}

.nalu-gallery-collage__open img.is-leaving {
  opacity: 0;
  transform: scale(.985);
  transition: opacity 1s ease, transform 1s cubic-bezier(.22, .7, .22, 1);
}

.nalu-gallery-grid-modal[hidden] {
  display: none;
}

.nalu-gallery-grid-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 58px);
  box-sizing: border-box;
  background: rgba(8, 18, 20, .9);
  backdrop-filter: blur(8px);
}

.nalu-gallery-grid-modal__panel {
  width: min(1420px, 92vw);
  max-height: 90vh;
  overflow: auto;
  padding: clamp(22px, 2.5vw, 46px);
  box-sizing: border-box;
  border-radius: 6px;
  background: var(--nalu-cream, #fffaf0);
  scrollbar-color: var(--nalu-teal) transparent;
}

.nalu-gallery-grid-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(18px, 2vw, 34px);
}

.nalu-gallery-grid-modal__header h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-size: clamp(27px, 2.4vw, 46px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.nalu-gallery-grid-modal__close {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(24, 104, 119, .46);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.nalu-gallery-grid-modal__close::before,
.nalu-gallery-grid-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  background: var(--nalu-teal);
}

.nalu-gallery-grid-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nalu-gallery-grid-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nalu-gallery-grid-modal__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, .85vw, 16px);
}

.nalu-gallery-grid-modal__item {
  display: block;
  aspect-ratio: 4 / 3;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  background: #d8eeeb;
  cursor: zoom-in;
}

.nalu-gallery-grid-modal__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22, .7, .22, 1);
}

.nalu-gallery-grid-modal__item:hover img,
.nalu-gallery-grid-modal__item:focus-visible img {
  transform: scale(1.045);
}

@media (max-width: 900px) {
  .nalu-gallery-grid-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .nalu-gallery-grid-modal {
    padding: 10px;
  }

  .nalu-gallery-grid-modal__panel {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 18px 12px;
  }

  .nalu-gallery-grid-modal__header {
    margin-bottom: 14px;
  }

  .nalu-gallery-grid-modal__close {
    width: 42px;
    height: 42px;
  }

  .nalu-gallery-grid-modal__grid {
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nalu-gallery-collage__open .nalu-gallery-collage__swap-image,
  .nalu-gallery-collage__open img.is-leaving,
  .nalu-gallery-grid-modal__item img {
    transition: none;
  }
}

.nalu-blog-card[hidden] {
  display: none;
}

.nalu-blog-card__link {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}

.nalu-blog-card__link > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.nalu-blog-card__link:hover > img,
.nalu-blog-card__link:focus-visible > img {
  transform: scale(1.035);
}

.nalu-blog-card__copy {
  display: block;
}

.nalu-blog-card__copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.nalu-blog-show-more {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nalu-back-to-top {
  position: fixed;
  z-index: 999;
  left: clamp(14px, 1.5vw, 28px);
  bottom: clamp(14px, 1.5vw, 28px);
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  opacity: 0;
  color: #fff;
  background: var(--nalu-teal);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
  transform: translateY(12px);
  pointer-events: none;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
}

.nalu-back-to-top::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translate(-50%, -35%) rotate(45deg);
}

.nalu-back-to-top.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.nalu-back-to-top:hover,
.nalu-back-to-top:focus-visible {
  background: var(--nalu-orange);
}

.nalu-content-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--nalu-cream);
}

.nalu-content-hero {
  height: min(70vw, 720px);
  min-height: 560px;
  max-height: 720px;
}

.nalu-content-hero .nalu-hero__copy {
  width: min(1120px, calc(100% - 80px));
  padding-top: clamp(245px, 29vw, 360px);
}

.nalu-content-hero h1 {
  font-size: clamp(48px, 5.1vw, 88px);
  line-height: .95;
}

.nalu-content-hero p {
  margin-top: 16px;
  font-family: var(--nalu-font-script);
  font-size: clamp(28px, 3vw, 48px);
}

.nalu-content-hero .nalu-outline-button {
  min-width: 190px;
  min-height: 52px;
  margin-top: clamp(54px, 6vw, 86px);
}

.nalu-editorial {
  padding: clamp(100px, 10vw, 180px) 24px clamp(170px, 16vw, 280px);
}

.nalu-editorial__inner {
  width: min(820px, 100%);
  margin: 0 auto;
}

.nalu-editorial__back,
.nalu-editorial__category {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
  color: var(--nalu-orange);
  font-family: var(--nalu-font-body);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.nalu-editorial__title {
  margin: 0;
  color: var(--nalu-teal);
  font-family: var(--nalu-font-fun);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
}

.nalu-editorial__lead {
  margin: 36px 0 78px;
  color: #353535;
  font-family: var(--nalu-font-body);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.42;
}

.nalu-editorial section + section {
  margin-top: 64px;
}

.nalu-editorial__section-title {
  margin: 0 0 22px;
  color: #353535;
  font-family: var(--nalu-font-body);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.15;
}

.nalu-editorial p {
  margin: 0;
  color: rgba(30, 30, 30, .72);
  font-family: var(--nalu-font-body);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.68;
}

.nalu-editorial p + p {
  margin-top: 18px;
}

.nalu-article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 96px;
  padding-top: 30px;
  border-top: 1px solid rgba(26, 94, 111, .18);
}

.nalu-article-nav a {
  color: var(--nalu-teal);
  font-family: var(--nalu-font-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.nalu-article-nav a:last-child {
  text-align: right;
}

.nalu-article-nav span {
  display: block;
  margin-bottom: 7px;
  color: var(--nalu-orange);
  font-size: 11px;
  text-transform: uppercase;
}

.nalu-editorial__contact {
  margin-top: 72px !important;
  padding-top: 26px;
  border-top: 1px solid rgba(26, 94, 111, .18);
}

.nalu-editorial__contact a {
  color: var(--nalu-teal);
  font-weight: 800;
}

.nalu-real-header {
  opacity: 0;
  transform: translate(-50%, 14px);
  transition: opacity .65s ease, transform .65s ease;
}

body.nalu-page-ready .nalu-real-header {
  opacity: 1;
  transform: translateX(-50%);
}

.nalu-hero__copy {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .65s ease, transform .65s ease;
}

body.nalu-page-ready .nalu-hero__copy {
  opacity: 1;
  transform: none;
}

.nalu-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .62s ease var(--nalu-reveal-delay, 0ms), transform .62s ease var(--nalu-reveal-delay, 0ms);
}

.nalu-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.nalu-parallax-media {
  transform: translate3d(0, var(--nalu-parallax-y, 0), 0) scale(1.045);
  will-change: transform;
}

@media (hover: none) {
  .nalu-experiences-two__card span {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1000px) {
  .nalu-home-intro__media {
    width: 100%;
  }

  .nalu-home-intro__track {
    --nalu-carousel-gap: 10px;
  }

  .nalu-home-intro__slide {
    flex-basis: 86%;
    border-radius: 18px;
  }

  .nalu-home-intro__media img {
    height: 260px;
  }

  .nalu-home-intro__waves {
    height: auto !important;
  }

  .nalu-home-experience-grid article,
  .nalu-home-testimonial-grid article,
  .nalu-about-testimonial-grid article {
    min-height: 440px;
  }

  .nalu-home-experience-grid p {
    min-height: 0;
  }

  .nalu-testimonial-source {
    margin-top: 10px;
    font-size: 11px;
  }

  .nalu-experiences-spot {
    --nalu-spot-inline: 24px;
  }

  .nalu-gallery-count {
    left: 18px;
    bottom: 18px;
    min-width: 142px;
    min-height: 40px;
    padding: 0 20px;
    font-size: 12px;
  }

  .nalu-gallery-lightbox {
    padding: 72px 18px 64px;
  }

  .nalu-gallery-lightbox__arrow {
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .nalu-gallery-lightbox__arrow--prev {
    left: 18px;
  }

  .nalu-gallery-lightbox__arrow--next {
    right: 18px;
  }

  .nalu-gallery-lightbox__close {
    top: 14px;
    right: 14px;
  }

  .nalu-gallery-lightbox__counter {
    right: 50%;
    bottom: 30px;
    transform: translateX(50%);
  }

  .nalu-contact-form__status {
    margin-top: -10px;
    font-size: 11px;
  }

  .nalu-back-to-top {
    width: 42px;
    height: 42px;
  }

  .nalu-content-hero {
    height: 520px;
    min-height: 520px;
  }

  .nalu-content-hero .nalu-hero__copy {
    width: calc(100% - 40px);
    padding-top: 210px;
    text-align: center;
  }

  .nalu-content-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .nalu-content-hero p {
    font-size: 29px;
  }

  .nalu-content-hero .nalu-outline-button {
    margin-top: 52px;
  }

  .nalu-editorial {
    padding: 82px 22px 150px;
  }

  .nalu-editorial__lead {
    margin: 28px 0 56px;
  }

  .nalu-editorial section + section {
    margin-top: 48px;
  }

  .nalu-article-nav {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .nalu-article-nav a:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .nalu-reveal,
  .nalu-hero__copy {
    opacity: 1 !important;
    transform: none !important;
  }

  .nalu-real-header {
    opacity: 1 !important;
    transform: translateX(-50%) !important;
  }

  .nalu-parallax-media {
    transform: none !important;
  }
}

/* Shared CTA calibrated from the 1920px PDF artwork. */
.nalu-home-cta,
.nalu-about-cta,
.nalu-surf-house-page .nalu-about-cta,
.nalu-gallery-page .nalu-about-cta,
.nalu-blog-page .nalu-about-cta,
.nalu-contact-page .nalu-about-cta {
  height: clamp(720px, 56.927vw, 1093px);
  max-height: 1093px;
  color: #fffdf5;
  background: #fffdf5;
}

.nalu-home-cta::before,
.nalu-about-cta::before {
  top: clamp(150px, 15.469vw, 297px);
  background-position: center 45%;
}

.nalu-home-cta .nalu-cta__shade,
.nalu-about-cta .nalu-cta__shade {
  display: block;
  inset: clamp(150px, 15.469vw, 297px) 0 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .2) 58%, rgba(0, 0, 0, .28));
}

.nalu-home-cta__ghost {
  z-index: 1;
  top: clamp(24px, 2.396vw, 46px);
  color: #d8e9e3;
  font-size: clamp(150px, 15.104vw, 290px);
  line-height: 1;
}

.nalu-home-cta .nalu-home-stage,
.nalu-about-cta .nalu-home-stage {
  width: min(66.354vw, 1274px);
}

.nalu-home-cta .nalu-cta__copy,
.nalu-about-cta .nalu-cta__copy,
.nalu-real-active .entry-content > .nalu-home-cta .nalu-cta__copy {
  width: auto;
  padding-top: clamp(310px, 29.792vw, 572px);
}

.nalu-home-cta h2,
.nalu-about-cta h2 {
  max-width: none;
  margin: 0;
  color: #fffdf5;
  font-size: clamp(56px, 4.642vw, 89.13px);
  line-height: 1.2;
  text-shadow: none;
}

.nalu-home-cta .nalu-highlight,
.nalu-about-cta .nalu-highlight {
  color: var(--nalu-aqua);
}

.nalu-home-cta .nalu-accent,
.nalu-about-cta .nalu-accent {
  color: #fffdf5;
}

.nalu-home-cta .nalu-primary-button,
.nalu-about-cta .nalu-primary-button {
  width: clamp(210px, 12.396vw, 238px);
  min-width: 0;
  min-height: clamp(66px, 4.271vw, 82px);
  margin-top: clamp(52px, 3.646vw, 70px);
  padding: 0;
  border-color: #f07404;
  color: #fffdf5;
  background: #f07404;
  font-size: clamp(18px, 1.146vw, 22px);
  text-transform: uppercase;
  box-shadow: none;
}

@media (max-width: 1000px) {
  .nalu-home-cta,
  .nalu-about-cta,
  .nalu-surf-house-page .nalu-about-cta,
  .nalu-gallery-page .nalu-about-cta,
  .nalu-blog-page .nalu-about-cta,
  .nalu-contact-page .nalu-about-cta {
    height: clamp(560px, 72vw, 720px);
  }

  .nalu-home-cta::before,
  .nalu-about-cta::before {
    top: clamp(96px, 15vw, 150px);
  }

  .nalu-home-cta .nalu-cta__shade,
  .nalu-about-cta .nalu-cta__shade {
    inset: clamp(96px, 15vw, 150px) 0 0;
  }

  .nalu-home-cta__ghost {
    top: clamp(34px, 4vw, 40px);
    font-size: clamp(50px, 10.5vw, 105px);
  }

  .nalu-home-cta .nalu-home-stage,
  .nalu-about-cta .nalu-home-stage {
    width: calc(100vw - 36px);
  }

  .nalu-home-cta .nalu-cta__copy,
  .nalu-about-cta .nalu-cta__copy,
  .nalu-real-active .entry-content > .nalu-home-cta .nalu-cta__copy {
    padding-top: clamp(215px, 31vw, 310px);
  }

  .nalu-home-cta h2,
  .nalu-about-cta h2 {
    max-width: 100%;
    font-size: clamp(34px, 6vw, 56px);
  }

  .nalu-home-cta .nalu-primary-button,
  .nalu-about-cta .nalu-primary-button {
    width: clamp(160px, 25vw, 210px);
    min-height: clamp(50px, 7vw, 66px);
    margin-top: clamp(42px, 6vw, 60px);
    font-size: clamp(14px, 2vw, 18px);
  }
}

@media (max-width: 1000px) {
  .nalu-real-header {
    z-index: 20;
    transform: translateY(14px);
  }

  body.nalu-page-ready .nalu-real-header {
    transform: none;
  }

  .nalu-logo {
    width: 58px;
  }

  .nalu-book {
    display: inline-flex;
    top: 10px;
    right: 50px;
    left: auto;
    width: 96px;
    min-height: 38px;
    padding: 0;
    font-size: 11px;
    box-shadow: none;
  }

  .nalu-menu-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--nalu-teal);
    background: var(--nalu-cream);
    cursor: pointer;
  }

  .nalu-menu-toggle span {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }

  .nalu-real-header.is-menu-open .nalu-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nalu-real-header.is-menu-open .nalu-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nalu-real-header.is-menu-open .nalu-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nalu-real-menu {
    top: 58px;
    left: 0;
    right: 0;
    display: grid;
    width: 100%;
    min-height: 0;
    max-height: 0;
    gap: 0;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 6px;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: max-height .24s ease, padding .24s ease, opacity .18s ease, transform .24s ease;
  }

  .nalu-real-header.is-menu-open .nalu-real-menu {
    max-height: 430px;
    padding: 10px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nalu-real-menu a {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 10px;
    border-bottom: 1px solid rgba(26, 94, 111, .12);
    font-size: 14px;
    text-align: left;
  }

  .nalu-real-menu a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 430px) {
  .nalu-book {
    right: 47px;
    width: 88px;
    font-size: 10px;
  }

  .nalu-menu-toggle {
    width: 38px;
  }
}

@media (min-width: 901px) {
  .nalu-home-experiences {
    padding-bottom: 7.7vw;
  }

  .nalu-home-experiences .nalu-home-stage {
    transform: translateY(4.2vw);
  }

  .nalu-home-experiences .nalu-home-section-title {
    margin-bottom: 9.1vw;
  }

  .nalu-home-testimonials .nalu-home-section-title {
    margin-bottom: 6.8vw;
  }

  .nalu-home-testimonials {
    padding-bottom: 23.35vw;
  }

  .nalu-home-testimonials .nalu-home-stage {
    width: min(1290px, 67.2vw);
  }

  .nalu-home-testimonial-grid {
    --nalu-carousel-gap: .3vw;
  }

  .nalu-home-testimonial-grid article {
    height: 28.3vw;
    min-height: 0;
    max-height: 543px;
    box-sizing: border-box;
  }

  .nalu-home-testimonials h2 {
    font-size: clamp(26px, 2.604vw, 50px);
  }

  .nalu-home-cta h2 {
    margin: 0;
  }

  .nalu-home-cta .nalu-cta__copy {
    padding-top: 24.9vw;
  }

  .nalu-home-cta .nalu-outline-button {
    margin-top: 8vw;
  }

  .nalu-home-cta + .nalu-real-footer {
    min-height: clamp(650px, 69.1vw, 1327px);
  }

  .nalu-home-cta + .nalu-real-footer .nalu-footer__inner {
    height: clamp(650px, 69.1vw, 1327px);
  }

  .nalu-home-cta + .nalu-real-footer .nalu-footer__about {
    top: clamp(220px, 24vw, 461px);
  }

  .nalu-about-benefits {
    padding-top: 5.05vw;
  }

  .nalu-about-partners {
    height: 71vw;
    max-height: 1363px;
    padding-top: 10.9vw;
  }

  .nalu-about-testimonials__wrap {
    margin-top: 6.9vw;
  }

  .nalu-experiences-spots {
    padding-bottom: 14.1vw;
  }

  .nalu-experiences-page .nalu-home-experiences {
    padding-top: 8.5vw;
    padding-bottom: 6.15vw;
  }

  .nalu-experiences-page .nalu-home-experiences .nalu-home-stage {
    transform: none;
  }

  .nalu-surf-house-band__copy {
    bottom: 2.85vw;
  }

  .nalu-contact-panel {
    padding-top: 14.3vw;
  }

  .nalu-contact-panel__copy {
    padding-top: .6vw;
  }

  .nalu-contact-faq__list {
    margin-top: 7.5vw;
  }

  .nalu-contact-page .nalu-about-testimonials__wrap {
    margin-top: 6.5vw;
  }

  .nalu-about-cta .nalu-cta__copy {
    padding-top: 22.1vw;
  }

  .nalu-about-cta + .nalu-real-footer {
    min-height: clamp(650px, 66.3vw, 1273px);
  }

  .nalu-about-cta + .nalu-real-footer .nalu-footer__inner {
    height: clamp(650px, 66.3vw, 1273px);
  }

  .nalu-about-cta + .nalu-real-footer .nalu-footer__about {
    top: clamp(205px, 21.2vw, 407px);
  }

  .nalu-real-active .entry-content > .nalu-home-cta .nalu-cta__copy {
    padding-top: 24.6vw;
  }

  .nalu-real-active .entry-content > .nalu-home-cta + .nalu-real-footer {
    min-height: clamp(650px, 68.8vw, 1321px);
  }

  .nalu-real-active .entry-content > .nalu-home-cta + .nalu-real-footer .nalu-footer__inner {
    height: clamp(650px, 68.8vw, 1321px);
  }

  .nalu-real-active .entry-content > .nalu-home-cta + .nalu-real-footer .nalu-footer__about {
    top: clamp(220px, 23.7vw, 455px);
  }
}

@media (min-width: 1921px) {
  .nalu-home-intro__media {
    width: 801px;
  }

  .nalu-home-intro__track {
    --nalu-carousel-gap: 19px;
  }

  .nalu-home-intro__slide {
    flex-basis: 601px;
  }

  .nalu-about-hero,
  .nalu-experiences-hero,
  .nalu-surf-house-hero,
  .nalu-gallery-hero,
  .nalu-blog-hero,
  .nalu-contact-hero {
    height: 1080px;
    min-height: 0;
    max-height: 1080px;
  }

  .nalu-home-hero .nalu-hero__copy {
    padding-top: 468px;
  }

  .nalu-about-hero .nalu-hero__copy,
  .nalu-experiences-hero .nalu-hero__copy,
  .nalu-surf-house-hero .nalu-hero__copy,
  .nalu-gallery-hero .nalu-hero__copy,
  .nalu-blog-hero .nalu-hero__copy,
  .nalu-contact-hero .nalu-hero__copy {
    padding-top: 465px;
  }

  .nalu-home-intro {
    height: 1044px;
    padding-top: 283px;
  }

  .nalu-home-intro .nalu-home-stage {
    grid-template-columns: 493px 801px;
    column-gap: 116px;
  }

  .nalu-home-intro__media {
    grid-template-columns: 601px 180px;
    gap: 19px;
  }

  .nalu-home-intro__media img {
    height: 503px;
  }

  .nalu-home-intro__waves {
    left: -361px;
    bottom: -156px;
    width: 372px;
  }

  .nalu-home-program {
    height: 1991px;
    padding: 296px 0 376px;
    box-sizing: border-box;
  }

  .nalu-home-program__body {
    grid-template-columns: 530px 1fr;
    column-gap: 131px;
  }

  .nalu-home-tabs {
    gap: 15px;
    margin: 119px 0 60px;
  }

  .nalu-home-program__media {
    width: 912px;
    padding-top: 200px;
  }

  .nalu-home-program__media .nalu-home-carousel__track {
    --nalu-carousel-gap: 26px;
  }

  .nalu-home-program__media-slide {
    flex-basis: 619px;
  }

  .nalu-home-benefits {
    min-height: 0;
    height: 1041px;
    padding: 97px 0 194px;
  }

  .nalu-home-benefits .nalu-home-stage {
    width: 1402px;
  }

  .nalu-home-benefits__grid {
    gap: 67px;
  }

  .nalu-home-experiences {
    height: 1596px;
    padding: 113px 0 148px;
    box-sizing: border-box;
  }

  .nalu-home-experiences .nalu-home-stage {
    transform: translateY(81px);
  }

  .nalu-home-experiences .nalu-home-section-title {
    margin-bottom: 175px;
  }

  .nalu-home-testimonials {
    height: 1404px;
    padding: 115px 0 448px;
    box-sizing: border-box;
  }

  .nalu-home-testimonials .nalu-home-section-title {
    margin-bottom: 131px;
  }

  .nalu-home-testimonials .nalu-home-stage {
    width: 1290px;
  }

  .nalu-home-testimonial-grid {
    --nalu-carousel-gap: 6px;
  }

  .nalu-home-testimonial-grid article {
    height: 543px;
    padding: 79px;
  }

  .nalu-home-cta .nalu-cta__copy {
    padding-top: 472px;
  }

  .nalu-home-cta .nalu-outline-button {
    margin-top: 154px;
  }

  .nalu-home-cta__ghost {
    top: 13px;
    font-size: 139px;
  }

  .nalu-home-cta::before {
    top: 156px;
  }

  .nalu-about-intro {
    height: 1080px;
    min-height: 0;
    padding-top: 284px;
  }

  .nalu-about-intro__grid {
    gap: 141px;
  }

  .nalu-about-intro__copy {
    padding-left: 25px;
  }

  .nalu-about-intro p:not(.nalu-about-kicker) {
    margin-top: 61px;
  }

  .nalu-about-mission__copy {
    padding-top: 582px;
  }

  .nalu-about-crew {
    padding-top: 334px;
  }

  .nalu-about-crew__grid {
    gap: 19px;
    margin-top: 156px;
  }

  .nalu-about-benefits {
    height: 998px;
    min-height: 0;
    max-height: 998px;
    padding-top: 97px;
  }

  .nalu-about-partners {
    padding-top: 209px;
  }

  .nalu-about-partners__row {
    gap: 18px;
    margin-top: 307px;
  }

  .nalu-about-testimonials__wrap {
    margin-top: 132px;
  }

  .nalu-about-testimonial-grid {
    --nalu-carousel-gap: 36px;
  }

  .nalu-about-testimonial-grid article {
    padding: 79px 92px;
  }

  .nalu-about-testimonial-grid p {
    margin-top: 69px;
  }

  .nalu-about-testimonial-grid h3 {
    margin-top: 63px;
  }

  .nalu-about-cta .nalu-cta__copy {
    padding-top: 424px;
  }

  .nalu-about-cta .nalu-primary-button {
    margin-top: 134px;
  }

  .nalu-experiences-two {
    padding-top: 288px;
  }

  .nalu-experiences-two__grid {
    margin-top: 122px;
  }

  .nalu-experiences-page .nalu-home-program {
    height: 1886px;
    padding-top: 294px;
    padding-bottom: 273px;
  }

  .nalu-experiences-spots {
    height: 1778px;
    padding-top: 60px;
    padding-bottom: 271px;
    box-sizing: border-box;
  }

  .nalu-experiences-spots__grid {
    gap: 19px;
    margin-top: 157px;
  }

  .nalu-experiences-spot__body {
    padding: 29px 35px;
  }

  .nalu-experiences-spot__stats {
    gap: 19px;
    margin-top: 46px;
  }

  .nalu-experiences-page .nalu-about-benefits {
    height: 1071px;
    min-height: 0;
    max-height: 1071px;
  }

  .nalu-experiences-page .nalu-home-experiences {
    height: 1622px;
    padding-top: 163px;
    padding-bottom: 118px;
    box-sizing: border-box;
  }

  .nalu-experiences-page .nalu-about-testimonials {
    padding-top: 58px;
  }

  .nalu-surf-house-life {
    height: 1080px;
    padding: 288px 0 271px;
    box-sizing: border-box;
  }

  .nalu-surf-house-band__copy {
    bottom: 55px;
  }

  .nalu-surf-house-heart {
    padding-top: 347px;
  }

  .nalu-surf-house-gallery {
    margin-top: 175px;
  }

  .nalu-surf-house-heart__waves {
    margin-top: 115px;
  }

  .nalu-surf-house-flavours {
    padding-top: 346px;
  }

  .nalu-gallery-intro {
    height: 1729px;
    min-height: 0;
    max-height: 1729px;
    padding-top: 286px;
  }

  .nalu-gallery-collage {
    margin-top: 165px;
  }

  .nalu-blog-journal {
    height: 2010px;
    padding-bottom: 132px;
    box-sizing: border-box;
  }

  .nalu-blog-card-grid {
    gap: 19px;
    margin-top: 63px;
  }

  .nalu-blog-show-more {
    margin-top: 46px;
  }

  .nalu-blog-article {
    height: 2537px;
    padding-bottom: 595px;
    box-sizing: border-box;
  }

  .nalu-blog-article__grid {
    grid-template-columns: 557px 639px;
    gap: 35px;
  }

  .nalu-blog-article__media {
    gap: 59px;
  }

  .nalu-contact-panel {
    height: 1485px;
    min-height: 0;
    max-height: 1485px;
    padding-top: 275px;
  }

  .nalu-contact-panel__copy {
    padding-top: 12px;
  }

  .nalu-contact-faq {
    height: 1551px;
    min-height: 0;
    max-height: 1551px;
    padding-top: 346px;
  }

  .nalu-contact-faq__list {
    margin-top: 144px;
  }

  .nalu-contact-page .nalu-about-benefits {
    height: 862px;
    min-height: 0;
    max-height: 862px;
  }

  .nalu-contact-page .nalu-about-partners {
    padding-top: 349px;
  }

  .nalu-contact-page .nalu-about-partners__row {
    margin-top: 307px;
  }

  .nalu-contact-page .nalu-about-testimonials {
    padding-top: 6px;
  }

  .nalu-contact-page .nalu-about-testimonials__wrap {
    margin-top: 125px;
  }

  .nalu-home-cta + .nalu-real-footer,
  .nalu-about-cta + .nalu-real-footer {
    margin-top: -169px;
  }
}

/* Continuous edge galleries, vector social marks and varied page motion. */
@media (min-width: 1001px) {
  .nalu-home-intro__media {
    width: calc(50vw + 12px);
    max-width: none;
  }
}

@media (min-width: 1921px) {
  .nalu-home-intro__media {
    width: calc(82.03125vw - 609px);
  }
}

@media (max-width: 1000px) {
  .nalu-home-intro__media {
    width: calc(100% + 18px);
    max-width: none;
  }
}

.nalu-social-strip {
  display: flex;
  align-items: center;
  gap: clamp(10px, .85vw, 16px);
  width: max-content;
  line-height: 0;
}

.nalu-social-strip__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(21px, 1.67vw, 32px);
  height: clamp(21px, 1.67vw, 32px);
  color: inherit;
  transition: color .22s ease, transform .22s ease;
}

.nalu-social-strip__item--facebook {
  width: clamp(13px, 1.04vw, 20px);
}

.nalu-social-strip__item svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
}

.nalu-social-strip a:hover,
.nalu-social-strip a:focus-visible {
  color: var(--nalu-orange);
  transform: translateY(-2px);
}

.nalu-social-strip a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
  border-radius: 2px;
}

.nalu-contact-social {
  gap: clamp(10px, .95vw, 18px);
}

.nalu-contact-social .nalu-social-strip__item {
  width: clamp(20px, 1.82vw, 35px);
  height: clamp(20px, 1.82vw, 35px);
}

.nalu-contact-social .nalu-social-strip__item--facebook {
  width: clamp(12px, 1.1vw, 21px);
}

.nalu-social-strip__item svg path {
  fill: currentColor;
  stroke: none;
}

.nalu-contact-social .nalu-social-strip__item {
  color: #333;
  opacity: 1;
}

.nalu-footer__social {
  color: #fff;
}

.nalu-footer__social .nalu-social-strip__item {
  color: #fff;
  opacity: 1;
}

.nalu-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(.988);
  transform-origin: 50% 100%;
  clip-path: none;
  transition:
    opacity .92s cubic-bezier(.16, 1, .3, 1) var(--nalu-reveal-delay, 0ms),
    transform 1.18s cubic-bezier(.16, 1, .3, 1) var(--nalu-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.nalu-reveal--title-wave {
  transform: translate3d(0, 34px, 0) rotate(-1.1deg);
  transform-origin: 12% 100%;
}

.nalu-reveal--breeze {
  transform: translate3d(-46px, 14px, 0) rotate(-.35deg);
  transform-origin: 0 70%;
}

.nalu-reveal--media-current {
  transform: translate3d(46px, 22px, 0) rotate(.55deg) scale(.982);
  transform-origin: 82% 70%;
}

.nalu-reveal--card-tide {
  --nalu-card-drift: 12px;
  --nalu-card-lean: .65deg;
  transform: translate3d(var(--nalu-card-drift), 44px, 0) rotate(var(--nalu-card-lean)) scale(.975);
}

.nalu-reveal--card-tide:nth-child(3n + 1) {
  --nalu-card-drift: -14px;
  --nalu-card-lean: -.65deg;
}

.nalu-reveal--card-tide:nth-child(3n + 2) {
  --nalu-card-drift: 0px;
  --nalu-card-lean: .18deg;
}

.nalu-reveal--tide {
  transform: translate3d(0, 38px, 0) scale(.985);
}

.nalu-reveal--carousel {
  opacity: 0;
  transform: translate3d(0, 46px, 0) rotate(.28deg) scale(.982);
  transform-origin: 50% 72%;
  transition: none;
}

.nalu-reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.nalu-reveal--title-wave.is-visible {
  animation: nalu-title-wave-in 1.12s cubic-bezier(.16, 1, .3, 1) var(--nalu-reveal-delay, 0ms) both;
}

.nalu-reveal--breeze.is-visible {
  animation: nalu-breeze-in 1.18s cubic-bezier(.16, 1, .3, 1) var(--nalu-reveal-delay, 0ms) both;
}

.nalu-reveal--media-current.is-visible {
  animation: nalu-media-current-in 1.28s cubic-bezier(.16, 1, .3, 1) var(--nalu-reveal-delay, 0ms) both;
}

.nalu-reveal--card-tide.is-visible {
  animation: nalu-card-tide-in 1.2s cubic-bezier(.16, 1, .3, 1) var(--nalu-reveal-delay, 0ms) both;
}

.nalu-reveal--carousel.is-visible {
  animation: nalu-carousel-current-in 1.38s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes nalu-title-wave-in {
  0% { opacity: 0; transform: translate3d(0, 34px, 0) rotate(-1.1deg); }
  64% { opacity: 1; transform: translate3d(0, -5px, 0) rotate(.18deg); }
  82% { transform: translate3d(0, 2px, 0) rotate(-.06deg); }
  100% { opacity: 1; transform: none; }
}

@keyframes nalu-breeze-in {
  0% { opacity: 0; transform: translate3d(-46px, 14px, 0) rotate(-.35deg); }
  68% { opacity: 1; transform: translate3d(5px, -2px, 0) rotate(.08deg); }
  100% { opacity: 1; transform: none; }
}

@keyframes nalu-media-current-in {
  0% { opacity: 0; transform: translate3d(46px, 22px, 0) rotate(.55deg) scale(.982); }
  62% { opacity: 1; transform: translate3d(-7px, -3px, 0) rotate(-.12deg) scale(1.003); }
  82% { transform: translate3d(2px, 1px, 0) rotate(.04deg) scale(.999); }
  100% { opacity: 1; transform: none; }
}

@keyframes nalu-card-tide-in {
  0% { opacity: 0; transform: translate3d(var(--nalu-card-drift), 44px, 0) rotate(var(--nalu-card-lean)) scale(.975); }
  60% { opacity: 1; transform: translate3d(0, -7px, 0) rotate(-.12deg) scale(1.004); }
  82% { transform: translate3d(0, 2px, 0) rotate(.04deg) scale(.999); }
  100% { opacity: 1; transform: none; }
}

@keyframes nalu-carousel-current-in {
  0% { opacity: 0; transform: translate3d(0, 46px, 0) rotate(.28deg) scale(.982); }
  48% { opacity: 1; }
  64% { opacity: 1; transform: translate3d(-8px, -6px, 0) rotate(-.1deg) scale(1.003); }
  82% { transform: translate3d(3px, 2px, 0) rotate(.04deg) scale(.999); }
  100% { opacity: 1; transform: none; }
}

.nalu-hero__copy h1 .nalu-line,
.nalu-hero__copy > p .nalu-line,
.nalu-hero__copy > .nalu-outline-button {
  opacity: 1;
  transform: translate3d(0, 28px, 0);
  transition: transform .72s cubic-bezier(.2, .82, .2, 1);
}

body.nalu-page-ready .nalu-hero__copy h1 .nalu-line,
body.nalu-page-ready .nalu-hero__copy > p .nalu-line,
body.nalu-page-ready .nalu-hero__copy > .nalu-outline-button {
  opacity: 1;
  transform: none;
}

body.nalu-page-ready .nalu-hero__copy h1 .nalu-line:nth-child(2),
body.nalu-page-ready .nalu-hero__copy > p .nalu-line {
  transition-delay: .12s;
}

body.nalu-page-ready .nalu-hero__copy > .nalu-outline-button {
  transition-delay: .24s;
}

@media (prefers-reduced-motion: reduce) {
  .nalu-reveal,
  .nalu-hero__copy h1 .nalu-line,
  .nalu-hero__copy > p .nalu-line,
  .nalu-hero__copy > .nalu-outline-button {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 1000px) {
  .nalu-real-header {
    transform: none !important;
  }
}

/* Tighter section rhythm: keep the PDF composition without oversized blank bands. */
@media (min-width: 1001px) {
  .nalu-home-program,
  .nalu-home-benefits,
  .nalu-home-experiences,
  .nalu-home-testimonials,
  .nalu-about-intro,
  .nalu-about-crew,
  .nalu-about-benefits,
  .nalu-about-partners,
  .nalu-about-testimonials,
  .nalu-surf-house-heart,
  .nalu-surf-house-flavours,
  .nalu-gallery-intro,
  .nalu-contact-panel,
  .nalu-contact-faq {
    height: auto !important;
    min-height: 0;
    max-height: none;
  }

  .nalu-home-program {
    padding-top: clamp(130px, 9vw, 173px);
    padding-bottom: clamp(140px, 10vw, 192px);
  }

  .nalu-home-benefits {
    padding-top: clamp(60px, 4.4vw, 84px);
    padding-bottom: clamp(125px, 10vw, 192px);
  }

  .nalu-home-benefits .nalu-home-section-title {
    margin-bottom: clamp(60px, 4.8vw, 92px);
  }

  .nalu-home-benefits + .nalu-home-experiences {
    margin-top: clamp(-58px, -3.2vw, -34px);
  }

  .nalu-home-experiences {
    padding-top: clamp(70px, 5vw, 96px);
    padding-bottom: clamp(82px, 6.2vw, 119px);
  }

  .nalu-home-experiences .nalu-home-stage {
    transform: none;
  }

  .nalu-home-experiences .nalu-home-section-title {
    margin-bottom: clamp(62px, 5vw, 96px);
  }

  .nalu-home-experiences__wrap::after {
    width: clamp(118px, 10.5vw, 202px);
    margin-top: clamp(22px, 1.8vw, 35px);
  }

  .nalu-home-testimonials {
    padding-top: clamp(70px, 5vw, 96px);
    padding-bottom: clamp(130px, 10vw, 192px);
  }

  .nalu-home-testimonials .nalu-home-section-title {
    margin-bottom: clamp(62px, 5vw, 96px);
  }

  .nalu-about-intro {
    padding-top: clamp(150px, 10.8vw, 207px);
    padding-bottom: clamp(72px, 5.5vw, 106px);
  }

  .nalu-about-crew {
    padding-top: clamp(145px, 11vw, 211px);
    padding-bottom: clamp(105px, 8vw, 154px);
  }

  .nalu-about-crew__grid {
    margin-top: clamp(72px, 6vw, 115px);
  }

  .nalu-about-show-more {
    margin-top: clamp(44px, 4vw, 77px);
  }

  .nalu-about-benefits {
    padding-top: clamp(60px, 4.4vw, 84px);
    padding-bottom: clamp(120px, 9vw, 173px);
  }

  .nalu-about-benefits__grid {
    margin-top: clamp(72px, 6vw, 115px);
  }

  .nalu-about-partners {
    padding-top: clamp(105px, 8vw, 154px);
    padding-bottom: clamp(110px, 8.5vw, 163px);
  }

  .nalu-about-partners__row {
    margin-top: clamp(120px, 10vw, 192px);
  }

  .nalu-about-testimonials {
    padding-top: clamp(64px, 4.8vw, 92px);
    padding-bottom: clamp(120px, 9vw, 173px);
  }

  .nalu-about-testimonials__wrap,
  .nalu-contact-page .nalu-about-testimonials__wrap {
    margin-top: clamp(64px, 5.2vw, 100px);
  }

  .nalu-experiences-two {
    padding-top: clamp(115px, 8.5vw, 163px);
    padding-bottom: clamp(90px, 7vw, 134px);
  }

  .nalu-experiences-page .nalu-home-program {
    padding-top: clamp(135px, 9.5vw, 182px);
    padding-bottom: clamp(135px, 9.5vw, 182px);
  }

  .nalu-experiences-spots {
    padding-top: clamp(42px, 3vw, 58px);
    padding-bottom: clamp(105px, 8vw, 154px);
  }

  .nalu-experiences-spots__grid {
    margin-top: clamp(78px, 6.5vw, 125px);
  }

  .nalu-experiences-page .nalu-home-experiences {
    padding-top: clamp(78px, 6vw, 115px);
    padding-bottom: clamp(78px, 6vw, 115px);
  }

  .nalu-surf-house-life {
    padding-top: clamp(105px, 8vw, 154px);
    padding-bottom: clamp(90px, 7vw, 134px);
  }

  .nalu-surf-house-heart {
    padding-top: clamp(130px, 10vw, 192px);
    padding-bottom: clamp(85px, 6.5vw, 125px);
  }

  .nalu-surf-house-gallery {
    margin-top: clamp(78px, 6.5vw, 125px);
  }

  .nalu-surf-house-heart__waves {
    margin-top: clamp(62px, 5.2vw, 100px);
  }

  .nalu-surf-house-flavours {
    padding-top: clamp(120px, 9vw, 173px);
    padding-bottom: clamp(135px, 10vw, 192px);
  }

  .nalu-gallery-intro {
    padding-top: clamp(125px, 9vw, 173px);
    padding-bottom: clamp(130px, 10vw, 192px);
  }

  .nalu-blog-journal {
    padding-top: clamp(115px, 8.5vw, 163px);
    padding-bottom: clamp(90px, 7vw, 134px);
  }

  .nalu-blog-cats {
    margin-top: clamp(65px, 5.5vw, 106px);
  }

  .nalu-blog-article {
    padding-top: clamp(85px, 6.5vw, 125px);
    padding-bottom: clamp(180px, 14vw, 269px);
  }

  .nalu-contact-panel {
    padding-top: clamp(120px, 9vw, 173px);
    padding-bottom: clamp(120px, 9vw, 173px);
  }

  .nalu-contact-panel__waves {
    bottom: clamp(48px, 4vw, 77px);
  }

  .nalu-contact-faq {
    padding-top: clamp(125px, 9.5vw, 182px);
    padding-bottom: clamp(130px, 10vw, 192px);
  }

  .nalu-contact-faq__list {
    margin-top: clamp(78px, 6.5vw, 125px);
  }

  .nalu-contact-page .nalu-about-partners {
    padding-top: clamp(120px, 9vw, 173px);
  }

  .nalu-contact-page .nalu-about-partners__row {
    margin-top: clamp(120px, 10vw, 192px);
  }
}

@media (max-width: 1000px) {
  .nalu-about-benefits,
  .nalu-about-partners,
  .nalu-about-testimonials,
  .nalu-contact-page .nalu-about-benefits,
  .nalu-contact-page .nalu-about-partners,
  .nalu-contact-page .nalu-about-testimonials {
    height: auto !important;
    min-height: 0;
    max-height: none;
  }

  .nalu-home-program {
    padding-top: 54px;
    padding-bottom: 68px;
  }

  .nalu-home-benefits {
    padding-top: 58px;
    padding-bottom: 86px;
  }

  .nalu-home-benefits__grid,
  .nalu-about-benefits__grid,
  .nalu-contact-page .nalu-about-benefits__grid,
  .nalu-about-partners__row,
  .nalu-contact-page .nalu-about-partners__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nalu-home-benefits__grid {
    gap: 42px 20px;
  }

  .nalu-home-benefits + .nalu-home-experiences {
    margin-top: -24px;
  }

  .nalu-home-experiences {
    padding-top: 56px;
    padding-bottom: 68px;
  }

  .nalu-home-experiences .nalu-home-section-title {
    margin-bottom: 42px;
  }

  .nalu-home-experiences__wrap::after {
    width: 104px;
    margin-top: 24px;
  }

  .nalu-home-testimonials {
    padding-top: 58px;
    padding-bottom: 74px;
  }

  .nalu-about-intro {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .nalu-about-crew {
    padding-top: 92px;
    padding-bottom: 82px;
  }

  .nalu-about-crew__grid,
  .nalu-about-partners__row,
  .nalu-about-testimonials__wrap,
  .nalu-contact-page .nalu-about-testimonials__wrap {
    margin-top: 58px;
  }

  .nalu-about-benefits {
    padding-top: 58px;
    padding-bottom: 88px;
  }

  .nalu-about-benefits__grid {
    gap: 44px 22px;
    margin-top: 58px;
  }

  .nalu-about-partners {
    padding-top: 82px;
    padding-bottom: 92px;
  }

  .nalu-about-partners__row,
  .nalu-contact-page .nalu-about-partners__row {
    gap: 18px;
  }

  .nalu-about-testimonials {
    padding-top: 58px;
    padding-bottom: 82px;
  }

  .nalu-experiences-two {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .nalu-experiences-page .nalu-home-program {
    padding-top: 78px;
    padding-bottom: 76px;
  }

  .nalu-experiences-spots {
    padding-top: 62px;
    padding-bottom: 82px;
  }

  .nalu-experiences-page .nalu-home-experiences {
    padding-top: 62px;
    padding-bottom: 76px;
  }

  .nalu-surf-house-life {
    padding-top: 70px;
    padding-bottom: 72px;
  }

  .nalu-surf-house-heart {
    padding-top: 76px;
    padding-bottom: 68px;
  }

  .nalu-surf-house-gallery {
    margin-top: 62px;
  }

  .nalu-surf-house-heart__waves {
    margin-top: 54px;
  }

  .nalu-surf-house-flavours {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .nalu-gallery-intro {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .nalu-blog-journal {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .nalu-blog-cats {
    margin-top: 54px;
  }

  .nalu-blog-article {
    padding-top: 64px;
    padding-bottom: 96px;
  }

  .nalu-contact-panel {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .nalu-contact-faq {
    padding-top: 70px;
    padding-bottom: 84px;
  }

  .nalu-contact-faq__list {
    margin-top: 58px;
  }

  .nalu-contact-page .nalu-about-partners {
    padding-top: 82px;
    padding-bottom: 92px;
  }

  .nalu-contact-page .nalu-about-benefits {
    padding-top: 58px;
    padding-bottom: 88px;
  }

  .nalu-contact-page .nalu-about-testimonials {
    padding-top: 58px;
    padding-bottom: 82px;
  }
}

/* One shared benefits component across every page, with strict row alignment. */
.nalu-home-benefits__grid article {
  display: grid;
  grid-template-rows:
    clamp(94px, 7.5vw, 144px)
    clamp(58px, 4.4vw, 84px)
    auto;
  align-items: start;
  min-width: 0;
}

.nalu-home-benefits__icon {
  align-self: end;
  width: clamp(74px, 6.75vw, 130px);
  height: clamp(74px, 6.75vw, 130px);
  margin: 0 auto;
  object-fit: contain;
}

.nalu-home-benefits__grid h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding-top: clamp(14px, 1.15vw, 22px);
}

.nalu-home-benefits__grid p {
  align-self: start;
  margin: 0;
  padding-top: clamp(12px, 1.05vw, 20px);
}

@media (max-width: 1000px) {
  .nalu-home-benefits__grid article {
    grid-template-rows: 82px 66px auto;
  }

  .nalu-home-benefits__icon {
    width: 72px;
    height: 72px;
  }

  .nalu-home-benefits__grid h3 {
    padding-top: 14px;
  }

  .nalu-home-benefits__grid p {
    padding-top: 12px;
  }
}

/* Prevent a fractional-pixel seam where the Gallery wave meets the footer fill. */
.nalu-gallery-page .nalu-real-footer {
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(var(--nalu-footer-wave-height) - 2px),
    var(--nalu-aqua) calc(var(--nalu-footer-wave-height) - 2px),
    var(--nalu-aqua) 100%
  );
}

.nalu-gallery-page .nalu-real-footer::before {
  height: calc(var(--nalu-footer-wave-height) + 2px);
}

/* The original van asset is split into two clipped layers for its entrance. */
.nalu-home-experiences__wrap::before,
.nalu-home-experiences__wrap::after {
  width: clamp(118px, 10.5vw, 202px);
  aspect-ratio: 274 / 230;
  background-image: url("../img/icons/decor-van.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.nalu-home-experiences__wrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  clip-path: inset(0 0 65% 0);
  transform: translate3d(calc(-50% - 95vw), 0, 0);
  transform-origin: 50% 17%;
}

.nalu-home-experiences__wrap::after {
  clip-path: inset(34% 0 0 0);
  transform: translate3d(-95vw, 0, 0);
  transform-origin: 50% 100%;
}

.nalu-home-experiences__wrap.is-van-visible::after {
  animation: nalu-van-drive-in 2.65s linear both;
}

.nalu-home-experiences__wrap.is-van-visible::before {
  animation: nalu-surfboard-drive-in 2.65s linear both;
}

.nalu-home-experiences__wrap.is-van-away::after {
  opacity: 1;
  transform: translate3d(95vw, 0, 0);
}

.nalu-home-experiences__wrap.is-van-away::before {
  opacity: 1;
  transform: translate3d(calc(-50% + 95vw), 0, 0);
}

.nalu-home-experiences__wrap.is-van-exiting::after {
  animation: nalu-van-drive-out 2.15s linear both;
}

.nalu-home-experiences__wrap.is-van-exiting::before {
  animation: nalu-surfboard-drive-out 2.15s linear both;
}

.nalu-home-experiences__wrap.is-van-returning::after {
  animation: nalu-van-reverse-in 2.5s linear both;
}

.nalu-home-experiences__wrap.is-van-returning::before {
  animation: nalu-surfboard-reverse-in 2.5s linear both;
}

@keyframes nalu-van-drive-in {
  0% {
    opacity: 0;
    transform: translate3d(-95vw, 4px, 0) rotate(-2deg);
  }
  16% {
    opacity: 1;
    transform: translate3d(-79.8vw, 1px, 0) rotate(-1.2deg);
  }
  31% {
    transform: translate3d(-65.55vw, -1px, 0) rotate(.8deg);
  }
  46% {
    transform: translate3d(-51.3vw, 1px, 0) rotate(-.5deg);
  }
  58% {
    opacity: 1;
    transform: translate3d(-39.9vw, -2px, 0) rotate(1.2deg);
  }
  73% {
    transform: translate3d(-25.65vw, 1px, 0) rotate(-.8deg);
  }
  87% {
    transform: translate3d(-12.35vw, 0, 0) rotate(.35deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes nalu-surfboard-drive-in {
  0% {
    opacity: 0;
    transform: translate3d(calc(-50% - 95vw), -4px, 0) rotate(-9deg);
  }
  16% {
    opacity: 1;
    transform: translate3d(calc(-50% - 79.8vw), 3px, 0) rotate(7deg);
  }
  31% {
    transform: translate3d(calc(-50% - 65.55vw), -2px, 0) rotate(-5.5deg);
  }
  46% {
    transform: translate3d(calc(-50% - 51.3vw), 2px, 0) rotate(4deg);
  }
  58% {
    transform: translate3d(calc(-50% - 39.9vw), -3px, 0) rotate(-3deg);
  }
  73% {
    transform: translate3d(calc(-50% - 25.65vw), 2px, 0) rotate(2deg);
  }
  87% {
    transform: translate3d(calc(-50% - 12.35vw), -1px, 0) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) rotate(0);
  }
}

@keyframes nalu-van-drive-out {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(19vw, -2px, 0) rotate(1deg);
  }
  42% {
    transform: translate3d(39.9vw, 1px, 0) rotate(-.55deg);
  }
  66% {
    transform: translate3d(62.7vw, -1px, 0) rotate(.8deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(95vw, 3px, 0) rotate(2deg);
  }
}

@keyframes nalu-surfboard-drive-out {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(calc(-50% + 19vw), -3px, 0) rotate(-5deg);
  }
  42% {
    transform: translate3d(calc(-50% + 39.9vw), 2px, 0) rotate(6deg);
  }
  66% {
    transform: translate3d(calc(-50% + 62.7vw), -2px, 0) rotate(-4deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(calc(-50% + 95vw), 3px, 0) rotate(7deg);
  }
}

@keyframes nalu-van-reverse-in {
  0% {
    opacity: 1;
    transform: translate3d(95vw, 3px, 0) rotate(2deg);
  }
  22% {
    transform: translate3d(74.1vw, -1px, 0) rotate(-.7deg);
  }
  43% {
    transform: translate3d(54.15vw, 1px, 0) rotate(.65deg);
  }
  65% {
    transform: translate3d(33.25vw, -2px, 0) rotate(-1deg);
  }
  82% {
    transform: translate3d(17.1vw, 1px, 0) rotate(.45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

/* Palms use one complete asset so overlapping layers never alter their colour. */
.nalu-palm-motion {
  overflow: visible;
  transform-origin: 52% 100%;
  will-change: transform;
}

.nalu-palm-motion > img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  will-change: transform, opacity;
}

.nalu-palm-motion__trunk {
  position: relative;
  clip-path: none;
  opacity: 0;
  transform: translateY(12%) scaleX(.68) scaleY(.06);
  transform-origin: 52% 100%;
}

.nalu-palm-motion > .nalu-palm-motion__crown {
  display: none;
}

.nalu-palm-motion.is-palm-grown .nalu-palm-motion__trunk {
  animation: nalu-palm-trunk-grow 2.75s cubic-bezier(.18, .72, .2, 1) both;
}

.nalu-palm-motion.is-palm-grown {
  animation: nalu-palm-crown-sway 7.4s 2.75s ease-in-out infinite;
}

@keyframes nalu-palm-trunk-grow {
  0% {
    opacity: 0;
    transform: translateY(12%) scaleX(.68) scaleY(.06);
  }
  22% {
    opacity: 1;
  }
  70% {
    transform: translateY(-1.5%) scaleX(.96) scaleY(1.035);
  }
  86% {
    transform: translateY(.6%) scaleX(1.015) scaleY(.99);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes nalu-palm-crown-grow {
  0% {
    opacity: 0;
    transform: translateY(24%) scale(.24) rotate(-8deg);
  }
  24% {
    opacity: 1;
  }
  66% {
    transform: translateY(-2%) scale(1.075, .96) rotate(3.5deg);
  }
  82% {
    transform: translateY(1%) scale(.975, 1.035) rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}

@keyframes nalu-palm-crown-sway {
  0%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
  28% {
    transform: translateY(-.8%) scale(1.012, .994) rotate(2.4deg);
  }
  56% {
    transform: translateY(.3%) scale(.996, 1.008) rotate(-1.8deg);
  }
  78% {
    transform: translateY(-.35%) scale(1.005, .998) rotate(.9deg);
  }
}

@keyframes nalu-surfboard-reverse-in {
  0% {
    opacity: 1;
    transform: translate3d(calc(-50% + 95vw), 3px, 0) rotate(8deg);
  }
  22% {
    transform: translate3d(calc(-50% + 74.1vw), -3px, 0) rotate(-7deg);
  }
  43% {
    transform: translate3d(calc(-50% + 54.15vw), 2px, 0) rotate(5deg);
  }
  65% {
    transform: translate3d(calc(-50% + 33.25vw), -2px, 0) rotate(-3.5deg);
  }
  82% {
    transform: translate3d(calc(-50% + 17.1vw), 1px, 0) rotate(1.8deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) rotate(0);
  }
}

/* Script copy is revealed like a slowly written postcard signature. */
.nalu-signature-line {
  position: relative;
  width: max-content;
  max-width: 100%;
  opacity: 0;
  clip-path: inset(-18% 100% -24% 0);
  transform: translateX(-.08em) skewX(-1.8deg);
  transform-origin: left center;
  will-change: clip-path, opacity, transform, filter;
}

.nalu-signature-line.is-written {
  animation: nalu-signature-write 3.15s cubic-bezier(.3, .08, .2, 1) var(--nalu-signature-delay, 0ms) both;
}

@keyframes nalu-signature-write {
  0% {
    opacity: 1;
    clip-path: inset(-18% 100% -24% 0);
    transform: translateX(-.08em) skewX(-1.8deg);
    filter: blur(.7px);
  }
  100% {
    opacity: 1;
    clip-path: inset(-18% 0 -24% 0);
    transform: translateX(0) skewX(0);
    filter: blur(0);
  }
}

/* Decorative boards follow a rolling wave, overshoot, then settle. */
.nalu-board-wave {
  transform: translate3d(-56vw, 34px, 0) rotate(-9deg);
  transform-origin: 50% 55%;
  opacity: 0;
  will-change: transform, opacity;
}

.nalu-board-wave--right {
  transform: translate3d(56vw, 34px, 0) rotate(9deg);
}

.nalu-board-wave.is-board-settled {
  animation: nalu-board-wave-left 3.45s linear both;
}

.nalu-board-wave--right.is-board-settled {
  animation-name: nalu-board-wave-right;
}

@keyframes nalu-board-wave-left {
  0% {
    opacity: 0;
    transform: translate3d(-56vw, 34px, 0) rotate(-9deg);
  }
  12% {
    opacity: 1;
  }
  22% {
    transform: translate3d(-43vw, -26px, 0) rotate(6deg);
  }
  42% {
    transform: translate3d(-27vw, 30px, 0) rotate(-5deg);
  }
  61% {
    transform: translate3d(-11vw, -22px, 0) rotate(3.6deg);
  }
  75% {
    transform: translate3d(3.8vw, 14px, 0) rotate(-2.4deg);
  }
  86% {
    transform: translate3d(-2.1vw, -7px, 0) rotate(1.25deg);
  }
  94% {
    transform: translate3d(.65vw, 3px, 0) rotate(-.45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes nalu-board-wave-right {
  0% {
    opacity: 0;
    transform: translate3d(56vw, 34px, 0) rotate(9deg);
  }
  12% {
    opacity: 1;
  }
  22% {
    transform: translate3d(43vw, -26px, 0) rotate(-6deg);
  }
  42% {
    transform: translate3d(27vw, 30px, 0) rotate(5deg);
  }
  61% {
    transform: translate3d(11vw, -22px, 0) rotate(-3.6deg);
  }
  75% {
    transform: translate3d(-3.8vw, 14px, 0) rotate(2.4deg);
  }
  86% {
    transform: translate3d(2.1vw, -7px, 0) rotate(-1.25deg);
  }
  94% {
    transform: translate3d(-.65vw, 3px, 0) rotate(.45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

/* The whole sun breathes as one asset, avoiding a visible core/rays seam. */
.nalu-sun-motion {
  overflow: visible;
  transform-origin: 50% 50%;
  will-change: transform;
}

.nalu-sun-motion > img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.nalu-sun-motion__core {
  position: relative;
  clip-path: none;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.nalu-sun-motion > .nalu-sun-motion__rays {
  display: none;
}

.nalu-sun-motion.is-sun-alive {
  animation: nalu-sun-spin 20s linear infinite;
}

.nalu-sun-motion.is-sun-alive .nalu-sun-motion__core {
  opacity: 1;
}

@keyframes nalu-sun-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* The About shell has two valves hinged at the lower-left corner. */
.nalu-shell-motion {
  aspect-ratio: 187 / 185;
  overflow: visible;
  perspective: 560px;
  transform-style: preserve-3d;
}

.nalu-shell-motion__valve {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transform-origin: 18% 79%;
  backface-visibility: hidden;
  will-change: transform;
}

.nalu-shell-motion__valve--base {
  transform: translateY(9%) rotate(-5deg) scaleY(.46);
}

.nalu-shell-motion__valve--lid {
  animation: nalu-shell-open-close 9.6s cubic-bezier(.42, 0, .22, 1) infinite;
}

@keyframes nalu-shell-open-close {
  0%, 31%, 100% {
    transform: translateY(0) rotateX(0deg) scaleY(1);
  }
  48%, 66% {
    transform: translateY(8%) rotateX(68deg) scaleY(.9);
  }
  83% {
    transform: translateY(-1%) rotateX(-3deg) scaleY(1.015);
  }
}

/* Each bird keeps its own clipped sprite and drifts on a separate rhythm. */
.nalu-birds-motion {
  aspect-ratio: 48 / 23;
  overflow: visible;
}

.nalu-birds-motion__bird {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  will-change: transform;
}

.nalu-birds-motion__bird--left {
  clip-path: polygon(0 34%, 49% 34%, 49% 100%, 0 100%);
  transform-origin: 21% 70%;
  animation: nalu-bird-left-drift 7.2s ease-in-out infinite;
}

.nalu-birds-motion__bird--right {
  clip-path: polygon(49% 0, 100% 0, 100% 67%, 49% 67%);
  transform-origin: 77% 28%;
  animation: nalu-bird-right-drift 8.1s -1.7s ease-in-out infinite;
}

@keyframes nalu-bird-left-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.8deg); }
  48% { transform: translate3d(-3%, -5%, 0) rotate(2.2deg); }
  72% { transform: translate3d(1%, -2%, 0) rotate(.4deg); }
}

@keyframes nalu-bird-right-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(1.6deg); }
  42% { transform: translate3d(4%, -4%, 0) rotate(-2deg); }
  76% { transform: translate3d(1%, 1%, 0) rotate(.5deg); }
}

@media (prefers-reduced-motion: reduce) {
  .nalu-home-experiences__wrap::before,
  .nalu-home-experiences__wrap::after,
  .nalu-home-experiences__wrap.is-van-visible::before,
  .nalu-home-experiences__wrap.is-van-visible::after,
  .nalu-home-experiences__wrap.is-van-exiting::before,
  .nalu-home-experiences__wrap.is-van-exiting::after,
  .nalu-home-experiences__wrap.is-van-returning::before,
  .nalu-home-experiences__wrap.is-van-returning::after,
  .nalu-home-experiences__wrap.is-van-away::before,
  .nalu-home-experiences__wrap.is-van-away::after {
    opacity: 1;
    animation: none;
    transform: translate3d(-50%, 0, 0);
  }

  .nalu-home-experiences__wrap::after,
  .nalu-home-experiences__wrap.is-van-visible::after,
  .nalu-home-experiences__wrap.is-van-exiting::after,
  .nalu-home-experiences__wrap.is-van-returning::after,
  .nalu-home-experiences__wrap.is-van-away::after {
    transform: translate3d(0, 0, 0);
  }

  .nalu-palm-motion .nalu-palm-motion__trunk,
  .nalu-palm-motion .nalu-palm-motion__crown {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .nalu-signature-line,
  .nalu-signature-line.is-written {
    opacity: 1;
    animation: none;
    clip-path: none;
    transform: none;
    filter: none;
  }

  .nalu-board-wave,
  .nalu-board-wave.is-board-settled {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .nalu-sun-motion .nalu-sun-motion__core,
  .nalu-sun-motion .nalu-sun-motion__rays {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .nalu-shell-motion__valve--base {
    display: none;
  }

  .nalu-shell-motion__valve--lid,
  .nalu-birds-motion__bird {
    animation: none;
    transform: none;
  }
}

@media (min-width: 1001px) {
  .nalu-home-cta::before,
  .nalu-about-cta::before {
    top: clamp(150px, 15.469vw, 297px);
  }

  .nalu-home-cta .nalu-cta__shade,
  .nalu-about-cta .nalu-cta__shade {
    inset: clamp(150px, 15.469vw, 297px) 0 0;
  }

  .nalu-home-cta__ghost {
    top: clamp(24px, 2.396vw, 46px);
    font-size: clamp(150px, 15.104vw, 290px);
  }

  .nalu-home-cta .nalu-cta__copy,
  .nalu-about-cta .nalu-cta__copy,
  .nalu-real-active .entry-content > .nalu-home-cta .nalu-cta__copy {
    padding-top: clamp(310px, 29.792vw, 572px);
  }

  .nalu-home-cta .nalu-primary-button,
  .nalu-about-cta .nalu-primary-button {
    margin-top: clamp(52px, 3.646vw, 70px);
  }
}

/* Mobile QA: continuous CTA/footer handoff and compact, readable card rhythm. */
@media (max-width: 560px) {
  .nalu-real-footer,
  .nalu-home-cta + .nalu-real-footer,
  .nalu-about-cta + .nalu-real-footer,
  .nalu-contact-page .nalu-about-cta + .nalu-real-footer {
    margin-top: calc(var(--nalu-footer-wave-height) * -1);
  }

  .nalu-home-benefits__grid,
  .nalu-about-benefits__grid,
  .nalu-contact-page .nalu-about-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    width: min(310px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .nalu-home-benefits__grid article {
    grid-template-rows: 78px auto auto;
  }

  .nalu-home-benefits__grid h3 {
    padding-top: 10px;
  }

  .nalu-home-benefits__grid p {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }

  .nalu-home-experience-grid article {
    min-height: 0 !important;
    grid-template-rows: auto auto minmax(68px, auto) auto auto;
  }

  .nalu-home-experience-grid h3 {
    margin-top: 16px;
  }

  .nalu-home-experience-grid p {
    margin-top: 8px;
  }

  .nalu-home-experience-grid strong {
    margin-top: 12px;
  }

  .nalu-home-experience-grid a {
    margin-top: 16px;
  }

  .nalu-home-testimonial-grid article,
  .nalu-about-testimonial-grid article {
    height: 340px;
    min-height: 340px !important;
    padding: 34px 28px 26px;
  }

  .nalu-home-stars,
  .nalu-about-stars {
    margin-bottom: 22px;
  }
}

@media (min-width: 561px) and (max-width: 1000px) {
  .nalu-real-footer,
  .nalu-home-cta + .nalu-real-footer,
  .nalu-about-cta + .nalu-real-footer,
  .nalu-contact-page .nalu-about-cta + .nalu-real-footer {
    margin-top: calc(var(--nalu-footer-wave-height) * -1);
  }
}

@media (max-width: 760px) {
  .nalu-about-decor--partners-palm,
  .nalu-experiences-decor--palm {
    left: -74px;
  }

  .nalu-surf-house-decor--palm {
    right: -58px;
  }
}

/* Testimonials sequence from the PDF: cards, dots, then the wave ornament. */
.nalu-about-testimonials__waves,
.nalu-contact-page .nalu-about-testimonials__waves {
  position: relative;
  left: auto;
  bottom: auto;
  display: block;
  aspect-ratio: 517 / 114;
  margin: clamp(72px, 9.4vw, 180px) auto 0;
  transform: none;
}

/* Slow, seamless pharmacy-sign marquee above every shared CTA. */
.nalu-home-cta__ghost {
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: left;
  transform: none;
  pointer-events: none;
}

.nalu-home-cta__ghost-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: nalu-cta-ghost-marquee 56s linear -28s infinite;
  will-change: transform;
}

.nalu-home-cta__ghost-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: .34em;
  padding-right: .34em;
}

.nalu-home-cta__ghost-text {
  display: block;
  flex: none;
  line-height: 1;
  white-space: nowrap;
}

.nalu-home-cta__ghost-mark {
  display: block;
  flex: none;
  width: .82em;
  aspect-ratio: 2048 / 1746;
  overflow: visible;
  color: inherit;
  background: currentColor;
  -webkit-mask: url("/wp-content/themes/nalu/assets/img/nalu-logo-spirit-white.webp") center / contain no-repeat;
  mask: url("/wp-content/themes/nalu/assets/img/nalu-logo-spirit-white.webp") center / contain no-repeat;
}

@keyframes nalu-cta-ghost-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nalu-home-cta__ghost-track {
    animation: none;
  }
}

/* Calm hero choreography: title lines settle in, signatures keep handwriting. */
.nalu-hero__copy h1 .nalu-line {
  transition: none;
  animation: nalu-hero-title-arrive 1.55s cubic-bezier(.2, .76, .18, 1) .14s both;
  will-change: clip-path, transform, opacity, filter;
}

.nalu-hero__copy h1 .nalu-line:nth-child(2) {
  animation-delay: .34s;
}

.nalu-hero__copy h1 .nalu-line:nth-child(3) {
  animation-delay: .54s;
}

.nalu-hero__copy > .nalu-outline-button {
  transition: none;
  animation: nalu-hero-button-arrive 1.3s cubic-bezier(.2, .76, .18, 1) .82s both;
  will-change: clip-path, transform, opacity;
}

@keyframes nalu-hero-title-arrive {
  0% {
    opacity: 0;
    clip-path: inset(100% -8% -18% -8%);
    transform: translate3d(0, .42em, 0) rotate(.32deg) scale(.992);
    filter: blur(3px);
  }
  58% {
    opacity: 1;
    clip-path: inset(-12% -8% -18% -8%);
    transform: translate3d(0, -.035em, 0) rotate(-.06deg) scale(1.002);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    clip-path: inset(-12% -8% -18% -8%);
    transform: none;
    filter: blur(0);
  }
}

@keyframes nalu-hero-button-arrive {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0 round 999px);
    transform: translate3d(0, 14px, 0) scale(.985);
  }
  72% {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 999px);
    transform: translate3d(0, -2px, 0) scale(1.002);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 999px);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nalu-hero__copy h1 .nalu-line,
  .nalu-hero__copy > .nalu-outline-button {
    opacity: 1 !important;
    animation: none !important;
    clip-path: none !important;
    transform: none !important;
    filter: none !important;
  }
}

/* Mobile navigation is a full-screen destination, not a compressed desktop pill. */
@media (max-width: 1000px) {
  body.nalu-menu-is-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .nalu-real-header,
  body.nalu-page-ready .nalu-real-header {
    z-index: 1000;
    transform: none !important;
  }

  .nalu-real-header.is-menu-open {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: var(--nalu-teal);
  }

  .nalu-real-header.is-menu-open .nalu-logo {
    z-index: 3;
    top: 18px;
    left: 20px;
    width: 64px;
  }

  .nalu-book {
    display: none;
  }

  .nalu-real-header.is-menu-open .nalu-book {
    position: absolute;
    z-index: 3;
    top: auto;
    right: auto;
    bottom: clamp(30px, 6.5vh, 58px);
    left: 50%;
    display: flex;
    width: min(184px, calc(100vw - 48px));
    min-height: 52px;
    padding: 0 24px 2px;
    font-size: 14px;
    transform: translateX(-50%);
  }

  .nalu-menu-toggle {
    z-index: 4;
    top: 10px;
    right: 0;
    width: 44px;
    height: 44px;
    gap: 5px;
  }

  .nalu-real-header.is-menu-open .nalu-menu-toggle {
    top: 20px;
    right: 20px;
  }

  .nalu-menu-toggle span {
    width: 19px;
    transition: transform .42s cubic-bezier(.2, .8, .2, 1), opacity .24s ease;
  }

  .nalu-real-header.is-menu-open .nalu-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nalu-real-header.is-menu-open .nalu-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nalu-real-menu {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    gap: clamp(8px, 1.6vh, 15px);
    box-sizing: border-box;
    padding: clamp(92px, 13vh, 120px) 24px clamp(112px, 17vh, 154px);
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transform: scale(.985);
    pointer-events: none;
    transition: opacity .42s ease, transform .58s cubic-bezier(.2, .76, .18, 1), visibility 0s linear .58s;
  }

  .nalu-real-header.is-menu-open .nalu-real-menu {
    max-height: none;
    padding: clamp(92px, 13vh, 120px) 24px clamp(112px, 17vh, 154px);
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .nalu-real-menu a {
    width: auto;
    padding: clamp(6px, 1vh, 10px) 18px;
    border: 0;
    color: var(--nalu-cream);
    font-family: var(--nalu-font-fun);
    font-size: clamp(25px, 7vw, 35px);
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(16px);
    transition: color .25s ease, opacity .48s ease, transform .68s cubic-bezier(.2, .76, .18, 1);
  }

  .nalu-real-menu a.is-active,
  .nalu-real-menu a:hover,
  .nalu-real-menu a:focus-visible {
    color: var(--nalu-orange);
  }

  .nalu-real-header.is-menu-open .nalu-real-menu a {
    opacity: 1;
    transform: none;
  }

  .nalu-real-header.is-menu-open .nalu-real-menu a:nth-child(1) { transition-delay: .08s; }
  .nalu-real-header.is-menu-open .nalu-real-menu a:nth-child(2) { transition-delay: .13s; }
  .nalu-real-header.is-menu-open .nalu-real-menu a:nth-child(3) { transition-delay: .18s; }
  .nalu-real-header.is-menu-open .nalu-real-menu a:nth-child(4) { transition-delay: .23s; }
  .nalu-real-header.is-menu-open .nalu-real-menu a:nth-child(5) { transition-delay: .28s; }
  .nalu-real-header.is-menu-open .nalu-real-menu a:nth-child(6) { transition-delay: .33s; }
  .nalu-real-header.is-menu-open .nalu-real-menu a:nth-child(7) { transition-delay: .38s; }

  .nalu-primary-button,
  .nalu-outline-button,
  .nalu-contact-tripadvisor,
  .nalu-blog-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100vw - 48px);
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }

  .nalu-blog-cats {
    justify-content: center;
  }

  .nalu-gallery-count {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1000px) and (max-height: 620px) {
  .nalu-real-menu,
  .nalu-real-header.is-menu-open .nalu-real-menu {
    justify-content: flex-start;
    gap: 3px;
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .nalu-real-menu a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: clamp(20px, 5.2vh, 27px);
  }

  .nalu-real-header.is-menu-open .nalu-book {
    bottom: 14px;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 1000px) {
  .nalu-real-menu,
  .nalu-real-menu a,
  .nalu-menu-toggle span {
    transition-duration: .01ms !important;
  }
}

/* Tabs remain swipeable on mobile without exposing a browser scrollbar. */
@media (max-width: 1000px) {
  .nalu-home-tabs {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .nalu-home-tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

/* Keep inner-page typography on the same light hierarchy used by Home. */
.nalu-about-kicker,
.nalu-about-section-title p,
.nalu-experiences-title p,
.nalu-surf-house-kicker,
.nalu-gallery-kicker,
.nalu-blog-kicker,
.nalu-contact-kicker,
.nalu-contact-section-title p,
.nalu-editorial__lead {
  font-family: var(--nalu-font-body);
  font-weight: 300;
}

.nalu-about-intro p:not(.nalu-about-kicker),
.nalu-about-testimonial-grid p,
.nalu-surf-house-copy p:not(.nalu-surf-house-kicker),
.nalu-gallery-title p:not(.nalu-gallery-kicker),
.nalu-blog-title p:not(.nalu-blog-kicker),
.nalu-blog-card p,
.nalu-blog-article__copy p,
.nalu-contact-panel__copy p:not(.nalu-contact-kicker),
.nalu-contact-faq details p,
.nalu-editorial p {
  font-family: var(--nalu-font-display);
  font-weight: 300;
}

/* About and Experiences use the same mobile hero frame as every inner page. */
@media (max-width: 1000px) {
  .nalu-about-hero,
  .nalu-experiences-hero {
    height: 620px;
    min-height: 620px;
  }

  .nalu-about-hero .nalu-hero__copy,
  .nalu-experiences-hero .nalu-hero__copy {
    padding-top: 270px;
  }

  .nalu-gallery-title p:not(.nalu-gallery-kicker) .nalu-line {
    display: inline;
    white-space: normal;
  }

  .nalu-gallery-title p:not(.nalu-gallery-kicker) .nalu-line + .nalu-line::before {
    content: " ";
  }

  .nalu-real-header .nalu-logo,
  .nalu-real-header.is-menu-open .nalu-logo {
    right: auto;
    left: 50%;
    width: 64px;
    transform: translateX(-50%);
  }
}

/* Keep the July content layouts above legacy page-scale overrides. */
.nalu-home-program__body {
  grid-template-columns: minmax(360px, 31.5vw) minmax(0, 1fr);
  column-gap: clamp(42px, 4.6vw, 88px);
}

.nalu-home-experience-grid article {
  min-height: clamp(500px, 35vw, 672px);
}

.nalu-about-crew.nalu-about-crew--founder {
  min-height: 72vw;
  max-height: 1382px;
  padding-bottom: clamp(150px, 14vw, 270px);
}

.nalu-about-crew--founder .nalu-about-crew__grid {
  grid-template-columns: minmax(270px, 350px) minmax(340px, 560px);
  gap: clamp(48px, 6vw, 115px);
  width: min(1040px, 70vw);
}

.nalu-about-partners {
  min-height: 70vw;
  max-height: 1344px;
}

.nalu-about-partners__row {
  display: block;
  width: min(720px, 52vw);
}

@media (max-width: 1000px) {
  .nalu-home-program__body {
    grid-template-columns: 1fr;
  }

  .nalu-about-crew.nalu-about-crew--founder {
    min-height: 0;
    padding-bottom: 120px;
  }

  .nalu-about-crew--founder .nalu-about-crew__grid {
    grid-template-columns: 1fr;
    width: min(520px, calc(100% - 48px));
  }

  .nalu-about-partners {
    min-height: 0;
    padding-bottom: 170px;
  }

  .nalu-about-partners__row {
    width: min(520px, calc(100% - 48px));
  }
}

/* Booking selection and summary */
.nalu-book {
  gap: 8px;
}

.nalu-book.has-selection {
  border-color: var(--nalu-aqua);
  background: var(--nalu-aqua);
}

.nalu-book__count {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--nalu-teal);
  background: var(--nalu-cream);
  font-size: 13px;
  line-height: 1;
}

.nalu-book__count[hidden] {
  display: none;
}

.nalu-program-booking {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
}

.nalu-program-booking__next {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding-top: 34px;
}

.nalu-program-booking__next[hidden] {
  display: none;
}

.nalu-program-booking__next a {
  color: var(--nalu-teal);
  font-family: var(--nalu-font-body);
  font-size: 15px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.nalu-booking-toggle {
  cursor: pointer;
  transition: background-color 280ms ease, border-color 280ms ease, color 280ms ease, transform 280ms ease;
}

.nalu-booking-toggle.is-added {
  border-color: var(--nalu-aqua);
  color: #fff;
  background: var(--nalu-aqua);
  box-shadow: none;
}

.nalu-booking-toggle.is-added [data-nalu-button-label]::before {
  content: "\2713";
  margin-right: 8px;
}

.nalu-home-experience-grid article {
  display: flex;
  flex-direction: column;
}

.nalu-home-experience-grid p {
  flex: 1 1 auto;
}

.nalu-home-experience-grid .nalu-booking-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 1.8vw);
  min-height: 4.2vw;
  margin: 2.1vw .9vw 1vw;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--nalu-orange);
  font-family: var(--nalu-font-body);
  font-size: clamp(13px, 1.41vw, 27px);
  font-weight: 800;
}

.nalu-home-experience-grid .nalu-booking-toggle.is-added {
  background: var(--nalu-aqua);
}

.nalu-booking-dock {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 7px 18px;
  max-width: 360px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  color: #fff;
  background: var(--nalu-teal);
  box-shadow: 0 12px 30px rgba(14, 60, 70, .18);
  font-family: var(--nalu-font-body);
}

.nalu-booking-dock[hidden] {
  display: none;
}

.nalu-booking-dock > span {
  grid-column: 1 / -1;
  font-weight: 800;
}

.nalu-booking-dock a {
  color: #fff;
  font-size: 14px;
  text-underline-offset: 3px;
}

.nalu-booking-dock a:first-of-type {
  color: #fff;
  font-weight: 800;
}

.nalu-booking-page {
  overflow: hidden;
  color: #171717;
  background: var(--nalu-cream);
}

.nalu-booking-hero {
  height: min(700px, 56.25vw);
  min-height: 620px;
  max-height: 700px;
}

.nalu-booking-hero .nalu-hero__copy {
  padding-top: clamp(260px, 24vw, 360px);
}

.nalu-booking-hero .nalu-outline-button {
  margin-top: 44px;
}

.nalu-booking-main {
  background: var(--nalu-cream);
}

.nalu-booking-selection {
  padding: clamp(90px, 8vw, 150px) max(24px, calc((100vw - 1280px) / 2));
}

.nalu-booking-title {
  margin-bottom: clamp(48px, 5vw, 78px);
  text-align: center;
}

.nalu-booking-title h2,
.nalu-booking-details__intro h2 {
  margin: 0;
  font-family: var(--nalu-font-fun);
  font-size: clamp(42px, 4.2vw, 76px);
  font-weight: 400;
  line-height: .96;
  text-transform: uppercase;
}

.nalu-booking-title p {
  margin: 16px 0 0;
  font-family: var(--nalu-font-display);
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 300;
}

.nalu-booking-selection__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(34px, 4vw, 72px);
  align-items: start;
}

.nalu-booking-empty {
  padding: clamp(38px, 4vw, 64px);
  border: 2px dashed rgba(26, 94, 111, .25);
  border-radius: 8px;
  text-align: center;
}

.nalu-booking-empty h3,
.nalu-booking-group > h3 {
  margin: 0;
  font-family: var(--nalu-font-display);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 900;
}

.nalu-booking-empty p {
  max-width: 560px;
  margin: 16px auto 0;
  font-family: var(--nalu-font-display);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}

.nalu-booking-group + .nalu-booking-group {
  margin-top: 48px;
}

.nalu-booking-group > h3 {
  margin-bottom: 20px;
}

.nalu-booking-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 130px;
  padding: 14px 18px 14px 14px;
  border-radius: 8px;
  background: #d8eeeb;
}

.nalu-booking-item + .nalu-booking-item {
  margin-top: 14px;
}

.nalu-booking-item img {
  display: block;
  width: 150px;
  height: 102px;
  border-radius: 6px;
  object-fit: cover;
}

.nalu-booking-item div > span {
  color: var(--nalu-teal);
  font-family: var(--nalu-font-body);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nalu-booking-item h4 {
  margin: 7px 0 5px;
  font-family: var(--nalu-font-display);
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 900;
  line-height: 1.05;
}

.nalu-booking-item strong {
  color: var(--nalu-orange);
  font-family: var(--nalu-font-body);
  font-size: 15px;
}

.nalu-booking-item > button,
.nalu-booking-total > button {
  padding: 8px 0;
  border: 0;
  color: inherit;
  background: transparent;
  font-family: var(--nalu-font-body);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.nalu-booking-total {
  position: sticky;
  top: 28px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: var(--nalu-teal);
}

.nalu-booking-total > span {
  color: #bce0dd;
  font-family: var(--nalu-font-body);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.nalu-booking-total > strong {
  margin-top: 8px;
  font-family: var(--nalu-font-display);
  font-size: 26px;
  font-weight: 900;
}

.nalu-booking-total p {
  margin: 40px 0 2px;
  font-family: var(--nalu-font-display);
  font-size: 15px;
  font-weight: 300;
}

.nalu-booking-total b {
  color: #fff;
  font-family: var(--nalu-font-body);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
}

.nalu-booking-total small {
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, .74);
  font-family: var(--nalu-font-display);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.nalu-booking-total a {
  color: #fff;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  text-underline-offset: 4px;
}

.nalu-booking-total .nalu-booking-total__continue {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 54px;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--nalu-orange);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}

.nalu-booking-total > button {
  align-self: flex-start;
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
}

.nalu-booking-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 118px);
  margin-top: clamp(58px, 5vw, 84px);
  padding-top: 0;
  scroll-margin-top: 24px;
  background: transparent;
}

.nalu-booking-details__intro p {
  max-width: 430px;
  margin: 28px 0 0;
  font-family: var(--nalu-font-display);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.nalu-booking-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.nalu-booking-form label,
.nalu-booking-phone-field {
  display: grid;
  gap: 9px;
  color: var(--nalu-teal);
  font-family: var(--nalu-font-body);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nalu-booking-form input,
.nalu-booking-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid rgba(26, 94, 111, .25);
  border-radius: 6px;
  color: #171717;
  background: var(--nalu-cream);
  font-family: var(--nalu-font-display);
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.nalu-booking-phone-field .iti {
  width: 100%;
  color: #171717;
  font-family: var(--nalu-font-display);
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.nalu-booking-phone-field .iti__tel-input {
  width: 100%;
  padding-right: 15px;
}

.nalu-booking-phone-field .iti__selected-country {
  color: var(--nalu-teal);
}

.nalu-booking-phone-field .iti__country-selector {
  z-index: 40;
  max-width: min(360px, calc(100vw - 40px));
  color: #171717;
  font-family: var(--nalu-font-display);
  font-weight: 300;
  text-transform: none;
}

.nalu-booking-phone-field .iti__search-input {
  min-height: 44px;
  padding-right: 44px;
  padding-left: 44px;
}

.nalu-booking-form textarea {
  min-height: 135px;
  resize: vertical;
}

.nalu-booking-form input:focus,
.nalu-booking-form textarea:focus {
  border-color: var(--nalu-orange);
  outline: 3px solid rgba(242, 134, 34, .14);
}

.nalu-booking-form__notes {
  grid-column: 1 / -1;
}

.nalu-booking-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.nalu-booking-form__actions .nalu-primary-button,
.nalu-outline-action {
  min-width: 220px;
  min-height: 58px;
  margin: 0;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--nalu-font-body);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.nalu-outline-action {
  border: 2px solid var(--nalu-teal);
  color: var(--nalu-teal);
  background: transparent;
}

.nalu-booking-form__actions button:disabled,
.nalu-booking-total button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.nalu-booking-form__privacy,
.nalu-booking-form__status {
  margin: 20px 0 0;
  font-family: var(--nalu-font-display);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.nalu-booking-form__status {
  min-height: 20px;
  color: var(--nalu-teal);
  font-weight: 600;
}

.nalu-booking-download-frame {
  display: none;
  width: 0;
  height: 0;
  border: 0;
}

@media (max-width: 1000px) {
  .nalu-booking-hero {
    height: 620px;
    min-height: 620px;
  }

  .nalu-booking-hero .nalu-hero__copy {
    padding-top: 270px;
  }

  .nalu-booking-selection__layout,
  .nalu-booking-details {
    grid-template-columns: 1fr;
  }

  .nalu-booking-total {
    position: static;
  }

  .nalu-booking-details__intro,
  .nalu-booking-details__intro p {
    max-width: 620px;
    text-align: center;
  }

  .nalu-booking-details__intro {
    margin: 0 auto;
  }

  .nalu-home-experience-grid .nalu-booking-toggle {
    width: calc(100% - 24px);
    min-height: 54px;
    margin: 22px 12px 12px;
    font-size: 16px;
  }

  .nalu-program-booking {
    justify-content: center;
  }

  .nalu-program-booking__next {
    justify-content: center;
    width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .nalu-book__count {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .nalu-booking-dock {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    text-align: center;
  }

  .nalu-booking-selection {
    padding: 78px 20px;
  }

  .nalu-booking-details {
    margin-top: 58px;
    padding: 0;
  }

  .nalu-booking-title {
    margin-bottom: 42px;
  }

  .nalu-booking-title h2,
  .nalu-booking-details__intro h2 {
    font-size: 42px;
  }

  .nalu-booking-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    min-height: 108px;
    padding: 10px;
  }

  .nalu-booking-item img {
    width: 88px;
    height: 88px;
  }

  .nalu-booking-item > button {
    grid-column: 2;
    justify-self: start;
    padding: 0;
  }

  .nalu-booking-total {
    align-items: center;
    text-align: center;
  }

  .nalu-booking-total > button {
    align-self: center;
  }

  .nalu-booking-form__grid {
    grid-template-columns: 1fr;
  }

  .nalu-booking-form__notes {
    grid-column: auto;
  }

  .nalu-booking-form__actions {
    justify-content: center;
  }

  .nalu-booking-form__actions .nalu-primary-button,
  .nalu-outline-action {
    width: min(100%, 320px);
  }

  .nalu-booking-form__privacy,
  .nalu-booking-form__status {
    text-align: center;
  }
}
