:root {
  --navy: #061d34;
  --navy-2: #08253f;
  --ink: #07162b;
  --muted: #4f6170;
  --gold: #bf8e38;
  --gold-light: #edcf86;
  --cream: #fbfaf6;
  --white: #ffffff;
  --line: rgba(7, 22, 43, .14);
  --shadow: 0 22px 60px rgba(6, 29, 52, .18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
}

.seasonal-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 10px clamp(18px, 3vw, 36px);
  background: linear-gradient(90deg, #091f3d, #123e72 48%, #b72332);
  color: var(--white);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.18);
}

.seasonal-topline span {
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  padding: 6px 10px;
  color: #ffffff;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.seasonal-topline strong {
  font-size: .98rem;
  line-height: 1.25;
}

.seasonal-topline a {
  color: #fff2b8;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .78rem;
}

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

a { color: inherit; }

.eyebrow {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-header {
  min-height: 146px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: 14px clamp(18px, 3vw, 36px);
  background: var(--white);
  box-shadow: 0 8px 30px rgba(6, 29, 52, .08);
}

.brand img {
  width: min(430px, 34vw);
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 42px);
  text-transform: uppercase;
  font-weight: 900;
  font-size: .95rem;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav .active::after {
  width: 100%;
}

.phone-block {
  display: grid;
  grid-template-columns: 58px auto;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.phone-block span:last-child {
  display: grid;
  gap: 2px;
}

.phone-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.phone-block small {
  font-size: 1rem;
}

.phone-block strong {
  color: var(--navy);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1;
}

.phone-block em {
  color: var(--gold);
  font-style: normal;
  font-size: 1.05rem;
  font-weight: 900;
}

.hero {
  min-height: 410px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 326px);
  gap: clamp(20px, 4vw, 70px);
  align-items: center;
  padding: clamp(32px, 5vw, 54px) clamp(28px, 5vw, 68px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.58) 36%, rgba(255,255,255,.08) 70%),
    url("clean-coastal-home.png") center right / cover no-repeat;
}

.holiday-home .hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(183,35,50,.12), transparent 27%),
    radial-gradient(circle at 78% 22%, rgba(18,62,114,.18), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.68) 38%, rgba(255,255,255,.12) 72%),
    url("clean-coastal-home.png") center right / cover no-repeat;
}

.holiday-home .eyebrow {
  color: #b72332;
}

.holiday-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(22px, 5vw, 68px);
  background: var(--navy);
  color: var(--white);
  border-top: 1px solid rgba(237,207,134,.35);
  border-bottom: 1px solid rgba(237,207,134,.35);
}

