/*
 Theme Name:     Oculina-Microsite2026
 Theme URI:      oculina.com
 Description:    A CottonCandy child theme.
 Author:         Sonya Pereira
 Template:       CottonCandy
 Version:        1.0.0
*/
@import url("https://use.typekit.net/xlc8oll.css");
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ---- [ Main Styles ] ---- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
.container {
  margin: 0 auto;
  width: 1500px;
  position: relative;
  text-align: center;
}
.col {
  display: inline;
  float: left;
}
.alpha {
  margin-left: 0 !important;
}
.omega {
  margin-right: 0 !important;
}
.full {
  width: 100%;
}
.almost-full {
  width: 95.23809524%;
  margin: 0 0;
  float: none;
  margin: 0 auto;
}
.col_one {
  width: 100%;
  margin: 0 0;
}
.col_half {
  width: 50%;
  margin: 0 0;
}
.col_two_thirds {
  width: 66.66666667%;
  margin: 0 0;
}
.col_one_third {
  width: 33.33333333%;
  margin: 0 0;
}
.col_one_fourth {
  width: 25%;
  margin: 0 0;
}
.col_three_fourths {
  width: 74.90636704%;
  margin: 0 0;
}
.col_one_fifth {
  width: 20%;
  margin: 0 0;
}
.col_two_fifths {
  width: 40%;
  margin: 0 0;
}
.col_three_fifths {
  width: 59.88023952%;
  margin: 0 0;
}
.col_one_sixth {
  width: 16.66666667%;
  margin: 0 0;
}
@media only screen and (max-width: 1400px) {
  .container {
    width: 1280px;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 1024px;
  }
  .col_one_fourth,
  .col_three_fourths {
    width: 50%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 1180px) {
  .container {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 980px;
  }
}
@media only screen and (max-width: 980px) {
  .container {
    width: 760px;
  }
}
@media only screen and (max-width: 780px) {
  .container {
    width: 100%;
  }
  .full,
  .col_one,
  .col_half,
  .col_two_thirds,
  .col_one_third,
  .col_one_fourth,
  .col_three_fourths,
  .col_one_fifth,
  .col_two_fifths,
  .col_three_fifths,
  .col_one_sixth {
    width: 100%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: 100%;
  }
}
/* General setup for animation */
.animation {
  position: relative;
  margin: 0 auto;
}
/* Fade-In Animation */
.fade-in {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s ease-in-out;
}
.fade-in.in-view {
  opacity: 1;
  transform: scale(1);
}
/* Slide-In from Left */
.slide-left {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition: all 500ms ease-out;
}
.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* Slide-In from Right */
.slide-right {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
  transition: all 500ms ease-out;
}
.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* Bounce-Up */
.bounce-up {
  opacity: 0;
  transform: translate3d(0px, 200px, 0px);
  transition: all 700ms ease-out;
}
.bounce-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/* Bounce-Down */
.bounce-down {
  opacity: 0;
  transform: translate3d(0px, -200px, 0px);
  transition: all 700ms ease-out;
}
.bounce-down.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/* Zoom-In Animation */
.zoom2 {
  opacity: 0;
  transform: scale(0.2);
  transition: all 700ms ease-out;
}
.zoom2.in-view {
  opacity: 1;
  transform: scale(1);
}
.zoom3 {
  opacity: 0;
  transform: scale(1.5);
  transition: all 700ms ease-out;
}
.zoom3.in-view {
  opacity: 1;
  transform: scale(1);
}
/* Swing from Top to Bottom */
.swing1 {
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: rotateX(90deg);
  /* Start from the top */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swing1.in-view {
  opacity: 1;
  transform: rotateX(0deg);
  /* Swing to normal position */
}
/* Swing from Left */
.swingleft {
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: rotateY(100deg);
  transform-origin: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swingleft.in-view {
  opacity: 1;
  transform: rotateY(0deg);
}
/* Swing from Right */
.swingright {
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: rotateY(-100deg);
  transform-origin: right;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swingright.in-view {
  opacity: 1;
  transform: rotateY(0deg);
  transform-origin: right;
}
/* Slide from Left to Right (slow, harmonic effect) */
.slide-right2 {
  opacity: 0;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -moz-transform: translate3d(-600px, 0px, 0px);
  -webkit-transform: translate3d(-600px, 0px, 0px);
  -o-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate3d(-600px, 0px, 0px);
}
.slide-right2.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  /* End at original position */
}
/* Slide from Bottom to Top (new) */
.slide-bottom-to-top {
  opacity: 0;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -moz-transform: translate3d(0, 600px, 0);
  -webkit-transform: translate3d(0, 600px, 0);
  -o-transform: translate(0, 600px);
  -ms-transform: translate(0, 600px);
  transform: translate3d(0, 600px, 0);
}
.slide-bottom-to-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  /* End at original position */
}
/* Slide from Top to Bottom (new) */
.slide-top-to-bottom {
  opacity: 0;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -moz-transform: translate3d(0, -600px, 0);
  -webkit-transform: translate3d(0, -600px, 0);
  -o-transform: translate(0, -600px);
  -ms-transform: translate(0, -600px);
  transform: translate3d(0, -600px, 0);
}
.slide-top-to-bottom.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  /* End at original position */
}
/* Slide-In Bottom (Used for elements entering from the bottom) */
.slideinbottom {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-out;
}
.slideinbottom.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* Slide-In Top (Used for elements entering from the top) */
.slideintop {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.6s ease-out;
}
.slideintop.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* Delayed fade-in with different durations */
.delay1 {
  opacity: 0;
  transform: translate3d(0px, 200px, 0px);
  transition: all 0.5s ease-out;
}
.delay1.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.delay2 {
  opacity: 0;
  transform: translate3d(0px, 200px, 0px);
  transition: all 1.5s ease-out;
}
.delay2.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/* Line animation for strokes (e.g., SVGs) */
.line {
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000;
  animation: line-draw 3s forwards;
}
@keyframes line-draw {
  0% {
    stroke-dashoffset: -2000;
  }
  80% {
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}
/* Additional slide-in animations */
@keyframes slidein {
  from {
    margin-left: -100%;
    width: 0;
  }
  to {
    margin-left: 0;
    width: 100%;
  }
}
@keyframes slideinleft {
  from {
    margin-right: -100%;
    width: 0;
  }
  to {
    margin-right: 0;
    width: auto;
  }
}
@keyframes slidein2 {
  from {
    margin-left: -100%;
    width: 0;
  }
  to {
    margin-left: 0;
    width: 50%;
  }
}
@keyframes slideinbottom {
  from {
    margin-top: -100px;
    width: 100%;
    opacity: 0.5;
  }
  to {
    margin-top: 0;
    width: 100%;
    opacity: 1;
  }
}
@keyframes slideintop {
  from {
    margin-top: 120%;
    width: 0;
    opacity: 0.5;
  }
  to {
    margin-top: 0;
    width: 100%;
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Avenir", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #444C54 !important;
  line-height: 2.5rem !important;
}
.fancy-text {
  font-family: "Georgia Pro";
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  color: #fff !important;
  line-height: 2.4rem !important;
}
.fancy-list {
  font-family: "Georgia Pro";
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  color: #444C54 !important;
  line-height: 2.1875rem !important;
}
.feature-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  font-family: "Georgia Pro";
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  color: #444C54 !important;
  line-height: 2.1875rem !important;
}
/* Each feature item */
.feature-item {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  color: #444C54 !important;
  line-height: 2.1875rem !important;
  margin: 60px 0;
  /* spacing similar to screenshot */
}
/* Horizontal line above each item (except the first) */
.feature-item:not(:first-child) {
  padding-top: 60px;
  border-top: 1px solid #c4c8cc;
  /* subtle thin gray line */
}
/* Adjust last item spacing if needed */
.feature-item:last-child {
  margin-bottom: 40px;
}
a {
  text-decoration: none;
  font-weight: 300;
  color: #fff;
}
a:hover {
  color: #ED7768;
  text-decoration: none;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.super-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.super-container-bg {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  background: url("images/coral-bg-pattern.webp") no-repeat top right;
}
.super-container-bg p {
  color: #444C54 !important;
}
.top-content-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.top-content {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.bottom-content {
  position: relative;
  width: 100%;
  margin: 0 auto -10px;
  display: inline-block;
  z-index: 9;
  background: #fff;
  padding: 0;
  overflow-x: hidden;
}
p {
  line-height: 2.5rem;
  text-align: left;
}
.clear {
  clear: both;
}
.main-copy {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 95%;
  max-width: 525px;
}
.main-content-wrapper {
  margin: 100px auto;
  display: inline-block;
  text-align: center;
  width: 95%;
  max-width: 1280px;
}
.main-content-wrapper p {
  text-align: center;
}
.global-title {
  font-family: "Georgia Pro";
  text-transform: none;
  color: #444C54;
}
.global-title.main-title {
  color: #444C54;
  font-weight: 300;
  line-height: 4.47188rem;
  font-size: 2.8125rem;
  letter-spacing: 0.8438rem;
}
.global-title.main-title span {
  font-family: "Avenir", sans-serif;
  font-size: 3.75rem;
  letter-spacing: 0.45rem;
  display: block;
  color: #ED7768;
  line-height: 160%;
}
.global-title.sub-title {
  color: #444C54;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
  font-size: 2.0625rem;
  letter-spacing: 0.4125rem;
  line-height: 3.4375rem;
}
.global-title.tertiary-title {
  color: #444C54;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
  font-size: 2.0625rem;
  letter-spacing: 0.4125rem;
  line-height: 3.4375rem;
}
.global-title.tertiary-title span {
  color: #ED7768;
  letter-spacing: 0.09944rem;
  font-size: 3.31375rem;
}
.global-title.form-title {
  color: #fff;
  font-weight: 300;
  line-height: 120%;
  font-size: 3.8125rem;
  letter-spacing: 0.038rem;
  font-style: italic;
}
.main-button-white {
  font-size: 1rem;
  line-height: 1.27;
  letter-spacing: 0.12em;
  color: #444C54 !important;
  text-decoration: none;
  padding: 15px 40px;
  background: #fff;
  display: inline-block;
  gap: 10px;
  font-weight: 400;
  font-family: "Georgia Pro";
  font-style: italic;
  text-transform: none;
  text-align: center;
  transition: opacity 0.3s ease;
}
.main-button-white:hover {
  opacity: 0.8;
}
.main-button {
  font-size: 1rem;
  line-height: 1.27;
  letter-spacing: 0.12em;
  color: #fff !important;
  text-decoration: none;
  padding: 15px 40px;
  background: #ED7768;
  display: inline-block;
  gap: 10px;
  font-weight: 400;
  font-family: "Georgia Pro";
  font-style: italic;
  text-transform: none;
  text-align: center;
  transition: opacity 0.3s ease;
}
.main-button:hover {
  opacity: 0.8;
}
.text-center {
  text-align: center!important;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right !important;
}
.form-comment {
  color: #fff;
  width: 100%;
}
.btn-form-wrapper {
  text-align: center !important;
  margin: 25px auto 0;
}
.footer-wrapper {
  margin: -7px auto -14px;
  text-align: center;
  background: #444C54;
  color: #ffffff;
  padding: 15px;
  width: 100%!important;
  font-weight: 300;
  font-family: "Avenir", sans-serif;
  display: inline-block;
  font-size: 1.5rem;
}
.footer-wrapper p {
  line-height: 200%;
  font-weight: 300;
}
.footer-wrapper p span {
  font-style: italic !important;
  font-family: "Georgia Pro";
  font-size: 1em;
  font-weight: 700;
}
.disclaimer {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  font-family: "Avenir", sans-serif;
  font-size: 0.7rem;
  margin-top: 30px;
}
.disclaimer p {
  line-height: 150%!important;
  font-weight: 300;
}
.disclaimer p a {
  color: #fff !important;
  font-weight: 300;
}
.white-text {
  color: #ffffff !important;
  font-size: 0.7em;
}
.coral-text {
  color: #ED7768 !important;
}
.white-text {
  text-align: center;
  color: #ffffff;
}
.white-text p {
  color: #ffffff !important;
}
.margin-top35 {
  margin-top: 35px;
  width: 100%;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top75 {
  margin-top: 75px;
}
.margin-top100 {
  margin-top: 100px;
}
.margin-top200 {
  margin-top: 200px;
}
:-moz-placeholder {
  color: #fff !important;
}
::-moz-placeholder {
  color: #fff !important;
}
:-ms-input-placeholder {
  color: #fff !important;
}
::-webkit-input-placeholder {
  color: #fff !important;
}
.footer-form {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  display: inline-block;
}
.form-wrapper {
  width: 100%;
  margin: 25px auto 5px;
  display: inline-block;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 15px!important;
}
.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=phone],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea,
.frm_form_fields_style,
.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #fff !important;
  border-width: 1px!important;
  border-style: solid!important;
  -moz-border-radius: 0!important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  max-width: 100%!important;
  font-size: 0.9em !important;
  text-transform: capitalize!important;
  letter-spacing: 0.05em !important;
  padding: 10px!important;
  font-weight: 300!important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset !important;
  text-align: left!important;
  font-family: "Avenir", sans-serif !important;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label {
  font-family: "Avenir", sans-serif !important;
  font-size: 0.9em;
  color: #fff !important;
  font-weight: 100!important;
  text-align: left!important;
  margin: 0;
  padding: 0 0 3px 0;
  width: auto;
  display: block;
}
.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label {
  font-family: "Avenir", sans-serif !important;
  font-size: 0.6em !important;
  color: #fff !important;
  font-weight: 100!important;
  text-align: left!important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  width: auto!important;
  font-family: "Avenir", sans-serif !important;
  font-size: 1.05em !important;
  height: auto!important;
  line-height: normal!important;
  text-align: center!important;
  background: #fff !important;
  color: #444C54 !important;
  border: 1px solid #fff !important;
  cursor: pointer!important;
  font-weight: normal!important;
  -moz-border-radius: 0!important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  text-shadow: none!important;
  padding: 10px!important;
  -moz-box-shadow: 0 0 0 #eeeeee !important;
  -webkit-box-shadow: 0 0 0 #eeeeee !important;
  box-shadow: 0 0 0 #eeeeee !important;
  margin: 0!important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
  background: #fff !important;
  color: #444C54 !important;
  border: 1px solid #fff !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 100%!important;
}
.with_frm_style .frm_submit.frm_flex {
  text-align: right!important;
  display: block!important;
  margin-top: 1px!important;
}
.frm__671bb6e6766ba {
  display: none!important;
}
.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=file],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select {
  height: 34px!important;
  text-align: left!important;
}
.frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
  padding: 0!important;
  font-family: "Avenir", sans-serif !important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  padding: 10px!important;
  margin: 0 auto!important;
  width: 200px!important;
  text-align: right;
}
.with_frm_style.frm_center_submit .frm_submit input[type=submit],
.with_frm_style.frm_center_submit .frm_submit input[type=button],
.with_frm_style.frm_center_submit .frm_submit button {
  margin-bottom: 0!important;
}
.with_frm_style.frm_center_submit .frm_submit {
  margin-top: 30px!important;
  text-align: right!important;
}
select {
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  -webkit-appearance: button!important;
}
.frm_style_formidable-style.with_frm_style input[type=submit][disabled],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button][disabled],
.frm_style_formidable-style.with_frm_style .frm_submit button[disabled] {
  opacity: 1!important;
}
.full-content-button {
  position: absolute;
  bottom: 100px;
  display: block;
  z-index: 99;
  text-align: center;
  width: 100%;
  left: 0;
  color: #fff !important;
}
#sec-full-bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 20px 20px 50px 20px;
  position: relative;
  height: 1080px;
  z-index: 0;
}
.hp-development-logos {
  display: inline-block;
  margin-top: 10%;
  margin-left: 15%;
  width: 200px;
  text-align: center;
}
.hp-development-logos img {
  width: 130px;
  margin: 40px 0 40px 0;
}
/* ====================================== */
/* POLO SECTION - INDEPENDENT             */
/* ====================================== */
.polo-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* === HERO IMAGE === */
.polo-background {
  width: 100%;
  position: relative;
  /* IMPORTANT! */
  height: min(60vw, 900px);
}
.polo-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* === WAVE SUPERPUESTO === */
.polo-wave {
  position: absolute;
  bottom: -1px;
  /* avoid tiny gaps */
  left: 0;
  width: 100%;
  pointer-events: none;
}
.polo-wave img {
  width: 100%;
  display: block;
}
/* === CONTENT === */
.polo-content {
  width: 100%;
  background-color: #41a3aa;
  padding: 120px 0;
  color: white;
}
.polo-title {
  font-size: 33px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Avenir", sans-serif;
}
.polo-text {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
  font-family: "Avenir", sans-serif;
}
.polo-cta {
  background: #ed7768;
  color: #fff;
  padding: 12px 26px;
  border: none;
  cursor: pointer;
  font-style: italic;
  font-family: "Georgia Pro";
  font-size: 16px;
}
/* MOBILE */
@media (max-width: 768px) {
  .polo-content {
    padding: 40px 0px;
  }
  .polo-text {
    text-align: center;
    margin: 0 auto 30px;
  }
}
/* ====================================== */
/* POLO SECTION - INDEPENDENT             */
/* ====================================== */
.full-container {
  width: 100%;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
.section {
  width: 1550px;
  margin: 0 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  padding-bottom: 25px;
  font-family: "Avenir", sans-serif;
  position: relative;
  justify-items: stretch;
  justify-content: center;
  align-items: end;
  padding-left: 25px;
  padding-right: 25px;
}
/* LEFT COLUMN */
.title {
  line-height: 55px;
  letter-spacing: 6.6px;
  margin-bottom: 40px;
}
.paragraph {
  color: #444c54;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
  max-width: 90%;
}
.left-col {
  display: grid;
  grid-template-rows: 1fr;
  justify-content: start;
  align-items: end;
  justify-items: start;
  padding-bottom: 100px;
}
.left-col.copy {
  align-items: center;
}
.cta {
  background: #ed7768;
  color: white;
  border: none;
  padding: 10px 22px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
  font-family: "Georgia Pro";
  font-size: 16px;
  font-style: italic;
}
.cta:hover {
  background: #cc5e54;
}
/* RIGHT COLUMN */
.right-col {
  position: relative;
}
.single-img {
  width: 100%;
  height: auto;
  display: block;
}
/* If using 2 images */
.image-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 20px;
}
.image-grid img {
  width: 100%;
  height: auto;
  display: block;
}
/* Decorative corner line */
.corner-lines {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 120px;
  height: 120px;
}
.corner-lines::before,
.corner-lines::after {
  content: "";
  position: absolute;
  background: #ed7768;
}
/* Horizontal line */
.corner-lines::before {
  width: 120px;
  height: 3px;
  top: 0;
  right: 0;
}
/* Vertical line */
.corner-lines::after {
  width: 3px;
  height: 120px;
  top: 0;
  right: 0;
}
/* -------------------------------------- */
/* RESPONSIVE TABLET */
/* -------------------------------------- */
@media (max-width: 1200px) {
  .section {
    width: 100%;
    column-gap: 40px;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .left-col {
    padding-bottom: 0px;
  }
  .corner-lines {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .section {
    width: 100%;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .left-col {
    padding-bottom: 0;
    padding-top: 0;
  }
  .title {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 4px;
    font-family: "Avenir", sans-serif;
  }
  .paragraph {
    max-width: 100%;
    font-size: 18px;
    line-height: 34px;
  }
  /* Las líneas naranjas más pequeñas */
  .corner-lines {
    top: -15px;
    right: -15px;
    width: 60px;
    height: 60px;
  }
  .corner-lines::before {
    width: 100px;
  }
  .corner-lines::after {
    height: 1px;
  }
}
/* -------------------------------------- */
/* RESPONSIVE MOBILE */
/* -------------------------------------- */
@media (max-width: 768px) {
  .full-container {
    padding: 0px;
  }
  .section {
    grid-template-columns: 1fr;
    padding: 80px 20px 40px 20px;
    row-gap: 40px;
  }
  .left-col {
    justify-items: start;
    align-items: start;
  }
  .title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 3px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }
  .image-grid {
    row-gap: 15px;
  }
  .image-grid img {
    width: 100%;
    height: auto;
  }
  /* Líneas naranjas aún más pequeñas */
  .corner-lines {
    top: -12px;
    right: -12px;
    width: 25px;
    height: 25px;
  }
  .corner-lines::before {
    width: 40px;
    height: 2px;
  }
  .corner-lines::after {
    height: 40px;
    width: 2px;
  }
}
.fix-body {
  /* this will adjust body top margin to prevent content jumping when nav gets fix  */
  margin-top: 80px;
  /* adjust as per height of your menu */
}
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  color: #2D2926;
  height: 100px;
  margin: 0 auto;
  z-index: 99999;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.super-container-nav {
  width: 100%;
  margin: 100px auto 0;
  background-color: #ED7768;
  color: #fff;
  padding: 10px;
  height: auto!important;
  min-height: 96vh;
  position: absolute;
  top: -1080px;
  z-index: 9;
  opacity: 0;
  transition: top 0.3s ease, opacity 0.3s ease;
  /* Smooth transition */
}
/* When the menu is visible */
.super-container-nav.show {
  top: 0;
  /* Bring the dropdown into view */
  opacity: 1;
  /* Make it fully visible */
}
.main-logo {
  position: absolute;
  display: block;
  z-index: 999999;
  top: 20px;
  left: 5%;
  -webkit-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Firefox < 16 */
  -ms-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Internet Explorer */
  -o-animation: zoomIn 0s ease-in 5s 1 normal forwards;
  /* Opera < 12.1 */
  animation: zoomIn 0s ease-in 5s 1 normal forwards;
}
.main-logo img {
  width: 300px;
  height: auto;
}
.horizontal-logo {
  position: absolute;
  display: block;
  z-index: 999999;
  top: 21px;
  left: 5%;
  -webkit-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Firefox < 16 */
  -ms-animation: zoomIn 5s ease-in 5s 1 normal forwards;
  /* Internet Explorer */
  -o-animation: zoomIn 0s ease-in 5s 1 normal forwards;
  /* Opera < 12.1 */
  animation: zoomIn 0s ease-in 5s 1 normal forwards;
}
.horizontal-logo img {
  width: 300px;
  height: auto;
}
.horiz-nav {
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-size: 1.5rem;
}
.horiz-nav a {
  color: #fff !important;
}
.horiz-nav a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.horiz-nav span {
  color: #fff;
  padding: 0 20px;
}
/* Prevent body scrolling when menu is open */
.no-scroll {
  overflow: hidden;
}
.scrolling {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-animation: fadeIn 4s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeIn 4s;
  /* Firefox < 16 */
  -ms-animation: fadeIn 4s;
  /* Internet Explorer */
  -o-animation: fadeIn 4s;
  /* Opera < 12.1 *
  -webkit-animation: slideinbottom 4s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: slideinbottom 3s;
  /* Firefox < 16 */
  -ms-animation: slideinbottom 3s;
  /* Internet Explorer */
  -o-animation: slideinbottom 3s;
  /* Opera < 12.1 */
  animation: slideinbottom 3s;
  height: 100px;
}
.scrolling .hamburger-lines span {
  display: block;
  width: 2rem;
  height: 0.12em;
  background: #444C54;
  margin-bottom: 0.3em;
  transition: ease-in-out 0.5s;
}
.notshow {
  display: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: visibility 0s 2s, opacity 2s linear;
}
.show {
  display: inline-block;
  z-index: 99999;
  opacity: 1;
  transition: opacity 2s linear;
}
.hamburger-lines {
  height: 1em;
  width: 1em;
  margin: 0 2%;
  cursor: pointer;
  z-index: 99999999999;
  position: absolute;
  top: 50px;
  right: 5%;
}
.hamburger-lines span {
  display: block;
  width: 2rem;
  height: 0.12em;
  background: #444C54;
  margin-bottom: 0.3em;
  transition: ease-in-out 0.5s;
}
.hamburger-lines.coral span {
  display: block;
  width: 1.5em;
  height: 0.12em;
  background: #ED7768;
  margin-bottom: 0.3em;
  transition: ease-in-out 0.5s;
}
/* Hamburger menu lines */
.hamburger-button span {
  transition: all 0.3s ease;
  color: #ED7768 !important;
}
.hamburger-line-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  color: #ED7768 !important;
}
.hamburger-line-2 {
  opacity: 0;
}
.hamburger-line-x {
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  color: #ED7768 !important;
}
#nav-links.show {
  transform: translateY(0%);
}
.drop-down-mainnav {
  padding: 0!important;
}
.drop-down-mainnav ul {
  padding: 0!important;
  text-align: left;
}
.drop-down-mainnav li {
  list-style: none;
  padding: 0;
}
.close-button {
  width: 25px;
  height: 25px;
  background: transparent;
  right: 5%;
  top: 20px;
  position: absolute;
  display: block;
  z-index: 999999;
  text-indent: -9999px;
}
.close-button:before,
.close-button:after {
  content: '';
  width: 55%;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 29%;
  left: 18%;
}
.close-button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 67%;
  left: 18%;
}
.close-button:hover:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.close-button:hover:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.first-item {
  font-size: 2.5em;
  line-height: 200%;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.first-item a {
  color: #fff !important;
  text-decoration: none !important;
  background: transparent !important;
  font-weight: 300 !important;
}
.first-item a:hover {
  color: #2D2926 !important;
  text-decoration: none !important;
  background: transparent !important;
}
@media only screen and (max-width: 600px) {
  .first-item {
    font-size: 1.5em;
    line-height: 200%;
  }
  .horizontal-logo img {
    width: 200px;
  }
}
@media only screen and (max-width: 980px) {
  .title {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 825px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  .top-content-section {
    height: 450px;
  }
  .top-content {
    width: 100%;
    height: auto;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --coral: #ED7768;
  --charcoal: #444C54;
  --white: #ffffff;
  --footer-bg: #555b61;
  --dark: #0d1619;
  --field-grey: #2b2f33;
}
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 88px;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: var(--charcoal);
  background: #000;
  overflow-x: hidden;
}
/* Ghost utility links shown over the hero video on initial load — kept low-contrast
   relative to the "Be The First" CTA so the primary action stays the visual anchor.
   Fades out once the user scrolls and the sticky nav takes over. */
.hero-initial-nav {
  position: absolute;
  top: 32px;
  right: 48px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 32px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hero-initial-nav.nav-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-initial-nav.nav-hidden {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.hero-nav-btn {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  background: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 2px 12px rgba(0, 0, 0, 0.55);
  transition: color 0.3s ease, border-color 0.3s ease;
}
.hero-nav-btn:hover {
  color: var(--coral);
  border-color: var(--coral);
}
/* Sticky nav: hidden above the viewport until the user scrolls, then locks to the top */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 48px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.sticky-nav.visible {
  transform: translateY(0);
}
.sticky-nav-logo {
  display: flex;
  align-items: center;
}
.sticky-nav-logo svg {
  width: 120px;
  height: auto;
  display: block;
}
.sticky-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.hero-logo-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 44px 48px 32px;
}
.hero-logo-top svg {
  width: 160px;
  height: auto;
  display: block;
}
.hero-nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.hero-nav-link:hover {
  color: #d45f50;
  border-color: #d45f50;
}
/* ─── FADE ANIMATION ─── */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-fade {
  opacity: 0;
  transition: opacity 0.9s ease;
}
.hero-fade.visible {
  opacity: 1;
}
/* ─── HERO ─── */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero-slider .rev_slider_wrapper {
  width: 100% !important;
  height: 100% !important;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 60, 120, 0.45) 0%, rgba(30, 100, 180, 0.15) 35%, transparent 60%);
  z-index: 1;
}
/* Uniform top-edge darkening so the logo and utility nav stay legible
   regardless of what's behind them in the video (bright sky, glass, etc.) */
.hero-top-scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.22) 60%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
/* Two column row */
.hero-columns {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
  padding: 0 48px;
  flex: 1;
}
/* Left: copy — aligned to logo left edge */
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 40px;
  max-width: 50%;
}
.hero-line-1 {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 4.5vw, 5rem);
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1), transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-line-2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 2px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-line-3 {
  display: block;
}
.hero-by {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-by.visible {
  opacity: 1;
}
/* "By connection." — bolder, unique scale-in animation */
.hero-by-final {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  color: var(--white);
  line-height: 1.8;
  opacity: 0;
  transform: scale(0.92);
  letter-spacing: 0.02em;
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-by-final.visible {
  opacity: 1;
  transform: scale(1);
}
/* Right: form */
.hero-form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 40px;
}
.form-heading {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--white);
  margin-bottom: 20px;
}
.reg-form {
  width: 100%;
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.form-row-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.form-input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 14px 14px;
  outline: none;
  width: 100%;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
.form-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.form-input:focus {
  border-color: rgba(255, 255, 255, 0.85);
}
.form-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  flex-wrap: wrap;
  gap: 12px;
}
.form-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-checkbox-wrap input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  border-radius: 0;
}
.form-checkbox-wrap input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--coral);
}
.form-checkbox-wrap label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.form-submit {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--white);
  padding: 14px 40px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 0;
}
.form-submit:hover {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--white);
}
/* Bottom centered bar */
.hero-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 60px 32px;
  gap: 24px;
}
.hero-line-1.visible,
.hero-line-2.visible {
  opacity: 1;
  transform: translateY(0);
}
.coral {
  color: var(--coral);
}
/* ─── SCROLL INDICATOR ─── */
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-top: 8px;
  padding-bottom: 8px;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.scroll-indicator.visible {
  opacity: 1;
}
.scroll-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.scroll-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: dotFade 1.6s ease infinite;
}
.scroll-dot:nth-child(1) {
  animation-delay: 0s;
}
.scroll-dot:nth-child(2) {
  animation-delay: 0.25s;
}
.scroll-dot:nth-child(3) {
  animation-delay: 0.5s;
}
@keyframes dotFade {
  0%,
  100% {
    opacity: 0.2;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(3px);
  }
}
.scroll-label {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}
.scroll-indicator:hover .scroll-label {
  color: rgba(255, 255, 255, 0.85);
}
.scroll-indicator:hover .scroll-dot {
  background: rgba(255, 255, 255, 0.85);
}
/* ─── BACKGROUND VIDEO (fixed, full viewport) ─── */
.bg-video-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.bg-video-overlay {
  display: none;
}
/* Stage wrapper */
.bg-video-stage {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
/* ─── SECTION 2: PERSONAS ─── */
.section-personas {
  position: relative;
  background: #fff url("assets/images/coral-bg-pattern.jpg") no-repeat right top;
  background-size: auto 100%;
  padding: 140px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 20;
}
.personas-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--charcoal);
  line-height: 1.5;
  margin-bottom: 64px;
}
.personas-title-italic {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}
.persona-line {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: var(--charcoal);
  line-height: 2.6;
}
.persona-coda {
  margin-top: 56px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  color: var(--charcoal);
  line-height: 1.9;
  max-width: 600px;
  text-align: center;
  letter-spacing: 0.01em;
}
/* ─── SECTION 3: REEF ─── */
.section-reef {
  position: relative;
  background: transparent;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  z-index: 11;
  min-height: 100vh;
}
/* Single flex child holding both the title and the copy, so their left
   edges always line up (an align-items:flex-end box per element would
   right-anchor each one independently, at whatever width its own text
   happens to wrap to). */
