:root {
  --ink: #173c32;
  --ink-2: #244d41;
  --orange: #f26430;
  --orange-dark: #d84b20;
  --cream: #fff8ed;
  --sand: #f4e6ce;
  --gold: #e5ae63;
  --purple: #80627e;
  --white: #ffffff;
  --muted: #66736e;
  --line: rgba(23, 60, 50, 0.13);
  --shadow: 0 22px 60px rgba(42, 50, 43, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(22px, 5vw, 72px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}
.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: 16px; letter-spacing: -0.02em; }
.brand small { margin-top: 5px; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-cta { padding: 11px 18px; color: var(--white); background: var(--ink); border-radius: 999px; }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 130px clamp(22px, 6vw, 88px) 88px;
  background: linear-gradient(125deg, #fff9ef 0%, #f6dcc7 48%, #bd8a8d 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,248,237,.96) 0%, rgba(255,248,237,.88) 39%, rgba(255,248,237,.16) 66%, rgba(23,60,50,.12) 100%);
}
.hero-content { position: relative; z-index: 3; width: min(600px, 55%); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.045em; }
h1 { margin: 0; max-width: 640px; font-size: clamp(54px, 7vw, 92px); line-height: .97; }
h1 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 520px; margin: 26px 0 0; color: #445a52; font-size: clamp(17px, 1.8vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .choice:focus-visible, .copy-request:focus-visible, a:focus-visible { outline: 3px solid rgba(242,100,48,.38); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 28px rgba(216,75,32,.25); }
.button-primary:hover { background: var(--orange-dark); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 38px 0 0; padding: 0; list-style: none; color: #53665f; font-size: 13px; font-weight: 700; }
.trust-row li::before { content: "✓"; margin-right: 7px; color: var(--orange); }

.hero-art { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.sun { position: absolute; top: 20%; right: 20%; width: 150px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,224,177,.72); box-shadow: 0 0 70px 35px rgba(255,203,151,.3); }
.mountains { position: absolute; right: -5%; bottom: 23%; width: 72%; height: 43%; clip-path: polygon(0 100%, 14% 50%, 26% 72%, 45% 24%, 60% 66%, 76% 37%, 100% 72%, 100% 100%); }
.mountains-back { background: rgba(111,83,109,.40); transform: translateY(-36px) scale(1.04); }
.mountains-front { background: linear-gradient(150deg, #826a6e, #394c43); }
.neighborhood { position: absolute; right: -2%; bottom: 0; width: 68%; height: 34%; background: linear-gradient(#a67d57 0 8%, #695744 8% 11%, #756852 11%); }
.house { position: absolute; bottom: 20%; width: 180px; height: 92px; background: #d9c4a7; box-shadow: inset 0 -14px 0 rgba(67,55,45,.15); }
.house::before { content: ""; position: absolute; left: -18px; top: -54px; border-left: 108px solid transparent; border-right: 108px solid transparent; border-bottom: 56px solid #5f493c; }
.house::after { content: ""; position: absolute; left: 26px; bottom: 0; width: 42px; height: 60px; background: #5d4637; box-shadow: 78px -7px 0 -12px #f0c58c; }
.h1 { left: 6%; transform: scale(.82); opacity: .82; }
.h2 { left: 37%; bottom: 13%; transform: scale(1.1); }
.h3 { right: -4%; transform: scale(.86); opacity: .9; }
.cactus { position: absolute; bottom: 8%; width: 14px; height: 86px; border-radius: 10px 10px 2px 2px; background: #31483c; }
.cactus::before, .cactus::after { content: ""; position: absolute; top: 26px; width: 19px; height: 10px; border-radius: 10px; border: 7px solid #31483c; border-top: 0; }
.cactus::before { right: 7px; transform: rotate(-90deg); }
.cactus::after { left: 7px; top: 43px; transform: rotate(90deg); }
.c1 { left: 29%; transform: scale(1.2); }
.c2 { right: 25%; transform: scale(.8); }
.price-callout {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 7vw, 110px);
  bottom: 52px;
  width: 220px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  color: var(--white);
  background: rgba(23,60,50,.94);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.price-callout p { align-self: flex-start; margin: 0 0 4px; padding: 5px 10px; color: var(--ink); background: var(--sand); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price-callout strong { margin-top: 7px; font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: 72px; line-height: .98; letter-spacing: -.07em; }
.price-callout strong span { vertical-align: top; font-size: 28px; }
.price-callout > span { color: #e3ede7; font-weight: 700; }
.price-callout small { margin-top: 18px; padding-top: 16px; color: #c2d1ca; border-top: 1px solid rgba(255,255,255,.18); }

.compare-section { padding: 100px clamp(22px, 6vw, 88px); background: #fffdf8; }
.section-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .booking-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.04; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.chooser { max-width: 1080px; margin: 0 auto 32px; padding: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: 24px; }
.chooser-question { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; padding: 18px 0; }
.chooser-question + .chooser-question { border-top: 1px solid var(--line); }
.chooser-question > span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-weight: 800; }
.chooser-question strong { display: block; margin: 5px 0 14px; font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: 17px; }
.segmented { display: flex; flex-wrap: wrap; gap: 8px; }
.choice { min-height: 42px; padding: 10px 16px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-weight: 700; }
.choice.active { color: var(--white); background: var(--orange); border-color: var(--orange); }
.recommendation { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin: 18px -8px -8px; padding: 20px; background: var(--white); border-radius: 18px; box-shadow: 0 10px 30px rgba(23,60,50,.07); }
.recommendation-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--white); background: var(--orange); border-radius: 14px; font-family: "Avenir Next", "Segoe UI", sans-serif; font-weight: 800; }
.recommendation small { display: block; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.recommendation strong { display: block; font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: 19px; }
.recommendation p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1080px; margin: 0 auto; }
.plan-card { position: relative; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 40px rgba(23,60,50,.06); transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.plan-card.selected { border: 2px solid var(--orange); box-shadow: 0 18px 50px rgba(242,100,48,.14); transform: translateY(-3px); }
.plan-topline { display: flex; justify-content: space-between; gap: 12px; min-height: 27px; }
.plan-label { color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.selected-badge { display: none; padding: 4px 9px; color: var(--white); background: var(--orange); border-radius: 999px; font-size: 10px; font-weight: 800; }
.plan-card.selected .selected-badge { display: inline-flex; }
.plan-card h3 { margin: 20px 0 4px; font-size: 29px; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin: 0; }
.plan-price strong { font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: 56px; letter-spacing: -.06em; }
.plan-price span { color: var(--muted); font-weight: 700; }
.plan-summary { min-height: 52px; color: var(--muted); }
.plan-card ul { margin: 27px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan-card li { display: flex; gap: 10px; margin: 13px 0; }
.plan-card li span { color: var(--orange); font-weight: 800; }
.plan-card .button { width: 100%; }
.prototype-note { max-width: 1080px; margin: 20px auto 0; color: var(--muted); font-size: 12px; text-align: center; }

.booking-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 7vw, 110px); align-items: center; padding: 105px clamp(22px, 8vw, 120px); color: var(--white); background: var(--ink); }
.booking-copy { max-width: 670px; }
.booking-copy .eyebrow { color: #ffc099; }
.booking-copy > p:not(.eyebrow) { max-width: 600px; color: #bdd0c8; font-size: 18px; }
.booking-steps { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 38px; color: #dce7e2; font-size: 13px; font-weight: 700; }
.booking-steps span { display: flex; align-items: center; gap: 8px; }
.booking-steps b { display: grid; width: 27px; height: 27px; place-items: center; color: var(--ink); background: #ffc099; border-radius: 50%; }
.contact-card { padding: 34px; color: var(--ink); background: var(--cream); border-radius: 26px; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.demo-label { display: inline-flex; margin: 0 0 24px; padding: 5px 10px; color: #70442f; background: #f7d8c2; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card > small { display: block; color: var(--muted); font-weight: 700; }
.contact-card h3 { margin: 4px 0 0; font-size: 30px; }
.contact-price { margin: 3px 0 24px; color: var(--orange-dark); font-size: 20px; font-weight: 800; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.copy-request { width: 100%; margin-top: 12px; padding: 10px; color: var(--ink); background: transparent; border: 0; cursor: pointer; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.contact-disclaimer { margin: 22px 0 0; padding-top: 18px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 26px clamp(22px, 6vw, 88px); color: #d8e5df; background: #102b24; font-size: 12px; }
footer p { margin: 0; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { width: 35px; height: 35px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; padding: 12px 18px; color: var(--white); background: #0c241e; border-radius: 999px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s ease, transform .2s ease; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 850px) {
  nav a:first-child { display: none; }
  .hero { min-height: 800px; align-items: flex-start; padding-top: 150px; }
  .hero::after { background: linear-gradient(180deg, rgba(255,248,237,.95) 0%, rgba(255,248,237,.83) 53%, rgba(255,248,237,.08) 76%); }
  .hero-content { width: 100%; }
  .hero-art { transform: translateY(130px); }
  .neighborhood { width: 105%; height: 28%; }
  .mountains { width: 105%; bottom: 19%; }
  .price-callout { right: 22px; bottom: 25px; width: 188px; min-height: 185px; padding: 20px; border-radius: 22px; }
  .price-callout strong { font-size: 58px; }
  .plan-grid, .booking-section { grid-template-columns: 1fr; }
  .booking-section { gap: 50px; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 600px) {
  .site-header { padding: 18px; }
  .brand strong { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-cta { padding: 9px 13px; font-size: 12px; }
  .hero { min-height: 780px; padding: 128px 20px 225px; }
  h1 { font-size: 51px; }
  .hero-copy { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .text-link { align-self: flex-start; }
  .trust-row { display: none; }
  .price-callout { left: 20px; right: 20px; bottom: 24px; width: auto; min-height: auto; display: grid; grid-template-columns: auto 1fr; gap: 0 12px; align-items: center; }
  .price-callout p { grid-column: 1 / -1; }
  .price-callout strong { grid-row: 2 / 4; font-size: 54px; }
  .price-callout small { grid-column: 2; margin: 6px 0 0; padding: 0; border: 0; }
  .compare-section, .booking-section { padding: 76px 18px; }
  .section-heading { text-align: left; }
  .chooser { padding: 18px; }
  .chooser-question { grid-template-columns: 1fr; }
  .chooser-question > span { display: none; }
  .segmented { display: grid; grid-template-columns: 1fr 1fr; }
  .choice { min-height: 55px; padding: 10px; border-radius: 13px; }
  .recommendation { grid-template-columns: auto 1fr; }
  .recommendation .button { grid-column: 1 / -1; width: 100%; }
  .plan-card { padding: 26px 22px; }
  .plan-summary { min-height: auto; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-card { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
