@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Inter-Regular-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Inter-Regular-600.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Inter-Regular-700.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Inter-Regular-900.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Unna";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Unna-Regular-700.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Unna";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/Unna-Italic-700.ttf") format("truetype");
  font-display: swap;
}

:root {
  --navy: #013269;
  --navy-deep: #00346b;
  --aqua: #cdf7f6;
  --blue: #1098f7;
  --red: #ff073a;
  --lime: #e1ff4d;
  --charcoal: #3f3f3f;
  --white: #ffffff;
  --ink: #002f63;
  --curve: 0 0 50% 50% / 0 0 8% 8%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--aqua);
  background: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.capture-page {
  min-height: 100vh;
  background: var(--navy);
}

.capture-page.contact-template {
  background: var(--white);
  color: var(--ink);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 200;
  background: var(--red);
  color: var(--white);
  padding: 10px 14px;
  font-weight: 900;
}

.skip-link:focus {
  left: 12px;
}

.capture-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  padding: 28px 26px 0;
  color: var(--aqua);
}

.contact-template .capture-header,
.light-header .capture-header {
  color: var(--blue);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  min-width: 214px;
  line-height: 0.82;
}

.brand-main {
  color: var(--red);
  font-family: "Unna", Georgia, serif;
  font-size: 59px;
  font-weight: 700;
  letter-spacing: -1.6px;
}

.brand-side {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 9px;
  min-width: 94px;
  color: var(--ink);
  font-weight: 900;
  font-size: 14px;
  line-height: 0.86;
  text-transform: uppercase;
  border-top: 7px solid var(--ink);
  border-bottom: 7px solid var(--ink);
  padding: 3px 0 4px;
}

.capture-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: inherit;
  font-size: 13.728px;
  line-height: 13.728px;
  font-weight: 600;
}

.nav-item {
  position: relative;
  padding: 8px 0 18px;
}

.nav-link,
.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
}

.nav-link:hover,
.nav-toggle:hover,
.nav-item.submenu-open .nav-toggle {
  color: var(--red);
}

.plus {
  color: var(--blue);
  font-size: 22px;
  line-height: 10px;
  font-weight: 400;
  transform: translateY(-1px);
}

.nav-item.submenu-open .plus {
  transform: rotate(45deg) translateY(-1px);
}

.submenu {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 252px;
  display: grid;
  gap: 1px;
  padding: 14px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  background: rgba(1, 50, 105, 0.94);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.nav-item:hover .submenu,
.nav-item.submenu-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu a {
  padding: 11px 18px;
  color: var(--aqua);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
}

.submenu a:hover {
  color: var(--white);
  background: rgba(16, 152, 247, 0.22);
}

.header-phone,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  white-space: nowrap;
}

.header-phone {
  padding: 0 12px;
  border: 1px solid rgba(205, 247, 246, 0.52);
  color: var(--aqua);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.header-phone:hover {
  color: var(--white);
  border-color: var(--red);
  background: rgba(255, 7, 58, 0.16);
}

.contact-link {
  padding: 0 18px;
  border-radius: 2px;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-link:hover {
  background: var(--blue);
}

.menu-button {
  display: none;
  width: 38px;
  height: 34px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-button span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .menu-button span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-button span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 35;
  width: min(86vw, 390px);
  padding: 92px 28px 30px;
  color: var(--aqua);
  background: var(--navy);
  transform: translateX(100%);
  transition: transform 260ms ease;
  overflow-y: auto;
}

.menu-open .mobile-panel {
  transform: translateX(0);
}

.mobile-panel a,
.mobile-panel button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  color: var(--aqua);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(205, 247, 246, 0.18);
  font-size: 18px;
  font-weight: 700;
}

.mobile-group-links {
  display: none;
  padding-left: 18px;
}

.mobile-group.submenu-open .mobile-group-links {
  display: block;
}

.mobile-group-links a {
  font-size: 14px;
  padding: 11px 0;
}

/* --- mobile drawer: visible close (X) button (top-right of drawer) --- */
.mobile-panel-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 7, 58, 0.16);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}

/* override the generic .mobile-panel button full-width styling for the close X */
.mobile-panel button.mobile-panel-close {
  width: 46px;
  justify-content: center;
  border-bottom: 0;
}