.holiday-home .holiday-strip {
  background: linear-gradient(90deg, #061d34, #0c3565 58%, #9c1d2a);
}

.holiday-strip div {
  display: grid;
  gap: 4px;
}

.holiday-strip span,
.holiday-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(237,207,134,.42);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.holiday-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.holiday-strip a {
  flex: 0 0 auto;
  border: 1px solid rgba(237,207,134,.7);
  border-radius: 7px;
  padding: 13px 18px;
  color: var(--gold-light);
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.mobile-action-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(237,207,134,.72);
  border-top: 1px solid rgba(237,207,134,.65);
  box-shadow: 0 -12px 28px rgba(6,29,52,.16);
}

.mobile-action-bar a {
  min-height: 58px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.mobile-action-bar a:last-child {
  background: linear-gradient(180deg, #f5d78c, #c9963e);
  color: var(--ink);
}

.holiday-hero {
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: clamp(34px, 6vw, 76px) clamp(18px, 6vw, 96px);
  background:
    linear-gradient(90deg, rgba(6,29,52,.92) 0%, rgba(6,29,52,.74) 42%, rgba(6,29,52,.18) 73%),
    url("clean-coastal-home.png") center right / cover no-repeat;
  color: var(--white);
}

.holiday-copy {
  max-width: 720px;
}

.holiday-copy .eyebrow {
  margin: 22px 0 12px;
  color: var(--gold-light);
}

.holiday-copy h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .94;
  color: var(--white);
}

.holiday-copy p {
  max-width: 650px;
  margin: 0 0 16px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.holiday-copy .cta-row {
  margin-top: 28px;
}

.availability-note {
  margin-top: 20px !important;
  color: var(--gold-light) !important;
  font-weight: 850;
}

.holiday-intro,
.holiday-serve {
  padding: clamp(54px, 8vw, 100px) clamp(22px, 7vw, 130px);
  background: var(--white);
}

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

.holiday-benefits article {
  min-height: 210px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--white);
}

.holiday-benefits strong,
.holiday-card-grid h3,
.holiday-availability h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
}

.holiday-benefits strong {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.holiday-benefits span {
  color: var(--muted);
  line-height: 1.6;
}

.holiday-serve {
  background: var(--cream);
}

.holiday-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.holiday-card-grid article {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.holiday-card-photo {
  height: clamp(250px, 26vw, 380px);
  background-position: center;
  background-size: cover;
}

.holiday-card-photo.hosting { background-image: url("service-lux-deep.jpg"); }
.holiday-card-photo.family { background-image: url("service-lux-standard.jpg"); }
.holiday-card-photo.rental { background-image: url("service-lux-vacation.jpg"); }
.holiday-card-photo.refresh { background-image: url("service-lux-recurring.jpg"); }

.holiday-card-grid h3 {
  margin: 22px 22px 8px;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.holiday-card-grid p {
  margin: 0 22px 24px;
  color: var(--muted);
  line-height: 1.55;
}

.holiday-availability {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: clamp(42px, 7vw, 82px) clamp(22px, 7vw, 130px);
  background:
    linear-gradient(180deg, #071a2c, #03111f),
    var(--navy);
  color: var(--white);
}

.holiday-availability h2 {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1;
}

.holiday-contact-panel {
  display: grid;
  gap: 12px;
  min-width: min(100%, 330px);
}

.holiday-quote {
  padding-top: clamp(52px, 7vw, 90px);
}

.holiday-faq {
  padding-bottom: clamp(54px, 7vw, 90px);
}

.hero-copy {
  max-width: 600px;
}

.hero h1 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: .96;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(3.4rem, 6.2vw, 5.6rem);
  font-weight: 400;
}

.hero p {
  max-width: 560px;
  margin: 0 0 22px;
  color: #111827;
  font-size: clamp(1.06rem, 1.65vw, 1.35rem);
  line-height: 1.42;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.call-cta,
.text-cta,
.request-button,
.founder-card a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
}

.call-cta,
.text-cta {
  gap: 12px;
  min-width: 218px;
  color: var(--white);
  line-height: 1.1;
}

.call-cta {
  background: var(--navy);
}

.text-cta {
  background: linear-gradient(135deg, #caa04f, var(--gold));
}

.call-cta span,
.text-cta span {
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.call-cta strong,
.text-cta strong {
  display: block;
  font-size: .98rem;
}

.founder-card {
  justify-self: end;
  width: min(100%, 326px);
  border: 2px solid var(--gold);
  border-radius: 14px;
  background: linear-gradient(180deg, var(--navy), #031326);
  color: var(--white);
  text-align: center;
  padding: 22px 26px;
  box-shadow: var(--shadow);
}

.founder-card span {
  display: block;
  color: var(--gold-light);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.35rem;
}

.founder-card h2 {
  margin: 18px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
}

.founder-card p {
  margin: 0 auto 12px;
  max-width: 240px;
  color: rgba(255,255,255,.92);
  line-height: 1.42;
  font-size: 1.12rem;
}

.founder-card strong {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-light);
}

.founder-card a,
.request-button {
  width: 100%;
  background: linear-gradient(180deg, #f5d78c, #c9963e);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

.founder-card small {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.92);
  font-size: .98rem;
}

.holiday-offer-card {
  border-color: rgba(255,255,255,.52);
  background:
    linear-gradient(180deg, rgba(6,29,52,.96), rgba(7,22,43,.98)),
    linear-gradient(135deg, rgba(183,35,50,.42), transparent 52%);
}

.holiday-offer-card span {
  font-size: .9rem;
  letter-spacing: .12em;
}

.holiday-offer-card h2 {
  color: #fff2b8;
}

.weekend-reset-section {
  padding: clamp(42px, 7vw, 76px) clamp(22px, 7vw, 130px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,250,246,.98));
}

.weekend-reset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 26px);
}

.weekend-reset-grid article {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 178px;
  align-content: center;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-top: 4px solid #b72332;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(6,29,52,.08);
}

.weekend-reset-grid article:nth-child(2) {
  border-top-color: #123e72;
}

.weekend-reset-grid article:nth-child(3) {
  border-top-color: var(--gold);
}

.weekend-reset-grid strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.weekend-reset-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.why-section {
  padding: clamp(48px, 7vw, 92px) clamp(22px, 7vw, 130px);
  background: var(--navy);
  color: var(--white);
}

.why-section .section-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.why-section .section-heading span,
.why-section .section-heading h2 {
  color: var(--white);
}

.why-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.why-list li {
  min-height: 92px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(237,207,134,.26);
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.9);
}

.why-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.15;
}

.why-list span {
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(237,207,134,.35);
  border-top: 1px solid rgba(237,207,134,.35);
  border-bottom: 1px solid rgba(237,207,134,.35);
}

.trust-strip article {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(22px, 3vw, 34px);
  background: #071a2c;
  color: var(--white);
}

.trust-strip span {
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.trust-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
}

.trust-strip p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.45;
}

.service-overview {
  padding: clamp(56px, 8vw, 110px) clamp(22px, 7vw, 130px);
  background: var(--white);
}

.areas {
  min-height: 168px;
  padding-right: 32px;
  border-right: 1px solid var(--line);
}

.areas span,
.section-kicker,
.section-heading span {
  display: inline-block;
  color: var(--navy);
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .03em;
}

.areas span::after,
.section-kicker::after,
.section-heading span::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 9px;
  background: var(--gold);
}

