.elementor-1334 .elementor-element.elementor-element-7641288{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-696d489 */@font-face {
  font-family: "Nexa";
  src: url("https://fonts.cdnfonts.com/s/16221/NexaRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("https://fonts.cdnfonts.com/s/16221/NexaBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Scoped styling: does not change your header or other sections. */
.bn-sand {
  --blue: #01aeed;
  --lime: #a6ce39;
  --ink: #142b36;
  --text: #475b65;
  --muted: #647780;
  --border: #dfe9ed;
  --pale: #f3f9fc;

  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 28px;
  color: var(--text);
  background: #fff;
  font-family: "Nexa", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  overflow-wrap: break-word;
}

.bn-sand *,
.bn-sand *::before,
.bn-sand *::after {
  box-sizing: border-box;
}

.bn-sand h1,
.bn-sand h2,
.bn-sand h3,
.bn-sand p,
.bn-sand a,
.bn-sand span {
  font-family: "Nexa", sans-serif;
}

.bn-sand h1,
.bn-sand h2,
.bn-sand h3 {
  color: var(--ink);
  font-weight: 700;
  text-wrap: pretty;
}

.bn-sand p {
  margin: 0 0 20px;
}

.bn-sand a {
  color: #006d95;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.bn-sand a:hover {
  color: var(--ink);
}

.bn-sand a:focus-visible {
  outline: 3px solid #007ca8;
  outline-offset: 5px;
}

.bn-sand section[id] {
  scroll-margin-top: 130px;
}

/* HERO */
.bn-sand__hero {
  position: relative;
  padding: 48px;
  margin-bottom: 52px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(1, 174, 237, .09),
      transparent 55%
    ),
    #fbfdfe;
}

.bn-sand__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 48px;
  width: 72px;
  height: 4px;
  background: var(--lime);
  border-radius: 0 0 4px 4px;
}

.bn-sand .bn-sand__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.6;
}

.bn-sand__eyebrow > span {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(166, 206, 57, .12);
}

.bn-sand .bn-sand__hero h1 {
  max-width: 930px;
  margin: 0 0 25px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.14;
  letter-spacing: -.045em;
}

.bn-sand__hero h1 > span {
  display: block;
  color: #007ca8;
}

.bn-sand .bn-sand__intro {
  max-width: 740px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.8;
}

.bn-sand__byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 12px;
}

.bn-sand__byline strong {
  color: var(--ink);
}

.bn-sand__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bn-sand__highlights span {
  padding: 7px 12px;
  border: 1px solid #dce9ee;
  border-radius: 30px;
  background: #fff;
  color: #47616d;
  font-size: 11px;
  line-height: 1.5;
}

/* ARTICLE LAYOUT */
.bn-sand__layout {
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr);
  align-items: start;
  gap: 54px;
}

.bn-sand__sidebar {
  position: sticky;
  top: 120px;
}

.bn-sand__navigation {
  padding-top: 21px;
  border-top: 3px solid var(--lime);
}

.bn-sand .bn-sand__label {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .12em;
}

.bn-sand__navigation a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none;
}

.bn-sand__navigation a > span {
  color: #007ca8;
  font-size: 10px;
  font-weight: 700;
}

.bn-sand__navigation a:hover {
  color: #007ca8;
}

.bn-sand__body {
  min-width: 0;
}

.bn-sand__opening {
  font-size: 17px;
}

/* CONTENT */
.bn-sand__section {
  padding-top: 42px;
}

.bn-sand .bn-sand__section-label {
  margin-bottom: 13px;
  color: #607536;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .13em;
}

.bn-sand h2 {
  margin: 0 0 22px;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.25;
  letter-spacing: -.035em;
}

.bn-sand h3 {
  margin: 28px 0 12px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -.02em;
}

.bn-sand .bn-sand__source {
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.bn-sand__statement {
  margin: 28px 0 0;
  padding: 8px 0 8px 24px;
  border-left: 3px solid var(--lime);
}

.bn-sand__statement p {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -.02em;
}

/* RESEARCH NOTE */
.bn-sand__research {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 24px;
  margin: 26px 0;
  border: 1px solid #d6e8ef;
  border-radius: 12px;
  background: var(--pale);
}

.bn-sand__research-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #cde2eb;
  border-radius: 10px;
  background: #fff;
  color: #007ca8;
}

.bn-sand__research-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bn-sand__research p:not(.bn-sand__label) {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.bn-sand__research a {
  font-size: 12px;
  font-weight: 700;
}

/* THREE STATIONS */
.bn-sand__stations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.bn-sand__station {
  padding: 22px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.bn-sand__station-number {
  display: block;
  margin-bottom: 22px;
  color: #007ca8;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
}

.bn-sand__station .bn-sand__label {
  color: #607536;
}

.bn-sand__station h3 {
  margin: 10px 0;
  font-size: 18px;
}

.bn-sand__station p:last-child {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

/* BEACH COMPARISON */
.bn-sand__comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.bn-sand__comparison > div {
  padding: 25px 23px;
}

.bn-sand__comparison > div:first-child {
  padding-left: 0;
  border-right: 1px solid var(--border);
}

.bn-sand__comparison h3 {
  margin: 10px 0;
  font-size: 20px;
}

.bn-sand__comparison p:last-child {
  margin: 0;
  font-size: 14px;
}

/* EXPERIENCE TIPS */
.bn-sand__tips {
  margin-top: 26px;
}

.bn-sand__tip {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-top: 1px solid var(--border);
}

.bn-sand__tip > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #dce6c7;
  border-radius: 50%;
  color: #516d20;
  background: #f6faee;
  font-size: 11px;
  font-weight: 700;
}

.bn-sand__tip h3 {
  margin: 2px 0 9px;
  font-size: 19px;
}

.bn-sand__tip p {
  margin: 0;
  font-size: 15px;
}

/* TWO BOOKING BUTTONS */
.bn-sand__booking {
  position: relative;
  margin-top: 44px;
  padding: 36px;
  border: 1px solid #d7e8ef;
  border-radius: 15px;
  background: var(--pale);
}

.bn-sand__booking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  width: 60px;
  height: 4px;
  border-radius: 0 0 3px 3px;
  background: var(--lime);
}

.bn-sand__booking h2 {
  max-width: 570px;
}

.bn-sand__booking > p:not(.bn-sand__label) {
  font-size: 15px;
}

.bn-sand__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.bn-sand a.bn-sand__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease;
}

