:root {
  --ink: #061216;
  --night: #02090c;
  --charcoal: #152026;
  --stone: #ece8df;
  --chalk: #fffdf8;
  --muted: #aab3ad;
  --water: #2c7e91;
  --copper: #b87843;
  --moss: #586b4c;
  --clay: #8e5f49;
  --line: rgba(251, 248, 240, 0.16);
  --line-dark: rgba(6, 18, 22, 0.15);
  --shadow: 0 26px 90px rgba(2, 9, 12, 0.35);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-brand: "Bodoni Moda", Didot, "Bodoni 72", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 84px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fffdf8;
  color: var(--ink);
  font-family: var(--font-body);
  letter-spacing: 0;
}

body::selection {
  background: var(--copper);
  color: var(--night);
}

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

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

main > section {
  scroll-margin-top: 84px;
}

.site-header {
  align-items: center;
  background: rgba(2, 9, 12, 0.72);
  border-bottom: 1px solid rgba(251, 248, 240, 0.12);
  color: var(--chalk);
  display: grid;
  gap: clamp(24px, 3vw, 54px);
  grid-template-columns: minmax(410px, 0.9fr) auto minmax(168px, 0.35fr);
  left: 0;
  padding: 14px clamp(22px, 4vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, border-color 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(2, 9, 12, 0.93);
  border-color: rgba(184, 120, 67, 0.36);
}

.brand {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.brand-logo {
  display: block;
  height: auto;
  max-height: 80px;
  max-width: min(580px, 31vw);
  object-fit: contain;
  object-position: left center;
  width: 620px;
}

.brand-mark {
  align-items: center;
  border: 1px solid rgba(251, 248, 240, 0.34);
  color: var(--chalk);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 0.78rem;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-name {
  font-family: var(--font-brand);
  font-size: 1.04rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-line {
  color: rgba(251, 248, 240, 0.68);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(20px, 2.05vw, 36px);
}

.site-nav a,
.header-phone {
  color: rgba(251, 248, 240, 0.78);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav a:hover,
.header-phone:hover {
  color: var(--chalk);
}

.nav-new-link {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.nav-new-link span {
  background: #d7a46c;
  color: var(--night);
  font-size: 0.56rem;
  font-weight: 950;
  line-height: 1;
  padding: 4px 5px;
  text-transform: uppercase;
}

.header-phone {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-self: end;
  line-height: 1.1;
}

.header-phone span {
  color: rgba(251, 248, 240, 0.58);
  font-size: 0.58rem;
}

.header-phone strong {
  color: var(--chalk);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.mobile-menu-toggle {
  background: rgba(251, 248, 240, 0.08);
  border: 1px solid rgba(251, 248, 240, 0.22);
  color: var(--chalk);
  cursor: pointer;
  display: none;
  height: 42px;
  place-items: center;
  position: relative;
  width: 42px;
}

.mobile-menu-toggle span {
  background: currentColor;
  height: 2px;
  position: absolute;
  transition: transform 180ms ease, top 180ms ease;
  width: 18px;
}

.mobile-menu-toggle span:first-child {
  top: 15px;
}

.mobile-menu-toggle span:last-child {
  top: 24px;
}

.site-header.menu-open .mobile-menu-toggle span:first-child {
  top: 20px;
  transform: rotate(45deg);
}

.site-header.menu-open .mobile-menu-toggle span:last-child {
  top: 20px;
  transform: rotate(-45deg);
}

.hero {
  color: var(--chalk);
  min-height: 100vh;
  overflow: hidden;
  padding: 132px clamp(18px, 5vw, 72px) 46px;
  position: relative;
}

.hero-media,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-media {
  background-image: url("./assets/hudson-gunite-infinity-hero-spa-running.webp");
  background-position: center center;
  background-size: cover;
  transform: scale(1.015);
}

.hero-shade {
  background:
    radial-gradient(circle at 48% 45%, rgba(2, 9, 12, 0.02), rgba(2, 9, 12, 0.22) 52%, rgba(2, 9, 12, 0.7)),
    linear-gradient(180deg, rgba(2, 9, 12, 0.08), rgba(2, 9, 12, 0.04) 48%, rgba(2, 9, 12, 0.72));
  z-index: 2;
}

.hero-content {
  display: grid;
  justify-items: center;
  margin: 0 auto;
  min-height: calc(100vh - 190px);
  max-width: 780px;
  position: relative;
  text-align: center;
  z-index: 4;
}

.hero-content > .eyebrow {
  color: #e0a161;
  font-weight: 850;
  margin-top: 14px;
  text-shadow: 0 2px 18px rgba(2, 9, 12, 0.48);
}

.eyebrow {
  color: #d7a46c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--clay);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 500;
}

h1 {
  color: rgba(255, 253, 248, 0.94);
  display: grid;
  font-family: var(--font-brand);
  font-size: clamp(3.25rem, 7vw, 6.45rem);
  font-weight: 500;
  gap: 14px;
  letter-spacing: 0.045em;
  line-height: 0.86;
  margin-bottom: 18px;
  max-width: 720px;
  text-transform: uppercase;
}

h1 span:not(.hero-divider) {
  display: block;
}

h2 {
  font-size: clamp(2.05rem, 4.8vw, 4.7rem);
  line-height: 1.03;
  margin-bottom: 0;
}

.accent-italic {
  color: var(--copper);
  font-style: italic;
  font-weight: 500;
}

.dark-band .accent-italic,
.family-legacy .accent-italic,
.survey-frame .accent-italic {
  color: #d7a46c;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-brand-lockup {
  margin-bottom: 24px;
}

.hero-divider {
  background: rgba(255, 253, 248, 0.56);
  display: block;
  height: 1px;
  justify-self: center;
  margin: 2px 0 0;
  width: min(240px, 42vw);
}

body.font-marcellus {
  --font-brand: Marcellus, "Times New Roman", serif;
}

body.font-cinzel {
  --font-brand: Cinzel, Georgia, serif;
}

body.font-cormorant {
  --font-brand: "Cormorant Garamond", Georgia, serif;
}

body.font-marcellus h1 {
  font-size: clamp(3.1rem, 6.6vw, 6.05rem);
  letter-spacing: 0.08em;
}

body.font-cinzel h1 {
  font-size: clamp(2.95rem, 6.2vw, 5.75rem);
  letter-spacing: 0.1em;
}

.hero-tagline {
  color: rgba(251, 248, 240, 0.78);
  font-family: var(--font-body);
  font-size: clamp(0.64rem, 1.05vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.24em;
  margin: 0;
  text-transform: uppercase;
}

.hero-lead {
  color: rgba(251, 248, 240, 0.82);
  font-size: clamp(0.96rem, 1.32vw, 1.1rem);
  line-height: 1.65;
  margin-bottom: 34px;
  max-width: 650px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button.primary {
  background: var(--copper);
  color: var(--night);
}

.button.secondary {
  border-color: rgba(251, 248, 240, 0.46);
  color: var(--chalk);
}

.hero-proof {
  align-items: center;
  bottom: 32px;
  color: rgba(255, 253, 248, 0.7);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  justify-content: center;
  left: clamp(18px, 5vw, 72px);
  letter-spacing: 0.16em;
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  text-align: center;
  text-transform: uppercase;
  z-index: 4;
}

.hero-proof span {
  font-size: 0.68rem;
  font-weight: 700;
}

.section-pad {
  padding: clamp(76px, 10vw, 132px) clamp(18px, 5vw, 72px);
}

.intro {
  align-items: start;
  display: grid;
  gap: clamp(32px, 7vw, 92px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.intro-text {
  color: rgba(6, 18, 22, 0.72);
  display: grid;
  font-size: 1.05rem;
  gap: 18px;
  line-height: 1.75;
}

.intro-text p {
  margin-bottom: 0;
}

.editorial-break {
  background:
    radial-gradient(circle at 78% 16%, rgba(184, 120, 67, 0.18), transparent 28%),
    linear-gradient(180deg, #010506, #02090c 54%, #061216);
  overflow: hidden;
}

.editorial-break-copy {
  display: grid;
  gap: clamp(34px, 5vw, 70px);
}

.editorial-break h2 {
  color: var(--chalk);
  font-size: clamp(2.8rem, 6.8vw, 7.1rem);
  line-height: 0.95;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
}

.editorial-columns {
  display: grid;
  gap: clamp(28px, 5vw, 82px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.editorial-columns p {
  color: rgba(251, 248, 240, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 600;
  line-height: 1.65;
  margin: 0;
}

.dark-band {
  background:
    linear-gradient(180deg, #061216, #0d1b20 58%, #061216);
  color: var(--chalk);
}

.section-heading {
  max-width: 860px;
}

.section-heading > p:last-child {
  color: rgba(251, 248, 240, 0.68);
  font-size: 1.03rem;
  line-height: 1.7;
  margin: 22px 0 0;
}

.portfolio.section-pad {
  padding-left: 0;
  padding-right: 0;
}

.portfolio .section-heading {
  margin-left: clamp(18px, 5vw, 72px);
  margin-right: clamp(18px, 5vw, 72px);
}

.portfolio-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  margin-top: clamp(46px, 6vw, 76px);
}

.portfolio-tile {
  aspect-ratio: 3 / 2;
  background: #111c20;
  cursor: pointer;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.portfolio-tile-large {
  min-height: 0;
}

.portfolio-tile img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
  width: 100%;
}

.portfolio-tile::after {
  background:
    linear-gradient(180deg, transparent 62%, rgba(2, 9, 12, 0.44)),
    linear-gradient(90deg, rgba(2, 9, 12, 0.16), transparent 36%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.portfolio-tile:hover img {
  filter: saturate(1.07) contrast(1.02);
  transform: scale(1.018);
}

.portfolio-tile:focus-visible {
  outline: 2px solid #d7a46c;
  outline-offset: -6px;
}

.portfolio-caption {
  bottom: 0;
  left: 0;
  max-width: min(410px, calc(100% - 28px));
  padding: clamp(14px, 2vw, 22px);
  position: absolute;
  right: auto;
  z-index: 2;
}

.portfolio-caption span {
  color: #d7a46c;
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.portfolio-caption h3 {
  color: var(--chalk);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 0;
  max-width: 360px;
}

.portfolio-caption p {
  display: none;
}

.portfolio-lightbox[hidden] {
  display: none;
}

.portfolio-lightbox {
  align-items: center;
  background: rgba(2, 9, 12, 0.9);
  display: grid;
  inset: 0;
  padding: clamp(16px, 3vw, 40px);
  position: fixed;
  z-index: 60;
}

.lightbox-panel {
  background: #061216;
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.52);
  color: var(--chalk);
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(410px, 0.68fr);
  margin: 0 auto;
  max-height: 88vh;
  max-width: 1560px;
  overflow: hidden;
  width: 100%;
}

.lightbox-panel img {
  background: #02090c;
  height: 88vh;
  object-fit: contain;
  width: 100%;
}

.lightbox-copy {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(21, 32, 38, 0.78), rgba(2, 9, 12, 1)),
    radial-gradient(circle at 40% 20%, rgba(184, 120, 67, 0.22), transparent 36%);
  display: grid;
  min-height: 100%;
  padding: clamp(34px, 4.6vw, 76px);
}

.lightbox-copy span {
  color: #d7a46c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.lightbox-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3.35rem);
  font-weight: 600;
  line-height: 1.02;
  margin-bottom: 22px;
}

.lightbox-copy p {
  color: rgba(251, 248, 240, 0.74);
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.lightbox-close {
  background: rgba(251, 248, 240, 0.94);
  border: 0;
  color: var(--night);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  justify-self: end;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  min-height: 42px;
  padding: 12px 16px;
  text-transform: uppercase;
}

body.lightbox-open {
  overflow: hidden;
}

.project-fit {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(236, 232, 223, 0.56)),
    radial-gradient(circle at 16% 20%, rgba(184, 120, 67, 0.14), transparent 30%),
    radial-gradient(circle at 88% 68%, rgba(44, 126, 145, 0.12), transparent 32%);
  display: grid;
  gap: clamp(34px, 5.6vw, 82px);
  grid-template-columns: minmax(310px, 0.62fr) minmax(0, 1fr);
}

.project-fit-copy {
  display: grid;
  gap: 24px;
}

.project-fit-copy h2 {
  color: var(--night);
  font-size: clamp(2.4rem, 4.6vw, 5.15rem);
  max-width: 820px;
}

.project-fit-copy p:not(.eyebrow) {
  color: rgba(6, 18, 22, 0.68);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.72;
  margin: 0;
  max-width: 720px;
}

.project-fit-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 6px;
}

.project-fit-actions span {
  color: rgba(6, 18, 22, 0.58);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-fit-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
}

.fit-story {
  aspect-ratio: 4 / 3;
  background: #111c20;
  color: var(--chalk);
  min-height: 290px;
  overflow: hidden;
  position: relative;
}

.fit-story-large {
  aspect-ratio: auto;
  grid-row: span 2;
  min-height: clamp(560px, 48vw, 780px);
}

.fit-story img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
  width: 100%;
}

.fit-story-large img {
  object-position: 22% center;
}

.fit-story::after {
  background:
    linear-gradient(180deg, transparent 48%, rgba(2, 9, 12, 0.72)),
    linear-gradient(90deg, rgba(2, 9, 12, 0.18), transparent 42%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.fit-story:hover img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.016);
}

.fit-story div {
  bottom: 0;
  display: grid;
  gap: 8px;
  left: 0;
  max-width: min(430px, calc(100% - 24px));
  padding: clamp(18px, 2.5vw, 30px);
  position: absolute;
  z-index: 2;
}

.fit-story span {
  color: #d7a46c;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fit-story h3 {
  color: var(--chalk);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
}

.estate-survey {
  align-items: start;
  background:
    linear-gradient(180deg, rgba(236, 232, 223, 0.42), rgba(255, 253, 248, 0.96) 45%, rgba(236, 232, 223, 0.38)),
    radial-gradient(circle at 74% 18%, rgba(44, 126, 145, 0.1), transparent 34%);
  display: grid;
  gap: clamp(34px, 5vw, 70px);
  grid-template-columns: 1fr;
}

.survey-copy > p:not(.eyebrow) {
  color: rgba(6, 18, 22, 0.68);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 24px 0 0;
  max-width: 920px;
}

.survey-showcase {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}

.survey-frame {
  background: #061216;
  box-shadow: var(--shadow);
  color: var(--chalk);
  height: clamp(520px, 54vw, 780px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.survey-frame-plan {
  height: clamp(560px, 62vw, 900px);
}

.survey-frame img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.survey-frame::after {
  background:
    linear-gradient(180deg, transparent 48%, rgba(2, 9, 12, 0.72)),
    linear-gradient(90deg, rgba(2, 9, 12, 0.34), transparent 45%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}

.survey-frame-copy {
  bottom: 0;
  left: 0;
  max-width: 620px;
  padding: clamp(22px, 3vw, 38px);
  position: absolute;
  z-index: 4;
}

.survey-frame-copy span {
  color: #d7a46c;
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.survey-frame-copy h3 {
  color: var(--chalk);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 3.2rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.survey-plan-overlay {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.planned-pool,
.planned-terrace,
.plan-line,
.plan-tag,
.survey-scan-band {
  position: absolute;
}

.planned-pool {
  border: 2px solid rgba(189, 235, 240, 0.96);
  box-shadow: 0 0 0 999px rgba(2, 9, 12, 0.08), 0 0 28px rgba(189, 235, 240, 0.38);
  height: 21%;
  left: 33%;
  top: 48%;
  transform: rotate(-5deg);
  width: 37%;
}

.planned-pool::before {
  border-top: 2px solid rgba(215, 164, 108, 0.96);
  content: "";
  left: 4%;
  position: absolute;
  right: 4%;
  top: 18%;
}

.pool-shelf {
  border: 1px solid rgba(189, 235, 240, 0.78);
  bottom: 12%;
  height: 24%;
  left: 8%;
  position: absolute;
  width: 28%;
}

.pool-spa {
  border: 2px solid rgba(215, 164, 108, 0.9);
  height: 44%;
  position: absolute;
  right: -10%;
  top: -18%;
  width: 26%;
}

.planned-terrace {
  border: 1px solid rgba(255, 253, 248, 0.72);
  height: 38%;
  left: 27%;
  top: 39%;
  transform: rotate(-5deg);
  width: 50%;
}

.plan-line {
  background: rgba(215, 164, 108, 0.72);
  height: 1px;
  transform-origin: left center;
}

.plan-line-grade {
  left: 24%;
  top: 36%;
  transform: rotate(13deg);
  width: 42%;
}

.plan-line-access {
  left: 64%;
  top: 30%;
  transform: rotate(76deg);
  width: 34%;
}

.plan-tag {
  backdrop-filter: blur(8px);
  background: rgba(2, 9, 12, 0.58);
  border: 1px solid rgba(251, 248, 240, 0.24);
  color: rgba(255, 253, 248, 0.86);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  padding: 9px 10px;
  text-transform: uppercase;
}

.tag-flight {
  left: 6%;
  top: 7%;
}

.tag-grade {
  left: 20%;
  top: 31%;
}

.tag-coping {
  left: 49%;
  top: 45%;
}

.tag-access {
  right: 7%;
  top: 28%;
}

.tag-edge {
  bottom: 28%;
  right: 16%;
}

.survey-scan-band {
  animation: estateSurveyScan 5.6s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(189, 235, 240, 0.22), transparent);
  bottom: -12%;
  top: -12%;
  transform: rotate(-8deg);
  width: 22%;
}

@keyframes estateSurveyScan {
  0%,
  100% {
    left: -28%;
    opacity: 0;
  }

  20%,
  80% {
    opacity: 1;
  }

  56% {
    left: 108%;
  }
}

.survey-frame-render::after {
  background:
    linear-gradient(180deg, transparent 42%, rgba(2, 9, 12, 0.76)),
    radial-gradient(circle at 68% 36%, rgba(44, 126, 145, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(2, 9, 12, 0.28), transparent 52%);
}

.survey-render-overlay {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.render-chip {
  backdrop-filter: blur(10px);
  background: rgba(2, 9, 12, 0.54);
  border: 1px solid rgba(189, 235, 240, 0.28);
  color: rgba(255, 253, 248, 0.86);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  padding: 9px 10px;
  position: absolute;
  text-transform: uppercase;
}

.chip-one {
  left: 6%;
  top: 8%;
}

.chip-two {
  right: 10%;
  top: 34%;
}

.chip-three {
  bottom: 25%;
  left: 9%;
}

.survey-points {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.survey-points article {
  background: rgba(6, 18, 22, 0.045);
  border-top: 1px solid var(--line-dark);
  min-height: 188px;
  padding: clamp(20px, 2.6vw, 30px);
  position: relative;
  overflow: hidden;
}

.survey-points article::before {
  background: linear-gradient(90deg, transparent, rgba(184, 120, 67, 0.78), transparent);
  content: "";
  height: 2px;
  left: -80%;
  position: absolute;
  top: 0;
  width: 72%;
}

.survey-points article:nth-child(1)::before {
  animation: surveyPointSweep 7.5s ease-in-out infinite;
}

.survey-points article:nth-child(2)::before {
  animation: surveyPointSweep 7.5s ease-in-out 1.5s infinite;
}

.survey-points article:nth-child(3)::before {
  animation: surveyPointSweep 7.5s ease-in-out 3s infinite;
}

.survey-points article:nth-child(4)::before {
  animation: surveyPointSweep 7.5s ease-in-out 4.5s infinite;
}

@keyframes surveyPointSweep {
  0%,
  30% {
    left: -80%;
    opacity: 0;
  }

  42%,
  62% {
    opacity: 1;
  }

  74%,
  100% {
    left: 108%;
    opacity: 0;
  }
}

.survey-points span {
  color: var(--clay);
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.survey-points h3 {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.survey-points p {
  color: rgba(6, 18, 22, 0.64);
  line-height: 1.62;
  margin-bottom: 0;
}

.family-legacy {
  color: var(--chalk);
  min-height: min(860px, 72vw);
  overflow: hidden;
  position: relative;
}

.family-legacy img,
.family-legacy-shade {
  inset: 0;
  position: absolute;
}

.family-legacy img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.family-legacy-shade {
  background:
    linear-gradient(90deg, rgba(2, 9, 12, 0.9), rgba(2, 9, 12, 0.6) 34%, rgba(2, 9, 12, 0.16) 68%),
    linear-gradient(180deg, rgba(2, 9, 12, 0.12), rgba(2, 9, 12, 0.48));
  z-index: 1;
}

.family-legacy-copy {
  display: grid;
  justify-items: start;
  max-width: 760px;
  padding: clamp(84px, 12vw, 160px) clamp(18px, 5vw, 72px);
  position: relative;
  z-index: 2;
}

.family-legacy-copy h2 {
  color: var(--chalk);
  font-size: clamp(2.4rem, 6.2vw, 6.2rem);
  line-height: 0.98;
  margin-bottom: 24px;
}

.family-legacy-copy p:not(.eyebrow) {
  color: rgba(251, 248, 240, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 620px;
}

.split-list,
.service-grid,
.proof-grid {
  display: grid;
  gap: 1px;
  margin-top: 46px;
}

.split-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.split-list div,
.service-grid article,
.proof-grid article {
  background: rgba(6, 18, 22, 0.045);
  border-top: 1px solid var(--line-dark);
  min-height: 210px;
  padding: clamp(22px, 3vw, 32px);
}

.split-list h3,
.service-grid h3,
.proof-grid h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.split-list p,
.service-grid p,
.proof-grid p {
  color: rgba(6, 18, 22, 0.66);
  line-height: 1.65;
  margin-bottom: 0;
}

.proof-grid span {
  color: var(--clay);
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  margin-bottom: 28px;
  font-weight: 600;
}

.gunite-plunge {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5.5vw, 82px);
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1fr);
}

.plunge-copy {
  display: grid;
  gap: 24px;
}

.plunge-copy h2 {
  color: var(--chalk);
  font-size: clamp(2.45rem, 4.8vw, 5.6rem);
  max-width: 780px;
}

.plunge-copy p:not(.eyebrow) {
  color: rgba(251, 248, 240, 0.7);
  font-size: clamp(1.02rem, 1.28vw, 1.15rem);
  line-height: 1.72;
  margin: 0;
  max-width: 720px;
}

.plunge-meta {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 10px;
}

.plunge-meta span {
  background: rgba(251, 248, 240, 0.07);
  border-top: 1px solid rgba(251, 248, 240, 0.14);
  color: rgba(251, 248, 240, 0.76);
  font-size: 0.72rem;
  font-weight: 850;
  min-height: 52px;
  padding: 16px;
  text-transform: uppercase;
}

.plunge-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.plunge-card {
  background: #0a1519;
  color: var(--chalk);
  height: clamp(260px, 23vw, 350px);
  overflow: hidden;
  position: relative;
}

.plunge-card-large {
  grid-column: 1 / -1;
  height: clamp(420px, 42vw, 660px);
}

.plunge-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
  width: 100%;
}

.plunge-card::after {
  background:
    linear-gradient(180deg, transparent 45%, rgba(2, 9, 12, 0.78)),
    linear-gradient(90deg, rgba(2, 9, 12, 0.2), transparent 46%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.plunge-card:hover img {
  filter: saturate(1.07) contrast(1.02);
  transform: scale(1.014);
}

.plunge-card div {
  bottom: 0;
  display: grid;
  gap: 8px;
  left: 0;
  max-width: min(500px, calc(100% - 24px));
  padding: clamp(18px, 2.5vw, 30px);
  position: absolute;
  z-index: 2;
}

.plunge-card span {
  color: #d7a46c;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plunge-card h3 {
  color: var(--chalk);
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 2.1vw, 2.25rem);
  font-weight: 600;
  line-height: 1.04;
  margin: 0;
}

.process-list {
  counter-reset: process;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 52px 0 0;
  padding: 0;
}

.process-list li {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 86px minmax(0, 1fr);
  padding: 30px 0;
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.process-list span {
  color: #d7a46c;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
}

.process-list h3 {
  color: var(--chalk);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 10px;
}

.process-list p {
  color: rgba(251, 248, 240, 0.66);
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 860px;
}

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

.area-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.area-grid a {
  border: 1px solid var(--line-dark);
  color: rgba(6, 18, 22, 0.72);
  font-weight: 800;
  min-height: 58px;
  padding: 18px;
}

.area-grid a:hover {
  border-color: rgba(184, 120, 67, 0.58);
  color: var(--ink);
}

.consult {
  align-items: start;
  display: grid;
  gap: clamp(32px, 7vw, 86px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.82fr);
}

.consult-copy p:not(.eyebrow) {
  color: rgba(251, 248, 240, 0.68);
  font-size: 1.04rem;
  line-height: 1.75;
  margin-top: 24px;
}

.consult-meta {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.consult-meta span {
  border-bottom: 1px solid var(--line);
  color: rgba(251, 248, 240, 0.74);
  font-weight: 700;
  padding: 17px 0;
}

.lead-form {
  background: rgba(251, 248, 240, 0.06);
  border: 1px solid rgba(251, 248, 240, 0.14);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(20px, 3vw, 34px);
}

.lead-form label {
  color: rgba(251, 248, 240, 0.72);
  display: grid;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
}

.lead-form .wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  background: rgba(2, 9, 12, 0.62);
  border: 1px solid rgba(251, 248, 240, 0.18);
  color: var(--chalk);
  font: inherit;
  min-height: 48px;
  outline: none;
  padding: 13px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(215, 164, 108, 0.76);
}

.form-note {
  color: rgba(251, 248, 240, 0.56);
  font-size: 0.86rem;
  grid-column: 1 / -1;
  line-height: 1.5;
  margin: 0;
}

.site-footer {
  align-items: center;
  background: var(--night);
  color: rgba(251, 248, 240, 0.64);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding: 30px clamp(18px, 5vw, 72px);
}

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

.footer-logo {
  display: block;
  height: auto;
  max-width: min(560px, 88vw);
  width: 560px;
}

.site-footer nav {
  display: flex;
  gap: 22px;
}

.site-footer p {
  justify-self: end;
  margin: 0;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 760ms ease, transform 760ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.reveal-image {
  transform: translateY(28px) scale(0.992);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal,
  .reveal.reveal-image {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .brand {
    min-width: 0;
    order: 1;
  }

  .header-phone {
    order: 2;
  }

  .mobile-menu-toggle {
    display: grid;
    order: 3;
  }

  .site-nav {
    background: rgba(2, 9, 12, 0.97);
    border-top: 1px solid rgba(251, 248, 240, 0.12);
    display: none;
    gap: 0;
    grid-column: 1 / -1;
    margin: 12px calc(clamp(18px, 5vw, 72px) * -1) -16px;
    order: 4;
    padding: 8px clamp(18px, 5vw, 72px) 14px;
  }

  .site-header.menu-open .site-nav {
    display: grid;
  }

  .site-nav a {
    border-bottom: 1px solid rgba(251, 248, 240, 0.1);
    display: flex;
    justify-content: space-between;
    min-height: 44px;
    padding: 15px 2px;
  }

  .hero-proof {
    left: clamp(18px, 5vw, 72px);
    right: auto;
    width: calc(100% - clamp(36px, 10vw, 144px));
  }

  .hero-content {
    justify-content: start;
    padding-top: 9vh;
  }

  .split-list,
  .service-grid,
  .proof-grid,
  .area-grid,
  .gunite-plunge,
  .consult,
  .intro,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .survey-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-tile,
  .portfolio-tile-large {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .lightbox-panel {
    grid-template-columns: 1fr;
    max-height: 92vh;
    overflow-y: auto;
  }

  .lightbox-panel img {
    height: auto;
    max-height: 64vh;
  }

  .consult-copy,
  .plunge-copy,
  .project-fit-copy,
  .survey-copy,
  .site-footer p {
    grid-column: 1 / -1;
  }

  .project-fit {
    grid-template-columns: 1fr;
  }

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

  .site-footer p {
    justify-self: start;
    text-align: left;
  }

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

@media (max-width: 720px) {
  html {
    scroll-padding-top: 72px;
  }

  main > section {
    scroll-margin-top: 72px;
  }

  .site-header {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 10px 14px;
    position: fixed;
  }

  .header-phone {
    align-items: center;
    background: var(--copper);
    color: var(--night);
    display: inline-flex;
    flex-direction: row;
    font-size: 0.66rem;
    justify-content: center;
    justify-self: end;
    min-height: 40px;
    order: 2;
    padding: 0 13px;
  }

  .header-phone span {
    color: var(--night);
    font-size: 0.66rem;
    font-weight: 950;
  }

  .header-phone strong {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    order: 3;
  }

  .site-nav {
    grid-column: 1 / -1;
    margin: 8px -14px -10px;
    order: 4;
    padding: 8px 14px 12px;
  }

  .brand-logo {
    max-height: 42px;
    max-width: min(235px, calc(100vw - 148px));
    width: 235px;
  }

  .hero {
    min-height: 760px;
    padding: 96px 20px 28px;
  }

  .hero-media {
    background-position: 28% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 9, 12, 0.42), rgba(2, 9, 12, 0.24) 34%, rgba(2, 9, 12, 0.14) 58%, rgba(2, 9, 12, 0.84)),
      linear-gradient(90deg, rgba(2, 9, 12, 0.34), rgba(2, 9, 12, 0.03));
  }

  .hero-content {
    min-height: auto;
    padding-top: 18px;
  }

  .hero-content > .eyebrow {
    font-size: 0.62rem;
    line-height: 1.45;
    margin-bottom: 14px;
    margin-top: 0;
  }

  h1 {
    font-size: clamp(3.05rem, 17vw, 4.6rem);
    gap: 10px;
    line-height: 0.9;
  }

  .hero-brand-lockup {
    margin-bottom: 18px;
  }

  .hero-divider {
    width: min(220px, 58vw);
  }

  .hero-tagline {
    font-size: 0.62rem;
    line-height: 1.45;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-actions .button {
    min-height: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-proof {
    bottom: 18px;
    gap: 8px 14px;
    left: 20px;
    right: 20px;
  }

  .hero-proof span {
    font-size: 0.6rem;
    line-height: 1.35;
  }

  .section-pad {
    padding: 48px 20px;
  }

  .section-heading > p:last-child,
  .survey-copy > p:not(.eyebrow),
  .project-fit-copy p:not(.eyebrow),
  .plunge-copy p:not(.eyebrow),
  .editorial-columns p,
  .intro-text {
    font-size: 1rem;
    line-height: 1.62;
  }

  .editorial-break h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
    text-align: left;
  }

  .editorial-break-copy {
    gap: 26px;
  }

  .intro,
  .split-list,
  .service-grid,
  .proof-grid,
  .area-grid,
  .consult,
  .gunite-plunge,
  .project-fit,
  .estate-survey,
  .survey-points,
  .lead-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .project-fit {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-fit-copy {
    gap: 18px;
  }

  .project-fit-copy h2 {
    font-size: clamp(2.15rem, 11vw, 3.45rem);
  }

  .project-fit-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-fit-actions span {
    font-size: 0.68rem;
    line-height: 1.5;
  }

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

  .fit-story,
  .fit-story-large {
    aspect-ratio: auto;
    grid-row: auto;
    height: 310px;
    min-height: 0;
  }

  .fit-story div {
    padding: 18px;
  }

  .fit-story h3 {
    font-size: clamp(1.2rem, 6.8vw, 1.72rem);
  }

  .plunge-copy {
    gap: 18px;
  }

  .plunge-copy h2 {
    font-size: clamp(2.15rem, 11vw, 3.55rem);
  }

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

  .plunge-card,
  .plunge-card-large {
    grid-column: 1 / -1;
    height: 315px;
  }

  .plunge-card div {
    padding: 18px;
  }

  .plunge-card h3 {
    font-size: clamp(1.18rem, 6.8vw, 1.72rem);
  }

  .portfolio-gallery {
    gap: 5px;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .portfolio-tile,
  .portfolio-tile-large {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .portfolio.section-pad {
    padding-top: 50px;
  }

  .portfolio-caption {
    padding: 14px;
  }

  .portfolio-caption h3 {
    font-size: clamp(1rem, 5.8vw, 1.35rem);
    max-width: 290px;
  }

  .portfolio-caption span {
    font-size: 0.56rem;
    margin-bottom: 6px;
  }

  .family-legacy {
    min-height: 680px;
  }

  .family-legacy img {
    object-position: 66% center;
  }

  .family-legacy-shade {
    background:
      linear-gradient(180deg, rgba(2, 9, 12, 0.78), rgba(2, 9, 12, 0.46) 48%, rgba(2, 9, 12, 0.18)),
      linear-gradient(90deg, rgba(2, 9, 12, 0.74), rgba(2, 9, 12, 0.1));
  }

  .family-legacy-copy {
    padding: 58px 20px;
  }

  .family-legacy-copy h2 {
    font-size: clamp(2.4rem, 12vw, 3.75rem);
  }

  .family-legacy-copy p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.62;
    max-width: 335px;
  }

  .portfolio-lightbox {
    padding: 12px;
  }

  .lightbox-copy {
    padding: 24px;
  }

  .lightbox-copy h3 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .survey-points article,
  .split-list div,
  .service-grid article,
  .proof-grid article {
    min-height: auto;
  }

  .survey-frame,
  .survey-frame-plan {
    height: auto;
    min-height: 0;
  }

  .survey-showcase {
    gap: 28px;
  }

  .survey-frame img {
    height: 315px;
    object-fit: cover;
  }

  .survey-frame::after {
    display: none;
  }

  .survey-frame-copy {
    background:
      linear-gradient(180deg, rgba(6, 18, 22, 0.98), rgba(2, 9, 12, 1));
    padding: 18px 20px 22px;
    position: relative;
  }

  .survey-frame-copy h3 {
    font-size: clamp(1.36rem, 6.35vw, 1.88rem);
    line-height: 1.1;
  }

  .survey-frame-copy span {
    font-size: 0.62rem;
  }

  .plan-tag {
    display: none;
  }

  .tag-flight {
    display: block;
    font-size: 0.58rem;
    left: 14px;
    letter-spacing: 0.1em;
    padding: 8px 9px;
    top: 14px;
  }

  .render-chip {
    display: none;
  }

  .chip-one {
    display: block;
    font-size: 0.58rem;
    left: 14px;
    letter-spacing: 0.1em;
    padding: 8px 9px;
    top: 14px;
  }

  .survey-frame-finished .survey-frame-copy::before {
    color: #d7a46c;
    content: "Finished poolscape";
    display: block;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .process-list li {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}