.areas ul {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
}

.areas li::before {
  content: "●";
  margin-right: 12px;
  color: var(--gold);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  margin-top: 28px;
}

.service-grid article,
.service-card-link {
  text-align: left;
}

.service-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  transition: transform .18s ease;
}

.service-card-link:hover,
.service-card-link:focus-visible {
  transform: translateY(-3px);
  outline: 0;
}

.service-photo {
  height: clamp(230px, 24vw, 340px);
  border-radius: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(.95) contrast(1.02);
}

.service-photo.standard {
  background-image: url("service-lux-standard.jpg");
  background-position: center;
}

.service-photo.deep {
  background-image: url("service-lux-deep.jpg");
  background-position: center;
}

.service-photo.move {
  background-image: url("service-lux-move.jpg");
  background-position: center;
}

.service-photo.vacation {
  background-image: url("service-lux-vacation.jpg");
  background-position: center;
}

.service-photo.airbnb {
  background-image: url("service-lux-airbnb.jpg");
  background-position: center;
}

.service-photo.recurring {
  background-image: url("service-lux-recurring.jpg");
  background-position: center;
}

.service-grid h3 {
  margin: 18px 0 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  letter-spacing: 0;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-grid small {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
}

.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .72fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(34px, 6vw, 76px) clamp(18px, 6vw, 96px);
  background: var(--white);
}

.vacation-detail-hero {
  min-height: 560px;
  grid-template-columns: minmax(360px, .52fr) 1fr;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 30%, rgba(255,255,255,.38) 54%, rgba(255,255,255,.02) 76%),
    url("vacation-hero.png") center right / cover no-repeat;
}

.standard-detail-hero,
.deep-detail-hero,
.move-detail-hero,
.airbnb-detail-hero,
.recurring-detail-hero {
  min-height: 540px;
  grid-template-columns: minmax(350px, .52fr) 1fr;
}

.standard-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 30%, rgba(255,255,255,.36) 55%, rgba(255,255,255,.04) 76%),
    url("standard-hero.png") center right / cover no-repeat;
}

.deep-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 30%, rgba(255,255,255,.36) 55%, rgba(255,255,255,.04) 76%),
    url("deep-hero.png") center right / cover no-repeat;
}

.move-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 30%, rgba(255,255,255,.36) 55%, rgba(255,255,255,.04) 76%),
    url("move-hero.png") center right / cover no-repeat;
}

.airbnb-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 30%, rgba(255,255,255,.36) 55%, rgba(255,255,255,.04) 76%),
    url("airbnb-hero.png") center right / cover no-repeat;
}

.recurring-detail-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 30%, rgba(255,255,255,.36) 55%, rgba(255,255,255,.04) 76%),
    url("recurring-hero.png") center right / cover no-repeat;
}

.vacation-detail-hero .service-detail-copy,
.standard-detail-hero .service-detail-copy,
.deep-detail-hero .service-detail-copy,
.move-detail-hero .service-detail-copy,
.airbnb-detail-hero .service-detail-copy,
.recurring-detail-hero .service-detail-copy {
  max-width: 620px;
}

