:root {
  --ink: #262226;
  --ink-soft: #40393c;
  --ivory: #f8f3ef;
  --paper: #ffffff;
  --muted: #71686b;
  --gold: #b58b52;
  --gold-light: #e4c99d;
  --astra-pink: #d55a6a;
  --astra-pink-dark: #702438;
  --astra-blush: #f0dfe1;
  --astra-blush-soft: #fbf4f3;
  --astra-wine: #d55a6a;
  --astra-rose-light: #efc8cf;
  --line: rgba(213,90,106, .15);
  --font-body: "Segoe UI", Arial, Helvetica, sans-serif;
  --font-heading: "Segoe UI", Arial, Helvetica, sans-serif;
  --page-gutter: max(5vw, 24px);
  --section-space: clamp(68px, 6.2vw, 88px);
  --heading-gap: 28px;
  --title-hero: clamp(42px, 4.5vw, 60px);
  --title-page: 40px;
  --title-section: 44px;
  --title-card: 24px;
  --text-lead: 17px;
  --text-body: 17px;
  --text-label: 14px;
  --eyebrow-size: 14px;
  --eyebrow-tracking: .12em;
  --content-max: 1120px;
  --content-edge: max(18px, calc((100% - var(--content-max)) / 2));
  --control-radius: 13px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.55;
  overflow-x: hidden;
}
html:has(.quote-booking-page),
html:has(.deposit-payment-page),
html:has(.phase7-active-funnel),
body:has(.quote-booking-page),
body:has(.deposit-payment-page),
body.phase7-active-funnel {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html:has(.quote-booking-page)::-webkit-scrollbar,
html:has(.deposit-payment-page)::-webkit-scrollbar,
html:has(.phase7-active-funnel)::-webkit-scrollbar,
body:has(.quote-booking-page)::-webkit-scrollbar,
body:has(.deposit-payment-page)::-webkit-scrollbar,
body.phase7-active-funnel::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent;
}
/* Match React: form controls use body type, not browser UI font */
button, input, select, textarea {
  font: inherit;
  font-family: var(--font-body);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.google-review-bar {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 7px 18px;
  border-bottom: 1px solid rgba(122, 34, 57, .14);
  background: #f7f5f4;
  color: #241f21;
  font-family: Arial, Helvetica, sans-serif;
}
.google-review-bar-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  white-space: nowrap;
}
.google-review-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1;
}
.google-blue { color: #4285f4; }
.google-red { color: #ea4335; }
.google-yellow { color: #fbbc05; }
.google-green { color: #34a853; }
.google-review-stars {
  color: #fbbc04;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1;
}
.google-review-count,
.google-review-claim {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}
.google-review-count { color: #751b32; }
.google-review-claim-mobile { display: none; }
.google-review-divider {
  width: 1px;
  height: 16px;
  flex: 0 0 1px;
  background: rgba(117, 27, 50, .24);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 5vw;
  background: rgba(250, 247, 244, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand {
  justify-self: start;
  display: flex;
  align-items: center;
  height: 100%;
}
.astra-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}
.brand-symbol {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: contain;
}
.brand-wordmark {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: .42em;
  color: #3f4143;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-light .brand-wordmark { color: white; }
.desktop-nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: clamp(14px, 1.7vw, 26px);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}
.desktop-nav a {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0;
}
.desktop-nav a:hover { color: var(--astra-pink); }
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 14px;
  white-space: nowrap;
}
.phone {
  display: inline-flex;
  align-items: center;
  height: 44px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}
.header-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 17px;
  border: 1px solid var(--astra-pink);
  border-radius: var(--control-radius);
  background: white;
  color: var(--astra-pink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}
.header-quote:hover { border-color: var(--astra-pink-dark); background: var(--astra-blush-soft); color: var(--astra-pink-dark); }
.header-quote[data-quote-back] {
  min-width: 112px;
  text-align: center;
  color: var(--astra-pink);
}
.mobile-menu { display: none; }

/* Dedicated successful-submission page and PPC conversion destination */
.thank-you-body { min-height: 100svh; }
.thank-you-page {
  min-height: calc(100svh - 114px);
  display: grid;
  place-items: center;
  padding: clamp(44px, 7vw, 88px) var(--content-edge);
  background:
    radial-gradient(circle at 14% 12%, rgba(213, 90, 106, .12), transparent 32%),
    linear-gradient(145deg, #fff 0%, var(--ivory) 72%);
}
.thank-you-section { width: min(780px, 100%); }
.thank-you-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid rgba(213, 90, 106, .22);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 70px rgba(63, 28, 36, .10);
}
.thank-you-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -78px;
  top: -92px;
  border: 1px solid rgba(213, 90, 106, .18);
  border-radius: 50%;
}
.thank-you-check {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--astra-pink-dark);
  color: white;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}
.thank-you-card h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
}
.thank-you-lead {
  max-width: 620px;
  margin: 20px 0 30px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}
.thank-you-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 30px;
}
.thank-you-steps article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: var(--astra-blush-soft);
}
.thank-you-steps article > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--astra-pink-dark);
  font-weight: 850;
}
.thank-you-steps h2 { margin: 1px 0 5px; font-size: 17px; line-height: 1.25; }
.thank-you-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.thank-you-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.thank-you-actions .button,
.thank-you-text-link {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}
.thank-you-home,
.thank-you-home:hover,
.thank-you-home:focus-visible {
  background: var(--astra-pink-dark);
  color: #fff;
}
.thank-you-text-link {
  padding: 10px 5px;
  color: var(--astra-pink-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.thank-you-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; }

@media (max-width: 900px) {
  .header-quote[data-quote-back] { min-width: 82px; padding-inline: 9px; }
  .thank-you-page {
    min-height: calc(100svh - 98px);
    align-items: start;
    padding: 24px 14px 36px;
  }
  .thank-you-card { padding: 30px 22px; border-radius: 22px; }
  .thank-you-check { width: 52px; height: 52px; margin-bottom: 20px; font-size: 27px; }
  .thank-you-card h1 { font-size: 34px; }
  .thank-you-lead { margin: 16px 0 24px; font-size: 17px; }
  .thank-you-steps { grid-template-columns: 1fr; gap: 10px; }
  .thank-you-actions { align-items: stretch; }
  .thank-you-actions .button { width: 100%; text-align: center; }
  .thank-you-text-link { width: 100%; text-align: center; }
}

/* Occupied quote: keep the next decision visible on a phone. */
@media (max-width: 900px) {
  .occupied-flow {
    padding-top: 28px;
  }
  .occupied-flow .booking-flow-heading-row {
    gap: 4px;
    margin-bottom: 14px;
  }
  .occupied-flow .booking-flow-heading-row .eyebrow {
    display: none;
  }
  .occupied-flow .booking-flow-heading-row h2 {
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 1.08;
  }
  .occupied-flow .booking-back {
    padding: 5px 0;
  }
  .occupied-panel {
    padding: 18px 14px;
  }
  .occupied-flow.has-range .booking-flow-heading-row { margin-bottom: 6px; }
  .occupied-flow.has-range .occupied-panel { padding-top: 8px; }
  .occupied-flow.has-range .occupied-range-card { margin-top: 0; }
  .occupied-property-step h3,
  .occupied-method-step h3 {
    margin: 6px 0 14px;
    font-size: 28px;
  }
  .occupied-property-step .booking-choice-grid {
    gap: 7px;
  }
  .occupied-property-step .booking-choice-grid button {
    min-height: 58px;
    padding: 9px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .occupied-property-step .booking-choice-grid strong {
    font-size: 13px;
    line-height: 1.15;
  }
  .occupied-range-card {
    scroll-margin-top: 118px;
    margin: 14px 0 16px;
    padding: 19px 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 15px;
    background: var(--astra-blush-soft);
  }
  .occupied-range-card .eyebrow {
    margin: 0;
    line-height: 1.25;
    white-space: nowrap;
  }
  .occupied-range-card .quote-result-price {
    grid-column: 1;
    grid-row: 2;
    margin: 9px 0 0;
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.05;
    white-space: nowrap;
  }
  .occupied-range-card .quote-result-price small {
    font-size: 12px;
  }
  .occupied-range-card .occupied-range-note {
    grid-column: 1;
    grid-row: 3;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
  }
  .occupied-range-card .occupied-edit-information {
    top: 6px;
    right: 17px;
    margin: 0;
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .occupied-edit-full { display: none; }
  .occupied-range-card .occupied-edit-short { display: inline; }
  .occupied-method-step {
    padding-top: 0;
    scroll-margin-top: 118px;
  }
  .occupied-method-step h3 {
    max-width: 310px;
    font-size: 23px;
    line-height: 1.12;
  }
  .occupied-method-step .booking-choice-grid button {
    min-height: 58px;
    padding: 10px 7px;
    text-align: center;
  }
  .occupied-flow .occupied-upload-previews {
    grid-template-columns: repeat(auto-fill, 62px);
    justify-content: start;
    gap: 7px;
  }
  .occupied-flow .occupied-upload-preview {
    width: 62px;
    border-radius: 8px;
  }
  .occupied-flow .occupied-upload-preview img,
  .occupied-flow .occupied-upload-preview video {
    width: 62px;
    height: 62px;
    aspect-ratio: auto;
  }
  .occupied-flow .occupied-upload-preview button {
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .occupied-flow .occupied-upload-preview > span {
    display: none;
  }
  .occupied-flow .occupied-upload-empty {
    padding-top: 3px;
  }
  .vacant-furniture-review {
    margin-top: 18px;
    padding: 17px;
  }
  .vacant-furniture-review legend { font-size: 18px; }
  .vacant-furniture-review .occupied-upload-previews {
    grid-template-columns: repeat(auto-fill, 62px);
    justify-content: start;
    gap: 7px;
  }
  .vacant-furniture-review .occupied-upload-preview {
    width: 62px;
    border-radius: 8px;
  }
  .vacant-furniture-review .occupied-upload-preview img {
    width: 62px;
    height: 62px;
    aspect-ratio: auto;
  }
  .vacant-furniture-review .occupied-upload-preview button {
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .vacant-furniture-review .occupied-upload-preview > span { display: none; }
  .vacant-furniture-review .occupied-upload-empty { padding-top: 3px; }
  .vacant-furniture-upload-form > .booking-primary-action { width: 100%; }
}

/* Booking conversion Phase 6: save, share and resume */
.quote-keep-actions {
  margin-top: 14px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.quote-keep-actions summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: var(--astra-burgundy);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}
.quote-keep-action-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 0 13px 13px;
}
.quote-keep-action-buttons button {
  min-width: 0;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--line-strong);
  border-radius: var(--control-radius);
  background: var(--soft);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.quote-keep-action-buttons button:hover { border-color: var(--astra-pink); }
.quote-email-panel,
.quote-share-link-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin: 0 13px 13px;
  padding: 13px;
  border-radius: 12px;
  background: var(--soft);
}
.quote-email-panel label,
.quote-share-link-panel label {
  min-width: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 750;
}
.quote-email-panel input,
.quote-share-link-panel input { width: 100%; margin-top: 6px; }
.quote-email-panel .booking-secondary-action,
.quote-share-link-panel .booking-secondary-action { min-height: 46px; white-space: nowrap; }
.quote-keep-feedback {
  margin: 0 13px 13px;
  padding: 10px 12px;
  border-left: 3px solid var(--astra-pink);
  background: var(--soft);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}
.quote-keep-feedback.error { border-left-color: var(--astra-burgundy); }
.quote-keep-feedback a { color: var(--astra-burgundy); font-weight: 800; }

.quote-share-body { background: var(--soft); }
.quote-share-page {
  width: min(880px, calc(100% - 32px));
  margin: 30px auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.quote-share-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.quote-share-brand { color: var(--ink); text-decoration: none; }
.quote-share-copy,
.quote-share-print {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--astra-pink);
  border-radius: var(--control-radius);
  background: #fff;
  color: var(--astra-burgundy);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}
.quote-share-intro { padding: 28px 0 6px; }
.quote-share-intro h1 { margin: 5px 0 8px; font-size: var(--title-hero); }
.quote-share-status { margin: 0 0 22px; color: var(--astra-burgundy); font-weight: 800; }
.quote-share-details { margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.quote-share-detail-row,
.quote-share-money-row {
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(0, 1.3fr);
  gap: 18px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--line);
}
.quote-share-detail-row:last-child,
.quote-share-money-row:last-child { border-bottom: 0; }
.quote-share-details dt,
.quote-share-financials dt { color: var(--muted); }
.quote-share-details dd,
.quote-share-financials dd { margin: 0; color: var(--ink); font-weight: 800; }
.quote-share-section { padding-top: 28px; }
.quote-share-section h2 { margin: 0 0 14px; font-size: 24px; }
.quote-share-setup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quote-share-setup-card { margin: 0; padding: 15px; border: 1px solid var(--line); border-radius: 12px; box-shadow: none; }
.quote-share-setup-card h3 { margin: 0 0 5px; font-size: 16px; }
.quote-share-setup-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.quote-share-section ul { margin: 0; padding-left: 21px; color: var(--ink-soft); line-height: 1.7; }
.quote-share-financials dl { margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.quote-share-money-row { grid-template-columns: 1fr auto; }
.quote-share-money-row.total { background: var(--soft); font-size: 18px; }
.quote-share-note { margin: 28px 0 0; padding: 14px 16px; border-left: 3px solid var(--astra-pink); background: var(--soft); }
.quote-share-contact { display: flex; gap: 18px; padding-top: 22px; font-weight: 800; }
.quote-share-contact a { color: var(--astra-burgundy); }
html body .staging-proposal-page .staging-proposal-footer {
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: inherit;
  text-align: left;
}
html body .staging-proposal-page .staging-proposal-footer strong {
  display: block;
  margin: 0;
  letter-spacing: 0.04em;
  font-size: 15px;
  font-weight: 850;
  text-align: left;
}
html body .staging-proposal-page .staging-proposal-footer p {
  margin: 6px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}
html body .staging-proposal-page .staging-proposal-footer a { color: inherit; text-decoration: none; }
.staging-proposal-html {
  padding: 22px 0 8px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.staging-proposal-html img { max-width: 100%; height: auto; }
.staging-proposal-html a { color: var(--astra-burgundy); }

@media (max-width: 900px) {
  .quote-keep-action-buttons { grid-template-columns: 1fr; }
  .quote-keep-action-buttons button { width: 100%; min-height: 44px; }
  .quote-email-panel,
  .quote-share-link-panel { grid-template-columns: 1fr; }
  .quote-email-panel .booking-secondary-action,
  .quote-share-link-panel .booking-secondary-action { width: 100%; }
  .quote-share-page { width: calc(100% - 20px); margin: 10px auto; padding: 18px; border-radius: 16px; }
  .quote-share-header { align-items: flex-start; }
  .quote-share-header .brand-wordmark { font-size: 15px; }
  .quote-share-copy,
  .quote-share-print { padding: 9px 12px; font-size: 12px; }
  .quote-share-intro { padding-top: 22px; }
  .quote-share-detail-row { grid-template-columns: 1fr; gap: 3px; }
  .quote-share-setup-grid { grid-template-columns: 1fr; }
  .quote-share-contact { flex-direction: column; gap: 7px; }
}

@media print {
  .quote-share-body { background: #fff; }
  .quote-share-page { width: 100%; margin: 0; padding: 0; border: 0; box-shadow: none; }
  .quote-share-copy,
  .quote-share-print { display: none; }
  .quote-share-section { break-inside: avoid; }
}

/* Booking conversion Phase 4: live date selection and booking confidence. */
.phase4-availability-layout {
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  align-items: start;
}
.phase4-date-picker {
  min-width: 0;
  max-width: 480px;
  overflow: visible;
}
.phase4-date-picker .booking-calendar {
  width: 100%;
  max-width: 480px;
  overflow: hidden;
}
.phase4-window-note {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}
.phase4-next-date-grid,
.phase4-calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.phase4-date-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 148px;
  padding: 35px 14px 13px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.phase4-date-card:hover:not(:disabled),
.phase4-date-card:focus-visible {
  border-color: var(--astra-pink);
  box-shadow: 0 8px 24px rgba(62, 33, 42, .08);
}
.phase4-date-card.selected {
  border-color: var(--astra-burgundy);
  background: var(--astra-burgundy);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(126, 35, 61, .12);
}
.phase4-date-card:disabled { cursor: not-allowed; opacity: 1; }
.phase4-date-card.status-contact_astra {
  border-style: dashed;
  background: #fffaf8;
}
.phase4-date-card.status-unavailable,
.phase4-date-card.status-closed {
  background: #f4f1f2;
  color: #746b6f;
}
.phase4-date-card.status-closed { background: #ece8e9; }
.phase4-earliest {
  position: absolute;
  inset: 9px 9px auto;
  overflow: hidden;
  color: var(--astra-burgundy);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.phase4-date-card.selected .phase4-earliest { color: #fff; }
.phase4-date-day,
.phase4-date-value,
.phase4-date-status { display: block; }
.phase4-date-day {
  font-size: 13px;
  font-weight: 750;
}
.phase4-date-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 8px 0 10px;
}
.phase4-date-value b {
  font-size: 15px;
  text-transform: uppercase;
}
.phase4-date-value strong {
  font-size: 28px;
  line-height: 1;
}
.phase4-date-status {
  margin-top: auto;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}
.phase4-view-calendar {
  width: 100%;
  margin-top: 14px;
}
.phase4-full-calendar {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.phase4-full-calendar[hidden] { display: none; }
.phase4-calendar-heading {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: baseline;
  margin-bottom: 12px;
}
.phase4-calendar-heading h4 { margin: 0; font-size: 21px; }
.phase4-calendar-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.phase4-calendar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-height: 560px;
  padding-right: 4px;
  overflow-y: auto;
}
.phase4-calendar-grid .phase4-date-card { min-height: 126px; padding-top: 18px; }
.phase4-status-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.phase4-selected-date,
.phase4-contact-date,
.phase4-date-fallback,
.phase4-empty-dates {
  margin-top: 16px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--astra-blush);
}
.phase4-selected-date {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-color: rgba(126, 35, 61, .3);
}
.compact-selected-date {
  grid-template-columns: 1fr;
  gap: 12px;
  background: #fff;
}
.compact-selected-label {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}
.compact-selected-label strong { font-weight: 800; }
.compact-selected-date .booking-primary-action { width: 100%; }
.phase4-selected-date h4 { margin: 3px 0 7px; font-size: 23px; }
.phase4-selected-date p,
.phase4-contact-date p,
.phase4-date-fallback p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.phase4-selected-date .phase4-secure-note,
.phase4-hold-note { margin-top: 8px; color: var(--astra-burgundy); font-weight: 800; }
.phase4-selected-actions { display: grid; gap: 5px; justify-items: stretch; }
.phase4-selected-actions .booking-primary-action { white-space: nowrap; }
.phase4-selected-actions .edit-property-areas { justify-content: center; margin-top: 0; }
.phase4-contact-date strong,
.phase4-date-fallback strong,
.phase4-empty-dates strong { display: block; margin-bottom: 5px; font-size: 18px; }
.phase4-contact-date .booking-secondary-action,
.phase4-date-fallback .booking-primary-action { margin-top: 13px; }
.phase4-empty-dates span { display: block; color: var(--muted); font-size: 14px; line-height: 1.45; }
.phase4-date-notice {
  margin: 14px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--astra-pink);
  background: var(--astra-blush);
  color: var(--astra-burgundy);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.phase4-date-loading {
  min-height: 180px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 750;
}
.phase4-guidance {
  display: grid;
  gap: 5px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.phase4-guidance p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.phase4-no-date {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 9px;
  margin-top: 13px;
  font-size: 13px;
}
.phase4-no-date span { color: var(--muted); }
.phase4-no-date a { color: var(--astra-burgundy); font-weight: 850; }
.occupied-date-request-field {
  display: grid;
  gap: 7px;
  max-width: 340px;
  margin-top: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.occupied-date-request-field input {
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

@media (max-width: 900px) {
  .phase4-availability-layout { grid-template-columns: 1fr; }
  .phase4-next-date-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .phase4-calendar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Booking conversion Phase 5: concise Final Review and payment confidence. */
.review-hold-reassurance {
  max-width: 680px;
  margin-top: 12px !important;
  padding-left: 12px;
  border-left: 3px solid var(--astra-pink);
  font-size: 14px !important;
  font-weight: 750;
}
.order-review-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 22px;
}
.order-review-main { min-width: 0; display: grid; gap: 14px; }
.review-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.review-card-heading {
  margin-bottom: 17px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.review-card-heading > div:first-child { display: flex; align-items: center; gap: 10px; }
.review-card-heading > div:first-child > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--astra-blush-soft);
  color: var(--astra-wine);
  font-size: 12px;
  font-weight: 850;
}
.review-card h3 { margin: 0; font-size: 22px; line-height: 1.25; }
.review-card h4 { margin: 0 0 11px; font-size: 15px; }
.review-card-heading button,
.review-edit-actions button {
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--astra-wine);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.review-edit-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px 14px; }
.review-detail-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}
.review-detail-grid > div { min-width: 0; padding-top: 10px; border-top: 1px solid var(--line); }
.review-detail-grid > .wide { grid-column: 1 / -1; }
.review-detail-grid dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.review-detail-grid dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}
.review-scope-list,
.review-addon-list,
.review-key-terms ul { margin: 0; padding: 0; list-style: none; }
.review-scope-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.review-scope-list li,
.review-addon-list li {
  min-width: 0;
  padding: 11px 12px;
  border-radius: 10px;
  background: var(--astra-blush-soft);
  font-size: 13px;
  line-height: 1.4;
}
.review-addon-list { display: grid; gap: 8px; }
.review-addon-list li { display: flex; justify-content: space-between; gap: 14px; }
.review-addon-list span { color: var(--muted); text-align: right; }
.review-empty-state,
.review-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.review-date-value { margin-bottom: 7px !important; color: var(--ink) !important; font-size: 18px !important; font-weight: 850; }
.review-card > p + p { margin-top: 7px; }
.review-detailed-scope,
.full-service-agreement { margin-top: 15px; border-top: 1px solid var(--line); }
.review-detailed-scope > summary,
.full-service-agreement > summary {
  padding: 14px 0 0;
  color: var(--astra-wine);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.review-detailed-scope .staging-item-list { margin-top: 15px; padding-bottom: 0; border-bottom: 0; }
.review-detailed-scope .staging-item-list-heading { display: none; }
.full-service-agreement-body { margin-top: 14px; display: grid; gap: 13px; }
.full-service-agreement-body section { padding: 13px; border-radius: 10px; background: #fff; }
.full-service-agreement-body h4 { margin: 0 0 5px; font-size: 14px; }
.full-service-agreement-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.review-key-terms li { position: relative; padding: 5px 0 5px 24px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.review-key-terms li::before { content: "✓"; position: absolute; left: 0; color: var(--astra-pink); font-weight: 900; }
.order-review-summary { min-width: 0; }
.review-financial-summary { margin-top: 17px !important; }
.review-financial-summary div { grid-template-columns: minmax(0, 1fr) auto !important; }
.review-financial-summary dd { white-space: nowrap; }
.review-total-row dt,
.review-total-row dd { color: #fff !important; font-size: 17px !important; }
.review-deposit-row {
  margin-top: 8px;
  padding: 15px 12px !important;
  border: 1px solid rgba(255,255,255,.32) !important;
  border-radius: 12px;
  background: rgba(255,255,255,.13);
}
.review-deposit-row dt,
.review-deposit-row dd { color: #fff !important; font-size: 17px !important; font-weight: 850; }
.review-balance-note { color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.5; }
.order-review-summary .agreement-heading { margin-top: 22px; }
.order-review-summary .agreement-heading h3 { font-size: 19px; }
.order-review-summary .agreement-heading p { color: rgba(255,255,255,.72); }
.order-review-summary .booking-agreement-list { margin-top: 13px; }
.order-review-summary .booking-agreement-item { min-height: 0; padding: 13px; }
.order-review-summary .booking-agreement-item.critical { box-shadow: none; }
.order-review-summary .booking-agreement-item.critical strong { font-size: 15px; }
.review-payment-expectation {
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.1);
}
.review-payment-expectation strong,
.review-payment-expectation span { display: block; font-size: 13px; line-height: 1.5; }
.review-payment-expectation span { margin-top: 5px; color: rgba(255,255,255,.75); }
.order-review-summary .agreement-submit { align-items: stretch; flex-direction: column; }
.order-review-summary .agreement-submit p { color: rgba(255,255,255,.75); }
.order-review-summary .agreement-submit .booking-primary-action,
.order-review-summary .agreement-submit .booking-secondary-action { width: 100%; min-width: 0; }
.order-review-summary .agreement-submit .booking-secondary-action { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }
.agreement-inline-error { margin: 12px 0 0; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.45; }

@media (max-width: 900px) {
  .order-review-layout { grid-template-columns: 1fr; }
  .order-review-summary { grid-row: auto; }
}

@media (max-width: 900px) {
  .order-review-panel { padding: 10px; }
  .order-review-summary,
  .review-card { padding: 17px; border-radius: 15px; }
  .review-card-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .review-edit-actions { justify-content: flex-start; }
  .review-detail-grid,
  .review-scope-list { grid-template-columns: 1fr; }
  .review-detail-grid > .wide { grid-column: auto; }
  .review-addon-list li { align-items: flex-start; flex-direction: column; gap: 4px; }
  .review-addon-list span { text-align: left; }
  .booking-agreement-item { grid-template-columns: 24px minmax(0, 1fr); }
  .booking-agreement-item input { width: 22px; height: 22px; }
  .quote-booking-page .booking-flow-section { padding-bottom: 150px; }
}

@media (max-width: 900px) {
  .phase4-next-date-grid,
  .phase4-calendar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .phase4-date-card,
  .phase4-calendar-grid .phase4-date-card {
    min-height: 134px;
    padding: 34px 12px 12px;
    border-radius: 13px;
  }
  .phase4-earliest { font-size: 8px; }
  .phase4-date-day { font-size: 12px; }
  .phase4-date-value strong { font-size: 25px; }
  .phase4-date-status { font-size: 11px; }
  .phase4-calendar-heading { display: block; }
  .phase4-calendar-heading p { margin-top: 4px; }
  .phase4-calendar-grid { max-height: 520px; }
  .phase4-selected-date { grid-template-columns: 1fr; gap: 12px; }
  .phase4-selected-date h4 { font-size: 20px; }
  .phase4-selected-actions .booking-primary-action { width: 100%; min-width: 0; }
  .phase4-contact-date .booking-secondary-action,
  .phase4-date-fallback .booking-primary-action { width: 100%; justify-content: center; }
  .quote-booking-page .booking-flow-section { padding-bottom: 138px; }
}

.hero {
  min-height: calc(100svh - 76px);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #d9ddd8;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(16,25,23,.38) 0%, rgba(16,25,23,.18) 42%, rgba(16,25,23,.05) 78%, rgba(16,25,23,.0) 100%),
    linear-gradient(0deg, rgba(16,25,23,.22) 0%, rgba(16,25,23,.0) 56%),
    url("/gallery-2026/astra-gallery-2026-23.webp");
  background-size: cover;
  background-position: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1160px, 90vw);
  margin: 0 auto;
  padding: 8vh 0 9vh;
  color: white;
}
.hero-lead {
  width: min(710px, 100%);
  margin: -12px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.55;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--astra-pink-dark);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--astra-rose-light); }
h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: 750;
  letter-spacing: -.04em;
}
h1 {
  max-width: 720px;
  margin: 0 0 34px;
  font-size: var(--title-page);
  line-height: 1.1;
}
.hero-proof {
  width: min(850px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.45);
  border-bottom: 1px solid rgba(255,255,255,.45);
}
.hero-proof div { min-height: 82px; padding: 17px 22px 16px 0; }
.hero-proof div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.32); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 6px; font-size: 16px; }
.hero-proof span { color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.4; }
.hero-buttons { display: flex; gap: 11px; margin-top: 25px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--control-radius);
  font-size: 14px;
  font-weight: 800;
}
.button.primary { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.button.secondary { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.45); color: white; backdrop-filter: blur(8px); }

.button.primary:hover,
.button.gold:hover,
.story-card .online-card-cta:hover,
.quote-dark-button:hover,
.how-it-works-start:hover,
.booking-primary-action:not(:disabled):hover,
.booking-explainer-action .button:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-blush-soft);
  color: var(--astra-pink-dark);
}

.section { padding: var(--section-space) var(--page-gutter); }
.section-heading { max-width: 760px; margin-bottom: var(--heading-gap); }
.section-heading h2 { margin: 0; font-size: var(--title-section); font-weight: 750; line-height: 1.1; }
.heading-row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.text-link { padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 800; }

.story-section { background: var(--paper); }
.home-page h1,
.home-page h2,
.home-page h3 {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 750;
  letter-spacing: -.045em;
}
.home-page .eyebrow { color: var(--astra-pink-dark); }
.home-page .hero-copy .eyebrow { color: var(--astra-rose-light); }
.home-page .button.primary { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.home-page .project b { font-family: "Segoe UI", Arial, sans-serif; font-weight: 750; }
.home-page .story-card .card-number { font-family: Arial, sans-serif; font-weight: 800; }
.online-proof-strip {
  background: var(--astra-wine);
  color: white;
}
.online-proof-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
}
.online-proof-items > div {
  min-width: 0;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 14px 12px;
  text-align: center;
}
.online-proof-items > div + div { border-left: 1px solid rgba(255,255,255,.08); }
.online-proof-strip strong {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.online-proof-strip span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.2;
}
.online-proof-strip .proof-gta { display: inline; }
.online-proof-strip .proof-dot { display: inline; }
.online-proof-summary {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 18px 16px;
  color: rgba(255,255,255,.9);
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
}
.brand-proof-strip {
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(213,90,106,.22);
  border-radius: 18px;
  background: var(--astra-blush-soft);
}
.brand-proof-strip div { padding: 19px 22px; }
.brand-proof-strip div + div { border-left: 1px solid rgba(213,90,106,.18); }
.brand-proof-strip strong,
.brand-proof-strip span { display: block; }
.brand-proof-strip strong {
  color: var(--astra-pink-dark);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.brand-proof-strip span {
  margin-top: 5px;
  color: #665b5f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.story-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.story-card {
  position: relative;
  min-height: 490px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 20px 50px rgba(27,25,26,.08);
}
.story-card .card-number { position: absolute; top: 24px; right: 26px; font: 16px Georgia, serif; opacity: .46; }
.story-card h3 { margin: 8px 0 12px; font-size: 32px; line-height: 1.08; }
.story-card p:not(.eyebrow) { margin: 0 0 16px; font-size: 16px; line-height: 1.58; }
.story-card small { color: var(--muted); font-size: 13px; font-weight: 700; }
.story-card a { align-self: flex-start; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.story-white { border: 1px solid rgba(27,25,26,.1); background: white; }
.card-icon {
  width: 96px;
  height: 96px;
  margin: 0 0 auto;
  border: 1px solid rgba(27,25,26,.16);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 42px Georgia, serif;
  color: var(--astra-pink);
}
.story-blush { background: var(--astra-blush); }
.capacity-meter {
  min-height: 178px;
  margin: 0 0 auto;
  padding: 24px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  background: rgba(255,255,255,.72);
}
.capacity-meter span {
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--astra-pink), #f1a1b7);
  box-shadow: 0 7px 18px rgba(112,36,56,.12);
}
.story-pink {
  border: 1px solid rgba(213,90,106,.24);
  background: linear-gradient(145deg, #fcf7f6, #ead4d9);
}
.quote-preview { margin: 0 0 auto; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.72); display: grid; gap: 5px; }
.quote-preview span { margin-top: 7px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.quote-preview b { font-size: 14px; }
.quote-preview i { height: 5px; margin-top: 13px; border-radius: 8px; background: linear-gradient(90deg, var(--astra-pink) 68%, #eadde1 68%); }
.online-story-cards .story-card {
  min-height: 500px;
  justify-content: flex-start;
}
.online-story-cards .story-card > .eyebrow {
  margin: 0 0 9px;
}
.online-story-cards .story-card h3 { font-size: var(--title-card); line-height: 1.15; }
.availability-preview {
  margin: 0 0 auto;
  padding: 19px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 36px rgba(120,43,66,.08);
}
.availability-preview div { min-width: 0; }
.availability-preview span,
.availability-preview b { display: block; }
.availability-preview span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.availability-preview b { margin-top: 4px; font-size: 13px; line-height: 1.25; }
.availability-preview .property-type,
.availability-preview .room-selection { grid-column: 1 / -1; }
.availability-preview .room-selection { padding-top: 11px; border-top: 1px solid rgba(27,25,26,.1); }
.availability-preview .room-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 7px; }
.availability-preview .room-list b {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(213,90,106,.2);
  border-radius: 999px;
  background: white;
  color: var(--ink-soft);
  font-size: 11px;
}
.availability-preview .live-date { grid-column: 1 / -1; padding: 11px; border: 1px solid rgba(213,90,106,.2); border-radius: 12px; background: #fff8fa; }
.availability-preview .live-date b { color: var(--astra-pink-dark); }
.availability-preview .live-date i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--astra-pink); box-shadow: 0 0 0 4px rgba(213,90,106,.12); }
.availability-preview .preview-button { grid-column: 1 / -1; padding: 10px 12px; border-radius: var(--control-radius); background: var(--astra-pink); color: white; text-align: center; font-size: 10px; }
.quote-card-preview { border: 1px solid rgba(213,90,106,.22); background: #fcf6f5; }
.calendar-preview {
  margin: 0 0 auto;
  padding: 18px;
  border: 1px solid rgba(213,90,106,.14);
  border-radius: 20px;
  display: grid;
  gap: 11px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 36px rgba(120,43,66,.08);
}
.calendar-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.calendar-top span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.calendar-top strong { font-size: 14px; }
.calendar-body { display: grid; gap: 11px; min-width: 0; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; text-align: center; }
.calendar-grid span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; font-size: 11px; font-weight: 750; }
.calendar-weekdays span { aspect-ratio: auto; color: var(--muted); font-size: 8px; }
.calendar-days span { background: #fff; }
.calendar-days .selected-day { background: var(--astra-pink); color: white; box-shadow: 0 0 0 4px rgba(213,90,106,.13); }
.calendar-days .muted-day { color: #aaa2a5; background: transparent; }
.calendar-status { padding: 9px 10px; border-radius: 11px; background: #f7f3ec; color: var(--astra-pink-dark); font-size: 11px; font-weight: 800; }
.calendar-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--astra-pink); box-shadow: 0 0 0 4px rgba(213,90,106,.12); }
.calendar-preview .preview-button { padding: 9px 12px; border-radius: var(--control-radius); background: var(--astra-pink); color: white; text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.booking-complete-preview {
  margin: 0 0 auto;
  padding: 18px 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: rgba(255,255,255,.78);
  text-align: left;
}
.booking-check { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--astra-pink); color: white; font-size: 18px; font-weight: 900; }
.booking-summary { display: grid; gap: 2px; }
.booking-status { color: var(--astra-pink-dark); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.booking-complete-preview strong { font-size: 14px; line-height: 1.35; }
.online-action-card { justify-content: flex-start; }
.online-action-content {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.online-action-content > .eyebrow { margin-bottom: 8px; }
.online-action-content > h3 { margin: 0 0 14px; }
.online-action-content > p:not(.eyebrow) { margin: 0; }
.story-card .online-card-cta {
  margin: auto 0 14px;
  padding: 11px 15px;
  border: 1px solid var(--astra-pink);
  border-radius: var(--control-radius);
  background: white;
  color: var(--astra-pink);
  line-height: 1.25;
}
.online-action-card > small { max-width: 94%; font-size: 11px; line-height: 1.45; }
.online-story-cards .availability-preview,
.online-story-cards .calendar-preview,
.online-story-cards .booking-complete-preview {
  margin: 0 0 26px;
}
.swipe-hint { display: none; }

.projects-section { background: var(--ivory); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.project {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 25px;
  background: #ddd;
}
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
a.project:hover img { transform: scale(1.025); }
.project span {
  position: absolute;
  left: 16px;
  right: auto;
  bottom: 16px;
  width: max-content;
  max-width: calc(100% - 32px);
  height: auto;
  min-height: 0;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.91);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project b, .project small { display: block; }
.project b { font: 19px Georgia, serif; white-space: nowrap; }
.project small { margin-top: 3px; color: var(--muted); font-size: 13px; }

.service-area-summary {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  background: white;
}
.service-area-summary-copy h2 {
  max-width: 600px;
  margin: 0;
  font-size: var(--title-section);
  line-height: 1.08;
}
.service-area-summary-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.service-area-actions { margin-top: 27px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.service-area-text-link {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--ink);
  font-size: 15px;
  font-weight: 800;
}
.service-area-region-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.service-area-region-preview > div {
  min-height: 156px;
  padding: 23px;
  border: 1px solid rgba(213,90,106,.16);
  border-radius: 18px;
  background: var(--astra-blush-soft);
}
.service-area-region-preview strong {
  display: block;
  color: var(--astra-pink-dark);
  font-size: 16px;
}
.service-area-region-preview p {
  margin: 13px 0 0;
  color: #655c5f;
  font-size: 14px;
  line-height: 1.7;
}

.home-page .trust-section { padding-top: 70px; padding-bottom: 70px; background: #f3e8e7; color: var(--ink); }
.trust-top { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; }
.trust-top .section-heading { margin: 0; }
.trust-top h2 { font-size: var(--title-section); }
.trust-review-lead {
  max-width: 590px;
  margin: 18px 0 0;
  color: #5f5558;
  font-size: 17px;
  line-height: 1.6;
}
.rating-line { margin-top: 30px; display: flex; align-items: center; gap: 12px; }
.home-page .rating-line span,
.home-page .stars { color: #fbbc04; letter-spacing: .08em; }
.google-review-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.rating-line strong { font-size: 23px; }
.home-page .rating-line p { margin: 0; color: #6e6266; font-size: 16px; }
.review-stack { display: grid; gap: 14px; }
blockquote {
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(214,185,128,.35);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  color: #edf0ef;
  font: 19px/1.55 Georgia, serif;
}
.home-page blockquote {
  border-color: rgba(213,90,106,.18);
  background: rgba(255,255,255,.78);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(105,43,61,.06);
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.home-page blockquote cite { color: #786a6e; font-family: Arial, sans-serif; }
blockquote .stars { margin-bottom: 12px; font: 13px Arial, sans-serif; }
blockquote cite { display: block; margin-top: 15px; color: #aeb9b6; font: normal 12px Arial, sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.trust-credentials {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 18px;
}
.award-row {
  min-height: 142px;
  margin: 0;
  padding: 18px 24px;
  border: 1px solid rgba(213,90,106,.18);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background: rgba(255,255,255,.62);
  text-align: left;
}
.award-logo {
  width: auto;
  height: 118px;
  max-width: min(38%, 190px);
  object-fit: contain;
}
.award-row .eyebrow { margin-bottom: 7px; }
.award-copy { min-width: min(100%, 360px); }
.home-page .award-row strong { display: block; font: 750 28px/1.15 "Segoe UI", Arial, sans-serif; letter-spacing: -.025em; }
.award-years { display: flex; gap: 8px; margin-top: 12px; }
.award-years span {
  min-width: 62px;
  padding: 7px 10px 6px;
  border: 1px solid rgba(213,90,106,.35);
  border-radius: 999px;
  color: var(--astra-pink-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-align: center;
}
.press-feature {
  width: 100%;
  min-height: 142px;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(170,41,79,.16);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  background: #f1dde1;
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(80,45,55,.08);
}
.press-feature > span {
  color: var(--astra-pink-dark);
  font-size: var(--text-label);
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.press-feature-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.press-outlet {
  min-width: 0;
  height: 70px;
  padding: 10px 14px;
  overflow: hidden;
  border: 1px solid rgba(170,41,79,.14);
  border-radius: 13px;
  display: grid;
  place-items: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.press-outlet:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(80,45,55,.12);
}
.press-outlet img {
  width: 100%;
  height: 42px;
  object-fit: contain;
}
.press-outlet-best { background: #b55169; }
.press-outlet-redfin { padding: 0 14px; background: white; }
.press-outlet-redfin img {
  height: 34px;
  object-fit: contain;
}
.clients {
  margin: 22px max(-5vw, -24px) -70px;
  padding: 20px max(5vw, 24px) 24px;
  background: var(--paper);
  color: var(--ink);
}
.home-page .clients { background: white; }
.home-page .clients-heading .eyebrow { color: var(--astra-pink-dark); }
.clients-heading { margin-bottom: 18px; }
.clients-heading .eyebrow { color: #8f7045; }
.clients-heading h3 { margin: 0; font-size: 36px; }
.client-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.client-track {
  width: max-content;
  display: flex;
  animation: client-logo-scroll 34s linear infinite;
  will-change: transform;
}
.client-group {
  display: flex;
  gap: 8px;
  padding-right: 8px;
}
.client-marquee:hover .client-track { animation-play-state: paused; }
.client-logo {
  width: clamp(152px, 13vw, 190px);
  flex: 0 0 auto;
  height: 86px;
  padding: 7px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}
.client-logo img {
  width: auto;
  height: auto;
  max-width: 98%;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .82;
  transform: scale(1.24);
  transition: filter .25s ease, opacity .25s ease;
}
.client-logo:hover img { filter: none; opacity: 1; }
@keyframes client-logo-scroll {
  to { transform: translateX(-50%); }
}

.final-cta { padding: 90px max(5vw, 24px); background: var(--astra-wine); text-align: center; color: white; }
.home-page .final-cta { background: var(--astra-wine); color: white; }
.home-page .final-cta .eyebrow { color: var(--astra-rose-light); }
.home-page .button.gold { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.home-page .button.outline { border-color: rgba(255,255,255,.65); color: white; }
.final-cta .eyebrow { color: var(--astra-rose-light); }
.final-cta h2 { margin: 0 0 12px; font-size: var(--title-section); }
.final-cta > p:not(.eyebrow) { margin: 0; font-size: 16px; }
.cta-actions { margin-top: 26px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.button.gold { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.button.outline { border-color: rgba(27,25,26,.55); }

footer {
  padding: 56px 40px 56px;
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink-soft);
  font-size: 15px;
}
.footer-mobile-intro { display: none; }
.footer-main-grid {
  display: grid;
  grid-template-columns: 28% 20% 27% 17.5%;
  column-gap: 2.5%;
  align-items: start;
}
.footer-overview { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-summary { max-width: 390px; margin: 0; color: #61595c; font-size: 16px; line-height: 1.58; }
.footer-proof { margin: 0; color: var(--astra-pink-dark); font-size: 13px; font-weight: 800; line-height: 1.45; }
.footer-quote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 2px;
  padding: 10px 16px;
  border: 1px solid var(--astra-pink);
  border-radius: var(--control-radius);
  background: white;
  color: var(--astra-pink);
  font-weight: 850;
}
.footer-quote-link:hover { border-color: var(--astra-pink-dark); background: var(--astra-blush-soft); color: var(--astra-pink-dark); }
.footer-overview h2,
.footer-column h2 {
  margin: 7px 0 16px;
  color: var(--ink);
  font: 850 13px/1.2 var(--font-body);
  letter-spacing: .11em;
  text-transform: uppercase;
}
.footer-column nav,
.footer-contact address { display: flex; flex-direction: column; gap: 10px; }
.footer-column a:hover,
.footer-text-link:hover { color: var(--astra-pink-dark); }
.footer-area-list {
  margin: 0 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
  color: #61595c;
  line-height: 1.45;
}
.footer-area-list > * { white-space: nowrap; }
.footer-text-link { color: var(--astra-pink-dark); font-weight: 800; }
.footer-contact address { color: #61595c; font-style: normal; line-height: 1.55; }
.footer-street-address { display: block; }
.footer-contact address a:first-child { color: inherit; font-size: inherit; font-weight: inherit; }
.footer-social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
}
.footer-column .footer-social-links { flex-direction: row; }
.footer-social-links a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--astra-pink-dark);
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.footer-social-links a:hover {
  border-color: var(--astra-pink);
  background: var(--astra-blush-soft);
  color: var(--astra-pink);
  transform: translateY(-1px);
}
.footer-social-links svg { width: 21px; height: 21px; }
.footer-social-links rect,
.footer-social-links circle:not(.social-icon-dot) { fill: none; stroke: currentColor; stroke-width: 1.9; }
.footer-social-links .social-icon-dot,
.footer-social-links path { fill: currentColor; }
.footer-bottom-row {
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #756d70;
}
.footer-bottom-row nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom-row a {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.footer-bottom-row a:hover {
  color: var(--astra-pink-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page .article-copy { margin-top: 0; }
.legal-page .article-copy h2 { font-size: clamp(22px, 3vw, 28px); }
.legal-page .article-copy strong { color: var(--ink); }
.legal-page .article-copy a {
  color: var(--astra-pink-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mobile-bar { display: none; }

body:has(.home-page) .mobile-bar .mobile-primary {
  background: var(--astra-wine);
  color: white;
}

@media (max-width: 900px) {
  .google-review-bar { min-height: 40px; padding: 8px 8px; }
  .google-review-bar-inner { gap: 6px; max-width: 100%; min-width: 0; }
  .google-review-wordmark { font-size: 14px; }
  .google-review-stars { font-size: 13px; letter-spacing: .06em; }
  .google-review-count { font-size: 11.5px; }
  .google-review-claim { font-size: 11.5px; }
  .google-review-divider { height: 14px; }
  .site-header {
    height: 64px;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: 8px;
    padding: 0 10px;
  }
  .brand { min-width: 0; height: 100%; display: flex; align-items: center; overflow: hidden; }
  .astra-brand-logo { height: 42px; gap: 6px; align-items: center; overflow: hidden; }
  .brand-symbol { width: 36px; height: 36px; }
  .brand-wordmark { font-size: 13px; letter-spacing: .04em; }
  .site-header:has(.header-quote) .brand-wordmark {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.05;
    text-align: left;
  }
  .desktop-nav { display: none; }
  .header-actions { height: 100%; gap: 6px; min-width: 0; justify-self: end; align-items: center; }
  .phone,
  .header-quote {
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
  }
  .site-header .phone { display: inline-flex; font-size: 12px; letter-spacing: -.02em; }
  .header-quote { padding: 0 10px; font-size: 12px; }
  .mobile-menu { position: relative; height: 40px; display: flex; align-items: center; }
  .mobile-menu summary {
    width: 36px;
    height: 40px;
    display: grid;
    align-content: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 7px;
    cursor: pointer;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ink);
    transition: transform .18s ease, opacity .18s ease;
  }
  .mobile-menu[open] summary span:nth-of-type(1),
  .mobile-menu[open] summary span:first-of-type { transform: translateY(6px) rotate(45deg); }
  .mobile-menu[open] summary span:nth-of-type(2) { opacity: 0; }
  .mobile-menu[open] summary span:nth-of-type(3),
  .mobile-menu[open] summary span:last-of-type { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    display: grid;
    justify-items: center;
    padding: 8px 18px 18px;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(27,25,26,.12);
    text-align: center;
  }
  .mobile-menu nav a {
    padding: 13px 2px;
    border-bottom: 0;
    font-size: 15px;
    font-weight: 750;
    text-align: center;
  }
  .hero {
    height: clamp(370px, 52svh, 450px);
    min-height: 0;
    display: grid;
    align-items: end;
    background: #2b2729;
  }
  .hero-photo {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(180deg, rgba(16,25,23,.04) 0%, rgba(16,25,23,.08) 32%, rgba(16,25,23,.38) 70%, rgba(16,25,23,.52) 100%),
      url("/gallery-2026/astra-gallery-2026-23.webp");
    background-size: cover;
    background-position: 58% center;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 10px 18px calc(62px + env(safe-area-inset-bottom));
    color: white;
    background: transparent;
  }
  .hero-copy .eyebrow { margin-bottom: 7px; color: var(--astra-rose-light); }
  .hero-lead {
    width: min(100%, 540px);
    margin-top: -8px;
    font-size: 14px;
    line-height: 1.4;
  }
  .home-page .hero-copy h1 {
    max-width: 560px;
    margin-bottom: 17px;
    font-size: clamp(32px, 8.8vw, 38px);
    line-height: 1.03;
  }
  .hero-proof {
    width: min(100%, 460px);
    grid-template-columns: 1fr;
    gap: 6px;
    border: 0;
  }
  .hero-proof div,
  .hero-proof div + div {
    min-height: 0;
    padding: 8px 11px 8px 13px;
    border: 1px solid rgba(255,255,255,.22);
    border-left: 3px solid var(--astra-pink);
    border-radius: 10px;
    background: rgba(23,18,20,.56);
    backdrop-filter: blur(8px);
  }
  .home-page .hero-proof div,
  .home-page .hero-proof div + div { border-left-color: var(--astra-pink); }
  .hero-proof strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 1.15;
  }
  .hero-proof span {
    color: rgba(255,255,255,.82);
    font-size: 13px;
    line-height: 1.3;
  }
  .hero-buttons { display: none; }
  .online-proof-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    padding: 0;
  }
  .online-proof-items > div {
    min-height: 0;
    padding: 10px 8px;
    gap: 4px;
    width: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .online-proof-items > div + div { border-left: 0; }
  .online-proof-items > div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.08); }
  .online-proof-items > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.08); }
  .online-proof-strip strong {
    min-height: 0;
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 700;
    white-space: nowrap;
  }
  .online-proof-strip span {
    max-width: 100%;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .03em;
    white-space: nowrap;
  }
  .online-proof-strip .proof-gta { display: block; }
  .online-proof-strip .proof-dot { display: none; }
  .online-proof-summary {
    display: block;
    width: 100%;
    padding: 12px 18px 15px;
  }
  .section { padding: 58px 18px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: clamp(31px, 8.5vw, 38px); }
  .brand-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 14px;
    border-radius: 14px;
  }
  .brand-proof-strip div { padding: 14px; }
  .brand-proof-strip div + div { border-left: 0; }
  .brand-proof-strip div:nth-child(even) { border-left: 1px solid rgba(213,90,106,.18); }
  .brand-proof-strip div:nth-child(n+3) { border-top: 1px solid rgba(213,90,106,.18); }
  .brand-proof-strip strong { font-size: 20px; }
  .brand-proof-strip span { font-size: 10px; }
  .story-cards {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 86%;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin: 0 -18px;
    padding: 0 18px 4px;
  }
  .story-cards::-webkit-scrollbar { display: none; }
  .story-card { min-height: 440px; scroll-snap-align: start; }
  .story-section { padding-top: 34px; padding-bottom: 40px; }
  .story-section .section-heading { margin-bottom: 13px; }
  .story-section .section-heading .eyebrow { margin-bottom: 7px; }
  .story-section .section-heading h2 { font-size: var(--title-section); line-height: 1.1; }
  .online-story-cards .story-card {
    height: clamp(420px, 64svh, 470px);
    min-height: 0;
    padding: 22px;
    border-radius: 25px;
  }
  .online-story-cards .story-card .card-number { top: 14px; right: 17px; }
  .online-story-cards .story-card > .eyebrow {
    margin: 0 0 8px;
    line-height: 1.25;
  }
  .online-story-cards .story-card h3 { margin: 3px 0 7px; font-size: var(--title-card); line-height: 1.15; }
  .online-story-cards .story-card p:not(.eyebrow) { margin-bottom: 8px; font-size: 13px; line-height: 1.34; }
  .online-story-cards .story-card small { font-size: 10px; line-height: 1.28; }
  .availability-preview { padding: 11px; gap: 7px; border-radius: 14px; }
  .availability-preview .room-selection { padding-top: 7px; }
  .availability-preview .room-list { gap: 5px; margin-top: 5px; }
  .availability-preview .room-list b { padding: 4px 8px; font-size: 10px; }
  .availability-preview .live-date { padding: 7px; }
  .availability-preview .preview-button { padding: 7px 9px; }
  .calendar-preview { padding: 11px; gap: 6px; border-radius: 14px; }
  .calendar-top strong { font-size: 12px; }
  .calendar-grid { gap: 3px; }
  .calendar-grid span { font-size: 9px; }
  .calendar-status { padding: 7px 8px; font-size: 9px; }
  .calendar-preview .preview-button { padding: 7px 9px; }
  .booking-complete-preview { padding: 10px 12px; border-radius: 14px; gap: 9px; }
  .online-story-cards .availability-preview,
  .online-story-cards .calendar-preview,
  .online-story-cards .booking-complete-preview { margin-bottom: 18px; }
  .booking-check { width: 30px; height: 30px; font-size: 15px; }
  .online-action-content > .eyebrow { margin-bottom: 9px; }
  .online-action-content > h3 { margin: 0 0 13px; }
  .online-action-content > p:not(.eyebrow) { max-width: 94%; }
  .story-card .online-card-cta { margin-top: auto; margin-bottom: 10px; padding: 10px 13px; font-size: 12px; }
  .swipe-hint {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 14px auto 0;
    padding: 8px 13px;
    border: 1px solid rgba(213,90,106,.34);
    border-radius: 999px;
    background: var(--astra-blush-soft);
    color: var(--ink);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
    box-shadow: 0 7px 18px rgba(31,41,46,.07);
  }
  .swipe-hint span {
    color: var(--astra-pink);
    font-size: 20px;
    line-height: 1;
    animation: swipe-cue 1.25s ease-in-out infinite;
  }
  .heading-row { display: block; }
  .text-link { display: none; }
  .project-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 86%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin: 0 -18px;
    padding: 0 18px 5px;
  }
  .project-grid::-webkit-scrollbar { display: none; }
  .project { min-height: 390px; scroll-snap-align: start; }
  .trust-top { grid-template-columns: 1fr; gap: 30px; }
  .trust-top h2 { font-size: 37px; }
  blockquote { padding: 21px; font-size: 17px; }
  .home-page .trust-section { padding-top: 52px; padding-bottom: 58px; }
  .trust-credentials { margin-top: 30px; grid-template-columns: 1fr; gap: 12px; }
  .award-row { min-height: 0; margin: 0; padding: 18px; gap: 14px; justify-content: flex-start; }
  .award-logo { height: 112px; max-width: 36%; }
  .award-copy { min-width: 0; }
  .award-row strong { font-size: 21px; }
  .award-years { gap: 5px; margin-top: 9px; }
  .award-years span { min-width: 50px; padding: 6px 7px 5px; font-size: 11px; }
  .press-feature {
    min-height: 0;
    margin: 0;
    padding: 16px;
    gap: 10px;
    border-radius: 16px;
  }
  .press-feature > span { font-size: 12px; }
  .press-feature-links { gap: 8px; }
  .press-outlet { height: 62px; padding: 9px 10px; border-radius: 11px; }
  .press-outlet img { height: 38px; }
  .press-outlet-redfin { padding: 0 10px; }
  .press-outlet-redfin img { height: 30px; }
  .clients {
    margin: 20px -18px -58px;
    padding: 18px 18px 24px;
  }
  .client-track { animation-duration: 42s; }
  .client-group { gap: 6px; padding-right: 6px; }
  .client-logo { width: 44vw; max-width: 178px; height: 76px; padding: 6px; border-radius: 10px; }
  .client-logo img { max-width: 100%; max-height: 52px; transform: scale(1.24); }
  .final-cta { padding: 68px 20px 86px; text-align: left; }
  .final-cta h2 { font-size: 40px; line-height: 1.05; }
  .cta-actions { justify-content: flex-start; }
  .button.outline:last-child { display: none; }
  footer {
    position: relative;
    padding: 30px 18px 105px;
    border-top: 1px solid var(--line);
    box-shadow: none;
  }
  .footer-mobile-intro { display: none; }
  .footer-summary {
    max-width: none;
    font-size: 16px;
  }
  .footer-column { container-type: inline-size; }
  .footer-column nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 10px 18px;
  }
  .footer-column nav a { flex: 0 0 auto; white-space: nowrap; }
  @container (max-width: 40rem) {
    .footer-column nav {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 10px;
    }
  }
  .footer-contact address {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
  }
  .footer-contact address > * { flex: 0 0 auto; }
  .footer-contact address a { white-space: nowrap; }
  .footer-main-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-area-list > * { white-space: normal; }
  .footer-quote-link { width: 100%; }
  .footer-overview h2,
  .footer-column h2 { margin: 0 0 13px; }
  .footer-bottom-row { margin-top: 34px; flex-direction: column-reverse; gap: 14px; }
  .footer-bottom-row nav { gap: 13px 18px; }
  .mobile-bar {
    position: fixed;
    z-index: 60;
    left: 9px;
    right: 9px;
    bottom: calc(9px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: .85fr 1.25fr 1.25fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 14px 38px rgba(0,0,0,.2);
    backdrop-filter: blur(12px);
  }
  .mobile-bar a { padding: 14px 6px; text-align: center; font-size: 13px; font-weight: 850; border-right: 1px solid var(--line); }
  .mobile-bar a:last-child { border-right: 0; }
  .mobile-bar .mobile-primary {
    background: var(--astra-wine);
    color: white;
  }
}

/* Tablet: keep 3-up grids instead of phone swipe carousels. */
@media (min-width: 701px) and (max-width: 900px) {
  .story-cards,
  .online-story-cards,
  .project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: unset;
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
    scroll-snap-type: none;
    gap: 12px;
  }
  .story-card,
  .project {
    min-height: 0;
    scroll-snap-align: unset;
  }
  .online-story-cards .story-card {
    height: auto;
    min-height: 0;
  }
  .swipe-hint { display: none !important; }
}

@keyframes swipe-cue {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

@media (max-width: 900px) {
  .google-review-claim-desktop { display: none; }
  .google-review-claim-mobile { display: inline; }
}

@media (max-width: 900px) {
  .google-review-bar { padding-inline: 8px; }
  .google-review-bar-inner { gap: 6px; }
  .google-review-wordmark { font-size: 14px; }
  .google-review-stars { font-size: 13px; }
  .google-review-count { font-size: 11.5px; }
  .google-review-claim { font-size: 11.5px; }
  .site-header { gap: 8px; padding-inline: 10px; }
  .header-actions { gap: 6px; }
  .brand-symbol { width: 36px; height: 36px; }
  .brand-wordmark { font-size: 13px; letter-spacing: .04em; }
  .site-header:has(.header-quote) .brand-wordmark {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.05;
    text-align: left;
  }
  .header-quote { padding-inline: 10px; font-size: 12px; }
  .hero-copy { padding-inline: 14px; }
  .home-page .hero-copy h1 { font-size: clamp(32px, 8.8vw, 38px); }
  .hero-lead { font-size: 14px; }
  .hero-proof strong { font-size: 15px; }
  .hero-proof span { font-size: 12px; }
}
@media (max-width: 380px) {
  .google-review-bar { padding-inline: 6px; }
  .google-review-bar-inner { gap: 4px; }
  .google-review-divider { display: none; }
  .google-review-wordmark { font-size: 12px; letter-spacing: -.06em; }
  .google-review-stars { font-size: 11px; letter-spacing: 0; }
  .google-review-count,
  .google-review-claim { font-size: 10.5px; }
}
@media (max-width: 340px) {
  .google-review-bar { padding-inline: 4px; }
  .google-review-bar-inner { gap: 3px; }
  .google-review-wordmark { font-size: 11px; }
  .google-review-stars { font-size: 10px; }
  .google-review-count,
  .google-review-claim { font-size: 10px; }
}

@media (max-width: 900px) {
  .hero {
    height: clamp(360px, 54svh, 385px);
    min-height: 0;
  }
  .hero-copy { padding-top: 5px; padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .hero-copy .eyebrow { margin-bottom: 5px; }
  .home-page .hero-copy h1 { margin-bottom: 13px; font-size: clamp(32px, 8.8vw, 38px); }
  .hero-proof { gap: 4px; }
  .hero-proof div,
  .hero-proof div + div { padding-top: 6px; padding-bottom: 6px; }
  .hero-proof strong { font-size: 14px; }
  .hero-proof span { font-size: 11px; }
  .story-section { padding-top: 26px; padding-bottom: 34px; }
  .story-section .section-heading { margin-bottom: 10px; }
  .story-section .section-heading h2 { font-size: 26px; }
}
@media (max-width: 700px) {
  .online-story-cards .story-card { height: 410px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .project img { transition: none; }
  .client-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .client-track { animation: none; }
  .client-group[aria-hidden="true"] { display: none; }
}

/* Grok Classic's existing inner pages remain embedded in their original routes. */
.site-frame {
  display: block;
  width: 100%;
  height: 100dvh;
  border: 0;
  background: #fff;
}

body:has(.site-frame) {
  height: 100dvh;
  overflow: hidden;
  background: #fff;
}

/* Standalone Services page */
.desktop-nav a.active { color: var(--astra-pink-dark); }
.services-page { background: var(--paper); }
.services-page .eyebrow { color: var(--astra-pink-dark); }
.services-page .button.primary { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.services-hero {
  padding: 86px max(5vw, 24px) 76px;
  background:
    radial-gradient(circle at 88% 12%, rgba(213,90,106,.13), transparent 30%),
    linear-gradient(145deg, #f8f1ef 0%, #ffffff 58%, #f2e7e7 100%);
  border-bottom: 1px solid var(--line);
}
.services-hero-inner { width: min(1120px, 100%); margin: 0 auto; }
.services-hero h1 {
  max-width: 850px;
  margin: 0 0 23px;
  color: var(--ink);
  font-size: var(--title-page);
  line-height: 1.1;
}
.services-lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}
.services-hero-primary {
  border-color: var(--astra-pink);
  background: var(--astra-pink);
  color: white;
}
.services-hero-secondary {
  border-color: rgba(112,36,56,.34);
  background: rgba(255,255,255,.68);
  color: var(--astra-pink-dark);
}
.services-hero-primary:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-pink-dark);
}
.services-hero-secondary:hover {
  border-color: var(--astra-pink-dark);
  background: white;
}
.services-picker { background: var(--paper); padding-top: 36px; }
.services-heading { max-width: 800px; }
.services-heading h2 {
  margin: 0;
  font-size: var(--title-section);
  line-height: 1.08;
}
.service-selector {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 20px 50px rgba(27,25,26,.07);
}
.service-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex: 0 0 auto;
  gap: 0;
  margin: 0;
  padding: 0;
  background: var(--astra-blush-soft);
  border-bottom: 1px solid var(--line);
}
.service-tabs button {
  width: 100%;
  min-height: 58px;
  padding: 14px 12px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  text-align: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.service-tabs button:last-child { border-right: 0; }
.service-tabs button span { display: block; }
.service-tabs button span { font: 18px/1.15 Georgia, serif; }
.service-tab-label-mobile { display: none !important; }
.service-tabs button[aria-selected="true"] {
  background: var(--astra-wine);
  color: white;
  font-weight: 850;
}
.service-tabs button[aria-selected="true"] span {
  font-family: var(--font-body);
  font-weight: 850;
}
.service-tabs button:focus-visible { outline: 3px solid rgba(213,90,106,.32); outline-offset: -3px; }
.service-panels {
  min-width: 0;
  margin: 0;
  padding: 0;
}
.service-panel {
  min-height: 258px;
  height: auto;
  margin: 0;
  padding: 34px;
  border: 0;
  border-radius: 0;
  background: white;
  box-shadow: none;
  grid-template-columns: 1fr 1fr;
  gap: 23px 42px;
}
.service-panel.active { display: grid; }
.service-included,
.service-how { padding-top: 4px; }
.service-included > strong,
.service-how > strong {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.service-included ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.service-included li { position: relative; padding-left: 18px; color: var(--muted); font-size: 14px; }
.service-included li::before { content: "✓"; position: absolute; left: 0; color: var(--astra-pink); font-weight: 900; }
.service-how ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: service-step;
  display: grid;
  gap: 7px;
}
.service-how li {
  position: relative;
  min-height: 25px;
  padding-left: 34px;
  color: var(--muted);
  font-size: 14px;
}
.service-how li::before {
  counter-increment: service-step;
  content: counter(service-step);
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--astra-blush-soft);
  color: var(--astra-pink-dark);
  font-size: 12px;
  font-weight: 850;
}
.service-panel-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 2px;
}
.services-page a.button.primary.service-panel-cta {
  min-width: 188px;
  border-color: var(--astra-wine);
  background: var(--astra-wine);
  color: #fff;
  font-weight: 850;
}
.services-page a.button.primary.service-panel-cta:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-pink-dark);
  color: #fff;
}

.services-faq { background: var(--ivory); }
.services-faq .section-heading { margin-bottom: 24px; }
.faq-list { width: min(900px, 100%); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  padding: 20px 42px 20px 0;
  position: relative;
  list-style: none;
  cursor: pointer;
  font: 20px Georgia, serif;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 16px;
  color: var(--astra-pink);
  font: 26px Arial, sans-serif;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 750px; margin: -5px 0 20px; color: var(--muted); font-size: 15px; }
.faq-list details p a { color: var(--astra-pink-dark); text-decoration: underline; text-underline-offset: 3px; font-weight: 750; }
.services-final { padding-top: 72px; padding-bottom: 72px; background: var(--astra-wine); color: white; }
.services-final .eyebrow { color: var(--astra-rose-light); }
.services-final .button.gold { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.services-final .button.outline { border-color: rgba(255,255,255,.65); color: white; }

@media (max-width: 900px) {
  .services-hero { padding: 34px 18px 30px; }
  .services-hero h1 { margin-bottom: 12px; font-size: var(--title-page); line-height: 1.1; }
  .services-lead { font-size: 16px; line-height: 1.58; }
  .services-hero-actions { gap: 8px; margin-top: 18px; }
  .services-hero-actions .button { min-height: 43px; padding: 10px 14px; font-size: 13px; }
  .services-picker {
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .services-heading h2 {
    font-size: var(--title-section);
    line-height: 1.1;
  }
  .service-selector {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .service-tabs {
    position: sticky;
    top: 64px;
    z-index: 40;
    margin: 0;
    padding: 0;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-radius: 16px 16px 0 0;
    background: var(--astra-blush-soft);
    box-shadow: 0 8px 18px rgba(27,25,26,.08);
    backdrop-filter: none;
  }
  .service-tabs.is-stuck {
    border-radius: 0;
    box-shadow: 0 10px 22px rgba(27,25,26,.12);
  }
  .service-tabs button {
    min-height: 48px;
    padding: 8px 5px;
    display: grid;
    place-items: center;
    border: 0;
    border-right: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    text-align: center;
  }
  .service-tabs button:last-child { border-right: 0; }
  .service-tabs button[aria-selected="true"] {
    border-color: transparent;
    background: var(--astra-wine);
    color: #fff;
  }
  .service-tabs button span { font-size: 15px; line-height: 1; }
  .service-tabs button .service-tab-label-full { display: none; }
  .service-tabs button .service-tab-label-mobile { display: block !important; }
  .service-panels {
    flex: 0 0 auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    display: block;
    overflow: visible;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(27,25,26,.07);
  }
  .service-panel {
    min-height: 0;
    height: auto;
    padding: 22px 20px 20px;
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 0;
  }
  .service-panel.active {
    display: grid;
    flex: none;
    min-height: 0;
    justify-content: initial;
  }
  .service-panel-intro,
  .service-panel-actions { grid-column: auto; }
  .service-panel h3 { font-size: 26px; line-height: 1.15; }
  .service-included,
  .service-how { padding-top: 0; }
  .service-panel-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding-top: 4px;
  }
  .service-panel-actions .button { width: 100%; min-height: 44px; }
  .services-faq { padding-bottom: 60px; }
  .faq-list summary { font-size: 18px; }
  .services-final { padding: 62px 18px 80px; }
}

/* Instant quote + conditional booking */
.booking-strip {
  min-height: 24px;
  padding: 5px 18px 4px;
  display: grid;
  place-items: center;
  background: var(--astra-wine);
  color: rgba(255,255,255,.88);
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.booking-strip a { color: white; text-decoration: underline; text-underline-offset: 2px; font-weight: 800; }
.quote-site-header { top: 0; }
.quote-site-header .header-quote.active { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.quote-booking-page { background: var(--ivory); }
.quote-booking-page .eyebrow { color: var(--astra-pink-dark); }
.quote-booking-hero {
  min-height: 0;
  position: relative;
  padding: 36px max(7vw, 28px) 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(213,90,106,.13), transparent 30%),
    linear-gradient(115deg, #ffffff 0%, #f8f2ef 58%, #f0e3e4 100%);
  border-bottom: 1px solid var(--line);
}
.quote-hero-copy { max-width: 700px; }
.quote-hero-paths { width: min(980px, 100%); }
.quote-hero-paths .quote-path-grid { width: 100%; margin: 0; }
.quote-hero-copy h1 {
  max-width: 660px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: var(--title-hero);
  line-height: 1.02;
}
.quote-hero-lead {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}
.quote-hero-actions { margin-top: 29px; display: flex; gap: 11px; }
.quote-dark-button { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.quote-light-button { border-color: rgba(27,25,26,.24); background: rgba(255,255,255,.72); color: var(--ink); }

.how-it-works-modal {
  width: min(680px, calc(100vw - 32px));
  max-height: min(760px, calc(100svh - 32px));
  padding: 0;
  border: 0;
  border-radius: 26px;
  overflow: auto;
  background: white;
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(27, 25, 26, .28);
}
.how-it-works-modal::backdrop {
  background: rgba(21, 18, 20, .68);
  backdrop-filter: blur(5px);
}
.how-it-works-dialog { position: relative; padding: 42px; }
.how-it-works-dialog h2 {
  margin: 0 48px 26px 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 5vw, 43px);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.how-it-works-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--ivory);
  color: var(--ink);
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
.how-it-works-steps { display: grid; gap: 10px; }
.how-it-works-steps article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: start;
  padding: 17px;
  border-radius: 16px;
  background: var(--astra-blush-soft);
}
.how-it-works-steps article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--astra-pink);
  color: white;
  font-size: 12px;
  font-weight: 850;
}
.how-it-works-steps h3 {
  margin: 1px 0 3px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.how-it-works-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.how-it-works-start { margin-top: 22px; border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.how-it-works-dialog > small { display: block; margin-top: 13px; color: var(--muted); font-size: 12px; }

@media (max-width: 900px) {
  .how-it-works-modal { width: calc(100vw - 22px); max-height: calc(100svh - 22px); border-radius: 22px; }
  .how-it-works-dialog { padding: 30px 20px 24px; }
  .how-it-works-dialog h2 { margin-bottom: 20px; font-size: 30px; }
  .how-it-works-close { top: 14px; right: 14px; width: 36px; height: 36px; }
  .how-it-works-steps article { grid-template-columns: 38px 1fr; gap: 11px; padding: 13px; }
  .how-it-works-steps article > span { width: 34px; height: 34px; }
  .how-it-works-start { width: 100%; }
}
.prototype-badge {
  position: absolute;
  right: 18px;
  bottom: 15px;
  padding: 7px 12px;
  border: 1px solid rgba(213,90,106,.35);
  border-radius: 999px;
  background: #fcf2f3;
  color: var(--astra-pink-dark);
  font-size: 9px;
  box-shadow: 0 4px 16px rgba(105,43,61,.10);
}

.booking-flow-section {
  scroll-margin-top: 90px;
  padding: 82px max(5vw, 22px) 94px;
  background: var(--ivory);
}
.booking-flow-heading { width: min(1180px, 100%); margin: 0 auto 28px; }
.booking-flow-heading h2 { margin: 0 0 7px; font-size: clamp(36px, 4vw, 52px); line-height: 1.08; }
.booking-flow-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.booking-progress {
  width: min(1180px, 100%);
  margin: 0 auto 12px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.booking-progress-step {
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 72px;
  min-height: 72px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f4e9ea;
  color: var(--muted);
  font: inherit;
  text-align: left;
  cursor: default;
  pointer-events: none;
}
.booking-progress span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(27,25,26,.2);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 850;
}
.booking-progress b {
  display: grid;
  align-items: center;
  flex: 1;
  min-width: 0;
  min-height: 2.4em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.booking-progress-step.active { border-color: var(--astra-pink); background: var(--astra-pink); color: white; }
.booking-progress-step.active span { border-color: var(--astra-rose-light); color: var(--astra-rose-light); }
.booking-progress-step.done {
  border-color: rgba(213,90,106,.35);
  background: var(--astra-blush);
  color: var(--astra-pink-dark);
}
.booking-progress-step:disabled { opacity: 1; cursor: default; }
.booking-progress-actions {
  width: 0;
  height: 0;
  margin: 0;
  overflow: visible;
}
.booking-progress-back {
  position: fixed;
  left: max(16px, env(safe-area-inset-left), var(--page-gutter, 16px));
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 45;
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid rgba(122, 34, 60, .34);
  border-radius: var(--control-radius);
  background: white;
  color: var(--astra-pink-dark);
  font-size: 14px;
  box-shadow: 0 8px 22px rgba(27, 25, 26, .16);
}
.booking-progress-back:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-blush-soft);
}
.booking-panel {
  width: min(1180px, 100%);
  min-height: 480px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: 0 24px 65px rgba(27,25,26,.08);
}
.property-form { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr); gap: 36px; align-items: start; }
.booking-form-main { min-width: 0; }
.booking-form-main fieldset { margin: 0 0 31px; padding: 0; border: 0; }
.booking-form-main legend { margin-bottom: 12px; padding: 0; font: 24px/1.15 Georgia, serif; }
.booking-form-main .quick-choice-fieldset { margin-bottom: 20px; }
.booking-form-main .quick-choice-fieldset legend {
  margin-bottom: 8px;
  font-size: 19px;
}
.quick-choice-fieldset .booking-choice-grid button {
  min-height: 48px;
  padding: 9px 11px;
  text-align: center;
}
.quick-choice-fieldset .booking-choice-grid strong { line-height: 1.2; }
.quick-choice-fieldset .booking-choice-grid small { margin-top: 3px; line-height: 1.2; }
.property-size-entry {
  width: min(330px, 100%);
  display: grid;
  gap: 7px;
}
.property-size-input-wrap {
  min-height: 54px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fcf8f7;
}
.property-size-input-wrap:focus-within {
  border-color: var(--astra-pink);
  box-shadow: 0 0 0 3px rgba(213,90,106,.14);
}
.property-size-input-wrap input {
  min-width: 0;
  width: 100%;
  padding: 12px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  appearance: textfield;
}
.property-size-input-wrap input::-webkit-outer-spin-button,
.property-size-input-wrap input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.property-size-select-wrap { padding: 0; }
.property-size-select-wrap select {
  width: 100%;
  min-height: 54px;
  padding: 12px 42px 12px 15px;
  border: 0;
  outline: 0;
  border-radius: inherit;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.property-size-input-wrap > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}
.property-size-entry > small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.field-help { margin: -7px 0 12px; color: var(--muted); font-size: 13px; }
.booking-choice-grid { display: grid; gap: 8px; }
.booking-choice-grid.two { grid-template-columns: repeat(2, 1fr); }
.booking-choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.booking-choice-grid button {
  min-height: 70px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fcf8f7;
  color: var(--ink);
  font: inherit;
  font-family: var(--font-body);
  cursor: pointer;
  text-align: left;
}
.booking-choice-grid button:hover { border-color: var(--astra-pink); }
.booking-choice-grid button.selected { border-color: var(--astra-pink); background: var(--astra-pink); color: white; box-shadow: inset 0 0 0 1px var(--astra-pink); }
.booking-choice-grid button.selected small { color: rgba(255,255,255,.88); }
.booking-choice-grid.compact button { min-height: 58px; }
.booking-choice-grid strong,
.booking-choice-grid small { display: block; }
.booking-choice-grid strong { font-size: 14px; }
.booking-choice-grid small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.booking-choice-grid .selected small { color: #d3dbd8; }
.room-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.booking-form-main fieldset > .room-choice-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.room-choice-item {
  position: relative;
  min-height: 49px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fcf8f7;
  font-size: 13px;
  overflow: hidden;
}
.room-choice-item label {
  min-width: 0;
  min-height: 47px;
  padding: 11px 34px 11px 12px;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.room-choice-item.selected { border-color: var(--astra-pink); background: var(--astra-blush); }
.room-choice-item input[type="checkbox"],
.bedroom-room-heading input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.room-choice-item label,
.bedroom-room-heading label { gap: 0; }
.bedroom-room-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.bedroom-room-card {
  position: relative;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fcf8f7;
}
.bedroom-room-card.selected {
  border-color: var(--astra-pink);
  background: var(--astra-blush);
}
.bedroom-room-heading {
  position: static;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.bedroom-room-heading label {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  padding-right: 26px;
}
.bedroom-room-heading input { accent-color: var(--astra-pink); }
.bedroom-room-heading .room-info-button { margin-right: 0; }
.bedroom-size-field {
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}
.bedroom-size-field > span {
  color: var(--astra-pink-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bedroom-size-field select {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 7px 30px 7px 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}
.bedroom-count-section {
  margin-top: 8px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--astra-blush-soft);
}
.bedroom-count-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}
.bedroom-count-heading-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.bedroom-count-heading .bedroom-info-button {
  width: 25px;
  height: 25px;
  margin: 0;
}
.bedroom-count-heading strong { font-size: 15px; }
.bedroom-count-heading span { color: var(--muted); font-size: 11px; }
.bedroom-count-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.bedroom-count-item {
  min-width: 0;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.bedroom-count-item > strong { font-size: 12px; }
.bedroom-stepper { display: flex; align-items: center; gap: 3px; }
.bedroom-stepper button {
  width: 27px;
  height: 27px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fcf8f7;
  color: var(--astra-pink-dark);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.bedroom-stepper button:disabled { opacity: .35; cursor: default; }
.bedroom-stepper output {
  min-width: 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.bedroom-stepper button:focus-visible {
  outline: 3px solid rgba(170, 41, 79, .22);
  outline-offset: 2px;
}
.room-info-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #b9a8ad;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  cursor: help;
}
.room-info-button:hover {
  color: var(--astra-pink-dark);
  background: transparent;
}
.room-info-button:focus-visible {
  color: var(--astra-pink-dark);
  background: transparent;
  outline: 2px solid rgba(170, 41, 79, .22);
  outline-offset: 1px;
}
.room-info-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: min(580px, calc(100vw - 36px));
  max-height: calc(100svh - 48px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 24px;
  background: white;
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(27, 25, 26, .3);
}
.room-info-modal::backdrop {
  background: rgba(21, 18, 20, .7);
  backdrop-filter: blur(5px);
}
.room-info-dialog { position: relative; }
.room-info-gallery {
  position: relative;
  overflow: hidden;
  background: #eee9e7;
}
.room-info-slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}
.room-info-slides::-webkit-scrollbar { display: none; }
.room-info-slide {
  min-width: 100%;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.room-info-slide img {
  width: 100%;
  height: clamp(210px, 32vh, 275px);
  object-fit: cover;
}
.room-photo-sample-note {
  position: static;
  margin: 0;
  padding: 10px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--astra-blush-soft);
  color: var(--astra-pink-dark);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}
.room-photo-sample-note span { padding: 0 2px; }
.room-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: rgba(27,25,26,.68);
  color: white;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
.room-gallery-arrow.previous { left: 12px; }
.room-gallery-arrow.next { right: 12px; }
.room-gallery-arrow:disabled { opacity: .35; cursor: default; }
.room-gallery-pagination {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 9px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(27,25,26,.7);
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.room-gallery-pagination > div { display: flex; align-items: center; gap: 5px; }
.room-gallery-pagination button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.48);
  cursor: pointer;
}
.room-gallery-pagination button.active { background: white; transform: scale(1.25); }
.room-info-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: rgba(27,25,26,.78);
  color: white;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
.room-info-copy { padding: 21px 24px 23px; }
.room-info-copy h3 { margin: 0 0 15px; font-size: 33px; line-height: 1.05; }
.room-info-copy section { padding: 11px 0; border-top: 1px solid var(--line); }
.room-info-copy section strong { display: block; margin-bottom: 4px; font-size: 15px; }
.room-info-copy section p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.room-info-copy section .room-typical-items.is-bold { color: var(--ink); font-weight: 750; }
.room-info-copy section .room-fit-note { margin-top: 10px; }
.room-info-copy .room-scale-compact { padding-bottom: 8px; }
.room-info-copy .room-scale-compact > strong { color: var(--astra-pink-dark); }
.room-info-copy .room-scale-compact p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}
.room-info-copy .room-scale-compact b { color: var(--ink); }
.room-info-copy .room-info-note {
  margin-top: 4px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.room-info-copy .room-info-note strong { color: var(--astra-pink-dark); }
.room-info-copy > small { display: block; margin-top: 13px; color: var(--muted); font-size: 11px; }
.additional-rooms {
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.additional-rooms summary {
  padding: 13px 15px;
  color: var(--astra-pink-dark);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}
.additional-rooms[open] summary { border-bottom: 1px solid var(--line); }
.additional-rooms .room-choice-grid { padding: 12px; }
.additional-room-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.booking-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.booking-contact-grid label { position: relative; display: grid; gap: 6px; color: #4c4749; font-size: 12px; font-weight: 750; align-content: start; }
.booking-contact-grid label.wide { grid-column: 1 / -1; }
.booking-contact-grid input,
.booking-contact-grid select,
.booking-contact-grid textarea {
  width: 100%;
  min-height: 47px;
  padding: 11px 13px;
  border: 1px solid #cfc9bd;
  border-radius: 10px;
  background: white;
  color: var(--ink);
  font: inherit;
}
.booking-contact-grid input:focus,
.booking-contact-grid select:focus,
.booking-contact-grid textarea:focus { outline: 3px solid rgba(213,90,106,.20); border-color: var(--astra-pink); }
.quote-app-root input.is-invalid,
.booking-contact-grid input.is-invalid {
  border-color: #c44757;
  outline: 3px solid rgba(196, 71, 87, 0.16);
}
.quote-app-root input.is-valid,
.booking-contact-grid input.is-valid { border-color: #3d8b5c; }
.field-format-hint {
  color: #a83345;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}
.email-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  border: 1px solid #cfc9bd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(47, 40, 36, 0.12);
  z-index: 30;
}
.email-suggest li {
  padding: 8px 13px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.email-suggest li:hover,
.email-suggest li.active { background: #f7e8eb; }
.booking-contact-grid textarea { resize: vertical; }
.pac-container {
  z-index: 4000;
  margin-top: 4px;
  border: 1px solid #cfc9bd;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(47, 40, 36, 0.14);
  font-family: inherit;
}
.pac-item {
  padding: 9px 13px;
  cursor: pointer;
}
.pac-item:hover,
.pac-item-selected {
  background: #f7e8eb;
}
.pac-item-query { color: var(--ink); font-weight: 650; }
.pac-matched { font-weight: 800; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.quote-turnstile { min-height: 1px; margin: 0; }
.booking-summary-card {
  position: sticky;
  top: 112px;
  padding: 26px;
  border-radius: 18px;
  background: var(--astra-wine);
  color: white;
}
.booking-summary-card dl { margin: 0; }
.booking-summary-card dl div { padding: 13px 0; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.booking-summary-card dt { color: #d5ced1; font-size: 12px; }
.booking-summary-card dd { margin: 0; max-width: 58%; font-size: 12px; font-weight: 800; text-align: right; text-transform: capitalize; }
.summary-hint { margin: 16px 0 0; color: #c9c0c4; font-size: 11px; line-height: 1.55; }
.booking-primary-action {
  min-height: 49px;
  padding: 13px 19px;
  border: 1px solid var(--astra-pink);
  border-radius: var(--control-radius);
  background: white;
  color: var(--astra-pink);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.booking-primary-action:disabled { opacity: .45; cursor: not-allowed; }
.booking-primary-action:focus-visible,
.booking-back:focus-visible,
.booking-choice-grid button:focus-visible,
.date-choice-grid button:focus-visible,
.room-choice-grid label:has(input:focus-visible) {
  outline: 3px solid rgba(213,90,106,.32);
  outline-offset: 2px;
}
.booking-form-main > .booking-primary-action { min-width: 250px; }
.booking-error { margin: 0 0 12px; color: #9a312b; font-size: 13px; font-weight: 700; }
.prototype-note { margin: 9px 0 0; color: var(--muted); font-size: 10px; }

/* Vacant quote phase-one qualified lead flow */
.quote-booking-page .booking-progress { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vacant-property-form { display: block; }
.vacant-scope-form-main { width: 100%; }
.vacant-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}
.vacant-room-scope { margin-top: 4px !important; }
.booking-form-main .vacant-room-scope legend {
  margin-bottom: 8px;
  font-size: 19px;
}
.contact-gate-panel { min-height: 0; }
.vacant-contact-gate { max-width: 760px; }
.vacant-contact-gate .booking-primary-action { min-width: 250px; margin-top: 12px; }
.booking-contact-grid.quote-details-fields { gap: 8px; }
.booking-contact-grid.quote-details-fields label { gap: 4px; }
.booking-contact-grid.quote-details-fields > label > input,
.booking-contact-grid.quote-details-fields > label > select {
  min-height: 50px;
  height: 50px;
  padding: 8px 12px;
  box-sizing: border-box;
}
.vacant-optional-details {
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fcf8f7;
}
.vacant-optional-details summary {
  padding: 16px 18px;
  color: var(--astra-wine);
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}
.vacant-optional-details-body { padding: 2px 18px 18px; }
.vacant-optional-details-body fieldset { margin: 0 0 18px; padding: 0; border: 0; }
.vacant-optional-details-body legend { margin-bottom: 8px; font-size: 17px; font-weight: 800; }
.vacant-furniture-review > h4 { margin: 0 0 10px; font-size: 19px; }

.availability-layout,
.deposit-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: start; }
.availability-layout { grid-template-columns: minmax(270px, .72fr) minmax(480px, 1.28fr); gap: 30px; }
.availability-quote-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}
.availability-quote-card > .eyebrow { margin-bottom: 15px; }
.availability-layout .availability-quote-card h3 { margin-bottom: 12px; font-size: clamp(43px, 4.2vw, 56px); }
.availability-layout .availability-quote-card h3 small { font-size: 15px; font-weight: 700; }
.availability-quote-card > .availability-summary { margin-bottom: 14px; color: var(--ink); font-size: 16px; font-weight: 750; line-height: 1.45; }
.availability-quote-card > .estimate-disclaimer { margin-top: 0; font-size: 13px; line-height: 1.55; }
.availability-next-cue {
  margin-top: 23px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
}
.availability-next-cue small,
.availability-next-cue strong,
.availability-next-cue span { display: block; }
.availability-next-cue small { margin-bottom: 7px; color: var(--astra-pink-dark); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.availability-next-cue strong { margin-bottom: 6px; font-size: 17px; line-height: 1.25; }
.availability-next-cue span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.price-result-layout { max-width: 820px; margin: 0 auto; padding: 20px 8px; }
.quote-price-header { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.quote-price-header > .eyebrow { margin-bottom: 14px; }
.price-result-layout h3,
.availability-layout h3,
.date-picker-card h3,
.deposit-copy h3,
.booking-complete h3 { margin: 0 0 10px; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; }
.price-result-layout h3 { margin-bottom: 12px; font-size: clamp(42px, 4.2vw, 58px); }
.price-result-layout h3 small,
.availability-layout h3 small { font: 13px Arial, sans-serif; color: var(--muted); }
.price-result-layout h3 small { font-size: 17px; font-weight: 700; }
.availability-summary { margin: 0 0 22px; color: var(--muted); }
.quote-price-header > .availability-summary { margin-bottom: 11px; color: var(--ink); font-size: 17px; font-weight: 700; line-height: 1.45; }
.protected-quote-note { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: #fcf8f7; }
.protected-quote-note strong,
.protected-quote-note span { display: block; }
.protected-quote-note strong { margin-bottom: 4px; font-size: 13px; }
.protected-quote-note span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.manual-review-note { margin-top: 10px; padding: 14px 16px; border-left: 4px solid var(--astra-pink); background: var(--astra-blush-soft); }
.manual-review-note strong,
.manual-review-note span { display: block; }
.manual-review-note strong { margin-bottom: 4px; font-size: 12px; }
.manual-review-note span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.estimate-disclaimer { margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.quote-price-header > .estimate-disclaimer { margin-top: 0; max-width: 670px; font-size: 14px; line-height: 1.55; }
.quote-complete-note {
  margin-top: 24px;
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border-radius: 13px;
  background: #f5f1ee;
}
.quote-complete-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--astra-pink-dark);
  color: white;
  font-size: 16px;
  font-weight: 900;
}
.quote-complete-note strong { display: block; margin: 1px 0 4px; font-size: 16px; }
.quote-complete-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.price-result-next {
  margin: 14px 0 10px;
  padding: 21px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid #d5ccd0;
  border-radius: 16px;
  background: white;
}
.price-result-next small,
.price-result-next strong,
.price-result-next span { display: block; }
.price-result-next small { margin-bottom: 6px; color: var(--astra-pink-dark); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.price-result-next strong { margin-bottom: 6px; font-size: 18px; }
.price-result-next span { color: var(--muted); font-size: 15px; line-height: 1.5; }
.price-result-next .booking-primary-action { flex: 0 0 auto; }
.price-result-layout .booking-primary-action {
  min-height: 54px;
  padding: 15px 23px;
  font-size: 15px;
}
.price-result-layout > .booking-back { padding: 9px 2px; color: var(--muted); font-size: 13px; }
.vacant-furniture-review {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fcf8f7;
}
.vacant-furniture-review fieldset { margin: 0; padding: 0; border: 0; }
.vacant-furniture-review legend {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.vacant-furniture-review .booking-choice-grid { max-width: 410px; }
.vacant-furniture-upload-form { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.home-page .hero-lead { width: min(1000px, 100%); }
.vacant-furniture-upload-form .occupied-upload-field { margin-bottom: 14px; background: white; }
.vacant-furniture-upload-form > .booking-primary-action { width: 100%; max-width: 420px; }
.vacant-furniture-no-review { margin: 13px 0 0; color: var(--muted); font-size: 13px; }
.vacant-furniture-confirmation {
  margin-top: 18px;
  padding: 15px 17px;
  border-left: 4px solid var(--astra-pink-dark);
  border-radius: 11px;
  background: white;
}
.vacant-furniture-confirmation strong { display: block; margin-bottom: 4px; font-size: 16px; }
.vacant-furniture-confirmation p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.addons-layout { max-width: 820px; margin: 0 auto; }
.addons-heading { margin-bottom: 22px; }
.addons-heading h3 { margin: 0 0 9px; font-size: clamp(32px, 4vw, 46px); line-height: 1.06; }
.addons-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.addon-service-card {
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #faf3f3;
}
.addon-service-card > p { margin: 9px 0 0 31px; color: var(--muted); font-size: 10px; }
.addon-service-card legend { padding: 0; font: 22px/1.15 Georgia, serif; }
.addon-service-card .addon-service-title {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}
.photography-delivery {
  width: fit-content;
  margin: 10px 0 13px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--astra-pink-dark);
  color: white;
  font-size: 10px;
}
.addon-service-card .photography-delivery { color: white; }
.photography-size-status {
  margin: 0 0 14px;
  padding: 11px 13px;
  border: 1px solid rgba(213,90,106,.26);
  border-radius: 11px;
  background: var(--astra-blush-soft);
  color: var(--ink);
  font-size: 12px;
}
.photography-size-status span { color: var(--muted); }
.photography-size-confirm {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(213,90,106,.35);
  border-radius: 12px;
  background: var(--astra-blush-soft);
}
.photography-size-confirm > strong,
.photography-size-confirm > span { display: block; }
.photography-size-confirm > strong { font-size: 13px; }
.photography-size-confirm > span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.photography-size-confirm > div { margin-top: 10px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.photography-size-confirm button {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--ink);
  border-radius: 10px;
  background: white;
  color: var(--ink);
  font: 750 12px/1.2 inherit;
  cursor: pointer;
}
.photography-size-confirm button:hover { background: var(--astra-pink-dark); color: white; }
.photography-options input:disabled { cursor: not-allowed; }
.photography-options label:has(input:disabled) { opacity: .52; cursor: not-allowed; }
.photography-addons {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}
.photography-addons > strong { display: block; margin-bottom: 10px; font-size: 14px; }
.photography-addons .addon-check-option,
.photography-addons .addon-radio-option { min-height: 56px; }
.photography-addons .addon-check-option + .addon-radio-option,
.photography-addons .addon-radio-option + .addon-radio-option { margin-top: 8px; }
.addon-check-option,
.addon-radio-option {
  min-height: 62px;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  cursor: pointer;
}
.addon-radio-option + .addon-radio-option { margin-top: 8px; }
.addon-check-option.selected,
.addon-radio-option.selected { border-color: var(--astra-pink); box-shadow: inset 0 0 0 1px var(--astra-pink); }
.addon-check-option input,
.addon-radio-option input { accent-color: var(--astra-pink); }
.addon-check-option strong,
.addon-check-option small,
.addon-radio-option strong,
.addon-radio-option small { display: block; }
.addon-check-option strong,
.addon-radio-option strong { font-size: 13px; }
.addon-check-option small,
.addon-radio-option small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.addon-check-option b,
.addon-radio-option b { font-size: 13px; white-space: nowrap; }
.cat-deposit-notice {
  margin: 16px 0;
  padding: 18px;
  border: 1px solid rgba(213,90,106,.35);
  border-left: 4px solid var(--astra-pink);
  border-radius: 13px;
  background: var(--astra-blush-soft);
}
.cat-deposit-notice span,
.cat-deposit-notice strong { display: block; }
.cat-deposit-notice span { margin-bottom: 5px; color: var(--astra-pink-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.cat-deposit-notice strong { font-size: 15px; }
.cat-deposit-notice p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.date-picker-card,
.final-booking-summary {
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #faf3f3;
}
.date-picker-card > p:not(.eyebrow) { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.date-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.date-choice-grid button {
  min-height: 100px;
  padding: 13px 9px;
  display: grid;
  gap: 3px;
  justify-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
  color: var(--ink);
  cursor: pointer;
}
.date-choice-grid button.selected { border-color: var(--astra-pink-dark); background: var(--astra-pink-dark); color: white; }
.date-choice-grid span { font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.date-choice-grid strong { font: 19px Georgia, serif; }
.date-choice-grid small { color: var(--astra-pink-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.date-choice-grid .selected small { color: var(--astra-rose-light); }
.booking-calendar {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}
.booking-calendar-header {
  min-height: 62px;
  padding: 10px 13px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.booking-calendar-header strong {
  font-size: 18px;
  text-align: center;
}
.booking-calendar-header button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--ivory);
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}
.booking-calendar-header button:disabled { opacity: .28; cursor: not-allowed; }
.booking-calendar-weekdays,
.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.booking-calendar-weekdays {
  padding: 11px 10px 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
}
.booking-calendar-grid { gap: 5px; padding: 5px 10px 12px; }
.booking-calendar-grid button,
.booking-calendar-grid .calendar-blank {
  aspect-ratio: 1;
  min-width: 0;
}
.booking-calendar-grid button {
  display: grid;
  place-items: center;
  border: 1px solid #d8d1d4;
  border-radius: 10px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.booking-calendar-grid button:not(:disabled):hover {
  border-color: var(--astra-pink);
  background: var(--astra-blush-soft);
}
.booking-calendar-grid button.selected {
  border-color: var(--astra-pink);
  background: var(--astra-pink);
  color: white;
  box-shadow: 0 5px 14px rgba(213, 90, 106, .28);
}
.booking-calendar-grid button.is-today:not(.selected) {
  box-shadow: inset 0 0 0 1.5px rgba(213, 90, 106, .7);
}
.booking-calendar-grid button:disabled {
  border-color: transparent;
  background: #f2e9ea;
  color: #aaa3a6;
  cursor: not-allowed;
}
.booking-calendar-grid button.weekend:disabled { background: #f7f5f5; color: #c4bec1; }
.booking-calendar-legend {
  padding: 11px 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}
.booking-calendar-legend span { display: inline-flex; align-items: center; gap: 6px; }
.booking-calendar-legend i {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #f2e9ea;
}
.booking-calendar-legend i.available { border: 1px solid #d8d1d4; background: white; }
.date-picker-card > .calendar-contact-note {
  margin: 14px 2px 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}
.calendar-contact-note a {
  color: var(--astra-pink-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.booking-stage-actions { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.calendar-selection-next { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.calendar-selection-confirmation { color: var(--muted); font-size: 14px; }
.booking-stage-actions .booking-primary-action { flex: 0 0 auto; }
.booking-back { padding: 8px 0; border: 0; background: transparent; color: #4c4749; font-size: 12px; font-weight: 800; cursor: pointer; }
.deposit-copy { padding: 18px 8px; }
.deposit-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.booking-policy { margin: 26px 0 18px; padding: 18px; border-left: 4px solid var(--astra-pink); background: var(--astra-blush-soft); }
.booking-policy strong,
.booking-policy span { display: block; }
.booking-policy strong { margin-bottom: 5px; }
.booking-policy span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.request-policy { border-left-color: var(--astra-pink-dark); }
.cat-policy-summary { margin-top: -8px; }
.policy-check { display: flex; align-items: flex-start; gap: 10px; color: #4c4749; font-size: 13px; cursor: pointer; }
.policy-check input { margin-top: 3px; accent-color: var(--astra-pink); }
.final-booking-summary { background: var(--astra-wine); color: white; }
.final-booking-summary > div { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.final-booking-summary > div span { color: #d5ced1; font-size: 12px; }
.final-booking-summary > div strong { font-size: 13px; text-align: right; }
.final-booking-summary .booking-primary-action { width: 100%; margin-top: 22px; border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.final-booking-summary .booking-back { width: 100%; color: #d5ced1; }
.final-booking-summary .prototype-note { color: #b9aeb3; text-align: center; }
.order-review-panel { padding: 28px; }
.order-review-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 26px;
  align-items: start;
}
.order-review-summary {
  position: sticky;
  top: 112px;
  padding: 25px;
  border-radius: 20px;
  background: var(--astra-wine);
  color: white;
}
.order-review-summary .eyebrow { color: var(--astra-rose-light); }
.order-review-summary h3,
.order-review-agreement h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}
.order-review-summary dl { margin: 22px 0 0; }
.order-review-summary dl div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: minmax(92px, .7fr) minmax(0, 1.3fr);
  gap: 15px;
  border-top: 1px solid rgba(255,255,255,.17);
}
.order-review-summary dt { color: rgba(255,255,255,.72); font-size: 13px; }
.order-review-summary dd { margin: 0; font-size: 14px; font-weight: 750; line-height: 1.45; text-align: right; }
.order-review-note {
  margin: 18px 0 0;
  padding: 15px;
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.83);
  font-size: 13px;
  line-height: 1.5;
}
.order-review-access-note {
  margin: 12px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.5;
}
.order-review-agreement {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fcf8f7;
}
.staging-item-list {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.staging-item-list-heading .eyebrow { margin-bottom: 8px; }
.staging-item-list-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.staging-item-row {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
}
.staging-item-row strong {
  display: block;
  color: var(--astra-wine);
  font-size: 15px;
  line-height: 1.3;
}
.staging-item-row p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.staging-item-list-note {
  margin: 14px 0 0;
  padding: 14px 15px;
  border-left: 4px solid var(--astra-pink);
  border-radius: 10px;
  background: var(--astra-blush-soft);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.staging-item-list-note strong { color: var(--ink); }
.order-review-agreement > .agreement-heading { margin-top: 25px; }
.agreement-heading > p:last-child { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.booking-agreement-list { margin-top: 20px; display: grid; gap: 10px; }
.booking-agreement-item {
  min-height: 76px;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  cursor: pointer;
}
.booking-agreement-item:hover { border-color: rgba(213,90,106,.5); }
.booking-agreement-item.accepted { border-color: rgba(122,34,60,.45); background: #fffafb; }
.booking-agreement-item input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--astra-pink-dark);
}
.booking-agreement-item strong,
.booking-agreement-item small { display: block; }
.booking-agreement-item strong { color: var(--ink); font-size: 15px; line-height: 1.3; }
.booking-agreement-item small { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.booking-agreement-item.critical {
  border: 2px solid #b6384d;
  background: #fff0f1;
  box-shadow: 0 8px 22px rgba(150,40,61,.1);
}
.booking-agreement-item.critical strong { color: #8c1733; font-size: 17px; }
.booking-agreement-item.critical small { color: #542f38; }
.agreement-submit {
  margin-top: 18px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
}
.agreement-submit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.agreement-submit .booking-primary-action { flex: 0 0 auto; min-width: 210px; }
.booking-complete { max-width: 700px; margin: 20px auto; padding: 38px; text-align: center; }
.complete-icon { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--astra-pink); color: white; font-size: 26px; }
.booking-complete > p:not(.eyebrow) { max-width: 580px; margin: 0 auto 25px; color: var(--muted); }
.booking-complete > div { display: flex; justify-content: center; align-items: center; gap: 18px; }

.booking-explainer { background: var(--astra-wine); color: white; }
.booking-explainer .section-heading { max-width: 850px; }
.booking-explainer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.booking-explainer-grid article { min-height: 230px; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.04); }
.booking-explainer-grid article > span { color: var(--astra-rose-light); font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.booking-explainer-grid h3 { margin: 40px 0 11px; font-size: 25px; line-height: 1.12; }
.booking-explainer-grid p { margin: 0; color: #d5ced1; font-size: 13px; line-height: 1.6; }
.booking-explainer-action { margin-top: 28px; display: flex; justify-content: center; }
.booking-explainer-action .button { min-width: 210px; border-color: var(--astra-pink); background: white; color: var(--astra-pink); }

@media (max-width: 900px) {
  .booking-strip { font-size: 9px; }
  .quote-booking-hero {
    min-height: 0;
    padding: 24px 18px 28px;
    gap: 20px;
  }
  .quote-hero-copy h1 { font-size: clamp(32px, 8.8vw, 38px); }
  .quote-hero-actions .button { flex: 1; padding-inline: 12px; }
  .prototype-badge { right: 10px; bottom: 9px; }
  .booking-flow-section { padding: 58px 15px 75px; }
  .booking-flow-heading h2 { font-size: 38px; }
  .booking-progress { gap: 4px; }
  .booking-progress-step { min-height: 50px; padding: 10px 8px; justify-content: center; }
  .booking-progress span { width: 26px; height: 26px; }
  .booking-progress b { font-size: 13px; font-weight: 700; letter-spacing: .10em; }
  .booking-panel { padding: 21px 16px; border-radius: 17px; }
  .property-form,
  .availability-layout,
  .deposit-layout { grid-template-columns: 1fr; gap: 24px; }
  .booking-summary-card { position: static; order: -1; padding: 19px; }
  .booking-summary-card dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 16px; }
  .booking-summary-card dl div { display: block; }
  .booking-summary-card dd { max-width: none; margin-top: 3px; text-align: left; }
  .booking-form-main legend { font-size: 21px; }
  .room-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .availability-quote-card,
  .deposit-copy { padding: 4px; }
  .availability-quote-card { padding: 19px; }
  .date-picker-card,
  .final-booking-summary { padding: 21px 16px; }
  .booking-explainer-grid { grid-template-columns: 1fr; }
  .booking-explainer-grid article { min-height: 0; }
  .booking-explainer-grid h3 { margin-top: 22px; }
}

/* Service-area directory */
.services-service-areas {
  scroll-margin-top: 76px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.services-area-heading { max-width: 860px; }
.services-area-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}
.services-area-layout {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  grid-template-rows: auto minmax(0, 1fr);
  align-items: stretch;
  column-gap: 18px;
  row-gap: 12px;
}
.services-area-panel {
  min-width: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / span 2;
  gap: 12px;
}
.services-area-panel-intro {
  min-height: 0;
  padding: 0 5px 2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.services-area-panel-label {
  margin: 0 0 5px;
  color: var(--astra-pink-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.services-area-panel-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.services-boundary-card {
  position: relative;
  flex: 1;
  min-height: 632px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(213,90,106,.2);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(38,34,38,.08);
}
.services-boundary-map {
  position: relative;
  flex: 1 1 auto;
  min-height: 420px;
}
.boundary-map-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #ece8e3;
  pointer-events: none;
}
.boundary-map-background iframe {
  width: 100%;
  height: calc(100% + 108px);
  border: 0;
  filter: grayscale(.1) sepia(.03) saturate(1) contrast(1.04);
  opacity: .88;
  pointer-events: none;
  transform: translateY(-48px);
}
.boundary-map-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.08) 78%, rgba(246,242,239,.28) 100%),
    radial-gradient(circle at 55% 48%, rgba(255,255,255,0), rgba(255,255,255,.1));
}
.boundary-point,
.boundary-center { position: absolute; z-index: 3; }
.boundary-point {
  min-width: 118px;
  padding: 10px 14px;
  border: 1px solid rgba(213,90,106,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 28px rgba(38,34,38,.12);
  text-align: center;
}
.boundary-point span,
.boundary-point strong { display: block; }
.boundary-point span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.boundary-point strong { margin-top: 3px; color: var(--astra-pink-dark); font-size: 18px; }
.boundary-north { top: 20%; left: 55%; transform: translate(-50%, -50%); }
.boundary-west { top: 61%; left: 18%; transform: translate(-50%, -50%); }
.boundary-east { top: 49%; left: 79%; transform: translate(-50%, -50%); }
.boundary-south { top: 78%; left: 58%; transform: translate(-50%, -50%); }
.boundary-center {
  top: 53%;
  left: 50%;
  width: 160px;
  padding: 13px 10px;
  border: 1px solid rgba(213,90,106,.16);
  border-radius: 15px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 28px rgba(38,34,38,.1);
  transform: translate(-50%, -50%);
  text-align: center;
}
.boundary-center small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.boundary-center strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.18;
}
.boundary-note {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  margin: 0;
  padding: 17px 24px;
  border-top: 1px solid rgba(213,90,106,.16);
  background: rgba(255,255,255,.96);
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}
.boundary-note a {
  color: var(--astra-pink-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.services-area-directory-box {
  flex: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(213,90,106,.2);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(38,34,38,.08);
}
.service-area-directory-grid.services-area-directory-grid {
  flex: 1;
  min-height: 0;
  padding: 16px 16px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.services-area-directory-grid .service-area-directory-card { padding: 24px; }
.services-area-directory-note {
  margin: 0;
  padding: 17px 24px;
  border: 0;
  border-top: 1px solid rgba(213,90,106,.16);
  border-radius: 0;
  background: #fff;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
.services-area-directory-note a {
  color: var(--astra-pink-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.service-areas-page { background: var(--paper); }
.service-areas-page .eyebrow { color: var(--astra-pink-dark); }
.service-areas-page .button.primary { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }
.service-areas-hero {
  padding: 86px var(--page-gutter) 70px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 15%, rgba(213,90,106,.14), transparent 31%),
    linear-gradient(145deg, #f8f1ef 0%, #ffffff 58%, #f2e7e7 100%);
}
.service-areas-hero > div { width: min(1120px, 100%); margin: 0 auto; }
.service-areas-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-size: var(--title-page);
  line-height: 1.1;
}
.service-areas-lead {
  max-width: 760px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: var(--text-lead);
  line-height: 1.65;
}
.service-areas-hero-actions { display: flex; gap: 10px; margin-top: 30px; }
.service-area-directory { background: var(--paper); }
.service-area-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.service-area-directory-card {
  padding: 24px;
  border: 1px solid rgba(213,90,106,.17);
  border-radius: 21px;
  background: var(--astra-blush-soft);
}
.service-area-directory-card h3 {
  margin: 0 0 8px;
  color: var(--astra-pink-dark);
  font-size: 22px;
  line-height: 1.14;
}
.service-area-directory-summary {
  min-height: 43px;
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.service-area-directory-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.service-area-directory-card li {
  min-width: 0;
  color: var(--ink-soft);
  font-size: 14px;
}
.service-area-directory-card li:not(:has(a)),
.service-area-directory-card li a {
  width: 100%;
  min-height: 36px;
  padding: 8px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(213,90,106,.14);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}
.service-area-directory-card li a span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.service-area-directory-card li a span:last-child { color: var(--astra-pink); }
.service-area-directory-card li a:hover {
  border-color: rgba(112,36,56,.34);
  background: white;
}
.service-area-confirmation {
  padding: 72px var(--page-gutter);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 8vw;
  background: var(--astra-wine);
  color: white;
}
.service-area-confirmation .eyebrow { color: var(--astra-rose-light); }
.service-area-confirmation h2 { margin: 0; font-size: var(--title-section); line-height: 1.08; }
.service-area-confirmation > div:last-child { max-width: 620px; }
.service-area-confirmation p:not(.eyebrow) { margin: 0 0 24px; color: rgba(255,255,255,.84); font-size: 17px; }
.service-area-confirmation .button.gold { border-color: var(--astra-pink); background: white; color: var(--astra-pink); }

@media (max-width: 900px) {
  .service-area-summary { grid-template-columns: 1fr; gap: 31px; }
  .service-area-summary-copy > p:not(.eyebrow) { font-size: 16px; }
  .service-area-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .service-area-actions .button { width: 100%; }
  .service-area-region-preview { grid-template-columns: 1fr; }
  .service-area-region-preview > div { min-height: 0; padding: 20px; }
  .service-area-region-preview p { font-size: 15px; }

  .services-area-layout {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 16px;
  }
  .services-area-panel {
    display: flex;
    flex-direction: column;
    grid-row: auto;
    gap: 10px;
  }
  .services-boundary-card { min-height: 470px; }
  .service-area-directory-grid.services-area-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .service-areas-hero { padding: 54px 18px 48px; }
  .service-areas-hero h1 { font-size: clamp(32px, 8.8vw, 38px); }
  .service-areas-lead { font-size: 17px; line-height: 1.55; }
  .service-areas-hero-actions { flex-direction: column; }
  .service-areas-hero-actions .button { width: 100%; }
  .service-area-directory-grid { grid-template-columns: 1fr; }
  .service-area-directory-card { padding: 23px 21px; }
  .service-area-directory-card h3 { min-height: 0; font-size: 22px; }
  .service-area-directory-card li { font-size: 17px; }
  .service-area-confirmation { padding: 58px 18px 76px; grid-template-columns: 1fr; gap: 25px; }
  .service-area-confirmation p:not(.eyebrow) { font-size: 17px; }
}

@media (max-width: 900px) {
  .services-service-areas { scroll-margin-top: 68px; }
  .services-area-heading > p:not(.eyebrow) { font-size: 17px; }
  .services-area-panel { gap: 10px; }
  .services-area-panel-intro { min-height: 0; padding: 0 2px 4px; }
  .services-area-panel-label { margin-bottom: 5px; min-height: 0; font-size: 14px; letter-spacing: .12em; }
  .services-area-panel-intro > p:last-child { min-height: 0; font-size: 13px; }
  .services-boundary-card { min-height: 430px; border-radius: 18px; background: #fff; }
  .boundary-point { min-width: 106px; padding: 10px 12px; }
  .boundary-point strong { font-size: 16px; }
  .boundary-north { top: 19%; left: 55%; }
  .boundary-west { top: 61%; left: 18%; }
  .boundary-east { top: 46%; left: 80%; }
  .boundary-south { top: 79%; left: 58%; }
  .boundary-center { top: 53%; left: 50%; width: 136px; }
  .boundary-center strong { font-size: 17px; }
  .boundary-note { padding: 14px 12px; font-size: 13px; }
  .quote-hero-actions { flex-direction: column; }
  .booking-explainer-action .button { width: 100%; }
  .booking-progress {
    position: relative;
    gap: 4px;
    margin-bottom: 16px;
  }
  .booking-progress-step {
    position: relative;
    height: auto;
    min-height: 58px;
    padding: 8px 4px 7px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f4e9ea;
    color: var(--muted);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
  }
  .booking-progress-step::after { display: none; }
  .booking-progress span {
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    border-color: rgba(27,25,26,.2);
    background: transparent;
    color: inherit;
    font-size: 10px;
  }
  .booking-progress b {
    display: block;
    max-width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .10em;
    text-align: center;
    white-space: normal;
  }
  .booking-progress-step.active {
    border-color: var(--astra-pink);
    background: var(--astra-pink);
    color: white;
  }
  .booking-progress-step.active span {
    border-color: var(--astra-rose-light);
    background: transparent;
    color: var(--astra-rose-light);
  }
  .booking-progress-step.done {
    border: 1px solid rgba(213,90,106,.35);
    background: var(--astra-blush);
    color: var(--astra-pink-dark);
  }
  .booking-progress-step.done span {
    border-color: rgba(213,90,106,.35);
    background: transparent;
    color: inherit;
  }
  .booking-progress-actions {
    margin: 0;
  }
  .booking-progress-back {
    min-height: 40px;
    padding: 8px 15px;
    font-size: 14px;
  }
  .phase7-active-funnel .booking-progress-back {
    bottom: calc(76px + env(safe-area-inset-bottom));
  }
  .booking-choice-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-choice-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .booking-choice-grid button { min-height: 56px; }
  .booking-form-main .quick-choice-fieldset { margin-bottom: 16px; }
  .booking-form-main .quick-choice-fieldset legend {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 1.2;
  }
  .quick-choice-fieldset .booking-choice-grid { gap: 5px; }
  .quick-choice-fieldset .booking-choice-grid button {
    min-height: 44px;
    padding: 8px 5px;
  }
  .quick-choice-fieldset .booking-choice-grid strong {
    font-size: 12px;
    line-height: 1.15;
  }
  .quick-choice-fieldset .booking-choice-grid small { display: none; }
  .booking-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .booking-contact-grid label.wide,
  .booking-contact-grid label.mobile-wide { grid-column: 1 / -1; }
  .date-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-calendar-header { grid-template-columns: 38px 1fr 38px; padding-inline: 9px; }
  .booking-calendar-header strong { font-size: 17px; }
  .booking-calendar-header button { width: 36px; height: 36px; }
  .booking-calendar-weekdays { padding-inline: 5px; font-size: 9px; }
  .booking-calendar-grid { gap: 3px; padding: 4px 5px 10px; }
  .booking-calendar-grid button { border-radius: 8px; font-size: 13px; min-height: 42px; }
  .phase4-date-picker,
  .phase4-date-picker .booking-calendar { max-width: none; }
  .booking-calendar-legend { gap: 8px 13px; padding: 10px; font-size: 10px; }
  .date-picker-card > .calendar-contact-note { margin-top: 12px; font-size: 14px; }
  .availability-quote-card h3 { font-size: 40px; }
  .availability-quote-card > .availability-summary { font-size: 15px; }
  .availability-next-cue { margin-top: 18px; padding-top: 16px; }
  .price-result-next { align-items: stretch; flex-direction: column; }
  .price-result-next .booking-primary-action { width: 100%; }
  .price-result-layout { padding: 17px 2px; }
  .quote-price-header { padding-bottom: 20px; }
  .price-result-layout h3 { font-size: 34px; }
  .price-result-layout h3 small { font-size: 16px; }
  .quote-price-header > .availability-summary { font-size: 16px; }
  .quote-price-header > .estimate-disclaimer { font-size: 13px; }
  .quote-complete-note { margin-top: 18px; padding: 14px; grid-template-columns: 31px minmax(0, 1fr); gap: 10px; }
  .quote-complete-icon { width: 28px; height: 28px; }
  .quote-complete-note strong { font-size: 15px; }
  .quote-complete-note p { font-size: 13px; }
  .price-result-next { padding: 20px 17px; }
  .price-result-next small { font-size: 10px; }
  .price-result-next strong { font-size: 18px; }
  .price-result-next span { font-size: 15px; }
  .price-result-layout .booking-primary-action { min-height: 56px; font-size: 16px; }
  .price-result-layout > .booking-back { font-size: 13px; }
  .addon-check-option,
  .addon-radio-option { grid-template-columns: auto minmax(0, 1fr); }
  .addon-check-option b,
  .addon-radio-option b { grid-column: 2; }
  .photography-delivery { font-size: 11px; }
  .photography-size-confirm > div { grid-template-columns: 1fr; }
  .booking-stage-actions { align-items: stretch; flex-direction: column-reverse; }
  .booking-stage-actions .booking-primary-action { width: 100%; }
  .calendar-selection-next { width: 100%; align-items: stretch; flex-direction: column; gap: 10px; }
  .calendar-selection-confirmation { text-align: center; }
  .booking-form-main > .booking-primary-action { width: 100%; min-width: 0; }
  .booking-form-main fieldset > .room-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-choice-item label { padding-left: 9px; gap: 6px; font-size: 12px; line-height: 1.2; }
  .bedroom-room-grid,
  .additional-room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .bedroom-room-card { padding: 8px 9px; }
  .bedroom-room-heading label { font-size: 13px; }
  .room-choice-copy > span,
  .bedroom-room-heading label > span { white-space: nowrap; }
  .bedroom-size-field {
    margin-top: 6px;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
  .bedroom-size-field select {
    width: 100%;
    min-height: 42px;
    padding-inline: 10px 30px;
    font-size: 14px;
  }
  .bedroom-count-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .bedroom-count-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bedroom-count-item {
    min-width: 0;
    padding: 9px 7px;
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
  }
  .bedroom-count-item > strong { font-size: 13px; text-align: center; }
  .bedroom-stepper { justify-content: center; }
  .bedroom-stepper button { width: 29px; height: 29px; }
  .room-info-button { width: 16px; height: 16px; margin: 0; }
  .room-info-modal { width: calc(100vw - 24px); max-height: calc(100svh - 28px); border-radius: 19px; }
  .room-info-slide img { height: clamp(175px, 29vh, 225px); }
  .room-gallery-arrow { width: 34px; height: 34px; font-size: 24px; }
  .room-gallery-arrow.previous { left: 9px; }
  .room-gallery-arrow.next { right: 9px; }
  .room-info-copy { padding: 17px 17px 19px; }
  .room-info-copy h3 { font-size: 30px; }
  .room-info-copy section strong { font-size: 15px; }
  .room-info-copy section p { font-size: 15px; }
  .room-info-copy .room-scale-compact p { font-size: 14px; }
  .booking-complete { padding: 25px 7px; }
  .booking-complete > div { align-items: stretch; flex-direction: column; }
}

/* Unified Astra typography and spacing system */
.eyebrow,
.booking-progress b,
.booking-choice-grid small,
.booking-contact-grid label,
.booking-calendar-weekdays,
.booking-calendar-legend,
.addon-service-card > p,
.availability-next-cue small,
.price-result-next small {
  font-family: var(--font-body);
}

.eyebrow {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
}

.hero-lead,
.services-lead {
  font-family: var(--font-body);
  font-size: var(--text-lead);
  line-height: 1.6;
}

.story-card h3,
.service-panel h3,
.booking-form-main legend,
.addon-service-card legend,
.date-choice-grid strong,
.faq-list summary {
  font-family: var(--font-heading);
  font-weight: 750;
  letter-spacing: -.025em;
}

.story-card .card-number,
.card-icon,
.project b,
.home-page blockquote,
.home-page blockquote cite {
  font-family: var(--font-heading);
}

.story-card h3,
.online-story-cards .story-card h3 {
  font-size: var(--title-card);
  font-weight: 700;
  line-height: 1.15;
}

.button,
.header-quote,
.booking-primary-action {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.services-hero,
.quote-booking-hero {
  padding-inline: var(--page-gutter);
}

.services-hero h1,
.quote-hero-copy h1 {
  font-size: var(--title-hero);
  font-family: var(--font-heading);
  font-weight: 750;
  letter-spacing: -.04em;
}

.booking-flow-heading h2,
.price-result-layout h3,
.availability-layout h3,
.date-picker-card h3,
.deposit-copy h3,
.booking-complete h3,
.addons-heading h3,
.how-it-works-dialog h2,
.room-info-copy h3 {
  font-family: var(--font-heading);
  font-weight: 750;
  letter-spacing: -.035em;
}

.final-cta h2 { line-height: 1.08; }

.booking-flow-section {
  padding: var(--section-space) var(--page-gutter) calc(var(--section-space) + 6px);
}

.booking-flow-heading { margin-bottom: var(--heading-gap); }

.booking-form-main fieldset { margin-bottom: 28px; }
.booking-form-main .quick-choice-fieldset { margin-bottom: 20px; }
.booking-form-main legend { margin-bottom: 11px; }
.booking-contact-grid { gap: 12px; }

/* Readable supporting text on desktop without letting titles dominate. */
.online-proof-strip span { font-size: 12px; }
.story-card p:not(.eyebrow) { font-size: 18px; }
.story-card small { font-size: 15px; }
.project small { font-size: 15px; }
blockquote cite { font-size: 14px; }
.award-years span,
.press-feature small { font-size: 13px; }
footer { font-size: 15px; }
.service-panel p,
.service-included li,
.service-how li,
.faq-list details p { font-size: 17px; }
.booking-contact-grid label,
.booking-summary-card dt,
.booking-summary-card dd,
.policy-check { font-size: 14px; }
.booking-error,
.estimate-disclaimer,
.summary-hint,
.prototype-note,
.protected-quote-note span,
.manual-review-note span,
.addon-service-card > p,
.addon-check-option small,
.addon-radio-option small,
.cat-deposit-notice p,
.booking-calendar-legend { font-size: 13px; }

@media (max-width: 900px) {
  :root {
    --page-gutter: 18px;
    --section-space: 56px;
    --heading-gap: 22px;
    --title-page: 30px;
    --title-section: 32px;
    --title-card: 22px;
    --text-lead: 16px;
    --eyebrow-size: 13px;
  }

  .section { padding: var(--section-space) var(--page-gutter); }
  .section-heading { margin-bottom: var(--heading-gap); }
  .services-hero,
  .quote-booking-hero { padding-inline: var(--page-gutter); }
  .booking-flow-section { padding: var(--section-space) 15px 74px; }
}

@media (max-width: 900px) {
  :root {
    --heading-gap: 20px;
    --text-body: 16px;
  }

  .eyebrow { margin-bottom: 8px; font-size: var(--eyebrow-size); font-weight: 700; letter-spacing: var(--eyebrow-tracking); }
  .booking-form-main fieldset { margin-bottom: 24px; }
  .booking-form-main .quick-choice-fieldset { margin-bottom: 16px; }
}

/* Final mobile type scale: the same content level now matches across routes. */
@media (max-width: 900px) {
  body { font-size: var(--text-body); line-height: 1.55; }

  h1,
  .services-hero h1,
  .quote-hero-copy h1 { font-size: var(--title-page); line-height: 1.1; }

  .section-heading h2,
  .booking-flow-heading h2,
  .final-cta h2 { font-size: var(--title-section); line-height: 1.1; }

  .story-section .section-heading h2 { font-size: var(--title-section); }
  .story-card h3,
  .online-story-cards .story-card h3,
  .service-panel h3,
  .booking-explainer-grid h3 { font-size: var(--title-card); line-height: 1.15; }

  .services-lead,
  .section-sub { font-size: var(--text-lead); line-height: 1.55; }

  .eyebrow { font-size: var(--eyebrow-size); font-weight: 700; letter-spacing: var(--eyebrow-tracking); line-height: 1.2; }
  .button,
  .booking-primary-action { font-size: 15px; }
  .phone { font-size: 14px; }
  .header-quote { font-size: 13px; }
  .mobile-bar a { font-size: 14px; }
  footer,
  footer .footer-links { font-size: 15px; }

  .booking-form-main legend { font-size: 22px; line-height: 1.2; }
  .booking-form-main .quick-choice-fieldset legend { font-size: 19px; }
  .booking-contact-grid label,
  .booking-choice-grid button,
  .date-choice-grid button { font-family: var(--font-body); }

  .online-proof-strip span { font-size: 10px; }
  .online-story-cards .story-card p:not(.eyebrow) { font-size: 15px; line-height: 1.4; }
  .online-story-cards .story-card small { font-size: 12px; line-height: 1.35; }
  .availability-preview span,
  .calendar-top span { font-size: 11px; }
  .availability-preview b { font-size: 15px; }
  .availability-preview .room-list b,
  .calendar-grid span,
  .calendar-status,
  .calendar-preview .preview-button,
  .availability-preview .preview-button { font-size: 12px; }
  .swipe-hint { font-size: 13px; }
  .project small { font-size: 15px; }
  .rating-line p,
  .home-page .rating-line p { font-size: 16px; }
  .booking-contact-grid label,
  .booking-summary-card dt,
  .booking-summary-card dd { font-size: 14px; }
  .estimate-disclaimer,
  .summary-hint,
  .prototype-note,
  .addon-service-card > p,
  .addon-check-option small,
  .addon-radio-option small,
  .booking-calendar-legend { font-size: 13px; }
}

/* Final mobile polish for the homepage hero and horizontal three-step cue. */
@media (max-width: 900px) {
  .home-page .hero {
    height: clamp(455px, 67svh, 560px);
  }

  .home-page .hero-copy {
    padding: 18px 20px calc(74px + env(safe-area-inset-bottom));
  }

  .home-page .hero-copy .eyebrow {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 15px;
    padding: 7px 10px 6px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: var(--astra-pink-dark);
    box-shadow: 0 7px 22px rgba(22,18,19,.14);
    backdrop-filter: blur(8px);
  }

  .home-page h1 {
    max-width: 390px;
    margin: 0 0 18px;
    font-size: clamp(36px, 10.2vw, 45px);
    line-height: .96;
    letter-spacing: -.055em;
    text-wrap: balance;
    text-shadow: 0 3px 22px rgba(15,12,13,.34);
  }

  .home-page .hero-lead {
    max-width: 365px;
    margin: 0;
    padding-left: 13px;
    border-left: 3px solid var(--astra-pink);
    color: rgba(255,255,255,.96);
    font-size: 16px;
    line-height: 1.42;
    text-shadow: 0 2px 14px rgba(15,12,13,.42);
  }

  .online-quote-card .swipe-hint {
    position: absolute;
    right: 22px;
    bottom: 18px;
    left: 22px;
    width: auto;
    margin: 0;
    justify-content: space-between;
    transform: none;
  }
}

@media (max-width: 900px) {
  .home-page .hero { height: 430px; }
  .home-page .hero-copy { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .home-page .hero-copy .eyebrow { margin-bottom: 10px; padding-block: 5px; }
  .home-page h1 { margin-bottom: 13px; font-size: clamp(32px, 8.8vw, 38px); }
  .home-page .hero-lead { font-size: 15px; line-height: 1.35; }
}

@media (max-width: 900px) {
  .home-page h1 { font-size: clamp(32px, 8.8vw, 38px); }
}

@media (min-width: 901px) {
  .services-service-areas {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .services-area-heading { margin-bottom: 22px; }
  .services-area-heading > p:not(.eyebrow) {
    margin-top: 13px;
    font-size: 16px;
  }
  .services-area-layout { column-gap: 14px; row-gap: 12px; }
  .services-area-directory-box {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .service-area-directory-grid.services-area-directory-grid {
    padding: 0;
  }
  .services-area-directory-note {
    display: none;
  }
  .services-boundary-card {
    min-height: 520px;
    border-radius: 19px;
  }
  .services-boundary-map { min-height: 430px; }
  .boundary-point {
    min-width: 104px;
    padding: 8px 11px;
    border-radius: 12px;
  }
  .boundary-point span { font-size: 10px; }
  .boundary-point strong { font-size: 16px; }
  .boundary-center {
    width: 144px;
    padding: 10px 8px;
    border-radius: 13px;
  }
  .boundary-center small { font-size: 10px; }
  .boundary-center strong {
    margin-top: 5px;
    font-size: 20px;
  }
  .boundary-note {
    padding: 14px 18px;
    font-size: 13px;
  }
  .service-area-directory-grid.services-area-directory-grid { gap: 10px; }
  .services-area-directory-grid .service-area-directory-card {
    padding: 18px;
    border-radius: 18px;
  }
  .services-area-directory-grid .service-area-directory-card h3 {
    min-height: 0;
    margin-bottom: 7px;
    font-size: 20px;
  }
  .services-area-directory-grid .service-area-directory-summary {
    min-height: 52px;
    margin-bottom: 13px;
    font-size: 12px;
  }
  .services-area-directory-grid .service-area-directory-card ul { gap: 8px; }
  .services-area-directory-grid .service-area-directory-card li {
    padding-top: 0;
    font-size: 13px;
  }
  .services-area-directory-grid .service-area-directory-card li:not(:has(a)),
  .services-area-directory-grid .service-area-directory-card li a {
    min-height: 34px;
    padding: 7px 6px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .services-area-map-panel .services-area-panel-intro { display: none; }
  .services-boundary-card {
    min-height: 0;
    border-radius: 18px;
  }
  .services-boundary-map { min-height: 320px; }
  .boundary-map-background iframe {
    filter: grayscale(.1) sepia(.03) saturate(1) contrast(1.04);
    opacity: .88;
  }
  .boundary-map-background::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.08) 78%, rgba(246,242,239,.28) 100%),
      radial-gradient(circle at 55% 48%, rgba(255,255,255,0), rgba(255,255,255,.1));
  }
  .boundary-point {
    width: 88px;
    min-width: 0;
    padding: 7px 5px;
    border-radius: 11px;
  }
  .boundary-point span {
    font-size: 8px;
    letter-spacing: .1em;
  }
  .boundary-point strong {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.15;
  }
  .boundary-north {
    top: 15%;
    left: 50%;
  }
  .boundary-west {
    top: 49%;
    left: 16%;
  }
  .boundary-east {
    top: 49%;
    left: 84%;
  }
  .boundary-south {
    top: 84%;
    left: 50%;
    width: 112px;
  }
  .boundary-center {
    top: 49%;
    left: 50%;
    width: 112px;
    padding: 9px 6px;
    border-radius: 12px;
  }
  .boundary-center small {
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: .08em;
  }
  .boundary-center strong {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.12;
  }
  .services-area-footnote,
  .boundary-note,
  .services-area-directory-note {
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0;
    margin: 0;
    padding: 14px 16px;
    display: block;
    border: 0;
    border-top: 1px solid rgba(213,90,106,.16);
    border-radius: 0;
    background: #fff;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
  }
  .services-boundary-card,
  .services-area-directory-box {
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(213,90,106,.2);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(38,34,38,.08);
  }
  .service-area-directory-grid.services-area-directory-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 10px;
    overflow: visible;
    padding: 14px 14px 12px;
    scroll-snap-type: none;
  }
  .services-area-directory-grid .service-area-directory-card {
    min-height: 0;
    padding: 16px;
    background: var(--astra-blush-soft);
    scroll-snap-align: unset;
  }
  .services-area-directory-grid .service-area-directory-card h3 {
    min-height: 0;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 1.12;
  }
  .services-area-directory-grid .service-area-directory-summary {
    min-height: 0;
    margin-bottom: 11px;
    font-size: 12px;
  }
  .services-area-directory-grid .service-area-directory-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .services-area-directory-grid .service-area-directory-card li {
    padding-top: 0;
    font-size: 13px;
    line-height: 1.3;
  }
  .services-area-directory-grid .service-area-directory-card li:not(:has(a)),
  .services-area-directory-grid .service-area-directory-card li a {
    min-height: 34px;
    padding: 7px 6px;
    justify-content: center;
    text-align: center;
  }
}

/* Site-wide content alignment: one 1120px left edge across every route. */
@media (min-width: 901px) {
  .home-page .section,
  .services-hero,
  .services-page .section,
  .quote-booking-hero,
  .booking-flow-section,
  .location-page .section,
  .location-hero,
  footer {
    padding-left: var(--content-edge);
    padding-right: var(--content-edge);
  }

  .home-page .hero-copy,
  .services-hero-inner,
  .service-selector,
  .services-area-layout,
  .booking-flow-heading,
  .booking-progress,
  .booking-panel {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Search-focused city pages */
.location-page { background: var(--paper); }
.location-page .eyebrow { color: var(--astra-pink-dark); }
.location-hero {
  padding: 86px var(--page-gutter) 76px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 12%, rgba(213,90,106,.13), transparent 30%),
    linear-gradient(145deg, #f8f1ef 0%, #ffffff 58%, #f2e7e7 100%);
}
.location-hero-inner {
  width: min(var(--content-max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  align-items: end;
  gap: clamp(42px, 7vw, 92px);
}
.location-hero-copy { min-width: 0; }
.location-hero h1 {
  max-width: 850px;
  margin: 0 0 23px;
  font-size: var(--title-page);
  line-height: 1.1;
}
.location-lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: var(--text-lead);
  line-height: 1.65;
}
.location-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.location-primary { border-color: var(--astra-pink); background: var(--astra-pink); color: white; }
.location-secondary { border-color: rgba(112,36,56,.34); background: rgba(255,255,255,.72); color: var(--astra-pink-dark); }
.location-primary:hover { border-color: var(--astra-pink-dark); background: var(--astra-pink-dark); }
.location-secondary:hover { border-color: var(--astra-pink-dark); background: white; }
.location-coverage-card {
  padding: 24px;
  border: 1px solid rgba(213,90,106,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 42px rgba(38,34,38,.07);
}
.location-coverage-label {
  margin: 0 0 11px;
  color: var(--astra-pink-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.location-coverage-card > strong {
  display: block;
  font: 700 25px/1.1 Georgia, serif;
}
.location-coverage-card > p:not(.location-coverage-label) {
  margin: 12px 0 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.location-coverage-areas { display: flex; flex-wrap: wrap; gap: 7px; }
.location-coverage-areas span {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--astra-blush-soft);
  color: var(--astra-pink-dark);
  font-size: 12px;
  font-weight: 800;
}
.location-copy-grid,
.location-areas-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: start;
}
.location-copy-grid h2,
.location-areas-grid h2 { margin: 0; font-size: var(--title-section); line-height: 1.08; }
.location-prose { max-width: 690px; }
.location-prose p { margin: 0 0 18px; color: var(--muted); }
.location-prose p:last-child { margin-bottom: 0; }
.location-prose a { color: var(--astra-pink-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.location-project-proof { padding-top: 0; background: var(--paper); }
.location-project-proof figure { position: relative; margin: 0; overflow: hidden; border-radius: 24px; }
.location-project-proof img { width: 100%; height: clamp(330px, 46vw, 560px); object-fit: cover; }
.location-project-proof figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 13px;
  background: rgba(255,255,255,.91);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 800;
}
.location-project-proof figcaption a { color: var(--astra-pink-dark); }
.location-services { background: var(--ivory); }
.location-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.location-service-grid article {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 18px 42px rgba(38,34,38,.06);
}
.location-service-grid article > span { color: var(--astra-pink); font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.location-service-grid h3 { margin: 22px 0 10px; font-size: 24px; line-height: 1.1; }
.location-service-grid p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.location-service-grid a { margin-top: auto; align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--astra-pink-dark); font-size: 14px; font-weight: 800; }
.location-areas { border-top: 1px solid var(--line); }
.location-areas-grid > div > p:last-child { max-width: 500px; margin: 18px 0 0; color: var(--muted); }
.location-areas-grid ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.location-areas-grid li { padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--astra-blush-soft); font-weight: 750; }
.location-final .eyebrow { color: var(--astra-rose-light); }
.location-final .button.outline { border-color: rgba(255,255,255,.65); color: white; }
.services-area-directory-card li a { color: var(--ink); text-decoration: none; }

/* Search-retained staging resources */
.resource-page { background: var(--paper); }
.resource-shell { width: min(var(--content-max), calc(100% - (2 * var(--page-gutter)))); margin: 0 auto; }
.resource-hero {
  padding: 76px 0 70px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 12%, rgba(213,90,106,.12), transparent 30%),
    linear-gradient(145deg, #f8f1ef 0%, #fff 60%, #f2e7e7 100%);
}
.resource-hero h1 { max-width: 920px; margin: 0 0 22px; font-size: var(--title-page); line-height: 1.1; }
.resource-hero > .resource-shell > p:last-child { max-width: 780px; margin: 0; color: var(--muted); font-size: var(--text-lead); line-height: 1.65; }
.resource-index > .resource-shell { width: 100%; }
.resource-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.resource-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 16px 38px rgba(38,34,38,.06); }
.resource-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.resource-card > div { padding: 23px; }
.resource-card h3 { margin: 0 0 12px; font-size: 25px; line-height: 1.14; }
.resource-card p { margin: 0 0 19px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.resource-read-link { color: var(--astra-pink-dark); font-size: 14px; font-weight: 800; }
.deposit-payment-section { padding: 56px var(--page-gutter) 40px; }
.deposit-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0 0 16px;
  color: var(--astra-pink-dark);
  font-weight: 800;
  text-decoration: none;
}
.deposit-back:hover { text-decoration: underline; }
.deposit-payment-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: stretch;
}
.deposit-payment-layout.has-stripe-embed {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}
.deposit-payment-layout.has-stripe-embed .deposit-payment-card { grid-column: 1; grid-row: 1; }
.deposit-payment-layout.has-stripe-embed .deposit-payment-details { grid-column: 1; grid-row: 2; }
.deposit-payment-layout.has-stripe-embed .deposit-stripe-card {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-self: start;
}
.deposit-payment-card,
.deposit-payment-details,
.deposit-stripe-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 18px 45px rgba(38,34,38,.07);
}
.deposit-stripe-card {
  padding-bottom: 0;
}
.deposit-payment-card h2 { margin: 0 0 9px; font-size: clamp(48px, 6vw, 68px); line-height: 1; }
.deposit-payment-card > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.deposit-payment-button { width: 100%; margin-top: 28px; text-align: center; }
body.has-embedded-checkout .deposit-payment-button { display: none !important; }
.deposit-payment-card small { margin-top: 13px; display: block; color: var(--muted); font-size: 12px; line-height: 1.5; }
.deposit-card-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 24px 0 0;
  padding: 0 0 16px;
}
.deposit-card-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(122, 34, 60, .34);
  border-radius: var(--control-radius);
  background: #fff;
  color: var(--astra-pink-dark);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.deposit-card-back:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-blush-soft);
}
.deposit-payment-page .deposit-back { display: none; }
body.phase7-active-funnel:has(.deposit-payment-page) .phase7-mobile-action-bar {
  display: none !important;
}
body.phase7-active-funnel:has(.deposit-payment-page) {
  padding-bottom: 0;
}
.deposit-customer-details {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}
.deposit-detail-row { display: grid; gap: 2px; }
.deposit-detail-row dt { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.deposit-detail-row dd { margin: 0; color: var(--ink); font-size: 16px; font-weight: 700; line-height: 1.4; }
.deposit-stripe-mount { min-height: 0; }
.deposit-stripe-mount iframe { display: block; width: 100%; }
.deposit-payment-details > strong { display: block; color: var(--astra-pink-dark); font-size: 24px; line-height: 1.2; }
.deposit-payment-details > p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
body.has-embedded-checkout [data-phase7-primary] { display: none !important; }
body.has-embedded-checkout .phase7-mobile-action-bar { grid-template-columns: 1fr; }
.deposit-policy-alert {
  margin: 22px 0;
  padding: 18px;
  border: 2px solid #b6384d;
  border-radius: 15px;
  background: #fff0f1;
}
.deposit-policy-alert b,
.deposit-policy-alert span { display: block; }
.deposit-policy-alert b { margin-bottom: 5px; color: #8c1733; font-size: 17px; }
.deposit-policy-alert span { color: #542f38; font-size: 14px; line-height: 1.5; }
.resource-final .eyebrow { color: var(--astra-rose-light); }
.resource-final .button.outline { border-color: rgba(255,255,255,.65); color: white; }
.article-title-shell .eyebrow a { color: inherit; }
.article-title-shell h1 { max-width: 1020px; font-size: var(--title-hero); }
.article-body-shell { padding-top: 58px; padding-bottom: 76px; }
.article-feature-image { width: 100%; max-height: 610px; border-radius: 24px; object-fit: cover; }
.article-copy { width: min(780px, 100%); margin: 54px auto 0; }
.article-copy section + section { margin-top: 45px; }
.article-copy h2 { margin: 0 0 18px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.article-copy p { margin: 0 0 18px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.article-copy ul { margin: 20px 0 0; padding-left: 24px; color: var(--muted); }
.article-copy li { margin: 9px 0; padding-left: 5px; font-size: 17px; line-height: 1.6; }
.article-related { margin-top: 50px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.article-related h2 { margin-bottom: 12px; font-size: 26px; }
.article-related ul { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0; padding: 0; list-style: none; }
.article-related li { margin: 0; padding: 0; font-size: 15px; }
.article-related a { color: var(--astra-pink-dark); font-weight: 800; }

/* Quote & Booking V2 */
.online-vacant-badge,
.service-panel-badge,
.quote-path-kicker,
.method-badge,
.occupied-step-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  color: var(--astra-pink-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.online-vacant-badge { margin: 5px 0 10px; padding: 7px 11px; background: var(--astra-blush); }
.occupied-home-strip {
  margin: 18px auto 0;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(170,41,79,.18);
  border-radius: 16px;
  background: white;
}
.occupied-home-strip p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.occupied-home-strip strong { color: var(--ink); }
.occupied-home-strip .button { flex: 0 0 auto; }

.service-panel-badge { grid-column: 1 / -1; padding: 7px 11px; background: var(--astra-blush-soft); }
.service-panel-title { grid-column: 1 / -1; margin: -3px 0 0; }
.service-occupied-ranges {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.service-occupied-ranges strong { padding: 11px 12px; border-radius: 11px; background: #fcf8f7; font-size: 13px; }
.service-occupied-ranges small { color: var(--muted); font-size: 10px; }

.booking-flow-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.booking-back { appearance: none; border: 0; background: none; color: var(--astra-pink-dark); cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; text-decoration: none; }
.quote-path-section .booking-flow-heading { margin-bottom: 24px; }
.quote-path-tabs { display: none; }
.quote-path-grid { width: min(980px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.quote-path-card { padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 20px 50px rgba(27,25,26,.07); }
.quote-path-card.occupied { background: linear-gradient(145deg, #fff 0%, var(--astra-blush-soft) 100%); }
.quote-path-kicker {
  padding: 8px 13px;
  border: 1px solid rgba(122, 34, 60, .16);
  background: #edd9de;
  font-size: 13px;
  letter-spacing: .1em;
}
.quote-path-card h3 { margin: 0 0 9px; font-size: clamp(29px, 3vw, 39px); line-height: 1.08; }
#booking-flow-title:focus,
.quote-path-card h3:focus { outline: none; }
.quote-path-card ul {
  margin: 8px 0 25px;
  padding: 0;
  display: grid;
  gap: 10px;
  counter-reset: quote-path-step;
  list-style: none;
  color: var(--muted);
}
.quote-path-card li {
  position: relative;
  min-height: 25px;
  padding: 2px 0 0 34px;
  counter-increment: quote-path-step;
}
.quote-path-card li::before {
  content: counter(quote-path-step);
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--astra-blush);
  color: var(--astra-pink-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.quote-path-steps li {
  padding-left: 0;
  counter-increment: none;
  white-space: nowrap;
}
.quote-path-steps li::before { display: none; }
.quote-path-steps strong {
  display: inline;
  min-width: 0;
  margin-right: 8px;
  color: var(--astra-pink-dark);
  font-family: var(--font-body);
  font-size: inherit;
  font-weight: 800;
  letter-spacing: 0;
}
.quote-path-optional {
  margin: -12px 0 20px;
  color: var(--muted);
  font: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}
.quote-path-card .booking-primary-action { margin-top: auto; }
.quote-path-card .booking-primary-action,
.price-result-next a.booking-primary-action { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }

/* Quote result: one clear type scale and a simple price → furniture → date flow. */
.price-result-layout {
  max-width: 860px;
  padding: 10px 4px 18px;
}
.quote-price-header { padding: 4px 0 22px; }
.quote-price-header > .eyebrow {
  margin-bottom: 13px;
}
.price-result-layout h3 {
  margin-bottom: 9px;
  font-size: clamp(40px, 4vw, 48px);
  line-height: 1;
}
.price-result-layout h3 small { font-size: 15px; }
.quote-price-header > .availability-summary {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
.vacant-furniture-review {
  margin-top: 20px;
  padding: 20px;
}
.vacant-furniture-review legend {
  margin-bottom: 6px;
  font-size: 19px;
}
.vacant-furniture-review-hint {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}
.vacant-furniture-required { margin: 18px 0 14px; }
.vacant-furniture-required strong,
.vacant-furniture-confirmation strong { display: block; margin-bottom: 6px; font-size: 20px; }
.vacant-furniture-required p,
.vacant-furniture-confirmation p { margin: 0 0 10px; color: var(--muted); font-size: 15px; line-height: 1.45; }
.vacant-furniture-required p:last-child,
.vacant-furniture-confirmation p:last-child { margin-bottom: 0; }
.furniture-review-layout { padding-top: 4px; }
.furniture-review-reference {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}
.vacant-furniture-upload-form > .booking-primary-action {
  width: 100%;
  max-width: 420px;
}
.quote-next-step { display: grid; gap: 12px; }
.quote-next-step .booking-primary-action { width: 100%; max-width: 420px; }
.quote-return-later { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.quote-keep-actions { margin-top: 18px; }
.quote-lookup-entry {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--astra-pink-dark);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  cursor: pointer;
}
.quote-lookup-form {
  max-width: 480px;
  margin: 22px auto 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  display: grid;
  gap: 12px;
}
.quote-lookup-form h3 { margin: 0; font-size: 22px; }
.quote-lookup-form p { margin: 0; color: var(--muted); font-size: 14px; }
.quote-lookup-form label { display: grid; gap: 4px; font-size: 13px; font-weight: 750; }
.quote-lookup-form input { min-height: 48px; padding: 8px 12px; border: 1px solid #cfc9bd; border-radius: 10px; }
.vacant-furniture-review .booking-choice-grid {
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vacant-furniture-review .booking-choice-grid button {
  min-height: 52px;
  font-size: 15px;
}
.price-result-next {
  margin: 18px 0 10px;
  padding: 20px;
}
.price-result-next small { margin-bottom: 5px; font-size: 11px; }
.price-result-next strong { margin-bottom: 5px; font-size: 20px; line-height: 1.25; }
.price-result-next span { font-size: 15px; line-height: 1.5; }
.price-result-layout .booking-primary-action {
  min-height: 52px;
  padding: 13px 22px;
  font-size: 15px;
}
.price-result-layout > .booking-back {
  margin-top: 3px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .price-result-layout { padding: 8px 0 15px; }
  .quote-price-header { padding-bottom: 18px; }
  .price-result-layout h3 { font-size: 36px; }
  .price-result-layout h3 small { font-size: 15px; }
  .quote-price-header > .availability-summary { font-size: 15px; }
  .vacant-furniture-review { margin-top: 16px; padding: 17px; }
  .vacant-furniture-review legend { font-size: 18px; }
  .vacant-furniture-review .booking-choice-grid button { min-height: 50px; font-size: 14px; }
  .price-result-next { margin-top: 16px; padding: 17px; }
  .price-result-next strong { font-size: 19px; }
  .price-result-next span { font-size: 14px; }
  .price-result-layout .booking-primary-action { min-height: 52px; font-size: 15px; }
  .price-result-layout > .booking-back { font-size: 14px; }
}

.occupied-panel { max-width: 980px; }
.occupied-property-step,
.occupied-method-step,
.occupied-details-form { max-width: 850px; margin: 0 auto; }
.occupied-property-step h3,
.occupied-method-step h3,
.occupied-details-form h3,
.occupied-confirmation h3 { margin: 8px 0 18px; font-size: clamp(30px, 4vw, 43px); line-height: 1.08; }
.occupied-step-heading .occupied-step-label {
  display: none;
}
.occupied-range-result { max-width: 850px; margin: 28px auto; padding: 28px; border-radius: 18px; background: var(--astra-wine); color: white; }
.occupied-panel .occupied-range-result {
  max-width: none;
  margin: 8px 0 22px;
}
.occupied-range-result .eyebrow { color: var(--astra-rose-light); }
.occupied-range-result h3 { margin: 8px 0 13px; font-size: clamp(43px, 5vw, 60px); line-height: 1; }
.occupied-range-result h3 small { font: 700 15px Arial, sans-serif; color: #e1d8dc; }
.occupied-range-result > p:last-child { max-width: 760px; margin: 0; color: #e1d8dc; font-size: 14px; line-height: 1.6; }
.occupied-method-step { padding-top: 8px; }
.occupied-method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.occupied-method-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fcf8f7; }
.occupied-method-grid article.selected { border-color: var(--astra-pink-dark); box-shadow: inset 0 0 0 1px var(--astra-pink-dark); }
.method-badge { padding: 6px 9px; background: var(--astra-blush); }
.method-badge.muted { background: #eee9e5; color: var(--muted); }
.occupied-method-grid h4 { margin: 15px 0 9px; font: 26px/1.08 Georgia, serif; }
.occupied-method-grid p { min-height: 90px; margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.occupied-details-form { margin-top: 30px; padding-top: 29px; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.occupied-upload-grid { grid-column: 1 / -1; margin-bottom: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.occupied-upload-field { min-width: 0; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: #fcf8f7; }
.occupied-upload-heading { margin-bottom: 12px; display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.occupied-upload-heading > div { display: grid; gap: 2px; }
.occupied-upload-heading strong { font-size: 14px; }
.occupied-upload-heading small { color: var(--muted); font-size: 11px; font-weight: 500; }
.occupied-upload-heading > span { color: var(--astra-pink-dark); font-size: 11px; font-weight: 800; white-space: nowrap; }
.occupied-upload-trigger { min-height: 46px; padding: 10px 14px; display: flex; align-items: center; justify-content: center; border: 1px dashed #bdaab0; border-radius: 11px; background: #fff; color: var(--astra-pink-dark); cursor: pointer; font-size: 13px; font-weight: 850; }
.occupied-upload-trigger:hover { border-color: var(--astra-pink); background: var(--astra-blush-soft); }
.occupied-upload-trigger input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.occupied-upload-trigger:focus-within { outline: 3px solid rgba(213,90,106,.27); outline-offset: 2px; }
.occupied-upload-previews { margin-top: 12px; display: grid; grid-template-columns: repeat(auto-fill, minmax(86px, 1fr)); gap: 9px; }
.occupied-upload-preview { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.occupied-upload-preview img,
.occupied-upload-preview video { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; background: #eae4e2; }
.occupied-upload-preview button { position: absolute; top: 5px; right: 5px; width: 26px; height: 26px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(38,34,38,.82); color: #fff; cursor: pointer; font: 800 19px/1 Arial, sans-serif; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.occupied-upload-preview button:hover { background: #8a203d; }
.occupied-upload-preview > span { padding: 7px 8px; display: block; overflow: hidden; color: var(--muted); font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.occupied-upload-empty { grid-column: 1 / -1; margin: 0; padding: 9px 2px 1px; color: var(--muted); font-size: 11px; }
.occupied-review-form { max-width: 850px; margin: 30px auto 0; padding-top: 29px; border-top: 1px solid var(--line); }
.occupied-information-heading { margin-bottom: 25px; }
.occupied-information-heading h3 { margin: 7px 0 8px; font-size: clamp(28px, 3.5vw, 38px); line-height: 1.1; }
.occupied-final-heading h3,
.occupied-method-step h3 { margin: 7px 0 8px; font-size: clamp(28px, 3.5vw, 38px); line-height: 1.1; }
.occupied-information-heading > p:last-child,
.occupied-final-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.55; }
.occupied-pricing-form { margin-top: 0; padding-top: 17px; scroll-margin-top: 110px; }
.occupied-lead-contact { margin-top: 25px !important; }
.occupied-type-gate-note {
  margin: 13px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--astra-pink);
  border-radius: 9px;
  background: var(--astra-blush-soft);
  color: var(--astra-pink-dark);
  font-size: 14px;
  font-weight: 800;
}
.occupied-prepricing-method { margin-bottom: 22px; padding-top: 28px; border-top: 1px solid var(--line); }
.occupied-pricing-form > .booking-primary-action { min-width: 230px; }
.occupied-edit-information {
  position: absolute;
  top: 22px;
  right: 24px;
  margin: 0;
  text-align: right;
}
.occupied-edit-short { display: none; }
.occupied-final-heading { margin-bottom: 20px; }
.occupied-final-heading .eyebrow { margin-bottom: 7px; }
.occupied-final-request-form > .booking-primary-action { min-width: 230px; }
.occupied-method-prompt { margin: 17px 0 0; color: var(--muted); font-size: inherit; font-weight: 700; }
.occupied-preferred-date {
  margin: 26px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--astra-blush-soft);
  scroll-margin-top: 110px;
}
.occupied-preferred-date-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.occupied-preferred-date-heading .eyebrow { margin-bottom: 7px; }
.occupied-preferred-date-heading h3 {
  margin: 0 0 7px;
  font-size: 23px;
  line-height: 1.2;
}
.occupied-preferred-date-heading p:last-child {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.occupied-preferred-date-heading .booking-secondary-action {
  flex: 0 0 auto;
  min-width: 205px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--astra-pink);
  border-radius: var(--control-radius);
  background: white;
  color: var(--astra-pink-dark);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.occupied-preferred-date-heading .booking-secondary-action:hover {
  background: var(--astra-pink);
  color: white;
}
.occupied-preferred-date-heading .booking-secondary-action:focus-visible {
  outline: 3px solid rgba(213,90,106,.27);
  outline-offset: 2px;
}
.occupied-preferred-date-selection {
  margin: 17px 0 0;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-left: 4px solid var(--astra-pink);
  border-radius: 10px;
  background: white;
}
.occupied-preferred-date-selection span { color: var(--muted); font-size: 13px; }
.occupied-preferred-date-selection strong { font-size: 15px; text-align: right; }
.occupied-preferred-date .booking-calendar { margin-top: 18px; }
.occupied-range-note strong { color: var(--ink); }
.occupied-review-form fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.occupied-review-form legend { margin: 0 0 12px; padding: 0; color: var(--ink); font-size: 23px; font-weight: 800; line-height: 1.2; }
.occupied-project-fields { margin-bottom: 30px; }
.occupied-contact-questions {
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.occupied-contact-questions .occupied-contact-question {
  position: relative;
  grid-column: 1 / -1;
  margin: 0;
}
.occupied-contact-questions .occupied-contact-question legend { margin-bottom: 10px; }
.occupied-room-fieldset .room-choice-grid { margin-top: 10px; }
.delivery-pending-note { margin: 17px 0 13px; padding: 13px 15px; border-left: 4px solid #b97924; background: #fff7e8; color: #6e4b20; font-size: 12px; line-height: 1.5; }
.occupied-confirmation { max-width: 760px; margin: 0 auto; padding: 25px 5px; text-align: center; }
.occupied-confirmation .complete-icon { margin: 0 auto 15px; background: #b97924; }
.occupied-confirmation > p { color: var(--muted); line-height: 1.6; }
.occupied-confirmation > strong { display: block; margin-top: 18px; color: #8a5110; }
.occupied-confirmation a { color: var(--astra-pink-dark); font-weight: 800; }

@media (max-width: 900px) {
  .occupied-home-strip { align-items: stretch; flex-direction: column; padding: 18px; }
  .occupied-home-strip .button { width: 100%; }
  .service-occupied-ranges { grid-template-columns: 1fr; }
  .booking-flow-heading-row { align-items: flex-start; flex-direction: column; }
  .occupied-method-grid,
  .occupied-upload-grid { grid-template-columns: 1fr; }
  .quote-path-section .booking-flow-heading { margin-bottom: 18px; }
  .quote-path-section .booking-flow-heading h2 { font-size: clamp(28px, 8vw, 34px); }
  .quote-path-tabs { display: none; }
  .quote-booking-hero {
    gap: 16px;
    padding-bottom: 16px;
  }
  .quote-hero-copy,
  .quote-hero-copy h1 { margin-bottom: 0; }
  .quote-hero-lead { margin-top: 8px; font-size: 16px; }
  .quote-hero-paths,
  .quote-path-section,
  .quote-path-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .quote-path-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .quote-path-card {
    display: flex;
    min-width: 0;
    max-width: 100%;
    padding: 23px 16px;
  }
  .quote-path-card h3 { margin-top: 8px; font-size: 27px; }
  .quote-path-card .quote-path-kicker { display: none; }
  .quote-path-card ul { margin-bottom: 20px; gap: 7px; font-size: 15px; }
  .quote-path-card ul.quote-path-steps {
    font-size: 16px;
    gap: 8px;
    min-width: 0;
  }
  .quote-path-card ul.quote-path-steps li {
    white-space: nowrap;
    max-width: 100%;
  }
  .quote-path-card ul.quote-path-steps strong {
    min-width: 0;
    margin-right: 8px;
    font-family: var(--font-body);
    font-size: inherit;
    font-weight: 800;
    letter-spacing: 0;
  }
  .quote-path-optional { font-size: 16px; }
  .quote-path-card .booking-primary-action { width: 100%; }
  .occupied-panel { padding: 22px 16px; }
  .occupied-range-result { margin: 23px 0; padding: 23px 18px; }
  .occupied-range-result h3 { font-size: 38px; }
  .occupied-method-grid p { min-height: 0; }
}
.footer-area-list a { color: var(--astra-pink-dark); font-weight: 400; }

@media (max-width: 900px) {
  .location-hero { padding: 34px 18px 32px; }
  .location-hero-inner { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .location-hero h1 { margin-bottom: 14px; font-size: clamp(32px, 8.8vw, 38px); }
  .location-lead { font-size: 17px; line-height: 1.55; }
  .location-hero-actions { flex-direction: column; margin-top: 21px; }
  .location-hero-actions .button { width: 100%; }
  .location-coverage-card { width: 100%; padding: 19px; border-radius: 16px; }
  .location-coverage-card > strong { font-size: 22px; }
  .location-copy-grid,
  .location-areas-grid { grid-template-columns: 1fr; gap: 26px; }
  .location-service-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 12px;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }
  .location-project-proof figure { border-radius: 17px; }
  .location-project-proof img { height: 260px; }
  .location-project-proof figcaption { left: 10px; right: 10px; bottom: 10px; padding: 11px 12px; }
  .location-service-grid article { min-height: 0; padding: 20px; scroll-snap-align: none; }
  .location-service-grid h3 { margin-top: 16px; }
  .location-areas-grid ul { grid-template-columns: 1fr; }
  .resource-shell { width: calc(100% - 36px); }
  .resource-hero { padding: 42px 0 38px; }
  .resource-hero h1,
  .article-title-shell h1 { margin-bottom: 16px; font-size: var(--title-page); line-height: 1.1; }
  .resource-hero > .resource-shell > p:last-child { font-size: 17px; line-height: 1.6; }
  .resource-index { padding-left: 18px; padding-right: 18px; }
  .resource-card-grid { grid-template-columns: 1fr; }
  .resource-card h3 { font-size: 24px; }
  .article-body-shell { padding-top: 28px; padding-bottom: 52px; }
  .article-feature-image { border-radius: 17px; }
  .article-copy { margin-top: 34px; }
  .article-copy section + section { margin-top: 35px; }
  .article-copy h2 { font-size: 31px; }
  .article-copy p { font-size: 17px; line-height: 1.7; }
}

/* --- FastHTML quote flow helpers --- */
.quote-app-root { width: 100%; }
/* Occupied-only extras (vacant uses React .booking-* classes only) */
.occupied-range-card {
  position: relative;
  margin: 22px 0;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
}
.occupied-panel {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(27,25,26,.06);
}
.quote-result-card {
  margin-top: 28px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #fff 0%, var(--astra-blush-soft) 100%);
  box-shadow: 0 20px 50px rgba(27,25,26,.07);
}
.quote-result-price {
  margin: 8px 0 12px;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
}
.quote-result-price small { font-size: 16px; font-weight: 600; color: var(--muted); }
.quote-result-id { color: var(--muted); font-size: 13px; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
/* Ensure legends match React unified typography (not shrunk UI text) */
.booking-form-main legend {
  margin-bottom: 12px;
  padding: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: -.025em;
  border: 0;
}
.booking-form-main .quick-choice-fieldset legend {
  margin-bottom: 8px;
  font-size: 19px;
}
.article-hero-image {
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin-bottom: 28px;
  display: block;
}
.article-related {
  margin-top: 32px;
  padding: 22px;
  border-radius: 16px;
  background: var(--astra-blush-soft);
}
.article-related ul { margin: 10px 0 0; padding-left: 18px; }
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .occupied-panel { padding: 18px 14px; }
  .occupied-review-form { margin-top: 22px; padding-top: 22px; }
  .occupied-pricing-form { margin-top: 0; padding-top: 14px; }
  .occupied-review-form fieldset { margin-bottom: 23px; }
  .occupied-review-form legend { font-size: 20px; }
  .occupied-project-fields { margin-bottom: 23px; }
  .occupied-contact-questions { gap: 20px; padding-top: 23px; }
  .occupied-information-heading h3 { font-size: 27px; }
  .occupied-preferred-date { margin: 22px 0; padding: 17px 14px; }
  .occupied-preferred-date-heading { align-items: stretch; flex-direction: column; gap: 14px; }
  .occupied-preferred-date-heading h3 { font-size: 21px; }
  .occupied-preferred-date-heading p:last-child { font-size: 14px; }
  .occupied-preferred-date-heading .booking-secondary-action { width: 100%; min-width: 0; }
  .occupied-preferred-date-selection { align-items: flex-start; flex-direction: column; gap: 4px; }
  .occupied-preferred-date-selection strong { text-align: left; }
  .occupied-pricing-form > .booking-primary-action,
  .occupied-final-request-form > .booking-primary-action { width: 100%; }
}

/* Premium Astra Online cards: mockup, step label, title. */
#astra-online .section-heading {
  max-width: 820px;
  margin-bottom: 22px;
}
#astra-online .section-heading .eyebrow {
  margin-bottom: 10px;
}
#astra-online .section-heading h2 {
  font-size: var(--title-section);
  line-height: 1.1;
  white-space: normal;
}
.online-story-cards .story-card {
  min-height: 380px;
  height: auto;
  padding: 24px 24px 22px;
  justify-content: flex-start;
}
.online-story-cards .availability-preview,
.online-story-cards .calendar-preview,
.online-story-cards .booking-complete-preview {
  flex: 0 0 auto;
  width: 100%;
  height: 214px;
  min-height: 214px;
  margin: 0 0 18px;
}
.online-story-cards .booking-complete-preview {
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.online-story-cards .booking-summary { justify-items: center; }
.online-story-cards .story-card > .eyebrow {
  margin: 0 0 8px;
  line-height: 1.2;
}
.online-story-cards .story-card > h3 {
  min-height: 58px;
  margin: 0;
  font-size: 25px;
  line-height: 1.18;
}
.online-quote-review-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.online-quote-review-note strong {
  color: var(--ink);
  font-weight: 700;
}
#astra-online .swipe-hint {
  display: none;
}
@media (max-width: 900px) {
  #astra-online .section-heading { margin-bottom: 16px; }
  #astra-online .section-heading .eyebrow {
    margin-bottom: 8px;
  }
  #astra-online .section-heading h2 {
    font-size: var(--title-section);
    line-height: 1.1;
  }
  .online-story-cards .story-card {
    min-height: 340px;
    height: auto;
    padding: 20px 20px 18px;
  }
  .online-story-cards .availability-preview,
  .online-story-cards .calendar-preview,
  .online-story-cards .booking-complete-preview {
    height: 200px;
    min-height: 200px;
    margin-bottom: 16px;
  }
  /* Calendar mockup uses the same 3-block rhythm as the quote card. */
  .online-story-cards .availability-preview,
  .online-story-cards .calendar-preview {
    padding: 11px;
    gap: 7px;
    border-radius: 14px;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .online-story-cards .calendar-top {
    display: block;
    gap: 0;
  }
  .online-story-cards .calendar-top span,
  .online-story-cards .calendar-top strong { display: block; }
  .online-story-cards .calendar-top span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
  }
  .online-story-cards .calendar-top strong {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
  }
  .online-story-cards .calendar-body {
    min-height: 0;
    padding-top: 7px;
    border-top: 1px solid rgba(27,25,26,.1);
    gap: 5px;
    align-content: start;
  }
  .online-story-cards .calendar-grid { gap: 3px; }
  .online-story-cards .calendar-weekdays span {
    aspect-ratio: auto;
    height: auto;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .06em;
  }
  .online-story-cards .calendar-days span {
    aspect-ratio: auto;
    width: 26px;
    height: 26px;
    max-width: 100%;
    justify-self: center;
    font-size: 11px;
  }
  .online-story-cards .calendar-days .selected-day {
    box-shadow: 0 0 0 3px rgba(213,90,106,.13);
  }
  .online-story-cards .calendar-status {
    padding: 6px 8px;
    font-size: 11px;
    border-radius: 10px;
  }
  .online-story-cards .availability-preview .preview-button,
  .online-story-cards .calendar-preview .preview-button {
    display: grid;
    place-items: center;
    min-height: 40px;
    padding: 7px 9px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
  }
  .online-story-cards .story-card > .eyebrow {
    margin-bottom: 6px;
  }
  .online-story-cards .story-card > h3 {
    min-height: 52px;
    font-size: 22px;
    line-height: 1.18;
  }
  .online-quote-review-note { margin-top: 16px; font-size: 14px; line-height: 1.45; }
  #astra-online .swipe-hint {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    min-height: 0;
    margin: 12px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    justify-content: flex-start;
    transform: none;
  }
  #astra-online .swipe-hint-arrow {
    display: inline-block;
    color: var(--astra-pink-dark);
    font-size: 13px;
    line-height: 1;
    animation: swipe-cue-soft 2.4s ease-in-out infinite;
  }
}
@keyframes swipe-cue-soft {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}
@media (prefers-reduced-motion: reduce) {
  #astra-online .swipe-hint-arrow { animation: none; }
}

/* High-visibility occupied-home quote path. */
.occupied-home-strip {
  position: relative;
  min-height: 156px;
  margin-top: 24px;
  padding: 30px 32px;
  overflow: hidden;
  gap: 36px;
  border: 1px solid rgba(170,41,79,.17);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.5), transparent 32%),
    linear-gradient(125deg, #f4e8e4 0%, #ead4da 100%);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(80,45,55,.12);
}
.occupied-home-strip::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -82px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(170,41,79,.12);
  border-radius: 50%;
}
.occupied-home-strip > * { position: relative; z-index: 1; }
.occupied-home-copy { max-width: 760px; }
.occupied-home-strip .occupied-home-kicker {
  width: fit-content;
  margin: 0 0 11px;
  padding: 7px 11px;
  border: 1px solid rgba(170,41,79,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  color: var(--astra-pink-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.occupied-home-strip h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1.08;
}
.occupied-home-strip .occupied-home-copy > p:not(.occupied-home-kicker) {
  max-width: 680px;
  margin: 0;
  color: #665b5f;
  font-size: 17px;
  line-height: 1.55;
}
.occupied-home-strip .button.primary {
  min-width: 230px;
  min-height: 56px;
  padding: 16px 23px;
  border-color: var(--astra-pink-dark);
  background: white;
  color: var(--astra-pink-dark);
  font-size: 16px;
  box-shadow: 0 9px 24px rgba(80,45,55,.12);
}
.occupied-home-strip .button.primary:hover {
  border-color: var(--astra-pink-dark);
  background: var(--astra-pink-dark);
  color: white;
}

@media (max-width: 900px) {
  .occupied-home-strip {
    min-height: 0;
    margin-top: 20px;
    padding: 25px 22px 23px;
    gap: 20px;
    border-radius: 21px;
  }
  .occupied-home-strip .occupied-home-kicker {
    margin-bottom: 12px;
    font-size: 10px;
  }
  .occupied-home-strip h3 {
    margin-bottom: 10px;
    font-size: clamp(27px, 8vw, 32px);
  }
  .occupied-home-strip .occupied-home-copy > p:not(.occupied-home-kicker) {
    font-size: 16px;
    line-height: 1.5;
  }
  .occupied-home-strip .button.primary {
    width: 100%;
    min-width: 0;
    min-height: 55px;
    font-size: 16px;
  }
}

/* Phone portfolio: show all three projects as complete, consistent cards. */
@media (max-width: 700px) {
  .projects-section .project-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 14px;
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .projects-section .project {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    scroll-snap-align: none;
  }
  .projects-section .project span {
    right: auto;
    bottom: 12px;
    left: 12px;
    width: max-content;
    max-width: calc(100% - 24px);
    height: auto;
    min-height: 0;
    padding: 9px 12px;
    border-radius: 14px;
  }
  .projects-section .project b {
    font-size: 20px;
    line-height: 1.2;
  }
  .projects-section .project small {
    margin-top: 4px;
    font-size: 13px;
  }
}

/* Keep mobile portfolio captions compact so the staged rooms stay visible. */
@media (max-width: 900px) {
  .projects-section .project span {
    right: auto;
    bottom: 10px;
    left: 10px;
    width: max-content;
    max-width: calc(100% - 20px);
    height: auto;
    min-height: 0;
    padding: 7px 11px;
    border-radius: 12px;
  }
  .projects-section .project b {
    font-size: 16px;
    line-height: 1.15;
  }
  .projects-section .project small {
    display: -webkit-box;
    margin-top: 3px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 900px) {
  .online-story-cards .story-card > .eyebrow { white-space: nowrap; }
}

/* Reviews & Trust: one card rhythm and a consistent type hierarchy. */
.home-page .trust-section {
  --trust-card-gap: 20px;
  --trust-card-padding: 22px;
  --trust-card-radius: 20px;
}
.home-page .trust-top {
  column-gap: clamp(42px, 6vw, 76px);
}
.home-page .trust-review-lead {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.55;
}
.home-page .rating-line {
  margin-top: 24px;
  gap: 11px;
}
.home-page .rating-line strong {
  font-size: 22px;
  line-height: 1;
}
.home-page .rating-line p {
  font-size: 16px;
  line-height: 1.4;
}
.home-page .trust-section blockquote,
.home-page .award-row,
.home-page .press-feature {
  border-radius: var(--trust-card-radius);
}
.home-page .trust-section blockquote {
  padding: var(--trust-card-padding);
  font-size: 17px;
  line-height: 1.55;
}
.home-page .trust-section blockquote .stars {
  margin-bottom: 12px;
  font-size: 13px;
}
.home-page .trust-section blockquote cite {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.4;
}
.home-page .trust-credentials {
  margin-top: var(--trust-card-gap);
  gap: var(--trust-card-gap);
}
.home-page .award-row,
.home-page .press-feature {
  min-height: 150px;
  padding: var(--trust-card-padding);
}
.home-page .award-row {
  gap: 20px;
}
.home-page .award-row .eyebrow,
.home-page .press-feature > span {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
}
.home-page .award-row .eyebrow {
  margin-bottom: 7px;
}
.home-page .award-row strong {
  font-size: 26px;
  line-height: 1.15;
}
.home-page .press-feature {
  gap: 14px;
}

@media (max-width: 900px) {
  .home-page .trust-section {
    --trust-card-gap: 16px;
    --trust-card-padding: 20px;
  }
  .home-page .trust-top {
    gap: var(--trust-card-gap);
  }
  .home-page .trust-top h2 {
    font-size: var(--title-section);
    line-height: 1.1;
  }
  .home-page .trust-review-lead {
    font-size: 16px;
  }
  .home-page .review-stack {
    gap: var(--trust-card-gap);
  }
  .home-page .trust-credentials {
    margin-top: var(--trust-card-gap);
    gap: var(--trust-card-gap);
  }
  .home-page .award-row,
  .home-page .press-feature {
    min-height: 0;
  }
  .home-page .award-row {
    gap: 18px;
  }
  .home-page .award-row strong {
    font-size: 24px;
  }
  .home-page .press-feature {
    gap: 12px;
  }
  .home-page .press-feature > span {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .home-page .trust-section {
    --trust-card-gap: 12px;
    --trust-card-padding: 16px;
    --trust-card-radius: 18px;
  }
  .home-page .trust-top h2 {
    font-size: 30px;
  }
  .home-page .rating-line {
    margin-top: 20px;
    gap: 8px;
  }
  .home-page .rating-line strong {
    font-size: 20px;
  }
  .home-page .rating-line p {
    font-size: 15px;
  }
  .home-page .trust-section blockquote {
    font-size: 16px;
  }
  .home-page .trust-section blockquote cite,
  .home-page .award-row .eyebrow,
  .home-page .press-feature > span {
    font-size: 13px;
  }
  .home-page .award-row {
    gap: 14px;
  }
  .home-page .award-logo {
    height: 104px;
  }
  .home-page .award-row strong {
    font-size: 22px;
  }
}

@media (max-width: 900px) {
  .order-review-panel { padding: 16px; }
  .order-review-layout { grid-template-columns: 1fr; gap: 16px; }
  .order-review-summary { position: static; padding: 20px; }
  .order-review-summary h3,
  .order-review-agreement h3 { font-size: 26px; }
  .order-review-agreement { padding: 18px; }
  .staging-item-list-grid { grid-template-columns: 1fr; }
  .staging-item-row { padding: 13px; }
  .staging-item-list-note { padding: 13px; font-size: 12.5px; }
  .room-photo-sample-note {
    padding: 9px 18px;
    font-size: 13px;
  }
  .booking-agreement-item { padding: 14px; }
  .agreement-submit { align-items: stretch; flex-direction: column; }
  .agreement-submit .booking-primary-action { width: 100%; min-width: 0; }
  .deposit-payment-section { padding: 24px 0 0; }
  .deposit-payment-layout,
  .deposit-payment-layout.has-stripe-embed { grid-template-columns: 1fr; gap: 14px; }
  .deposit-payment-layout.has-stripe-embed .deposit-payment-card,
  .deposit-payment-layout.has-stripe-embed .deposit-payment-details,
  .deposit-payment-layout.has-stripe-embed .deposit-stripe-card {
    grid-column: auto;
    grid-row: auto;
  }
  .deposit-payment-card,
  .deposit-payment-details,
  .deposit-stripe-card { padding: 16px 16px 12px; border-radius: 18px; }
  .deposit-stripe-card { padding-bottom: 0; }
  .deposit-stripe-mount { min-height: 0; }
  .deposit-card-actions {
    display: flex;
    margin: 28px 0 0;
    padding: 0 0 12px;
  }
  .deposit-card-back { width: 100%; }
}

/* Quote form option labels: keep every choice comfortably readable. */
.quote-booking-page .booking-choice-grid strong { font-size: 15px; }
.quote-booking-page .property-size-select-wrap select { font-size: 15px; }
.quote-booking-page .room-choice-item,
.quote-booking-page .room-choice-item label { font-size: 14px; }
.quote-booking-page .bedroom-room-heading label { font-size: 14px; }
.quote-booking-page .bedroom-size-field select { font-size: 14px; }
.quote-booking-page .additional-rooms summary { font-size: 13px; }
.quote-booking-page .addon-check-option strong,
.quote-booking-page .addon-radio-option strong,
.quote-booking-page .addon-check-option b,
.quote-booking-page .addon-radio-option b { font-size: 14px; }

/* Phase 5 cascade guards: these intentionally follow legacy review styles. */
.order-review-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 22px;
}
.order-review-summary .agreement-submit { align-items: stretch; flex-direction: column; }
.order-review-summary .agreement-submit .booking-primary-action,
.order-review-summary .agreement-submit .booking-secondary-action { width: 100%; min-width: 0; }

@media (max-width: 900px) {
  .order-review-layout { grid-template-columns: 1fr; }
  .order-review-summary { grid-row: auto; position: static; }
}

@media (max-width: 900px) {
  .quote-booking-page .quick-choice-fieldset .booking-choice-grid strong { font-size: 14px; }
  .quote-booking-page .property-size-select-wrap select { font-size: 16px; }
  .quote-booking-page .room-choice-item,
  .quote-booking-page .room-choice-item label,
  .quote-booking-page .bedroom-room-heading label { font-size: 14px; }
  .quote-booking-page .bedroom-size-field select { font-size: 15px; }
  .quote-booking-page .additional-rooms summary { font-size: 14px; }
}
@media (max-width: 900px) {
  .quote-booking-page .booking-flow-section { padding-bottom: 118px; }
  .vacant-scope-grid { grid-template-columns: 1fr; gap: 0; }
  .vacant-contact-gate { max-width: none; }
  .vacant-contact-gate .booking-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vacant-contact-gate .booking-contact-grid label.wide { grid-column: 1 / -1; }
  .vacant-contact-gate .booking-primary-action { width: 100%; min-width: 0; }
}

/* Booking conversion Phase 3: setup clarity, review summary and price breakdown. */
.room-choice-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}
.room-choice-copy > span { line-height: 1.2; white-space: nowrap; }
.bedroom-room-heading label > span { white-space: nowrap; }
.room-choice-copy small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
}
.areas-furniture-intro {
  margin: 4px 0 12px;
  padding: 13px 15px;
  border-left: 3px solid var(--astra-pink);
  border-radius: 0 12px 12px 0;
  background: var(--astra-blush);
}
.areas-furniture-intro strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 15px;
}
.areas-furniture-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.selected-setup-summary,
.quote-price-breakdown {
  margin: 18px 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.selected-setup-summary h4,
.quote-price-breakdown h4 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}
.selected-setup-summary > div > p:last-child,
.quote-price-breakdown-heading > p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.selected-setup-summary ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.selected-setup-summary li {
  padding: 11px 12px;
  border-radius: 10px;
  background: var(--astra-blush);
}
.selected-setup-summary li strong,
.selected-setup-summary li span { display: block; }
.selected-setup-summary li strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.selected-setup-summary li span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.quote-price-breakdown-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .75fr);
  gap: 18px;
  align-items: end;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}
.quote-price-breakdown dl { margin: 0; }
.quote-price-breakdown dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.quote-price-breakdown dt { color: var(--muted); }
.quote-price-breakdown dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}
.quote-price-breakdown .quote-price-total {
  padding-top: 14px;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 850;
}
.quote-price-total dt { color: var(--ink); }
.quote-price-total small { font-size: 12px; }
.edit-property-areas {
  display: inline-flex;
  margin-top: 14px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--astra-burgundy);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}


@media (max-width: 900px) {
  .room-choice-copy small { font-size: 10.5px; }
  .areas-furniture-intro { padding: 12px; }
  .areas-furniture-intro strong { font-size: 14px; }
  .selected-setup-summary,
  .quote-price-breakdown { padding: 15px; border-radius: 14px; }
  .selected-setup-summary h4,
  .quote-price-breakdown h4 { font-size: 20px; }
  .selected-setup-summary ul { grid-template-columns: 1fr; gap: 7px; }
  .selected-setup-summary li { padding: 10px; }
  .quote-price-breakdown-heading { grid-template-columns: 1fr; gap: 2px; }
  .quote-price-breakdown dl > div { font-size: 14px; }
  .quote-price-breakdown .quote-price-total { font-size: 17px; }
  .edit-property-areas { min-height: 44px; align-items: center; }
}

/* Booking Conversion Phase 7: active-funnel chrome and controlled exits. */
.phase7-header-controls,
.phase7-funnel-footer,
.phase7-mobile-action-bar { display: none; }


.phase7-active-funnel .site-footer-main,
.phase7-active-funnel > .mobile-bar,
.phase7-active-funnel .quote-booking-hero { display: none !important; }

.phase7-active-funnel .phase7-mobile-action-bar {
  position: static;
  width: min(560px, calc(100% - 48px));
  margin: 28px auto 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.phase7-mobile-action-bar button {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--control-radius);
  padding: 12px 18px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}
.phase7-mobile-back { color: var(--astra-pink-dark); min-width: 0; }
.phase7-mobile-action-bar:has(.phase7-mobile-back[hidden]) {
  grid-template-columns: minmax(0, 1fr);
}
.phase7-mobile-primary {
  border-color: var(--astra-pink) !important;
  background: var(--astra-pink) !important;
  color: #fff !important;
}
.phase7-active-funnel .booking-progress-actions,
.phase7-active-funnel [data-occupied-back],
.phase7-active-funnel .vacant-form-actions,
.phase7-active-funnel .occupied-step-actions {
  display: none !important;
}
.phase7-active-funnel [data-phase7-current-primary] {
  visibility: hidden;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
}
.phase7-active-funnel .booking-stage-actions:has([data-phase7-current-primary]) {
  display: none;
}
.phase7-active-funnel .phase7-funnel-footer {
  display: none !important;
}
.quote-booking-page:has(#vacant-quote-form) .booking-flow-section,
.quote-booking-page:has(#occupied-contact-form) .booking-flow-section {
  padding-bottom: 16px;
}
.phase7-funnel-footer nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.phase7-funnel-footer a { color: var(--muted); font-size: 13px; font-weight: 750; }

.phase7-dialog {
  width: min(92vw, 520px);
  max-height: min(86vh, 620px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 26px 80px rgba(25, 17, 20, .28);
  background: transparent;
}
.phase7-dialog::backdrop { background: rgba(27, 20, 22, .58); backdrop-filter: blur(3px); }
.phase7-dialog-card { position: relative; padding: 28px; background: #fff; border-radius: 22px; }
.phase7-dialog-card > [data-phase7-dialog-close] {
  position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0;
  border-radius: 50%; background: var(--soft); font-size: 25px; cursor: pointer;
}
.phase7-dialog-card h2 { margin: 0 0 10px; font-size: clamp(27px, 5vw, 36px); line-height: 1.08; }
.phase7-dialog-card > p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.55; }
.phase7-dialog-actions,
.phase7-help-actions { display: grid; gap: 10px; margin-top: 22px; }
.phase7-dialog-actions button,
.phase7-dialog-actions a,
.phase7-help-actions button,
.phase7-help-actions a {
  display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 18px;
  border: 1px solid var(--astra-pink-dark); border-radius: var(--control-radius); background: #fff;
  color: var(--astra-pink-dark); font: inherit; font-weight: 850; text-align: center; cursor: pointer;
}
.phase7-dialog-actions .primary { background: var(--astra-pink); color: #fff; }
.phase7-dialog-actions .tertiary { border-color: transparent; color: var(--muted); text-decoration: underline; }
.phase7-save-status {
  position: fixed; z-index: 250; top: 86px; right: max(18px, var(--page-gutter));
  min-height: 0; padding: 0; border-radius: 999px; background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 850; box-shadow: 0 8px 28px rgba(0,0,0,.18);
  transition: padding .2s ease;
}
.phase7-save-status:not(:empty) { padding: 9px 14px; }
.phase7-save-status.error { background: #8b213b; }
.phase7-save-status.saved { display: none; }
.phase7-welcome-back {
  max-width: var(--content-max); margin: 0 auto 18px; padding: 14px 18px;
  border-left: 4px solid var(--astra-pink); border-radius: 0 14px 14px 0; background: var(--soft);
}
.phase7-welcome-back strong { display: block; color: var(--astra-pink-dark); }
.phase7-welcome-back span { color: var(--muted); font-size: 14px; }

@media (max-width: 900px) {
  .phase7-active-funnel { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .phase7-active-funnel .phase7-mobile-action-bar {
    position: fixed;
    z-index: 100;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    width: auto;
    margin: 0;
    gap: 6px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 34px rgba(29,20,22,.2);
    backdrop-filter: blur(12px);
  }
  .phase7-mobile-action-bar button { padding: 9px 8px; font-size: 15px; }
  .phase7-keyboard-open .phase7-mobile-action-bar { display: none !important; }

  .phase7-keyboard-open { padding-bottom: 0; }
  .phase7-active-funnel .phase7-funnel-footer { display: none !important; }
  .quote-booking-page:has(#vacant-quote-form) .booking-flow-section,
  .quote-booking-page:has(#occupied-contact-form) .booking-flow-section { padding-bottom: 8px; }
  .phase7-dialog-card { padding: 24px 20px; }
  .phase7-dialog-actions button,
  .phase7-dialog-actions a,
  .phase7-help-actions button,
  .phase7-help-actions a { min-height: 50px; font-size: 16px; }
  .phase7-save-status { top: 72px; left: 14px; right: 14px; text-align: center; }
  .phase7-active-funnel input,
  .phase7-active-funnel select,
  .phase7-active-funnel textarea { font-size: 16px !important; }
  .phase7-active-funnel button,
  .phase7-active-funnel a { touch-action: manipulation; }
}
/* Phase 8: concise Occupied Home review funnel. */
.occupied-flow .booking-flow-heading-row > div { max-width: 850px; }

.occupied-progress-wrap {
  width: min(1180px, 100%);
  margin: 0 auto 12px;
}
.occupied-progress-wrap .booking-progress { margin: 0; }
.occupied-progress { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.occupied-step-card { display: grid; gap: 22px; }
.occupied-step-heading { display: grid; gap: 7px; }
.occupied-step-heading h3 { margin: 0; }
.occupied-step-heading p { max-width: 760px; margin: 0; }
.occupied-block-field { position: relative; display: grid; gap: 8px; font-weight: 800; }
.occupied-area-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.occupied-area-choice { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 13px; background: #fffafa; cursor: pointer; }
.occupied-area-choice.selected { border-color: var(--astra-pink); background: #f7e8eb; }
.occupied-area-choice input { flex: 0 0 auto; }
.occupied-cat-policy { padding: 18px; border: 2px solid var(--astra-pink); border-radius: 14px; background: #fff6f7; }
.occupied-cat-policy p { margin: 8px 0 14px; }
.occupied-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.occupied-step-actions .booking-primary-action { width: auto; min-width: 260px; }
.occupied-review-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.occupied-review-method { min-height: 170px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 8px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fffafa; text-align: left; }
.occupied-review-method.selected { color: #fff; border-color: var(--astra-pink-dark); background: var(--astra-pink-dark); }
.occupied-review-method > span { font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.occupied-review-method > strong { font-size: 20px; }
.occupied-review-method > small { font-size: 14px; line-height: 1.5; }
.occupied-photo-guidance { padding: 16px 18px; border-left: 3px solid var(--astra-pink); background: #fbf4f5; }
.occupied-photo-guidance ul { margin: 8px 0 0; padding-left: 20px; }
.occupied-upload-privacy,
.occupied-consultation-note { margin: 10px 0 0; color: var(--ink-soft); font-size: 14px; }
.occupied-request-summary { display: grid; gap: 0; margin: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.occupied-request-summary > div { position: relative; display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; gap: 16px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.occupied-request-summary > div:last-child { border-bottom: 0; }
.occupied-request-summary dt { font-weight: 850; }
.occupied-request-summary dd { margin: 0; }
.occupied-request-summary button { align-self: start; border: 0; background: transparent; color: var(--astra-pink-dark); font-weight: 800; text-decoration: underline; }
.occupied-required-confirmation { display: flex; align-items: flex-start; gap: 11px; padding: 17px; border: 2px solid var(--astra-pink); border-radius: 14px; background: #fff; font-weight: 750; }
.occupied-required-confirmation input { flex: 0 0 auto; margin-top: 3px; }
.occupied-no-payment-note,
.occupied-confirmation-important { margin: 0; padding: 14px 16px; border-left: 3px solid var(--astra-pink); background: #fbf4f5; font-weight: 750; }
.occupied-submission-confirmation { display: grid; gap: 18px; }
.occupied-submission-confirmation h3 { margin: 0; }
.occupied-submission-confirmation dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.occupied-submission-confirmation dl > div { padding: 13px 15px; background: #fff; }
.occupied-submission-confirmation dt { font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.occupied-submission-confirmation dd { margin: 4px 0 0; }
.occupied-confirmation-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.occupied-save-feedback { color: var(--astra-pink-dark); font-weight: 750; }

@media (max-width: 900px) {
  .occupied-flow .booking-flow-heading-row { gap: 9px; }
  .occupied-flow .booking-flow-heading-row h2 { font-size: clamp(30px, 9vw, 40px); }
  .occupied-progress { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
  .occupied-area-grid,
  .occupied-review-methods,
  .occupied-submission-confirmation dl { grid-template-columns: 1fr; }
  .occupied-review-method { min-height: 0; }
  .occupied-step-actions { align-items: stretch; flex-direction: column-reverse; }
  .occupied-step-actions .booking-primary-action,
  .occupied-step-actions .booking-back { width: 100%; min-width: 0; min-height: 50px; }
  .occupied-request-summary > div { grid-template-columns: 1fr; gap: 5px; }
  .occupied-request-summary button { justify-self: start; padding: 2px 0; }
  .occupied-confirmation-actions { display: grid; grid-template-columns: 1fr; }
  .occupied-confirmation-actions > * { width: 100%; }
  .occupied-upload-trigger { min-height: 52px; }
}
.occupied-planning-range {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--astra-blush-soft);
}

.occupied-planning-range h4,
.occupied-planning-range p {
  margin: 0;
}

.occupied-planning-range-value {
  padding: 8px 0 6px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.1;
}

.occupied-planning-range-value small {
  font-size: 13px;
  font-weight: 700;
}

h1,
.services-hero h1,
.quote-hero-copy h1,
.quote-share-intro h1,
.service-areas-hero h1,
.location-hero h1,
.resource-hero h1,
.article-title-shell h1,
.portal-page h1,
.thank-you-card h1 {
  font-size: var(--title-page);
  font-weight: 750;
  line-height: 1.1;
}

.services-page .services-heading h2 {
  font-size: var(--title-section);
  line-height: 1.1;
}

@media (max-width: 900px) {
  h1,
  .services-hero h1,
  .quote-hero-copy h1,
  .quote-share-intro h1,
  .service-areas-hero h1,
  .location-hero h1,
  .resource-hero h1,
  .article-title-shell h1,
  .portal-page h1,
  .thank-you-card h1 {
    font-size: var(--title-page);
    line-height: 1.1;
  }
  .services-page .services-heading h2,
  .services-page .services-area-heading h2 {
    font-size: var(--title-section);
    line-height: 1.1;
  }
}

.home-page .hero-copy h1 {
  max-width: 920px;
  font-size: var(--title-hero);
  line-height: 1.04;
}
.home-page .hero-buttons { display: none; }
@media (max-width: 900px) {
  .home-page .hero-copy h1 {
    max-width: 390px;
    font-size: clamp(32px, 8.8vw, 38px);
    line-height: .96;
  }
}

.eyebrow {
  font-size: var(--eyebrow-size);
  font-weight: 700;
  letter-spacing: var(--eyebrow-tracking);
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .eyebrow {
    font-size: var(--eyebrow-size);
    font-weight: 700;
    letter-spacing: var(--eyebrow-tracking);
  }
}

/* Phone: natural height, tab strip sticks under the header while scrolling. */
@media (max-width: 900px) {
  .services-page .section.services-picker {
    display: block;
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 28px 16px 20px;
  }
  .services-page .services-service-areas {
    padding-top: 28px;
  }
  .services-page .services-heading {
    max-width: none;
    margin-bottom: 22px;
  }
  .services-page .services-heading h2 {
    font-size: var(--title-section);
    line-height: 1.1;
  }
  .services-page .service-selector {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body:has(.services-page) .site-header {
    background: #faf7f4;
  }
  .services-page .service-tabs {
    position: sticky;
    top: 64px;
    z-index: 40;
    flex: 0 0 auto;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px 16px 0 0;
    background: var(--astra-blush-soft);
    box-shadow: 0 8px 18px rgba(27,25,26,.08);
  }
  .services-page .service-tabs.is-stuck {
    border-radius: 0;
    box-shadow: 0 10px 22px rgba(27,25,26,.12);
  }
  .services-page .service-tabs button {
    min-height: 48px;
    padding: 8px 5px;
    border: 0;
    border-right: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    color: var(--ink);
  }
  .services-page .service-tabs button:last-child {
    border-right: 0;
  }
  .services-page .service-tabs button[aria-selected="true"] {
    border-color: transparent;
    background: var(--astra-wine);
    color: #fff;
  }
  .services-page .service-tabs button span {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 750;
    line-height: 1;
  }
  .services-page .service-panels {
    flex: 0 0 auto;
    display: block;
    overflow: visible;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(27,25,26,.07);
  }
  .services-page .service-panel {
    min-height: 0;
    height: auto;
    padding: 22px 20px 20px;
    gap: 16px;
  }
  .services-page .service-panel.active {
    display: grid;
    flex: none;
    min-height: 0;
    overflow: visible;
  }
  .services-page .service-panel-title,
  .services-page .service-panel h3 {
    margin: 0;
    font-size: var(--title-card);
    line-height: 1.15;
  }
  .services-page .service-included,
  .services-page .service-how {
    padding-top: 0;
  }
  .services-page .service-included > strong,
  .services-page .service-how > strong {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .services-page .service-included ul,
  .services-page .service-how ol {
    gap: 8px;
  }
  .services-page .service-included li,
  .services-page .service-how li {
    min-height: 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .services-page .service-how li {
    padding-left: 34px;
  }
  .services-page .service-how li::before {
    top: 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .services-page .service-panel-actions {
    align-items: stretch;
    flex-direction: column;
    padding-top: 4px;
  }
  .services-page a.button.primary.service-panel-cta {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border-color: var(--astra-wine);
    background: var(--astra-wine);
    color: #fff;
  }
}

/* Every page eyebrow matches the homepage section labels. */
html body .eyebrow {
  font-size: var(--eyebrow-size);
  font-weight: 700;
  letter-spacing: var(--eyebrow-tracking);
  line-height: 1.2;
  text-transform: uppercase;
}

/* Shared compact page intro for Services, Gallery, Pricing, About, Contact. */
.page-intro {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 12%, rgba(213,90,106,.13), transparent 30%),
    linear-gradient(145deg, #f8f1ef 0%, #ffffff 58%, #f2e7e7 100%);
}
.page-intro__inner {
  padding: 48px 0;
  text-align: left;
}
.pricing-page .page-intro,
.about-page .page-intro,
main:has(.gallery-portfolio-section) .page-intro {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}
@media (min-width: 901px) {
  .services-page .page-intro {
    padding-left: var(--content-edge);
    padding-right: var(--content-edge);
  }
}
@media (max-width: 900px) {
  .services-page .page-intro {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }
}
.page-intro .eyebrow {
  margin: 0 0 8px;
  color: var(--astra-pink-dark);
}
html body .page-intro h1 {
  max-width: 18em;
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: var(--title-page);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: 1.1;
  overflow-wrap: break-word;
}
.page-intro__desc {
  max-width: 40rem;
  margin: 0;
  color: var(--muted);
  font-size: var(--text-lead);
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .page-intro {
    min-height: 0;
  }
  .page-intro__inner {
    padding: 30px 0;
  }
  html body .page-intro h1 {
    font-size: var(--title-page);
    line-height: 1.1;
  }
  .page-intro__desc {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* Gallery Before & After — editorial desktop, snap carousel on phone. */
.gallery-transformations-section { overflow: visible; background: var(--astra-blush-soft, #fbf4f3); }
.gallery-transformations-heading { display: grid; gap: 6px; margin-bottom: 18px; max-width: 36rem; }
.gallery-transformations-heading .eyebrow { margin-bottom: 4px; }
.gallery-transformations-heading .section-title { margin: 0; }
.gallery-transformations-heading .section-sub {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
.ba-swipe-hint {
  display: none;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ba-swipe-hint span {
  display: inline-block;
  color: var(--astra-pink-dark);
  font-size: 13px;
  line-height: 1;
  animation: swipe-cue-soft 2.4s ease-in-out infinite;
}
@media (max-width: 700px) {
  .ba-swipe-hint { display: block; }
}
.ba-board {
  display: flex;
  gap: 12px;
  margin-inline: -18px;
  padding: 2px 18px 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 18px;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.ba-board::-webkit-scrollbar { display: none; }
.ba-card {
  flex: 0 0 86%;
  min-width: 0;
  scroll-snap-align: start;
  background: transparent;
  box-shadow: none;
}
.ba-frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #f4eeec;
}
.ba-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 1366;
  object-fit: contain;
  object-position: center top;
  transition: transform .55s ease;
}
.ba-label {
  position: absolute;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 4px;
  background: rgba(250, 247, 244, .86);
  color: #3a3336;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}
.ba-label--before { top: 10px; left: 10px; }
.ba-label--after { top: calc(50% + 8px); left: 10px; }

@media (max-width: 700px) {
  .gallery-transformations-section { overflow-x: hidden; }
  .ba-board {
    min-width: 0;
    width: calc(100% + 36px);
    max-width: calc(100% + 36px);
  }
}
@media (min-width: 701px) {
  .ba-swipe-hint { display: none !important; }
  .ba-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
    width: auto;
    max-width: none;
    align-items: start;
  }
  .ba-card { flex: none; scroll-snap-align: unset; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .ba-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "feat1 feat1 s2"
      "feat1 feat1 s3"
      "s4 feat2 feat2"
      "s5 feat2 feat2"
      "lg lg md";
    gap: 18px 14px;
  }
  .ba-card--xl { grid-column: auto; }
  .ba-card:nth-child(1) { grid-area: feat1; }
  .ba-card:nth-child(2) { grid-area: s2; }
  .ba-card:nth-child(3) { grid-area: s3; }
  .ba-card:nth-child(4) { grid-area: s4; }
  .ba-card:nth-child(5) { grid-area: s5; }
  .ba-card:nth-child(6) { grid-area: feat2; }
  .ba-card:nth-child(7) { grid-area: lg; }
  .ba-card:nth-child(8) { grid-area: md; }
}
@media (min-width: 1101px) {
  .ba-board {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      "feat1 feat1 feat1 feat1 feat1 feat1 feat1 feat1 s2 s2 s2 s2"
      "feat1 feat1 feat1 feat1 feat1 feat1 feat1 feat1 s3 s3 s3 s3"
      "s4 s4 s4 s4 feat2 feat2 feat2 feat2 feat2 feat2 feat2 feat2"
      "s5 s5 s5 s5 feat2 feat2 feat2 feat2 feat2 feat2 feat2 feat2"
      "lg lg lg lg lg lg lg md md md md md";
    gap: 22px 20px;
    align-items: start;
  }
  .ba-card--xl,
  .ba-card--lg,
  .ba-card--md,
  .ba-card--sm { grid-column: auto; }
  .ba-card:nth-child(1) { grid-area: feat1; }
  .ba-card:nth-child(2) { grid-area: s2; }
  .ba-card:nth-child(3) { grid-area: s3; }
  .ba-card:nth-child(4) { grid-area: s4; }
  .ba-card:nth-child(5) { grid-area: s5; }
  .ba-card:nth-child(6) { grid-area: feat2; }
  .ba-card:nth-child(7) { grid-area: lg; }
  .ba-card:nth-child(8) { grid-area: md; }
}
@media (hover: hover) and (min-width: 701px) {
  .ba-card:hover .ba-frame img { transform: scale(1.03); }
}
@media (prefers-reduced-motion: reduce) {
  .ba-frame img { transition: none; }
  .ba-card:hover .ba-frame img { transform: none; }
  .ba-swipe-hint span { animation: none; }
}

/* Global heading hierarchy. Homepage photo-hero stays on --title-hero. */
html body .eyebrow {
  font-size: var(--eyebrow-size);
  font-weight: 700;
  letter-spacing: var(--eyebrow-tracking);
  line-height: 1.2;
  text-transform: uppercase;
}

html body .page-intro h1,
html body .services-hero h1,
html body .quote-hero-copy h1,
html body .quote-share-intro h1,
html body .service-areas-hero h1,
html body .location-hero h1,
html body .resource-hero h1,
html body .article-title-shell h1,
html body .portal-page h1,
html body .thank-you-card h1 {
  font-size: var(--title-page);
  font-weight: 750;
  line-height: 1.1;
}

html body .section-heading h2,
html body .section-title,
html body .final-cta h2,
html body .trust-top h2,
html body #astra-online .section-heading h2,
html body .services-page .services-heading h2,
html body .services-page .services-area-heading h2,
html body .about-statement h2,
html body .about-designers-copy h2,
html body .about-movers-copy h2,
html body .about-collection-copy h2,
html body .about-online-copy h2,
html body .about-review-heading h2,
html body .about-clients h2,
html body .about-cta h2,
html body .about-page .about-statement h2,
html body .about-page .about-designers-copy h2,
html body .about-page .about-movers-copy h2,
html body .about-page .about-collection-copy h2,
html body .about-page .about-online-copy h2,
html body .about-page .about-review-heading h2,
html body .gallery-portfolio-heading .section-title,
html body .gallery-transformations-heading .section-title,
html body .instagram-feed-heading .section-title,
html body .pricing-section-heading .section-title,
html body .pricing-vacant-shell .pricing-section-heading .section-title,
html body .pricing-final-cta h2 {
  font-size: var(--title-section);
  font-weight: 750;
  line-height: 1.1;
}

html body .story-card h3,
html body .online-story-cards .story-card h3,
html body .service-panel h3,
html body .service-panel-title,
html body .service-area-directory-card h3,
html body .price-card h3,
html body .pricing-property-card h3,
html body .card h3,
html body .contact-choice-card h2,
html body .contact-form-card h2,
html body .contact-details-head h2,
html body .booking-explainer-grid h3 {
  font-size: var(--title-card);
  font-weight: 700;
  line-height: 1.15;
}

html body .page-intro__desc,
html body .section-heading > p:not(.eyebrow),
html body .services-area-heading > p:not(.eyebrow),
html body .section-sub,
html body .services-lead {
  font-size: var(--text-lead);
  font-weight: 400;
}

html body .home-page .hero-copy h1,
html body .home-page h1 {
  font-size: var(--title-hero);
}

@media (max-width: 900px) {
  html body .home-page .hero-copy h1,
  html body .home-page h1 {
    max-width: none;
    font-size: clamp(32px, 8.8vw, 38px);
    text-wrap: wrap;
  }
}

html body .home-page .hero-lead {
  width: min(820px, 100%);
  margin-top: 6px;
  color: #fff;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-shadow: 0 2px 18px rgba(15, 12, 13, .55);
}
@media (max-width: 900px) {
  html body .home-page .hero-lead {
    max-width: none;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.38;
  }
}

.pricing-page .pricing-vacant-mobile-cta {
  display: none;
}
.pricing-page .pricing-range-label::after {
  content: ":";
  margin-right: 0.35em;
}
.pricing-page .pricing-typical-label { display: none; }
html body .pricing-page .pricing-typical-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
.pricing-page .pricing-occupied-card .pricing-typical-note {
  margin: 4px 0 14px;
}
html body .pricing-page .pricing-property-card {
  min-height: 0;
}
html body .pricing-page .pricing-property-card .pricing-cta {
  margin-top: auto;
}

/* About page — tighter copy blocks and a compact trust band. */
.about-page .about-proof-summary { display: none; }
.about-page .about-structure {
  padding-block: clamp(40px, 4.5vw, 56px);
}
.about-page .about-statement {
  margin-bottom: clamp(28px, 3.5vw, 40px);
}
.about-page .about-designers,
.about-page .about-movers {
  gap: clamp(24px, 3.5vw, 42px);
  margin-bottom: clamp(36px, 4.5vw, 52px);
}
.about-page .about-collection {
  gap: clamp(24px, 3.5vw, 42px);
}
.about-page .about-movers {
  padding: clamp(16px, 2.4vw, 28px);
}
.about-page .about-designers-copy h2,
.about-page .about-movers-copy h2,
.about-page .about-collection-copy h2,
.about-page .about-review-heading h2,
.about-page .about-statement h2 {
  margin-bottom: 14px;
}

.about-page .about-trust {
  background: var(--ivory, #f8f3ef);
}
.about-page .about-review-section {
  padding-block: clamp(32px, 4vw, 44px) clamp(16px, 2vw, 22px);
}
.about-page .about-review-wrap {
  gap: clamp(22px, 3vw, 36px);
}
.about-page .about-review-points {
  gap: 9px;
  margin-top: 16px;
}
.about-page .about-review-card {
  padding: 22px 24px;
}
.about-page .about-review-meta { margin-bottom: 12px; }
.about-page .about-review-card blockquote { margin-bottom: 12px; }
.about-page .about-recognition {
  padding: 0 max(5vw, 24px);
  background: var(--ivory, #f8f3ef);
}
.about-page .about-recognition-grid { gap: 12px; }
.about-page .about-award-card,
.about-page .about-press-card {
  min-height: 0;
  padding: 14px 18px;
}
.about-page .about-award-card > img {
  height: 88px;
  max-width: min(34%, 150px);
}
.about-page .about-award-copy > strong { font-size: 22px; }
.about-page .about-award-years { margin-top: 8px; }
.about-page .about-press-outlet { height: 56px; }
.about-page .about-client-marquee {
  margin: 12px max(-5vw, -24px) 0;
  padding: 12px max(5vw, 24px) 16px;
}
.about-page .about-client-logo {
  height: 64px;
  width: clamp(132px, 12vw, 168px);
}
.about-page .about-client-logo img { max-height: 44px; }
.about-page .about-cta {
  padding: clamp(40px, 5.5vw, 64px) 0;
  background: var(--ivory);
  color: var(--ink);
}
.about-page .about-cta .eyebrow { color: var(--astra-pink); }
.about-page .about-cta p {
  margin-bottom: 18px;
  color: var(--muted);
}

@media (max-width: 900px) {
  html body .pricing-page .section-title,
  html body .pricing-page .pricing-vacant-shell .pricing-section-heading .section-title,
  html body .pricing-page .pricing-info-card h2,
  html body .pricing-page .pricing-final-cta h2 {
    font-size: 27px;
    line-height: 1.15;
  }
  html body .pricing-page .pricing-vacant-shell .pricing-section-heading .section-title,
  html body .pricing-page .pricing-occupied-card > .section-title {
    white-space: nowrap;
  }
  html body .pricing-page .pricing-property-card h3,
  html body .pricing-page .pricing-addon-feature h3,
  html body .pricing-page .pricing-listing-media-group > h3 {
    font-size: 19px;
    line-height: 1.2;
  }
  html body .pricing-page .pricing-card-price {
    margin: 0 0 8px;
    font-size: 27px;
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -.03em;
  }
  html body .pricing-page .pricing-card-price small,
  html body .pricing-page .occupied-pricing-rows small,
  html body .pricing-page .pricing-addon-feature small {
    margin-left: 3px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0;
    vertical-align: 2px;
  }
  html body .pricing-page .pricing-property-card .pricing-card-range strong,
  html body .pricing-page .pricing-property-card .pricing-card-range .pricing-amount,
  html body .pricing-page .pricing-card-range strong,
  html body .pricing-page .pricing-card-range .pricing-amount {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 650;
  }
  html body .pricing-page .pricing-card-range .pricing-amount {
    white-space: nowrap;
  }
  html body .pricing-page .pricing-property-card .pricing-card-range small {
    font-size: 11px;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-card-range span,
  html body .pricing-page .pricing-occupied-note,
  html body .pricing-page .pricing-typical-note,
  html body .pricing-page .pricing-addon-intro,
  html body .pricing-page .pricing-addon-feature p,
  html body .pricing-page .pricing-media-list span,
  html body .pricing-page .pricing-final-cta p {
    font-size: 14px;
    line-height: 1.45;
  }
  html body .pricing-page .pricing-cta,
  html body .pricing-page .pricing-occupied-card .pricing-cta,
  html body .pricing-page .pricing-property-card .pricing-cta {
    min-height: 50px;
    height: 50px;
    margin-top: 8px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .pricing-page {
    padding-bottom: calc(28px + 84px + env(safe-area-inset-bottom));
  }
  .pricing-page .pricing-vacant-section {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pricing-page .pricing-vacant-shell {
    padding: 20px 18px 18px;
  }
  .pricing-page .pricing-vacant-shell .pricing-section-heading {
    margin-bottom: 10px;
  }
  .pricing-page .pricing-mobile-tabs {
    display: none !important;
  }
  .pricing-page .pricing-property-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    grid-auto-columns: unset;
    gap: 6px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  html body .pricing-page .pricing-property-grid .pricing-property-card,
  html body .pricing-page .pricing-property-grid .pricing-property-card.is-active {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "name price";
    align-items: baseline;
    column-gap: 8px;
    row-gap: 2px;
    min-height: 0;
    margin: 0;
    padding: 8px 12px 7px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
  }
  html body .pricing-page .pricing-property-card .pricing-card-top {
    display: block;
    grid-area: name;
    min-height: 0;
    margin: 0;
  }
  html body .pricing-page .pricing-property-card h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0;
  }
  html body .pricing-page .pricing-card-price {
    display: block;
    grid-area: price;
    justify-self: end;
    margin: 0;
    color: var(--astra-pink-dark);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: right;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-property-card .pricing-card-range {
    display: contents;
    padding: 0;
    margin: 0;
    border: 0;
    gap: 0;
  }
  html body .pricing-page .pricing-property-card .pricing-range-label {
    grid-area: rlabel;
    display: block;
    align-self: baseline;
    margin: 0;
    padding: 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-property-card .pricing-range-label::after {
    content: none;
    margin: 0;
  }
  html body .pricing-page .pricing-range-value,
  html body .pricing-page .pricing-property-card .pricing-card-range strong,
  html body .pricing-page .pricing-property-card .pricing-range-value .pricing-amount,
  html body .pricing-page .pricing-property-card .pricing-card-range .pricing-amount {
    grid-area: ramt;
    justify-self: end;
    align-self: baseline;
    text-align: right;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-property-card .pricing-card-range small {
    font-size: 10px;
  }
  html body .pricing-page .pricing-property-card .pricing-card-note {
    display: none;
  }
  html body .pricing-page .pricing-property-card .pricing-cta {
    display: none;
  }
  html body .pricing-page .pricing-vacant-mobile-cta {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .pricing-page .pricing-secondary-section {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .pricing-page .pricing-split-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .pricing-page .pricing-info-card {
    min-width: 0;
    padding: 18px 16px 16px;
  }
  .pricing-page .pricing-info-card h2 { margin-bottom: 8px; }
  .pricing-page .occupied-pricing-rows {
    margin: 2px 0 8px;
    gap: 6px;
  }
  .pricing-page .occupied-pricing-rows > div {
    min-height: 0;
    padding: 8px 12px;
    gap: 8px;
  }
  .pricing-page .occupied-pricing-rows strong {
    font-size: 15px;
    font-weight: 750;
  }
  html body .pricing-page .occupied-pricing-rows b,
  html body .pricing-page .occupied-pricing-rows .pricing-amount {
    font-size: 15px;
    font-weight: 750;
    white-space: nowrap;
  }
  .pricing-page .pricing-occupied-note,
  .pricing-page .pricing-typical-note,
  .pricing-page .pricing-vacant-shell .pricing-typical-note { margin: 10px 0 12px; }
  .pricing-page .pricing-addon-intro { margin: 0 0 10px; }
  .pricing-page .pricing-addon-group + .pricing-addon-group { margin-top: 10px; }
  .pricing-page .pricing-addon-feature {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding: 12px 14px;
  }
  .pricing-page .pricing-addon-feature h3 { margin: 0 0 3px; }
  .pricing-page .pricing-addon-feature > strong,
  .pricing-page .pricing-addon-feature .pricing-amount {
    font-size: 16px;
    font-weight: 750;
    white-space: nowrap;
  }
  .pricing-page .pricing-listing-media-group > h3 {
    padding: 10px 14px 8px;
    font-size: 16px;
  }
  .pricing-page .pricing-media-list { padding: 0 14px; }
  .pricing-page .pricing-media-list > div {
    min-height: 36px;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
  }
  .pricing-page .pricing-media-list strong,
  .pricing-page .pricing-media-list .pricing-amount {
    font-size: 15px;
    font-weight: 750;
    white-space: nowrap;
  }
  .pricing-page .pricing-final-cta-section { padding-top: 12px; padding-bottom: 16px; }
  .pricing-page .pricing-final-cta {
    padding: 24px 18px 22px;
    border-radius: 18px;
  }
  .pricing-page .pricing-final-cta h2 { margin-bottom: 8px; }
  .pricing-page .pricing-final-cta p { margin-bottom: 14px; }
  .pricing-page .pricing-final-cta .btn {
    min-height: 50px;
    padding: 12px 18px;
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  html .about-page .about-designers-photo,
  html .about-page .about-movers-photo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  html .about-page .about-designers-photo img,
  html .about-page .about-movers-photo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 900px) {
  .about-page .about-structure,
  .about-page .about-review-section {
    padding-block: 32px;
  }
  .about-page .about-statement { margin-bottom: 28px; }
  .about-page .about-designers,
  .about-page .about-movers {
    gap: 16px;
    margin-bottom: 32px;
  }
  .about-page .about-movers { padding: 14px 14px 18px; }
  .about-page .about-collection { gap: 16px; }
  .about-page .about-review-section {
    padding-block: 28px 12px;
  }
  .about-page .about-review-wrap { gap: 18px; }
  .about-page .about-recognition { padding: 0 18px; }
  .about-page .about-client-marquee {
    margin: 10px -18px 0;
    padding: 10px 18px 14px;
  }
  .about-page .about-cta { padding: 36px 0; }
}

/* Pricing page — one type scale, equal-height lower cards. */
html body .pricing-page .section-title,
html body .pricing-page .pricing-vacant-shell .section-title,
html body .pricing-page .pricing-vacant-shell .pricing-section-heading .section-title,
html body .pricing-page .pricing-info-card h2.section-title,
html body .pricing-page .pricing-info-card h2 {
  font-family: var(--font-heading);
  font-size: var(--title-section);
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.12;
  margin: 0 0 14px;
}

html body .pricing-page .pricing-property-card h3,
html body .pricing-page .occupied-pricing-rows strong,
html body .pricing-page .pricing-addon-feature h3,
html body .pricing-page .pricing-listing-media-group > h3 {
  font-family: var(--font-heading);
  font-size: var(--title-card);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
}

html body .pricing-page .pricing-card-price {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -.03em;
  white-space: nowrap;
}

html body .pricing-page .occupied-pricing-rows b,
html body .pricing-page .occupied-pricing-rows .pricing-amount,
html body .pricing-page .pricing-addon-feature > strong,
html body .pricing-page .pricing-addon-feature .pricing-amount,
html body .pricing-page .pricing-media-list strong,
html body .pricing-page .pricing-media-list .pricing-amount {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.02em;
}

html body .pricing-page .pricing-card-price small,
html body .pricing-page .occupied-pricing-rows small,
html body .pricing-page .pricing-addon-feature small,
html body .pricing-page .pricing-card-range small {
  display: inline;
  margin-left: 4px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: 1px;
  white-space: nowrap;
}

html body .pricing-page .pricing-card-range,
html body .pricing-page .pricing-card-range strong,
html body .pricing-page .pricing-card-range .pricing-amount,
html body .pricing-page .pricing-card-range span,
html body .pricing-page .pricing-occupied-note,
html body .pricing-page .pricing-typical-note,
html body .pricing-page .pricing-addon-intro,
html body .pricing-page .pricing-addon-feature p,
html body .pricing-page .pricing-media-list span {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

html body .pricing-page .occupied-pricing-rows > div {
  align-items: baseline;
}

html body .pricing-page .occupied-pricing-rows b {
  color: var(--astra-pink-dark);
  white-space: nowrap;
}

html body .pricing-page .pricing-addon-feature > strong,
html body .pricing-page .pricing-media-list strong {
  white-space: nowrap;
}

@media (min-width: 901px) {
  html body .pricing-page .pricing-split-grid {
    align-items: stretch;
  }
  html body .pricing-page .pricing-info-card {
    height: 100%;
  }
  html body .pricing-page .pricing-occupied-card .pricing-cta {
    margin-top: 16px;
  }
  html body .pricing-page .pricing-card-range {
    display: block;
  }
  html body .pricing-page .pricing-card-range .pricing-range-label,
  html body .pricing-page .pricing-card-range .pricing-range-value {
    display: inline;
    margin: 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: inherit;
    color: inherit;
  }
  html body .pricing-page .pricing-card-range .pricing-range-label {
    font-weight: 400;
  }
  html body .pricing-page .pricing-card-range .pricing-range-value,
  html body .pricing-page .pricing-card-range .pricing-range-value .pricing-amount,
  html body .pricing-page .pricing-card-range .pricing-range-value small {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    vertical-align: baseline;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-card-note {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 900px) {
  html body .pricing-page .section-title,
  html body .pricing-page .pricing-vacant-shell .section-title,
  html body .pricing-page .pricing-vacant-shell .pricing-section-heading .section-title,
  html body .pricing-page .pricing-info-card h2.section-title,
  html body .pricing-page .pricing-info-card h2 {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 10px;
  }
  html body .pricing-page .pricing-vacant-shell .pricing-section-heading .section-title,
  html body .pricing-page .pricing-occupied-card > .section-title {
    white-space: nowrap;
  }

  html body .pricing-page .pricing-property-card h3,
  html body .pricing-page .occupied-pricing-rows strong,
  html body .pricing-page .pricing-addon-feature h3,
  html body .pricing-page .pricing-listing-media-group > h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
  }

  html body .pricing-page .pricing-card-price,
  html body .pricing-page .occupied-pricing-rows b,
  html body .pricing-page .occupied-pricing-rows .pricing-amount,
  html body .pricing-page .pricing-addon-feature > strong,
  html body .pricing-page .pricing-addon-feature .pricing-amount,
  html body .pricing-page .pricing-media-list strong,
  html body .pricing-page .pricing-media-list .pricing-amount {
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
  }
  html body .pricing-page .pricing-property-card .pricing-card-price {
    justify-self: end;
    text-align: right;
  }

  html body .pricing-page .pricing-card-price small,
  html body .pricing-page .occupied-pricing-rows small,
  html body .pricing-page .pricing-addon-feature small,
  html body .pricing-page .pricing-card-range small {
    font-size: 12px;
  }

  html body .pricing-page .pricing-card-range,
  html body .pricing-page .pricing-card-range strong,
  html body .pricing-page .pricing-card-range .pricing-amount,
  html body .pricing-page .pricing-card-range span,
  html body .pricing-page .pricing-occupied-note,
  html body .pricing-page .pricing-typical-note,
  html body .pricing-page .pricing-addon-intro,
  html body .pricing-page .pricing-addon-feature p,
  html body .pricing-page .pricing-media-list span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
  }

  html body .pricing-page .pricing-split-grid {
    align-items: start;
  }
  html body .pricing-page .pricing-info-card {
    height: auto;
  }

  html body .pricing-page .section.pricing-vacant-section,
  html body .pricing-page .section.pricing-secondary-section,
  html body .pricing-page .section.pricing-final-cta-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  html body .pricing-page .container.pricing-vacant-shell,
  html body .pricing-page .pricing-secondary-section > .container,
  html body .pricing-page .container.pricing-final-cta {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  html body .pricing-page .pricing-final-cta {
    padding: 24px 20px 22px;
  }
  html body .pricing-page .pricing-vacant-shell {
    padding: 22px 20px 20px;
  }
  html body .pricing-page .pricing-info-card {
    padding: 22px 20px 20px;
  }
  html body .pricing-page .pricing-property-grid .pricing-property-card,
  html body .pricing-page .pricing-property-grid .pricing-property-card.is-active {
    padding: 12px 14px 11px;
  }
  html body .pricing-page .occupied-pricing-rows > div {
    padding: 10px 14px;
  }
  html body .pricing-page .pricing-property-card .pricing-card-range {
    display: contents;
  }
  html body .pricing-page .pricing-property-card .pricing-range-label {
    grid-area: rlabel;
    display: block;
    align-self: baseline;
    margin: 0;
    padding: 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-property-card .pricing-range-label::after {
    content: none;
    margin: 0;
  }
  html body .pricing-page .pricing-property-card .pricing-range-value,
  html body .pricing-page .pricing-property-card .pricing-range-value .pricing-amount {
    grid-area: ramt;
    justify-self: end;
    align-self: baseline;
    text-align: right;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-card-note { display: none; }
}

html body .pricing-page .pricing-vacant-shell .section-title,
html body .pricing-page .pricing-occupied-card .section-title {
  font-family: var(--font-heading);
  font-size: var(--title-section);
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.12;
  margin: 0 0 14px;
}
html body .pricing-page .pricing-property-card h3,
html body .pricing-page .occupied-pricing-rows strong {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
}
html body .pricing-page .pricing-property-card .pricing-card-price,
html body .pricing-page .occupied-pricing-rows b,
html body .pricing-page .occupied-pricing-rows .pricing-amount {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--astra-pink-dark);
}
html body .pricing-page .pricing-property-card .pricing-card-price small,
html body .pricing-page .occupied-pricing-rows small {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
html body .pricing-page .pricing-vacant-shell .pricing-typical-note,
html body .pricing-page .pricing-occupied-card .pricing-typical-note {
  margin: 12px 0 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
html body .pricing-page .pricing-vacant-mobile-cta,
html body .pricing-page .pricing-property-card .pricing-cta,
html body .pricing-page .pricing-occupied-card .pricing-cta {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--accent);
  background: #fff;
  color: var(--accent);
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 900px) {
  html body .pricing-page .pricing-vacant-shell .section-title,
  html body .pricing-page .pricing-occupied-card .section-title {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 12px;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-property-card h3,
  html body .pricing-page .occupied-pricing-rows strong {
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
  }
  html body .pricing-page .pricing-property-card .pricing-card-price,
  html body .pricing-page .occupied-pricing-rows b,
  html body .pricing-page .occupied-pricing-rows .pricing-amount {
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
  }
  html body .pricing-page .pricing-property-card .pricing-card-price small,
  html body .pricing-page .occupied-pricing-rows small {
    font-size: 12px;
  }
  html body .pricing-page .pricing-vacant-shell .pricing-typical-note,
  html body .pricing-page .pricing-occupied-card .pricing-typical-note {
    margin: 10px 0 12px;
    font-size: 13px;
  }
  html body .pricing-page .pricing-property-grid .pricing-property-card,
  html body .pricing-page .occupied-pricing-rows > div {
    padding: 10px 14px;
  }
  html body .pricing-page .pricing-vacant-mobile-cta,
  html body .pricing-page .pricing-occupied-card .pricing-cta {
    min-height: 50px;
    height: 50px;
    margin-top: 0;
    font-size: 15px;
  }
}

/* Contact page — compact quote CTA, tighter form, no duplicate bottom CTA. */
html body .contact-page .contact-choice-section {
  padding: 18px 0 8px;
}
html body .contact-page .contact-choice-card {
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  padding: 16px 22px;
}
html body .contact-page .contact-choice-copy {
  min-width: 0;
  flex: 1;
}
html body .contact-page .contact-choice-card .contact-kicker {
  margin: 0 0 5px;
  font-size: 11px;
}
html body .contact-page .contact-choice-card h2 {
  margin: 0 0 4px;
}
html body .contact-page .contact-choice-card .contact-choice-copy > p:not(.contact-kicker) {
  max-width: 40rem;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
html body .contact-page .contact-choice-card .btn {
  flex: 0 0 auto;
  width: auto;
  min-height: 44px;
  margin-top: 0;
  padding-inline: 22px;
}
html body .contact-page .contact-main-section {
  padding: 10px 0 48px;
}
html body .contact-page .contact-main-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
}
html body .contact-page .contact-form-card,
html body .contact-page .contact-details-card {
  height: 100%;
}
html body .contact-page .contact-details-card {
  display: flex;
  flex-direction: column;
}
html body .contact-page .contact-form-card {
  padding: 24px 26px 24px;
}
html body .contact-page .contact-form-card form {
  margin-top: 16px;
}
html body .contact-page .form-textarea {
  min-height: 148px;
}
html body .contact-page .contact-form-card > form > .btn,
html body .contact-page #contact-submit {
  min-height: 44px;
  margin-top: 16px;
  background: var(--accent);
  color: #fff;
  border: 0;
  box-shadow: none;
}
html body .contact-page #contact-submit:hover {
  background: var(--accent-hover);
}
html body .contact-page .contact-details-head {
  padding: 20px 24px 16px;
}
html body .contact-page .contact-details-head .contact-kicker {
  margin-bottom: 6px;
}
html body .contact-page .contact-details-head h2 {
  margin: 0;
}
html body .contact-page .contact-details-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 24px 22px;
}
html body .contact-page .contact-detail-row {
  padding: 11px 0 12px;
}
html body .contact-page .contact-detail-row:last-child {
  border-bottom: 0;
  padding-bottom: 4px;
}
html body .contact-page .contact-detail-row span {
  margin-bottom: 3px;
  font-size: 11px;
  letter-spacing: .12em;
}
html body .contact-page .contact-detail-row a,
html body .contact-page .contact-detail-row strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
html body .contact-page .contact-detail-row small {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
}
html body .contact-page .contact-service-area,
html body .contact-page .contact-final-section {
  display: none;
}

@media (max-width: 900px) {
  html body .contact-page {
    padding-bottom: calc(20px + 84px + env(safe-area-inset-bottom, 0px));
  }
  html body .contact-page .contact-choice-section {
    padding: 14px 0 6px;
  }
  html body .contact-page .contact-choice-card {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px 18px;
  }
  html body .contact-page .contact-choice-card h2 {
    font-size: 20px;
  }
  html body .contact-page .contact-choice-card .contact-choice-copy > p:not(.contact-kicker) {
    font-size: 14px;
  }
  html body .contact-page .contact-choice-card .btn {
    width: 100%;
    min-height: 48px;
  }
  html body .contact-page .contact-main-section {
    padding: 8px 0 12px;
  }
  html body .contact-page .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  html body .contact-page .contact-form-card {
    padding: 20px 18px 18px;
  }
  html body .contact-page .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  html body .contact-page .contact-form-wide {
    grid-column: auto;
  }
  html body .contact-page .form-textarea {
    min-height: 104px;
  }
  html body .contact-page .contact-form-card > form > .btn,
  html body .contact-page #contact-submit {
    width: 100%;
    min-height: 48px;
  }
  html body .contact-page .contact-form-card,
  html body .contact-page .contact-details-card {
    height: auto;
  }
  html body .contact-page .contact-details-card {
    display: block;
  }
  html body .contact-page .contact-details-head {
    padding: 18px 18px 14px;
    border-right: 0;
    border-bottom: 1px solid #ead8dc;
  }
  html body .contact-page .contact-details-body {
    flex: none;
    display: block;
    justify-content: flex-start;
    padding: 4px 18px 16px;
  }
  html body .contact-page .contact-detail-row a,
  html body .contact-page .contact-detail-row strong {
    font-size: 16px;
  }
}

/* Pricing add-ons: same type, same row layout, HST on every price. */
html body .pricing-page .pricing-moving-group > h3,
html body .pricing-page .pricing-listing-media-group > h3 {
  margin: 0;
  padding: 12px 16px 8px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.2;
}
html body .pricing-page .pricing-moving-group .pricing-media-list,
html body .pricing-page .pricing-listing-media-group .pricing-media-list {
  margin: 0;
  padding: 0 16px;
  border-top: 1px solid var(--line);
}
html body .pricing-page .pricing-moving-group .pricing-media-list > div,
html body .pricing-page .pricing-listing-media-group .pricing-media-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-height: 0;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.4;
}
html body .pricing-page .pricing-moving-group .pricing-media-list span,
html body .pricing-page .pricing-listing-media-group .pricing-media-list span {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
html body .pricing-page .pricing-moving-group .pricing-media-list strong,
html body .pricing-page .pricing-listing-media-group .pricing-media-list strong,
html body .pricing-page .pricing-moving-group .pricing-media-list .pricing-amount,
html body .pricing-page .pricing-listing-media-group .pricing-media-list .pricing-amount {
  flex: 0 0 auto;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
}
html body .pricing-page .pricing-moving-group .pricing-media-list small,
html body .pricing-page .pricing-listing-media-group .pricing-media-list small {
  display: inline;
  margin-left: 4px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: 1px;
  white-space: nowrap;
}

/* Staging Pricing — vacant and occupied visible together. */
html body .pricing-page .page-intro__desc { display: none; }
html body .pricing-page .page-intro h1 { margin-bottom: 0; }
html body .pricing-page .section.pricing-main-section {
  padding-top: 18px;
  padding-bottom: 18px;
}
html body .pricing-page .section.pricing-addons-section {
  padding-top: 18px;
  padding-bottom: 40px;
  background: var(--astra-blush-soft, #fbf4f3);
}
html body .pricing-page .pricing-main-card,
html body .pricing-page .pricing-addons-card {
  padding: 28px 28px 24px;
  border: 1px solid var(--line, rgba(213,90,106,.15));
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.05);
}
html body .pricing-page .pricing-main-card .pricing-section-heading {
  margin: 0 0 18px;
  text-align: left;
}
html body .pricing-page .pricing-main-card .section-title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: var(--title-section);
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.12;
}
html body .pricing-page .pricing-addons-card > .section-title {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.15;
  color: var(--ink-soft, #40393c);
}
html body .pricing-page .pricing-addons-card .pricing-addon-intro {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

html body .pricing-page .pricing-path-shell > .section-title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: var(--title-section);
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.12;
}
html body .pricing-page .pricing-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
html body .pricing-page .pricing-path-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 24px 24px 22px;
  border-radius: 16px;
}
html body .pricing-page .pricing-path-card.is-vacant {
  background: var(--astra-blush-soft, #fbf4f3);
  border: 1px solid rgba(213, 90, 106, .16);
}
html body .pricing-page .pricing-path-card.is-occupied {
  background: #fff;
  border: 1px solid var(--line, rgba(213,90,106,.15));
}
html body .pricing-page .pricing-path-card h3 {
  margin: 0 0 12px;
  color: var(--astra-pink-dark);
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.15;
}
html body .pricing-page .pricing-path-card .pricing-type-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 8px 0;
}
html body .pricing-page .pricing-path-card .pricing-kind {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
html body .pricing-page .pricing-path-card .pricing-amount {
  color: var(--astra-pink-dark);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.2;
  white-space: nowrap;
}
html body .pricing-page .pricing-path-card small {
  margin-left: 4px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
}
html body .pricing-page .pricing-path-card .pricing-from {
  margin-right: 6px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
html body .pricing-page .pricing-path-note {
  margin: auto 0 14px;
  padding-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}
html body .pricing-page .pricing-path-cta {
  width: 100%;
  min-height: 52px;
  margin-top: 0;
  padding: 14px 18px;
  border: 1px solid var(--accent, #d55a6a);
  border-radius: var(--control-radius, 13px);
  background: #fff;
  color: var(--accent, #d55a6a);
  box-shadow: none;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
html body .pricing-page .pricing-path-cta:hover {
  border-color: var(--accent-dark, #702438);
  background: var(--accent-soft, #fbf4f3);
  color: var(--accent-dark, #702438);
}
html body .pricing-page .pricing-compare {
  display: none;
}
html body .pricing-page .pricing-type-cards {
  display: none;
}
html body .pricing-page .pricing-compare-head,
html body .pricing-page .pricing-compare-row {
  display: grid;
  grid-template-columns: 8.25rem repeat(3, minmax(0, 1fr));
  align-items: center;
  column-gap: 12px;
}
html body .pricing-page .pricing-compare-head {
  padding: 0 18px 2px;
}
html body .pricing-page .pricing-compare-head > span {
  color: var(--muted);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.2;
  text-align: center;
}
html body .pricing-page .pricing-compare-head .pricing-compare-corner {
  text-align: left;
}
html body .pricing-page .pricing-compare-row {
  padding: 18px 18px;
  border-radius: 14px;
}
html body .pricing-page .pricing-compare-row.is-vacant {
  background: var(--astra-blush-soft, #fbf4f3);
  border: 1px solid rgba(213, 90, 106, .16);
}
html body .pricing-page .pricing-compare-row.is-occupied {
  background: #fff;
  border: 1px solid var(--line, rgba(213,90,106,.15));
}
html body .pricing-page .pricing-compare-row .pricing-kind {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.15;
}
html body .pricing-page .pricing-compare-row.is-vacant .pricing-kind,
html body .pricing-page .pricing-compare-row.is-occupied .pricing-kind {
  color: var(--astra-pink-dark);
}
html body .pricing-page .pricing-compare-row [role="cell"] {
  text-align: center;
  white-space: nowrap;
}
html body .pricing-page .pricing-compare-row .pricing-amount,
html body .pricing-page .pricing-compare-row b.pricing-amount {
  color: var(--astra-pink-dark);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.2;
}
html body .pricing-page .pricing-compare-row small {
  display: inline;
  margin-left: 4px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  vertical-align: 1px;
}
html body .pricing-page .pricing-from {
  display: inline;
  margin-right: 5px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

html body .pricing-page .pricing-main-card .pricing-typical-note {
  margin: 16px 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
html body .pricing-page .pricing-main-cta {
  width: 100%;
  min-height: 52px;
  margin-top: 0;
  padding: 14px 22px;
  border: 1px solid var(--accent, #d55a6a);
  border-radius: var(--control-radius, 13px);
  background: #fff;
  color: var(--accent, #d55a6a);
  box-shadow: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}
html body .pricing-page .pricing-main-cta:hover {
  border-color: var(--accent-dark, #702438);
  background: var(--accent-soft, #fbf4f3);
  color: var(--accent-dark, #702438);
}

html body .pricing-page .pricing-addons-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
html body .pricing-page .pricing-addons-card .pricing-addon-group {
  margin: 0;
}

@media (max-width: 1100px) and (min-width: 901px) {
  html body .pricing-page .pricing-compare-head,
  html body .pricing-page .pricing-compare-row {
    grid-template-columns: 7.25rem repeat(3, minmax(0, 1fr));
    column-gap: 8px;
  }
  html body .pricing-page .pricing-compare-row {
    padding: 16px 14px;
  }
  html body .pricing-page .pricing-compare-row .pricing-kind,
  html body .pricing-page .pricing-compare-row .pricing-amount,
  html body .pricing-page .pricing-compare-row b.pricing-amount {
    font-size: 17px;
  }
}

@media (max-width: 900px) {
  .pricing-page .page-intro__inner {
    padding: 18px 0 14px;
  }
  html body .pricing-page .page-intro h1 {
    margin-bottom: 0;
  }
  html body .pricing-page .section.pricing-main-section,
  html body .pricing-page .section.pricing-addons-section,
  html body .pricing-page .section.pricing-final-cta-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  html body .pricing-page .section.pricing-main-section {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  html body .pricing-page .section.pricing-addons-section {
    padding-top: 10px;
    padding-bottom: 24px;
  }
  html body .pricing-page .container.pricing-main-card,
  html body .pricing-page .container.pricing-path-shell,
  html body .pricing-page .container.pricing-addons-card,
  html body .pricing-page .container.pricing-final-cta {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  html body .pricing-page .pricing-main-card,
  html body .pricing-page .pricing-addons-card {
    padding: 16px 14px 14px;
  }
  html body .pricing-page .pricing-path-shell > .section-title,
  html body .pricing-page .pricing-main-card .section-title {
    font-size: 26px;
    line-height: 1.15;
    margin: 0 0 10px;
  }
  html body .pricing-page .pricing-main-card .pricing-section-heading {
    margin-bottom: 10px;
  }
  html body .pricing-page .pricing-addons-card > .section-title {
    font-size: 24px;
    margin: 0 0 4px;
  }
  html body .pricing-page .pricing-compare {
    display: none;
  }
  html body .pricing-page .pricing-path-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  html body .pricing-page .pricing-path-card {
    padding: 16px 16px 14px;
  }
  html body .pricing-page .pricing-path-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
  }
  html body .pricing-page .pricing-path-card .pricing-kind {
    font-size: 15px;
  }
  html body .pricing-page .pricing-path-card .pricing-amount {
    font-size: 18px;
  }
  html body .pricing-page .pricing-path-note {
    margin: 12px 0 12px;
    padding-top: 10px;
    font-size: 14px;
  }
  html body .pricing-page .pricing-path-cta {
    min-height: 48px;
    font-size: 15px;
    white-space: normal;
    scroll-margin-bottom: calc(28px + 76px + env(safe-area-inset-bottom, 0px));
  }
  html body .pricing-page .pricing-type-cards {
    display: none;
  }
  html body .pricing-page .pricing-type-card {
    padding: 16px 16px 14px;
    border-radius: 14px;
  }
  html body .pricing-page .pricing-type-card.is-vacant {
    background: var(--astra-blush-soft, #fbf4f3);
    border: 1px solid rgba(213, 90, 106, .16);
  }
  html body .pricing-page .pricing-type-card.is-occupied {
    background: #fff;
    border: 1px solid var(--line, rgba(213,90,106,.15));
  }
  html body .pricing-page .pricing-type-card h3 {
    margin: 0 0 8px;
    padding: 0;
    border-bottom: 0;
    color: var(--astra-pink-dark);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -.02em;
    line-height: 1.15;
  }
  html body .pricing-page .pricing-type-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    min-height: 0;
    margin: 0;
    padding: 7px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  html body .pricing-page .pricing-type-row + .pricing-type-row {
    margin-top: 0;
  }
  html body .pricing-page .pricing-type-row .pricing-kind {
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
  }
  html body .pricing-page .pricing-type-row b,
  html body .pricing-page .pricing-type-row .pricing-amount {
    color: var(--astra-pink-dark);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
  }
  html body .pricing-page .pricing-type-row small {
    margin-left: 4px;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    vertical-align: 1px;
  }
  html body .pricing-page .pricing-type-row .pricing-from {
    margin-right: 6px;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  html body .pricing-page .pricing-path-card .pricing-from {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
  }
  html body .pricing-page .pricing-main-card .pricing-typical-note {
    margin: 14px 2px 14px;
    font-size: 13px;
    line-height: 1.5;
  }
  html body .pricing-page .pricing-main-cta {
    min-height: 50px;
    height: 50px;
    font-size: 15px;
    scroll-margin-bottom: calc(28px + 76px + env(safe-area-inset-bottom, 0px));
  }
  html body .pricing-page .pricing-addons-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  html body .pricing-page .pricing-addons-card .pricing-addon-intro {
    margin: 0 0 10px;
    font-size: 14px;
  }
  html body .pricing-page .pricing-addons-card .pricing-addon-group {
    border-radius: 12px;
  }
  html body .pricing-page .pricing-moving-group > h3,
  html body .pricing-page .pricing-listing-media-group > h3 {
    padding: 10px 12px 6px;
    font-size: 15px;
  }
  html body .pricing-page .pricing-moving-group .pricing-media-list,
  html body .pricing-page .pricing-listing-media-group .pricing-media-list {
    padding: 0 12px;
  }
  html body .pricing-page .pricing-moving-group .pricing-media-list > div,
  html body .pricing-page .pricing-listing-media-group .pricing-media-list > div {
    min-height: 0;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
  }
  html body .pricing-page .pricing-moving-group .pricing-media-list span,
  html body .pricing-page .pricing-listing-media-group .pricing-media-list span {
    font-size: 13px;
    line-height: 1.35;
  }
  html body .pricing-page .pricing-moving-group .pricing-media-list strong,
  html body .pricing-page .pricing-listing-media-group .pricing-media-list strong,
  html body .pricing-page .pricing-moving-group .pricing-media-list .pricing-amount,
  html body .pricing-page .pricing-listing-media-group .pricing-media-list .pricing-amount {
    font-size: 14px;
  }
}