.mobile-panel-close:hover {
  background: var(--red);
  color: var(--white);
}

/* --- scrim/overlay behind the drawer --- */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 34;
  background: rgba(1, 18, 38, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms ease;
  cursor: pointer;
}

.menu-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.page-main {
  position: relative;
  z-index: 1;
}

.hero-home {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 148px 7vw 130px;
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(rgba(63, 63, 63, 0.82), rgba(63, 63, 63, 0.82)),
    var(--hero-image) center / cover fixed;
  overflow: hidden;
}

.hero-home::after,
.curve-bottom::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -95px;
  height: 190px;
  background: var(--blue);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.hero-home h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 920px;
  font-family: "Unna", Georgia, serif;
  font-size: clamp(58px, 7vw, 94px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.red-swipe {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.red-swipe::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 0;
  bottom: 0.02em;
  height: 7px;
  background: var(--red);
  transform: rotate(-1.5deg);
  z-index: -1;
}

.blue-statement {
  position: relative;
  min-height: 382px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 92px 8vw 80px;
  text-align: center;
  color: var(--white);
  background: var(--blue);
}

.blue-statement h2,
.aqua-statement h2,
.navy-statement h2,
.band-heading {
  margin: 0;
  font-family: "Unna", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.blue-statement h2 {
  max-width: 620px;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 0.94;
}

.image-wash {
  min-height: 470px;
  background:
    linear-gradient(rgba(205, 247, 246, 0.62), rgba(205, 247, 246, 0.74)),
    var(--wash-image) center / cover fixed;
}

.aqua-void {
  position: relative;
  min-height: 620px;
  background: var(--aqua);
  color: var(--ink);
  padding: 120px 7vw;
}

.aqua-void .floating-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.floating-copy h2 {
  color: var(--ink);
  font-family: "Unna", Georgia, serif;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin: 0 0 26px;
}

.floating-copy p {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.22;
  margin: 0 auto;
}

.black-window {
  min-height: 355px;
  background: #000;
}

.lime-band {
  min-height: 82px;
  background: var(--lime);
}

.split-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
  background: var(--navy);
}

.proof-image {
  min-height: 440px;
  background: var(--proof-image) center / cover;
}

.proof-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 8vw;
  color: var(--aqua);
  background: rgba(1, 50, 105, 0.72);
}

.proof-panel h2 {
  color: var(--aqua);
  font-family: "Unna", Georgia, serif;
  font-size: clamp(42px, 5.4vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}

.proof-panel p {
  font-size: 20px;
  line-height: 1.28;
  margin: 0;
}

.blue-depth {
  min-height: 395px;
  background: var(--blue);
}

.aqua-index {
  background: var(--aqua);
  color: var(--ink);
  padding: 120px 7vw;
}

.index-wrap {
  max-width: 1190px;
  margin: 0 auto;
}

.section-eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-title {
  margin: 0 0 38px;
  color: var(--ink);
  font-family: "Unna", Georgia, serif;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.capture-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  color: var(--aqua);
  background: var(--navy);
  border: 1px solid rgba(1, 50, 105, 0.18);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.capture-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 0 0 18px;
  border-radius: 2px;
  filter: saturate(1.05) contrast(1.03);
}

.capture-card > div {
  flex: 1;
}

.capture-card:hover {
  transform: translateY(-5px);
  background: var(--red);
  color: var(--white);
}

.capture-card h3 {
  margin: 0 0 16px;
  color: inherit;
  font-family: "Unna", Georgia, serif;
  font-size: 31px;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.capture-card p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.36;
}

.capture-card span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.navy-arc {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 8vw;
  overflow: hidden;
  background: var(--navy);
  color: var(--aqua);
}

.navy-arc::before {
  content: "";
  position: absolute;
  left: -15%;
  right: -15%;
  top: -90px;
  height: 180px;
  border-bottom: 6px solid var(--blue);
  border-radius: 0 0 50% 50%;
}

.navy-arc h2 {
  max-width: 760px;
  margin: 0;
  text-align: center;
  color: var(--aqua);
  font-family: "Unna", Georgia, serif;
  font-size: clamp(52px, 8vw, 116px);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.interior-hero {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 7vw 90px;
  text-align: center;
  color: var(--aqua);
  background:
    linear-gradient(rgba(1, 50, 105, 0.74), rgba(1, 50, 105, 0.74)),
    var(--hero-image) center / cover fixed;
}

.interior-hero h1 {
  margin: 0 0 28px;
  color: var(--aqua);
  font-family: "Unna", Georgia, serif;
  font-size: clamp(58px, 8.6vw, 132px);
  line-height: 0.88;
  letter-spacing: -0.03em;
}

.interior-hero p {
  max-width: 950px;
  margin: 0 auto;
  color: var(--aqua);
  font-size: 22px;
  line-height: 1.2;
}

.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--navy);
  min-height: 560px;
}