.vacation-detail-hero .service-detail-copy p:not(.section-kicker),
.standard-detail-hero .service-detail-copy p:not(.section-kicker),
.deep-detail-hero .service-detail-copy p:not(.section-kicker),
.move-detail-hero .service-detail-copy p:not(.section-kicker),
.airbnb-detail-hero .service-detail-copy p:not(.section-kicker),
.recurring-detail-hero .service-detail-copy p:not(.section-kicker) {
  color: #1d2a37;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.service-detail-copy h1 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: .95;
}

.service-detail-copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.62;
}

.service-detail-photo {
  min-height: 330px;
  border: 2px solid rgba(191, 142, 56, .38);
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.service-detail-photo.standard { background-image: url("service-standard.png"); }
.service-detail-photo.deep { background-image: url("service-deep.png"); }
.service-detail-photo.move { background-image: url("service-move.png"); }
.service-detail-photo.vacation { background-image: url("service-vacation.png"); }
.service-detail-photo.airbnb { background-image: url("service-airbnb.png"); }
.service-detail-photo.recurring { background-image: url("service-recurring.png"); }

.service-detail-panel {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(38px, 6vw, 72px) 0;
}

.vacation-detail-panel {
  width: 100%;
  margin: 0;
  padding: clamp(26px, 5vw, 58px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(251,250,246,.98)),
    var(--cream);
}

.standard-detail-panel,
.deep-detail-panel,
.move-detail-panel,
.airbnb-detail-panel,
.recurring-detail-panel {
  width: 100%;
  margin: 0;
  padding: clamp(30px, 5vw, 60px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(251,250,246,.98)),
    var(--cream);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

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

.service-detail-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  padding: 22px;
  box-shadow: 0 14px 34px rgba(6, 29, 52, .08);
}

.vacation-detail-grid .service-detail-card {
  min-height: 230px;
  padding: clamp(22px, 3vw, 30px);
}

.service-page-grid .service-detail-card {
  min-height: 220px;
  padding: clamp(22px, 3vw, 30px);
}

.discount-card {
  border-color: rgba(191, 142, 56, .26);
  background: #fffdf8;
}

.discount-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-detail-card h2,
.service-detail-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
}

.service-detail-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.service-detail-cta {
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.service-detail-cta h2,
.service-detail-cta p {
  color: var(--white);
}

.service-detail-cta .cta-row {
  justify-content: center;
}

.payment-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  padding: clamp(42px, 7vw, 82px) clamp(22px, 6vw, 78px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.34) 100%),
    url("clean-coastal-home.png") center right / cover no-repeat;
}

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

.payment-hero h1 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  line-height: .95;
}

.payment-hero p {
  max-width: 700px;
  color: #1d2a37;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.62;
}

.payment-status-card,
.payment-help-panel,
.payment-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(6, 29, 52, .12);
}

.payment-status-card {
  padding: clamp(22px, 4vw, 34px);
}

.payment-status-card span,
.payment-panel span,
.payment-help-panel span {
  display: inline-block;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.payment-status-card strong {
  display: block;
  margin: 10px 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1;
}

.payment-status-card p,
.payment-panel p,
.payment-help-panel p,
.payment-method-list {
  color: var(--muted);
  line-height: 1.62;
}

.square-provider-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 10px 0;
}

.square-logo-mark {
  position: relative;
  flex: 0 0 auto;
  width: clamp(42px, 5vw, 58px);
  height: clamp(42px, 5vw, 58px);
  border-radius: 14px;
  background: #00b26b;
  box-shadow: 0 12px 26px rgba(0, 178, 107, .22);
}

.square-logo-mark::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 5px;
  background: var(--white);
}

.payment-page-section {
  width: min(1120px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 22px;
  align-items: start;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 72px) 0;
}

.payment-instructions {
  display: grid;
  gap: 18px;
}

.payment-panel {
  padding: clamp(22px, 3vw, 30px);
}

.payment-panel h2,
.payment-help-panel h2 {
  margin: 10px 0 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.08;
}

.payment-primary-panel {
  border-color: rgba(191, 142, 56, .42);
}

.payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.payment-method-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.notice-panel {
  background: #fffaf0;
  border-color: rgba(191, 142, 56, .34);
}

.payment-help-panel {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 30px);
}

