:root {
  --black: #080909;
  --black-2: #101111;
  --white: #ffffff;
  --paper: #f5f2ec;
  --muted: #a8aaa5;
  --muted-dark: #5a5d58;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(8, 9, 9, 0.14);
  --orange: #ce6535;
  --orange-2: #f07a3a;
  --green: #315845;
  --font-display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
}

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

img,
svg {
  display: block;
}

img {
  width: 100%;
}

svg {
  fill: currentColor;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--orange);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, auto) minmax(230px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4.6vw, 62px);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 9, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--orange);
  color: var(--orange-2);
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.brand-mark.small {
  width: 52px;
  height: 52px;
  font-size: 32px;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand small,
.site-nav,
.language-toggle,
.header-call,
.kicker,
.section-label,
.button,
.inline-link,
.contact-card span,
.referral,
.sticky-contact,
.site-footer {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
}

.site-nav {
  display: flex;
  gap: clamp(15px, 2.2vw, 34px);
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

.site-nav a,
.inline-link {
  position: relative;
}

.site-nav a::after,
.inline-link::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  content: "";
}

.site-nav a:hover::after,
.inline-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--orange);
  background: rgba(255, 255, 255, 0.04);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 4px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.language-toggle button {
  min-width: 42px;
  min-height: 36px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.language-toggle button.is-active {
  background: var(--white);
  color: var(--black);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  gap: 5px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  cursor: pointer;
}

.mobile-language-toggle {
  display: none;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

body.nav-open .menu-toggle span:first-child {
  transform: translateY(7px) rotate(45deg);
}

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

body.nav-open .menu-toggle span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1280px) {
  body.nav-open {
    overflow: hidden;
  }
}

.header-call svg,
.button svg,
.sticky-contact svg {
  width: 17px;
  height: 17px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  min-height: 100vh;
  padding: 118px clamp(18px, 4.6vw, 62px) 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 1) 0%, rgba(8, 9, 9, 0.98) 36%, rgba(8, 9, 9, 0.32) 68%, rgba(8, 9, 9, 0.14) 100%),
    radial-gradient(circle at 82% 18%, rgba(206, 101, 53, 0.2), transparent 28%),
    var(--black);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 12.5vw 100%, 12.5vw 100%;
  opacity: 0.35;
  pointer-events: none;
  content: "";
}

.hero-rail {
  position: absolute;
  bottom: 64px;
  left: clamp(20px, 3vw, 42px);
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 16px;
  color: var(--muted);
}

.hero-rail span {
  writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-rail::after {
  width: 1px;
  height: 150px;
  background: linear-gradient(var(--muted), transparent);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 790px;
  padding: 36px 0 82px 32px;
}

.kicker,
.section-label {
  margin: 0 0 18px;
  color: var(--orange-2);
}

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

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 730px;
  font-size: clamp(76px, 10.2vw, 154px);
  line-height: 0.79;
}

h2 {
  font-size: clamp(46px, 6vw, 90px);
  line-height: 0.88;
}

h3 {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 460px;
  margin-top: 34px;
  color: #dddeda;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.65;
  text-transform: uppercase;
}

.spanish-note {
  width: fit-content;
  margin-top: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(240, 122, 58, 0.46);
  color: var(--orange-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-note {
  margin-top: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  transition:
    transform 200ms ease,
    background 200ms ease,
    border-color 200ms ease;
}

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

.button.primary {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.04);
}

.hero-media {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 680px;
  overflow: hidden;
}

.hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 0.82), rgba(8, 9, 9, 0.06) 42%, rgba(8, 9, 9, 0.16)),
    linear-gradient(0deg, rgba(8, 9, 9, 0.42), transparent 44%);
  content: "";
}

.hero-video,
.hero-fallback {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.05);
  animation: heroZoom 900ms ease-out both;
}

.hero-video {
  display: block;
  background: #000;
}

.hero-fallback {
  display: none;
}

.hero-media video:not([src]) + .hero-fallback {
  display: block;
}

.hero-card {
  position: absolute;
  right: clamp(20px, 4vw, 70px);
  bottom: 58px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 320px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  background: rgba(8, 9, 9, 0.75);
  backdrop-filter: blur(14px);
}

.hero-card p {
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.45;
  text-transform: uppercase;
}