.bn-sand a.bn-sand__button--primary {
  background: var(--lime);
  color: #20300c;
}

.bn-sand a.bn-sand__button--primary:hover {
  background: #b9da60;
}

.bn-sand a.bn-sand__button--secondary {
  border-color: #95bdce;
  background: #fff;
  color: #15516b;
}

.bn-sand a.bn-sand__button--secondary:hover {
  border-color: #007ca8;
  background: #e7f5fb;
}

.bn-sand__button svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* FAQ */
.bn-sand__faq-item {
  padding: 24px 0;
  border-top: 1px solid var(--border);
}

.bn-sand__faq-item h3 {
  margin: 0 0 11px;
  font-size: 18px;
}

.bn-sand__faq-item p {
  margin: 0;
  font-size: 15px;
}

/* TABLET */
@media (max-width: 1023px) {
  .bn-sand {
    padding: 42px 24px;
  }

  .bn-sand__hero {
    padding: 36px;
    margin-bottom: 32px;
  }

  .bn-sand__hero::before {
    left: 36px;
  }

  .bn-sand__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bn-sand__sidebar {
    position: static;
  }

  .bn-sand__navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    padding: 20px 24px;
    border: 1px solid var(--border);
    border-top: 3px solid var(--lime);
    border-radius: 0 0 12px 12px;
  }

  .bn-sand__navigation .bn-sand__label {
    grid-column: 1 / -1;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .bn-sand {
    padding: 24px 16px;
    font-size: 15px;
  }

  .bn-sand__hero {
    padding: 30px 21px;
    border-radius: 12px;
  }

  .bn-sand__hero::before {
    left: 21px;
  }

  .bn-sand .bn-sand__hero h1 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.16;
  }

  .bn-sand .bn-sand__eyebrow {
    font-size: 9px;
    letter-spacing: .11em;
  }

  .bn-sand .bn-sand__intro {
    font-size: 16px;
  }

  .bn-sand__byline {
    flex-direction: column;
    gap: 3px;
    font-size: 11px;
  }

  .bn-sand__highlights {
    gap: 7px;
  }

  .bn-sand__highlights span {
    font-size: 10px;
    padding: 6px 9px;
  }

  .bn-sand__navigation {
    padding: 17px;
    gap: 0 15px;
  }

  .bn-sand__navigation a {
    gap: 8px;
    font-size: 11px;
  }

  .bn-sand__opening {
    font-size: 16px;
  }

  .bn-sand__section {
    padding-top: 34px;
  }

  .bn-sand h2 {
    font-size: 27px;
  }

  .bn-sand__statement {
    padding-left: 18px;
  }

  .bn-sand__statement p {
    font-size: 20px;
  }

  .bn-sand__research {
    padding: 20px 16px;
    gap: 12px;
  }

  .bn-sand__research-icon {
    width: 34px;
    height: 34px;
  }

  .bn-sand__research-icon svg {
    width: 20px;
    height: 20px;
  }

  .bn-sand__research .bn-sand__label {
    font-size: 9px;
    letter-spacing: .08em;
  }

  .bn-sand__stations {
    grid-template-columns: 1fr;
  }

  .bn-sand__station {
    padding: 22px;
  }

  .bn-sand__station-number {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .bn-sand__station h3 {
    font-size: 20px;
  }

  .bn-sand__station p:last-child {
    font-size: 14px;
  }

  .bn-sand__comparison {
    grid-template-columns: 1fr;
  }

  .bn-sand__comparison > div,
  .bn-sand__comparison > div:first-child {
    padding: 23px 0;
    border-right: 0;
  }

  .bn-sand__comparison > div + div {
    border-top: 1px solid var(--border);
  }

  .bn-sand__tip {
    gap: 13px;
  }

  .bn-sand__tip h3 {
    font-size: 18px;
  }

  .bn-sand__booking {
    padding: 29px 22px;
    margin-top: 34px;
  }

  .bn-sand__booking::before {
    left: 22px;
  }

  .bn-sand__buttons {
    flex-direction: column;
  }

  .bn-sand a.bn-sand__button {
    width: 100%;
    justify-content: space-between;
  }

  .bn-sand__faq-item h3 {
    font-size: 17px;
  }
}

@media (max-width: 359px) {
  .bn-sand__navigation {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bn-sand *,
  .bn-sand *::before,
  .bn-sand *::after {
    transition: none !important;
  }
}/* End custom CSS */