.reef-content {
  max-width: 760px;
  width: 100%;
  text-align: left;
}
.reef-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  letter-spacing: 0.03em;
  color: var(--white);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.65);
  text-align: left;
  margin-bottom: 28px;
}
.reef-text {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.95;
  margin-bottom: 0;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.6);
  text-align: left;
  letter-spacing: 0.02em;
}
/* Solid cap — covers bg video when scrolling past */
.bg-video-cap {
  position: relative;
  z-index: 2;
}
/* ─── SECTION 4: CLOSING ─── */
.section-closing {
  background: #fff;
  position: relative;
  z-index: 20;
  padding: 120px 60px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.closing-copy-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 820px;
  margin-bottom: 56px;
}
.closing-copy-group p {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  color: var(--charcoal);
  line-height: 1.9;
  opacity: 0.85;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.closing-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  letter-spacing: 0.03em;
  color: var(--charcoal);
  line-height: 1.35;
  margin-bottom: 32px;
  text-align: center;
}
.closing-title-italic {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}
.closing-copy {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  color: var(--charcoal);
  line-height: 1.9;
  opacity: 0.85;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  text-wrap: pretty;
}
.closing-copy:last-child {
  margin-bottom: 0;
}
.closing-copy-italic {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  opacity: 1;
}
.btn-filled {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--coral);
  border: 1px solid var(--coral);
  padding: 4px 48px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-filled-icon {
  width: 10px;
  height: 12px;
  flex-shrink: 0;
  fill: currentColor;
}
.btn-filled:hover {
  background: transparent;
  color: var(--coral);
}
/* Video placeholder below the CTA — nearly full width but with breathing
   room on all sides. Section's own padding provides the left/right margin;
   this just caps how wide it can grow on very large screens. */