.services,
.process,
.local-seo {
  padding: clamp(74px, 8vw, 112px) clamp(18px, 4.6vw, 62px);
  background: var(--paper);
  color: var(--black);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(32px, 8vw, 130px);
  align-items: end;
  max-width: 1280px;
  margin: 0 auto 44px;
}

.section-intro,
.work-copy p,
.process-grid p,
.contact-copy p,
.service-card p {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.68;
}

.service-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}

.service-card {
  display: grid;
  min-height: 420px;
  padding: 16px 16px 22px;
  background: var(--black);
  color: var(--white);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(8, 9, 9, 0.22);
}

.service-card span {
  margin-top: 22px;
  color: var(--orange-2);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
}

.service-card h3 {
  margin-top: 6px;
}

.service-card p {
  margin-top: 14px;
  color: #cdd0ca;
}

.service-visual {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  min-height: 155px;
  object-fit: cover;
  background: #3d403c;
  overflow: hidden;
  filter: saturate(1.05) contrast(1.04);
}

.work {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  padding: clamp(74px, 8vw, 118px) clamp(18px, 4.6vw, 62px);
  background: var(--black);
  color: var(--white);
}

.work-copy {
  max-width: 500px;
}

.work-copy p {
  margin-top: 22px;
  color: #c7c9c2;
}

.inline-link {
  display: inline-block;
  margin-top: 34px;
  color: var(--white);
}

.work-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  overflow: hidden;
}

.work-strip img {
  height: clamp(330px, 42vw, 560px);
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 600ms ease;
}

.work-strip img:hover {
  transform: scale(1.035);
}

.project-gallery {
  padding: clamp(74px, 8vw, 118px) clamp(18px, 4.6vw, 62px);
  background: var(--paper);
  color: var(--black);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: var(--black);
}

.gallery-item.tall {
  grid-row: span 2;
  min-height: 760px;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 700ms ease;
}

.gallery-item.tall img {
  object-position: center top;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item::after {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(transparent, rgba(8, 9, 9, 0.82));
  content: "";
}

.gallery-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 7px;
  padding: 22px;
  color: var(--white);
}

.gallery-item figcaption span {
  color: var(--orange-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gallery-item figcaption strong {
  max-width: 340px;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.process {
  background: var(--white);
}

.local-seo {
  background: var(--black);
  color: var(--white);
}

.local-seo .section-intro,
.city-list {
  color: #c7c9c2;
}

.local-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
}

.local-card {
  display: grid;
  align-content: space-between;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.local-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
  background: rgba(206, 101, 53, 0.16);
}

.local-card span,
.review-prompts span {
  color: var(--orange-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.local-card strong {
  margin-top: 42px;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.city-list {
  max-width: 980px;
  margin: 30px auto 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.65;
  text-transform: uppercase;
}

.reviews {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 7vw, 86px);
  align-items: center;
  padding: clamp(68px, 8vw, 108px) clamp(18px, 4.6vw, 62px);
  background: var(--white);
  color: var(--black);
}

.review-copy {
  max-width: 760px;
}

.review-copy p:last-child,
.review-prompts p {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.68;
}

.review-copy p:last-child {
  max-width: 520px;
  margin-top: 22px;
}

.review-prompts {
  display: grid;
  gap: 14px;
}

.review-prompts article {
  padding: 24px;
  border: 1px solid var(--line-dark);
  background: var(--paper);
}

.review-prompts p {
  margin-top: 12px;
}

.process > .section-label,
.process > h2 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1280px;
  margin: 54px auto 0;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.process-grid article {
  min-height: 245px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.process-grid span {
  display: block;
  margin-bottom: 50px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(8, 9, 9, 0.18);
  font-family: var(--font-display);
  font-size: 88px;
  font-weight: 900;
  line-height: 0.7;
}

.process-grid h3 {
  color: var(--black);
}

.process-grid p {
  margin-top: 12px;
}

.referral {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.62fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  padding: clamp(64px, 7vw, 96px) clamp(18px, 4.6vw, 62px);
  background:
    linear-gradient(135deg, rgba(206, 101, 53, 0.96), rgba(8, 9, 9, 0.9)),
    linear-gradient(90deg, transparent 0 24%, rgba(255, 255, 255, 0.12) 24% 24.2%, transparent 24.2% 49%, rgba(255, 255, 255, 0.12) 49% 49.2%, transparent 49.2%);
  color: var(--white);
}

.referral-copy {
  max-width: 820px;
}

.referral-copy .section-label {
  color: var(--white);
}

.referral-copy p:last-child {
  max-width: 560px;
  margin-top: 24px;
  color: #f1e4dc;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.65;
  text-transform: uppercase;
}

.referral-actions {
  display: grid;
  gap: 14px;
}

.dark-ghost {
  background: rgba(8, 9, 9, 0.28);
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.72fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
  padding: clamp(66px, 7vw, 104px) clamp(18px, 4.6vw, 62px);
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 0.96), rgba(8, 9, 9, 0.72)),
    url("./assets/robinson-work-2.jpg") center / cover;
  color: var(--white);
}

.static-header {
  position: sticky;
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.9fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  min-height: 92vh;
  padding: 120px clamp(18px, 4.6vw, 62px) 64px;
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 1), rgba(8, 9, 9, 0.93)),
    var(--black);
  color: var(--white);
}

.seo-copy {
  max-width: 760px;
}

.seo-copy h1 {
  font-size: clamp(62px, 8.6vw, 128px);
}

.seo-copy > p:not(.kicker):not(.spanish-note) {
  max-width: 560px;
  margin-top: 28px;
  color: #dddeda;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-transform: uppercase;
}

.seo-hero img {
  height: min(660px, 72vh);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.04);
}

