/*
 Theme Name:     FullDiscoverIronLake
 Theme URI:      discoverironlake.com
 Description:    A CottonCandy child theme.
 Author:         Sonya Pereira
 Template:       CottonCandy
 Version:        1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Italiana&family=Inter:wght@300;400;500;600&display=swap");
.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: 1200px;
  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: 1280px) {
  .container {
    width: 1180px;
  }
}
@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: 95%;
  }
  .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: 90%;
  }
}
:root {
  --midnight-blue: #172a54;
  --copper: #b55333;
  --copper-light: #c96a47;
  --sandstone: #d8c69d;
  --soft-linen: #f4f0ed;
  --footer-dark: #0d1c38;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --nav-height: 124px;
  --ease-lux: cubic-bezier(0.16, 1, 0.3, 1);
  --reveal-dur: 1.15s;
}
/*animation element*/
.animation {
  position: relative;
  margin: 0 auto;
}
.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.bounce-down {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, -200px, 0px);
  -webkit-transform: translate3d(0px, -200px, 0px);
  -o-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate3d(0px, -200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.zoom2 {
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  opacity: 0;
  transform: scale(0.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoom2.in-view {
  opacity: 1;
  width: auto;
  transform: scale(1);
}
.zoom2 {
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  opacity: 0;
  transform: scale(0.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoom2.in-view {
  opacity: 1;
  width: auto;
  transform: scale(1);
}
.zoom3 {
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  opacity: 0;
  transform: scale(1.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoom3.in-view {
  opacity: 1;
  width: auto;
  max-width: 100%;
  transform: scale(1);
  margin-bottom: -7px;
}
.delay1 {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.delay1.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.delay2 {
  opacity: 0;
  -moz-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.delay2.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.element {
  float: left;
  width: 100%;
  margin: 0 1.33% 2.66% 1.33%;
  background: #F5F5F5;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fade-in.one {
  -webkit-animation-delay: 8.5s;
  -moz-animation-delay: 8.5s;
  animation-delay: 8.5s;
}
.fade-in.two {
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  animation-delay: 7.5s;
}
.fade-in.three {
  -webkit-animation-delay: 11s;
  -moz-animation-delay: 11s;
  animation-delay: 11s;
}
.fade-in.four {
  -webkit-animation-delay: 11.5s;
  -moz-animation-delay: 11.5s;
  animation-delay: 11.5s;
}
.fade-in.five {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}
.fade-in.six {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.fade-in.seven {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.fade-in.eight {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.fade-in.nine {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.fade-in.ten {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.fade-in.eleven {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.fade-in.twelve {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
@keyframes slidelefttdelay {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    width: 440px;
  }
}
@keyframes slidetopdelay {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*: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: 'Inter', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.0175rem;
  color: #1a1a1a;
  line-height: 1.625rem;
  background-color: #f4f0ed;
}
a {
  text-decoration: none;
  font-weight: 500;
  color: #172a54;
}
a:hover {
  color: #b55333;
  text-decoration: none;
}
.body-section-wrap {
  position: relative;
  overflow: hidden;
  background: #f4f0ed;
}
.body-section-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('images/body-bg-pattern.webp');
  background-repeat: repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.body-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.body-left {
  position: relative;
  z-index: 1;
}
.body-left::before {
  content: '';
  position: absolute;
  inset: -50px -40px -50px -40px;
  background: radial-gradient(ellipse 78% 88% at center, #f4f0ed 0%, #f4f0ed 38%, rgba(244, 240, 237, 0.85) 60%, rgba(244, 240, 237, 0.45) 80%, rgba(244, 240, 237, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
.desktop {
  display: inline-block;
}
.mobile {
  display: none;
}
.super-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
p {
  line-height: 180%;
  text-align: left;
}
.clear {
  clear: both;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left   !important;
}
.text-right {
  text-align: right  !important;
}
.text-white {
  color: #ffffff !important;
}
.margin-top35 {
  margin-top: 35px;
  width: 100%;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top100 {
  margin-top: 100px !important;
}
.margin-top120 {
  margin-top: 120px !important;
}
.margin-top200 {
  margin-top: 200px !important;
}
.global-title {
  font-family: 'Italiana', serif;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.global-title.main-title {
  font-size: clamp(26px, 3vw, 42px);
  color: #172a54;
  line-height: 1.12;
  margin: 0 0 36px;
}
.global-title.sub-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.small-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.105rem;
  margin: 100px auto 0;
}
.disclaimer {
  position: relative;
  bottom: auto;
  display: inline-block;
  color: #1a1a1a;
  font-weight: 400;
}
.disclaimer span {
  margin: 0 15px;
}
.disclaimer img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.disclaimer p {
  text-align: left;
  font-size: 0.8em;
}
.disclaimer a {
  color: #172a54 !important;
}
.disclaimer a.right {
  margin-right: 30px;
}
.disclaimer a.left {
  margin-left: 30px;
}
.form-bar .frm_style_formidable-style.with_frm_style .frm_submit input[type=submit],
.form-bar .frm_style_formidable-style.with_frm_style .frm_submit button,
.form-bar .frm_form_submit_style,
.form-bar .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.625rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  background-color: #b55333 !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  transition: background-color 0.25s !important;
  box-shadow: none !important;
  border: none !important;
  padding: 13px 28px !important;
  cursor: pointer;
}
.form-bar .frm_style_formidable-style.with_frm_style .frm_submit input[type=submit]:hover,
.form-bar .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.form-bar .frm_form_submit_style:hover,
.form-bar .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background-color: #c96a47 !important;
}
.form-bar .with_frm_style .frm_submit.frm_flex {
  align-items: center;
  gap: 2%;
  width: 300px!important;
  display: inline;
}
.form-bar #frm_field_13_container {
  text-align: right!important;
}
.form-bar .with_frm_style.frm_center_submit .frm_flex.frm_submit {
  justify-content: flex-start !important;
  margin-top: 10px;
}
.form-bar .with_frm_style input[type=text],
.form-bar .with_frm_style input[type=password],
.form-bar .with_frm_style input[type=email],
.form-bar .with_frm_style input[type=number],
.form-bar .with_frm_style input[type=url],
.form-bar .with_frm_style input[type=tel],
.form-bar .with_frm_style input[type=phone],
.form-bar .with_frm_style input[type=search],
.form-bar .with_frm_style select,
.form-bar .with_frm_style textarea,
.form-bar .frm_form_fields_style,
.form-bar .frm_form_fields_active_style,
.form-bar .frm_form_fields_error_style {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.01rem !important;
  padding: 8px 4px !important;
  margin: 0 !important;
  transition: border-color 0.2s !important;
  width: 100% !important;
}
.form-bar .with_frm_style input[type=text]:focus,
.form-bar .with_frm_style input[type=password]:focus,
.form-bar .with_frm_style input[type=email]:focus,
.form-bar .with_frm_style input[type=number]:focus,
.form-bar .with_frm_style input[type=url]:focus,
.form-bar .with_frm_style input[type=tel]:focus,
.form-bar .with_frm_style input[type=phone]:focus,
.form-bar .with_frm_style input[type=search]:focus,
.form-bar .with_frm_style select:focus,
.form-bar .with_frm_style textarea:focus,
.form-bar .frm_form_fields_style:focus,
.form-bar .frm_form_fields_active_style:focus,
.form-bar .frm_form_fields_error_style:focus {
  border-color: #b55333 !important;
  outline: none !important;
}
.form-bar :-moz-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.7125rem !important;
}
.form-bar ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.7125rem !important;
}
.form-bar :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.7125rem !important;
}
.form-bar ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.7125rem !important;
}
.form-bar .frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 100% !important;
  width: 100% !important;
}
.form-bar .frm_style_formidable-style.with_frm_style .form-field {
  margin: 8px 0 !important;
}
.form-bar .with_frm_style .frm_primary_label {
  font-size: 0.8em !important;
  color: #fff !important;
}
.form-bar .with_frm_style .frm_inside_container > label {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.form-bar .with_frm_style .frm_radio label,
.form-bar .with_frm_style .frm_checkbox label {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.7rem !important;
  font-weight: 300 !important;
}
.form-bar .with_frm_style .frm_radio input[type=radio],
.form-bar .with_frm_style .frm_checkbox input[type=checkbox] {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 2px !important;
  accent-color: #b55333 !important;
}
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 52px;
  background: #f4f0ed;
  border-bottom: 1px solid rgba(23, 42, 84, 0.12);
  overflow: hidden;
  min-height: 95px;
}
.site-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.site-nav > * {
  position: relative;
  z-index: 1;
}
.nav-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.nav-logo img {
  height: 64px;
  width: auto;
  display: block;
}
.btn-inquire {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #172a54;
  border: none;
  padding: 13px 30px;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.25s, color 0.25s;
  display: inline-block;
}
.btn-inquire:hover {
  background: #b55333;
  color: #ffffff !important;
}
.ironcrest-footer {
  background: #0d1c38;
  padding: 40px 52px 28px;
  border-top: 1px solid rgba(181, 83, 51, 0.15);
}
.footer-top {
  display: flex;
  justify-content: center;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.25s;
}
.footer-logo-link:hover {
  opacity: 1;
}
.footer-logo-link img {
  height: 64px;
  width: auto;
  display: block;
}
.footer-contact {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.footer-contact-label {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b55333;
}
.footer-contact-value {
  font-family: 'Italiana', serif;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.footer-contact-value a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}
.footer-contact-value a:hover {
  color: #b55333;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copy-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-copy {
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}
.footer-credit {
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  text-transform: none;
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-credit a:hover {
  color: #b55333;
}
.footer-links {
  display: flex;
  gap: 24px;
}
.footer-links a {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #b55333;
}
@media (max-width: 900px) {
  .site-nav {
    padding: 14px 24px;
  }
  .nav-logo img {
    height: 48px;
  }
  .ironcrest-footer {
    padding: 28px 24px;
  }
  .footer-contact {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .nav-logo img {
    height: 40px;
  }
  .footer-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.footer-wrapper {
  margin: 0 auto;
  text-align: center;
  background: #0d1c38;
  color: #ffffff;
  padding: 60px 5% 20px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.footer-wrapper a {
  color: #ffffff !important;
}
.page-template-template-landing body,
.page-template-template-landing {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  background: #f4f0ed;
  color: #1a1a1a;
  overflow-x: hidden;
}
.page-template-template-landing html {
  scroll-behavior: smooth;
}
@keyframes heroImageIn {
  from {
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes heroOverlayIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-template-template-landing .hero {
  position: relative;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #1a2e4a;
}
.page-template-template-landing .hero-image {
  position: absolute;
  inset: 0;
  background-image: url('images/iron-crest-header-aerial.webp');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #1a2e4a;
  opacity: 0;
  transform: scale(1.05);
  animation: heroImageIn 1.4s ease-out 0.1s forwards;
}
.page-template-template-landing .hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 42, 84, 0.92) 0%, rgba(23, 42, 84, 0.8) 18%, rgba(23, 42, 84, 0.45) 32%, rgba(23, 42, 84, 0.12) 45%, rgba(23, 42, 84, 0) 55%);
  pointer-events: none;
  opacity: 0;
  animation: heroOverlayIn 1s ease 0.9s forwards;
}
.page-template-template-landing .hero-content {
  position: relative;
  z-index: 3;
  width: min(630px, 52vw);
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px 52px;
  text-align: left;
  animation: slideUp 1.1s 1.2s ease both;
  opacity: 0;
}
.page-template-template-landing .hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b55333;
  margin-bottom: 14px;
}
.page-template-template-landing .hero-rule {
  display: block;
  width: 36px;
  height: 1px;
  background: #b55333;
  margin-bottom: 20px;
}
.page-template-template-landing .hero-headline {
  font-family: 'Italiana', serif;
  font-weight: 400;
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 22px;
}
.page-template-template-landing .hero-headline .elevated {
  font-family: 'Italiana', serif;
  font-weight: 400;
  color: #d68561;
  font-size: 1em;
  line-height: inherit;
  letter-spacing: 0.03em;
}
.page-template-template-landing .hero-sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 36px;
  max-width: 480px;
}
.page-template-template-landing .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b55333;
  text-decoration: none;
  transition: gap 0.25s;
}
.page-template-template-landing .hero-cta:hover {
  gap: 20px;
}
.page-template-template-landing .form-bar {
  position: relative;
  z-index: 3;
  scroll-margin-top: 90px;
  background: rgba(23, 42, 84, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 3px solid rgba(201, 106, 71, 0.95);
  animation: slideUp 1s 0.6s ease both;
}
.page-template-template-landing .form-bar-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 52px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.page-template-template-landing .form-bar-title {
  flex-shrink: 0;
  width: 220px;
  padding-top: 4px;
}
.page-template-template-landing .form-bar-title .eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #b55333;
  margin-bottom: 6px;
}
.page-template-template-landing .form-bar-title .heading {
  font-family: 'Italiana', serif;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.15;
  max-width: 220px;
}
.page-template-template-landing .form-bar-title .heading .amp {
  font-family: 'Baskerville', 'Garamond', 'Georgia', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.15em;
  color: #b55333;
  padding: 0 1px;
}
.page-template-template-landing .form-bar-fields {
  flex: 1;
  min-width: 0;
}
.page-template-template-landing .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.page-template-template-landing .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.page-template-template-landing .reveal-img {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 1.1s ease, transform 1.1s ease;
}
.page-template-template-landing .reveal-img.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.page-template-template-landing .reveal-delay-1 {
  transition-delay: 0.15s;
}
.page-template-template-landing .reveal-delay-2 {
  transition-delay: 0.3s;
}
.page-template-template-landing .reveal-delay-3 {
  transition-delay: 0.45s;
}
.page-template-template-landing .section-eyebrow {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b55333;
  margin-bottom: -27px;
}
.page-template-template-landing .section-rule {
  display: block;
  width: 36px;
  height: 1px;
  background: #b55333;
  margin-bottom: 24px;
}
.page-template-template-landing .section-headline {
  font-family: 'Italiana', serif;
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.03em;
  color: #172a54;
  margin-bottom: 28px;
}
.page-template-template-landing .section-headline em {
  font-style: normal;
  color: #b55333;
}
.page-template-template-landing .section-headline .amp {
  font-family: 'Baskerville', 'Garamond', 'Georgia', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1em;
  color: #b55333;
  padding: 0 2px;
}
.page-template-template-landing .body-copy p {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.9;
  color: #4a4a4a;
  margin-bottom: 20px;
}
.page-template-template-landing .body-copy p:last-child {
  margin-bottom: 0;
}
.page-template-template-landing .body-copy .closing-line {
  font-family: 'Italiana', serif;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.3;
  color: #b55333;
  margin-top: 28px;
  letter-spacing: 0.02em;
}
.page-template-template-landing .landing-copy {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.9;
  color: #4a4a4a;
}
.page-template-template-landing .landing-copy p {
  margin-bottom: 20px;
}
.page-template-template-landing .landing-copy p:last-child {
  margin-bottom: 0;
}
.page-template-template-landing .landing-copy .closing-line,
.page-template-template-landing .landing-copy em.closing-line {
  font-family: 'Italiana', serif;
  font-style: normal;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.3;
  color: #b55333;
  margin-top: 28px;
  letter-spacing: 0.02em;
  display: block;
}
.page-template-template-landing .body-right {
  position: relative;
}
.page-template-template-landing .img-main {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.page-template-template-landing .img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.page-template-template-landing .img-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.page-template-template-landing .amenity {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.page-template-template-landing .amenity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.page-template-template-landing .amenity:hover img {
  transform: scale(1.04);
}
.page-template-template-landing .amenity figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px;
  background: rgba(23, 42, 84, 0.55);
  backdrop-filter: blur(4px);
}
.page-template-template-landing .accent-strip {
  width: 4px;
  height: 80px;
  background: #b55333;
  position: absolute;
  left: -24px;
  top: 30px;
}
@media (max-width: 900px) {
  .page-template-template-landing .site-nav {
    padding: 14px 24px;
  }
  .page-template-template-landing .nav-logo img {
    height: 48px;
  }
  .page-template-template-landing .hero {
    display: grid;
    grid-template-rows: 70vh auto;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 0;
  }
  .page-template-template-landing .hero-image {
    position: relative;
    inset: auto;
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: 100%;
  }
  .page-template-template-landing .hero-content {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
    margin: 0;
    padding: 120px 24px 60px;
    width: 100%;
    max-width: none;
  }
  .page-template-template-landing .hero-headline {
    font-size: 42px;
  }
  .page-template-template-landing .form-bar {
    grid-row: 2;
    grid-column: 1;
  }
  .page-template-template-landing .form-bar-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 28px 24px;
    gap: 20px;
  }
  .page-template-template-landing .form-bar-title {
    width: 100%;
  }
  .page-template-template-landing .body-section {
    grid-template-columns: 1fr;
    padding: 60px 24px;
    gap: 40px;
  }
  .page-template-template-landing .accent-strip {
    display: none;
  }
  .page-template-template-landing .img-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .page-template-template-landing .nav-logo img {
    height: 40px;
  }
  .page-template-template-landing .body-section {
    padding: 40px 16px;
  }
  .page-template-template-landing .img-grid {
    grid-template-columns: 1fr;
  }
  .page-template-template-landing .footer-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
@media only screen and (max-width: 825px) {
  .desktop {
    display: none;
  }
  .landing {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  .text-right {
    text-align: center!important;
  }
  .margin-top120 {
    margin-top: 60px!important;
  }
  .margin-top100 {
    margin-top: 60px!important;
  }
  .text-left {
    text-align: center!important;
  }
}
@media only screen and (max-width: 480px) {
  .disclaimer {
    margin-top: -15px;
  }
  .disclaimer span {
    display: block;
  }
}
.nav-utility {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 201;
  height: 34px;
  background: #172a54;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 36px;
  gap: 20px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.nav-utility a {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-utility a:hover {
  color: #d8c69d;
}
.nav-utility a.util-phone,
.nav-utility a.util-email {
  display: inline-flex;
  align-items: center;
}
.util-icon {
  display: none;
}
.nav-utility-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.15);
}
.btn-gallery-util {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  background: #b55333;
  padding: 5px 14px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-gallery-util:hover {
  background: #c96a47;
  color: #ffffff;
}
#mainNav {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 200;
  height: 90px;
  background: rgba(244, 240, 237, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(23, 42, 84, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  overflow: visible;
  transition: top 0.35s ease, box-shadow 0.3s ease;
}
#mainNav.scrolled {
  box-shadow: 0 2px 24px rgba(23, 42, 84, 0.1);
}
.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  z-index: 2;
  width: calc(50% - 130px);
}
.nav-right {
  justify-content: flex-end;
}
.nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #172a54;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background: #b55333;
  transition: right 0.3s ease;
}
.nav-link:hover {
  color: #b55333;
}
.nav-link:hover::after {
  right: 0;
}
.nav-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 1;
  transition: justify-content 0.35s ease, padding 0.35s ease;
  padding: 0;
}
.nav-logo a {
  pointer-events: auto;
}
.nav-logo svg {
  height: 56px;
  width: auto;
}
.nav-logo img {
  height: 56px;
  width: auto;
  transition: height 0.35s ease;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  margin-left: auto;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #172a54;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 124px;
  left: 0;
  right: 0;
  background: rgba(244, 240, 237, 0.99);
  backdrop-filter: blur(12px);
  z-index: 199;
  flex-direction: column;
  padding: 24px 36px 32px;
  border-bottom: 1px solid rgba(23, 42, 84, 0.12);
  gap: 0;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-mobile-menu.open {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}
.nav-mobile-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #172a54;
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(23, 42, 84, 0.08);
  transition: color 0.2s;
}
.nav-mobile-link:hover {
  color: #b55333;
}
.nav-mobile-cta {
  margin-top: 20px;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  background: #b55333;
  padding: 14px 24px;
  text-decoration: none;
  text-align: center;
}
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
}
.nav-dropdown:hover .nav-caret,
.nav-dropdown.open .nav-caret {
  transform: rotate(180deg);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}
.nav-link-has-children {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-caret {
  transition: transform 0.3s ease;
  margin-top: 1px;
}
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(6px);
  min-width: 132px;
  background: rgba(247, 244, 241, 0.99);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(23, 42, 84, 0.07);
  box-shadow: 0 6px 18px rgba(23, 42, 84, 0.08);
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 210;
}
.nav-dropdown-link {
  display: block;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #172a54;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 2px;
  transition: color 0.2s, background 0.2s;
}
.nav-dropdown-link:hover {
  color: #b55333;
  background: rgba(181, 83, 51, 0.07);
}
.nav-mobile-group {
  border-bottom: 1px solid rgba(23, 42, 84, 0.08);
}
.nav-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: none;
  font-family: inherit;
}
.nav-mobile-toggle[aria-expanded="true"] {
  color: #b55333;
}
.nav-mobile-toggle[aria-expanded="true"] .nav-mobile-caret {
  transform: rotate(180deg);
}
.nav-mobile-caret {
  color: #172a54;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.nav-mobile-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.nav-mobile-sub.open {
  max-height: 160px;
}
.nav-mobile-sublink {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(23, 42, 84, 0.7);
  text-decoration: none;
  padding: 12px 0 12px 18px;
  transition: color 0.2s;
}
.nav-mobile-sublink:first-child {
  padding-top: 4px;
}
.nav-mobile-sublink:last-child {
  padding-bottom: 16px;
}
.nav-mobile-sublink:hover {
  color: #b55333;
}
#mainNav.compact {
  top: 34px;
  height: 64px;
}
#mainNav.compact .nav-left,
#mainNav.compact .nav-right {
  display: none;
}
#mainNav.compact .nav-hamburger {
  display: flex;
}
#mainNav.compact .nav-logo img {
  height: 42px;
}
#mainNav.compact ~ .nav-mobile-menu {
  top: 98px;
}
@media (max-width: 960px) {
  .nav-left,
  .nav-right {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .nav-utility {
    padding: 0 20px;
    gap: 12px;
  }
}
@media (max-width: 600px) {
  .nav-utility {
    gap: 16px;
  }
  .util-text {
    display: none;
  }
  .util-icon {
    display: block;
  }
  .nav-utility a.util-phone,
  .nav-utility a.util-email {
    color: rgba(255, 255, 255, 0.75);
  }
}
.reveal,
.reveal-left,
.reveal-right,
.reveal-scale,
.reveal-from-left,
.reveal-from-right,
.reveal-from-top,
.reveal-from-bottom,
.reveal-rise {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity var(--reveal-dur) var(--ease-lux), transform var(--reveal-dur) var(--ease-lux);
}
.reveal {
  transform: translateY(48px);
}
.reveal-left,
.reveal-from-left {
  transform: translateX(-56px);
}
.reveal-right,
.reveal-from-right {
  transform: translateX(56px);
}
.reveal-from-top {
  transform: translateY(-48px);
}
.reveal-from-bottom,
.reveal-rise {
  transform: translateY(64px);
}
.reveal-scale {
  transform: scale(0.94);
}
.reveal.visible,
.reveal.in-view,
.reveal-left.visible,
.reveal-left.in-view,
.reveal-right.visible,
.reveal-right.in-view,
.reveal-scale.visible,
.reveal-scale.in-view,
.reveal-from-left.visible,
.reveal-from-left.in-view,
.reveal-from-right.visible,
.reveal-from-right.in-view,
.reveal-from-top.visible,
.reveal-from-top.in-view,
.reveal-from-bottom.visible,
.reveal-from-bottom.in-view,
.reveal-rise.visible,
.reveal-rise.in-view {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .reveal-left,
  .reveal-right,
  .reveal-from-left,
  .reveal-from-right {
    transform: translateY(40px);
  }
}
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
}
[data-reveal-stagger] > *:not(.headline-reveal) {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s var(--ease-lux), transform 1s var(--ease-lux);
}
[data-reveal-stagger].visible > *:not(.headline-reveal),
[data-reveal-stagger].in-view > *:not(.headline-reveal) {
  opacity: 1;
  transform: none;
}
[data-reveal-stagger] > *:nth-child(1) {
  transition-delay: 0.05s;
}
[data-reveal-stagger] > *:nth-child(2) {
  transition-delay: 0.18s;
}
[data-reveal-stagger] > *:nth-child(3) {
  transition-delay: 0.31s;
}
[data-reveal-stagger] > *:nth-child(4) {
  transition-delay: 0.44s;
}
[data-reveal-stagger] > *:nth-child(5) {
  transition-delay: 0.57s;
}
[data-reveal-stagger] > *:nth-child(6) {
  transition-delay: 0.7s;
}
.headline-reveal .hl-line {
  display: block;
  overflow: hidden;
}
.headline-reveal .hl-line > span {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 1.1s var(--ease-lux);
}
.headline-reveal.visible .hl-line > span,
.headline-reveal.in-view .hl-line > span {
  transform: translateY(0);
}
.headline-reveal.visible .hl-line:nth-child(2) > span,
.headline-reveal.in-view .hl-line:nth-child(2) > span {
  transition-delay: 0.12s;
}
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .reveal-from-left,
  .reveal-from-right,
  .reveal-from-top,
  .reveal-from-bottom,
  .reveal-rise,
  [data-reveal-stagger] > *,
  .headline-reveal .hl-line > span {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #172a54;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(160deg, #0d1d3a 0%, #1a2e4a 40%, #2a3d5e 70%, #1a2a48 100%);
}
.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(13, 26, 48, 0) 0%, rgba(13, 26, 48, 0) 45%, rgba(13, 26, 48, 0.45) 70%, rgba(13, 26, 48, 0.85) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 90px;
}
.hero-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #b55333;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-headline {
  font-family: 'Italiana', 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: wordReveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes wordReveal {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: heroFadeUp 1.2s 1.8s ease forwards;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
.hero-scroll-hint.hidden {
  opacity: 0 !important;
  pointer-events: none;
}
.scroll-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.scroll-chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
.scroll-chevrons span {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
  animation: chevronFade 1.6s 2s ease-in-out infinite;
}
.scroll-chevrons span:nth-child(1) {
  animation-delay: 2s;
}
.scroll-chevrons span:nth-child(2) {
  animation-delay: 2.2s;
}
.scroll-chevrons span:nth-child(3) {
  animation-delay: 2.4s;
}
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes chevronFade {
  0% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.15;
  }
}
.section-eyebrow {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #b55333;
  margin-bottom: 16px;
}
.section-rule {
  display: block;
  width: 32px;
  height: 1px;
  background: #b55333;
  margin-bottom: 20px;
}
.section-headline {
  font-family: 'Italiana', 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 1.08;
  letter-spacing: 0.03em;
  color: #172a54;
  margin-bottom: 24px;
}
.section-headline em {
  font-style: normal;
  color: #b55333;
}
.section-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: #4a4a4a;
  max-width: 500px;
}
.section-body p + p {
  margin-top: 14px;
}
.main-button {
  display: inline-block;
  margin-top: 32px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #172a54;
  text-decoration: none;
  border: 1px solid #172a54;
  padding: 13px 28px;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
}
.main-button:hover {
  background: #172a54;
  color: #ffffff;
}
.main-button.cta-copper {
  color: #b55333;
  border-color: #b55333;
}
.main-button.cta-copper:hover {
  background: #b55333;
  color: #ffffff;
}
.main-button.cta-white {
  color: #ffffff;
  border-color: #ffffff;
}
.main-button.cta-white:hover {
  background: #ffffff;
  color: #172a54;
}
.img-placeholder {
  background: #c5c5c2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-placeholder-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  user-select: none;
}
.img-placeholder-dark {
  background: #3a3e44;
}
.img-placeholder-dark .img-placeholder-label {
  color: rgba(255, 255, 255, 0.2);
}
.intro-section {
  background: #ffffff;
  padding: 110px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.intro-section h1 {
  font-family: 'Italiana', serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 400;
  color: #172a54;
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin: 0 0 36px;
}
.intro-section p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: #3a3a3a;
  margin-bottom: 22px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.intro-section p:last-child {
  margin-bottom: 0;
}
.intro-canvas {
  position: absolute;
  top: 0;
  height: 100%;
  width: 320px;
  pointer-events: none;
}
.intro-canvas-left {
  left: 0;
}
.intro-canvas-right {
  right: 0;
}
.intro-inner {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 860px) {
  .intro-section {
    padding: 72px 36px;
  }
}
.golf-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}
.golf-shadow-wrap {
  margin: 64px 0 64px 64px;
}
.golf-slider {
  position: relative;
  overflow: hidden;
  min-height: 580px;
}
.golf-slides {
  display: flex;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
}
.golf-slide {
  min-width: 100%;
  height: 100%;
  min-height: 516px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.golf-arrow {
  display: none;
}
.golf-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
  align-items: center;
}
.golf-dot {
  width: 24px;
  height: 2px;
  background: rgba(181, 83, 51, 0.45);
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
}
.golf-dot.active {
  background: #b55333;
  width: 44px;
}
.golf-content {
  background: #f4f0ed;
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  .golf-section {
    grid-template-columns: 1fr;
  }
  .golf-shadow-wrap {
    margin: 36px 36px 0 36px;
  }
  .golf-slider {
    min-height: 400px;
  }
  .golf-content {
    padding: 56px 36px;
  }
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}
.split-section.reverse {
  direction: rtl;
}
.split-section.reverse > * {
  direction: ltr;
}
.split-section:hover .split-image .img-placeholder {
  transform: scale(1.03);
}
.split-image {
  position: relative;
  overflow: hidden;
}
.split-image .img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 560px;
  transition: transform 0.7s ease;
}
.split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
  background: #f4f0ed;
}
.split-content.dark {
  background: #172a54;
}
.split-content.dark .section-headline {
  color: #ffffff;
}
.split-content.dark .section-body {
  color: rgba(255, 255, 255, 0.7);
}
.split-content.dark .main-button {
  color: #d8c69d;
}
.split-content.dark .main-button:hover {
  color: #c96a47;
}
.split-content.dark .section-rule {
  background: #d8c69d;
}
.club-section {
  background: #172a54;
  padding: 100px 80px;
  position: relative;
}
.club-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 60%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background-image: url('assets/images/stirrup-pattern.svg');
  background-repeat: repeat;
  background-position: top right;
  background-size: 1300px 1300px;
  -webkit-mask-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
}
.club-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 64px;
}
.club-header .section-headline {
  color: #ffffff;
  margin-bottom: 0;
}
.club-header .section-body {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 28px;
}
.club-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.club-header-right {
  display: flex;
  align-items: stretch;
  padding-top: 0;
  overflow: hidden;
  position: relative;
}
.club-accordion {
  display: flex;
  gap: 6px;
  height: 520px;
  overflow: hidden;
  margin-right: 0;
}
.club-panel {
  position: relative;
  overflow: hidden;
  flex: 1;
  transition: flex 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  cursor: pointer;
  min-width: 48px;
}
.club-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 40, 0.55);
  transition: opacity 0.7s ease;
  pointer-events: none;
  z-index: 1;
}
.club-panel.active {
  flex: 5;
}
.club-panel.active::after {
  opacity: 0;
}
.club-panel:hover .club-panel-img {
  transform: scale(1.03);
}
.club-panel-side-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.club-panel.active .club-panel-side-label {
  opacity: 0;
}
.club-panel-img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  transition: transform 0.7s ease;
}
.club-panel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 22px 20px;
  background: linear-gradient(to top, rgba(10, 16, 28, 0.85), transparent);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s;
  pointer-events: none;
  z-index: 2;
}
.club-panel.active .club-panel-caption {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 700px) {
  .club-accordion {
    flex-direction: column;
    height: auto;
  }
  .club-panel {
    flex: none;
    height: 64px;
    min-width: unset;
    transition: height 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  }
  .club-panel.active {
    height: 300px;
    flex: none;
  }
  .club-panel-img {
    min-height: unset;
    height: 100%;
  }
  .club-panel-side-label {
    display: none;
  }
}
@media (max-width: 960px) {
  .club-section {
    padding: 72px 36px;
  }
  .club-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.club-mobile-slides {
  display: flex;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
}
.club-mobile-slide {
  min-width: 100%;
  height: 300px;
  position: relative;
  flex-shrink: 0;
}
.club-mobile-slide .img-placeholder {
  width: 100%;
  height: 300px;
  min-height: 300px;
}
.club-mobile-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.club-mobile-dot {
  width: 20px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
}
.club-mobile-dot.active {
  background: #ffffff;
  width: 36px;
}
.reveal-from-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-from-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-from-top {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-from-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-from-left.visible,
.reveal-from-right.visible,
.reveal-from-top.visible,
.reveal-from-bottom.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.residences-section {
  background: #f4f0ed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}
.residences-shadow-wrap {
  margin: 64px 0 64px 64px;
}
.residences-image {
  overflow: hidden;
}
.residences-image .img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 580px;
  transition: transform 0.7s ease;
}
.residences-image:hover .img-placeholder {
  transform: scale(1.03);
}
.residences-content {
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.res-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
}
.res-secondary-ctas {
  display: flex;
  gap: 16px;
}
.res-secondary-cta {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #172a54;
  text-decoration: none;
  opacity: 0.55;
  border-bottom: 1px solid rgba(23, 42, 84, 0.3);
  padding-bottom: 2px;
  transition: opacity 0.2s ease;
}
.res-secondary-cta:hover {
  opacity: 1;
}
@media (max-width: 900px) {
  .residences-section {
    grid-template-columns: 1fr;
  }
  .residences-shadow-wrap {
    margin: 36px 36px 0 36px;
  }
  .residences-image .img-placeholder {
    min-height: 340px;
  }
  .residences-content {
    padding: 56px 36px;
  }
}
.events-section {
  position: relative;
  background: #1c1c1c;
  min-height: 700px;
  overflow: hidden;
}
.events-visual {
  position: absolute;
  inset: 0;
}
.events-visual .img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 700px;
}
.events-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.05) 100%);
}
.events-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 700px;
  padding: 72px 80px;
  max-width: 620px;
}
.events-content .section-headline {
  color: #ffffff;
}
.events-content .section-body {
  color: rgba(255, 255, 255, 0.65);
}
.events-content .main-button {
  color: #ffffff;
  border-color: #ffffff;
}
.events-content .main-button:hover {
  background: #ffffff;
  color: #172a54;
}
@media (max-width: 700px) {
  .events-content {
    padding: 52px 36px;
    min-height: 480px;
  }
}
.ocala-section {
  background: #ffffff;
  padding: 72px 80px 0;
}
.ocala-content {
  text-align: center;
  max-width: 780px;
  width: 100%;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ocala-content .section-headline {
  color: #172a54;
  margin-bottom: 16px;
}
.ocala-content .section-body {
  color: #3a3a3a;
  max-width: 100%;
}
.ocala-content .section-body p {
  text-align: center;
  max-width: 100%;
}
.ocala-content .main-button {
  color: #172a54;
  border-color: #172a54;
  background: transparent;
}
.ocala-content .main-button:hover {
  background: #172a54;
  color: #ffffff;
}
.ocala-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding: 0 80px 80px;
  align-items: center;
}
.ocala-img {
  overflow: hidden;
}
.ocala-img-1 {
  height: 220px;
}
.ocala-img-2 {
  height: 320px;
}
.ocala-img-3 {
  height: 220px;
}
.ocala-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(23, 42, 84, 0.1);
  margin-top: 0;
}
.ocala-stat {
  padding: 40px 32px;
  text-align: center;
  border-right: 1px solid rgba(23, 42, 84, 0.1);
}
.ocala-stat:last-child {
  border-right: none;
}
.ocala-stat-num {
  font-family: 'Italiana', serif;
  font-size: 48px;
  color: #172a54;
  line-height: 1;
}
.ocala-stat-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  margin-top: 8px;
}
@media (max-width: 700px) {
  .ocala-section {
    padding: 60px 36px 0;
  }
  .ocala-images {
    grid-template-columns: 1fr;
    padding: 0 36px 60px;
  }
  .ocala-img-1,
  .ocala-img-2,
  .ocala-img-3 {
    height: 220px;
  }
  .ocala-stats {
    grid-template-columns: 1fr;
  }
  .ocala-stat {
    border-right: none;
    border-bottom: 1px solid rgba(23, 42, 84, 0.1);
  }
}
.founders-section {
  padding: 110px 80px;
  background: #f4f0ed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.founders-content .section-headline {
  color: #172a54;
}
.founders-content .section-body {
  max-width: 540px;
}
.founders-content .section-body p {
  color: #3a3a3a;
}
.founders-content .section-rule {
  background: #b55333;
}
.founders-content .section-eyebrow {
  color: #b55333;
}
.founders-content .main-button {
  color: #172a54;
  border-color: #172a54;
}
.founders-visual {
  position: relative;
}
.founders-main-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.founders-main-img .img-placeholder {
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
}
.founders-main-img:hover .img-placeholder {
  transform: scale(1.03);
}
.founders-badge {
  position: absolute;
  bottom: -24px;
  left: -32px;
  width: 180px;
  height: 180px;
  background: #b55333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  z-index: 2;
}
.founders-badge svg {
  width: 90px;
  height: auto;
}
.founders-badge-num {
  font-family: 'Italiana', serif;
  font-size: 44px;
  color: #ffffff;
  line-height: 1;
}
.founders-badge-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
}
.founders-perks {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.founders-perk {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}
.founders-perk::before {
  content: '—';
  color: #b55333;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}
@media (max-width: 860px) {
  .founders-section {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 72px 36px;
  }
  .founders-section > * {
    min-width: 0;
  }
  .founders-visual,
  .founders-content {
    min-width: 0;
    max-width: 100%;
  }
  .founders-content .section-body {
    max-width: 100%;
  }
  .founders-badge {
    width: 130px;
    height: 130px;
    bottom: -20px;
    left: -20px;
    padding: 14px;
  }
  .founders-badge svg {
    width: 64px;
  }
}
.news-section {
  padding: 110px 80px;
  background: #172a54;
  position: relative;
  overflow: hidden;
}
.news-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 56px;
}
.news-header .section-headline {
  margin-bottom: 16px;
  color: #ffffff;
}
.news-header .section-body {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.65);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.news-card {
  cursor: pointer;
}
.news-card:hover .img-placeholder {
  transform: scale(1.04);
}
.news-card:hover .news-card-title {
  color: #b55333;
}
.news-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin-bottom: 16px;
  transition: transform 0.6s ease;
}
.news-card-img .img-placeholder {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.news-card-title {
  font-family: 'Italiana', serif;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.news-card-excerpt {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}
.news-card-read-more {
  color: #b55333;
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
}
.news-card-read-more:hover {
  text-decoration: underline;
}
.news-card-date {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 12px;
}
@media (max-width: 900px) {
  .news-section {
    padding: 80px 36px;
  }
  .news-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 28px;
  }
}
@media (max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .news-header {
    margin-bottom: 40px;
  }
}
.form-section {
  background: #f4f0ed;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.form-intro {
  max-width: 680px;
  margin-bottom: 56px;
}
.form-intro .section-headline {
  color: #172a54;
}
.form-intro .section-body {
  color: #3a3a3a;
  max-width: 100%;
}
.form-intro .section-body p {
  text-align: center;
}
.form-fields {
  width: 100%;
  max-width: 780px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.form-group {
  margin-bottom: 18px;
}
.form-group.full {
  grid-column: 1 / -1;
}
.form-group label {
  display: block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(23, 42, 84, 0.6);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(23, 42, 84, 0.2);
  color: #172a54;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #b55333;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(23, 42, 84, 0.3);
}
.form-group textarea {
  resize: none;
  height: 100px;
}
.btn-submit {
  width: 100%;
  background: #b55333;
  color: #ffffff;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 18px 28px;
  cursor: pointer;
  transition: background 0.25s;
  margin-top: 8px;
}
.btn-submit:hover {
  background: #c96a47;
}
.form-success {
  display: none;
  text-align: center;
  padding: 60px 20px;
}
.form-success .ty-head {
  font-family: 'Italiana', serif;
  font-size: 48px;
  color: #172a54;
  margin-bottom: 16px;
}
.form-success .ty-sub {
  font-size: 14px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 1.6;
}
.site-footer {
  background: #f4f0ed;
  padding: 80px 80px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: start;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(23, 42, 84, 0.1);
}
.footer-brand-col .footer-logo {
  margin-bottom: 24px;
}
.footer-brand-col .footer-logo a {
  display: inline-block;
}
.footer-brand-col .footer-logo img {
  height: 62px;
  width: auto;
  display: block;
}
.footer-contact-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}
.footer-contact-lines a,
.footer-contact-lines span {
  font-size: 15px;
  font-weight: 300;
  color: rgba(23, 42, 84, 0.8);
  text-decoration: none;
  line-height: 1.6;
}
.footer-contact-lines a:hover {
  color: #b55333;
}
.footer-social {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}
.footer-social a {
  color: rgba(23, 42, 84, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-social a:hover {
  color: #b55333;
}
.footer-social a svg {
  display: block;
}
.footer-quick-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-quick-links a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(23, 42, 84, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-quick-links a:hover {
  color: #b55333;
}
.footer-form-col .footer-form-title {
  font-family: 'Italiana', serif;
  font-size: clamp(28px, 3vw, 40px);
  color: #172a54;
  line-height: 1.1;
  margin-bottom: 28px;
}
.footer-form-col .footer-form-title em {
  font-family: 'Baskerville', 'Garamond', 'Georgia', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.15em;
  color: #b55333;
  padding: 0 1px;
}
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 0;
}
.footer-copy {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 42, 84, 0.4);
}
.footer-legal-links {
  display: flex;
  gap: 20px;
}
.footer-legal-links a {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 42, 84, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-legal-links a:hover {
  color: #b55333;
}
.footer-credit {
  font-size: 9px;
  color: rgba(23, 42, 84, 0.3);
  font-weight: 300;
}
.footer-credit a {
  color: inherit;
  text-decoration: none;
}
.footer-credit a:hover {
  color: #b55333;
}
.footer-form-col .ironcrest-form .frm_forms,
.footer-form-col .ironcrest-form .frm_forms.with_frm_style {
  max-width: 100% !important;
  width: 100% !important;
}
.footer-form-col .ironcrest-form .frm_form_field,
.footer-form-col .ironcrest-form .form-field {
  margin: 0 0 18px !important;
}
.footer-form-col .ironcrest-form .frm_primary_label,
.footer-form-col .ironcrest-form .with_frm_style .frm_primary_label {
  font-family: 'Inter', sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(23, 42, 84, 0.6) !important;
  padding: 0 0 8px !important;
  margin: 0 !important;
}
.footer-form-col .ironcrest-form .frm_required {
  color: #b55333 !important;
}
.footer-form-col .ironcrest-form .with_frm_style input[type=text],
.footer-form-col .ironcrest-form .with_frm_style input[type=email],
.footer-form-col .ironcrest-form .with_frm_style input[type=number],
.footer-form-col .ironcrest-form .with_frm_style input[type=url],
.footer-form-col .ironcrest-form .with_frm_style input[type=tel],
.footer-form-col .ironcrest-form .with_frm_style input[type=phone],
.footer-form-col .ironcrest-form .with_frm_style input[type=search],
.footer-form-col .ironcrest-form .with_frm_style select,
.footer-form-col .ironcrest-form .with_frm_style textarea,
.footer-form-col .ironcrest-form input[type=text],
.footer-form-col .ironcrest-form input[type=email],
.footer-form-col .ironcrest-form input[type=tel],
.footer-form-col .ironcrest-form select,
.footer-form-col .ironcrest-form textarea {
  width: 100% !important;
  background: #ffffff !important;
  border: 1px solid rgba(23, 42, 84, 0.2) !important;
  border-radius: 0 !important;
  color: #172a54 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding: 14px 16px !important;
  box-shadow: none !important;
  transition: border-color 0.2s !important;
}
.footer-form-col .ironcrest-form .with_frm_style input[type=text]:focus,
.footer-form-col .ironcrest-form .with_frm_style input[type=email]:focus,
.footer-form-col .ironcrest-form .with_frm_style input[type=number]:focus,
.footer-form-col .ironcrest-form .with_frm_style input[type=url]:focus,
.footer-form-col .ironcrest-form .with_frm_style input[type=tel]:focus,
.footer-form-col .ironcrest-form .with_frm_style input[type=phone]:focus,
.footer-form-col .ironcrest-form .with_frm_style input[type=search]:focus,
.footer-form-col .ironcrest-form .with_frm_style select:focus,
.footer-form-col .ironcrest-form .with_frm_style textarea:focus,
.footer-form-col .ironcrest-form input[type=text]:focus,
.footer-form-col .ironcrest-form input[type=email]:focus,
.footer-form-col .ironcrest-form input[type=tel]:focus,
.footer-form-col .ironcrest-form select:focus,
.footer-form-col .ironcrest-form textarea:focus {
  border-color: #b55333 !important;
  outline: none !important;
}
.footer-form-col .ironcrest-form textarea {
  resize: none !important;
  height: 100px !important;
}
.footer-form-col .ironcrest-form ::-webkit-input-placeholder {
  color: rgba(23, 42, 84, 0.35) !important;
}
.footer-form-col .ironcrest-form ::-moz-placeholder {
  color: rgba(23, 42, 84, 0.35) !important;
}
.footer-form-col .ironcrest-form :-ms-input-placeholder {
  color: rgba(23, 42, 84, 0.35) !important;
}
.footer-form-col .ironcrest-form .frm_checkbox label,
.footer-form-col .ironcrest-form .frm_radio label,
.footer-form-col .ironcrest-form .with_frm_style .frm_checkbox label,
.footer-form-col .ironcrest-form .with_frm_style .frm_radio label {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(23, 42, 84, 0.75) !important;
}
.footer-form-col .ironcrest-form .with_frm_style input[type=checkbox],
.footer-form-col .ironcrest-form .with_frm_style input[type=radio],
.footer-form-col .ironcrest-form input[type=checkbox],
.footer-form-col .ironcrest-form input[type=radio] {
  accent-color: #b55333 !important;
  width: 14px !important;
  height: 14px !important;
}
.footer-form-col .ironcrest-form .frm_submit {
  text-align: left !important;
  margin-top: 8px !important;
}
.footer-form-col .ironcrest-form .frm_submit input[type=submit],
.footer-form-col .ironcrest-form .frm_submit button,
.footer-form-col .ironcrest-form .with_frm_style .frm_submit input[type=submit],
.footer-form-col .ironcrest-form .with_frm_style .frm_submit button,
.footer-form-col .ironcrest-form .frm_button_submit {
  width: 100% !important;
  background: #b55333 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  padding: 18px 28px !important;
  cursor: pointer;
  box-shadow: none !important;
  transition: background 0.25s !important;
}
.footer-form-col .ironcrest-form .frm_submit input[type=submit]:hover,
.footer-form-col .ironcrest-form .frm_submit button:hover,
.footer-form-col .ironcrest-form .with_frm_style .frm_submit input[type=submit]:hover,
.footer-form-col .ironcrest-form .with_frm_style .frm_submit button:hover,
.footer-form-col .ironcrest-form .frm_button_submit:hover {
  background: #c96a47 !important;
}
.footer-form-col .ironcrest-form .frm_error,
.footer-form-col .ironcrest-form .frm_error_style {
  font-size: 11px !important;
  color: #b55333 !important;
}
@media (max-width: 860px) {
  .site-footer {
    padding-left: 36px;
    padding-right: 36px;
  }
  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .footer-form-col {
    order: 1;
  }
  .footer-brand-col {
    order: 2;
  }
}