.closing-video-wrap {
  width: 100%;
  max-width: 1000px;
  margin-top: 140px;
}
.closing-video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px dashed rgba(68, 76, 84, 0.3);
  background: #eef1f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(68, 76, 84, 0.35);
}
.closing-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
/* Location page section styles moved to secondary-2026.less */
/* ─── SECTION: CONNECTED (location teaser) ─── */
.section-connected {
  position: relative;
  background: #eef1f3;
  z-index: 20;
  padding: 140px 60px;
  display: flex;
  justify-content: center;
}
.connected-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  align-items: center;
  max-width: 1320px;
  width: 100%;
}
.connected-image {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}
.connected-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.connected-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: 0.03em;
  color: var(--charcoal);
  line-height: 1.3;
  margin-bottom: 24px;
}
.connected-text {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: var(--charcoal);
  opacity: 0.85;
  line-height: 1.9;
  margin-bottom: 36px;
  max-width: 480px;
}
.connected-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.connected-cta:hover {
  color: #d45f50;
  border-color: #d45f50;
}
.connected-cta-icon {
  width: 7px;
  height: 8px;
  fill: currentColor;
}
/* ─── SECTION 6: NEWSFEED (placeholder — dev to populate) ─── */
.section-newsfeed {
  position: relative;
  background: #fff;
  z-index: 20;
  padding: 140px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.newsfeed-eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 20px;
}
.newsfeed-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--charcoal);
  margin-bottom: 16px;
}
.newsfeed-sub {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--charcoal);
  opacity: 0.7;
  margin-bottom: 72px;
}
.newsfeed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  text-align: left;
}
.newsfeed-card {
  display: flex;
  flex-direction: column;
}
.newsfeed-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsfeed-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newsfeed-headline {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--charcoal);
  line-height: 1.4;
  margin-bottom: 18px;
}
.newsfeed-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--charcoal);
  width: fit-content;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.newsfeed-link:hover {
  color: var(--coral);
  border-color: var(--coral);
}
.newsfeed-link-icon {
  width: 7px;
  height: 8px;
  fill: currentColor;
}
/* ─── HERO FORM BAR ─── */
.hero-form-bar {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(68, 76, 84, 0.18);
  padding: 22px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
}
.hero-form-inner {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  width: 100%;
  padding: 8px 0;
}
.hero-form-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  letter-spacing: 0.03em;
  text-transform: none;
  color: #D16959;
  margin-bottom: 16px;
}
.hero-form-title .coral {
  color: #D16959;
}
.hero-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  column-gap: 24px;
  width: 100%;
}
.hero-form-fields {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  flex: 1 1 480px;
  min-width: 0;
}
.hf-input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: transparent;
  border: 1px solid rgba(68, 76, 84, 0.5);
  padding: 14px 12px;
  outline: none;
  flex: 1 1 0;
  min-width: 90px;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border-color 0.3s ease;
}
.hf-input::placeholder {
  color: rgba(68, 76, 84, 0.65);
}
.hf-input:focus {
  border-color: var(--coral);
}
.hf-divider {
  width: 1px;
  height: 36px;
  background: rgba(68, 76, 84, 0.25);
  flex-shrink: 0;
  margin: 0 20px;
}
.hf-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  flex: 0 1 auto;
  margin-left: auto;
}
.hf-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hf-checkbox-wrap input[type="checkbox"] {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(68, 76, 84, 0.45);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  border-radius: 0;
}
.hf-checkbox-wrap input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--coral);
}
.hf-checkbox-wrap label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.hf-submit {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--coral);
  background: var(--white);
  border: none;
  padding: 12px 28px;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.3s ease, color 0.3s ease;
}
.hf-submit-icon {
  width: 9px;
  height: 11px;
  flex-shrink: 0;
  fill: currentColor;
}
.hf-submit:hover {
  background: var(--coral);
  color: var(--white);
}
/* ─── RESPONSIVE ─── */
/* ── Laptop: 1180px (hide the inline divider once the row is tight) ── */
@media (max-width: 1180px) {
  .hf-divider {
    display: none;
  }
}
/* ── Laptop: 1024px ── */
@media (max-width: 1024px) {
  .hero-form-bar {
    padding: 22px 32px;
  }
  .hero-form-row {
    column-gap: 16px;
  }
}
/* ── Reef copy block: keep it contained on the right rather than
   stretching to fill nearly the whole frame in the laptop range ── */
