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

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

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

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

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

:root {
  --rt-accent: #0f766e;
  --rt-accent-strong: #0b4f4a;
  --nalu-font-display: "Amino", system-ui, sans-serif;
  --nalu-font-body: "Rude", system-ui, sans-serif;
}

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

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: #f3eadf;
}

.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-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(15px, 1.56vw, 30px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(754px, 73.6vw, 1414px);
  height: clamp(88px, 8.6vw, 165px);
}

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

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

.nalu-real-menu {
  position: absolute;
  top: clamp(24px, 2.34vw, 45px);
  left: clamp(112px, 10.94vw, 210px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(21px, 2.05vw, 39px);
  width: clamp(525px, 51.25vw, 984px);
  min-height: clamp(35px, 3.42vw, 66px);
  padding: 0 clamp(34px, 3.32vw, 64px);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.nalu-real-menu a,
.nalu-book {
  color: #111;
  font-family: var(--nalu-font-body);
  font-weight: 400;
  font-size: clamp(12.5px, 1.22vw, 23.5px);
  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: 400;
  color: #e84b2b;
}

.nalu-book {
  position: absolute;
  top: clamp(24px, 2.34vw, 45px);
  left: clamp(648px, 63.28vw, 1215px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(102px, 9.96vw, 191px);
  min-height: clamp(35px, 3.42vw, 66px);
  box-sizing: border-box;
  padding: 0 0 3px;
  color: #fff;
  background: #e84b2b;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(232, 75, 43, 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;
  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-body);
  font-weight: 800;
  font-size: clamp(48px, 5vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

.nalu-accent {
  color: #e84b2b;
}

.nalu-line {
  display: block;
}

@media (min-width: 761px) {
  .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-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;
}

.nalu-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  margin-top: 34px;
  padding: 0 34px;
  border: 2px solid #e84b2b;
  border-radius: 999px;
  color: #fff;
  background: #e84b2b;
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(232, 75, 43, 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-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 {
  position: relative;
  min-height: clamp(565px, 55.1vw, 1058px);
  margin: clamp(-160px, -8.33vw, -86px) 0 0;
  padding: 0;
  color: #fff;
  background: rgb(26, 94, 110);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 800' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 92 C55 128 105 128 160 94 C215 60 265 60 320 94 C375 128 425 128 480 94 C535 60 585 60 640 94 C695 128 745 128 800 94 C855 60 905 60 960 94 C1015 128 1065 128 1120 94 C1175 60 1225 60 1280 94 C1335 128 1385 128 1440 92 L1440 800 L0 800 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 800' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 92 C55 128 105 128 160 94 C215 60 265 60 320 94 C375 128 425 128 480 94 C535 60 585 60 640 94 C695 128 745 128 800 94 C855 60 905 60 960 94 C1015 128 1065 128 1120 94 C1175 60 1225 60 1280 94 C1335 128 1385 128 1440 92 L1440 800 L0 800 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

.nalu-footer__about {
  position: absolute;
  z-index: 2;
  top: clamp(168px, 16.42vw, 315px);
  left: clamp(179px, 17.5vw, 336px);
  width: clamp(282px, 27.47vw, 527px);
}

.nalu-real-footer h3 {
  margin: 0 0 clamp(14px, 1.4vw, 27px);
  font-family: var(--nalu-font-body);
  font-weight: 800;
  font-size: clamp(14.44px, 1.41vw, 27.0666px);
  line-height: 1;
}

.nalu-real-footer p,
.nalu-real-footer a,
.nalu-footer-line {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--nalu-font-display);
  font-weight: 300 !important;
  font-size: clamp(10.56px, 1.031vw, 19.79px);
  line-height: 1.57;
  text-decoration: none;
}

.nalu-footer__contacts {
  margin-top: clamp(50px, 4.88vw, 94px);
}

.nalu-footer__social {
  display: flex;
  gap: clamp(7px, 0.68vw, 13px);
  margin-top: clamp(31px, 3vw, 58px);
  color: #fff;
  font-family: var(--nalu-font-body);
  font-size: clamp(15px, 1.46vw, 28px);
  font-weight: 800;
  line-height: 1;
}

.nalu-social {
  position: relative;
  display: inline-block;
  width: clamp(14px, 1.37vw, 26px);
  height: clamp(14px, 1.37vw, 26px);
}

.nalu-social--instagram {
  border: 2px solid currentColor;
  border-radius: 30%;
}

.nalu-social--instagram::before {
  content: "";
  position: absolute;
  inset: 30%;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nalu-social--instagram::after {
  content: "";
  position: absolute;
  top: 21%;
  right: 21%;
  width: 2px;
  height: 2px;
  background: currentColor;
  border-radius: 50%;
}

.nalu-social--facebook {
  width: clamp(10px, 1vw, 19px);
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 1.62vw, 31px);
  line-height: .84;
  text-align: center;
}

.nalu-social--whatsapp {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nalu-social--whatsapp::before {
  content: "";
  position: absolute;
  left: 55%;
  bottom: -15%;
  width: 30%;
  height: 30%;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-18deg);
}

.nalu-social--whatsapp::after {
  content: "";
  position: absolute;
  left: 34%;
  top: 31%;
  width: 32%;
  height: 32%;
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(26deg);
}

.nalu-footer__brand {
  position: absolute;
  z-index: 3;
  top: clamp(229px, 22.4vw, 430px);
  left: clamp(648px, 63.28vw, 1215px);
  width: clamp(206px, 20.16vw, 387px);
}

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

.nalu-footer-line {
  position: absolute;
  z-index: 2;
  left: clamp(174px, 17vw, 326px);
  bottom: clamp(76px, 7.45vw, 143px);
  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, 255, 255, 0.66);
}

.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: #e84b2b;
  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: #e84b2b;
  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: 760px) {
  .nalu-real-header {
    grid-template-columns: 74px 1fr;
    left: 18px;
    right: 18px;
  }

  .nalu-real-menu {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nalu-book {
    display: none;
  }

  .nalu-real-footer {
    grid-template-columns: 1fr;
    width: min(560px, calc(100vw - 36px));
    gap: 40px;
  }
}