.payment-help-panel a {
  color: var(--navy);
  font-weight: 950;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.payment-security-note {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: .95rem;
}

.promise-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: stretch;
  min-height: 560px;
  background: var(--cream);
}

.serve-section {
  padding: clamp(54px, 8vw, 100px) clamp(22px, 7vw, 130px);
  background: var(--cream);
}

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

.serve-grid article {
  min-height: 210px;
  padding: clamp(24px, 3vw, 36px);
  background: var(--cream);
}

.serve-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.serve-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.promise-photo {
  min-height: 420px;
  background: url("clean-coastal-home.png") center / cover no-repeat;
}

.promise-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 7vw, 92px);
}

.promise-copy span {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.promise-copy h2 {
  margin: 18px 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
  line-height: .94;
}

.promise-copy p {
  max-width: 500px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.promise-line {
  color: var(--navy) !important;
  font-family: Georgia, "Times New Roman", serif;
}

.testimonial-section {
  padding: clamp(54px, 8vw, 100px) clamp(22px, 7vw, 130px);
  background: var(--white);
}

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

.testimonial-grid article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  padding: clamp(26px, 4vw, 42px);
}

.testimonial-grid p {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.25;
}

.testimonial-grid span {
  margin-top: 30px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.proof-section {
  padding: clamp(54px, 8vw, 100px) clamp(22px, 7vw, 130px);
  background: var(--cream);
}

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

.proof-grid article {
  min-height: 210px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
}

.proof-grid h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.proof-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.proof-grid span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quote-section,
.faq-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 76px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin: 12px 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.section-heading p,
.faq-section p {
  color: var(--muted);
  line-height: 1.65;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  padding: clamp(18px, 4vw, 28px);
  box-shadow: var(--shadow);
}

label,
fieldset {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefd;
  color: var(--ink);
  padding: 12px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(191, 142, 56, .22);
  border-color: var(--gold);
}

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

fieldset {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

fieldset legend {
  padding: 0 8px;
  color: var(--gold);
}

fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 650;
}

fieldset input {
  width: auto;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.form-actions .request-button {
  max-width: 320px;
}

#formStatus {
  margin: 0;
  font-weight: 750;
}

.faq-section {
  padding-top: 10px;
}

.faq-section details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 18px 20px;
  margin-top: 12px;
}

.faq-section summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 850;
}

.faq-section p {
  margin: 12px 0 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(5, auto);
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(34px, 5vw, 58px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(180deg, #071a2c, #03111f),
    var(--navy);
  color: var(--white);
  border-top: 1px solid rgba(237,207,134,.45);
}

.site-footer img {
  width: min(390px, 68vw);
  display: block;
  background: var(--white);
  border-radius: 8px;
  padding: 8px;
}

.site-footer a {
  color: var(--gold-light);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer span,
.site-footer small {
  color: rgba(255,255,255,.82);
}

.footer-social {
  display: flex;
  gap: 12px;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.graphic-board {
  background: #e9e4da;
}

.graphic-layout {
  display: grid;
  gap: 28px;
  padding: 28px;
}

.social-graphic {
  position: relative;
  width: 1080px;
  height: 1080px;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 64px;
  background: var(--navy);
  color: var(--white);
}

.social-graphic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(.9) contrast(1.04);
}

.social-graphic::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,29,52,.16), rgba(6,29,52,.35) 42%, rgba(6,29,52,.94)),
    linear-gradient(90deg, rgba(6,29,52,.92), rgba(6,29,52,.28));
}

.social-graphic.pre-holiday::before { background-image: url("service-lux-deep.jpg"); }
.social-graphic.independence::before { background-image: url("clean-coastal-home.png"); }
.social-graphic.post-holiday::before { background-image: url("service-lux-recurring.jpg"); }

.graphic-logo,
.graphic-content {
  position: relative;
  z-index: 1;
}

.graphic-logo {
  position: absolute;
  top: 48px;
  left: 56px;
  width: 320px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
}

.graphic-logo img {
  width: 100%;
  display: block;
}

.graphic-content {
  max-width: 780px;
}

.graphic-content span {
  display: inline-flex;
  margin-bottom: 22px;
  border: 1px solid rgba(237,207,134,.58);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--gold-light);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.graphic-content h1 {
  margin: 0 0 18px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: .94;
}

.graphic-content p {
  margin: 0 0 30px;
  color: rgba(255,255,255,.88);
  font-size: 34px;
  line-height: 1.22;
}