.seo-content,
.seo-areas {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(280px, 0.95fr);
  gap: clamp(30px, 7vw, 94px);
  padding: clamp(68px, 8vw, 108px) clamp(18px, 4.6vw, 62px);
  background: var(--paper);
  color: var(--black);
}

.seo-panel {
  padding: 28px;
  border: 1px solid var(--line-dark);
  background: var(--white);
}

.seo-panel p,
.seo-panel li {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.7;
}

.seo-panel ul {
  margin: 22px 0 0;
  padding-left: 20px;
}

.seo-areas {
  display: block;
  background: var(--black);
  color: var(--white);
}

.area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1120px;
}

.area-links a {
  padding: 14px 18px;
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.area-links a:hover {
  border-color: var(--orange);
  background: rgba(206, 101, 53, 0.18);
}

.seo-contact {
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 0.96), rgba(8, 9, 9, 0.76)),
    url("./assets/project-covered-patio.jpg") center / cover;
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 0.92fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  min-height: 90vh;
  padding: 120px clamp(18px, 4.6vw, 62px) 64px;
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 1), rgba(8, 9, 9, 0.9)),
    var(--black);
  color: var(--white);
}

.booking-copy {
  max-width: 760px;
}

.booking-copy h1 {
  font-size: clamp(58px, 8vw, 118px);
}

.booking-copy > p:not(.kicker):not(.spanish-note) {
  max-width: 580px;
  margin-top: 28px;
  color: #dddeda;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-transform: uppercase;
}

.booking-hero img {
  height: min(650px, 70vh);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.04);
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 92px);
  padding: clamp(68px, 8vw, 108px) clamp(18px, 4.6vw, 62px);
  background: var(--paper);
  color: var(--black);
}

.booking-intro p:not(.section-label) {
  max-width: 430px;
  color: var(--muted-dark);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.7;
  text-transform: uppercase;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line-dark);
  background: var(--white);
}

.booking-form label {
  display: grid;
  gap: 8px;
}

.booking-form span,
.booking-note {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: #fbfaf7;
  color: var(--black);
  font: 700 15px/1.35 var(--font-body);
  padding: 14px 15px;
}

.booking-form textarea {
  min-height: 150px;
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(206, 101, 53, 0.35);
  outline-offset: 2px;
  border-color: var(--orange);
}

.booking-full,
.booking-submit,
.booking-note {
  grid-column: 1 / -1;
}

.booking-submit {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

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

.contact-copy p {
  max-width: 390px;
  margin-top: 18px;
  color: #d9dbd6;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(8, 9, 9, 0.72);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.contact-card:hover {
  transform: translateX(8px);
  border-color: var(--orange);
}

.contact-card.call {
  background: linear-gradient(135deg, var(--orange), #a84929);
}

.contact-card strong {
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1;
}

.sticky-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(3, auto);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(8, 9, 9, 0.84);
  backdrop-filter: blur(18px);
}

.sticky-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 18px;
  border-right: 1px solid var(--line);
}

.sticky-contact a:first-child {
  background: var(--orange);
}

