
nav {
    background: #ffffff;
    border-bottom: 1px solid #e9eef2;
}

.top-nav ul li a {
    color: #0d3b4c;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Desktop nav override */
nav.background-white .top-nav li a,
.top-nav li a {
  color: #062633 !important;
  background: transparent !important;
  font-weight: 700;
}

nav.background-white .top-nav li a:hover,
.top-nav li a:hover {
  color: #00aeb3 !important; 
  background: transparent !important;
}

nav.background-white {
  background: #ffffff !important;
}

.hero-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.hero-buttons .button,
.hero-section .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.85rem 1.4rem;
  font-size: 0.82rem;
  line-height: 1.2;

  border-radius: 999px;

  text-align: center;
  text-decoration: none;

  width: auto;
  margin: 0 !important;
}

/* PRIMARY CTA */
.hero-buttons .background-orange {
  background: #d8a100;
  color: #fff;
}

/* SECONDARY CTA */
.hero-buttons .background-aqua {
  background: transparent;
  border: 2px solid #14c7c7;
  color: #14c7c7;
}


.hero-image-wrap {
    position: relative;
    overflow: hidden;
}

.hero-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(20, 24, 26, 0.62) 0%,
        rgba(20, 24, 26, 0.42) 28%,
        rgba(20, 24, 26, 0.12) 52%,
        rgba(20, 24, 26, 0) 75%
    );

    pointer-events: none;
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
}


.hero-heading {
  font-size: 3.2rem;
  line-height: 1.05;
  font-weight: 700;
  max-width: 620px;
  margin-bottom: 1rem;
}

.hero-subtext {
  font-size: 1rem;
  line-height: 1.45;
  max-width: 520px;
  margin-bottom: 1.5rem;
}

.able-logo img {
    max-width: 145px;
    height: auto;

}