.graphic-content strong {
  display: inline-flex;
  min-height: 72px;
  align-items: center;
  border-radius: 7px;
  padding: 16px 26px;
  background: linear-gradient(180deg, #f5d78c, #c9963e);
  color: var(--ink);
  font-size: 25px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

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

  .site-nav {
    display: none;
  }

  .brand img {
    width: min(360px, 50vw);
  }

  .why-list,
  .trust-strip,
  .serve-grid,
  .testimonial-grid,
  .proof-grid,
  .holiday-benefits,
  .holiday-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .areas {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 24px;
  }

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

  .service-page-grid,
  .vacation-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .holiday-availability {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .brand img {
    width: min(390px, 100%);
  }

  .phone-block {
    grid-template-columns: 46px auto;
  }

  .phone-icon {
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 34px 18px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.68)),
      url("clean-coastal-home.png") center / cover no-repeat;
  }

  .holiday-strip {
    display: grid;
    padding: 18px;
  }

  .seasonal-topline {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 18px;
  }

  .seasonal-topline a {
    width: fit-content;
  }

  .holiday-strip a {
    width: 100%;
    text-align: center;
  }

  .holiday-hero {
    min-height: auto;
    padding: 30px 18px 220px;
    background:
      linear-gradient(180deg, rgba(6,29,52,.96) 0%, rgba(6,29,52,.82) 45%, rgba(6,29,52,.28) 72%, rgba(6,29,52,.06) 100%),
      url("clean-coastal-home.png") center bottom / cover no-repeat;
  }

  .holiday-copy h1 {
    font-size: clamp(2.55rem, 12vw, 4.1rem);
  }

  .holiday-copy .cta-row {
    margin-top: 18px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .hero h1 span {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .call-cta,
  .text-cta {
    width: 100%;
  }

  .founder-card {
    justify-self: stretch;
    width: 100%;
  }

  .why-list,
  .trust-strip,
  .serve-grid,
  .service-grid,
  .service-detail-hero,
  .service-detail-grid,
  .payment-hero,
  .payment-page-section,
  .quote-form,
  fieldset,
  .promise-section,
  .testimonial-grid,
  .proof-grid,
  .holiday-benefits,
  .holiday-card-grid,
  .weekend-reset-grid {
    grid-template-columns: 1fr;
  }

  .why-section,
  .service-overview,
  .serve-section,
  .testimonial-section,
  .holiday-intro,
  .holiday-serve,
  .holiday-availability {
    padding: 42px 18px;
  }

  .holiday-benefits article {
    min-height: 160px;
  }

  .weekend-reset-section {
    padding: 38px 18px;
  }

  .holiday-card-photo {
    height: 250px;
  }

  .payment-help-panel {
    position: static;
  }

  .why-list li {
    min-height: 76px;
    padding: 20px;
  }

  .vacation-detail-hero,
  .standard-detail-hero,
  .deep-detail-hero,
  .move-detail-hero,
  .airbnb-detail-hero,
  .recurring-detail-hero {
    min-height: auto;
    padding: 42px 18px 230px;
    align-items: start;
  }

  .vacation-detail-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%),
      url("vacation-hero.png") center bottom / cover no-repeat;
  }

  .standard-detail-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%),
      url("standard-hero.png") center bottom / cover no-repeat;
  }

  .deep-detail-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%),
      url("deep-hero.png") center bottom / cover no-repeat;
  }

  .move-detail-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%),
      url("move-hero.png") center bottom / cover no-repeat;
  }

  .airbnb-detail-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%),
      url("airbnb-hero.png") center bottom / cover no-repeat;
  }

  .recurring-detail-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%),
      url("recurring-hero.png") center bottom / cover no-repeat;
  }

  .service-overview {
    padding: 42px 18px;
  }

  .service-grid {
    gap: 30px;
  }

  .service-photo {
    height: 240px;
  }

  .promise-photo {
    min-height: 320px;
  }

  .promise-copy {
    padding: 38px 18px 44px;
  }

  .promise-copy h2 {
    font-size: clamp(2.45rem, 11vw, 3.8rem);
  }

  .quote-section,
  .faq-section {
    width: min(100% - 28px, 1120px);
  }

  .form-actions .request-button {
    max-width: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 86px;
  }

  .mobile-action-bar {
    display: grid;
  }
}
