:root {
  --ink: #f6fff8;
  --muted: rgba(246, 255, 248, 0.72);
  --dim: rgba(246, 255, 248, 0.52);
  --forest: #071b16;
  --forest-2: #0d2a21;
  --mint: #7ff0bf;
  --mint-2: #b7ffd9;
  --copper: #c7793d;
  --line: rgba(183, 255, 217, 0.2);
  --panel: rgba(7, 27, 22, 0.74);
  --panel-solid: #0c231c;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 8px;
  --header-h: 78px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 8%, rgba(199, 121, 61, 0.12), transparent 27rem),
    linear-gradient(180deg, #061612 0%, #081f19 42%, #061512 100%);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-160%);
  border: 1px solid var(--mint);
  border-radius: var(--radius);
  padding: 10px 14px;
  background: #02110d;
  color: var(--ink);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  padding: 18px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(4, 17, 13, 0.86), rgba(4, 17, 13, 0.18));
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(127, 240, 191, 0.42);
  border-radius: 50%;
  background: rgba(127, 240, 191, 0.1);
  color: var(--mint-2);
  font-family: Georgia, ui-serif, serif;
  font-size: 26px;
  font-style: italic;
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-copy strong {
  font-size: 18px;
  letter-spacing: 0.16em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.nav-links {
  display: flex;
  gap: clamp(16px, 2vw, 30px);
  color: var(--muted);
  font-size: 14px;
}

.nav-links a,
.nav-call {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-call:hover,
.nav-call:focus-visible {
  color: var(--mint-2);
}

.nav-call {
  border: 1px solid rgba(127, 240, 191, 0.38);
  border-radius: 999px;
  padding: 10px 15px;
  color: var(--ink);
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(1.02) contrast(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 13, 10, 0.95) 0%, rgba(4, 22, 17, 0.72) 38%, rgba(4, 22, 17, 0.18) 67%),
    linear-gradient(180deg, rgba(2, 13, 10, 0.35) 0%, rgba(2, 13, 10, 0.1) 52%, rgba(2, 13, 10, 0.86) 100%);
}

.hero::after {
  position: absolute;
  top: -30%;
  left: -20%;
  z-index: -1;
  width: 40vw;
  min-width: 320px;
  height: 150%;
  content: "";
  opacity: 0.34;
  background: linear-gradient(105deg, transparent 0%, rgba(183, 255, 217, 0.2) 48%, transparent 56%);
  transform: translateX(-25%) rotate(7deg);
  animation: hero-shine 7s ease-in-out 1s infinite;
}

.hero-content {
  display: flex;
  min-height: 100svh;
  width: min(620px, calc(100% - 36px));
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + 40px) 0 60px clamp(18px, 7vw, 96px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 9ch;
  margin-bottom: 24px;
  font-family: Georgia, ui-serif, serif;
  font-size: clamp(68px, 12vw, 172px);
  font-style: italic;
  font-weight: 500;
  line-height: 0.8;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 86px);
  font-weight: 780;
  line-height: 0.95;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.02;
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.35;
}

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

.button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius);
  padding: 13px 18px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button::after {
  position: absolute;
  inset: -80% auto -80% -35%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: rotate(18deg) translateX(-160%);
  transition: transform 500ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:hover::after,
.button:focus-visible::after {
  transform: rotate(18deg) translateX(420%);
}

.button-primary {
  background: var(--mint);
  color: #02110d;
  box-shadow: 0 18px 42px rgba(127, 240, 191, 0.16);
}

.button-ghost {
  border-color: rgba(246, 255, 248, 0.3);
  background: rgba(246, 255, 248, 0.06);
  color: var(--ink);
}

.hero-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  color: var(--muted);
}

.hero-phones a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration-color: rgba(127, 240, 191, 0.45);
  text-underline-offset: 4px;
}

section:not(.hero) {
  padding: clamp(72px, 10vw, 136px) clamp(18px, 5vw, 70px);
}

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

.section-heading p,
.texture-copy p,
.proof-copy p,
.final-cta p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.6;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(9, 35, 28, 0.82), rgba(6, 21, 18, 0.96)),
    radial-gradient(circle at 12% 10%, rgba(127, 240, 191, 0.12), transparent 32rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-tool {
  display: grid;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 32px);
  background: rgba(5, 21, 17, 0.72);
  box-shadow: var(--shadow);
}

fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