@media (max-width: 1300px) {
  .reef-content {
    max-width: 540px;
  }
}
/* ── Tablet: 768px ── */
@media (max-width: 860px) {
  /* Hero */
  .hero-initial-nav {
    top: 20px;
    right: 32px;
    gap: 10px;
  }
  .hero-nav-btn {
    padding: 9px 16px;
    font-size: 0.62rem;
  }
  .sticky-nav {
    padding: 12px 32px;
  }
  .sticky-nav-logo svg {
    width: 100px;
  }
  .hero-logo-top {
    padding: 32px 32px 20px;
  }
  .hero-logo-top svg {
    width: 160px;
  }
  .sticky-nav-links {
    gap: 20px;
  }
  .hero-nav-link {
    font-size: 0.62rem;
  }
  .hero-columns {
    flex-direction: column;
    gap: 28px;
    padding: 20px 32px 0;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-line-1 {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }
  .hero-bottom {
    padding: 40px 32px 40px;
    gap: 20px;
  }
  .hero-bottom-copy {
    font-size: clamp(1rem, 4vw, 1.6rem);
    padding: 40px 32px 48px;
  }
  /* Hero form */
  .hero-form-bar {
    padding: 20px 32px;
    min-height: auto;
  }
  .hero-form-fields {
    flex: 1 1 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-width: 0;
  }
  .hf-input {
    flex: none;
    width: 100%;
    min-width: 0;
  }
  .hero-form-fields input[type="email"] {
    grid-column: 1 / -1;
  }
  .hf-right {
    flex: 1 1 100%;
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  /* Personas */
  .section-personas {
    padding: 100px 32px;
  }
  .personas-title {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    margin-bottom: 48px;
  }
  .persona-line {
    font-size: clamp(0.9rem, 2.6vw, 1.2rem);
    line-height: 2.2;
  }
  .persona-coda {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    margin-top: 40px;
  }
  /* Reef */
  .section-reef {
    padding: 100px 32px;
    min-height: auto;
  }
  .reef-content {
    max-width: 460px;
  }
  .reef-title {
    font-size: clamp(1.3rem, 3.8vw, 2rem);
    margin-bottom: 20px;
  }
  .reef-text {
    font-size: clamp(0.9rem, 2.6vw, 1.2rem);
  }
  /* Closing */
  .section-closing {
    padding: 80px 32px 45px;
  }
  .closing-video-wrap {
    margin-top: 90px;
  }
  /* Location */
  .section-location {
    padding: 45px 32px 0;
  }
  .location-intro {
    margin-bottom: 90px;
  }
  .location-feature {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 80px;
  }
  .location-feature-reverse .location-feature-media,
  .location-feature-reverse .location-feature-copy {
    order: 0;
  }
  .location-feature-highlight {
    padding: 32px;
  }
  /* Connected */
  .section-connected {
    padding: 100px 32px;
  }
  .connected-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .connected-text {
    max-width: none;
  }
  /* Newsfeed */
  .section-newsfeed {
    padding: 100px 32px;
  }
  .newsfeed-sub {
    margin-bottom: 52px;
  }
  .newsfeed-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  /* Footer */
  footer {
    padding: 48px 32px 36px;
  }
  .footer-logos {
    gap: 20px;
  }
}
/* ── Mobile: 480px ── */
@media (max-width: 480px) {
  /* Hero */
  .hero-initial-nav {
    top: 16px;
    right: 20px;
    gap: 8px;
  }
  .hero-nav-btn {
    padding: 8px 14px;
    font-size: 0.56rem;
    letter-spacing: 0.14em;
  }
  .sticky-nav {
    padding: 10px 20px;
  }
  .sticky-nav-logo svg {
    width: 88px;
  }
  .hero-logo-top {
    padding: 24px 20px 16px;
  }
  .hero-logo-top svg {
    width: 130px;
  }
  .sticky-nav-links {
    gap: 14px;
  }
  .hero-nav-link {
    font-size: 0.56rem;
    letter-spacing: 0.14em;
  }
  .hero-columns {
    padding: 16px 20px 0;
    gap: 20px;
  }
  .hero-line-1 {
    font-size: clamp(1.8rem, 10vw, 3rem);
    letter-spacing: 0.02em;
  }
  .hero-line-2 {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
  }
  .hero-by,
  .hero-by-final {
    font-size: clamp(0.85rem, 3.5vw, 1rem);
  }
  .hero-bottom {
    padding: 28px 20px 32px;
  }
  .hero-bottom-copy {
    font-size: clamp(0.85rem, 5vw, 1.2rem);
    letter-spacing: 0.02em;
    padding: 32px 20px 40px;
  }
  .scroll-label {
    font-size: 0.55rem;
  }
  /* Hero form — single column */
  .hero-form-bar {
    padding: 16px 20px;
  }
  .hero-form-fields {
    grid-template-columns: 1fr;
  }
  .hf-right {
    flex-direction: column;
    align-items: stretch;
  }
  .hf-submit {
    width: 100%;
    padding: 14px;
  }
  /* Personas */
  .section-personas {
    padding: 80px 20px;
  }
  .personas-title {
    font-size: clamp(1.05rem, 5vw, 1.4rem);
    margin-bottom: 36px;
  }
  .persona-line {
    font-size: clamp(0.85rem, 4vw, 1.05rem);
    line-height: 2;
  }
  .persona-coda {
    font-size: clamp(0.88rem, 3.5vw, 1rem);
    max-width: 100%;
  }
  /* Reef */
  .section-reef {
    padding: 80px 20px;
  }
  .reef-content {
    max-width: 100%;
  }
  .reef-title {
    font-size: clamp(1.15rem, 5.5vw, 1.6rem);
    margin-bottom: 16px;
  }
  .reef-text {
    font-size: clamp(0.85rem, 4vw, 1.05rem);
  }
  /* Closing */
  .section-closing {
    padding: 64px 20px 28px;
  }
  .btn-filled {
    padding: 14px 32px;
    width: 100%;
    justify-content: center;
  }
  .closing-video-wrap {
    margin-top: 56px;
  }
  /* Location */
  .section-location {
    padding: 28px 20px 0;
  }
  .location-intro {
    margin-bottom: 56px;
  }
  .location-feature {
    gap: 24px;
    margin-bottom: 56px;
  }
  .location-feature-text {
    font-size: 0.85rem;
  }
  .location-feature-highlight {
    padding: 20px;
  }
  /* Connected */
  .section-connected {
    padding: 72px 20px;
  }
  .connected-inner {
    gap: 24px;
  }
  /* Newsfeed */
  .section-newsfeed {
    padding: 72px 20px;
  }
  .newsfeed-sub {
    margin-bottom: 40px;
  }
  .newsfeed-grid {
    gap: 40px;
  }
  /* Footer */
  footer {
    padding: 40px 20px 28px;
  }
  .footer-logos {
    flex-direction: column;
    gap: 16px;
  }
  .footer-sep {
    width: 40px;
    height: 1px;
  }
  .footer-legal {
    flex-direction: column;
    gap: 8px;
  }
}
/* ── Extra-small phones: 360px ── */
@media (max-width: 360px) {
  .hero-form-title {
    font-size: 1.05rem;
  }
  .hf-input {
    font-size: 0.58rem;
    padding: 12px 10px;
  }
  .hf-checkbox-wrap label {
    font-size: 0.56rem;
  }
  .hf-submit {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    padding: 12px;
  }
}
/* ─── FOOTER ─── */
footer {
  background: var(--footer-bg);
  position: relative;
  z-index: 20;
  padding: 64px 40px 36px;
  text-align: center;
}
.footer-inner {
  display: grid;
  grid-template-columns: 420px 420px;
  justify-content: space-between;
  gap: 48px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-align: left;
}
.footer-col-form {
  max-width: 420px;
}
.footer-col-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-brand-logo {
  width: 150px;
  height: auto;
  margin-bottom: 28px;
}
.footer-col-brand .footer-address {
  margin-bottom: 28px;
}
.footer-col-brand .footer-logos {
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
/* ─── FOOTER FORM (second instance of the registration form) ─── */
.footer-form-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  letter-spacing: 0.02em;
  color: var(--coral);
  text-align: left;
  margin-bottom: 18px;
}
.footer-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.footer-form-fields input[type="email"] {
  grid-column: 1 / -1;
}
.ff-input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 11px 12px;
  outline: none;
  width: 100%;
  min-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border-color 0.3s ease;
}
.ff-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.ff-input:focus {
  border-color: var(--coral);
}
.ff-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.ff-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ff-checkbox-wrap input[type="checkbox"] {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  border-radius: 0;
}
.ff-checkbox-wrap input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--coral);
}
.ff-checkbox-wrap label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.ff-submit {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--coral);
  border: 1px solid var(--coral);
  padding: 12px 28px;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.3s ease, color 0.3s ease;
}
.ff-submit:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.ff-submit-icon {
  width: 9px;
  height: 11px;
  flex-shrink: 0;
  fill: currentColor;
}
@media (max-width: 1180px) {
  .footer-inner {
    grid-template-columns: 360px 380px;
    gap: 36px;
  }
  .footer-col-form {
    max-width: 380px;
  }
}
@media (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }
  .footer-col-form {
    order: 1;
    max-width: none;
  }
  .footer-col-brand {
    order: 2;
    align-items: center;
    text-align: center;
  }
  .footer-col-brand .footer-address {
    text-align: center;
    margin-bottom: 24px;
  }
  .footer-col-brand .footer-logos {
    justify-content: center;
  }
}
@media (max-width: 860px) {
  .footer-inner {
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .footer-form-fields {
    grid-template-columns: 1fr;
  }
  .ff-right {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .ff-submit {
    width: 100%;
    padding: 14px;
  }
}
@media (max-width: 360px) {
  .footer-form-title {
    font-size: 1.05rem;
  }
  .ff-input {
    font-size: 0.58rem;
    padding: 12px 10px;
  }
  .ff-checkbox-wrap label {
    font-size: 0.56rem;
  }
  .ff-submit {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    padding: 12px;
  }
}
.footer-address {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  color: var(--white);
  line-height: 2;
  margin-bottom: 36px;
}
.footer-address strong {
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.65rem;
  display: block;
  margin-top: 20px;
}
.footer-address em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.footer-logos img {
  height: 28px;
  width: auto;
  opacity: 0.8;
}
.footer-sep {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-eho img {
  height: 16px;
  width: auto;
  opacity: 0.45;
  display: block;
}
.footer-text {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}
.footer-text a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}
.footer-text a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.hero-form-row .frm_forms,
.footer-col-form .frm_forms {
  width: 100% !important;
  max-width: none !important;
}
.hero-form-row .with_frm_style fieldset,
.footer-col-form .with_frm_style fieldset {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.hero-form-row .with_frm_style .frm_none_container .frm_primary_label,
.footer-col-form .with_frm_style .frm_none_container .frm_primary_label {
  display: none !important;
}
.hero-form-row .with_frm_style .frm_verify,
.footer-col-form .with_frm_style .frm_verify {
  display: none !important;
}
.hero-form-row .with_frm_style .frm_form_field,
.footer-col-form .with_frm_style .frm_form_field {
  margin-bottom: 0 !important;
}
.hero-form-row .with_frm_style .frm_error_style,
.footer-col-form .with_frm_style .frm_error_style,
.hero-form-row .with_frm_style .frm_error,
.footer-col-form .with_frm_style .frm_error {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: #ED7768 !important;
}
.hero-form-row .with_frm_style .frm_html_container,
.footer-col-form .with_frm_style .frm_html_container {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-form-row .with_frm_style .frm_checkbox,
.footer-col-form .with_frm_style .frm_checkbox {
  display: flex;
  align-items: center;
}
.hero-form-row .with_frm_style .frm_checkbox label,
.footer-col-form .with_frm_style .frm_checkbox label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.hero-form-row .with_frm_style .frm_fields_container {
  grid-column-gap: 8px !important;
  grid-row-gap: 16px !important;
  align-items: center;
}
.hero-form-row .with_frm_style input[type="text"],
.hero-form-row .with_frm_style input[type="email"],
.hero-form-row .with_frm_style input[type="tel"],
.hero-form-row .with_frm_style input[type="phone"],
.hero-form-row .with_frm_style input[type="number"] {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.62rem !important;
  line-height: 1 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  outline: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease !important;
  color: var(--charcoal) !important;
  border: 1px solid rgba(68, 76, 84, 0.5) !important;
  padding: 0 12px !important;
  height: 42px !important;
}
.hero-form-row .with_frm_style input[type="text"]::placeholder,
.hero-form-row .with_frm_style input[type="email"]::placeholder,
.hero-form-row .with_frm_style input[type="tel"]::placeholder,
.hero-form-row .with_frm_style input[type="phone"]::placeholder,
.hero-form-row .with_frm_style input[type="number"]::placeholder {
  color: rgba(68, 76, 84, 0.65) !important;
  opacity: 1;
}
.hero-form-row .with_frm_style input[type="text"]:focus,
.hero-form-row .with_frm_style input[type="email"]:focus,
.hero-form-row .with_frm_style input[type="tel"]:focus,
.hero-form-row .with_frm_style input[type="phone"]:focus,
.hero-form-row .with_frm_style input[type="number"]:focus {
  border-color: var(--coral) !important;
}
.hero-form-row .with_frm_style .frm_checkbox label {
  color: var(--charcoal) !important;
}
.hero-form-row .with_frm_style .frm_checkbox input[type="checkbox"] {
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  position: relative !important;
  flex-shrink: 0 !important;
  border: 1px solid rgba(68, 76, 84, 0.45) !important;
}
.hero-form-row .with_frm_style .frm_checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--coral);
}
.hero-form-row .with_frm_style .frm_form_field:has(> .frm_submit) {
  grid-column: -3 / -1 !important;
  justify-self: end !important;
}
.hero-form-row .with_frm_style .frm_submit {
  margin: 0 !important;
  justify-content: flex-end !important;
}
.hero-form-row .with_frm_style .frm_submit button {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  padding: 8px 24px !important;
  margin: 0 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
  color: var(--coral) !important;
  background: var(--white) !important;
  border: none !important;
  padding: 0 24px !important;
  height: 42px !important;
}
.hero-form-row .with_frm_style .frm_submit button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid currentColor;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  flex-shrink: 0;
}
.hero-form-row .with_frm_style .frm_submit button:hover {
  background: var(--coral) !important;
  color: var(--white) !important;
}
.hero-form-row .with_frm_style .frm_html_container {
  color: rgba(68, 76, 84, 0.65);
}
.footer-col-form .footer-form-fields {
  display: block;
  width: 100%;
}
.footer-col-form .with_frm_style .frm_fields_container {
  grid-column-gap: 10px !important;
  grid-row-gap: 10px !important;
}
.footer-col-form .with_frm_style input[type="text"],
.footer-col-form .with_frm_style input[type="email"],
.footer-col-form .with_frm_style input[type="tel"],
.footer-col-form .with_frm_style input[type="phone"],
.footer-col-form .with_frm_style input[type="number"] {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.62rem !important;
  line-height: 1 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  outline: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease !important;
  color: var(--white) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  padding: 0 12px !important;
  height: 36px !important;
}
.footer-col-form .with_frm_style input[type="text"]::placeholder,
.footer-col-form .with_frm_style input[type="email"]::placeholder,
.footer-col-form .with_frm_style input[type="tel"]::placeholder,
.footer-col-form .with_frm_style input[type="phone"]::placeholder,
.footer-col-form .with_frm_style input[type="number"]::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  opacity: 1;
}
.footer-col-form .with_frm_style input[type="text"]:focus,
.footer-col-form .with_frm_style input[type="email"]:focus,
.footer-col-form .with_frm_style input[type="tel"]:focus,
.footer-col-form .with_frm_style input[type="phone"]:focus,
.footer-col-form .with_frm_style input[type="number"]:focus {
  border-color: var(--coral) !important;
}
.footer-col-form .with_frm_style .frm_checkbox label {
  color: rgba(255, 255, 255, 0.85) !important;
}
.footer-col-form .with_frm_style .frm_checkbox input[type="checkbox"] {
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  position: relative !important;
  flex-shrink: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
}
.footer-col-form .with_frm_style .frm_checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--coral);
}
.footer-col-form .with_frm_style .frm_submit {
  margin: 14px 0 0 !important;
}
.footer-col-form .with_frm_style .frm_submit button {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  padding: 8px 24px !important;
  margin: 0 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
  color: var(--white) !important;
  background: var(--coral) !important;
  border: 1px solid var(--coral) !important;
  padding: 0 24px !important;
  height: 36px !important;
}
.footer-col-form .with_frm_style .frm_submit button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid currentColor;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  flex-shrink: 0;
}
.footer-col-form .with_frm_style .frm_submit button:hover {
  background: transparent !important;
  color: var(--white) !important;
  border-color: var(--white) !important;
}
.footer-col-form .with_frm_style .frm_html_container {
  color: rgba(255, 255, 255, 0.5);
}
.global-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--charcoal);
}
.global-title.main-title,
.global-title.sub-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--charcoal);
}
.global-title.main-title span,
.global-title.sub-title span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  display: inline;
}
.global-title.main-title span.coral,
.global-title.sub-title span.coral,
.global-title.main-title .coral,
.global-title.sub-title .coral {
  color: var(--coral);
}
.global-title.main-title span.title-italic,
.global-title.sub-title span.title-italic,
.global-title.main-title span[class*="-italic"],
.global-title.sub-title span[class*="-italic"],
.global-title.main-title .title-italic,
.global-title.sub-title .title-italic {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}
.global-title.main-title {
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  line-height: 1.35;
}
.global-title.sub-title {
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1.4;
}
.global-title.white-text {
  color: var(--white);
}
.location-hero-nav.nav-hidden {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
/* ─── Full-bleed video header (matches landing page hero treatment) ─── */
.location-hero {
  position: relative;
  width: 100%;
  height: 82vh;
  z-index: 5;
  overflow: hidden;
  background: var(--charcoal);
}
.location-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: 0;
}
.location-hero-logo {
  position: absolute;
  top: 44px;
  left: 48px;
  z-index: 2;
}
.location-hero-logo svg {
  width: 160px;
  height: auto;
  display: block;
}
.location-hero-nav {
  position: absolute;
  top: 52px;
  right: 48px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 860px) {
  .location-hero {
    height: 82vh;
  }
  .location-hero-logo {
    top: 32px;
    left: 32px;
  }
  .location-hero-logo svg {
    width: 100px;
  }
  .location-hero-nav {
    top: 38px;
    right: 32px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .location-hero {
    height: 82vh;
  }
  .location-hero-logo {
    top: 24px;
    left: 20px;
  }
  .location-hero-logo svg {
    width: 88px;
  }
  .location-hero-nav {
    top: 28px;
    right: 20px;
    gap: 14px;
  }
}
/* ─── SECTION 5: LOCATION ─── */
.section-location {
  position: relative;
  background: #fff;
  z-index: 20;
  padding: 70px 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location-intro {
  max-width: 780px;
  text-align: center;
  margin-bottom: 140px;
}
.location-eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 20px;
}
.location-h1 {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  letter-spacing: 0.03em;
  color: var(--charcoal);
  line-height: 1.35;
  margin-bottom: 28px;
}
.location-h1-italic {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}
.location-lede {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  color: var(--charcoal);
  line-height: 1.9;
  opacity: 0.85;
}
/* Each H2 gets its own full-width row: image on one side, copy on the other,
   alternating sides down the page. */
.location-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: center;
  max-width: 1160px;
  width: 100%;
  margin-bottom: 120px;
}
.location-feature:last-of-type {
  margin-bottom: 0;
}
.location-feature-highlight {
  background: #eef1f3;
  padding: 48px;
}
.location-feature-reverse .location-feature-media {
  order: 2;
}
.location-feature-reverse .location-feature-copy {
  order: 1;
}
.location-image-placeholder {
  aspect-ratio: 4 / 3;
  width: 100%;
  border: 1px dashed rgba(68, 76, 84, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(68, 76, 84, 0.35);
}
.location-feature-img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  display: block;
}
.location-feature-title {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  color: var(--charcoal);
  line-height: 1.35;
  margin-bottom: 22px;
}
.location-feature-text {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.9rem, 1.2vw, 0.98rem);
  color: var(--charcoal);
  line-height: 1.9;
  opacity: 0.85;
}
.location-feature-final .location-feature-text {
  margin-bottom: 32px;
}
/* The final row has content below it (video, area map), so it keeps the
   same bottom spacing as every other row. */
