/* Leasing Room
   Display type: Source Serif 4. Interface and figures: Archivo.
   One accent, one shadow, one interactive panel. */

:root {
  --paper: #ffffff;
  --shell: #f5f4f1;
  --tint: #efeee9;
  --ink: #14181a;
  --ink-soft: #5b605e;
  --rule: #ddd9d1;
  --rule-soft: #e9e5de;
  --green: #1c4034;
  --green-deep: #143027;
  --green-fill: #dbe5dd;
  --green-line: #94ad9f;
  --leased: #e6e3db;

  --wrap: 72rem;
  --prose: 34rem;

  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --space-section: 4.5rem;
  --lift: 0 1px 2px rgba(20, 24, 26, 0.04), 0 14px 40px rgba(20, 24, 26, 0.07);

  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { margin: 0; font-weight: 600; line-height: 1.14; }
p { margin: 0; }
dl, dd { margin: 0; }
a { color: inherit; }

:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.figure { font-variant-numeric: tabular-nums; }

/* Masthead ------------------------------------------------------------- */

.masthead { border-bottom: 1px solid var(--rule); }

.masthead-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
}

.wordmark {
  font-family: var(--serif);
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.masthead-link {
  font-size: 0.875rem;
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 1px;
}

.masthead-link:hover { color: var(--green); border-bottom-color: var(--green); }

/* Hero ------------------------------------------------------------------ */

.hero {
  background: var(--shell);
  border-bottom: 1px solid var(--rule);
  padding-top: 3rem;
  padding-bottom: 3.25rem;
}

.hero-line {
  font-family: var(--serif);
  max-width: 14ch;
  font-size: clamp(2.3rem, 9vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero-sub {
  max-width: var(--prose);
  margin-top: 1.4rem;
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.9rem;
}

.button {
  display: inline-block;
  background: var(--green);
  color: #fbfcfb;
  padding: 0.95rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
}

.button:hover { background: var(--green-deep); }

.text-link {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 1px;
}

.text-link:hover { color: var(--green); border-bottom-color: var(--green); }

/* Product panel --------------------------------------------------------- */

.panel {
  margin-top: 2.75rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 3px;
  box-shadow: var(--lift);
  overflow: hidden;
}

.panel-bar {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid var(--rule);
}

.panel-title {
  font-family: var(--serif);
  font-size: 1.0625rem;
  font-weight: 600;
}

.panel-meta { font-size: 0.75rem; color: var(--ink-soft); }

.panel-tabs {
  display: flex;
  border-bottom: 1px solid var(--rule);
}

.pick {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.7rem 1.1rem;
  border: 0;
  border-bottom: 2px solid transparent;
  background: var(--shell);
  color: var(--ink-soft);
  font-family: inherit;
  font-size: 0.8125rem;
  text-align: left;
  cursor: pointer;
}

.pick + .pick { border-left: 1px solid var(--rule); }
.pick:hover { color: var(--ink); }

.pick[aria-pressed="true"] {
  background: var(--paper);
  border-bottom-color: var(--green);
  color: var(--ink);
}

.pick-name { font-weight: 600; }
.pick-kind { font-size: 0.75rem; }

.panel-body { padding: 1.1rem; }

.panel-plan { min-width: 0; }

.stage {
  position: relative;
  margin-top: 1.1rem;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.stage-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.stage.is-drawn .stage-img { display: none; }

.stage.is-photo .floorplan {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 47.99rem) {
  .stage.is-photo { overflow-x: visible; }
  .stage.is-photo .floorplan { min-width: 0; }
}

@media (max-width: 47.99rem) {
  .floorplan { min-width: 30rem; }
}

.floorplan {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.floorplan.is-fresh .fp-suite { animation: platefade 0.28s ease both; }

@keyframes platefade { from { opacity: 0; } to { opacity: 1; } }

.key {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.1rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  color: var(--ink-soft);
}

.key-item { display: flex; align-items: center; gap: 0.4rem; }

.swatch {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #9a978f;
}

.swatch.is-available { background: var(--green-fill); border-color: var(--green-line); }
.swatch.is-pending { background: var(--tint); border-color: var(--green-line); border-style: dashed; }
.swatch.is-leased { background: var(--leased); }

.plate-meta {
  margin-top: 0.55rem;
  font-size: 0.75rem;
  color: var(--ink-soft);
}

.panel-side { margin-top: 1.25rem; }

.list {
  border-top: 1px solid var(--rule);
  max-height: 16rem;
  overflow-y: auto;
}

.row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.75rem;
  align-items: baseline;
  width: 100%;
  padding: 0.55rem 0.1rem;
  border: 0;
  border-bottom: 1px solid var(--rule-soft);
  background: none;
  color: var(--ink-soft);
  font-family: inherit;
  font-size: 0.8125rem;
  text-align: left;
}

.row.is-available { color: var(--ink); cursor: pointer; }
.row.is-available:hover { background: var(--shell); }

.row.is-selected { background: var(--green-fill); color: var(--green); }
.row.is-selected .row-no { color: var(--green); }

.row-no { font-weight: 600; }
.row-area { color: var(--ink-soft); }
.row-state { min-width: 3.5rem; text-align: right; }
.row.is-available .row-state { color: var(--green); font-weight: 600; }
.row.is-selected .row-state { color: var(--green); }

.panel-foot {
  padding: 1.1rem;
  border-top: 1px solid var(--rule);
  background: var(--shell);
}

.readout-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--rule-soft);
}

.readout-label { font-size: 0.8125rem; color: var(--ink-soft); }
.readout-value { font-size: 1rem; font-weight: 600; white-space: nowrap; }

.side-cta {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--green);
  border-radius: 2px;
  background: var(--paper);
  color: var(--green);
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}

.side-cta:hover { background: var(--green-fill); }
.side-cta[disabled] { opacity: 0.45; cursor: default; }
.side-cta[disabled]:hover { background: var(--paper); }

.side-note {
  margin-top: 0.8rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

/* Bands ------------------------------------------------------------------ */

.band {
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
}

.band + .band { border-top: 1px solid var(--rule); }
.band-tint { background: var(--shell); border-top: 1px solid var(--rule); }

.rail {
  margin-bottom: 1.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--green);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--green);
}