legend {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field-help {
  margin-bottom: 14px;
  color: var(--dim);
  font-size: 13px;
  line-height: 1.5;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.package-grid legend,
.package-grid .field-help {
  grid-column: 1 / -1;
}

.package-option {
  position: relative;
  display: grid;
  min-height: 150px;
  align-content: end;
  border: 1px solid rgba(183, 255, 217, 0.18);
  border-radius: var(--radius);
  padding: 16px;
  background:
    linear-gradient(140deg, rgba(127, 240, 191, 0.1), transparent 44%),
    rgba(255, 255, 255, 0.035);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.package-option:hover,
.package-option:focus-within {
  border-color: rgba(127, 240, 191, 0.56);
  transform: translateY(-2px);
}

.package-option input {
  position: absolute;
  inset: 14px 14px auto auto;
  width: 18px;
  height: 18px;
  accent-color: var(--mint);
}

.package-option:has(input:checked) {
  border-color: var(--mint);
  background:
    linear-gradient(140deg, rgba(127, 240, 191, 0.18), transparent 48%),
    rgba(127, 240, 191, 0.08);
}

.package-option strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.package-option small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(246, 255, 248, 0.86);
  font-size: 14px;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(183, 255, 217, 0.22);
  border-radius: var(--radius);
  padding: 13px 12px;
  background: rgba(0, 0, 0, 0.26);
  color: var(--ink);
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 4px rgba(127, 240, 191, 0.12);
}

.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.time-slots legend {
  width: 100%;
}

.time-slots label {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(183, 255, 217, 0.22);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.time-slots input {
  width: 16px;
  height: 16px;
  accent-color: var(--mint);
}

.booking-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.booking-summary span,
.booking-summary small {
  color: var(--dim);
}

.confirmation {
  border-left: 3px solid var(--mint);
  padding: 16px 0 0 16px;
}

.confirmation p {
  color: var(--muted);
  line-height: 1.5;
}

.confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.services-section {
  background: #061512;
}

.service-list {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 80px minmax(180px, 0.75fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 52px);
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: clamp(24px, 5vw, 54px) 0;
}

.service-row span {
  color: var(--copper);
  font-family: Georgia, ui-serif, serif;
  font-size: 30px;
  font-style: italic;
}

.service-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.55;
}

.texture-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 30%, rgba(127, 240, 191, 0.13), transparent 26rem),
    linear-gradient(180deg, #09221b 0%, #061512 100%);
}

.texture-panel {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.texture-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(140deg, rgba(6, 21, 18, 0.16), rgba(6, 21, 18, 0.72)),
    linear-gradient(90deg, transparent, rgba(183, 255, 217, 0.18), transparent);
}

.texture-panel::before {
  position: absolute;
  inset: 13%;
  z-index: 1;
  content: "";
  border: 1px solid rgba(183, 255, 217, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(183, 255, 217, 0.2) 43%, transparent 49%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 0 80px rgba(127, 240, 191, 0.08);
}

.texture-panel img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.05);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(246, 255, 248, 0.86);
  line-height: 1.45;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--mint);
}

.process-section {
  background: #061512;
}

.process-track {
  display: grid;
  max-width: 1060px;
  margin-top: 36px;
  margin-left: auto;
  gap: 16px;
}

.process-step {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  border-top: 1px solid var(--line);
  padding: clamp(24px, 4vw, 42px) 0;
}

.process-step span {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(127, 240, 191, 0.36);
  border-radius: 50%;
  color: var(--mint);
  font-family: Georgia, ui-serif, serif;
  font-size: 30px;
}

.process-step p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background:
    linear-gradient(rgba(5, 18, 14, 0.84), rgba(5, 18, 14, 0.84)),
    url("assets/ultra-wipe-hero.jpg") center / cover fixed;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-points {
  display: grid;
  gap: 12px;
}

.proof-points span {
  border: 1px solid rgba(183, 255, 217, 0.22);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 255, 248, 0.88);
  font-weight: 780;
}

.final-cta {
  min-height: 520px;
  display: grid;
  place-items: center start;
  background:
    radial-gradient(circle at 16% 12%, rgba(199, 121, 61, 0.16), transparent 25rem),
    radial-gradient(circle at 88% 42%, rgba(127, 240, 191, 0.12), transparent 26rem),
    #071b16;
}

.final-cta > div {
  max-width: 860px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 28px clamp(18px, 5vw, 70px);
  background: #04110d;
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration-color: rgba(127, 240, 191, 0.45);
  text-underline-offset: 4px;
}

.reveal {
  opacity: 0.88;
  transform: translateY(14px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-shine {
  0%,
  36% {
    transform: translateX(-25%) rotate(7deg);
  }
  58% {
    transform: translateX(215%) rotate(7deg);
  }
  100% {
    transform: translateX(215%) rotate(7deg);
  }
}

@media (max-width: 920px) {
  :root {
    --header-h: 72px;
  }

  .site-header {
    gap: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    padding-left: 18px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 13, 10, 0.95) 0%, rgba(4, 22, 17, 0.74) 56%, rgba(4, 22, 17, 0.3) 100%),
      linear-gradient(180deg, rgba(2, 13, 10, 0.24) 0%, rgba(2, 13, 10, 0.1) 46%, rgba(2, 13, 10, 0.9) 100%);
  }

  .booking-section,
  .texture-section,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .service-row {
    grid-template-columns: 52px 1fr;
  }

  .service-row p {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

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

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy span {
    font-size: 10px;
  }

  .nav-call {
    max-width: 116px;
    padding: 8px 10px;
    font-size: 12px;
    text-align: center;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-content {
    min-height: 92svh;
    padding-top: 112px;
    padding-bottom: 48px;
  }

  h1 {
    font-size: clamp(58px, 19vw, 88px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .package-grid,
  .booking-fields {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    grid-template-columns: 1fr;
  }

  .time-slots label {
    flex: 1 1 138px;
  }

  .texture-panel,
  .texture-panel img {
    min-height: 360px;
  }

  .process-step {
    grid-template-columns: 56px 1fr;
  }

  .process-step span {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .proof-section {
    background-attachment: scroll;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