.location-feature.location-feature-final {
  margin-bottom: 120px;
}
.discover-video-full {
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: #fff;
  padding: 24px 0;
  box-sizing: border-box;
}
.discover-video-full-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 860px) {
  .discover-video-full {
    aspect-ratio: 4 / 3;
    padding: 14px 0;
  }
}
/* Half/half Area Map placeholder — light grey section, map image inset
   with padding on the left, title + vertical collapsible category list
   on the right. DEV: accordion items are non-functional placeholders
   for the eventual interactive map filters. */
/* Equal white space above/below the grey Area Map section */
.area-map-spacer {
  width: 100%;
  height: 80px;
  background: #fff;
}
@media (max-width: 860px) {
  .area-map-spacer {
    height: 56px;
  }
}
@media (max-width: 480px) {
  .area-map-spacer {
    height: 40px;
  }
}
.area-map-full {
  width: 100%;
  line-height: 0;
}
.area-map-full-img {
  width: 100%;
  height: auto;
  display: block;
}
.location-intro p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  color: var(--charcoal);
  line-height: 1.85;
  opacity: 0.85;
  max-width: 900px;
  margin: 0 auto 18px;
  text-align: center;
}
.location-feature-copy p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.92rem, 1.3vw, 1rem);
  color: var(--charcoal);
  line-height: 1.85;
  opacity: 0.85;
  margin-bottom: 18px;
}
.location-feature-media .rev_slider_wrapper {
  width: 100% !important;
}
/*# sourceMappingURL=style.css.map */