.section-head {
  font-family: var(--serif);
  max-width: 26ch;
  font-size: clamp(1.7rem, 6vw, 2.3rem);
  letter-spacing: -0.015em;
}

.lede {
  max-width: var(--prose);
  margin-top: 0.9rem;
  color: var(--ink-soft);
}

.aside {
  max-width: var(--prose);
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
}

/* Proof strip -------------------------------------------------------------- */

.proof {
  display: grid;
  gap: 0;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rule);
}

.proof-item {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.875rem;
  color: var(--ink-soft);
}

.proof-head {
  display: block;
  font-family: var(--serif);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ink);
}

/* The gap ------------------------------------------------------------------ */

.stack { margin-top: 2.25rem; }

.layer { padding: 1.4rem 0; border-top: 1px solid var(--rule); }

.layer-name { font-size: 1rem; color: var(--ink-soft); }

.layer-text {
  max-width: var(--prose);
  margin-top: 0.45rem;
  color: var(--ink-soft);
  font-size: 0.9375rem;
}

.layer-mine {
  margin-top: 0.5rem;
  padding: 1.75rem;
  border: 0;
  border-radius: 3px;
  background: var(--green);
  color: #eef3ef;
}

.layer-mine .layer-name {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: #ffffff;
}

.layer-mine .layer-text { color: rgba(238, 243, 239, 0.88); font-size: 1rem; }

.layer-foot {
  max-width: var(--prose);
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(238, 243, 239, 0.25);
  font-size: 0.875rem;
  color: rgba(238, 243, 239, 0.75);
}

/* Features ----------------------------------------------------------------- */

.features { margin-top: 2.25rem; }

.feature { padding: 1.1rem 0; border-top: 1px solid var(--rule); }

.feature-name { font-weight: 600; font-size: 0.9375rem; }

.feature-text {
  margin-top: 0.3rem;
  color: var(--ink-soft);
  font-size: 0.9375rem;
}

/* The letter of intent figure ---------------------------------------------- */

.loi {
  margin: 2.5rem 0 0;
  padding: 1.75rem;
  border: 1px solid var(--rule);
  border-radius: 3px;
  background: var(--paper);
}

.loi-art { display: block; width: 100%; max-width: 28rem; height: auto; margin: 0 auto; }

.loi-sheet { fill: var(--paper); stroke: var(--rule); stroke-width: 0.8; }
.loi-plan { fill: var(--shell); stroke: var(--rule); stroke-width: 0.6; }
.loi-pick { fill: var(--green-fill); stroke: var(--green); stroke-width: 0.8; }
.loi-bay line { stroke: var(--rule); stroke-width: 0.5; }
.loi-line line { stroke: var(--rule); stroke-width: 1.6; }
.loi-row line { stroke: var(--rule-soft); stroke-width: 1.6; }
.loi-rule { stroke: var(--ink); stroke-width: 0.6; }
.loi-sign { stroke: var(--green); stroke-width: 0.8; }