@media screen and (max-width:1100px) {

  nav {
    height: 96px;
    min-height: 96px;
    padding: 0 !important;
    overflow: visible;
    position: relative;
    z-index: 10000 !important;
  }

  nav .line {
    height: 96px;
    min-height: 96px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: .65rem 0 0 !important;
    margin: 0 !important;
  }

  .logo-wrap {
    width: 100% !important;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  .able-logo {
    display: inline-block;
    margin: 0 auto;
    line-height: 0;
  }

  .able-logo img {
    display: block;
    max-width: 138px;
    height: auto;
    margin: 0 auto;
  }

  .nav-text {
    position: fixed;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #1c3849;
    color: #fff;
    text-align: center;
    z-index: 10000 !important;
  }

  body.show-menu .hero-section,
  body.show-menu .hero-image-wrap,
  body.show-menu .hero-content,
  body.show-menu .hero-buttons,
  body.show-menu main {
    display: none !important;
  }

  .top-nav li {
  margin-bottom: 0.75rem;
}

.top-nav li:last-child {
  margin-bottom: 0;
}

.top-nav li a {
  padding: 0.9rem 1rem;
}

.top-nav {
  background: rgba(18, 42, 58, 0.96);
  backdrop-filter: blur(10px);
}

.top-nav li a {
  background: #224c66;
  color: #ffffff !important;

  border-radius: 999px;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.top-nav li a:hover,
.top-nav li a:focus {
  background: #2f9ae0;
  transform: translateY(-1px);
}

.nav-text {
  background: #16384d;
}
}


@media screen and (max-width: 768px) {
      body.show-menu .hero-section,
body.show-menu .hero-image-wrap,
body.show-menu .hero-content,
body.show-menu .hero-buttons,
body.show-menu main {
  display: none !important;
}

  .hero-section {
    background: #00313b;
  }

  .hero-image-wrap {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .hero-image-wrap img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: 60% center !important;
    transform: none !important;
  }

  .hero-content,
  .hero-content .content-center-vertical {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    padding: 1rem;
    background: #ffffff;
    width: 100%;
  }

  .hero-heading {
    font-size: 1.45rem !important;
    line-height: 1.08;
    max-width: 100%;
    margin-bottom: 0.6rem !important;
    color: #fff;
  }

  .hero-subtext {
    font-size: 0.82rem;
    line-height: 1.4;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    width: 100%;
  }

  .hero-buttons .button,
  .hero-section .button {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0.75rem 1rem;
    font-size: 0.78rem;
    line-height: 1.2;
    text-align: center;
    border-radius: 999px;
  }
  
  nav .line {
    position: relative;
    min-height: 64px;
  }

  .logo-wrap {
    width: 100% !important;
    text-align: center;
  }

  .able-logo {
    display: inline-block;
    margin: 0 auto;
  }

  .able-logo img {
    max-width: 132px;
    height: auto;
  }

  .top-nav .nav-text {
    position: absolute;
    left: 1rem;
    top: -52px;
    width: 42px;
    height: 42px;
    z-index: 10001;
  }


}

@media (max-width: 768px) {

    .hero-heading.text-white,
    .hero-subtext.text-white {
        color: var(--able-navy) !important;
    }

}
   
.size-960,
.size-1140,
.size-1280,
.size-1520,
.line {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
}

/* ===== INTRO SECTION ===== */

.intro-heading {
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
    max-width: 16ch;
}

.intro-subtext {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    max-width: 56ch;
    margin-bottom: 0;
}

.intro-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    padding: 1rem 1.4rem !important;

    border-radius: 999px !important;

    font-size: 0.82rem;
    font-weight: 700;

    letter-spacing: 0.03em;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;

    box-shadow:
        0 10px 24px rgba(232,177,0,0.25);
}

.intro-button:hover {
    transform: translateY(-2px);
}

.background-dark {
    background:
        linear-gradient(
            135deg,
            #022b3a 0%,
            #023047 100%
        );
}

/* ===== MOBILE ===== */

@media screen and (max-width:768px) {

    .intro-heading {
        max-width: 100%;
        text-align: center;
    }

    .intro-subtext {
        text-align: center;
    }

    .intro-button {
        width: 100% !important;
        margin-top: 1rem;
    }
  }


/* Main dark intro section */
.background-dark {
  background: linear-gradient(135deg, var(--able-deep), var(--able-navy)) !important;
}

/* Main CTA button */
.background-orange,
.intro-button {
  background: var(--able-sand) !important;
  color: var(--able-deep) !important;
}

/* Secondary / aqua buttons */
.background-aqua {
  background: var(--able-aqua) !important;
  color: #fff !important;
}

/* Nav burger / mobile menu */
.nav-text {
  background: var(--able-gold) !important;
  color: #fff !important;
}


/* Feature icons */
i.background-aqua,
.background-primary {
  background: var(--able-aqua) !important;
}
.intro-button {
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(242, 195, 107, 0.25);
}

:root {
  --able-navy: #0d2f4f;
  --able-blue: #4aa3df;
  --able-blue-hover: #3b93cf;
  --able-gold: #b0a76b;
  --able-gold-hover: #9d945d;
  --able-bg: #f7f5f2;
}

body {
  background: var(--able-soft);
  color: var(--able-text);
}

body .background-orange,
body .button.background-orange,
body a.button.background-orange {
  background-color: var(--able-gold) !important;
  color: #ffffff !important;
}

body .background-orange:hover,
body .button.background-orange:hover,
body a.button.background-orange:hover {
  background-color: var(--able-gold-hover) !important;
  color: #ffffff !important;
}

body .background-aqua {
  background-color: var(--able-blue) !important;
  color: #ffffff !important;
}

body .background-dark {
  background-color: var(--able-navy) !important;
}

body .text-dark {
  color: var(--able-navy) !important;
}
/* Desktop nav hover */
.top-nav ul li a:hover,
.top-nav ul li.current-page a {
  color: var(--able-blue) !important;
  background: transparent !important;
}

/* Desktop nav hover */
.top-nav ul li a:hover,
.top-nav ul li.current-page a {
  color: var(--able-navy) !important;
  background: transparent !important;
}

/* Tablet / narrow desktop: 769px to 1100px */
@media screen and (min-width: 769px) and (max-width: 1100px) {

  main .hero-heading,
  main .intro-heading {
    font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
    line-height: 0.95 !important;
    max-width: 16ch !important;
  }

  main .hero-subtext,
  main .intro-subtext {
    max-width: 520px !important;
    line-height: 1.55 !important;
  }

  main section.section-small-padding.background-dark {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

/* Feature blocks - tablet / narrow desktop */
@media screen and (min-width: 769px) and (max-width: 1148px) {

  main section.background-white .line {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  main section.background-white .s-12.m-12.l-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    clear: none !important;
  }

  main section.background-white .margin {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

/* =========================
   UNIVERSAL BUTTON STYLE
========================= */

body .button,
body a.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  padding: 0.95rem 1.8rem !important;
  min-height: 54px;

  border-radius: 999px !important;

  font-weight: 700 !important;
  font-size: 0.82rem;
  letter-spacing: 0.02em;

  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;

  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/* =========================
   GOLD BUTTONS
========================= */

body .background-orange,
body .button.background-orange,
body a.button.background-orange {
  background-color: var(--able-gold) !important;
  color: #ffffff !important;
}

body .button.background-orange:hover,
body a.button.background-orange:hover {
  background-color: #9f965f !important;
  transform: translateY(-2px);
}

/* Blue buttons */
body .background-aqua,
body .button.background-aqua,
body a.button.background-aqua {
    background-color: var(--able-blue) !important;
    color: #ffffff !important;
}

/* Blue button hover */
body .background-aqua:hover,
body .button.background-aqua:hover,
body a.button.background-aqua:hover,
.section-small-padding.background-dark .background-aqua:hover {
    background-color: #25788c !important;
    color: #ffffff !important;
}

/* Consistent page content alignment */
main .carousel-content.content-center-vertical.line,
main .carousel-content.hero-content,
main section.section-small-padding.background-dark > .line,
main section.adaptation-intro > .hero-full-width {
  max-width: 1600px !important;
  width: calc(100% - 8rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

main .intro-heading {
  margin-bottom: 1rem !important;
}

/* Header navigation links */
header nav a,
.top-nav a {
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  transition: color 0.2s ease !important;
}

nav.background-white .top-nav li a,
.top-nav li a {
  color: #0d4f78 !important;

  transition:
    color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease !important;

  display: inline-block !important;
}

/* Hover */
nav.background-white .top-nav li a:hover,
.top-nav li a:hover {
  color: #25788c !important;
  background: transparent !important;
  transform: translateY(-2px);
  opacity: 0.92;
  text-shadow: 0 2px 8px rgba(37,120,140,0.15);
}

/* Burger / collapsed menu links */
@media screen and (max-width: 1100px) {

  .top-nav,
  .top-nav ul,
  .top-nav li {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  nav.background-white .top-nav li a,
  .top-nav li a {
    width: 100% !important;
    box-sizing: border-box !important;

    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;

    padding: 1rem 1.25rem !important;
    display: block !important;

    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);

    transition:
      background 0.25s ease,
      transform 0.25s ease,
      color 0.25s ease !important;
  }

  nav.background-white .top-nav li a:hover,
  .top-nav li a:hover,
  .top-nav ul li.current-page a {
    color: #ffffff !important;
    background: rgba(200, 184, 106, 0.18) !important;
    transform: translateX(4px) !important;
    opacity: 1 !important;
  }
  
}


/* Mobile / tablet */
@media screen and (max-width: 768px) {

  /* HERO SECTION */
  .hero-section .carousel-content.hero-content {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-section .content-center-vertical {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 3rem 1.5rem !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .hero-section .content-center-vertical .s-12 {
    width: 100% !important;
    max-width: clamp(320px, 78vw, 520px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .hero-section .hero-heading {
    text-align: center !important;
    max-width: 18ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-section .hero-subtext {
    text-align: center !important;
    max-width: 46ch !important;
    margin: 1.4rem auto 0 !important;
  }

  .hero-section .hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-top: 2.2rem !important;
  }

  .hero-section .hero-buttons .button {
    width: 100% !important;
    max-width: 320px !important;
    min-height: 54px !important;
    padding: 1rem 1.8rem !important;
    text-align: center !important;
    line-height: 1.15 !important;
  }
}


.adaptation-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.adaptation-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 1.5rem;
  max-width: 280px;
}

.adaptation-point {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.2;
  opacity: 0.9;
  text-align: left;
}

.adaptation-point i {
  color: var(--able-gold);
  font-size: 0.95rem;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  main section.adaptation-intro .margin {
    display: grid !important;
    grid-template-columns: 1fr 0.95fr !important;
    align-items: center !important;
    gap: 2rem !important;
  }

  .hero-cta-wrap {
    align-items: center !important;
  }

  .adaptation-points {
    max-width: 240px !important;
    gap: 0.65rem !important;
  }

  .adaptation-point {
    font-size: 0.85rem !important;
    line-height: 1.15 !important;
  }
}

@media screen and (max-width: 768px) {
  .adaptation-points {
    display: none !important;
  }
}

.adaptation-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.25s ease;
}

.adaptation-card:hover {
    transform: translateY(-6px);
}

.adaptation-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.adaptation-card img.portrait-focus-top {
    object-position: center 12%;
}

.adaptation-card h4 {
    padding: 1.2rem 1.2rem 0.4rem;
    margin: 0;
}

.adaptation-card p {
    padding: 0 1.2rem 1.4rem;
    margin: 0;
    opacity: 0.78;
}

.adaptation-gallery-preview .margin {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.adaptation-gallery-preview .margin > div {
    flex: 1 1 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
}

@media screen and (max-width: 768px) {

  .adaptation-gallery-preview {
    padding-top: 2rem !important;
    text-align: center;
  }

  .adaptation-gallery-preview h3,
  .adaptation-gallery-preview h4,
  .adaptation-gallery-preview h2 {
    font-family: var(--font-heading);
    color: #163b4c;
    letter-spacing: -0.02em;
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 3rem)
  }

  .adaptation-gallery-preview h3 {
    font-size: 2rem;
    line-height: 1.05;
    margin-bottom: 1rem;
  }

  .adaptation-gallery-preview h4 {
    font-size: 1.15rem;
    line-height: 1.2;
    margin-top: 1rem;
  }

  .adaptation-gallery-preview p {
    text-align: center;
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(22, 59, 76, 0.78);
  }

      .adaptation-gallery-preview .margin {
        gap: 1rem;
    }

    .adaptation-gallery-preview .margin > div {
        flex: 1 1 100%;
        max-width: 100%;
    }
  .adaptation-card {
    text-align: center;
  }

  .adaptation-card p {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  } 

  .hero-full-width {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
}
}

.hero-full-width {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
}

.hero-content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.mobile-trust-strip {
  display: none !important;
}

@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .mobile-trust-strip {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 0.45rem;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 0.5rem 0.75rem;
    background: var(--able-navy);
    color: #fff;
    font-size: 0.69rem;
    line-height: 1.2;
    font-weight: 700;
  }

  .mobile-trust-strip span,
  .mobile-trust-strip a {
    white-space: nowrap;
  }

  .mobile-trust-strip span {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 96px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-trust-strip a {
    flex: 0 0 auto;
    margin-left: auto;
    color: #d8c06a;
    text-decoration: none;
  }
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2.5rem;
}

.adaptation-gallery-preview {
  padding: 4rem 0;
}

.adaptation-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.hero-full-width {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}

.hero-content-wrap {
  width: 100%;
}


 @media screen and (max-width: 768px) {

  main section.adaptation-intro > .hero-full-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  main section.adaptation-intro .adaptation-action {
    display: none !important;
  }
} 

main section.adaptation-intro {
  padding: 0 !important;
}

.adaptation-intro-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

 .adaptation-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
} 

.intro-copy {
  max-width: 620px;
}

main section.adaptation-intro > .text-align-frame {
  max-width: 1600px !important;
  width: calc(100% - 8rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

main section.adaptation-intro .adaptation-intro-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(2rem, 6vw, 6rem) !important;
}
.text-align-frame {
  max-width: 1600px;
  width: calc(100% - 8rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.hero-heading,
.intro-heading {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .text-align-frame,
  main section.adaptation-intro > .text-align-frame {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  main section.adaptation-intro .adaptation-intro-layout {
    width: 100% !important;
    max-width: 100% !important;
  }
    main section.adaptation-intro .adaptation-intro-layout {
    display: block !important;
    gap: 0 !important;
  }

  main section.adaptation-intro .intro-copy {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}
.top-nav .current-page > a {
  color: var(--able-gold);
  font-weight: 700;
  position: relative;
}

.top-nav .current-page > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: var(--able-gold);
  border-radius: 2px;
}

.hero-image-wrap img {
    image-rendering: auto;
}



.adaptation-gallery-preview .margin {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.adaptation-gallery-preview .margin > div {
  width: auto !important;
  max-width: none !important;
  display: flex;
}

.adaptation-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .adaptation-gallery-preview .margin {
    grid-template-columns: 1fr;
  }
}

.adaptation-transition {
  background: #0d2f4f;
  padding: 3rem 0;
  text-align: center;
}

.adaptation-transition h2 {
  color: #fff;
  margin-bottom: 0.75rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.adaptation-transition p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.adaptation-cta-band {
padding: 4rem 0;
text-align: center;
}

.adaptation-cta-content {
max-width: 800px;
margin: 0 auto;
}

.adaptation-cta-heading {
color: #fff;
margin-bottom: 1rem;
}

.adaptation-cta-text {
color: rgba(255,255,255,0.9);
font-size: 1.125rem;
line-height: 1.7;
margin: 0;
}
/* Independent Life contact section */

.adaptation-contact-section {
  background: #f7f4ee;
  padding: 4rem 0;
}

.adaptation-contact-intro {
  max-width: 760px;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.adaptation-contact-intro h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.adaptation-contact-intro p {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
  max-width: 550px;
  margin: 0 auto;
}

.adaptation-contact-form {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  padding: 2rem;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.adaptation-contact-form .margin {
  margin: 0;
}

.adaptation-contact-form .l-6,
.adaptation-contact-form .m-12,
.adaptation-contact-form .s-12 {
  padding-left: 0;
  padding-right: 0;
}

.adaptation-contact-form input,
.adaptation-contact-form textarea {
  width: 100% !important;
  min-height: 56px !important;
  margin-bottom: 1rem !important;
  padding: 0 1rem !important;
  box-sizing: border-box !important;
  border: 1px solid #e1ddd5 !important;
  border-radius: 14px !important;
  background: #fbfaf7 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.adaptation-contact-form textarea {
  min-height: 140px !important;
  padding: 1rem !important;
}

.adaptation-contact-form input::placeholder,
.adaptation-contact-form textarea::placeholder {
  color: #666;
  font-weight: 500;
}

.adaptation-contact-form input:focus,
.adaptation-contact-form textarea:focus {
  background: #fff !important;
  border-color: var(--able-gold) !important;
  outline: none !important;
}

.adaptation-contact-form input.required,
.adaptation-contact-form textarea.required {
  border-left: 3px solid var(--able-gold) !important;
}

.adaptation-contact-form .captcha-button {
  display: block !important;
  width: 100% !important;
  padding: 1rem !important;
  border-radius: 14px !important;
  background: #f7f4ee !important;
  border: 1px solid #e1ddd5 !important;
  color: #333 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  text-align: center !important;
  transition: 0.3s;
}

.adaptation-contact-form .captcha-button:hover {
  background: #fff !important;
  border-color: var(--able-gold) !important;
}

.adaptation-contact-form .not-a-robot-icon {
  margin-right: 0.5rem;
}

/* Footer */

.independent-life-footer {
  padding: 3rem 0;
  color: #fff;
}

.independent-life-footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.independent-life-footer h4 {
  color: #fff;
  margin-bottom: 1rem;
}

.independent-life-footer p,
.independent-life-footer a {
  color: rgba(255,255,255,0.85);
}

@media screen and (max-width: 768px) {
  .independent-life-footer-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.contact-success-message {
    background: #edf7ed;
    border: 1px solid #b7dfb7;
    color: #2d5a2d;
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-success-message h3 {
    margin-bottom: 0.5rem;
}

.contact-success-message {
    display: none;
}

.footer-trust-line,
.footer-area-line {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    opacity: 0.85;
}

.independent-life-footer a {
    color: inherit;
    text-decoration: none;
}

.independent-life-footer a:hover {
    text-decoration: underline;
}

.footer-operator {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-able-logo {
  width: 105px;
  height: auto;
  flex: 0 0 auto;
}

.footer-operator p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .footer-operator {
    justify-content: center;
    margin-bottom: 1rem;
    text-align: left;
  }

  .independent-life-footer section .right {
    float: none;
    text-align: center;
  }
}

/* =========================
   INTRO TRUST SECTION
========================= */

main section.adaptation-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 42%, rgba(30, 104, 151, 0.2), transparent 38%),
    linear-gradient(135deg, #082f52 0%, #062846 55%, #041f38 100%) !important;
}

main section.adaptation-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.025), transparent 45%);
}

main section.adaptation-intro .adaptation-intro-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 5rem, 1500px) !important;
  max-width: 1500px !important;
  padding: clamp(4rem, 7vw, 7rem) 0 0 !important;
}

main section.adaptation-intro .adaptation-intro-layout {
  display: grid !important;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr) !important;
  align-items: start !important;
  gap: clamp(4rem, 8vw, 9rem) !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

main section.adaptation-intro .intro-copy {
  max-width: 610px;
  padding-top: .75rem;
}

main section.adaptation-intro .intro-heading {
  max-width: 13ch;
  margin: 0 0 2rem;
  color: #fff;
  font-size: clamp(2.65rem, 4vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -.025em;
}

main section.adaptation-intro .intro-subtext {
  max-width: 52ch;
  color: rgba(185, 211, 229, .78);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.intro-benefits,
.intro-trust-strip {
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-benefit {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: center;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(185, 211, 229, .22);
}

.intro-benefit > div {
  min-width: 0;
}

.intro-benefit:first-child {
  padding-top: 0;
}

.intro-benefit:last-child {
  border-bottom: 0;
}

.intro-benefit svg,
.intro-trust-strip svg {
  fill: none;
  stroke: var(--able-gold);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro-benefit svg {
  width: 54px;
  height: 54px;
}

.intro-benefit strong,
.intro-benefit span {
  display: block;
}

.intro-benefit strong {
  margin-bottom: .3rem;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.intro-benefit span {
  max-width: 42ch;
  color: rgba(185, 211, 229, .72);
  font-size: .96rem;
  line-height: 1.55;
}

.intro-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid rgba(185, 211, 229, .2);
}

.intro-trust-strip li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  min-height: 82px;
  padding: 1rem 1.5rem;
  border-right: 1px solid rgba(185, 211, 229, .25);
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.intro-trust-strip li:last-child {
  border-right: 0;
}

.intro-trust-strip svg {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  stroke-width: 1.8;
}

@media screen and (max-width: 960px) {
  main section.adaptation-intro .adaptation-intro-inner {
    width: min(100% - 3rem, 860px) !important;
    padding-top: 4rem !important;
  }

  main section.adaptation-intro .adaptation-intro-layout {
    grid-template-columns: 1fr !important;
    gap: 3.25rem !important;
  }

  main section.adaptation-intro .intro-copy {
    max-width: 680px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }

  main section.adaptation-intro .intro-heading,
  main section.adaptation-intro .intro-subtext {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .intro-benefits {
    max-width: 680px;
    margin: 0 auto;
  }

  .intro-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-trust-strip li:nth-child(2) {
    border-right: 0;
  }

  .intro-trust-strip li:nth-child(-n+2) {
    border-bottom: 1px solid rgba(185, 211, 229, .25);
  }
}

@media screen and (max-width: 600px) {
  main section.adaptation-intro .adaptation-intro-inner {
    width: 100% !important;
    padding: 3.25rem 1.25rem 0 !important;
  }

  main section.adaptation-intro .intro-heading {
    width: 100%;
    max-width: 320px;
    margin-bottom: 1.35rem;
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  main section.adaptation-intro .intro-subtext {
    max-width: 330px;
    font-size: .94rem;
    line-height: 1.6;
  }

  .intro-benefits {
    width: 100%;
    max-width: 100%;
  }

  .intro-benefit {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem 0;
  }

  .intro-benefit svg {
    width: 39px;
    height: 39px;
  }

  .intro-benefit strong {
    font-size: .95rem;
  }

  .intro-benefit span {
    font-size: .84rem;
  }

  .intro-trust-strip {
    grid-template-columns: 1fr;
    margin-top: 2.75rem;
  }

  .intro-trust-strip li,
  .intro-trust-strip li:nth-child(2) {
    justify-content: flex-start;
    min-height: 60px;
    padding: .8rem .25rem;
    border-right: 0;
    border-bottom: 1px solid rgba(185, 211, 229, .22);
  }

  .intro-trust-strip li:last-child {
    border-bottom: 0;
  }
}

/* =========================
   NAVY SURFACES + HERO
========================= */

:root {
  --able-navy-gradient:
    radial-gradient(circle at 18% 42%, rgba(30, 104, 151, .2), transparent 38%),
    linear-gradient(135deg, #082f52 0%, #062846 55%, #041f38 100%);
}

body .background-dark,
.adaptation-transition,
.mobile-trust-strip {
  background: var(--able-navy-gradient) !important;
}

.independent-life-footer {
  background: var(--able-navy-gradient) !important;
}

.independent-life-footer > .background-dark {
  background: transparent !important;
}

/* A more editorial, confident opening for the homepage. */
.hero-section {
  position: relative;
  background: #eef2f4;
}

.hero-image-wrap {
  min-height: clamp(520px, 42vw, 680px);
  background: #eef2f4;
}

.hero-image-wrap img {
  width: 100%;
  height: clamp(520px, 42vw, 680px);
  object-fit: cover;
  object-position: 44% 48%;
  filter: saturate(.98) contrast(1.01);
}

.hero-image-wrap::before {
  z-index: 1;
  background: linear-gradient(90deg,
    rgba(238, 242, 244, .18) 0%,
    rgba(238, 242, 244, .04) 42%,
    transparent 68%);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: none;
  pointer-events: none;
}

.hero-content {
  z-index: 3;
}

.hero-content .content-center-vertical {
  width: min(calc(100% - 5rem), 1500px);
  margin: 0 auto;
  padding: 0;
}

.hero-content .content-center-vertical > div {
  width: min(598px, 48%);
  padding: clamp(1.95rem, 2.95vw, 3.15rem);
  overflow: hidden;
  background: rgba(255, 255, 255, .97);
  border-radius: 3px 3px 28px 3px;
  box-shadow: 0 24px 60px rgba(23, 34, 42, .2);
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 .95rem;
  color: #49677b;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  background: var(--able-gold);
}

main .hero-heading {
  max-width: 12ch;
  margin: 0 0 1.05rem;
  color: var(--able-navy) !important;
  font-size: clamp(2.65rem, 4vw, 4.3rem);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
  text-shadow: none;
}

main .hero-subtext {
  max-width: 53ch;
  margin: 0 0 1.6rem;
  color: #49677b !important;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.hero-section .hero-buttons {
  flex-wrap: nowrap;
  gap: .7rem;
  margin: 0 clamp(-3.15rem, -2.95vw, -1.95rem) clamp(-3.15rem, -2.95vw, -1.95rem);
  padding: 1.15rem clamp(1.7rem, 2.2vw, 2rem);
  background: #dfe8ed;
}

.hero-section .hero-buttons .button {
  min-height: 44px;
  padding: .72rem .85rem;
  border: 2px solid transparent;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 9px 22px rgba(13, 47, 79, .14);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hero-section .hero-buttons .button:hover,
.hero-section .hero-buttons .button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(1, 17, 31, .3);
}

body .hero-section .hero-buttons .background-aqua {
  border-color: var(--able-navy) !important;
  background: transparent !important;
  color: var(--able-navy) !important;
  backdrop-filter: none;
}

body .hero-section .hero-buttons .background-aqua:hover,
body .hero-section .hero-buttons .background-aqua:focus-visible {
  border-color: var(--able-navy) !important;
  background: rgba(255, 255, 255, .7) !important;
  color: var(--able-navy) !important;
}

@media screen and (min-width: 961px) {
  .hero-content .content-center-vertical > div {
    transform: translateX(15%);
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .hero-content .content-center-vertical {
    width: min(calc(100% - 3rem), 900px);
  }

  .hero-content .content-center-vertical > div {
    width: min(480px, 52%);
  }

  main .hero-heading {
    font-size: clamp(2.75rem, 5.5vw, 4rem) !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .hero-image-wrap img {
    object-position: 78% 48%;
  }
}

@media screen and (min-width: 1101px) {
  header nav {
    padding: 1.25rem 0;
  }

  header nav.fixed,
  header.fixed nav {
    padding: .85rem 0;
  }

  header .able-logo img {
    max-width: 145px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section {
    background: #f5f8fa;
  }

  .hero-image-wrap {
    min-height: 0;
    background: #f5f8fa;
  }

  .hero-image-wrap img {
    height: clamp(220px, 58vw, 285px);
    object-position: 62% center !important;
  }

  .hero-image-wrap::before {
    height: clamp(220px, 58vw, 285px);
    bottom: auto;
    background: linear-gradient(0deg, rgba(18, 18, 17, .1), transparent 58%);
  }

  .hero-image-wrap::after {
    bottom: auto;
    top: clamp(217px, calc(58vw - 3px), 282px);
    height: 0;
  }

  .hero-content,
  .hero-content .content-center-vertical {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f5f8fa !important;
  }

  .hero-content .content-center-vertical > div {
    width: 100% !important;
    max-width: 440px !important;
    padding: 1.65rem 1.25rem 2rem !important;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-eyebrow {
    justify-content: center;
    margin-bottom: .8rem;
    color: #847c43;
    font-size: .66rem;
    letter-spacing: .13em;
  }

  .hero-eyebrow::before {
    width: 28px;
    flex-basis: 28px;
  }

  main .hero-heading,
  main .hero-heading.text-white {
    max-width: 13ch !important;
    margin-bottom: .85rem !important;
    color: var(--able-navy) !important;
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
    line-height: 1.02 !important;
    text-shadow: none;
  }

  main .hero-subtext,
  main .hero-subtext.text-white {
    max-width: 42ch;
    margin: 0 auto 1.25rem !important;
    color: #49677b !important;
    font-size: .92rem;
    line-height: 1.55;
  }

  .hero-section .hero-buttons {
    gap: .7rem !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
  }

  .hero-section .hero-buttons .button {
    min-height: 48px !important;
    padding: .85rem 1.1rem !important;
    font-size: .78rem;
  }

  body .hero-section .hero-buttons .background-aqua {
    border-color: var(--able-navy) !important;
    background: transparent !important;
    color: var(--able-navy) !important;
    box-shadow: 0 9px 22px rgba(13, 47, 79, .1);
    backdrop-filter: none;
  }
}

/* =========================
   SERVICE PAGE HERO VARIANTS
========================= */

.service-page .hero-image-wrap img {
  object-position: 50% 50%;
}

.page-walk-in-showers .hero-image-wrap img {
  object-position: 50% 22%;
}

.page-independent-bathing .hero-image-wrap img {
  object-position: 50% 18%;
}

@media screen and (min-width: 961px) {
  .page-independent-bathing .hero-content .content-center-vertical > div {
    float: none !important;
    margin-left: auto;
    margin-right: 0;
    transform: translateX(-15%);
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .page-independent-bathing .hero-content .content-center-vertical > div {
    float: none !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .page-walk-in-showers .hero-image-wrap img {
    object-position: 50% 18% !important;
  }

  .page-independent-bathing .hero-image-wrap img {
    object-position: 50% 12% !important;
  }
}

/* =========================
   FAQ PAGE
========================= */

.page-faqs .hero-image-wrap img {
  object-position: 50% 22%;
}

.faq-overview {
  color: #fff;
}

.faq-overview-inner {
  padding-top: clamp(3.75rem, 7vw, 6.5rem);
  padding-bottom: clamp(3.75rem, 7vw, 6.5rem);
  text-align: center;
}

.faq-kicker {
  margin: 0 0 .8rem;
  color: #948b4f;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.faq-overview .faq-kicker {
  color: #d7cc82;
}

.faq-overview h2 {
  max-width: 15ch;
  margin: 0 auto 1.25rem;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.faq-overview-inner > p:not(.faq-kicker) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(206, 226, 239, .8);
  font-size: 1.05rem;
  line-height: 1.7;
}

.faq-jump-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-top: 2rem;
}

.faq-jump-links a {
  padding: .7rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  color: #fff !important;
  font-size: .78rem;
  font-weight: 700;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.faq-jump-links a:hover,
.faq-jump-links a:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
}

.faq-section {
  scroll-margin-top: 90px;
}

.faq-section-tint {
  background: #f2f6f8;
}

.faq-category-grid {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.faq-category-copy {
  position: sticky;
  top: 120px;
}

.faq-category-copy h2 {
  max-width: 11ch;
  margin: 0 0 1rem;
  color: var(--able-navy);
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.faq-category-copy > p:last-child {
  max-width: 38ch;
  color: #587286;
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid #cbd7df;
}

.faq-list details {
  border-bottom: 1px solid #cbd7df;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.45rem .15rem;
  color: var(--able-navy);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid var(--able-gold);
  border-radius: 50%;
  color: var(--able-navy);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease;
}

.faq-list details[open] summary::after {
  background: rgba(176, 167, 107, .18);
  transform: rotate(45deg);
}

.faq-list summary:hover,
.faq-list summary:focus-visible {
  color: #1c678f;
}

.faq-answer {
  padding: 0 3.75rem 1.5rem .15rem;
}

.faq-answer p {
  margin: 0;
  color: #4d687a;
  line-height: 1.75;
}

.faq-answer a {
  color: #145e89 !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.75rem;
}

.faq-cta-actions .button {
  min-height: 48px;
  margin: 0;
  padding: .9rem 1.5rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
}

.faq-outline-button {
  border: 2px solid rgba(255, 255, 255, .75);
  background: transparent;
  color: #fff !important;
}

.faq-outline-button:hover,
.faq-outline-button:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .12);
  color: #fff !important;
}

@media screen and (max-width: 860px) {
  .faq-category-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .faq-category-copy {
    position: static;
    max-width: 650px;
  }

  .faq-category-copy h2 {
    max-width: none;
  }
}

@media screen and (max-width: 600px) {
  .page-faqs .hero-image-wrap img {
    object-position: 50% 22% !important;
  }

  .faq-overview-inner {
    padding: 3.5rem 1.25rem;
  }

  .faq-overview-inner > p:not(.faq-kicker) {
    font-size: .92rem;
  }

  .faq-jump-links {
    gap: .5rem;
  }

  .faq-jump-links a {
    padding: .6rem .85rem;
    font-size: .7rem;
  }

  .faq-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-category-grid {
    gap: 2rem;
  }

  .faq-list summary {
    gap: 1rem;
    padding: 1.2rem 0;
    font-size: .95rem;
  }

  .faq-list summary::after {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .faq-answer {
    padding: 0 0 1.25rem;
  }

  .faq-answer p {
    font-size: .9rem;
  }

  .faq-cta-actions {
    flex-direction: column;
  }

  .faq-cta-actions .button {
    width: 100%;
  }
}

/* =========================
   CONTACT PAGE
========================= */

.page-contact .hero-image-wrap img {
  object-position: 50% 10%;
}

.contact-kicker {
  margin: 0 0 .8rem;
  color: #948b4f;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact-welcome-inner {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
  text-align: center;
}

.contact-welcome .contact-kicker {
  color: #d7cc82;
}

.contact-welcome h2 {
  max-width: 16ch;
  margin: 0 auto 1.25rem;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.contact-welcome-inner > p:not(.contact-kicker) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(206, 226, 239, .8);
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin: 3rem auto 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(206, 226, 239, .2);
}

.contact-steps li {
  position: relative;
  padding: 2rem clamp(1rem, 2.5vw, 2.5rem) 0;
  border-right: 1px solid rgba(206, 226, 239, .2);
}

.contact-steps li:last-child {
  border-right: 0;
}

.contact-steps li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 1rem;
  border: 1px solid var(--able-gold);
  border-radius: 50%;
  color: #ddd28a;
  font-size: .8rem;
  font-weight: 800;
}

.contact-steps strong,
.contact-steps p {
  display: block;
}

.contact-steps strong {
  margin-bottom: .5rem;
  color: #fff;
  font-size: 1.05rem;
}

.contact-steps p {
  margin: 0;
  color: rgba(206, 226, 239, .72);
  font-size: .88rem;
  line-height: 1.6;
}

.contact-section-heading {
  max-width: 740px;
  margin: 0 auto 3rem;
  text-align: center;
}

.contact-section-heading h2,
.contact-prepare-grid h2 {
  margin: 0 0 1rem;
  color: var(--able-navy);
  font-size: clamp(2.2rem, 3.8vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.contact-section-heading > p:last-child,
.contact-prepare-grid > div > p:last-child {
  color: #587286;
  line-height: 1.7;
}

.contact-option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.contact-option-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  min-height: 190px;
  padding: 1.75rem;
  border: 1px solid #d7e0e6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(13, 47, 79, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.contact-option-card:hover,
.contact-option-card:focus-visible {
  border-color: var(--able-gold);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(13, 47, 79, .13);
}

.contact-option-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(176, 167, 107, .14);
}

.contact-option-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: var(--able-navy);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-option-card strong,
.contact-option-card span,
.contact-option-card small {
  display: block;
}

.contact-option-card strong {
  margin-bottom: .35rem;
  color: var(--able-navy);
  font-size: 1.1rem;
}

.contact-option-card div > span {
  margin-bottom: .65rem;
  color: #1b678e;
  font-size: .9rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-option-card small {
  color: #60798a;
  font-size: .83rem;
  line-height: 1.55;
}

.contact-prepare-section {
  background: #f2f6f8;
}

.contact-prepare-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.contact-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cbd7df;
}

.contact-detail-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #cbd7df;
  color: var(--able-navy);
  font-weight: 650;
}

.contact-detail-list span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(176, 167, 107, .18);
  color: #746c32;
  font-size: .8rem;
}

.contact-scroll-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 1.5rem;
  padding: .9rem 1.5rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
}

@media screen and (max-width: 900px) {
  .contact-option-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .contact-option-card {
    min-height: 0;
  }

  .contact-prepare-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-contact .hero-image-wrap img {
    object-position: 50% 7% !important;
  }
}

@media screen and (max-width: 600px) {
  .contact-welcome-inner {
    padding: 3.5rem 1.25rem;
  }

  .contact-welcome-inner > p:not(.contact-kicker) {
    font-size: .92rem;
  }

  .contact-steps {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .contact-steps li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 1rem;
    padding: 1.2rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(206, 226, 239, .2);
    text-align: left;
  }

  .contact-steps li > span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .contact-steps li:last-child {
    border-bottom: 0;
  }

  .contact-option-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 1.35rem;
  }

  .contact-option-icon {
    width: 44px;
    height: 44px;
  }

  .contact-option-icon svg {
    width: 23px;
    height: 23px;
  }
}

/* =========================
   GALLERY PAGE
========================= */

.page-gallery .hero-image-wrap img {
  object-position: 50% 42%;
}

.gallery-kicker {
  margin: 0 0 .8rem;
  color: #948b4f;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.gallery-intro-inner {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
  text-align: center;
}

.gallery-intro .gallery-kicker {
  color: #d7cc82;
}

.gallery-intro h2 {
  max-width: 18ch;
  margin: 0 auto 1.25rem;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.gallery-intro p:not(.gallery-kicker) {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(206, 226, 239, .8);
  font-size: 1.05rem;
  line-height: 1.7;
}

.gallery-tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 2.5rem;
}

.gallery-tag-row span {
  padding: .65rem 1rem;
  border: 1px solid rgba(215, 204, 130, .5);
  border-radius: 999px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.gallery-heading {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
}

.gallery-heading h2,
.gallery-planning-grid h2 {
  margin: 0 0 1rem;
  color: var(--able-navy);
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.gallery-heading > p:last-child,
.gallery-planning-grid > div > p:last-child {
  color: #587286;
  line-height: 1.7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.gallery-card {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--able-navy);
  box-shadow: 0 18px 42px rgba(13, 47, 79, .12);
  isolation: isolate;
}

.gallery-card-large {
  grid-column: span 2;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 31, 55, 0) 35%, rgba(0, 31, 55, .86) 100%);
}

.gallery-card span {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  left: 1.35rem;
  z-index: 2;
  display: block;
  color: #fff;
}

.gallery-card strong,
.gallery-card small {
  display: block;
}

.gallery-card strong {
  margin-bottom: .35rem;
  font-size: 1.15rem;
  line-height: 1.15;
}

.gallery-card small {
  color: rgba(235, 246, 251, .82);
  font-size: .86rem;
  line-height: 1.55;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.045);
}

.gallery-card:focus-visible {
  outline: 3px solid var(--able-gold);
  outline-offset: 4px;
}

.gallery-planning-section {
  background: #f2f6f8;
}

.gallery-planning-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.gallery-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cbd7df;
}

.gallery-detail-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #cbd7df;
  color: var(--able-navy);
  font-weight: 650;
}

.gallery-detail-list span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(176, 167, 107, .18);
  color: #746c32;
  font-size: .8rem;
}

@media screen and (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card-large {
    grid-column: span 2;
  }

  .gallery-planning-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-gallery .hero-image-wrap img {
    object-position: 54% 45% !important;
  }

  .page-gallery .hero-content .content-center-vertical > div {
    width: calc(100% - 2rem) !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  .page-gallery main .hero-heading,
  .page-gallery main .hero-heading.text-white {
    max-width: 100% !important;
    font-size: clamp(1.9rem, 8.2vw, 2.4rem) !important;
  }

  .page-gallery .hero-section .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .page-gallery .hero-section .hero-buttons .button {
    width: 100%;
    box-sizing: border-box;
  }

  .page-gallery .gallery-intro-inner,
  .page-gallery .gallery-section .hero-full-width,
  .page-gallery .gallery-planning-grid {
    overflow: hidden;
    box-sizing: border-box;
  }

  .page-gallery .gallery-intro h2,
  .page-gallery .gallery-heading h2,
  .page-gallery .gallery-planning-grid h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .page-gallery .gallery-tag-row {
    padding: 0 .25rem;
  }
}

@media screen and (max-width: 600px) {
  .gallery-intro-inner {
    padding: 3.5rem 1.25rem;
  }

  .gallery-intro p:not(.gallery-kicker) {
    font-size: .92rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card-large {
    grid-column: auto;
    min-height: 310px;
    border-radius: 18px;
  }

  .gallery-card-large {
    min-height: 260px;
  }

  .gallery-card span {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}

/* =========================
   RESPONSIVE LOGO BALANCE
========================= */

@media screen and (min-width: 769px) and (max-width: 1100px) {
  header nav,
  nav {
    height: 128px !important;
    min-height: 128px !important;
  }

  header nav .line,
  nav .line {
    height: 128px !important;
    min-height: 128px !important;
    align-items: flex-start !important;
    padding: .65rem 0 1.65rem !important;
  }

  header .able-logo img,
  .able-logo img {
    width: 168px !important;
    max-width: 168px !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 768px) {
  header nav,
  nav {
    height: 104px !important;
    min-height: 104px !important;
  }

  header nav .line,
  nav .line {
    height: 104px !important;
    min-height: 104px !important;
    align-items: flex-start !important;
    padding: .3rem 0 .75rem !important;
  }

  header .able-logo img,
  .able-logo img {
    width: 150px !important;
    max-width: 150px !important;
    max-height: none !important;
  }
}

@media screen and (min-width: 1101px) {
  header nav,
  nav {
    padding: 1.05rem 0 1.15rem !important;
  }

  header nav.fixed,
  header.fixed nav {
    padding: .85rem 0 .95rem !important;
  }

  header .able-logo img,
  .able-logo img {
    width: 176px !important;
    max-width: 176px !important;
    max-height: none !important;
  }

  header.fixed .able-logo img,
  header nav.fixed .able-logo img {
    width: 154px !important;
    max-width: 154px !important;
  }
}