.sticky-contact a:last-child {
  border-right: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4.6vw, 62px);
  background: var(--black);
  color: var(--muted);
}

.static-header {
  position: sticky;
  top: 0;
}

.jobs-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  padding: 138px clamp(18px, 4.6vw, 62px) 76px;
  background:
    linear-gradient(135deg, rgba(8, 9, 9, 1) 0%, rgba(8, 9, 9, 0.95) 46%, rgba(206, 101, 53, 0.16) 100%),
    var(--black);
}

.jobs-hero-copy {
  max-width: 760px;
}

.jobs-hero h1 {
  margin-bottom: 22px;
}

.jobs-hero-copy > p:not(.kicker):not(.spanish-note) {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(15px, 1.7vw, 22px);
  line-height: 1.65;
}

.jobs-hero img {
  height: clamp(440px, 61vh, 720px);
  object-fit: cover;
  border: 1px solid var(--line);
}

.job-menu {
  position: sticky;
  top: 76px;
  z-index: 30;
  display: flex;
  gap: 1px;
  overflow-x: auto;
  padding: 0 clamp(18px, 4.6vw, 62px);
  border-block: 1px solid var(--line);
  background: rgba(8, 9, 9, 0.9);
  backdrop-filter: blur(18px);
}

.job-menu a {
  flex: 0 0 auto;
  min-height: 58px;
  padding: 20px clamp(15px, 2.6vw, 32px);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.job-menu a:hover {
  background: var(--orange);
  color: var(--white);
}

.jobs-section {
  scroll-margin-top: 136px;
  padding: 92px clamp(18px, 4.6vw, 62px);
  background: var(--paper);
  color: var(--black);
}

.jobs-section:nth-of-type(odd) {
  background: #ebe6dc;
}

.jobs-heading {
  margin-bottom: 34px;
}

.jobs-heading h2 {
  max-width: 980px;
  color: var(--black);
  font-size: clamp(48px, 7vw, 104px);
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.job-card {
  display: grid;
  min-height: 100%;
  background: var(--paper);
}

.job-card img {
  aspect-ratio: 1.12 / 1;
  height: auto;
  object-fit: cover;
  background: #d7d1c6;
}

.job-card-body {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: clamp(22px, 3vw, 34px);
}

.job-card-body span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.job-card-body h3 {
  margin: 0;
  color: var(--black);
  font-family: var(--font-display);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 0.95;
  text-transform: uppercase;
}

.job-card-body p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.62;
}

.job-card-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.job-card-body li {
  padding: 8px 10px;
  border: 1px solid var(--line-dark);
  color: var(--black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jobs-cta {
  display: grid;
  justify-items: start;
  gap: 18px;
  padding: 104px clamp(18px, 4.6vw, 62px);
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 0.94), rgba(8, 9, 9, 0.76)),
    url("./assets/jobs/finished-pool-paver-deck.jpg") center / cover;
  color: var(--white);
}

.jobs-cta h2 {
  max-width: 920px;
}

.jobs-cta p:not(.section-label) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(15px, 1.8vw, 21px);
  line-height: 1.65;
}

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