.feature-split img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.feature-copy {
  display: flex;
  align-items: center;
  padding: 80px 8vw;
  color: var(--aqua);
}

.feature-copy h2 {
  margin: 0 0 26px;
  font-family: "Unna", Georgia, serif;
  font-size: clamp(48px, 7vw, 102px);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.feature-copy p,
.detail-block p {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.25;
}

.full-bleed-image {
  min-height: 720px;
  background: var(--full-image) center / cover fixed;
}

.gallery-zone {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 7vw 70px;
  background: var(--aqua);
}

.gallery-main {
  max-width: 900px;
  margin: 0 auto 28px;
}

.gallery-main img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.thumb-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.thumb-strip button {
  width: 62px;
  height: 42px;
  border: 2px solid rgba(1, 50, 105, 0.35);
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.thumb-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-contact {
  min-height: 940px;
  padding: 150px 7vw 110px;
  background: var(--white);
  color: var(--ink);
}

.contact-grid {
  max-width: 1270px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 90px;
  align-items: start;
}

.contact-copy h1 {
  margin: 0 0 48px;
  color: var(--ink);
  font-family: "Unna", Georgia, serif;
  font-size: clamp(64px, 8.2vw, 128px);
  line-height: 0.88;
  letter-spacing: -0.03em;
}

.contact-copy p {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: "Unna", Georgia, serif;
  font-size: 28px;
  line-height: 1.04;
  font-weight: 700;
}

.capture-form {
  display: grid;
  gap: 16px;
  color: var(--blue);
  font-family: "Unna", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.capture-form label {
  display: grid;
  gap: 5px;
}

.capture-form span {
  color: var(--red);
}

.capture-form input,
.capture-form textarea,
.capture-form select {
  width: 100%;
  border: 1px solid #9ed9ff;
  background: var(--white);
  color: var(--ink);
  min-height: 26px;
  padding: 7px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
}

.capture-form textarea {
  min-height: 100px;
  resize: vertical;
}

.submit-button,
.red-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 40px;
  padding: 0 24px;
  border: 0;
  background: var(--red);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.submit-button {
  justify-self: start;
  margin-top: 8px;
  background: var(--blue);
}

.outline-button {
  border: 2px solid currentColor;
  background: transparent;
  color: inherit;
}

.map-band {
  min-height: 820px;
  background: var(--navy);
  padding: 70px 7vw 130px;
  color: var(--aqua);
}

.info-cards {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.info-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
  background: var(--white);
  padding: 28px;
  text-align: center;
}

.info-card strong {
  color: var(--blue);
  font-family: "Unna", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.info-card p {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.34;
}

.detail-block {
  background: var(--navy);
  color: var(--aqua);
  padding: 120px 7vw;
}

.detail-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
}

.detail-block h2 {
  margin: 0 0 28px;
  color: var(--aqua);
  font-family: "Unna", Georgia, serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.red-panel {
  background: var(--red);
  color: var(--white);
  padding: 64px;
}

.red-panel h2,
.red-panel p {
  color: var(--white);
}

.footer-cta {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 7vw;
  background:
    linear-gradient(rgba(0, 52, 107, 0.78), rgba(0, 52, 107, 0.78)),
    var(--cta-image) center / cover fixed;
  color: var(--aqua);
}

.footer-cta h2 {
  max-width: 760px;
  margin: 0 0 32px;
  font-family: "Unna", Georgia, serif;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.site-footer {
  position: relative;
  background: var(--navy);
  color: var(--aqua);
  padding: 90px 7vw 42px;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  top: -90px;
  height: 170px;
  border-bottom: 5px solid var(--blue);
  border-radius: 0 0 50% 50%;
}

.footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-logo .brand-main {
  font-size: 60px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--aqua);
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--red);
}

.footer-meta {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 58px auto 0;
  color: var(--aqua);
  font-size: 12px;
  line-height: 1.5;
}

.to-top {
  position: fixed;
  right: 18px;
  bottom: 38px;
  z-index: 30;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: var(--navy);
  color: var(--aqua);
  cursor: pointer;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible,
.no-js [data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

.hidden-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .capture-nav {
    gap: 18px;
  }

  .link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .capture-header {
    padding: 14px 16px 0;
  }

  .brand-mark {
    min-width: auto;
  }

  .brand-main {
    font-size: 26px;
    letter-spacing: -0.5px;
  }

  .brand-side {
    display: none;
  }

  .capture-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero-home {
    min-height: 330px;
    padding: 98px 28px 80px;
    background-attachment: scroll;
  }

  .hero-home h1 {
    font-size: 42px;
    line-height: 0.9;
  }

  .hero-home::after,
  .curve-bottom::after {
    bottom: -56px;
    height: 112px;
  }

  .blue-statement {
    min-height: 284px;
    padding: 72px 28px 62px;
  }

  .blue-statement h2 {
    font-size: 34px;
  }

  .image-wash {
    min-height: 360px;
    background-attachment: scroll;
  }

  .aqua-void {
    min-height: 510px;
    padding: 88px 28px;
  }

  .floating-copy h2,
  .section-title,
  .detail-block h2,
  .feature-copy h2 {
    font-size: 42px;
  }

  .floating-copy p,
  .feature-copy p,
  .detail-block p {
    font-size: 17px;
  }

  .split-proof,
  .feature-split,
  .detail-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-image,
  .feature-split img {
    min-height: 310px;
  }

  .proof-panel,
  .feature-copy {
    padding: 48px 28px;
  }

  .aqua-index {
    padding: 78px 24px;
  }

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

  .capture-card {
    min-height: 165px;
  }

  .interior-hero {
    min-height: 420px;
    padding: 92px 24px 64px;
    background-attachment: scroll;
  }

  .interior-hero h1 {
    font-size: 48px;
  }

  .interior-hero p {
    font-size: 16px;
  }

  .full-bleed-image {
    min-height: 420px;
    background-attachment: scroll;
  }

  .gallery-zone {
    min-height: 580px;
    padding: 0 24px 56px;
  }

  .gallery-main img {
    height: 230px;
  }

  .white-contact {
    min-height: auto;
    padding: 92px 20px 76px;
  }

  .contact-grid {
    gap: 38px;
  }

  .contact-copy h1 {
    font-size: 50px;
  }

  .contact-copy p {
    font-size: 21px;
  }

  .form-row,
  .info-cards {
    grid-template-columns: 1fr;
  }

  .map-band {
    min-height: 580px;
    padding: 46px 24px 90px;
  }

  .footer-cta {
    min-height: 420px;
    background-attachment: scroll;
  }

  .footer-cta h2 {
    font-size: 44px;
  }

  .site-footer {
    padding: 82px 24px 36px;
  }
}

/* ===== Mobile hardening (<=768px): overflow safety, tap targets, readability ===== */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  img,
  iframe,
  video {
    max-width: 100%;
    height: auto;
  }

  /* burger visible, desktop nav hidden (mirrors the 900px breakpoint) */
  .capture-nav {
    display: none;
  }

  .menu-button {
    display: block;
    width: 44px;
    height: 44px;
  }

  .menu-button span {
    width: 24px;
  }

  /* readable body copy + comfortable line-height */
  body {
    font-size: 16px;
  }

  .floating-copy p,
  .feature-copy p,
  .detail-block p,
  .proof-panel p,
  .article-body p,
  .info-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  /* fluid hero/section headings so they never overflow */
  .hero-home h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .blue-statement h2,
  .navy-arc h2,
  .footer-cta h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .contact-copy h1 {
    font-size: clamp(40px, 13vw, 64px);
  }

  .section-title,
  .floating-copy h2,
  .detail-block h2,
  .feature-copy h2,
  .interior-hero h1 {
    font-size: clamp(30px, 9vw, 44px);
  }

  /* stack any remaining multi-column grids/rows */
  .link-grid,
  .detail-grid,
  .split-proof,
  .feature-split,
  .contact-grid,
  .footer-grid,
  .form-row,
  .info-cards {
    grid-template-columns: 1fr;
  }

  /* horizontal padding so content isn't jammed to the edge */
  .index-wrap,
  .floating-copy,
  .proof-panel,
  .feature-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  /* tap targets: nav links, buttons, cards, form controls >=44px */
  .contact-link,
  .submit-button,
  .red-button,
  .outline-button,
  .btn {
    min-height: 48px;
    padding: 0 22px;
  }

  .submit-button {
    width: 100%;
    justify-content: center;
  }

  .capture-card {
    min-height: 96px;
    padding: 22px;
  }

  .footer-links a {
    display: inline-block;
    padding: 8px 0;
    min-height: 40px;
  }

  /* form fields: easy to tap + 16px to stop iOS zoom */
  .capture-form input,
  .capture-form select,
  .capture-form textarea {
    min-height: 48px;
    font-size: 16px;
    padding: 12px;
  }

  .capture-form textarea {
    min-height: 120px;
  }

  .capture-form label {
    font-size: 20px;
  }

  /* mobile drawer items comfortably tappable */
  .mobile-panel a,
  .mobile-panel > .mobile-group > button {
    min-height: 52px;
  }

  .mobile-group-links a {
    min-height: 44px;
  }

  /* keep embedded maps from forcing width */
  .quzfd-h-footer-map,
  .quzfd-h-contact-map {
    width: calc(100% - 32px);
  }
}

/* ===================================================================
   Durham polish: header phone, mobile sticky CTA, slug prose band,
   contact map integration + gap fix, footer map. Loads last -> wins.
   =================================================================== */
:root{ --crd-red:#ff073a; --crd-navy:#013269; }

.header-inner{ gap:18px; }

/* mobile sticky phone CTA */
.sticky-call{ position:fixed; right:16px; bottom:16px; z-index:120; display:none; align-items:center; gap:10px;
  padding:14px 20px; border-radius:999px; background:var(--crd-red); color:#fff; font-weight:800; text-decoration:none;
  box-shadow:0 12px 30px rgba(255,7,58,.42); }
.sticky-call__ic{ font-size:18px; }
@media (max-width:900px){ .sticky-call{ display:inline-flex; } }
@media (prefers-reduced-motion:no-preference){ .sticky-call{ animation:none; } }

/* slug body prose integrated into the theme (was dumped raw at the bottom) */
.prose-band{ background:#fff; color:var(--crd-navy); padding:70px 7vw; }
.prose-wrap{ max-width:820px; margin:0 auto; }
.prose-body{ font-size:1.06rem; line-height:1.75; }
.prose-body h2{ font-size:1.7rem; margin:38px 0 14px; color:var(--crd-navy); }
.prose-body h3{ font-size:1.25rem; margin:28px 0 10px; color:var(--crd-navy); }
.prose-body p{ margin:0 0 18px; }
.prose-body ul,.prose-body ol{ margin:0 0 18px; padding-left:22px; }
.prose-body li{ margin:0 0 8px; }
.prose-body a{ color:var(--crd-red); font-weight:600; }

/* contact: kill the giant min-height gaps + put the map into the navy band */
.white-contact{ min-height:0 !important; padding:120px 7vw 80px !important; }
.map-band{ min-height:0 !important; padding:64px 7vw 80px !important; }
.contact-map{ max-width:960px; margin:40px auto 0; border-radius:16px; overflow:hidden; box-shadow:0 20px 50px rgba(0,0,0,.28); }
.contact-map iframe{ display:block; width:100%; height:420px; border:0; }

/* footer map pulled into a footer column (not left hanging full-width at the very bottom) */
.footer-map{ }
.footer-map iframe{ width:100%; min-width:220px; height:170px; border:0; border-radius:12px; }
