.elementor-kit-18130{--e-global-color-primary:#112C68;--e-global-color-secondary:#737373;--e-global-color-text:#737373;--e-global-color-accent:#21409A;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Georgia";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Georgia";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Georgia";--e-global-typography-accent-font-weight:500;font-family:"Georgia", Sans-serif;}.elementor-kit-18130 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18130 a{font-family:"Georgia", Sans-serif;}.elementor-kit-18130 h1{font-family:"Georgia", Sans-serif;}.elementor-kit-18130 h2{font-family:"Gelasio", Sans-serif;}.elementor-kit-18130 h3{font-family:"Gelasio", Sans-serif;}.elementor-kit-18130 h4{font-family:"Gelasio", Sans-serif;}.elementor-kit-18130 h5{font-family:"Georgia", Sans-serif;}.elementor-kit-18130 h6{font-family:"Georgia", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Admiral Communities — Hero Section & Button System (Spec Update) ===== */

/* --- Button System (site-wide) --- */

/* Base — .btn (already defined in page CSS, this reinforces hover lift) */
.btn:hover { transform: translateY(-2px) }

/* Primary — gold pill, navy text always */
.btn--primary { color: var(--navy) !important }
.btn--primary:hover {
  color: var(--navy) !important;
  box-shadow: 0 10px 22px -10px rgba(224,188,76,.4);
}

/* Ghost — outline on dark, white text always */
.btn--ghost { color: #fff !important }
.btn--ghost:hover {
  color: #fff !important;
  background: rgba(255,255,255,.12);
  border-color: #fff;
}

/* Text link — inline arrow link */
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--navy);
  transition: gap .3s cubic-bezier(.2,.7,.3,1), color .3s cubic-bezier(.2,.7,.3,1);
}
.text-link:hover {
  gap: 12px;
  color: var(--gold);
}

/* Global override — buttons never inherit the generic a:hover gold color */
a.btn:hover, .btn:hover, .btn a:hover { color: inherit }

/* Forms — primary button full-width inside contact forms */
.contact-form .btn { width: 100%; justify-content: center }

/* --- Hero Section (homepage .hero) --- */
.hero {
  position: relative;
  min-height: calc(100dvh - 96px);
  background-color: var(--navy-dark, #06143A);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero__media   { position: absolute; inset: 0; z-index: 1; overflow: hidden }
.hero__media img,
.hero__media video { width: 100%; height: 100%; object-fit: cover }
.hero__overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(11,31,79,.55) 0%, rgba(6,20,58,.85) 100%);
}
.hero__glow {
  position: absolute;
  top: -10%; right: -10%;
  width: 60vw; height: 60vw;
  max-width: 900px; max-height: 900px;
  background: radial-gradient(circle, rgba(201,162,39,.20) 0%, transparent 60%);
  z-index: 2;
  pointer-events: none;
  animation: floatSlow 18s ease-in-out infinite;
}
.hero__content {
  position: relative;
  z-index: 5;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10vh 36px;
  width: 100%;
  text-align: start;
  color: #fff;
}
.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--gold-light, #F5E08F);
  margin-bottom: 18px;
}
.hero .eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px; height: 2px;
  background: var(--gold-light, #F5E08F);
  margin-right: 12px;
}
.hero h1 {
  font-size: 68px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 4px 30px rgba(0,0,0,.4);
  max-width: 14ch;
  margin-bottom: 22px;
}
.hero h1 .gold-accent {
  background: linear-gradient(180deg, #F5E08F 0%, #E0BC4C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
}
.hero__sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255,255,255,.9);
  max-width: 50ch;
  margin-bottom: 36px;
}
.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Scroll cue */
.scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.85);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .25em;
}
.scroll-cue::after {
  content: "";
  width: 1px; height: 40px;
  background: rgba(255,255,255,.3);
  position: relative;
}

/* Responsive */
@media (max-width: 900px) {
  .hero h1 { font-size: 44px; max-width: 100% }
  .hero__sub { font-size: 17px }
  .hero__content { padding: 8vh 20px }
}

/* ===== End Spec Update ===== *//* End custom CSS */