.loi-tag {
  fill: var(--ink-soft);
  font-family: var(--sans);
  font-size: 6px;
}

.loi-cap {
  max-width: var(--prose);
  margin: 1.5rem auto 0;
  text-align: center;
  font-size: 0.875rem;
  color: var(--ink-soft);
}

/* Lead card ---------------------------------------------------------------- */

.lead-card {
  margin-top: 2.25rem;
  padding: 1.5rem;
  border: 1px solid var(--rule);
  border-left: 3px solid var(--green);
  border-radius: 3px;
  background: var(--paper);
}

.lead-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--rule-soft);
  font-size: 0.75rem;
  color: var(--ink-soft);
}

.lead-kind { font-weight: 600; color: var(--green); }

.lead-title {
  font-family: var(--serif);
  margin-top: 0.9rem;
  font-size: 1.1875rem;
  font-weight: 600;
}

.lead-rows { margin-top: 0.9rem; }

.lead-row {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--rule-soft);
  font-size: 0.875rem;
}

.lead-row dt { color: var(--ink-soft); }
.lead-row dd { margin: 0; font-weight: 600; }

.lead-foot { margin-top: 0.9rem; font-size: 0.8125rem; color: var(--ink-soft); }

.lead-points { margin-top: 2rem; }

/* Steps -------------------------------------------------------------------- */

.steps { margin: 2.25rem 0 0; padding: 0; list-style: none; }

.step { padding: 1.25rem 0; border-top: 1px solid var(--rule); }

.step-when { display: block; font-size: 0.8125rem; color: var(--green); }

.step-name { font-family: var(--serif); margin-top: 0.2rem; font-size: 1.1875rem; }

.step-text {
  margin-top: 0.4rem;
  color: var(--ink-soft);
  font-size: 0.9375rem;
}

/* Pricing ------------------------------------------------------------------ */

.prices { margin-top: 2.25rem; display: grid; gap: 1rem; }

.price {
  padding: 1.6rem;
  border: 1px solid var(--rule);
  border-radius: 3px;
  background: var(--paper);
}

.price-figure {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 8vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.price-label { margin-top: 0.4rem; font-weight: 600; font-size: 0.9375rem; }

.price-text {
  margin-top: 0.4rem;
  color: var(--ink-soft);
  font-size: 0.9375rem;
}

.calc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
  padding: 1.1rem 1.6rem;
  background: var(--green);
  border-radius: 3px;
  color: #eef3ef;
}

.calc-label { font-size: 0.9375rem; color: rgba(238, 243, 239, 0.8); }

.calc-input {
  width: 5rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(238, 243, 239, 0.35);
  border-radius: 2px;
  background: transparent;
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
}

.calc-out {
  margin-left: auto;
  font-family: var(--serif);
  font-size: 1.375rem;
  font-weight: 600;
  color: #ffffff;
}

/* Roadmap ------------------------------------------------------------------ */

.next-grid { display: grid; gap: 0; margin-top: 2.25rem; }

.next-item { padding: 1.25rem 0; border-top: 1px solid var(--rule); }

.next-when { display: block; font-size: 0.8125rem; color: var(--green); }

.next-name { font-family: var(--serif); margin-top: 0.2rem; font-size: 1.125rem; }

.next-text { margin-top: 0.4rem; color: var(--ink-soft); font-size: 0.9375rem; }

/* Close and footer --------------------------------------------------------- */

.close {
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
  background: var(--green);
  color: #eef3ef;
}

.close-line {
  font-family: var(--serif);
  max-width: 18ch;
  font-size: clamp(1.9rem, 7.5vw, 2.9rem);
  letter-spacing: -0.02em;
  color: #ffffff;
}

.close-sub {
  max-width: var(--prose);
  margin-top: 1rem;
  color: rgba(238, 243, 239, 0.82);
}