html.js [data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

html.js .site-header[data-animate] {
  transform: translateY(-18px);
}

html.js .site-header[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroZoom {
  from {
    transform: scale(1.11);
  }
  to {
    transform: scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  html.js [data-animate] {
    opacity: 1;
    transform: none;
  }
}

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

  .site-nav {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    z-index: 80;
    display: grid;
    gap: 0;
    justify-content: stretch;
    padding: 0 clamp(18px, 4.6vw, 62px) 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(8, 9, 9, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 54px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
  }

  .mobile-language-toggle {
    display: none;
  }

  .site-nav a::after {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .hero,
  .section-grid,
  .work,
  .referral,
  .contact,
  .reviews,
  .seo-hero,
  .seo-content,
  .booking-hero,
  .booking-section,
  .jobs-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 96px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-media {
    min-height: 520px;
  }

  .hero-video,
  .hero-fallback {
    min-height: 520px;
    object-position: center center;
  }

  .service-track,
  .process-grid,
  .local-grid,
  .jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-hero {
    padding-top: 108px;
  }

  .job-menu {
    top: 76px;
  }
}

@media (max-width: 680px) {
  .site-header {
    display: block;
    min-height: 68px;
    padding: 10px 12px;
  }

  .site-nav {
    top: 68px;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    padding: 0 16px 16px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .brand small {
    display: none;
  }

  .brand-text {
    display: none;
  }

  .header-call {
    display: none;
  }

  .header-actions {
    position: absolute;
    top: 10px;
    right: 12px;
    gap: 8px;
  }

  .language-toggle {
    display: none;
  }

  .mobile-language-toggle {
    display: inline-flex;
    gap: 6px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
  }

  .mobile-language-toggle button {
    min-width: 64px;
    min-height: 42px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--muted);
    font: inherit;
    cursor: pointer;
  }

  .mobile-language-toggle button.is-active {
    background: var(--white);
    color: var(--black);
  }

  .menu-toggle {
    order: 10;
    position: fixed;
    top: 10px;
    right: 12px;
    z-index: 120;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-color: var(--orange);
    background: var(--orange);
    color: var(--white);
  }

  .hero {
    justify-items: start;
    min-height: auto;
    padding: 94px 16px 0;
  }

  .hero-rail {
    display: none;
  }

  .hero-copy {
    padding: 26px 0 42px;
    width: min(358px, 100%);
    max-width: 358px;
  }

  h1 {
    max-width: 358px;
    font-size: clamp(54px, 16.4vw, 68px);
  }

  h2 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .hero-lede {
    max-width: 358px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .spanish-note {
    max-width: 100%;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .hero-actions,
  .work-strip,
  .service-track,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
    width: min(358px, 100%);
    max-width: 358px;
  }

  .button {
    width: 100%;
    min-height: 58px;
  }

  .hero-media {
    min-height: 520px;
    margin: 0 -16px;
  }

  .hero-video,
  .hero-fallback {
    min-height: 520px;
  }

  .hero-card {
    right: 16px;
    bottom: 20px;
    left: 16px;
    max-width: none;
  }

  .services,
  .work,
  .project-gallery,
  .local-seo,
  .reviews,
  .process,
  .referral,
  .contact,
  .seo-hero,
  .seo-content,
  .seo-areas,
  .booking-hero,
  .booking-section,
  .jobs-section,
  .jobs-cta {
    padding: 64px 16px;
  }

  .jobs-hero {
    gap: 30px;
    padding: 94px 16px 44px;
  }

  .jobs-hero-copy {
    width: min(358px, 100%);
    max-width: 358px;
  }

  .jobs-hero-copy > p:not(.kicker):not(.spanish-note) {
    max-width: 100%;
    font-size: 12px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .jobs-hero img {
    height: 330px;
  }

  .job-menu {
    position: static;
    padding: 0 16px;
    border-top: 0;
  }

  .job-menu a {
    min-height: 52px;
    padding: 17px 18px;
    font-size: 11px;
  }

  .jobs-heading h2 {
    font-size: clamp(44px, 13vw, 68px);
  }

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

  .jobs-section {
    scroll-margin-top: 122px;
  }

  .job-card img {
    aspect-ratio: 1 / 0.9;
  }

  .service-card {
    min-height: 360px;
  }

  .work-strip img {
    height: 430px;
  }

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

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

  .local-card {
    min-height: 190px;
  }

  .seo-hero {
    padding-top: 96px;
  }

  .seo-copy {
    width: min(358px, 100%);
    max-width: 358px;
  }

  .booking-copy {
    width: min(358px, 100%);
    max-width: 358px;
  }

  .seo-hero img,
  .booking-hero img {
    height: 430px;
  }

  .seo-copy h1,
  .booking-copy h1 {
    font-size: clamp(54px, 15.8vw, 72px);
  }

  .seo-copy > p:not(.kicker):not(.spanish-note),
  .booking-copy > p:not(.kicker):not(.spanish-note) {
    max-width: 100%;
    font-size: 12px;
    letter-spacing: 0.09em;
    overflow-wrap: break-word;
  }

  .booking-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .booking-submit {
    width: 100%;
  }

  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 430px;
  }

  .process-grid article {
    min-height: auto;
  }

  .contact {
    padding-bottom: 112px;
  }

  .contact-card strong {
    font-size: 28px;
  }

  .sticky-contact {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .sticky-contact a:nth-child(2),
  .sticky-contact a:last-child {
    display: none;
  }

  .sticky-contact a {
    min-width: 0;
    padding: 0 10px;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 92px;
  }
}