.button-light { background: var(--paper); color: var(--green); }
.button-light:hover { background: #dfe9e2; }

.footer {
  border-top: 1px solid var(--rule);
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
}

.wordmark-small { font-size: 1rem; color: var(--ink); }

.footer-mail {
  text-decoration: none;
  border-bottom: 1px solid var(--rule);
  align-self: flex-start;
}

.footer-mail:hover { border-bottom-color: var(--green); color: var(--green); }

/* Bands drawn over a photograph or a sheet --------------------------------- */

.on-photo .fp-wash { fill: rgba(20, 24, 26, 0.42); }
.on-photo.is-available .fp-wash { fill: rgba(28, 64, 52, 0.40); }
.on-photo.is-available:hover .fp-wash { fill: rgba(28, 64, 52, 0.55); }
.on-photo.is-pending .fp-wash { fill: rgba(20, 24, 26, 0.28); }
.on-photo.is-selected .fp-wash { fill: rgba(28, 64, 52, 0.78); }

.fp-demise-light { stroke: rgba(255, 255, 255, 0.55); stroke-width: 0.4; }
.fp-pill { fill: rgba(16, 20, 22, 0.55); stroke: none; }
.stage.is-photo .fp-hatch-line { stroke: rgba(255, 255, 255, 0.38); stroke-width: 0.3; }

.fp-photo-tag {
  fill: #ffffff;
  font-family: var(--sans);
  font-size: 4.6px;
  font-weight: 600;
}

.fp-photo-sub {
  fill: rgba(255, 255, 255, 0.9);
  font-family: var(--sans);
  font-size: 4.2px;
  font-variant-numeric: tabular-nums;
}

.stage.is-plan.is-photo .fp-wash { fill: rgba(20, 24, 26, 0.15); }
.stage.is-plan.is-photo .fp-band.is-pending .fp-wash { fill: rgba(20, 24, 26, 0.09); }
.stage.is-plan.is-photo .fp-band.is-available .fp-wash { fill: rgba(28, 64, 52, 0.24); }
.stage.is-plan.is-photo .fp-band.is-available:hover .fp-wash { fill: rgba(28, 64, 52, 0.34); }
.stage.is-plan.is-photo .fp-band.is-selected .fp-wash { fill: rgba(28, 64, 52, 0.45); }
.stage.is-plan.is-photo .fp-hatch-line { stroke: rgba(28, 64, 52, 0.5); stroke-width: 0.3; }

/* Sample plans -------------------------------------------------------------- */

.fp-plate { fill: var(--shell); stroke: none; }
.fp-glass line { stroke: var(--rule-soft); stroke-width: 0.4; }

.is-drawn .fp-wash { fill: var(--leased); stroke: none; }
.fp-band-edge { display: none; }
.fp-hatch-line { stroke: var(--green-line); stroke-width: 0.4; }

.is-drawn .fp-band.is-available .fp-wash { fill: var(--green-fill); }
.fp-band.is-available { cursor: pointer; }
.is-drawn .fp-band.is-available:hover .fp-wash { fill: #cbdcd0; }

.is-drawn .fp-band.is-pending .fp-wash { fill: var(--tint); }

.is-drawn .fp-band.is-selected .fp-wash { fill: var(--green); }

.fp-band:focus { outline: none; }
.fp-band:focus-visible .fp-wash { stroke: var(--ink); stroke-width: 1.4; }

.fp-chip { fill: var(--paper); stroke: none; }
.fp-band.is-available .fp-chip { fill: var(--green); }
.fp-band.is-available .fp-chip-text { fill: #f3f7f4; }
.fp-band.is-selected .fp-chip { fill: var(--paper); }
.fp-band.is-selected .fp-chip-text { fill: var(--green); }

.fp-chip-text {
  fill: var(--ink);
  font-family: var(--sans);
  font-size: 4.4px;
  font-weight: 600;
}

.fp-chip-text.is-small { font-size: 3.6px; }

.fp-sheet-no {
  fill: var(--ink);
  font-family: var(--sans);
  font-size: 4.4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.fp-sheet-sf {
  fill: var(--ink-soft);
  font-family: var(--sans);
  font-size: 4px;
  font-variant-numeric: tabular-nums;
}

.fp-band.is-selected .fp-sheet-no,
.fp-band.is-selected .fp-sheet-sf { fill: #eef3ef; }

.fp-wall { fill: none; stroke: var(--ink); stroke-width: 1; }
.fp-slab { stroke: var(--ink); stroke-width: 0.5; }
.fp-demise { stroke: #9a978f; stroke-width: 0.5; }
.fp-edge { stroke: var(--ink-soft); stroke-width: 0.6; }
.fp-door { stroke: var(--ink-soft); stroke-width: 1.6; }
.fp-dim { stroke: var(--ink-soft); stroke-width: 0.4; fill: none; }
.fp-trailer { stroke: var(--rule); stroke-width: 0.45; stroke-dasharray: 2 1.5; fill: none; }
.fp-stall { stroke: var(--rule); stroke-width: 0.45; fill: none; }

.fp-floor-tag {
  fill: var(--ink-soft);
  font-family: var(--sans);
  font-size: 4.6px;
  font-weight: 600;
}

.fp-floor-sub {
  fill: var(--ink-soft);
  font-family: var(--sans);
  font-size: 4.2px;
  font-variant-numeric: tabular-nums;
}

.fp-tag {
  fill: var(--ink-soft);
  font-family: var(--sans);
  font-size: 4.4px;
  font-variant-numeric: tabular-nums;
}

/* Contact form -------------------------------------------------------------- */

.close-alt { margin-top: 1.25rem; font-size: 0.875rem; color: rgba(238, 243, 239, 0.8); }
.close-alt a { color: #ffffff; }

.form-card {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--paper);
  border-radius: 3px;
  color: var(--ink);
}

.form { display: grid; gap: 1rem; }

.field { display: grid; gap: 0.3rem; }

.label { font-size: 0.8125rem; font-weight: 600; }

.optional { font-weight: 400; color: var(--ink-soft); }

.input {
  width: 100%;
  padding: 0.65rem 0.7rem;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  font-family: inherit;
  font-size: 1rem;
}

.input:focus-visible { outline: 2px solid var(--green); outline-offset: 1px; }

textarea.input { resize: vertical; min-height: 4.5rem; }

.hint { margin-top: 0.15rem; font-size: 0.75rem; color: var(--ink-soft); }

.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-error {
  margin: 0;
  padding: 0.65rem 0.8rem;
  border-left: 2px solid #8c2f22;
  background: #fbf2f0;
  font-size: 0.875rem;
  color: #6f2419;
}

.form-send { width: 100%; border: 0; cursor: pointer; font-family: inherit; }
.form-send[disabled] { opacity: 0.6; cursor: default; }

.form-done-head { font-family: var(--serif); font-size: 1.25rem; }
.form-done-text { margin-top: 0.5rem; font-size: 0.9375rem; color: var(--ink-soft); }

/* Wider screens ----------------------------------------------------------- */

@media (min-width: 48rem) {
  :root { --space-section: 6.5rem; }

  body { font-size: 1.125rem; }

  .wrap { padding: 0 2.5rem; }
  .masthead-inner { padding: 1.1rem 2.5rem; }

  .hero { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .hero-sub { font-size: 1.1875rem; }

  .panel-body {
    display: grid;
    grid-template-columns: 1fr 16rem;
    gap: 1.75rem;
    padding: 1.5rem;
  }

  .panel-side {
    margin-top: 0;
    padding-left: 1.75rem;
    border-left: 1px solid var(--rule);
  }

  .list { max-height: 17.5rem; }

  .panel-foot {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.5rem 2rem;
    padding: 1.1rem 1.5rem;
  }

  .readout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .readout-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem;
    padding: 0;
    border-bottom: 0;
  }

  .side-cta { width: auto; margin-top: 0; white-space: nowrap; }

  .side-note { grid-column: 1 / -1; margin-top: 0.2rem; }

  .pick { padding: 0.8rem 1.5rem; font-size: 0.875rem; }

  .panel-bar {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.5rem;
  }

  .section {
    display: grid;
    grid-template-columns: 8.5rem minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;
  }

  .rail {
    position: sticky;
    top: 2.5rem;
    margin-bottom: 0;
  }

  .proof {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--rule);
  }

  .proof-item {
    padding: 1.1rem 1.75rem 1.1rem 0;
    border-bottom: 0;
    border-right: 1px solid var(--rule);
  }

  .proof-item:last-child { border-right: 0; }

  .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
  }

  .feature-text { max-width: 24rem; }

  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    border-top: 1px solid var(--rule);
    margin-top: 2.25rem;
  }

  .step { border-top: 0; padding-top: 1.4rem; position: relative; }

  .step::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 1.75rem;
    height: 2px;
    background: var(--green);
  }

  .prices { grid-template-columns: 1fr 1fr; gap: 1.25rem; }

  .next-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5rem;
  }

  .close-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 26rem);
    gap: 3.5rem;
    align-items: start;
  }

  .form-card { margin-top: 0; padding: 1.75rem; }

  .form { grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; align-items: start; }

  .field-wide, .form-error, .form-send { grid-column: 1 / -1; }

  .form-send { width: auto; justify-self: start; }

  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}

@media (min-width: 64rem) {
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: center;
  }

  .panel { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .floorplan.is-fresh .fp-suite { animation: none; }
}
