:root {
  --canvas: #f8f6f1;
  --paper: #ffffff;
  --ink: #101114;
  --muted: #62656b;
  --cobalt: #164bdf;
  --cobalt-dark: #0d36ad;
  --line: #d8d8d2;
  --line-blue: #164bdf;
  --soft-blue: #eef3ff;
  --dark: #1a1c1f;
  --warm: #efe9df;
  --warning: #fff5d8;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 18px 60px rgba(17, 31, 73, 0.1);
  --container: 1280px;
  --header-offset: 184px;
}

/* Product explanation route: same editorial system as the photographed storefront. */
.sofa-detail-page {
  padding: 17px 0 25px;
  background: #f3f0e9;
}

.sofa-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 29px;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 7px;
}

.sofa-detail-breadcrumb a {
  color: var(--cobalt);
  font-weight: 800;
}

.sofa-detail-breadcrumb .ui-icon {
  width: 9px;
  height: 9px;
}

.sofa-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr);
  gap: 16px;
  align-items: start;
}

.sofa-detail-photos,
.sofa-detail-copy {
  min-width: 0;
}

.sofa-detail-primary-photo,
.sofa-detail-thumbnails button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #dedbd4;
  cursor: zoom-in;
}

.sofa-detail-primary-photo {
  height: 405px;
  border-radius: 7px;
}

.sofa-detail-primary-photo img,
.sofa-detail-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sofa-detail-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 7px;
}

.sofa-detail-thumbnails button {
  height: 87px;
  border-radius: 4px;
}

.sofa-detail-all-photos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 32px;
  margin-top: 7px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--cobalt);
  font-size: 7px;
  font-weight: 800;
  cursor: pointer;
}

.sofa-detail-all-photos .ui-icon {
  width: 12px;
  height: 12px;
}

.sofa-detail-copy {
  position: sticky;
  top: 10px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.sofa-detail-copy > .eyebrow {
  margin-bottom: 8px;
  color: var(--cobalt);
  font-size: 6.5px;
}

.sofa-detail-copy h1,
.sofa-detail-empty h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}

.sofa-detail-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 15px;
}

.sofa-detail-price s {
  color: var(--muted);
  font-size: 10px;
}

.sofa-detail-price strong {
  color: var(--cobalt);
  font: 400 24px/1 Georgia, "Times New Roman", serif;
}

.sofa-detail-price span {
  padding: 4px 6px;
  border-radius: 3px;
  background: var(--soft-blue);
  color: var(--cobalt);
  font-size: 6px;
  font-weight: 800;
}

.sofa-detail-status {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-top: 10px;
  padding: 0 7px;
  border-radius: 3px;
  background: #dfeee2;
  color: #245c36;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sofa-detail-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 13px;
  margin: 17px 0 0;
  border-top: 1px solid var(--line);
}

.sofa-detail-facts > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 7px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.sofa-detail-facts dt {
  color: var(--muted);
  font-size: 5.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sofa-detail-facts dd {
  margin: 0;
  font-size: 7px;
  line-height: 1.3;
}

.sofa-detail-summary {
  margin: 7px 0 0;
  color: #4f5455;
  font-size: 9px;
  line-height: 1.55;
}

.sofa-detail-description {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--canvas);
}

.sofa-detail-description > .eyebrow {
  margin: 0 0 3px;
  color: var(--cobalt);
  font-size: 5.5px;
}

.sofa-detail-description h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.sofa-detail-description ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
  margin: 10px 0 0;
  padding-left: 14px;
  color: #35393b;
  font-size: 7px;
  line-height: 1.35;
}

.sofa-detail-condition {
  margin-top: 12px;
  padding: 10px;
  border-left: 3px solid #c8922f;
  background: #fff4d8;
}

.sofa-detail-condition strong {
  font-size: 7px;
}

.sofa-detail-condition p,
.sofa-detail-disclosure {
  margin: 5px 0 0;
  color: #5b5d5b;
  font-size: 6.5px;
  line-height: 1.45;
}

.sofa-detail-disclosure {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.sofa-detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 14px;
}

.sofa-detail-actions .button {
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid var(--cobalt);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font-size: 7px;
  font-weight: 800;
}

.sofa-detail-actions .button-primary {
  background: var(--cobalt);
  color: #fff;
}

.sofa-detail-actions button:last-child {
  grid-column: 1 / -1;
  color: #167142;
}

.sofa-detail-actions .ui-icon {
  width: 13px;
  height: 13px;
}

.sofa-detail-showroom {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 8px;
  margin-top: 12px;
  padding: 10px;
  background: var(--canvas);
}

.sofa-detail-showroom > span {
  color: var(--cobalt);
}

.sofa-detail-showroom .ui-icon {
  width: 20px;
  height: 20px;
}

.sofa-detail-showroom strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 400;
}

.sofa-detail-showroom p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 6px;
  line-height: 1.4;
}

.sofa-detail-assurance {
  height: 58px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.sofa-detail-assurance .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}

.sofa-detail-assurance span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-right: 1px solid var(--line);
  font-size: 7px;
}

.sofa-detail-assurance span:last-child {
  border-right: 0;
}

.sofa-detail-assurance .ui-icon {
  width: 18px;
  height: 18px;
  color: var(--cobalt);
}

.sofa-detail-empty {
  min-height: 420px;
  padding: 70px 0;
  background: var(--canvas);
}

.sofa-detail-empty h1 {
  max-width: 520px;
  margin-bottom: 25px;
}

/* Verified canonical checkout rhythm: spacious form, editorial wordmark and
   four-step progress. This final layer intentionally supersedes the earlier
   compact proof-of-layout values without changing any commerce behaviour. */
@media (min-width: 761px) {
  #app:has(.secure-main) .secure-brand {
    color: var(--ink);
    font: 500 28px/1 Georgia, "Times New Roman", serif;
    letter-spacing: -.035em;
  }

  #app:has(.secure-main) .secure-label,
  #app:has(.secure-main) .secure-back {
    color: var(--ink);
    font-size: 11px;
  }

  #app:has(.secure-main) .secure-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    height: 75px;
    padding: 0 max(34px, calc((100% - 894px) / 2));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
  }

  #app:has(.secure-main) .progress-step {
    position: relative;
    display: grid;
    grid-template-columns: 30px auto;
    justify-content: start;
    align-items: center;
    gap: 9px;
    min-height: 0;
    padding: 0;
    background: transparent;
    color: var(--muted);
    font-size: 10px;
    text-align: left;
  }

  #app:has(.secure-main) .progress-step:not(:last-child)::after {
    position: absolute;
    right: 14px;
    width: 38px;
    height: 1px;
    background: var(--line);
    content: "";
  }

  #app:has(.secure-main) .progress-number {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 9px;
    font-weight: 800;
  }

  #app:has(.secure-main) .progress-label {
    color: inherit;
    font-weight: 700;
  }

  #app:has(.secure-main) .progress-step.active,
  #app:has(.secure-main) .progress-step.done {
    background: transparent;
    color: var(--ink);
  }

  #app:has(.secure-main) .progress-step.active .progress-number,
  #app:has(.secure-main) .progress-step.done .progress-number {
    border-color: var(--cobalt);
    background: var(--cobalt);
    color: #fff;
  }

  .secure-main .secure-intro.compact {
    height: 126px;
  }

  .secure-main .secure-intro.compact .eyebrow {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .secure-main .secure-intro.compact h1 {
    font-size: 50px;
    line-height: .96;
  }

  .secure-main .secure-intro.compact p {
    max-width: 535px;
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.42;
  }

  .route-checkout-buy .checkout-flow,
  .route-checkout-hold .checkout-flow {
    gap: 16px;
    padding-top: 142px;
  }

  .secure-main .checkout-step {
    padding: 20px 22px;
    border-color: var(--line);
    border-radius: 10px;
  }

  .secure-main .checkout-step-head {
    gap: 12px;
    margin-bottom: 16px;
  }

  .secure-main .checkout-step-head .step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 9px;
  }

  .secure-main .checkout-step-head h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .secure-main .checkout-step-head p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.35;
  }

  .secure-main .choice-grid {
    gap: 12px;
  }

  .secure-main .choice-card {
    min-height: 132px;
    gap: 12px;
    padding: 17px;
    border-color: var(--line);
    border-radius: 9px;
  }

  .secure-main .choice-top {
    grid-template-columns: 22px 1fr;
    gap: 11px;
  }

  .secure-main .choice-radio {
    width: 20px;
    height: 20px;
  }

  .secure-main .choice-card h3 {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 1.08;
  }

  .secure-main .choice-card p {
    font-size: 11px;
    line-height: 1.38;
  }

  .secure-main .choice-card small {
    font-size: 9px;
  }

  .secure-main .balance-choice {
    margin-top: 16px;
  }

  .secure-main .field-label,
  .secure-main .field label {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .secure-main .breakdown {
    gap: 7px;
    margin-top: 12px;
    padding: 13px 15px;
    border-radius: 8px;
  }

  .secure-main .breakdown .summary-line {
    min-height: 18px;
    font-size: 10px;
  }

  .secure-main .breakdown .summary-total strong {
    font-size: 20px;
  }

  .secure-main .field-grid {
    gap: 13px 14px;
  }

  .secure-main .field input,
  .secure-main .field select {
    min-height: 50px;
    height: 50px;
    padding: 12px 13px;
    border-radius: 8px;
    font-size: 12px;
  }

  .secure-main .field-help {
    font-size: 9px;
    line-height: 1.4;
  }

  .secure-main .consent-row {
    gap: 10px;
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    font-size: 9px;
    line-height: 1.45;
  }

  .secure-main .consent-row input {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .route-checkout-buy .checkout-payment { min-height: 500px; }
  .route-checkout-buy .checkout-details { min-height: 216px; }
  .route-checkout-buy .checkout-delivery { min-height: 282px; }
  .route-checkout-hold .hold-visit { min-height: 202px; }
  .route-checkout-hold .hold-sofa-step { min-height: 282px; }

  .route-checkout-hold .selected-sofa-card {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    padding: 11px;
    border-radius: 8px;
  }

  .route-checkout-hold .selected-sofa-card img { width: 132px; }
  .route-checkout-hold .selected-sofa-card h3 { font-size: 18px; }
  .route-checkout-hold .secure-sofa-picker > summary {
    min-height: 38px;
    padding: 11px 0 5px;
    font-size: 10px;
  }

  .secure-main .summary-column {
    top: 16px;
    gap: 14px;
  }

  .secure-main .order-summary,
  .secure-main .help-card {
    border-radius: 10px;
  }

  .secure-main .summary-product {
    padding: 0 18px 17px;
  }

  .secure-main .summary-product img {
    width: calc(100% + 36px);
    margin: 0 -18px 15px;
  }

  .secure-main .summary-product h2 {
    margin: 6px 0;
    font-size: 23px;
    line-height: 1.08;
  }

  .secure-main .summary-product small,
  .secure-main .summary-product .eyebrow {
    font-size: 9px;
  }

  .secure-main .summary-lines {
    padding: 14px 18px;
  }

  .secure-main .summary-line {
    min-height: 34px;
    padding: 6px 0;
    font-size: 11px;
  }

  .secure-main .summary-total {
    padding-top: 12px;
  }

  .secure-main .summary-total strong {
    font-size: 28px;
  }

  .secure-main .summary-terms {
    margin: 0 16px;
    padding: 14px;
    border-radius: 8px;
    font-size: 10px;
    line-height: 1.45;
  }

  .secure-main .summary-action {
    padding: 16px;
  }

  .secure-main .summary-action .button {
    min-height: 48px;
    padding: 11px 12px;
    font-size: 11px;
  }

  .secure-main .help-card {
    min-height: 178px;
    gap: 9px;
    padding: 18px;
  }

  .secure-main .help-card > strong {
    font-size: 22px;
  }

  .secure-main .help-card > p {
    font-size: 10px;
    line-height: 1.45;
  }

  .secure-main .help-actions .button {
    min-height: 40px;
    padding: 8px;
    font-size: 9px;
  }
}

@media (max-width: 760px) {
  #app:has(.secure-main) .secure-brand {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
  }

  #app:has(.secure-main) .secure-progress {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
  }

  #app:has(.secure-main) .progress-step,
  #app:has(.secure-main) .progress-step.active {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    grid-column: auto;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    padding: 5px 12px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: var(--muted);
    font-size: 8px;
    text-align: left;
  }

  #app:has(.secure-main) .progress-step:nth-child(even) { border-right: 0; }
  #app:has(.secure-main) .progress-step:nth-last-child(-n+2) { border-bottom: 0; }

  #app:has(.secure-main) .progress-number {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink);
    font-size: 8px;
    font-weight: 800;
  }

  #app:has(.secure-main) .progress-step.active .progress-number,
  #app:has(.secure-main) .progress-step.done .progress-number {
    border-color: var(--cobalt);
    background: var(--cobalt);
    color: #fff;
  }

  #app:has(.secure-main) .progress-label { font-weight: 700; }
  .secure-main .field-label,
  .secure-main .field label { font-size: 9px; }
  .secure-main .choice-card small { font-size: 9px; }
  .secure-main .field-help { font-size: 9px; }
  .secure-main .consent-row { font-size: 9px; line-height: 1.45; }
  .secure-main .summary-product h2 { font-size: 22px; }
  .secure-main .summary-product small,
  .secure-main .summary-product .eyebrow { font-size: 9px; }
  .secure-main .summary-line { font-size: 11px; }
  .secure-main .summary-terms { font-size: 10px; line-height: 1.45; }
  .secure-main .summary-action .button { min-height: 48px; font-size: 11px; }
}

/* Product photography must show the complete sofa. Decorative showroom imagery keeps its own crop rules. */
.product-media,
.home-product-media,
.buy-card-media,
.sofa-detail-primary-photo,
.sofa-detail-thumbnails button,
.inspection-sofa-picker summary,
.inspection-sofa-picker[open] > div button,
.selected-sofa-card,
.sofa-option,
.summary-product {
  background: #ece9e2;
}

.product-media img,
.home-product-media img,
.buy-card-media img,
.sofa-detail-primary-photo img,
.sofa-detail-thumbnails img,
.inspection-sofa-picker summary img,
.inspection-sofa-picker[open] > div img,
.selected-sofa-card img,
.sofa-option img,
.summary-product img {
  object-fit: contain !important;
  object-position: center !important;
}

.gallery-dialog {
  overflow: hidden;
}

.gallery-shell {
  padding: 16px;
}

.gallery-stage {
  position: relative;
  display: block;
  min-height: min(680px, calc(100dvh - 130px));
  touch-action: pan-y;
}

.gallery-stage figure {
  display: grid;
  height: min(680px, calc(100dvh - 130px));
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #111318;
}

.gallery-stage img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 4px;
  object-fit: contain;
  transform-origin: center;
  transition: transform 160ms ease;
  cursor: zoom-in;
}

.gallery-stage figcaption {
  width: 100%;
  padding: 9px 70px 10px;
  background: rgba(0, 0, 0, .55);
  font: 600 12px/1.35 Arial, sans-serif;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .78);
  background: rgba(15, 17, 20, .68);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .25);
  font-size: 36px;
  line-height: 1;
  transform: translateY(-50%);
}

.gallery-arrow-left { left: 14px; }
.gallery-arrow-right { right: 14px; }

.gallery-close {
  z-index: 6;
  top: 26px;
  right: 26px;
}

.gallery-controls {
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.gallery-controls button {
  min-width: 34px;
  height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 5px;
  background: rgba(15, 17, 20, .76);
  color: #fff;
  font: 700 12px/1 Arial, sans-serif;
  cursor: pointer;
}

.gallery-controls span {
  margin-left: 5px;
  color: rgba(255, 255, 255, .78);
  font: 11px/1.2 Arial, sans-serif;
}

.sofa-detail-dimensions {
  margin-top: 14px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8f6f1;
}

.sofa-detail-dimensions h2,
.sofa-detail-description h3 {
  margin: 4px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.sofa-detail-dimensions h2 { font-size: 21px; }
.sofa-detail-dimensions p:last-child { margin: 0; font-size: 11px; line-height: 1.55; }

.sofa-detail-overview,
.sofa-detail-key-details {
  margin-top: 14px;
}

.sofa-detail-description h3 { font-size: 18px; }

.sofa-detail-key-details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sofa-detail-key-details li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 10px;
  line-height: 1.45;
}

.sofa-detail-key-details .ui-icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
  color: var(--cobalt);
}

.sofa-detail-status.pending { background: #f2ead9; color: #352d20; }
.sofa-detail-status.sold { background: #282a2e; color: #fff; }

.buy-load-more {
  display: flex;
  margin: 18px auto 0;
}

.guide-article-hero {
  padding: 28px 0;
  background: #f4f0e8;
}

.guide-article-hero nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #6d6962;
  font: 700 9px/1 Arial, sans-serif;
  text-transform: capitalize;
}

.guide-article-hero nav .ui-icon { width: 12px; height: 12px; }

.guide-article-hero .container > div {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 34px;
  align-items: center;
}

.guide-article-hero h1 {
  max-width: 760px;
  margin: 8px 0 14px;
  font: 400 clamp(36px, 4.8vw, 68px)/.98 Georgia, "Times New Roman", serif;
}

.guide-article-hero p:last-child { max-width: 620px; color: #5e5a54; line-height: 1.55; }

.guide-article-hero img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  object-fit: cover;
}

.guide-article-body { padding: 38px 0 54px; }

.guide-article-body > .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  max-width: 1080px;
}

.guide-article-body main > h2 {
  margin: 30px 0 12px;
  font: 400 30px/1.1 Georgia, "Times New Roman", serif;
}

.guide-lead { font: 400 20px/1.5 Georgia, "Times New Roman", serif; }

.guide-article-body main > ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-article-body main > ul li {
  display: flex;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  line-height: 1.5;
}

.guide-article-body main > ul .ui-icon { width: 18px; min-width: 18px; color: var(--cobalt); }

.guide-article-body main > aside {
  margin-top: 28px;
  padding: 20px;
  border-radius: 7px;
  background: #f4f0e8;
}

.guide-article-body main > aside strong { font: 400 24px/1.1 Georgia, "Times New Roman", serif; }

.guide-article-side { display: grid; align-content: start; gap: 8px; }

.guide-article-side > a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.guide-article-side > a span { grid-column: 1/-1; color: #6a6660; font-size: 11px; line-height: 1.4; }
.guide-article-side > a .ui-icon { width: 14px; color: var(--cobalt); }

.guides-feature-grid h3 a,
.article-card h3 a {
  color: inherit;
}

.guides-feature-grid article > div > a,
.article-card footer > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  border: 0;
  background: transparent;
  color: var(--cobalt);
  font: 700 9px/1 Arial, sans-serif;
}

.guides-feature-grid article > div > a .ui-icon,
.article-card footer > a .ui-icon {
  width: 13px;
  height: 13px;
}

@media (max-width: 760px) {
  .gallery-dialog {
    width: 100%;
    max-height: 100dvh;
    border-radius: 0;
  }

  .gallery-shell { height: 100dvh; padding: 0; }
  .gallery-stage { min-height: 100dvh; touch-action: none; }
  .gallery-stage figure { height: 100dvh; border-radius: 0; }
  .gallery-stage img { padding: 0; }
  .gallery-stage figcaption { padding: 10px 60px 62px; font-size: 11px; }
  .gallery-arrow { width: 40px; height: 40px; font-size: 30px; }
  .gallery-arrow-left { left: 8px; }
  .gallery-arrow-right { right: 8px; }
  .gallery-close { top: 12px; right: 12px; }
  .gallery-controls { right: 50%; bottom: 16px; transform: translateX(50%); }
  .gallery-controls span { display: none; }

  .sofa-detail-key-details ul { grid-template-columns: 1fr; }

  .guide-article-hero { padding: 18px 0; }
  .guide-article-hero nav { margin-bottom: 12px; }
  .guide-article-hero .container > div { grid-template-columns: 1fr; gap: 16px; }
  .guide-article-hero h1 { font-size: 35px; }
  .guide-article-hero img { aspect-ratio: 16/10; }
  .guide-article-body { padding: 24px 0 34px; }
  .guide-article-body > .container { grid-template-columns: 1fr; gap: 28px; }
  .guide-lead { font-size: 18px; }
  .guide-article-body main > h2 { font-size: 25px; }
}

/* Keep same-page form targets visible below the sticky public header. */
.sell-assessment,
.sell-compact-form > section,
.sell-compact-form > details {
  scroll-margin-top: 90px;
}

/* Secure purchase and hold flows: approved compact 962 px desktop composition. */
.preview-bar {
  display: none !important;
}

.summary-column {
  display: grid;
  gap: 12px;
  align-self: start;
}

.secure-sofa-picker {
  margin-top: 10px;
  border-top: 1px solid var(--line);
}

.secure-sofa-picker > summary {
  min-height: 38px;
  padding: 12px 0 8px;
  color: var(--cobalt);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.selected-sofa-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.selected-sofa-card img {
  width: 118px;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  object-fit: cover;
}

.selected-sofa-card h3 {
  margin: 4px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.05;
}

.selected-sofa-card p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}

@media (min-width: 761px) {
  #app:has(.route-checkout-buy) .secure-header {
    position: relative;
    height: 167px;
    box-shadow: none;
  }

  #app:has(.route-checkout-hold) .secure-header {
    position: relative;
    height: 171px;
    box-shadow: none;
  }

  #app:has(.route-checkout-buy) .secure-header-inner {
    min-height: 92px;
    height: 92px;
  }

  #app:has(.route-checkout-hold) .secure-header-inner {
    min-height: 96px;
    height: 96px;
  }

  #app:has(.route-checkout-buy) .secure-progress,
  #app:has(.route-checkout-hold) .secure-progress {
    height: 75px;
    box-sizing: border-box;
  }

  #app:has(.route-checkout-buy) .progress-step,
  #app:has(.route-checkout-hold) .progress-step {
    display: grid;
    min-height: 0;
    place-items: center;
    padding: 0 10px;
    font-size: 9px;
  }

  .secure-main.route-checkout-buy {
    box-sizing: border-box;
    height: 1467px;
    min-height: 1467px;
    padding: 37px 0 32px;
    overflow: hidden;
  }

  .secure-main.route-checkout-hold {
    box-sizing: border-box;
    height: 1464px;
    min-height: 1464px;
    padding: 37px 0 32px;
    overflow: hidden;
  }

  .secure-main .secure-page {
    position: relative;
    width: 894px;
    max-width: calc(100% - 68px);
  }

  .route-checkout-buy .checkout-layout {
    grid-template-columns: 553px 314px;
    gap: 27px;
  }

  .route-checkout-hold .checkout-layout {
    grid-template-columns: 556px 310px;
    gap: 28px;
  }

  .secure-main .secure-intro.compact {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 553px;
    max-width: none;
    height: 104px;
    margin: 0;
    overflow: hidden;
  }

  .secure-main .secure-intro.compact .eyebrow {
    margin: 0 0 7px;
    font-size: 8px;
  }

  .secure-main .secure-intro.compact h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .95;
  }

  .secure-main .secure-intro.compact p {
    max-width: 520px;
    margin: 9px 0 0;
    font-size: 10px;
    line-height: 1.35;
  }

  .route-checkout-buy .checkout-flow {
    padding-top: 118px;
  }

  .route-checkout-hold .checkout-flow {
    padding-top: 132px;
  }

  .secure-main .checkout-flow {
    gap: 10px;
  }

  .secure-main .checkout-step {
    padding: 15px 18px;
    border: 1px solid var(--line);
    border-radius: 5px;
    box-shadow: none;
  }

  .secure-main .checkout-step-head {
    gap: 10px;
    margin-bottom: 11px;
  }

  .secure-main .checkout-step-head .step-number {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    font-size: 7px;
  }

  .secure-main .checkout-step-head h2 {
    font-size: 19px;
    line-height: 1;
  }

  .secure-main .checkout-step-head p {
    margin-top: 4px;
    font-size: 8px;
    line-height: 1.25;
  }

  .secure-main .choice-grid {
    gap: 9px;
  }

  .secure-main .choice-card {
    min-height: 91px;
    gap: 9px;
    padding: 12px;
    border-radius: 4px;
  }

  .secure-main .choice-top {
    grid-template-columns: 18px 1fr;
    gap: 8px;
  }

  .secure-main .choice-radio {
    width: 16px;
    height: 16px;
    border-width: 1.5px;
  }

  .secure-main .choice-card.selected .choice-radio::after {
    width: 6px;
    height: 6px;
  }

  .secure-main .choice-card h3 {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.05;
  }

  .secure-main .choice-card p {
    font-size: 8px;
    line-height: 1.25;
  }

  .secure-main .choice-card small {
    font-size: 6.5px;
  }

  .secure-main .choice-card.selected,
  .secure-main .sofa-option.selected {
    border-color: var(--cobalt);
    background: var(--cobalt);
    color: #fff;
    box-shadow: none;
  }

  .secure-main .choice-card.selected *,
  .secure-main .sofa-option.selected * {
    color: #fff !important;
  }

  .secure-main .balance-choice {
    margin-top: 11px;
  }

  .secure-main .field-label,
  .secure-main .field label {
    margin-bottom: 4px;
    font-size: 7px;
  }

  .secure-main .breakdown {
    gap: 5px;
    margin-top: 9px;
    padding: 10px 12px;
    border-radius: 4px;
  }

  .secure-main .breakdown .summary-line {
    min-height: 13px;
    padding: 0;
    font-size: 7.5px;
  }

  .secure-main .breakdown .summary-total {
    margin-top: 2px;
    padding-top: 6px;
  }

  .secure-main .breakdown .summary-total strong {
    font-size: 16px;
  }

  .secure-main .field-grid {
    gap: 10px 12px;
  }

  .secure-main .field {
    gap: 3px;
  }

  .secure-main .field input,
  .secure-main .field select {
    min-height: 36px;
    height: 36px;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 9px;
  }

  .secure-main .field-help {
    font-size: 7px;
    line-height: 1.3;
  }

  .secure-main .consent-row {
    gap: 8px;
    margin: 11px 0 0;
    padding: 9px;
    border-radius: 4px;
    font-size: 7px;
    line-height: 1.35;
  }

  .secure-main .consent-row input {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .route-checkout-buy .checkout-payment {
    min-height: 351px;
  }

  .route-checkout-buy .checkout-details {
    min-height: 158px;
  }

  .route-checkout-buy .checkout-delivery {
    min-height: 205px;
  }

  .route-checkout-hold .hold-visit {
    min-height: 157px;
  }

  .route-checkout-hold .hold-sofa-step {
    min-height: 192px;
  }

  .route-checkout-hold .selected-sofa-card {
    grid-template-columns: 100px minmax(0, 1fr);
    padding: 8px;
  }

  .route-checkout-hold .selected-sofa-card img {
    width: 100px;
  }

  .route-checkout-hold .selected-sofa-card h3 {
    font-size: 15px;
  }

  .route-checkout-hold .secure-sofa-picker > summary {
    min-height: 30px;
    padding: 9px 0 4px;
    font-size: 7px;
  }

  .secure-main .summary-column {
    position: sticky;
    top: 16px;
    gap: 12px;
  }

  .secure-main .order-summary {
    position: static;
    top: auto;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 5px;
    box-shadow: none;
  }

  .secure-main .summary-product {
    display: block;
    padding: 0 16px 13px;
  }

  .secure-main .summary-product img {
    width: calc(100% + 32px);
    margin: 0 -16px 12px;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
  }

  .secure-main .summary-product h2 {
    margin: 4px 0;
    font-size: 17px;
    line-height: 1.04;
  }

  .secure-main .summary-product small,
  .secure-main .summary-product .eyebrow {
    font-size: 6.5px;
  }

  .secure-main .summary-lines {
    gap: 0;
    margin: 0;
    padding: 11px 16px;
    border-top: 1px solid var(--line);
  }

  .secure-main .summary-line {
    min-height: 26px;
    padding: 4px 0;
    font-size: 8px;
  }

  .secure-main .summary-total {
    margin-top: 3px;
    padding-top: 9px;
  }

  .secure-main .summary-total strong {
    font-size: 22px;
  }

  .secure-main .summary-terms {
    margin: 0 14px;
    padding: 12px;
    border-radius: 4px;
    font-size: 7.5px;
    line-height: 1.35;
  }

  .secure-main .summary-action {
    margin: 0;
    padding: 13px 14px 14px;
  }

  .secure-main .summary-action .button {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 8px;
  }

  .secure-main .summary-action .field-help {
    margin-top: 6px;
    text-align: center;
  }

  .secure-main .help-card {
    display: grid;
    box-sizing: border-box;
    min-height: 146px;
    gap: 7px;
    margin: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff;
  }

  .secure-main .help-card > strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 500;
  }

  .secure-main .help-card > p {
    margin: 0;
    color: var(--muted);
    font-size: 8px;
    line-height: 1.35;
  }

  .secure-main .help-actions {
    gap: 6px;
  }

  .secure-main .help-actions .button {
    min-height: 33px;
    padding: 6px;
    font-size: 7px;
  }

  .secure-main .sofa-picker {
    gap: 6px;
    padding-bottom: 6px;
  }

  .secure-main .sofa-option {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 7px;
    min-height: 60px;
    padding: 5px;
  }

  .secure-main .sofa-option img {
    width: 54px;
  }

  .secure-main .sofa-option strong,
  .secure-main .sofa-option small,
  .secure-main .sofa-option > span:last-child {
    font-size: 7px;
  }
}

.form-error:empty,
.live-form-status:empty {
  display: none;
}

/* Production form controls layered onto the photographed storefront design. */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.sell-photo-picker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}

.sell-photo-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sell-description-panel,
.sell-photo-upload {
  display: grid;
  gap: 7px;
  padding-top: 10px;
}

.sell-description-panel textarea {
  display: block;
  width: 100%;
  min-height: 88px;
  padding: 9px;
}

.sell-description-panel small,
.sell-photo-tip,
.sell-photo-disclosure {
  color: var(--muted);
  font-size: 7px;
  line-height: 1.4;
}

.sell-photo-upload .sell-photo-picker {
  display: grid;
  min-height: 78px;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px dashed var(--cobalt);
  border-radius: 6px;
  background: #f3f6ff;
  color: var(--ink);
  text-align: center;
}

.sell-photo-upload .sell-photo-picker .ui-icon {
  width: 20px;
  height: 20px;
  color: var(--cobalt);
}

.sell-photo-upload .sell-photo-picker small {
  color: var(--muted);
  font-size: 6.5px;
  letter-spacing: 0;
  text-transform: none;
}

.sell-photo-tip,
.sell-photo-disclosure,
.sell-photo-upload .field-help {
  margin: 0;
}

.sell-photo-disclosure {
  padding-top: 6px;
  border-top: 1px solid var(--line);
}

.form-error,
.live-form-status {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--cobalt);
  background: #eef3ff;
  color: #17223b;
  font-size: 13px;
  line-height: 1.45;
}

.form-error {
  border-left-color: #b42318;
  background: #fff1ef;
  color: #8d1a12;
}

.live-address-suggestions {
  position: relative;
  z-index: 30;
  display: grid;
  width: 100%;
  border: 1px solid #d7dce8;
  border-top: 0;
  background: #fff;
  box-shadow: 0 12px 26px rgba(17, 29, 57, 0.12);
}

.live-address-suggestions:empty {
  display: none;
}

.live-address-suggestions button {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border: 0;
  border-top: 1px solid #edf0f5;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.live-address-suggestions button:hover,
.live-address-suggestions button:focus-visible {
  background: #f3f6ff;
}

.live-address-suggestions small {
  color: var(--muted);
}

.live-success {
  padding: clamp(24px, 5vw, 52px);
  border-top: 4px solid var(--cobalt);
  background: #fff;
}

.live-success h2 {
  margin: 8px 0 12px;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.03;
}

.inspection-success {
  display: grid;
  justify-items: start;
  gap: 10px;
  min-height: 100%;
  align-content: center;
  border: 1px solid var(--line);
  border-top: 4px solid var(--cobalt);
  border-radius: 8px;
}

.inspection-success > * {
  margin: 0;
}

.inspection-success-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 5px;
  border-radius: 50%;
  background: var(--cobalt);
  color: #fff;
}

.inspection-success-mark .ui-icon {
  width: 21px;
  height: 21px;
}

.live-confirmed-address {
  display: grid;
  width: 100%;
  gap: 6px;
  margin-top: 8px;
  padding: 18px;
  border: 1px solid rgba(22, 75, 223, .28);
  border-left: 4px solid var(--cobalt);
  border-radius: 6px;
  background: #f1f5ff;
}

.live-confirmed-address span,
.live-confirmed-address small,
.live-confirmed-address a {
  font-family: Arial, Helvetica, sans-serif;
}

.live-confirmed-address span {
  color: var(--cobalt);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.live-confirmed-address strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.15;
}

.live-confirmed-address small {
  color: var(--muted);
  font-size: 11px;
}

.live-confirmed-address a {
  width: fit-content;
  margin-top: 4px;
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sell-hero,
.sell-hero-copy,
.sell-hero-copy h1,
.sell-hero-copy .eyebrow,
.sell-hero-copy > p:not(.eyebrow),
.sell-process-card {
  color: var(--ink);
}

/* Final secure checkout parity and usability pass. */
.secure-brand {
  display: grid;
  justify-items: start;
  gap: 1px;
  color: var(--ink);
  text-decoration: none;
}

.secure-brand span {
  font: 500 20px/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em;
}

.secure-brand small {
  font: 700 6px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .26em;
}

.secure-header-inner {
  grid-template-columns: 1fr auto 1fr;
}

.secure-label {
  border: 0;
  background: transparent;
}

.secure-back {
  justify-self: end;
}

.summary-heading {
  padding: 14px 16px 10px;
  border-bottom: 1px solid var(--line);
}

.summary-heading .eyebrow {
  margin: 0 0 4px;
  font-size: 6.5px;
}

.summary-heading h2 {
  margin: 0;
  font: 500 21px/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.03em;
}

.summary-product h3 {
  font-size: 17px;
  line-height: 1.08;
}

.summary-product > div > strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
}

.summary-terms {
  border-left: 2px solid var(--cobalt);
  background: #f7f4ee;
}

.help-actions {
  grid-template-columns: 1fr;
}

@media (min-width: 761px) {
  .order-summary {
    display: flex;
    min-height: 820px;
    flex-direction: column;
  }

  .order-summary .summary-action {
    margin-top: auto;
  }

  .route-checkout-hold .selected-sofa-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .route-checkout-hold .selected-sofa-card img {
    width: 150px;
    height: 113px;
  }
}

@media (max-width: 760px) {
  .secure-header-inner {
    grid-template-columns: 1fr auto;
  }

  .secure-label {
    display: none;
  }

  .secure-brand span {
    font-size: 17px;
  }

  .secure-header .secure-progress {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .secure-header .progress-step {
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 7px 6px;
    text-align: center;
  }

  .order-summary {
    min-height: 0;
  }

  .summary-heading {
    padding: 13px 14px 9px;
  }

  .summary-heading h2 {
    font-size: 19px;
  }

  .route-checkout-hold .selected-sofa-card {
    grid-template-columns: 1fr;
  }

  .route-checkout-hold .selected-sofa-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

/* Final cascade guard for the live catalogue and gallery. */
.product-media img,
.home-product-media img,
.buy-card-media img,
.sofa-detail-primary-photo img,
.sofa-detail-thumbnails img,
.inspection-sofa-picker summary img,
.inspection-sofa-picker[open] > div img,
.selected-sofa-card img,
.sofa-option img,
.summary-product img {
  object-fit: contain !important;
  object-position: center !important;
}

.gallery-stage {
  position: relative !important;
  display: block !important;
  touch-action: pan-y;
}

.gallery-stage figure {
  display: grid !important;
  overflow: hidden;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
}

.gallery-stage img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  transform-origin: center;
}

.gallery-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 4;
  display: inline-flex !important;
  background: rgba(15, 17, 20, .68) !important;
  transform: translateY(-50%);
}

.gallery-arrow-left { left: 14px !important; }
.gallery-arrow-right { right: 14px !important; }

@media (max-width: 760px) {
  .gallery-stage { touch-action: none; }
  .gallery-arrow-left { left: 8px !important; }
  .gallery-arrow-right { right: 8px !important; }
}

/* Customer-facing flows use descriptive headings instead of numbered steps. */
.route-inspection .inspection-step-title,
.secure-main .checkout-step-head,
#app:has(.secure-main) .progress-step {
  grid-template-columns: minmax(0, 1fr) !important;
}

#app:has(.secure-main) .progress-step {
  justify-content: center !important;
  text-align: center !important;
}

/* Keep the photographed sell hero neutral on small screens. The legacy public
   stylesheet uses the same class name for an older dark-green layout. */
#app .route-sell .sell-hero,
#app .route-sell .sell-hero-copy,
#app .route-sell .sell-hero-copy h1,
#app .route-sell .sell-hero-copy .eyebrow,
#app .route-sell .sell-hero-copy > p:not(.eyebrow),
#app .route-sell .sell-process-card {
  color: var(--ink);
}

@media (max-width: 760px) {
  #app .route-sell .sell-hero {
    background: #f3f0e9;
  }

  #app .route-sell .sell-hero-copy {
    display: block;
  }
}

/* Mobile density pass: keep the photographed layout, but present it with the
   smaller, fuller scale requested for daily phone use. Desktop is untouched. */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  #app {
    width: 116.2790698%;
    zoom: .86;
  }
}

/* Mobile checkout is intentionally denser than the photographed desktop flow:
   avoid a long one-card-per-row stack while keeping every payment field. */
@media (max-width: 760px) {
  #app:has(.route-checkout-buy) .secure-header,
  #app:has(.route-checkout-hold) .secure-header {
    height: 142px;
  }

  #app:has(.route-checkout-buy) .secure-header-inner,
  #app:has(.route-checkout-hold) .secure-header-inner {
    min-height: 72px;
    height: 72px;
  }

  #app:has(.route-checkout-buy) .secure-progress,
  #app:has(.route-checkout-hold) .secure-progress {
    height: 70px;
  }

  .secure-main.route-checkout-buy,
  .secure-main.route-checkout-hold {
    padding: 16px 0 28px;
  }

  .secure-main .secure-intro.compact {
    margin-bottom: 12px;
  }

  .secure-main .secure-intro.compact h1 {
    font-size: 29px;
  }

  .secure-main .secure-intro.compact p {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.35;
  }

  .secure-main .checkout-layout,
  .secure-main .checkout-flow {
    gap: 8px;
  }

  .secure-main .checkout-step {
    padding: 11px;
  }

  .secure-main .checkout-step-head {
    margin-bottom: 9px;
  }

  .secure-main .checkout-step-head h2 {
    font-size: 18px;
  }

  .secure-main .checkout-step-head p {
    margin-top: 2px;
    font-size: 8px;
  }

  .secure-main .choice-grid,
  .secure-main .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .secure-main .field.full,
  .secure-main .balance-choice,
  .secure-main .breakdown,
  .secure-main .consent-row,
  .secure-main .inspection-rule {
    grid-column: 1 / -1;
  }

  .secure-main .choice-card {
    min-height: 92px;
    padding: 10px;
  }

  .secure-main .choice-card h3 {
    font-size: 14px;
  }

  .secure-main .choice-card p,
  .secure-main .choice-card small {
    font-size: 7px;
    line-height: 1.3;
  }

  .route-checkout-hold .selected-sofa-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    padding: 8px;
  }

  .route-checkout-hold .selected-sofa-card img {
    width: 112px;
    height: 84px;
    aspect-ratio: 4 / 3;
  }

  .route-checkout-hold .selected-sofa-card h3 {
    font-size: 14px;
  }

  .secure-main .summary-column {
    gap: 8px;
  }

  .secure-main .summary-product {
    display: block;
    padding: 12px;
  }

  .secure-main .summary-product img {
    display: none;
  }

  .secure-main .summary-product h3 {
    margin: 4px 0;
    font-size: 16px;
  }

  .secure-main .summary-lines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
    padding: 9px 12px;
  }

  .secure-main .summary-line {
    min-height: 30px;
    padding: 6px 0;
  }

  .secure-main .summary-total {
    grid-column: 1 / -1;
  }

  .secure-main .summary-terms,
  .secure-main .summary-action {
    padding: 10px 12px;
  }

  .secure-main .help-card {
    display: none;
  }
}

/* Keep below-the-fold guide media legible while the real local image decodes. */
.route-guides .article-card img[loading="lazy"] {
  background-color: var(--warm);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 34v-8c0-4 3-7 7-7h22c4 0 7 3 7 7v8' fill='none' stroke='%23aaa397' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M11 33c0-3 2-5 5-5s5 2 5 5v5h22v-5c0-3 2-5 5-5s5 2 5 5v12H11V33Z' fill='none' stroke='%23aaa397' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M16 45v4m32-4v4' stroke='%23aaa397' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E"),
    linear-gradient(110deg, var(--warm) 30%, #f8f5ef 48%, var(--warm) 66%);
  background-position: center, 100% 0;
  background-repeat: no-repeat, repeat;
  background-size: 42px 42px, 220% 100%;
  animation: image-placeholder 1.6s ease-in-out infinite;
}

@media (max-width: 760px) {
  .secure-header {
    position: relative;
    height: auto;
    box-shadow: none;
  }

  .secure-header-inner {
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding-inline: 12px;
  }

  .secure-header .secure-label {
    display: none;
  }

  .secure-header .secure-brand {
    font-size: 18px;
  }

  .secure-header .secure-back {
    font-size: 9px;
  }

  .secure-header .secure-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border-inline: 0;
  }

  .secure-header .progress-step {
    display: none;
  }

  .secure-header .progress-step.active,
  .secure-header .progress-step.done:last-of-type {
    display: grid;
    min-height: 48px;
    place-items: center;
    grid-column: 1 / -1;
    padding: 0 12px;
  }

  .secure-main.route-checkout-buy,
  .secure-main.route-checkout-hold {
    min-height: 0;
    height: auto;
    padding: 24px 0 48px;
    overflow: visible;
  }

  .secure-main .secure-page {
    width: min(calc(100% - 24px), 560px);
    max-width: none;
  }

  .secure-main .secure-intro.compact {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .secure-main .secure-intro.compact h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
  }

  .secure-main .secure-intro.compact p {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.45;
  }

  .secure-main .checkout-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .secure-main .checkout-flow {
    gap: 12px;
    padding-top: 0;
  }

  .secure-main .checkout-step {
    padding: 16px;
    border-radius: 5px;
    box-shadow: none;
  }

  .secure-main .checkout-step-head {
    gap: 9px;
    margin-bottom: 14px;
  }

  .secure-main .checkout-step-head h2 {
    font-size: 22px;
  }

  .secure-main .choice-grid,
  .secure-main .field-grid,
  .secure-main .help-actions {
    grid-template-columns: 1fr;
  }

  .secure-main .choice-card {
    min-height: 112px;
    padding: 15px;
  }

  .secure-main .choice-card h3 {
    font-size: 20px;
  }

  .secure-main .choice-card p {
    font-size: 11px;
  }

  .secure-main .field.full {
    grid-column: auto;
  }

  .secure-main .field input,
  .secure-main .field select {
    min-height: 48px;
  }

  .secure-main .consent-row {
    margin: 14px 0 0;
    padding: 12px;
  }

  .secure-main .summary-column {
    position: static;
    gap: 12px;
  }

  .secure-main .order-summary {
    position: static;
    padding: 0;
    box-shadow: none;
  }

  .secure-main .summary-product {
    display: block;
    padding: 0 15px 14px;
  }

  .secure-main .summary-product img {
    width: calc(100% + 30px);
    margin: 0 -15px 13px;
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }

  .secure-main .summary-lines,
  .secure-main .summary-terms,
  .secure-main .summary-action {
    margin-top: 0;
  }

  .selected-sofa-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .selected-sofa-card img {
    width: 92px;
  }

  .secure-main .sofa-option {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .secure-main .sofa-option img {
    width: 68px;
  }

  .secure-main .sofa-option > span:last-child {
    grid-column: 1 / -1;
  }
}

/* Exact approved Buy-page vertical rhythm at the 825px reference width. */
@media (min-width: 761px) {
  .route-buy .buy-cta {
    height: 68px;
    padding-block: 8px;
  }

  .route-buy .buy-cta .container {
    height: 52px;
  }
}

/* Canonical Guides route: compact editorial library at the approved 846 x 1860 rhythm. */
.guides-hero h1,
.guides-categories h2,
.guides-featured h2,
.guides-featured h3,
.guides-library h2,
.guides-grid h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

@media (min-width: 761px) {
  #app:has(.route-guides) .service-bar { height: 27px; min-height: 27px; }
  #app:has(.route-guides) .site-header,
  #app:has(.route-guides) .header-inner { height: 68px; min-height: 68px; }
  .route-guides .container { width: min(calc(100% - 78px), 1120px); }

  .guides-hero { height: 282px; overflow: hidden; background: var(--canvas); }
  .guides-hero > .container { display: grid; grid-template-columns: 48% 52%; width: 100%; max-width: none; height: 100%; }
  .guides-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 24px 36px 24px 50px; }
  .guides-hero-copy .eyebrow { margin: 0 0 8px; font-size: 7px; }
  .guides-hero-copy h1 { max-width: 365px; margin: 0; font-size: 34px; line-height: .98; letter-spacing: -.04em; }
  .guides-hero-copy > p:not(.eyebrow) { max-width: 342px; margin: 13px 0 15px; color: var(--muted); font-size: 9px; line-height: 1.45; }
  .guides-search { display: grid; grid-template-columns: 1fr 72px; width: 320px; height: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
  .guides-search input { min-width: 0; height: 29px; padding: 5px 10px; border: 0; outline: 0; font-size: 8px; }
  .guides-search button { display: flex; align-items: center; justify-content: center; gap: 4px; border: 0; background: var(--cobalt); color: #fff; font-size: 7px; font-weight: 800; }
  .guides-search .ui-icon { width: 11px; height: 11px; }
  .guides-hero figure { position: relative; margin: 0; overflow: hidden; }
  .guides-hero figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,var(--canvas),transparent 17%,transparent); }
  .guides-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }

  .guides-categories { height: 80px; padding: 14px 0; border-block: 1px solid var(--line); background: #fff; }
  .guides-categories > .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; height: 50px; }
  .guides-categories a { display: grid; grid-template-columns: 28px 1fr 12px; align-items: center; gap: 7px; min-width: 0; padding: 7px 8px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
  .guides-categories a.active { border-color: var(--cobalt); background: var(--cobalt); color: #fff; }
  .guides-categories a > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--soft-blue); color: var(--cobalt); }
  .guides-categories a.active > span { background: #fff; }
  .guides-categories a > span .ui-icon { width: 13px; height: 13px; }
  .guides-categories a > .ui-icon { width: 10px; height: 10px; }
  .guides-categories h2 { margin: 0 0 1px; font-size: 10.5px; line-height: 1; }
  .guides-categories p { overflow: hidden; margin: 0; font-size: 5.6px; line-height: 1.25; opacity: .72; white-space: nowrap; text-overflow: ellipsis; }

  .guides-featured { height: 291px; padding: 18px 0; overflow: hidden; background: var(--canvas); }
  .guides-featured > .container { height: 255px; }
  .guides-featured header,
  .guides-library header { display: flex; align-items: end; justify-content: space-between; height: 32px; margin-bottom: 9px; }
  .guides-featured header .eyebrow,
  .guides-library header .eyebrow { margin: 0 0 2px; font-size: 6px; }
  .guides-featured h2,
  .guides-library h2 { margin: 0; font-size: 20px; line-height: 1; }
  .guides-featured header > a { display: flex; align-items: center; gap: 4px; color: var(--cobalt); font-size: 7px; font-weight: 800; }
  .guides-featured header > a .ui-icon { width: 9px; height: 9px; }
  .guides-feature-grid { display: grid; grid-template-columns: 53% 47%; grid-template-rows: 102px 102px; gap: 9px; height: 213px; }
  .guides-feature-grid article { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; color: #fff; background: #222; }
  .guides-feature-grid article:first-child { grid-row: 1 / 3; }
  .guides-feature-grid img { width: 100%; height: 100%; object-fit: cover; }
  .guides-feature-grid article::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(12,14,17,.86),rgba(12,14,17,.03) 75%); }
  .guides-feature-grid article > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 12px; }
  .guides-feature-grid .eyebrow { margin: 0 0 3px; font-size: 5.5px; color: #fff; }
  .guides-feature-grid h3 { margin: 0; font-size: 17px; line-height: 1.02; }
  .guides-feature-grid p { max-width: 90%; margin: 5px 0; font-size: 6.5px; line-height: 1.3; opacity: .86; }
  .guides-feature-grid button { display: inline-flex; align-items: center; gap: 3px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 6px; font-weight: 800; }
  .guides-feature-grid button .ui-icon { width: 8px; height: 8px; }
  .guides-feature-small > div { padding: 8px 10px !important; }
  .guides-feature-small h3 { font-size: 12px; }
  .guides-feature-small p { display: none; }

  .guides-library { height: 820px; padding: 17px 0 14px; overflow: hidden; background: #fff; }
  .guides-library > .container { position: relative; height: 789px; }
  .guides-library header > p { margin: 0; color: var(--muted); font-size: 7px; }
  .guides-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 137px; gap: 9px 10px; }
  .article-card { display: grid; grid-template-rows: 62px 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--canvas); }
  .article-card > img { width: 100%; height: 62px; object-fit: cover; }
  .article-body { display: flex; min-height: 0; padding: 8px 9px 7px; flex-direction: column; }
  .article-body .eyebrow { margin: 0 0 2px; font-size: 5px; color: var(--cobalt); }
  .article-body h3 { display: -webkit-box; overflow: hidden; margin: 0; font-size: 11.5px; line-height: 1.06; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .article-body > p { display: -webkit-box; overflow: hidden; margin: 4px 0 3px; color: var(--muted); font-size: 5.8px; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .article-body footer { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-top: auto; padding: 0; border: 0; background: transparent; color: var(--muted); }
  .article-body footer small { overflow: hidden; font-size: 5px; white-space: nowrap; text-overflow: ellipsis; }
  .article-body footer button { display: flex; align-items: center; gap: 2px; padding: 0; border: 0; background: transparent; color: var(--cobalt); font-size: 5px; font-weight: 800; }
  .article-body footer .ui-icon { width: 7px; height: 7px; }
  .guides-more { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 4px; min-height: 26px; padding: 5px 9px; border: 1px solid var(--cobalt); border-radius: 4px; background: #fff; color: var(--cobalt); font-size: 6px; font-weight: 800; }

  .guides-tools { height: 49px; border-block: 1px solid var(--line); background: var(--dark); color: #fff; }
  .guides-tools > .container { display: grid; grid-template-columns: repeat(3,1fr); height: 100%; }
  .guides-tools span { display: grid; grid-template-columns: 24px 1fr; grid-template-rows: 15px 11px; align-content: center; column-gap: 7px; padding-inline: 12px; border-right: 1px solid rgba(255,255,255,.18); }
  .guides-tools span:last-child { border-right: 0; }
  .guides-tools .ui-icon { grid-row: 1/3; width: 18px; height: 18px; color: #fff; }
  .guides-tools b { align-self: end; font-size: 7px; }
  .guides-tools small { font-size: 5.5px; opacity: .7; }

  .guides-status { height: 61px; padding: 11px 0; background: var(--canvas); }
  .guides-status > .container { display: flex; align-items: center; justify-content: space-between; height: 39px; padding-inline: 13px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
  .guides-status p { margin: 0; font-size: 6.5px; color: var(--muted); }
  .guides-status p strong { color: var(--ink); }
  .guides-status a { display: flex; align-items: center; gap: 4px; color: var(--cobalt); font-size: 6.5px; font-weight: 800; }
  .guides-status .ui-icon { width: 8px; height: 8px; }

  .route-guides + .site-footer { height: 182px; min-height: 182px; padding: 0; }
  .route-guides + .site-footer > .container { height: 182px; padding-top: 18px; }
  .route-guides + .site-footer .footer-grid { grid-template-columns: 1.25fr repeat(4,1fr); grid-template-rows: 88px; gap: 13px; height: 88px; }
  .route-guides + .site-footer .footer-wordmark { font-size: 20px; }
  .route-guides + .site-footer .footer-wordmark small,
  .route-guides + .site-footer .footer-brand p,
  .route-guides + .site-footer .footer-column a,
  .route-guides + .site-footer .footer-column span,
  .route-guides + .site-footer .footer-column button { font-size: 6.5px; line-height: 1.3; }
  .route-guides + .site-footer .footer-disclosure { display: none; }
  .route-guides + .site-footer .footer-bottom { height: 29px; margin-top: 7px; padding-top: 7px; font-size: 6px; }
}

@media (max-width: 760px) {
  .guides-hero > .container { display: grid; grid-template-columns: 1fr; width: 100%; }
  .guides-hero-copy { padding: 34px 20px; }
  .guides-hero-copy h1 { margin: 0; font-size: 38px; line-height: .98; }
  .guides-hero-copy > p { color: var(--muted); }
  .guides-search { display: grid; grid-template-columns: 1fr 54px; height: 46px; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
  .guides-search input { min-width: 0; padding: 8px 12px; border: 0; }
  .guides-search button { border: 0; background: var(--cobalt); color: #fff; }
  .guides-search button span { display: none; }
  .guides-hero figure { height: 250px; margin: 0; }
  .guides-hero img { width: 100%; height: 100%; object-fit: cover; }
  .guides-categories,
  .guides-featured,
  .guides-library,
  .guides-status { padding: 28px 0; }
  .guides-categories > .container { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .guides-categories a { display: grid; grid-template-columns: 34px 1fr; gap: 8px; min-height: 74px; padding: 11px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
  .guides-categories a > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--soft-blue); color: var(--cobalt); }
  .guides-categories a > .ui-icon { display: none; }
  .guides-categories h2 { margin: 0; font-size: 15px; }
  .guides-categories p { margin: 3px 0 0; font-size: 8px; }
  .guides-featured header,
  .guides-library header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 16px; }
  .guides-featured h2,
  .guides-library h2 { margin: 0; font-size: 28px; }
  .guides-feature-grid { display: grid; gap: 10px; }
  .guides-feature-grid article { position: relative; min-height: 195px; overflow: hidden; border-radius: 7px; color: #fff; }
  .guides-feature-grid img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
  .guides-feature-grid article::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(10,12,15,.85),transparent); }
  .guides-feature-grid article > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 18px; }
  .guides-feature-grid h3 { margin: 0; font-size: 23px; line-height: 1; }
  .guides-feature-grid p { font-size: 10px; }
  .guides-grid { display: grid; gap: 10px; }
  .article-card { display: grid; grid-template-columns: 124px 1fr; min-height: 135px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
  .article-card > img { width: 124px; height: 100%; object-fit: cover; }
  .article-body { display: flex; padding: 12px; flex-direction: column; }
  .article-body h3 { margin: 0; font-size: 17px; line-height: 1.05; }
  .article-body > p { margin: 7px 0; color: var(--muted); font-size: 8px; }
  .article-body footer { display: flex; justify-content: space-between; margin-top: auto; }
  .guides-more { width: 100%; min-height: 44px; margin-top: 12px; border: 1px solid var(--cobalt); background: #fff; }
  .guides-tools { background: var(--dark); color: #fff; }
  .guides-tools > .container { display: grid; }
  .guides-tools span { display: grid; grid-template-columns: 32px 1fr; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .guides-tools .ui-icon { grid-row: 1/3; width: 22px; height: 22px; }
  .guides-status > .container { display: grid; gap: 10px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--canvas);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--canvas);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

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

button,
a,
label,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

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

:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 4px;
}

.serif {
  font-family: Georgia, "Times New Roman", serif;
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 88px;
}

.section-tight {
  padding-block: 52px;
}

.section-soft {
  background: var(--paper);
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.display {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.page-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.section-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.1vw, 58px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.subhead {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.muted {
  color: var(--muted);
}

.preview-bar {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  padding: 10px 24px;
  border-bottom: 1px solid rgba(22, 75, 223, 0.28);
  background: var(--paper);
  color: var(--cobalt);
  font-size: 14px;
  text-align: center;
}

.preview-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--cobalt);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.service-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 24px;
  background: var(--cobalt);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 0;
  background: rgba(248, 246, 241, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 250px 1fr 180px;
  align-items: center;
  gap: 24px;
  min-height: 104px;
  padding: 14px 18px 14px 28px;
  border: 1px solid var(--line-blue);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-wordmark {
  color: var(--cobalt);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.brand-wordmark small {
  display: block;
  margin-top: 12px;
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 7px;
  border: 1px solid var(--line-blue);
  border-radius: 999px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-link:hover {
  background: var(--soft-blue);
}

.nav-link.active,
.nav-link[aria-current="page"] {
  background: var(--cobalt);
  color: #fff;
}

.stock-pill {
  display: flex;
  min-height: 72px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--cobalt);
  color: #fff;
  line-height: 1.15;
  text-align: center;
}

.stock-pill small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.stock-pill strong {
  margin-top: 7px;
  font-size: 16px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-blue);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 22px;
}

.hero-card {
  overflow: hidden;
  border: 1px solid var(--line-blue);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 650px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 84px);
}

.hero-copy .subhead {
  max-width: 670px;
  margin-top: 30px;
}

.hero-media {
  position: relative;
  min-height: 520px;
  background: var(--warm);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 320px;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.93);
  color: var(--ink);
  font-size: 13px;
  box-shadow: var(--shadow);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid var(--line-blue);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(16, 17, 20, 0.08);
}

.button-primary {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.button-primary:hover {
  background: var(--cobalt-dark);
}

.button-dark {
  border-color: var(--dark);
  background: var(--dark);
  color: #fff;
}

.button-ghost {
  border-color: transparent;
  background: transparent;
}

.button[disabled],
.button.is-disabled {
  border-color: var(--line);
  background: #ecece8;
  color: #8a8c91;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.trust-rail,
.fact-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line-blue);
  border-radius: var(--radius);
  background: var(--paper);
}

.trust-item,
.fact-item {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child,
.fact-item:last-child {
  border-right: 0;
}

.trust-item strong,
.fact-item strong {
  display: block;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.12;
}

.trust-item span,
.fact-item span {
  color: var(--muted);
  font-size: 13px;
}

.rating-stars {
  color: var(--cobalt);
  font-size: 20px;
  letter-spacing: 0.12em;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}

.section-heading p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
}

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

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

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

.card {
  overflow: hidden;
  border: 1px solid var(--line-blue);
  border-radius: var(--radius);
  background: var(--paper);
}

.info-card {
  min-height: 260px;
  padding: 34px;
}

.info-card h3 {
  margin: 14px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.info-card p {
  margin: 0;
  color: var(--muted);
}

.path-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
}

.path-card:hover {
  background: var(--soft-blue);
}

.path-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--warm);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.02);
}

.status-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.status-badge.available {
  background: var(--cobalt);
  color: #fff;
}

.photo-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 42px;
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.product-id {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}

.product-title {
  margin: 16px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.meta-chip {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f0f0ed;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
}

.product-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.condition-note {
  margin: 0 0 20px;
  padding: 13px 14px;
  border-left: 3px solid var(--cobalt);
  background: var(--warning);
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.product-actions .button {
  padding-inline: 12px;
}

.product-actions .button:last-child:nth-child(3) {
  grid-column: 1 / -1;
}

.snapshot-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--soft-blue);
  color: var(--cobalt-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.snapshot-note::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cobalt);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.tab {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.tab.active,
.tab[aria-selected="true"] {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.toolbar-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.small-select,
.search-input {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
}

.small-select {
  padding: 10px 38px 10px 14px;
}

.search-input {
  width: min(100%, 540px);
  padding: 10px 16px;
}

.cobalt-band {
  overflow: hidden;
  padding: 72px;
  border-radius: var(--radius-lg);
  background: var(--cobalt);
  color: #fff;
}

.cobalt-band .section-title,
.cobalt-band .eyebrow,
.cobalt-band p,
.cobalt-band a,
.cobalt-band strong {
  color: #fff;
}

.cobalt-band .button:not(.button-primary) {
  color: var(--ink);
}

.dark-band {
  overflow: hidden;
  padding: 72px;
  border-radius: var(--radius-lg);
  background: var(--dark);
  color: #fff;
}

.dark-band .section-title,
.dark-band .eyebrow,
.dark-band p,
.dark-band a,
.dark-band strong {
  color: #fff;
}

.dark-band .button:not(.button-primary) {
  color: var(--ink);
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--line-blue);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.split-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 80px);
}

.split-feature-media {
  min-height: 520px;
}

.split-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.form-aside {
  position: sticky;
  top: var(--header-offset);
  padding: 28px;
  border: 1px solid var(--line-blue);
  border-radius: var(--radius);
  background: var(--dark);
  color: #fff;
}

.form-aside h3,
.form-aside p,
.form-aside li,
.form-aside strong {
  color: #fff;
}

.step-rail {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.step-rail button {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-sm);
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.step-rail button.active {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.step-number {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cobalt);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.form-card {
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--line-blue);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.form-card h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.form-step {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  scroll-margin-top: var(--header-offset);
}

#sofa-assessment,
#inspection-booking {
  scroll-margin-top: var(--header-offset);
}

.form-step:first-of-type {
  margin-top: 20px;
}

.form-step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.form-step-header h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.field-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--cobalt);
  outline: 3px solid rgba(22, 75, 223, 0.14);
}

.field-help {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

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

.choice-card {
  position: relative;
  display: grid;
  min-height: 168px;
  align-content: space-between;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

.choice-card:hover {
  border-color: var(--cobalt);
}

.choice-card.selected {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.choice-card.selected h3,
.choice-card.selected p,
.choice-card.selected small,
.choice-card.selected strong,
.choice-card.selected span {
  color: #fff;
}

.choice-top {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
}

.choice-radio {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--cobalt);
  border-radius: 50%;
  background: var(--paper);
}

.choice-card.selected .choice-radio {
  border-color: #fff;
  background: #fff;
}

.choice-card.selected .choice-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cobalt);
}

.choice-card h3 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.choice-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.choice-card small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.check-card {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.check-card:has(input:checked) {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.check-card input {
  width: 20px;
  height: 20px;
  accent-color: var(--cobalt);
}

.photo-drop {
  display: grid;
  min-height: 240px;
  place-items: center;
  padding: 28px;
  border: 1px dashed var(--cobalt);
  border-radius: var(--radius);
  background: var(--soft-blue);
  text-align: center;
}

.photo-drop strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-block: 22px;
  font-size: 13px;
}

.consent-row input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  accent-color: var(--cobalt);
}

.disclaimer {
  padding: 20px;
  border-left: 4px solid var(--cobalt);
  background: var(--warning);
  font-size: 13px;
}

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

.faq-item {
  border: 1px solid var(--line-blue);
  border-radius: var(--radius);
  background: var(--paper);
}

.faq-item summary {
  min-height: 74px;
  padding: 24px 54px 24px 24px;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-media img,
.split-feature-media img,
.product-media img,
.article-card img {
  background-color: var(--warm);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 34v-8c0-4 3-7 7-7h22c4 0 7 3 7 7v8' fill='none' stroke='%23aaa397' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M11 33c0-3 2-5 5-5s5 2 5 5v5h22v-5c0-3 2-5 5-5s5 2 5 5v12H11V33Z' fill='none' stroke='%23aaa397' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M16 45v4m32-4v4' stroke='%23aaa397' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E"),
    linear-gradient(110deg, var(--warm) 30%, #f8f5ef 48%, var(--warm) 66%);
  background-position: center, 100% 0;
  background-repeat: no-repeat, repeat;
  background-size: 54px 54px, 220% 100%;
  animation: image-placeholder 1.6s ease-in-out infinite;
}

@keyframes image-placeholder {
  from { background-position: center, 100% 0; }
  to { background-position: center, -100% 0; }
}

.article-body {
  display: flex;
  min-height: 250px;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.article-body h3 {
  margin: 12px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.article-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 22px;
  color: var(--muted);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-body .text-link {
  margin-top: auto;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.text-link::after {
  content: "→";
}

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

.contact-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
}

.contact-card h3 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  overflow-wrap: anywhere;
}

.contact-card h3.contact-email {
  font-size: clamp(25px, 2.4vw, 34px);
  letter-spacing: -0.04em;
  overflow-wrap: normal;
  word-break: normal;
}

.contact-email span {
  display: block;
}

.contact-card.selected {
  background: var(--cobalt);
  color: #fff;
}

.contact-card.selected h3,
.contact-card.selected p,
.contact-card.selected .eyebrow,
.contact-card.selected .text-link {
  color: #fff;
}

.site-footer {
  margin-top: 48px;
  padding: 72px 0 26px;
  background: var(--dark);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 64px;
}

.footer-brand {
  max-width: 340px;
}

.footer-brand img {
  width: 200px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: #fff;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 22px;
}

.footer-links a {
  color: #fff;
  font-size: 14px;
}

.footer-contact {
  text-align: right;
}

.footer-contact strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.footer-disclosures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.55;
}

.footer-disclosures p,
.footer-workbench {
  margin: 0;
}

.footer-workbench {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.secure-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.secure-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 76px;
  align-items: center;
  gap: 24px;
}

.secure-brand {
  color: var(--cobalt);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.secure-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.secure-back {
  justify-self: end;
  font-size: 13px;
  font-weight: 800;
}

.secure-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.progress-step {
  padding: 14px 10px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.progress-step:last-child {
  border-right: 0;
}

.progress-step.active,
.progress-step.done {
  background: var(--soft-blue);
  color: var(--cobalt-dark);
}

.secure-main {
  padding: 48px 0 80px;
}

.secure-intro {
  margin-bottom: 34px;
}

.secure-intro .page-title {
  max-width: 820px;
}

.secure-intro p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, 0.82fr);
  align-items: start;
  gap: 30px;
}

.checkout-flow {
  display: grid;
  gap: 20px;
}

.checkout-step {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.checkout-step-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.checkout-step-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.checkout-step-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.order-summary {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid var(--line-blue);
  border-radius: var(--radius);
  background: var(--paper);
}

.summary-product {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.summary-product img {
  width: 110px;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  object-fit: cover;
}

.summary-product h2 {
  margin: 4px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.summary-lines {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}

.summary-total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.summary-total strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
}

.summary-terms {
  padding: 20px;
  border-top: 1px solid var(--line);
  background: var(--warning);
  font-size: 12px;
}

.summary-action {
  padding: 20px;
}

.summary-action .button {
  width: 100%;
}

.help-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-top: 1px solid var(--line);
}

.help-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.breakdown {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fafafa;
}

.sofa-picker {
  display: grid;
  gap: 10px;
}

.sofa-option {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  cursor: pointer;
}

.sofa-option.selected {
  border-color: var(--cobalt);
  box-shadow: inset 0 0 0 1px var(--cobalt);
}

.sofa-option img {
  width: 96px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.sofa-option strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.sofa-option small {
  color: var(--muted);
}

.gallery-dialog {
  width: min(calc(100% - 40px), 1180px);
  max-width: none;
  max-height: calc(100dvh - 40px);
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--dark);
  color: #fff;
}

.gallery-dialog::backdrop {
  background: rgba(16, 17, 20, 0.82);
  backdrop-filter: blur(8px);
}

.gallery-shell {
  position: relative;
  padding: 52px 22px 22px;
}

.icon-button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 28px;
  cursor: pointer;
}

.gallery-close {
  position: absolute;
  top: 10px;
  right: 12px;
}

.gallery-stage {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
}

.gallery-stage figure {
  margin: 0;
}

.gallery-stage img {
  width: 100%;
  max-height: calc(100dvh - 180px);
  border-radius: 12px;
  object-fit: contain;
}

.gallery-stage figcaption {
  padding-top: 12px;
  color: #fff;
  text-align: center;
}

.gallery-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  max-width: min(420px, calc(100% - 44px));
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  background: var(--dark);
  color: #fff;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: var(--shadow);
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.empty-state {
  padding: 54px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

@media (max-width: 1199px) {
  :root {
    --header-offset: 148px;
  }

  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .header-inner {
    grid-template-columns: 200px 1fr 150px;
    gap: 14px;
  }

  .brand-wordmark {
    font-size: 25px;
  }

  .nav-link {
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero-grid,
  .split-feature {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-media,
  .split-feature-media {
    min-height: 430px;
  }

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

  .trust-rail,
  .fact-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2),
  .fact-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2),
  .fact-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .checkout-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.7fr);
  }

  .choice-card h3 {
    font-size: 21px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-offset: 116px;
  }

  .site-header {
    padding: 10px 0;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 78px;
    padding: 10px 14px 10px 20px;
  }

  .stock-pill,
  .nav-shell {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-inner.menu-open {
    align-items: start;
  }

  .header-inner.menu-open .nav-shell {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    border-radius: var(--radius);
  }

  .header-inner.menu-open .main-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .header-inner.menu-open .nav-link {
    justify-content: flex-start;
    border-radius: 10px;
  }

  .section {
    padding-block: 64px;
  }

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

  .form-layout {
    grid-template-columns: 1fr;
  }

  .form-aside {
    position: static;
  }

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

  .step-rail button {
    justify-content: center;
    padding: 8px;
    font-size: 0;
  }

  .step-number {
    margin: 0;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact {
    text-align: left;
  }
}

@media (max-width: 700px) {
  :root {
    --radius-lg: 20px;
  }

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .preview-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-inline: 14px;
    text-align: left;
  }

  .service-bar {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 9px;
  }

  .brand-wordmark {
    font-size: 23px;
  }

  .brand-wordmark small {
    margin-top: 8px;
  }

  .display,
  .page-title {
    font-size: clamp(43px, 14vw, 62px);
  }

  .section-title {
    font-size: 38px;
  }

  .hero-copy,
  .split-feature-copy {
    padding: 34px 24px;
  }

  .hero-media,
  .split-feature-media {
    min-height: 300px;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button-row .button {
    width: 100%;
  }

  .trust-rail,
  .fact-rail,
  .grid-3,
  .grid-4,
  .field-grid,
  .choice-grid,
  .condition-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .fact-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child,
  .fact-item:last-child {
    border-bottom: 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .toolbar-group {
    flex-wrap: wrap;
  }

  .cobalt-band,
  .dark-band {
    padding: 40px 24px;
  }

  .form-card,
  .checkout-step {
    padding: 24px 18px;
  }

  .choice-card {
    min-height: 145px;
  }

  .contact-card {
    min-height: 230px;
    padding: 28px;
  }

  .contact-card h3 {
    font-size: 39px;
  }

  .secure-header-inner {
    grid-template-columns: 1fr auto;
    min-height: 68px;
  }

  .secure-label {
    display: none;
  }

  .secure-progress {
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .progress-step:nth-child(2) {
    border-right: 0;
  }

  .progress-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .secure-main {
    padding-top: 30px;
  }

  .summary-product {
    grid-template-columns: 90px 1fr;
  }

  .summary-product img {
    width: 90px;
  }

  .sofa-option {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .sofa-option img {
    width: 76px;
  }

  .sofa-option .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .gallery-stage {
    grid-template-columns: 1fr;
  }

  .gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
  }

  .gallery-arrow:first-child {
    left: 12px;
  }

  .gallery-arrow:last-child {
    right: 12px;
  }

  .footer-grid,
  .footer-links,
  .footer-disclosures {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .product-actions .button:last-child:nth-child(3) {
    grid-column: auto;
  }

  .buy-product-grid {
    grid-template-columns: 1fr;
  }

  .contact-card h3.contact-email {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ========================================================================== */
/* Approved exact-match implementation layer                                  */
/* Canonical direction: warm ivory + white + black + cobalt, compact and flat */
/* ========================================================================== */

:root {
  --canvas: #f5f1e9;
  --paper: #fffefa;
  --ink: #101010;
  --muted: #64615c;
  --cobalt: #3157dc;
  --cobalt-dark: #2445bc;
  --line: #d9d3c9;
  --line-blue: #3157dc;
  --soft-blue: #eef2ff;
  --dark: #191b20;
  --warm: #e9e2d8;
  --warning: #fff5d8;
  --radius-sm: 6px;
  --radius: 9px;
  --radius-lg: 12px;
  --shadow: 0 10px 30px rgba(29, 25, 18, 0.07);
  --container: 1240px;
}

html,
body {
  overflow-x: hidden;
  background: var(--canvas);
}

body {
  font-size: 15px;
  line-height: 1.48;
}

.container {
  width: min(calc(100% - 48px), var(--container));
}

.section {
  padding-block: 68px;
}

.section-tight {
  padding-block: 34px;
}

.section-soft {
  background: #eee8de;
}

.eyebrow {
  margin-bottom: 12px;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.display {
  max-width: 720px;
  font-size: clamp(55px, 5.8vw, 84px);
  font-weight: 400;
  line-height: 0.94;
}

.page-title {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
}

.section-title {
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
}

.subhead {
  max-width: 620px;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.5;
}

.preview-bar {
  position: fixed;
  z-index: 100;
  left: 14px;
  bottom: 14px;
  justify-content: flex-start;
  min-height: 0;
  max-width: 340px;
  padding: 9px 12px;
  border: 0;
  border-radius: 7px;
  background: rgba(25, 27, 32, 0.96);
  color: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  text-align: left;
}

.preview-badge {
  min-height: 22px;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 8px;
}

.service-bar {
  min-height: 34px;
  padding: 7px 18px;
  font-size: 9px;
  letter-spacing: 0.17em;
}

.site-header {
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.97);
  box-shadow: 0 8px 26px rgba(19, 28, 59, 0.05);
  backdrop-filter: blur(16px);
}

.header-inner {
  grid-template-columns: 180px minmax(0, 1fr) 150px;
  gap: 24px;
  min-height: 78px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.86;
}

.brand-wordmark small {
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.31em;
}

.nav-shell {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.main-nav {
  gap: 2px;
}

.nav-link {
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 750;
}

.nav-link:hover {
  background: #ebe7df;
}

.nav-link.active,
.nav-link[aria-current="page"] {
  background: var(--cobalt);
  color: #fff;
}

.stock-pill {
  min-height: 48px;
  border-radius: 6px;
  background: var(--cobalt);
}

.stock-pill small {
  font-size: 8px;
  letter-spacing: 0.15em;
}

.stock-pill strong {
  margin-top: 4px;
  font-size: 12px;
}

.hero-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 58px 54px;
}

.hero-copy .subhead {
  margin-top: 24px;
}

.hero-media {
  min-height: 520px;
  background: var(--warm);
}

.hero-media img,
.split-feature-media img,
.product-media img,
.article-card img {
  background-color: var(--warm);
  background-image: none;
  animation: none;
}

.media-note {
  right: 18px;
  bottom: 18px;
  max-width: 290px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 7px;
  font-size: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.snapshot-note {
  display: inline-flex;
  align-self: flex-start;
  min-height: 26px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 254, 250, 0.86);
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-row {
  gap: 10px;
  margin-top: 28px;
}

.button {
  min-height: 44px;
  padding: 10px 17px;
  border-color: var(--ink);
  border-radius: 5px;
  font-size: 12px;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.button:hover {
  transform: none;
  border-color: var(--cobalt);
  box-shadow: none;
}

.button-primary {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.trust-rail,
.fact-rail {
  border-color: var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-item,
.fact-item {
  min-height: 106px;
  padding: 20px;
}

.trust-item strong,
.fact-item strong {
  margin-top: 7px;
  font-size: 20px;
}

.trust-item span,
.fact-item span {
  font-size: 11px;
}

.rating-stars {
  color: var(--cobalt) !important;
  font-size: 15px !important;
}

.section-heading {
  gap: 36px;
  margin-bottom: 28px;
}

.section-heading p {
  max-width: 500px;
}

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

.grid-4 {
  gap: 14px;
}

.card {
  border-color: var(--line);
  border-radius: 9px;
  box-shadow: var(--shadow);
}

.info-card,
.path-card {
  min-height: 220px;
  padding: 28px;
}

.info-card h3,
.path-card h3 {
  font-size: 29px;
}

.path-card:hover {
  background: var(--paper);
  border-color: var(--cobalt);
}

.product-card {
  border-color: var(--line);
}

.product-media {
  margin: 10px 10px 0;
  aspect-ratio: 4 / 3;
  border-radius: 7px;
}

.product-card:hover .product-media img {
  transform: none;
}

.status-badge {
  top: 10px;
  left: 10px;
  min-height: 25px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 8px;
}

.photo-button {
  right: 10px;
  bottom: 10px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(16, 16, 16, 0.13);
  border-radius: 5px;
  font-size: 10px;
}

.product-body {
  padding: 20px;
}

.product-id {
  font-size: 9px;
}

.product-price {
  font-size: 30px;
}

.product-title {
  min-height: 0;
  margin-top: 13px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.03;
}

.price-saving {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 10px;
}

.price-saving span {
  padding: 3px 6px;
  border-radius: 3px;
  background: var(--soft-blue);
  color: var(--cobalt-dark);
  font-weight: 800;
  text-transform: uppercase;
}

.product-meta {
  gap: 6px;
  margin-top: 15px;
}

.meta-chip {
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 9px;
}

.meta-chip + .meta-chip::before {
  content: "·";
  margin-right: 6px;
  color: var(--muted);
}

.product-summary,
.condition-note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.52;
}

.product-photo-count,
.product-disclosure {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.product-photo-count span {
  display: block;
  margin-top: 3px;
  color: var(--ink);
}

.product-disclosure {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.product-actions {
  gap: 8px;
  margin-top: 18px;
}

.product-actions .button {
  min-height: 40px;
  padding-inline: 10px;
  font-size: 10px;
}

.product-card.compact .product-body {
  padding: 16px;
}

.product-card.compact .product-title {
  font-size: 23px;
}

.tabs {
  gap: 7px;
  margin-bottom: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tab {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper);
  font-size: 11px;
}

.tab.active {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.toolbar {
  margin-bottom: 22px;
  padding: 12px 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.small-select,
.search-input {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper);
}

.archive-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 2.1fr);
  gap: 18px;
}

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

.archive-mini-grid .product-summary,
.archive-mini-grid .product-meta,
.archive-mini-grid .product-actions,
.archive-mini-grid .product-id {
  display: none;
}

.archive-mini-grid .product-title {
  font-size: 20px;
}

.split-feature {
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.split-feature-copy {
  padding: 54px;
}

.split-feature-media {
  min-height: 430px;
}

.cobalt-band,
.dark-band {
  padding: 58px;
  border: 0;
  border-radius: var(--radius-lg);
}

.cobalt-band {
  background: var(--cobalt);
  color: #fff;
}

.cobalt-band *,
.dark-band * {
  color: inherit;
}

.dark-band {
  background: var(--dark);
  color: #fff;
}

.form-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.form-aside {
  position: sticky;
  top: 112px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.form-aside li {
  margin-bottom: 7px;
}

.step-rail {
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.step-rail button {
  min-height: 52px;
  border-bottom-color: var(--line);
}

.form-card {
  max-width: none;
  padding: 38px;
  border-color: var(--line);
  border-radius: 9px;
  box-shadow: var(--shadow);
}

.form-card > h2 {
  font-size: 44px;
}

.form-step {
  padding-top: 32px;
  margin-top: 32px;
  border-top-color: var(--line);
}

.form-step-header {
  margin-bottom: 22px;
}

.form-step-header h3 {
  font-size: 27px;
}

.step-number {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: var(--ink);
  color: #fff;
  font-size: 9px;
}

.field-grid {
  gap: 16px;
}

.field label,
.field-label {
  margin-bottom: 7px;
  font-size: 9px;
  letter-spacing: 0.13em;
}

.field input,
.field select,
.field textarea,
select,
input,
textarea {
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.field textarea {
  min-height: 145px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cobalt);
  box-shadow: 0 0 0 3px rgba(49, 87, 220, 0.12);
}

.condition-grid {
  gap: 9px;
}

.check-card {
  min-height: 58px;
  border-color: var(--line);
  border-radius: 5px;
  background: #fff;
}

.check-card:has(input:checked) {
  border-color: var(--cobalt);
  background: var(--soft-blue);
}

.photo-drop {
  min-height: 170px;
  border-color: var(--cobalt);
  border-radius: 7px;
  background: #fff;
}

.consent-row {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.disclaimer {
  border-left: 4px solid var(--cobalt);
  background: var(--warning);
}

.choice-grid {
  gap: 12px;
}

.choice-card {
  min-height: 148px;
  padding: 20px;
  border-color: var(--line);
  border-radius: 6px;
  background: #fff;
}

.choice-card:hover {
  border-color: var(--cobalt);
  background: #fff;
}

.choice-card.selected {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.choice-card.selected h3,
.choice-card.selected p,
.choice-card.selected small,
.choice-card.selected strong,
.choice-card.selected span {
  color: #fff;
}

.choice-card h3 {
  font-size: 24px;
}

.choice-card p {
  font-size: 12px;
}

.choice-card small {
  font-size: 9px;
}

.faq-grid {
  gap: 12px;
}

.faq-item {
  border-color: var(--line);
  border-radius: 7px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.faq-item summary {
  padding: 20px;
}

.faq-item p {
  padding: 0 20px 20px;
}

.article-card img {
  aspect-ratio: 16 / 10;
}

.article-body {
  padding: 20px;
}

.article-body h3 {
  font-size: 25px;
  font-weight: 400;
}

.contact-grid {
  gap: 16px;
}

.contact-card {
  min-height: 250px;
  padding: 28px;
  justify-content: space-between;
}

.contact-card h3 {
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 400;
}

.contact-card.selected {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.contact-card.selected * {
  color: #fff !important;
}

.contact-email {
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 62px 0 24px;
  background: var(--dark);
  color: #fff;
}

.footer-grid {
  grid-template-columns: 1.05fr 1.3fr 1fr;
  gap: 44px;
}

.footer-brand img {
  max-width: 190px;
  padding: 9px;
  border-radius: 4px;
  background: #fff;
}

.footer-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.footer-links a,
.footer-links button {
  color: #fff;
}

.footer-contact strong {
  font-size: 24px;
}

.footer-disclosures {
  margin-top: 36px;
  padding-top: 24px;
  border-top-color: rgba(255, 255, 255, 0.18);
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top-color: rgba(255, 255, 255, 0.18);
}

.footer-workbench {
  color: rgba(255, 255, 255, 0.65);
}

.secure-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.98);
  box-shadow: 0 8px 24px rgba(18, 18, 18, 0.05);
}

.secure-header-inner {
  grid-template-columns: 1fr auto 1fr;
  min-height: 68px;
}

.secure-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
}

.secure-label {
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  font-size: 9px;
}

.secure-progress {
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, var(--container));
  margin-inline: auto;
  overflow: hidden;
  border-inline: 1px solid var(--line);
  background: #fff;
}

.progress-step {
  min-height: 42px;
  border-color: var(--line);
  font-size: 9px;
}

.progress-step.active,
.progress-step.done {
  background: var(--cobalt);
  color: #fff;
}

.secure-main {
  padding: 42px 0 76px;
  background: var(--canvas);
}

.secure-intro {
  max-width: 780px;
  margin-bottom: 32px;
}

.secure-intro p {
  max-width: 680px;
  margin-top: 18px;
}

.checkout-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.checkout-flow {
  gap: 14px;
}

.checkout-step {
  padding: 30px;
  border-color: var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.checkout-step-head {
  margin-bottom: 22px;
}

.checkout-step-head h2 {
  font-size: 29px;
  font-weight: 400;
}

.order-summary {
  top: 126px;
  padding: 18px;
  border-color: var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 36px rgba(18, 18, 18, 0.1);
}

.summary-product {
  grid-template-columns: 112px 1fr;
  gap: 14px;
}

.summary-product img {
  width: 112px;
  aspect-ratio: 4 / 3;
  border-radius: 5px;
}

.summary-product h2 {
  font-size: 19px;
  font-weight: 400;
}

.summary-lines,
.summary-terms,
.summary-action,
.help-card {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.summary-line {
  padding-block: 7px;
  font-size: 12px;
}

.summary-total strong {
  font-size: 26px;
}

.summary-terms {
  padding: 14px;
  border: 0;
  border-radius: 5px;
  background: var(--warning);
  font-size: 11px;
}

.help-card {
  padding: 16px 0 0;
  background: transparent;
}

.breakdown {
  border-color: var(--line);
  border-radius: 6px;
}

.sofa-picker {
  gap: 8px;
}

.sofa-option {
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 90px;
  padding: 8px;
  border-color: var(--line);
  border-radius: 6px;
  background: #fff;
}

.sofa-option img {
  width: 76px;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
}

.sofa-option.selected {
  border-color: var(--cobalt);
  background: var(--soft-blue);
}

.gallery-dialog {
  width: min(1120px, calc(100% - 40px));
  border-radius: 10px;
  background: var(--paper);
}

.gallery-shell {
  padding: 18px;
}

.gallery-stage img {
  max-height: 76vh;
  border-radius: 7px;
}

.icon-button,
.gallery-arrow {
  border-radius: 5px;
}

.toast {
  border-radius: 6px;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 170px minmax(0, 1fr) 132px;
    gap: 14px;
  }

  .nav-link {
    padding-inline: 9px;
    font-size: 11px;
  }

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

  .grid-3 > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .archive-mini-grid {
    grid-template-columns: 1fr;
  }

  .checkout-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }

  .nav-shell {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .header-inner.menu-open .nav-shell {
    display: block;
  }

  .main-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .nav-link {
    justify-content: flex-start;
  }

  .stock-pill {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-color: var(--line);
    border-radius: 5px;
  }

  .hero-grid,
  .split-feature,
  .form-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 2;
  }

  .hero-media {
    order: 1;
    min-height: 420px;
  }

  .form-aside,
  .order-summary {
    position: static;
  }

  .order-summary {
    order: -1;
  }

  .archive-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding-block: 48px;
  }

  .section-tight {
    padding-block: 24px;
  }

  .preview-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-width: none;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 8px 10px;
  }

  .service-bar {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 7px;
  }

  .header-inner {
    min-height: 64px;
  }

  .nav-shell {
    top: 64px;
  }

  .brand-wordmark {
    font-size: 22px;
  }

  .brand-wordmark small {
    margin-top: 7px;
    font-size: 6px;
  }

  .display,
  .page-title {
    font-size: clamp(44px, 13vw, 58px);
  }

  .section-title {
    font-size: 38px;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-copy {
    padding: 34px 24px 38px;
  }

  .hero-media {
    min-height: 270px;
  }

  .media-note {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    padding: 10px 12px;
    font-size: 10px;
  }

  .button-row {
    grid-template-columns: 1fr;
  }

  .button-row .button,
  .button-row .search-input {
    width: 100%;
  }

  .trust-rail,
  .fact-rail,
  .grid-3,
  .grid-4,
  .buy-product-grid,
  .archive-mini-grid,
  .field-grid,
  .choice-grid,
  .condition-grid,
  .faq-grid,
  .contact-grid,
  .footer-grid,
  .footer-links,
  .footer-disclosures {
    grid-template-columns: 1fr;
  }

  .grid-3 > :last-child:nth-child(odd) {
    grid-column: auto;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .trust-item,
  .fact-item {
    min-height: 82px;
    padding: 16px;
  }

  .info-card,
  .path-card,
  .contact-card {
    min-height: 190px;
    padding: 22px;
  }

  .product-media {
    margin: 8px 8px 0;
  }

  .product-body {
    padding: 18px;
  }

  .product-title {
    font-size: 25px;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .product-actions .button:last-child:nth-child(3) {
    grid-column: auto;
  }

  .tabs {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .tab {
    flex: 0 0 auto;
  }

  .toolbar,
  .toolbar-group {
    align-items: stretch;
    flex-direction: column;
  }

  .split-feature-copy,
  .cobalt-band,
  .dark-band,
  .form-card,
  .checkout-step {
    padding: 26px 20px;
  }

  .form-aside {
    padding: 22px;
  }

  .form-card > h2 {
    font-size: 37px;
  }

  .choice-card {
    min-height: 132px;
    padding: 17px;
  }

  .choice-card h3 {
    font-size: 22px;
  }

  .secure-header-inner {
    grid-template-columns: 1fr auto;
    min-height: 62px;
  }

  .secure-label {
    display: none;
  }

  .secure-brand {
    font-size: 18px;
  }

  .secure-back {
    font-size: 10px;
  }

  .secure-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-inline: 0;
  }

  .progress-step {
    min-height: 38px;
  }

  .secure-main {
    padding: 28px 0 58px;
  }

  .secure-intro {
    margin-bottom: 24px;
  }

  .order-summary {
    padding: 15px;
  }

  .summary-product {
    grid-template-columns: 88px 1fr;
  }

  .summary-product img {
    width: 88px;
  }

  .sofa-option {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .sofa-option img {
    width: 70px;
  }

  .sofa-option .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .contact-card h3,
  .contact-card h3.contact-email {
    font-size: 31px;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 420px) {
  body {
    font-size: 14px;
  }

  .container {
    width: min(calc(100% - 22px), var(--container));
  }

  .display,
  .page-title {
    font-size: 44px;
  }

  .section-title {
    font-size: 35px;
  }

  .product-price {
    font-size: 26px;
  }

  .product-title {
    font-size: 23px;
  }

  .checkout-step-head {
    grid-template-columns: 30px 1fr;
  }

  .step-number {
    width: 30px;
    height: 30px;
  }

  .contact-card h3,
  .contact-card h3.contact-email {
    font-size: 27px;
  }
}

/* ========================================================================== */
/* Approved 2026 editorial system — shared shell + homepage canonical pass    */
/* ========================================================================== */

:root {
  --canvas: #fbfaf8;
  --paper: #fff;
  --ink: #1b1f23;
  --muted: #626664;
  --cobalt: #0a44cb;
  --cobalt-dark: #0635a8;
  --line: #deddd9;
  --line-blue: #0a44cb;
  --warm: #f0ece4;
  --dark: #1a1c1f;
  --container: 1180px;
  --radius-sm: 5px;
  --radius: 7px;
  --radius-lg: 9px;
  --shadow: none;
}

html,
body {
  background: var(--canvas);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  width: 100%;
  max-width: 100%;
}

body {
  overflow-x: clip;
}

#app {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.preview-bar {
  display: none !important;
}

.container {
  width: min(calc(100% - 80px), var(--container));
}

.ui-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.12em;
}

.service-bar {
  height: 32px;
  min-height: 32px;
  padding: 0;
  background: var(--cobalt);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 100%;
  white-space: nowrap;
}

.service-bar span {
  font-size: 9px;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 50;
  height: 66px;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  backdrop-filter: none;
}

.header-inner {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  height: 66px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.brand-wordmark,
.footer-wordmark {
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .82;
}

.brand-wordmark small,
.footer-wordmark small {
  display: block;
  margin-top: 8px;
  padding-left: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .31em;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: auto;
  min-width: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 30px;
  padding: 7px 8px;
  border-radius: 5px;
  color: #17191c;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-link.active {
  background: transparent;
  color: var(--cobalt);
}

.nav-chevron {
  width: 9px;
  height: 9px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.header-route-action,
.header-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--cobalt);
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.header-route-action .ui-icon {
  width: 14px;
  height: 14px;
}

.header-route-action.is-primary {
  background: var(--cobalt);
  color: #fff;
}

.menu-toggle {
  display: none;
}

main {
  background: var(--canvas);
}

.home-hero,
.home-offer-strip,
.home-review-row,
.home-available,
.home-why,
.home-paths,
.home-showroom,
.home-cta {
  margin: 0;
}

.home-hero {
  height: 373px;
  overflow: hidden;
  background: #fff;
}

.home-hero .container {
  width: min(calc(100% - 80px), var(--container));
}

.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 37% 63%;
  height: 100%;
}

.home-hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 25px 12px 25px 0;
  background: #fff;
}

.home-hero-copy .eyebrow,
.home-section-head .eyebrow,
.home-why .eyebrow,
.home-paths .eyebrow,
.home-showroom .eyebrow,
.home-cta small {
  margin: 0 0 11px;
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .94;
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 272px;
  margin: 19px 0 0;
  color: #424648;
  font-size: 11px;
  line-height: 1.55;
}

.home-hero-actions {
  display: flex;
  gap: 7px;
  margin-top: 21px;
}

.home-hero-actions .button {
  min-height: 34px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid var(--cobalt);
  border-radius: 5px;
  background: #fff;
  color: #17191c;
  font-size: 9px;
  font-weight: 800;
}

.home-hero-actions .button-primary {
  background: var(--cobalt);
  color: #fff;
}

.home-hero-trust {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 19px;
  color: #484c4d;
  font-size: 7.5px;
  font-weight: 700;
}

.home-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.home-hero-trust .ui-icon {
  width: 15px;
  height: 15px;
  color: var(--cobalt);
}

.home-hero-media {
  position: relative;
  height: 100%;
  margin-right: calc((100vw - min(calc(100vw - 80px), 1180px)) / -2);
  overflow: hidden;
}

.home-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.home-hero-gradient {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.92) 20%, rgba(255,255,255,0) 100%);
}

.home-offer-strip {
  background: var(--cobalt);
  color: #fff;
}

.home-offer-strip .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 68px;
}

.home-offer-strip article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 11px 18px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.home-offer-strip article:last-child {
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.home-offer-strip .ui-icon {
  width: 24px;
  height: 24px;
  color: #d7ff59;
}

.home-offer-strip article > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.home-offer-strip small,
.home-offer-strip strong,
.home-offer-strip em {
  display: block;
  font-style: normal;
}

.home-offer-strip small {
  color: #d7ff59;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-offer-strip strong {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
}

.home-offer-strip em {
  color: #dce5ff;
  font-size: 6.5px;
  line-height: 1.3;
}

.home-stat {
  position: absolute;
  top: 23px;
  left: 10%;
  width: 111px;
  min-height: 103px;
  padding: 13px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 28px rgba(17, 24, 39, .12);
}

.home-stat small {
  display: block;
  color: var(--cobalt);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-stat strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.home-stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.35;
}

.home-review-row {
  display: flex;
  align-items: center;
  height: 85px;
  background: var(--canvas);
}

.home-review-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  min-height: 75px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.review-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 12px 15px;
}

.review-brand > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.google-mark {
  color: var(--cobalt);
}

.facebook-mark {
  background: var(--cobalt);
  color: #fff;
  font-family: Georgia, serif !important;
  font-size: 25px !important;
}

.review-brand div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.stars {
  color: var(--cobalt);
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1;
}

.review-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 400;
}

.review-brand small {
  color: var(--muted);
  font-size: 7px;
}

.home-review-grid blockquote {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 14px 18px;
  border-inline: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.4;
}

.home-available {
  height: 303px;
  padding: 19px 0 13px;
  background: #fff;
}

.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 39px;
}

.home-section-head .eyebrow {
  margin-bottom: 4px;
}

.home-section-head h2,
.home-why h2,
.home-showroom h2,
.home-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.home-section-head > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 800;
}

.home-section-head > a .ui-icon {
  width: 10px;
  height: 10px;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 11px;
}

.home-product-card {
  min-width: 0;
  height: 197px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.home-product-media {
  position: relative;
  display: block;
  width: 100%;
  height: 149px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #eee;
  cursor: pointer;
}

.home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-product-media > span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  height: 19px;
  padding: 0 7px;
  border-radius: 3px;
  background: #fff;
  color: #17191c;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-product-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 19px;
  align-items: center;
  gap: 6px;
  height: 48px;
  padding: 7px 8px;
}

.home-product-info div {
  min-width: 0;
}

.home-product-info strong {
  display: block;
  overflow: hidden;
  color: #17191c;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-product-info strong a,
.buy-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-product-info small {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: var(--muted);
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-product-info > b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 400;
}

.home-product-info > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: var(--cobalt);
  color: #fff;
}

.home-product-info > a .ui-icon {
  width: 10px;
  height: 10px;
}

.home-stock-note {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 7px;
  text-align: right;
}

.home-why {
  height: 227px;
  padding: 28px 0 20px;
  background: var(--warm);
}

.home-why-grid {
  display: grid;
  grid-template-columns: .88fr repeat(3, 1fr);
  gap: 17px;
  height: 100%;
}

.home-why-intro {
  padding: 2px 10px 0 0;
}

.home-why h2 {
  font-size: 26px;
  line-height: .98;
}

.home-why article {
  position: relative;
  min-width: 0;
}

.home-line-icon {
  display: inline-flex;
  color: var(--cobalt);
}

.home-line-icon .ui-icon {
  width: 29px;
  height: 29px;
}

.home-why h3 {
  margin: 8px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.home-why article img {
  width: 100%;
  height: 92px;
  border-radius: 6px;
  object-fit: cover;
}

.home-why article p {
  margin: 7px 0 0;
  color: #505456;
  font-size: 8px;
  line-height: 1.35;
}

.home-paths {
  height: 175px;
  padding: 10px 0 4px;
  background: #fff;
}

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

.home-path-grid > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 162px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  isolation: isolate;
}

.home-path-grid > a::before {
  position: absolute;
  inset: 0 0 0 39%;
  z-index: -2;
  background: var(--path-image) center / cover no-repeat;
  content: "";
}

.home-path-grid > a::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #fff 0%, #fff 43%, rgba(255,255,255,.78) 62%, rgba(255,255,255,.1) 100%);
  content: "";
}

.home-path-grid > a > span {
  display: inline-flex;
  color: var(--cobalt);
}

.home-path-grid > a > span .ui-icon {
  width: 23px;
  height: 23px;
}

.home-path-grid .eyebrow {
  margin: 9px 0 4px;
  color: #585c5e;
  font-size: 7px;
}

.home-path-grid h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.home-path-grid small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 800;
}

.home-path-grid small .ui-icon {
  width: 9px;
  height: 9px;
}

.home-showroom {
  height: 219px;
  padding: 6px 0 2px;
  background: #fff;
}

.home-showroom-card {
  position: relative;
  height: 211px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.home-showroom-card > img {
  position: absolute;
  inset: 0 0 0 27%;
  width: 73%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.home-showroom-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 28%, rgba(255,255,255,.92) 40%, rgba(255,255,255,0) 70%);
  content: "";
}

.home-showroom-copy {
  position: relative;
  z-index: 2;
  width: 47%;
  padding: 31px 0 0 27px;
}

.home-showroom h2 {
  max-width: 300px;
  font-size: 31px;
  line-height: .98;
}

.home-showroom-copy > p:not(.eyebrow) {
  max-width: 265px;
  margin: 16px 0 18px;
  color: #4a4e4f;
  font-size: 9px;
  line-height: 1.45;
}

.home-showroom .button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 29px;
  min-height: 29px;
  padding: 0 11px;
  border-radius: 4px;
  background: var(--cobalt);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.home-showroom .button .ui-icon {
  width: 13px;
  height: 13px;
}

.home-review-lower {
  height: 121px;
}

.home-review-lower .home-review-grid {
  min-height: 104px;
}

.home-google-review-strip {
  display: flex;
  align-items: center;
  height: 58px;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #fff;
}

.home-google-review-strip-inner {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr) 112px;
  align-items: center;
  height: 46px;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
}

.home-google-review-score {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding-right: 13px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.home-google-review-score > span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.home-google-review-score > span + span {
  padding-left: 10px;
  border-left: 1px solid var(--line);
}

.home-google-review-score > span > i,
.home-google-review-item > i {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--cobalt);
  font: 700 14px Arial, sans-serif;
  font-style: normal;
}

.home-google-review-score > span > span {
  display: grid;
  gap: 2px;
}

.home-google-review-score .is-facebook > i,
.home-google-review-item-facebook > i {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.home-google-review-item > i {
  width: 19px;
  height: 19px;
  font-size: 10px;
}

.home-google-review-item-facebook > i {
  font-size: 12px;
}

.home-google-review-score b,
.home-google-review-item > b {
  color: var(--cobalt);
  font-size: 9px;
  letter-spacing: .08em;
  line-height: 1;
}

.home-google-review-score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}

.home-google-review-window {
  min-width: 0;
  overflow: hidden;
}

.home-google-review-track,
.home-google-review-group {
  display: flex;
  align-items: center;
  width: max-content;
}

.home-google-review-track {
  animation: home-google-review-scroll 44s linear infinite;
}

.home-google-review-strip:hover .home-google-review-track {
  animation-play-state: paused;
}

.home-google-review-group {
  flex: none;
  padding-right: 18px;
}

.home-google-review-item {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 31px;
  padding: 0 17px;
  border-right: 1px solid var(--line);
  white-space: nowrap;
}

.home-google-review-item q {
  max-width: 310px;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  text-overflow: ellipsis;
}

.home-google-review-item small {
  color: var(--muted);
  font-size: 7px;
}

.home-google-review-link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  height: 100%;
  border-left: 1px solid var(--line);
  background: #fff;
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.home-google-review-link .ui-icon {
  width: 11px;
  height: 11px;
}

@keyframes home-google-review-scroll {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .home-google-review-track { animation: none; }
}

.home-cta {
  display: flex;
  align-items: center;
  height: 51px;
  background: var(--cobalt);
  color: #fff;
}

.home-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-cta small {
  display: block;
  margin: 0 0 2px;
  color: #fff;
  font-size: 6px;
}

.home-cta h2 {
  color: #fff;
  font-size: 21px;
}

.home-cta .container > div:last-child {
  display: flex;
  gap: 6px;
}

.home-cta .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.home-cta .button:first-child {
  background: #fff;
  color: var(--cobalt);
}

.site-footer {
  height: 169px;
  min-height: 169px;
  padding: 0;
  background: var(--dark);
  color: #fff;
}

.site-footer > .container {
  height: 100%;
  padding-top: 21px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 20px;
  height: 96px;
}

.footer-brand,
.footer-column,
.footer-contact {
  min-width: 0;
}

.footer-wordmark {
  color: #fff;
  font-size: 23px;
}

.footer-wordmark small {
  color: #fff;
}

.footer-brand > p {
  margin: 13px 0 0;
  color: #aeb2b7;
  font-size: 7px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.footer-column .eyebrow {
  margin: 0 0 3px;
  color: #fff;
  font-size: 7px;
  letter-spacing: .14em;
}

.footer-column a,
.footer-column span,
.footer-column button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c8cbd0;
  font-size: 7.5px;
  line-height: 1.35;
  text-align: left;
}

.footer-column .ui-icon {
  width: 11px;
  height: 11px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  border-top: 1px solid #3c3f43;
  color: #9fa3a9;
  font-size: 7px;
}

.footer-bottom button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.footer-disclosure {
  margin: 1px 0 0;
  color: #7e8389;
  font-size: 6.5px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 761px) and (max-width: 900px) {
  .container,
  .home-hero .container {
    width: calc(100% - 96px);
  }

  .header-inner {
    grid-template-columns: 176px minmax(0, 1fr) auto;
  }

  .header-actions .header-route-action:not(:last-child) {
    display: none;
  }

  .home-hero-media {
    margin-right: -48px;
  }
}

@media (max-width: 760px) {
  .container,
  .home-hero .container {
    width: min(calc(100% - 28px), 620px);
  }

  .service-bar {
    height: 28px;
    min-height: 28px;
    font-size: 6.5px;
  }

  .service-bar .container {
    gap: 8px;
  }

  .site-header,
  .header-inner {
    height: 62px;
    min-height: 62px;
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .brand-wordmark {
    font-size: 22px;
  }

  .main-nav {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    z-index: 40;
    display: none;
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 16px 28px rgba(0,0,0,.08);
  }

  .header-inner.menu-open .main-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  .header-actions {
    justify-self: end;
  }

  .header-route-action {
    height: 30px;
    min-height: 30px;
    padding-inline: 9px;
    font-size: 0;
  }

  .header-route-action .ui-icon {
    width: 16px;
    height: 16px;
  }

  .header-route-action.is-primary {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
    font-size: 17px;
  }

  .home-hero {
    height: auto;
  }

  .home-hero-grid {
    display: flex;
    flex-direction: column;
  }

  .home-hero-copy {
    min-height: 355px;
    padding: 36px 0 30px;
  }

  .home-hero-copy h1 {
    font-size: clamp(44px, 14vw, 58px);
  }

  .home-hero-copy > p:not(.eyebrow) {
    max-width: 340px;
    font-size: 12px;
  }

  .home-hero-trust {
    flex-wrap: wrap;
  }

  .home-hero-media {
    height: 270px;
    margin: 0 -14px;
  }

  .home-stat {
    left: 18px;
  }

  .home-review-row,
  .home-review-lower {
    height: auto;
    padding: 12px 0;
  }

  .home-review-grid {
    grid-template-columns: 1fr;
  }

  .home-review-grid blockquote {
    border: 0;
    border-block: 1px solid var(--line);
  }

  .home-available,
  .home-why,
  .home-paths,
  .home-showroom,
  .home-cta,
  .site-footer {
    height: auto;
  }

  .home-available {
    padding: 34px 0;
  }

  .home-product-grid,
  .home-why-grid,
  .home-path-grid {
    grid-template-columns: 1fr;
  }

  .home-product-grid,
  .home-path-grid {
    gap: 12px;
  }

  .home-product-card {
    height: 246px;
  }

  .home-product-media {
    height: 198px;
  }

  .home-why {
    padding: 38px 0 34px;
  }

  .home-why-grid {
    gap: 30px;
  }

  .home-why-intro {
    padding: 0;
  }

  .home-why article {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
  }

  .home-why article img {
    grid-column: 1 / -1;
    height: 160px;
    margin-top: 10px;
  }

  .home-why article p {
    grid-column: 1 / -1;
  }

  .home-paths {
    padding: 14px 0;
  }

  .home-path-grid > a {
    height: 150px;
  }

  .home-showroom {
    padding: 14px 0;
  }

  .home-showroom-card {
    height: 430px;
  }

  .home-showroom-card > img {
    inset: auto 0 0;
    width: 100%;
    height: 58%;
  }

  .home-showroom-card::after {
    background: linear-gradient(180deg, #fff 0%, #fff 37%, rgba(255,255,255,.86) 52%, rgba(255,255,255,0) 100%);
  }

  .home-showroom-copy {
    width: auto;
    padding: 28px 24px;
  }

  .home-cta {
    padding: 18px 0;
  }

  .home-cta .container {
    align-items: flex-start;
    gap: 14px;
  }

  .home-cta .container > div:last-child {
    flex-direction: column;
  }

  .site-footer {
    min-height: 0;
    padding: 32px 0 20px;
  }

  .site-footer > .container {
    padding-top: 0;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 24px 18px;
    height: auto;
  }

  .footer-bottom {
    height: auto;
    margin-top: 26px;
    padding: 12px 0;
  }

  .footer-disclosure {
    font-size: 7px;
  }
}

/* Buy route canonical rhythm: six real records in a compact 3 x 2 catalogue. */
@media (min-width: 761px) {
  .route-buy .buy-card {
    height: 405px;
  }

  .route-buy .buy-card-body {
    box-sizing: border-box;
    height: 227px;
  }

  .route-buy .buy-promos {
    height: 138px;
    padding-block: 9px;
  }

  .route-buy .buy-promos a {
    height: 120px;
  }

  .route-buy + .site-footer {
    height: 88px;
    min-height: 88px;
  }

  .route-buy + .site-footer > .container {
    height: 88px;
    padding-top: 9px;
  }

  .route-buy + .site-footer .footer-grid {
    grid-template-columns: 1.25fr repeat(4, 1fr);
    grid-template-rows: 46px;
    gap: 12px;
    height: 46px;
  }

  .route-buy + .site-footer .footer-wordmark {
    font-size: 16px;
  }

  .route-buy + .site-footer .footer-wordmark small,
  .route-buy + .site-footer .footer-brand p,
  .route-buy + .site-footer .footer-column a,
  .route-buy + .site-footer .footer-column span,
  .route-buy + .site-footer .footer-column button {
    font-size: 6px;
    line-height: 1.25;
  }

  .route-buy + .site-footer .footer-column > :nth-child(n + 3),
  .route-buy + .site-footer .footer-disclosure {
    display: none;
  }

  .route-buy + .site-footer .footer-bottom {
    height: 22px;
    font-size: 6px;
  }
}

/* ========================================================================== */
/* Canonical compact-density refinement                                        */
/* Contact follows design-approvals/06-contact/approved-full-page-concept.png */
/* ========================================================================== */

:root {
  --canvas: #fbfaf8;
  --paper: #fff;
  --ink: #1b1f23;
  --muted: #66635e;
  --cobalt: #0e44cc;
  --cobalt-dark: #0a36a6;
  --line: #deddd9;
  --warm: #e9e3d8;
  --radius-sm: 5px;
  --radius: 8px;
  --radius-lg: 10px;
  --shadow: none;
  --container: 1320px;
}

body {
  font-size: 14px;
  line-height: 1.46;
}

.container {
  width: min(calc(100% - 64px), var(--container));
}

.section {
  padding-block: 56px;
}

.section-tight {
  padding-block: 28px;
}

.display {
  max-width: 680px;
  font-size: clamp(48px, 4.85vw, 70px);
  line-height: 0.97;
}

.page-title {
  font-size: clamp(43px, 4.4vw, 62px);
}

.section-title {
  font-size: clamp(34px, 3.25vw, 46px);
}

.subhead {
  max-width: 590px;
  font-size: clamp(16px, 1.2vw, 19px);
}

.eyebrow {
  margin-bottom: 10px;
  font-size: 9px;
  letter-spacing: 0.17em;
}

.service-bar {
  min-height: 28px;
  padding: 5px 16px;
  font-size: 8px;
  letter-spacing: 0.18em;
}

.site-header {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.header-inner {
  grid-template-columns: 190px minmax(0, 1fr) 158px;
  gap: 24px;
  min-height: 70px;
}

.brand-wordmark {
  color: #080808;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.brand-wordmark small {
  margin-top: 8px;
  color: #080808;
  font-size: 7px;
  letter-spacing: 0.32em;
}

.main-nav {
  gap: 0;
}

.nav-link {
  min-height: 36px;
  padding: 8px 11px;
  border-radius: 5px;
  font-size: 11px;
}

.stock-pill {
  min-height: 46px;
  border-radius: 5px;
}

.stock-pill strong {
  font-size: 11px;
}

.header-whatsapp {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.header-whatsapp .ui-icon {
  color: #159447;
}

.ui-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-grid {
  min-height: 455px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: none;
}

.hero-copy {
  padding: 44px 46px;
}

.hero-copy .subhead {
  margin-top: 18px;
}

.hero-media {
  min-height: 455px;
}

.button-row {
  margin-top: 22px;
}

.button {
  min-height: 40px;
  padding: 9px 15px;
  border-color: var(--line);
  border-radius: 4px;
  font-size: 11px;
}

.button:hover {
  border-color: var(--ink);
}

.button-primary,
.button-primary:hover {
  border-color: var(--cobalt);
}

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.button-icon .ui-icon {
  width: 18px;
  height: 18px;
}

.card,
.trust-rail,
.fact-rail,
.product-card,
.form-card,
.checkout-step,
.order-summary,
.faq-item,
.info-card,
.path-card,
.article-card,
.contact-card {
  border-color: var(--line);
  box-shadow: none;
}

.trust-item,
.fact-item {
  min-height: 92px;
  padding: 16px;
}

.trust-item strong,
.fact-item strong {
  font-size: 18px;
}

.info-card,
.path-card {
  min-height: 190px;
  padding: 24px;
}

.info-card h3,
.path-card h3 {
  font-size: 25px;
}

.split-feature-copy {
  padding: 44px;
}

.split-feature-media {
  min-height: 390px;
}

.cobalt-band,
.dark-band {
  padding: 48px;
}

.form-card {
  padding: 32px;
}

.form-card > h2 {
  font-size: 39px;
}

.form-step-header h3 {
  font-size: 24px;
}

.choice-card {
  min-height: 132px;
  padding: 18px;
}

.choice-card h3 {
  font-size: 22px;
}

.product-body {
  padding: 18px;
}

.product-title {
  font-size: 24px;
}

.product-price {
  font-size: 27px;
}

.article-body h3 {
  font-size: 23px;
}

/* Contact: canonical full-page information architecture */

.contact-hero-section,
.contact-methods-section,
.contact-intent-section,
.contact-support-section,
.contact-faq-section,
.contact-final-section {
  background: var(--canvas);
}

.contact-hero-section {
  padding: 42px 0 48px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: stretch;
}

.contact-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 4px 22px 0;
}

.contact-blue-label {
  color: var(--cobalt);
}

.contact-hero-copy h1,
.contact-centered-heading h2,
.contact-support-card h2,
.contact-final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.contact-hero-copy h1 {
  max-width: 460px;
  font-size: clamp(42px, 4.1vw, 59px);
  line-height: 0.96;
}

.contact-hero-copy > p:not(.eyebrow):not(.contact-response-note) {
  max-width: 455px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.contact-hero-actions {
  display: flex;
  gap: 9px;
  margin-top: 24px;
}

.contact-email-line,
.contact-response-note {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-email-line {
  align-self: flex-start;
  margin-top: 17px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.contact-email-line .ui-icon,
.contact-response-note .ui-icon {
  width: 17px;
  height: 17px;
  color: var(--cobalt);
}

.contact-response-note {
  margin: 17px 0 0;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.contact-hero-media {
  height: clamp(301px, 30vw, 430px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--warm);
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-methods-section {
  padding: 58px 0 64px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.contact-centered-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.contact-centered-heading h2 {
  font-size: clamp(34px, 3.2vw, 45px);
  line-height: 1.02;
}

.contact-centered-heading > p:last-child {
  max-width: 590px;
  margin: 13px auto 0;
  color: var(--muted);
  font-size: 13px;
}

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

.contact-method-card {
  display: flex;
  min-width: 0;
  min-height: 236px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.contact-method-card:hover,
.contact-method-card:focus-visible,
.contact-method-card.is-featured {
  border-color: var(--cobalt);
}

.contact-method-card:hover {
  transform: translateY(-2px);
}

.contact-method-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--cobalt);
}

.contact-method-card.is-featured .contact-method-icon {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.contact-method-card .eyebrow {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 8px;
}

.contact-method-card > strong {
  max-width: 100%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.75vw, 28px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.contact-method-card > span:not(.contact-method-icon):not(.eyebrow):not(.contact-method-action) {
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.contact-method-action {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
}

.contact-method-action .ui-icon {
  width: 16px;
  height: 16px;
  color: var(--cobalt);
}

.contact-method-card:hover .contact-method-action,
.contact-method-card:focus-visible .contact-method-action {
  border-color: var(--cobalt);
}

.contact-intent-section {
  padding: 62px 0 66px;
}

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

.contact-intent-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 220ms ease, transform 220ms ease;
}

.contact-intent-card:hover,
.contact-intent-card:focus-visible,
.contact-intent-card.is-active {
  border-color: var(--cobalt);
}

.contact-intent-card:hover {
  transform: translateY(-3px);
}

.contact-intent-card > img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  background: var(--warm);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1), filter 250ms ease;
}

.contact-intent-card.is-active > img,
.contact-intent-card:hover > img {
  transform: scale(1.025);
}

.contact-intent-icon {
  position: absolute;
  top: 152px;
  left: 20px;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--cobalt);
}

.contact-intent-card.is-active .contact-intent-icon {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.contact-intent-body {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 36px 20px 20px;
}

.contact-intent-body .eyebrow {
  margin-bottom: 8px;
  color: var(--cobalt);
  font-size: 8px;
}

.contact-intent-body > strong {
  padding-right: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.contact-intent-body > span:not(.eyebrow) {
  margin-top: 11px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.contact-intent-body > .ui-icon {
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-left: auto;
  color: var(--cobalt);
}

.contact-support-section {
  padding: 0 0 64px;
}

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

.contact-support-card {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-support-card h2 {
  max-width: 510px;
  font-size: clamp(31px, 2.8vw, 40px);
  line-height: 1.02;
}

.contact-support-card > p:not(.eyebrow) {
  max-width: 510px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.contact-detail-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 27px;
  border-block: 1px solid var(--line);
}

.contact-detail-list > span {
  display: flex;
  min-width: 0;
  gap: 11px;
  padding: 18px 15px 18px 0;
}

.contact-detail-list > span + span {
  padding-left: 15px;
  border-left: 1px solid var(--line);
}

.contact-detail-list .ui-icon {
  width: 19px;
  height: 19px;
  color: var(--cobalt);
}

.contact-detail-list strong,
.contact-detail-list small {
  display: block;
}

.contact-detail-list strong {
  font-size: 11px;
}

.contact-detail-list small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.contact-showroom-card > .button {
  align-self: flex-start;
  margin-top: auto;
}

.contact-check-list {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.contact-check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.contact-check-list .ui-icon {
  width: 25px;
  height: 25px;
  padding: 5px;
  border: 1px solid var(--cobalt);
  border-radius: 50%;
  color: var(--cobalt);
}

.contact-whatsapp-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin-top: auto;
  padding: 17px 0 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.contact-whatsapp-row > .ui-icon:first-child {
  width: 27px;
  height: 27px;
  color: #159447;
}

.contact-whatsapp-row > .ui-icon:last-child {
  width: 17px;
  height: 17px;
  color: var(--cobalt);
}

.contact-whatsapp-row strong,
.contact-whatsapp-row small {
  display: block;
}

.contact-whatsapp-row small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.contact-faq-section {
  padding: 62px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.contact-faq-grid .faq-item {
  min-height: 0;
  border-radius: 6px;
}

.contact-faq-grid .faq-item summary {
  padding: 17px 18px;
  font-size: 12px;
}

.contact-faq-section .contact-centered-heading {
  margin-left: 0;
  text-align: left;
}

.contact-faq-grid .faq-item[open] p {
  padding-top: 0;
  font-size: 11px;
}

.contact-final-section {
  padding: 52px 0 0;
  background: #17191e;
}

.contact-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: end;
  padding: 48px;
  border-radius: 0;
  background: #17191e;
  color: #fff;
}

.contact-final-cta .eyebrow {
  color: #9eb1ff;
}

.contact-final-cta h2 {
  max-width: 520px;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1;
}

.contact-final-cta p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.contact-final-cta .button:not(.button-primary) {
  border-color: rgba(255,255,255,.65);
  background: transparent;
  color: #fff;
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 160px minmax(0, 1fr) 132px;
    gap: 14px;
  }

  .brand-wordmark {
    font-size: 26px;
  }

  .nav-link {
    padding-inline: 8px;
    font-size: 10px;
  }

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

  .contact-support-card {
    padding: 28px;
  }

  .contact-detail-list {
    grid-template-columns: 1fr;
  }

  .contact-detail-list > span + span {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .contact-hero-section {
    padding: 28px 0 34px;
  }

  .contact-hero-copy {
    padding: 0;
  }

  .contact-hero-copy h1 {
    font-size: 42px;
  }

  .contact-hero-copy > p:not(.eyebrow):not(.contact-response-note) {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.4;
  }

  .contact-hero-actions {
    gap: 7px;
    margin-top: 15px;
  }

  .contact-hero-actions .button {
    min-height: 36px;
    flex: 1;
    padding: 7px 8px;
    font-size: 9px;
  }

  .contact-email-line {
    margin-top: 10px;
    font-size: 10px;
  }

  .contact-response-note {
    margin-top: 10px;
    padding-top: 9px;
    font-size: 9px;
  }

  .contact-methods-section,
  .contact-intent-section {
    padding: 40px 0 44px;
  }

  .contact-methods-section .contact-centered-heading .eyebrow,
  .contact-methods-section .contact-centered-heading > p:last-child,
  .contact-intent-section .contact-centered-heading .eyebrow,
  .contact-intent-section .contact-centered-heading > p:last-child,
  .contact-faq-section .contact-centered-heading .eyebrow {
    display: none;
  }

  .contact-methods-section .contact-centered-heading,
  .contact-intent-section .contact-centered-heading {
    margin-bottom: 22px;
  }

  .contact-centered-heading h2 {
    font-size: 32px;
  }

  .contact-method-grid,
  .contact-intent-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .contact-method-card {
    min-height: 224px;
    padding: 16px;
  }

  .contact-method-card > strong {
    font-size: 21px;
  }

  .contact-intent-card > img {
    height: 154px;
  }

  .contact-intent-icon {
    top: 130px;
    left: 16px;
  }

  .contact-intent-body {
    min-height: 145px;
    padding: 34px 16px 16px;
  }

  .contact-intent-body > strong {
    font-size: 20px;
  }

  .contact-detail-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-detail-list > span + span {
    padding-left: 12px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .contact-support-section {
    padding-bottom: 44px;
  }

  .contact-support-card {
    min-height: 300px;
    padding: 26px;
  }

  .contact-support-card .eyebrow {
    display: none;
  }

  .contact-support-card h2 {
    font-size: 29px;
  }

  .contact-support-card > p:not(.eyebrow) {
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.4;
  }

  .contact-detail-list {
    margin-top: 16px;
  }

  .contact-detail-list > span {
    gap: 7px;
    padding: 11px 8px 11px 0;
  }

  .contact-check-list {
    margin-top: 14px;
  }

  .contact-check-list li {
    gap: 8px;
    padding: 8px 0;
    font-size: 9px;
  }

  .contact-whatsapp-row {
    padding-top: 10px;
  }

  .contact-faq-section {
    padding: 38px 0;
  }

  .contact-faq-section .contact-centered-heading {
    margin-bottom: 18px;
  }

  .contact-faq-grid .faq-item summary {
    padding: 11px 13px 5px;
    font-size: 10px;
  }

  .contact-faq-grid .faq-item[open] p {
    padding: 0 13px 11px;
    font-size: 9px;
    line-height: 1.35;
  }

  .contact-final-section {
    padding-top: 0;
  }

  .contact-final-cta {
    gap: 28px;
    padding: 34px 30px;
  }

  .contact-final-cta h2 {
    font-size: 32px;
  }

  .contact-final-cta p:not(.eyebrow) {
    font-size: 10px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .header-inner {
    grid-template-columns: 140px minmax(0, 1fr) 98px;
    gap: 10px;
    min-height: 70px;
  }

  .brand-wordmark {
    font-size: 24px;
  }

  .nav-shell {
    position: static;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .main-nav {
    align-items: center;
    flex-direction: row;
  }

  .nav-link {
    min-height: 32px;
    justify-content: center;
    padding: 6px 5px;
    font-size: 8px;
  }

  .menu-toggle {
    display: none;
  }

  .header-whatsapp {
    display: inline-flex;
    min-height: 36px;
    gap: 5px;
    padding: 6px 7px;
    font-size: 8px;
  }

  .header-whatsapp .ui-icon {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 761px) {
  .site-footer {
    margin-top: 0;
    padding: 34px 0 20px;
  }

  .footer-grid {
    grid-template-columns: 210px minmax(0, 1fr) 210px;
    gap: 28px;
  }

  .footer-brand img {
    width: 135px;
    margin-bottom: 10px;
    padding: 6px;
  }

  .footer-brand p,
  .footer-links a,
  .footer-links button,
  .footer-contact p {
    font-size: 10px;
  }

  .footer-contact strong {
    font-size: 19px;
  }

  .footer-disclosures {
    gap: 18px;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 9px;
    line-height: 1.4;
  }

  .footer-workbench {
    margin-top: 8px;
    font-size: 8px;
  }

  .footer-bottom {
    margin-top: 14px;
    padding-top: 12px;
    font-size: 9px;
  }

  .contact-final-section + .site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .service-bar {
    min-height: 26px;
    padding-inline: 12px;
    font-size: 7px;
    text-align: center;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 64px;
  }

  .brand-wordmark {
    font-size: 25px;
  }

  .header-whatsapp,
  .stock-pill {
    display: none;
  }

  .display,
  .page-title {
    font-size: 43px;
  }

  .section-title {
    font-size: 33px;
  }

  .hero-grid,
  .contact-hero,
  .contact-support-grid,
  .contact-final-cta {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-copy {
    padding: 30px 24px;
  }

  .hero-media {
    min-height: 310px;
  }

  .contact-hero-section {
    padding: 28px 0 38px;
  }

  .contact-hero {
    gap: 24px;
  }

  .contact-hero-copy {
    padding: 0;
  }

  .contact-hero-copy h1 {
    font-size: 47px;
  }

  .contact-hero-media {
    height: 260px;
    min-height: 0;
  }

  .contact-methods-section,
  .contact-intent-section,
  .contact-faq-section {
    padding-block: 46px;
  }

  .contact-centered-heading {
    margin-bottom: 24px;
  }

  .contact-centered-heading h2 {
    font-size: 35px;
  }

  .contact-method-grid,
  .contact-intent-grid {
    grid-template-columns: 1fr;
  }

  .contact-method-card {
    min-height: 180px;
  }

  .contact-intent-card > img {
    height: 205px;
  }

  .contact-intent-icon {
    top: 179px;
  }

  .contact-support-section {
    padding-bottom: 46px;
  }

  .contact-support-card {
    min-height: 0;
    padding: 25px;
  }

  .contact-showroom-card > .button,
  .contact-whatsapp-row {
    margin-top: 24px;
  }

  .contact-final-section {
    padding-top: 36px;
  }

  .contact-final-cta {
    gap: 24px;
    padding: 28px 24px;
  }

  .contact-final-cta .button-row,
  .contact-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-final-cta .button,
  .contact-hero-actions .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(calc(100% - 22px), var(--container));
  }

  .contact-hero-copy h1 {
    font-size: 43px;
  }

  .contact-hero-media {
    height: 235px;
    min-height: 0;
  }

  .contact-method-card {
    min-height: 196px;
    padding: 18px;
  }

  .contact-method-icon,
  .contact-intent-icon {
    width: 46px;
    height: 46px;
  }

  .contact-intent-card > img {
    height: 184px;
  }

  .contact-intent-icon {
    top: 159px;
  }

  .contact-intent-body {
    min-height: 160px;
    padding-inline: 18px;
  }

  .contact-support-card h2 {
    font-size: 32px;
  }
}

/* Final source-of-truth guard: the approved compact shell must win over every
   legacy route layer above it. Keep this block last in the stylesheet. */
@media (min-width: 761px) {
  .site-footer {
    box-sizing: border-box;
    height: 169px;
    min-height: 169px;
    padding: 0 !important;
    overflow: hidden;
  }

  .site-footer > .container {
    box-sizing: border-box;
    height: 169px;
    padding-top: 21px;
  }

  .site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr));
    grid-template-rows: 96px;
    gap: 20px;
    height: 96px;
    margin: 0;
    overflow: hidden;
    align-items: start;
  }

  .site-footer .footer-grid > * {
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: start;
    min-width: 0;
    margin: 0;
  }

  .site-footer .footer-bottom {
    box-sizing: border-box;
    height: 28px;
    margin: 0;
    padding: 0;
  }

  .site-footer .footer-disclosure {
    margin: 1px 0 0;
  }
}

/* Approved Buy a Sofa route — compact editorial catalogue. */
.buy-hero {
  height: 202px;
  background: var(--canvas);
  overflow: hidden;
}

.buy-hero .container {
  height: 100%;
}

.buy-hero-grid {
  display: grid;
  grid-template-columns: 43% 57%;
}

.buy-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px 22px 10px;
  background: linear-gradient(90deg, var(--canvas) 0%, var(--canvas) 78%, rgba(251, 250, 248, 0) 100%);
}

.buy-hero-copy .eyebrow {
  color: var(--cobalt);
}

.buy-hero-copy h1,
.buy-section-title h2,
.buy-cta h2,
.buy-promos h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.buy-hero-copy h1 {
  margin: 7px 0 9px;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.035em;
}

.buy-hero-copy p:not(.eyebrow) {
  max-width: 290px;
  margin: 0;
  color: #4c4f52;
  font-size: 11px;
  line-height: 1.55;
}

.buy-hero-copy small {
  margin-top: 14px;
  color: #77736d;
  font-size: 7.5px;
}

.buy-hero-media {
  min-width: 0;
}

.buy-hero-media img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  object-position: center 56%;
}

.buy-catalogue {
  padding: 0 0 10px;
}

.buy-tabs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 118px) 1fr;
  gap: 5px;
  align-items: center;
  margin-top: -8px;
}

.buy-tabs > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 35px;
  border: 1px solid #e8e7e3;
  border-radius: 5px;
  background: #f4f3f0;
  color: var(--ink);
  font-size: 8.5px;
}

.buy-tabs > a.active {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
  box-shadow: 0 4px 12px rgba(10, 68, 203, .16);
}

.buy-tabs > small {
  justify-self: end;
  color: #77736d;
  font-size: 7.5px;
}

.buy-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  margin-top: 7px;
  padding: 0 10px;
  border-radius: 5px;
  background: #f5f4f1;
}

.buy-toolbar > strong {
  font-size: 10px;
}

.buy-toolbar > div {
  display: flex;
  gap: 8px;
}

.buy-toolbar select,
.buy-toolbar button {
  height: 33px;
  border: 1px solid #d8d7d3;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: 600 8px/1 Arial, sans-serif;
}

.buy-toolbar select {
  min-width: 90px;
  padding: 0 22px 0 10px;
}

.buy-toolbar button {
  width: 31px;
  padding: 0;
  color: var(--cobalt);
  font-size: 14px;
}

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

.buy-card {
  min-width: 0;
  height: 364px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(27, 31, 35, .04);
}

.buy-card-media {
  position: relative;
  display: block;
  width: 100%;
  height: 178px;
  padding: 0;
  border: 0;
  background: #ece9e2;
  overflow: hidden;
}

.buy-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buy-status {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-flex;
  align-items: center;
  height: 19px;
  padding: 0 7px;
  border-radius: 3px;
  background: var(--cobalt);
  color: #fff;
  font: 700 7px/1 Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.buy-status.pending {
  background: #f2ead9;
  color: #352d20;
}

.buy-status.sold {
  background: #282a2e;
}

.buy-card-body {
  display: flex;
  flex-direction: column;
  height: 186px;
  padding: 10px;
}

.buy-card-price {
  font: 700 15px/1 Arial, sans-serif;
}

.buy-card h3 {
  display: -webkit-box;
  min-height: 34px;
  margin: 6px 0 7px;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.buy-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 12px;
  color: #6f6b65;
  font-size: 6.8px;
}

.buy-card-meta span + span::before {
  content: "○";
  margin-right: 6px;
  color: #aaa59c;
}

.buy-detail-link {
  display: flex;
  align-items: center;
  gap: 3px;
  width: max-content;
  margin: 6px 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--cobalt);
  font: 700 7.5px/1 Arial, sans-serif;
}

.buy-detail-link .ui-icon,
.buy-section-title .ui-icon,
.buy-card-actions .ui-icon {
  width: 10px;
  height: 10px;
}

.buy-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-top: auto;
}

.buy-card-actions a,
.buy-card-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 25px;
  padding: 0 8px;
  border: 1px solid #dad9d5;
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  font: 700 7px/1 Arial, sans-serif;
}

.buy-card-actions .buy-primary {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: #fff;
}

.buy-grid.is-short .buy-card {
  max-width: 250px;
}

.buy-benefits {
  height: 62px;
  padding: 8px 0;
}

.buy-benefits .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 46px;
  border-radius: 5px;
  background: #f1f0ed;
}

.buy-benefits span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid #dad8d3;
  font: 400 10px/1.1 Georgia, serif;
}

.buy-benefits span:last-child {
  border: 0;
}

.buy-benefits .ui-icon {
  width: 25px;
  height: 25px;
  stroke-width: 1.3;
}

.buy-pending {
  height: 143px;
  padding: 7px 0 10px;
}

.buy-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 7px;
}

.buy-section-title h2 {
  margin: 0;
  font-size: 20px;
}

.buy-section-title p,
.buy-section-title a {
  margin: 2px 0 0;
  font-size: 7.5px;
}

.buy-section-title a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--cobalt);
  font-weight: 700;
}

.buy-pending article {
  position: relative;
  display: grid;
  grid-template-columns: 255px 1fr auto 82px;
  gap: 16px;
  align-items: center;
  height: 91px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.buy-pending article > img {
  width: 255px;
  height: 91px;
  object-fit: cover;
}

.buy-pending article .buy-status {
  left: 268px;
}

.buy-pending article > div {
  padding-top: 20px;
}

.buy-pending article strong,
.buy-pending article b {
  font-size: 9px;
}

.buy-pending article small {
  display: block;
  margin-top: 5px;
  color: #6b6862;
  font-size: 7px;
}

.buy-pending article > button {
  align-self: stretch;
  border: 0;
  border-left: 1px solid var(--line);
  background: #fff;
  color: var(--cobalt);
  font: 700 7.5px/1 Arial, sans-serif;
}

.buy-pending article > button .ui-icon {
  width: 9px;
}

.buy-sold {
  height: 190px;
  padding: 5px 0 8px;
}

.buy-sold .container > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.buy-sold article {
  display: grid;
  grid-template-columns: 1fr auto;
  height: 140px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.buy-sold article > button:first-child {
  position: relative;
  grid-column: 1 / -1;
  height: 104px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.buy-sold img {
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.buy-sold article > strong,
.buy-sold article > button:last-child {
  align-self: center;
  padding: 0 9px;
  border: 0;
  background: #fff;
  font-size: 7.5px;
}

.buy-sold article > strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.buy-sold article > button:last-child {
  color: var(--cobalt);
  font-weight: 700;
}

.buy-sold article > button:last-child .ui-icon {
  width: 9px;
}

.buy-promos {
  height: 118px;
  padding: 7px 0;
}

.buy-promos .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.buy-promos a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  height: 104px;
  padding: 14px 134px 14px 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: linear-gradient(90deg, #fff 0 67%, rgba(255,255,255,.28) 86%), var(--promo) right center / 46% 100% no-repeat;
}

.buy-promos a > span .ui-icon {
  width: 25px;
  height: 25px;
}

.buy-promos h3 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1;
}

.buy-promos p {
  margin: 0 0 5px;
  font-size: 7.5px;
  line-height: 1.35;
}

.buy-promos b {
  color: var(--cobalt);
  font-size: 7.5px;
}

.buy-promos b .ui-icon {
  width: 9px;
}

.buy-cta {
  height: 78px;
  padding: 8px 0;
}

.buy-cta .container {
  display: grid;
  grid-template-columns: 1fr 150px 185px;
  gap: 18px;
  align-items: center;
  height: 62px;
  padding: 0 28px;
  border-radius: 6px 6px 0 0;
  background: var(--cobalt);
  color: #fff;
}

.buy-cta h2 {
  margin: 0;
  font-size: 19px;
}

.buy-cta p {
  margin: 3px 0 0;
  font-size: 8px;
}

.buy-cta a,
.buy-cta button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 31px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  color: var(--cobalt);
  font: 700 8px/1 Arial, sans-serif;
}

.buy-cta button {
  background: transparent;
  color: #fff;
}

.buy-cta .ui-icon {
  width: 14px;
  height: 14px;
}

.buy-status-note {
  min-height: 220px;
  padding: 36px 0;
}

.buy-status-note .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

@media (max-width: 760px) {
  .buy-hero {
    height: auto;
  }

  .buy-hero-grid {
    grid-template-columns: 1fr;
  }

  .buy-hero-copy {
    padding: 34px 4px 25px;
    background: none;
  }

  .buy-hero-copy h1 {
    font-size: 39px;
  }

  .buy-hero-media img {
    height: 225px;
    border-radius: 6px;
  }

  .buy-tabs {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 12px;
  }

  .buy-tabs > small {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .buy-toolbar {
    height: auto;
    padding: 9px;
  }

  .buy-toolbar > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .buy-toolbar button {
    display: none;
  }

  .buy-grid,
  .buy-sold .container > div:last-child,
  .buy-promos .container {
    grid-template-columns: 1fr;
  }

  .buy-card {
    height: 392px;
  }

  .buy-card-media {
    height: 207px;
  }

  .buy-benefits,
  .buy-pending,
  .buy-sold,
  .buy-promos,
  .buy-cta {
    height: auto;
  }

  .buy-benefits .container {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .buy-benefits span {
    min-height: 62px;
    border-bottom: 1px solid var(--line);
  }

  .buy-pending article {
    grid-template-columns: 115px 1fr;
    height: 112px;
  }

  .buy-pending article > img {
    width: 115px;
    height: 112px;
  }

  .buy-pending article .buy-status {
    left: 127px;
  }

  .buy-pending article > b,
  .buy-pending article > button {
    display: none;
  }

  .buy-sold article {
    height: 176px;
  }

  .buy-sold article > button:first-child,
  .buy-sold img {
    height: 138px;
  }

  .buy-promos a {
    height: 120px;
    padding-right: 106px;
  }

  .buy-cta .container {
    grid-template-columns: 1fr;
    height: auto;
    padding: 22px;
  }
}

/* Canonical Buy route final overrides. */
@media (min-width: 761px) {
  .route-buy .buy-card { height: 405px; }
  .route-buy .buy-card-body { box-sizing: border-box; height: 227px; }
  .route-buy .buy-promos { height: 138px; padding-block: 9px; }
  .route-buy .buy-promos a { height: 120px; }
  .route-buy + .site-footer { height: 88px; min-height: 88px; }
  .route-buy + .site-footer > .container { height: 88px; padding-top: 9px; }
  .route-buy + .site-footer .footer-grid {
    grid-template-columns: 1.25fr repeat(4, 1fr);
    grid-template-rows: 46px;
    gap: 12px;
    height: 46px;
  }
  .route-buy + .site-footer .footer-wordmark { font-size: 16px; }
  .route-buy + .site-footer .footer-wordmark small,
  .route-buy + .site-footer .footer-brand p,
  .route-buy + .site-footer .footer-column a,
  .route-buy + .site-footer .footer-column span,
  .route-buy + .site-footer .footer-column button { font-size: 6px; line-height: 1.25; }
  .route-buy + .site-footer .footer-column > :nth-child(n + 3),
  .route-buy + .site-footer .footer-disclosure { display: none; }
  .route-buy + .site-footer .footer-bottom { height: 22px; font-size: 6px; }
}

/* Canonical Sell route: 864 x 1821 reference rhythm. */
.sell-hero,
.sell-trust,
.sell-steps,
.sell-photo-guide,
.sell-assessment,
.sell-benefits,
.sell-faq,
.sell-cta {
  overflow: hidden;
}

.sell-hero h1,
.sell-heading h2,
.sell-assessment h2,
.sell-faq h2,
.sell-compact-form h3,
.sell-photo-grid h3,
.sell-step-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

@media (min-width: 761px) {
  #app:has(.route-sell) .service-bar { height: 29px; min-height: 29px; }
  #app:has(.route-sell) .site-header,
  #app:has(.route-sell) .header-inner { height: 62px; min-height: 62px; }
  #app:has(.route-sell) .brand-wordmark { font-size: 23px; }
  #app:has(.route-sell) .brand-wordmark small { margin-top: 4px; font-size: 6px; }
  #app:has(.route-sell) .nav-link { min-height: 31px; padding: 6px 7px; font-size: 8px; }
  #app:has(.route-sell) .header-whatsapp { min-height: 34px; padding: 6px 8px; font-size: 8px; }

  .route-sell .container { width: min(calc(100% - 100px), 1120px); }
  .route-sell .sell-hero { height: 338px; background: #f3f0e9; }
  .sell-hero > .container { display: grid; grid-template-columns: 46% 54%; width: 100%; height: 100%; max-width: none; }
  .sell-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 31px 36px 27px 50px; }
  .sell-hero-copy .eyebrow { margin: 0 0 9px; font-size: 8px; }
  .sell-hero-copy h1 { max-width: 340px; margin: 0; font-size: 44px; line-height: .96; letter-spacing: -.045em; }
  .sell-hero-copy > p:not(.eyebrow) { max-width: 322px; margin: 15px 0 18px; font-size: 10px; line-height: 1.55; }
  .sell-hero-copy .button { width: 142px; min-height: 35px; font-size: 9px; }
  .sell-hero-copy > small { margin-top: 11px; font-size: 7.5px; color: var(--muted); }
  .sell-hero-media { position: relative; min-height: 0; overflow: hidden; }
  .sell-hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #f3f0e9 0, transparent 20%, transparent 100%); pointer-events: none; }
  .sell-hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
  .sell-process-card { position: absolute; z-index: 1; right: 24px; bottom: 20px; width: 205px; padding: 13px 14px 11px; border-radius: 7px; background: rgba(255,255,255,.94); }
  .sell-process-card .eyebrow { margin: 0 0 7px; font-size: 6.5px; }
  .sell-process-card ol { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
  .sell-process-card li { display: grid; grid-template-columns: 22px 1fr; align-items: center; min-height: 27px; padding: 4px 7px; border: 1px solid var(--line); border-radius: 4px; }
  .sell-process-card li span { color: var(--cobalt); font-size: 7px; font-weight: 800; }
  .sell-process-card li b { font-family: Georgia,serif; font-size: 11px; font-weight: 400; }

  .route-sell .sell-trust { height: 60px; background: #fff; border-bottom: 1px solid var(--line); }
  .sell-trust > .container { display: grid; grid-template-columns: repeat(4,1fr); height: 100%; }
  .sell-trust span { display: grid; grid-template-columns: 25px 1fr; grid-template-rows: 18px 15px; align-content: center; column-gap: 8px; min-width: 0; padding: 7px 13px; border-right: 1px solid var(--line); }
  .sell-trust span:last-child { border-right: 0; }
  .sell-trust .ui-icon { grid-row: 1 / 3; width: 21px; height: 21px; color: var(--cobalt); }
  .sell-trust b { align-self: end; font-size: 8.5px; }
  .sell-trust small { color: var(--muted); font-size: 6.5px; white-space: nowrap; }

  .route-sell .sell-steps { height: 150px; background: var(--canvas); }
  .sell-steps > .container { display: grid; grid-template-columns: 190px 1fr; gap: 27px; align-items: center; height: 100%; }
  .sell-heading .eyebrow { margin-bottom: 5px; font-size: 7px; }
  .sell-heading h2 { margin: 0; font-size: 26px; line-height: 1.02; letter-spacing: -.03em; }
  .sell-heading > p:last-child { margin: 8px 0 0; font-size: 8px; color: var(--muted); }
  .sell-step-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .sell-step-grid article { min-height: 94px; padding: 15px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
  .sell-step-grid article > span { font-size: 7px; font-weight: 800; color: var(--cobalt); }
  .sell-step-grid h3 { margin: 10px 0 5px; font-size: 16px; line-height: 1; }
  .sell-step-grid p { margin: 0; color: var(--muted); font-size: 7.5px; line-height: 1.35; }

  .route-sell .sell-photo-guide { height: 251px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
  .sell-photo-guide > .container { display: grid; grid-template-columns: 190px 1fr; gap: 27px; align-items: center; height: 100%; }
  .sell-photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .sell-photo-grid article { position: relative; height: 190px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--canvas); }
  .sell-photo-grid img { width: 100%; height: 116px; object-fit: cover; }
  .sell-photo-grid article:nth-child(2) img { object-position: center 62%; }
  .sell-photo-grid article > span { position: absolute; top: 9px; left: 9px; display: inline-flex; min-height: 21px; align-items: center; padding: 5px 8px; border-radius: 999px; background: var(--cobalt); color: #fff; font-size: 6.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .sell-photo-grid h3 { margin: 9px 11px 3px; font-size: 13px; }
  .sell-photo-grid p { margin: 0 11px; color: var(--muted); font-size: 7px; line-height: 1.35; }

  .sell-offer-range { background: var(--cobalt); color: #fff; }
  .sell-offer-range > .container { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 14px; }
  .sell-offer-range strong { font-family: Georgia,serif; font-size: 15px; font-weight: 400; }
  .sell-offer-range span { font-size: 7px; opacity: .88; }

  .route-sell .sell-assessment { height: 551px; padding: 23px 0; background: #f3f0e9; }
  .sell-assessment > .container { display: grid; grid-template-columns: 150px minmax(0,527px); gap: 0; width: 677px; height: 505px; }
  .sell-assessment aside { padding: 21px 17px; background: var(--cobalt); color: #fff; border-radius: 8px 0 0 8px; }
  .sell-assessment aside .eyebrow { display: none; }
  .sell-assessment aside h2 { margin: 0; font-size: 22px; line-height: 1.02; }
  .sell-assessment aside > p:not(.eyebrow) { margin: 12px 0 17px; color: #dce5ff; font-size: 7px; line-height: 1.45; }
  .sell-assessment aside nav { display: grid; gap: 4px; }
  .sell-assessment aside nav button { display: grid; grid-template-columns: 1fr; align-items: center; width: 100%; min-height: 31px; padding: 5px 7px; border: 0; border-radius: 4px; background: transparent; color: #fff; font: inherit; font-size: 7.5px; text-align: left; cursor: pointer; }
  .sell-assessment aside nav button.active { background: #fff; color: var(--ink); }
  .sell-assessment aside nav span { font-size: 6.5px; font-weight: 800; }
  .sell-assessment aside > small { display: block; margin-top: 16px; color: #dce5ff; font-size: 6px; line-height: 1.35; }
  .sell-compact-form { height: 505px; padding: 19px 21px; overflow: hidden; border: 1px solid var(--line); border-left: 0; border-radius: 0 8px 8px 0; background: #fff; }
  .sell-step-title { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
  .sell-step-title > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--cobalt); color: #fff; font-size: 7px; font-weight: 800; }
  .sell-step-title .eyebrow { margin: 0 0 2px; font-size: 6px; }
  .sell-step-title h3 { margin: 0; font-size: 16px; }
  .sell-compact-form .field-grid { gap: 8px 10px; }
  .sell-compact-form .field { gap: 3px; }
  .sell-compact-form label { font-size: 6.5px; letter-spacing: .07em; text-transform: uppercase; }
  .sell-compact-form input { min-height: 29px; height: 29px; padding: 5px 8px; border-radius: 4px; font-size: 8px; }
  .sell-contact-help { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 6px; line-height: 1.35; }
  .sell-compact-form details { margin-top: 7px; border: 1px solid var(--line); border-radius: 5px; }
  .sell-compact-form summary { display: grid; grid-template-columns: 125px 1fr; align-items: center; min-height: 42px; padding: 6px 10px; cursor: pointer; list-style: none; }
  .sell-compact-form summary::-webkit-details-marker { display: none; }
  .sell-compact-form summary > span { color: var(--cobalt); font-size: 7px; font-weight: 800; }
  .sell-compact-form summary b { font-size: 8.5px; }
  .sell-compact-form summary small { color: var(--muted); font-size: 6.5px; }
  .sell-compact-form details[open] { position: absolute; z-index: 3; width: 470px; padding-bottom: 12px; background: #fff; }
  .sell-compact-form details[open] > :not(summary) { margin-inline: 12px; }
  .sell-compact-form textarea { display: block; width: 100%; min-height: 86px; margin-top: 5px; }
  .sell-condition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
  .sell-condition-grid label { display: flex; align-items: center; gap: 5px; }
  .sell-consent { display: flex; align-items: flex-start; gap: 6px; margin: 9px 0 8px; color: var(--muted); font-size: 6.2px !important; line-height: 1.35; text-transform: none !important; letter-spacing: 0 !important; }
  .sell-consent input { width: 14px; min-height: 14px; height: 14px; }
  .sell-compact-form > .button { width: 100%; min-height: 31px; font-size: 8px; }

  .route-sell .sell-benefits { height: 74px; background: #fff; }
  .sell-benefits > .container { display: grid; grid-template-columns: repeat(3,1fr); height: 100%; }
  .sell-benefits span { display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid var(--line); font-size: 8px; font-weight: 800; }
  .sell-benefits span:last-child { border-right: 0; }
  .sell-benefits .ui-icon { width: 19px; height: 19px; color: var(--cobalt); }

  .route-sell .sell-faq { height: 123px; padding: 13px 0; background: var(--canvas); border-top: 1px solid var(--line); }
  .sell-faq > .container { display: grid; grid-template-columns: 170px 1fr; gap: 18px; align-items: center; height: 96px; }
  .sell-faq h2 { margin: 0; font-size: 23px; }
  .sell-faq > .container > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .sell-faq .faq-item { min-height: 75px; border-radius: 5px; background: #fff; }
  .sell-faq .faq-item summary { padding: 12px 10px 7px; font-size: 7.5px; }
  .sell-faq .faq-item p { display: block; margin: 0; padding: 0 10px 9px; color: var(--muted); font-size: 6.3px; line-height: 1.35; }

  .route-sell .sell-cta { height: 47px; background: var(--cobalt); color: #fff; }
  .sell-cta > .container { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 9px; height: 100%; }
  .sell-cta strong { font-family: Georgia,serif; font-size: 15px; font-weight: 400; }
  .sell-cta a,
  .sell-cta button { min-height: 27px; padding: 6px 10px; border: 1px solid #fff; border-radius: 4px; background: #fff; color: var(--cobalt); font-size: 7px; font-weight: 800; }
  .sell-cta button { background: transparent; color: #fff; }
  .sell-cta .ui-icon { width: 9px; height: 9px; }

  .route-sell + .site-footer { height: 136px; min-height: 136px; padding: 0; }
  .route-sell + .site-footer > .container { height: 136px; padding-top: 15px; }
  .route-sell + .site-footer .footer-grid { grid-template-columns: 1.25fr repeat(4,1fr); grid-template-rows: 70px; gap: 13px; height: 70px; }
  .route-sell + .site-footer .footer-wordmark { font-size: 19px; }
  .route-sell + .site-footer .footer-wordmark small,
  .route-sell + .site-footer .footer-brand p,
  .route-sell + .site-footer .footer-column a,
  .route-sell + .site-footer .footer-column span,
  .route-sell + .site-footer .footer-column button { font-size: 6.5px; line-height: 1.25; }
  .route-sell + .site-footer .footer-disclosure { display: none; }
  .route-sell + .site-footer .footer-bottom { height: 30px; margin-top: 7px; padding-top: 7px; font-size: 6.5px; }
}

@media (max-width: 760px) {
  .sell-hero > .container,
  .sell-steps > .container,
  .sell-photo-guide > .container,
  .sell-assessment > .container,
  .sell-faq > .container { display: grid; grid-template-columns: 1fr; width: min(calc(100% - 28px), 520px); }
  .sell-hero-copy { padding: 34px 14px; }
  .sell-hero-copy h1 { margin: 0; font-size: 43px; line-height: .98; }
  .sell-hero-media { min-height: 310px; }
  .sell-hero-media > img { width: 100%; height: 310px; object-fit: cover; }
  .sell-process-card { position: absolute; right: 12px; bottom: 12px; width: 210px; padding: 12px; background: rgba(255,255,255,.95); }
  .sell-process-card li { min-height: 36px; }
  .sell-trust > .container,
  .sell-benefits > .container { display: grid; grid-template-columns: 1fr 1fr; }
  .sell-trust span,
  .sell-benefits span { min-height: 72px; padding: 11px; border: 1px solid var(--line); }
  .sell-steps,
  .sell-photo-guide,
  .sell-assessment,
  .sell-benefits,
  .sell-faq { padding: 34px 0; }
  .sell-heading { margin-bottom: 22px; }
  .sell-heading h2,
  .sell-assessment h2 { margin: 0; font-size: 31px; }
  .sell-step-grid,
  .sell-photo-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .sell-step-grid article { padding: 19px; border: 1px solid var(--line); border-radius: 7px; }
  .sell-photo-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; }
  .sell-photo-grid img { width: 100%; height: 190px; object-fit: cover; }
  .sell-photo-grid h3,
  .sell-photo-grid p { margin-inline: 15px; }
  .sell-photo-grid p { margin-bottom: 16px; }
  .sell-assessment aside { padding: 24px; border-radius: 8px 8px 0 0; background: var(--cobalt); color: #fff; }
  .sell-assessment aside nav { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
  .sell-assessment aside nav button { padding: 9px; color: #fff; }
  .sell-compact-form { padding: 20px 16px; border: 1px solid var(--line); border-radius: 0 0 8px 8px; background: #fff; }
  .sell-compact-form details { margin-top: 9px; border: 1px solid var(--line); border-radius: 6px; }
  .sell-compact-form summary { display: grid; grid-template-columns: 26px 1fr; gap: 4px; padding: 12px; }
  .sell-compact-form summary small { grid-column: 2; }
  .sell-consent { display: flex; gap: 8px; margin: 14px 0; font-size: 10px; }
  .sell-faq > .container > div { display: grid; gap: 8px; }
  .sell-faq .faq-item p { display: block; }
  .sell-cta { padding: 18px 0; background: var(--cobalt); color: #fff; }
  .sell-cta > .container { display: grid; gap: 9px; }
  .sell-cta a,
  .sell-cta button { min-height: 44px; border: 1px solid #fff; }
}

/* Canonical Inspection route: 864 x 1821 reference rhythm. */
.inspection-hero h1,
.inspection-form h2,
.inspection-form h3,
.inspection-sidebar h3,
.inspection-before h2,
.inspection-before h3,
.inspection-faq h2,
.inspection-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

@media (min-width: 761px) {
  #app:has(.route-inspection) .service-bar { height: 28px; min-height: 28px; }
  #app:has(.route-inspection) .site-header,
  #app:has(.route-inspection) .header-inner { height: 72px; min-height: 72px; }
  .route-inspection .container { width: min(calc(100% - 56px), 1120px); }

  .inspection-hero { height: 302px; overflow: hidden; background: #fff; }
  .inspection-hero > .container { display: grid; grid-template-columns: 48% 52%; width: 100%; height: 100%; max-width: none; }
  .inspection-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px 35px 26px 50px; background: var(--canvas); }
  .inspection-hero-copy .eyebrow { margin: 0 0 8px; font-size: 7px; }
  .inspection-hero-copy h1 { max-width: 360px; margin: 0; font-size: 45px; line-height: .96; letter-spacing: -.045em; }
  .inspection-hero-copy > p:not(.eyebrow) { max-width: 360px; margin: 15px 0 17px; font-size: 9.5px; line-height: 1.55; }
  .inspection-hero-copy > div { display: flex; gap: 8px; }
  .inspection-hero-copy .button { min-height: 34px; font-size: 8px; }
  .inspection-hero figure { position: relative; margin: 0; overflow: hidden; }
  .inspection-hero figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,var(--canvas) 0,transparent 18%,transparent); }
  .inspection-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }

  .inspection-facts { height: 69px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
  .inspection-facts > .container { display: grid; grid-template-columns: repeat(4,1fr); height: 100%; }
  .inspection-facts span { display: grid; grid-template-columns: 25px 1fr; grid-template-rows: 18px 15px; align-content: center; column-gap: 8px; padding: 9px 14px; border-right: 1px solid var(--line); }
  .inspection-facts span:last-child { border-right: 0; }
  .inspection-facts .ui-icon { grid-row: 1/3; width: 20px; height: 20px; color: var(--cobalt); }
  .inspection-facts b { align-self: end; font-size: 8px; }
  .inspection-facts small { color: var(--muted); font-size: 7px; }

  .inspection-booking { height: 615px; padding: 25px 0; overflow: hidden; background: #f3f0e9; }
  .inspection-booking > .container { display: grid; grid-template-columns: minmax(0,520px) minmax(0,272px); gap: 18px; height: 565px; }
  .inspection-form { height: 565px; padding: 12px 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
  .inspection-form > header { display: grid; grid-template-columns: 135px 1fr; align-items: end; column-gap: 12px; margin-bottom: 6px; }
  .inspection-form > header .eyebrow { grid-row: 1; align-self: center; margin: 0; font-size: 6px; }
  .inspection-form > header h2 { grid-column: 2; grid-row: 1; margin: 0; font-size: 24px; }
  .inspection-form > header > p:last-child { grid-column: 1/-1; margin: 6px 0 0; color: var(--muted); font-size: 7px; }
  .inspection-step { padding: 7px 0; border-top: 1px solid var(--line); }
  .inspection-step-title { display: grid; grid-template-columns: 28px 1fr; align-items: center; margin-bottom: 5px; }
  .inspection-step-title > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--cobalt); color: #fff; font-size: 6px; font-weight: 800; }
  .inspection-step-title .eyebrow { margin: 0 0 1px; font-size: 5.5px; }
  .inspection-step-title h3 { margin: 0; font-size: 13px; }
  .inspection-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .inspection-choice { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: center; min-height: 58px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--ink); text-align: left; }
  .inspection-choice.selected { border-color: var(--cobalt); background: var(--cobalt); color: #fff; }
  .inspection-choice i { width: 13px; height: 13px; border: 1px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 3px transparent; }
  .inspection-choice.selected i { background: #fff; box-shadow: inset 0 0 0 3px var(--cobalt); }
  .inspection-choice span { display: grid; gap: 3px; }
  .inspection-choice b { font-size: 7.5px; }
  .inspection-choice small { color: inherit; font-size: 6.2px; line-height: 1.3; opacity: .82; }
  .inspection-form .field-grid { gap: 7px 9px; }
  .inspection-form .field { gap: 3px; }
  .inspection-form label { font-size: 6px; letter-spacing: .08em; text-transform: uppercase; }
  .inspection-form input,
  .inspection-form select { min-height: 29px; height: 29px; padding: 5px 8px; border-radius: 4px; font-size: 7.5px; }
  .inspection-form .field-help { margin: 3px 0 0; font-size: 5.5px; }
  .inspection-rule { display: grid; grid-template-columns: 98px 1fr; gap: 8px; margin-top: 8px; padding: 8px 9px; border-left: 3px solid var(--cobalt); background: #fff5d9; font-size: 6px; line-height: 1.35; }
  .inspection-form .consent-row { display: flex; align-items: center; gap: 6px; margin: 7px 0; font-size: 6px; text-transform: none; letter-spacing: 0; }
  .inspection-form .consent-row input { width: 13px; min-height: 13px; height: 13px; }
  .inspection-step > .button { width: 100%; min-height: 29px; font-size: 7px; }
  .inspection-sofa-picker { position: relative; margin-top: 7px; border: 1px solid var(--line); border-radius: 4px; }
  .inspection-sofa-picker summary { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; min-height: 39px; gap: 7px; padding: 4px 8px; list-style: none; cursor: pointer; }
  .inspection-sofa-picker summary::-webkit-details-marker { display: none; }
  .inspection-sofa-picker summary img { width: 34px; height: 28px; object-fit: cover; }
  .inspection-sofa-picker summary span { display: grid; min-width: 0; }
  .inspection-sofa-picker summary b { overflow: hidden; font-size: 6.5px; text-overflow: ellipsis; white-space: nowrap; }
  .inspection-sofa-picker summary small { font-size: 5.5px; color: var(--muted); }
  .inspection-sofa-picker summary > strong { color: var(--cobalt); font-size: 6px; }
  .inspection-sofa-picker[open] > div { position: absolute; z-index: 5; top: 40px; left: 0; right: 0; display: grid; max-height: 238px; overflow: auto; padding: 5px; border: 1px solid var(--line); background: #fff; }
  .inspection-sofa-picker[open] > div button { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 7px; min-height: 38px; padding: 4px; border: 0; border-bottom: 1px solid var(--line); background: #fff; text-align: left; }
  .inspection-sofa-picker[open] > div img { width: 38px; height: 30px; object-fit: cover; }
  .inspection-sofa-picker[open] > div span { display: grid; min-width: 0; }
  .inspection-sofa-picker[open] > div b { overflow: hidden; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
  .inspection-sofa-picker[open] > div small,
  .inspection-sofa-picker[open] > div strong { font-size: 5.5px; }

  .inspection-sidebar { display: grid; grid-template-rows: 230px 150px 165px; gap: 10px; height: 565px; }
  .inspection-sidebar article { overflow: hidden; padding: 16px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
  .inspection-sidebar article:first-child { padding: 0 16px 14px; }
  .inspection-sidebar img { width: calc(100% + 32px); height: 100px; margin: 0 -16px 13px; object-fit: cover; }
  .inspection-sidebar .eyebrow { margin: 0 0 5px; font-size: 6px; }
  .inspection-sidebar h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.05; }
  .inspection-sidebar p,
  .inspection-sidebar li { color: var(--muted); font-size: 6.5px; line-height: 1.45; }
  .inspection-sidebar ol { display: grid; gap: 3px; margin: 0; padding-left: 14px; }
  .inspection-sidebar .button { width: 100%; min-height: 29px; margin-top: 8px; font-size: 7px; }

  .inspection-before { height: 195px; padding: 21px 0; overflow: hidden; background: #fff; }
  .inspection-before > .container { display: grid; grid-template-columns: 155px 1fr; gap: 17px; align-items: center; height: 153px; }
  .inspection-before header .eyebrow { margin: 0 0 6px; font-size: 6.5px; }
  .inspection-before h2 { margin: 0; font-size: 24px; }
  .inspection-before > .container > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; height: 145px; }
  .inspection-before article { position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 12px; border-radius: 6px; color: #fff; background-image: linear-gradient(0deg,rgba(10,12,15,.82),rgba(10,12,15,.05)),var(--visit); background-size: cover; background-position: center; }
  .inspection-before article > span { position: absolute; top: 10px; left: 10px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #fff; color: var(--cobalt); }
  .inspection-before article .ui-icon { width: 14px; height: 14px; }
  .inspection-before h3 { margin: 0 0 4px; font-size: 13px; }
  .inspection-before article p { margin: 0; font-size: 6.5px; line-height: 1.35; }

  .inspection-faq { height: 225px; padding: 24px 0; overflow: hidden; background: #f3f0e9; }
  .inspection-faq > .container { display: grid; grid-template-columns: 155px 1fr; gap: 17px; height: 177px; }
  .inspection-faq header .eyebrow { margin: 3px 0 6px; font-size: 6.5px; }
  .inspection-faq h2 { margin: 0; font-size: 24px; }
  .inspection-faq > .container > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .inspection-faq .faq-item { min-height: 84px; border-radius: 6px; background: #fff; }
  .inspection-faq .faq-item summary { padding: 13px 12px 7px; font-size: 7.5px; }
  .inspection-faq .faq-item p { display: block; margin: 0; padding: 0 12px 10px; color: var(--muted); font-size: 6.3px; line-height: 1.35; }

  .inspection-cta { height: 80px; overflow: hidden; background: #1b1f23; color: #fff; }
  .inspection-cta > .container { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 9px; height: 100%; }
  .inspection-cta .eyebrow { margin: 0 0 3px; color: #fff; font-size: 6px; }
  .inspection-cta h2 { margin: 0; font-size: 20px; }
  .inspection-cta .button { min-height: 31px; border-color: #fff; font-size: 7px; }
  .inspection-cta .button:not(.button-primary) { background: transparent; color: #fff; }
  .inspection-end-space { height: 103px; background: var(--canvas); }

  .route-inspection + .site-footer { height: 132px; min-height: 132px; padding: 0; }
  .route-inspection + .site-footer > .container { height: 132px; padding-top: 14px; }
  .route-inspection + .site-footer .footer-grid { grid-template-columns: 1.25fr repeat(4,1fr); grid-template-rows: 68px; gap: 13px; height: 68px; }
  .route-inspection + .site-footer .footer-wordmark { font-size: 18px; }
  .route-inspection + .site-footer .footer-wordmark small,
  .route-inspection + .site-footer .footer-brand p,
  .route-inspection + .site-footer .footer-column a,
  .route-inspection + .site-footer .footer-column span,
  .route-inspection + .site-footer .footer-column button { font-size: 6px; line-height: 1.22; }
  .route-inspection + .site-footer .footer-disclosure { display: none; }
  .route-inspection + .site-footer .footer-bottom { height: 28px; margin-top: 7px; padding-top: 7px; font-size: 6px; }
}

@media (max-width: 760px) {
  .inspection-hero > .container { display: grid; grid-template-columns: 1fr; width: 100%; }
  .inspection-hero-copy { padding: 34px 22px; background: var(--canvas); }
  .inspection-hero-copy h1 { margin: 0; font-size: 44px; line-height: .97; }
  .inspection-hero figure { margin: 0; height: 300px; }
  .inspection-hero img { width: 100%; height: 100%; object-fit: cover; }
  .inspection-facts > .container { display: grid; grid-template-columns: 1fr 1fr; }
  .inspection-facts span { display: grid; grid-template-columns: 26px 1fr; padding: 14px 9px; border: 1px solid var(--line); }
  .inspection-facts .ui-icon { grid-row: 1/3; width: 20px; height: 20px; color: var(--cobalt); }
  .inspection-facts small { grid-column: 2; }
  .inspection-booking { padding: 28px 0; background: #f3f0e9; }
  .inspection-booking > .container { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .inspection-form { padding: 20px 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
  .inspection-form h2 { margin: 0; font-size: 32px; }
  .inspection-step { padding: 18px 0; border-top: 1px solid var(--line); }
  .inspection-step-title { display: grid; grid-template-columns: 34px 1fr; align-items: center; }
  .inspection-step-title > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--cobalt); color: #fff; }
  .inspection-step-title h3 { margin: 0; font-size: 19px; }
  .inspection-choice-grid { display: grid; gap: 9px; }
  .inspection-choice { display: grid; grid-template-columns: 24px 1fr; gap: 9px; min-height: 82px; padding: 14px; border: 1px solid var(--line); border-radius: 6px; background: #fff; text-align: left; }
  .inspection-choice.selected { background: var(--cobalt); color: #fff; }
  .inspection-form .field-grid { grid-template-columns: 1fr; }
  .inspection-form .field { grid-column: 1; }
  .inspection-rule { margin-top: 12px; padding: 12px; border-left: 3px solid var(--cobalt); background: #fff5d9; }
  .inspection-form .consent-row { display: flex; gap: 8px; margin: 14px 0; font-size: 10px; }
  .inspection-form .button { width: 100%; }
  .inspection-sidebar { display: grid; gap: 10px; }
  .inspection-sidebar article { padding: 20px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
  .inspection-sidebar article:first-child { padding: 0 20px 20px; overflow: hidden; }
  .inspection-sidebar img { width: calc(100% + 40px); height: 175px; margin: 0 -20px 18px; object-fit: cover; }
  .inspection-before,
  .inspection-faq { padding: 38px 0; }
  .inspection-before > .container,
  .inspection-faq > .container { display: grid; gap: 20px; }
  .inspection-before h2,
  .inspection-faq h2 { margin: 0; font-size: 31px; }
  .inspection-before > .container > div,
  .inspection-faq > .container > div { display: grid; gap: 10px; }
  .inspection-before article { min-height: 175px; padding: 18px; border-radius: 7px; color: #fff; background-image: linear-gradient(0deg,rgba(10,12,15,.8),transparent),var(--visit); background-size: cover; }
  .inspection-faq .faq-item p { display: block; }
  .inspection-cta { padding: 25px 0; background: #1b1f23; color: #fff; }
  .inspection-cta > .container { display: grid; gap: 10px; }
  .inspection-end-space { display: none; }
}

/* Guides: canonical compact card typography. Kept last so generic card rules cannot zoom it back up. */
@media (min-width: 761px) {
  .route-guides .article-body h3 {
    display: -webkit-box;
    min-height: 24px;
    margin: 0 0 3px;
    overflow: hidden;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.06;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .route-guides .article-body > p {
    display: -webkit-box;
    min-height: 17px;
    margin: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: 5.8px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .route-guides .article-body footer { margin-top: auto; }
  .route-guides .article-body footer small,
  .route-guides .article-body footer button { font-size: 5px; line-height: 1; }
}

/* Contact exact desktop frame: approved 830 x 1894 composition. */
@media (min-width: 761px) {
  #app:has(.route-contact) .service-bar {
    box-sizing: border-box;
    height: 28px;
    min-height: 28px;
    padding: 0 26px;
    font-size: 7px;
  }

  #app:has(.route-contact) .site-header,
  #app:has(.route-contact) .header-inner {
    box-sizing: border-box;
    height: 70px;
    min-height: 70px;
  }

  .route-contact .container {
    width: calc(100% - 52px);
    max-width: none;
  }

  .route-contact .contact-hero-section {
    box-sizing: border-box;
    height: 356px;
    padding: 28px 0;
    overflow: hidden;
  }

  .route-contact .contact-hero {
    grid-template-columns: 302px minmax(0, 1fr);
    gap: 23px;
    height: 300px;
  }

  .route-contact .contact-hero-copy {
    height: 300px;
    padding: 7px 0 5px;
  }

  .route-contact .contact-hero-copy .eyebrow {
    margin: 0 0 7px;
    font-size: 6.5px;
  }

  .route-contact .contact-hero-copy h1 {
    max-width: 280px;
    font-size: 42px;
    line-height: .94;
  }

  .route-contact .contact-hero-copy > p:not(.eyebrow):not(.contact-response-note) {
    max-width: 290px;
    margin: 12px 0 0;
    font-size: 8.5px;
    line-height: 1.45;
  }

  .route-contact .contact-hero-actions {
    gap: 7px;
    margin-top: 14px;
  }

  .route-contact .contact-hero-actions .button {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 7px;
  }

  .route-contact .contact-email-line {
    margin-top: 9px;
    font-size: 7.5px;
  }

  .route-contact .contact-email-line .ui-icon,
  .route-contact .contact-response-note .ui-icon {
    width: 12px;
    height: 12px;
  }

  .route-contact .contact-response-note {
    margin-top: 9px;
    padding-top: 8px;
    font-size: 6.5px;
  }

  .route-contact .contact-hero-media {
    width: 100%;
    height: 300px;
    border-radius: 6px;
  }

  .route-contact .contact-methods-section {
    box-sizing: border-box;
    height: 302px;
    padding: 20px 0 7px;
    overflow: hidden;
  }

  .route-contact .contact-centered-heading {
    margin-bottom: 12px;
  }

  .route-contact .contact-centered-heading .eyebrow,
  .route-contact .contact-centered-heading > p:last-child {
    display: none;
  }

  .route-contact .contact-centered-heading h2 {
    font-size: 25px;
    line-height: 1;
  }

  .route-contact .contact-method-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    height: 229px;
  }

  .route-contact .contact-method-card {
    box-sizing: border-box;
    height: 229px;
    min-height: 0;
    padding: 12px;
    border-color: #deddd9;
  }

  .route-contact .contact-method-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
  }

  .route-contact .contact-method-icon .ui-icon {
    width: 19px;
    height: 19px;
  }

  .route-contact .contact-method-card .eyebrow {
    margin-bottom: 4px;
    font-size: 5.5px;
  }

  .route-contact .contact-method-card > strong {
    font-size: 15px;
    line-height: 1;
  }

  .route-contact .contact-method-card > span:not(.contact-method-icon):not(.eyebrow):not(.contact-method-action) {
    margin-top: 6px;
    font-size: 6.5px;
    line-height: 1.3;
  }

  .route-contact .contact-method-action {
    min-height: 29px;
    padding: 5px 7px;
    font-size: 6.5px;
  }

  .route-contact .contact-method-action .ui-icon {
    width: 10px;
    height: 10px;
  }

  .route-contact .contact-intent-section {
    box-sizing: border-box;
    height: 388px;
    padding: 27px 0 25px;
    overflow: hidden;
  }

  .route-contact .contact-intent-section .contact-centered-heading {
    margin-bottom: 14px;
  }

  .route-contact .contact-intent-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    height: 282px;
  }

  .route-contact .contact-intent-card {
    box-sizing: border-box;
    height: 282px;
    min-height: 0;
    border-color: #deddd9;
    border-radius: 7px;
  }

  .route-contact .contact-intent-card > img {
    height: 153px;
  }

  .route-contact .contact-intent-icon {
    top: 132px;
    left: 13px;
    width: 42px;
    height: 42px;
  }

  .route-contact .contact-intent-icon .ui-icon {
    width: 18px;
    height: 18px;
  }

  .route-contact .contact-intent-body {
    box-sizing: border-box;
    height: 129px;
    min-height: 0;
    padding: 22px 13px 10px;
  }

  .route-contact .contact-intent-body .eyebrow {
    margin-bottom: 4px;
    font-size: 5.5px;
  }

  .route-contact .contact-intent-body > strong {
    font-size: 13px;
    line-height: 1.02;
  }

  .route-contact .contact-intent-body > span:not(.eyebrow) {
    margin-top: 5px;
    font-size: 6px;
    line-height: 1.28;
  }

  .route-contact .contact-intent-body > .ui-icon {
    width: 11px;
    height: 11px;
  }

  .route-contact .contact-support-section {
    box-sizing: border-box;
    height: 252px;
    padding: 0;
    overflow: hidden;
  }

  .route-contact .contact-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: 252px;
  }

  .route-contact .contact-support-card {
    box-sizing: border-box;
    height: 252px;
    min-height: 0;
    padding: 17px 18px;
    border-color: #deddd9;
  }

  .route-contact .contact-support-card .eyebrow {
    display: block;
    margin-bottom: 5px;
    font-size: 5.5px;
  }

  .route-contact .contact-support-card h2 {
    font-size: 20px;
    line-height: 1;
  }

  .route-contact .contact-support-card > p:not(.eyebrow) {
    margin-top: 7px;
    font-size: 6.5px;
    line-height: 1.35;
  }

  .route-contact .contact-detail-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
  }

  .route-contact .contact-detail-list > span {
    gap: 5px;
    padding: 6px 5px 6px 0;
  }

  .route-contact .contact-detail-list > span + span {
    padding-left: 5px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .route-contact .contact-detail-list .ui-icon {
    width: 12px;
    height: 12px;
  }

  .route-contact .contact-detail-list strong {
    font-size: 6.5px;
  }

  .route-contact .contact-detail-list small {
    margin-top: 2px;
    font-size: 5.2px;
    line-height: 1.25;
  }

  .route-contact .contact-showroom-card > .button {
    min-height: 29px;
    margin-top: auto;
    padding: 5px 9px;
    font-size: 6.5px;
  }

  .route-contact .contact-check-list {
    margin-top: 8px;
  }

  .route-contact .contact-check-list li {
    gap: 6px;
    padding: 4px 0;
    font-size: 6.2px;
  }

  .route-contact .contact-check-list .ui-icon {
    width: 15px;
    height: 15px;
    padding: 3px;
  }

  .route-contact .contact-whatsapp-row {
    gap: 7px;
    padding-top: 5px;
  }

  .route-contact .contact-whatsapp-row > .ui-icon:first-child {
    width: 18px;
    height: 18px;
  }

  .route-contact .contact-whatsapp-row > .ui-icon:last-child {
    width: 10px;
    height: 10px;
  }

  .route-contact .contact-whatsapp-row strong,
  .route-contact .contact-whatsapp-row small {
    font-size: 5.8px;
  }

  .route-contact .contact-faq-section {
    box-sizing: border-box;
    height: 209px;
    padding: 22px 0 28px;
    overflow: hidden;
  }

  .route-contact .contact-faq-section .contact-centered-heading {
    margin: 0 0 11px;
  }

  .route-contact .contact-faq-section .contact-centered-heading h2 {
    font-size: 23px;
  }

  .route-contact .contact-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 17px;
  }

  .route-contact .contact-faq-grid .faq-item {
    box-sizing: border-box;
    height: 58px;
    min-height: 58px;
    overflow: hidden;
  }

  .route-contact .contact-faq-grid .faq-item summary {
    padding: 8px 10px 2px;
    font-size: 6.8px;
  }

  .route-contact .contact-faq-grid .faq-item[open] p {
    margin: 0;
    padding: 0 10px 7px;
    font-size: 5.6px;
    line-height: 1.28;
  }

  .route-contact .contact-final-section {
    box-sizing: border-box;
    height: 126px;
    padding: 0;
    overflow: hidden;
  }

  .route-contact .contact-final-cta {
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: center;
    box-sizing: border-box;
    height: 126px;
    padding: 20px 0;
  }

  .route-contact .contact-final-cta .eyebrow {
    margin: 0 0 5px;
    font-size: 5.5px;
  }

  .route-contact .contact-final-cta h2 {
    font-size: 25px;
  }

  .route-contact .contact-final-cta p:not(.eyebrow) {
    margin: 0 0 9px;
    font-size: 7px;
    line-height: 1.35;
  }

  .route-contact .contact-final-cta .button {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 6.5px;
  }

  .route-contact + .site-footer {
    box-sizing: border-box;
    height: 163px;
    min-height: 163px;
    padding: 0 !important;
  }

  .route-contact + .site-footer > .container {
    box-sizing: border-box;
    height: 163px;
    padding-top: 14px;
  }

  .route-contact + .site-footer .footer-grid {
    grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr));
    grid-template-rows: 92px;
    gap: 14px;
    height: 92px;
  }

  .route-contact + .site-footer .footer-wordmark {
    font-size: 18px;
  }

  .route-contact + .site-footer .footer-wordmark small,
  .route-contact + .site-footer .footer-brand p,
  .route-contact + .site-footer .footer-column a,
  .route-contact + .site-footer .footer-column span,
  .route-contact + .site-footer .footer-column button {
    font-size: 5.7px;
    line-height: 1.25;
  }

  .route-contact + .site-footer .footer-disclosure,
  .route-contact + .site-footer .footer-workbench {
    display: none;
  }

  .route-contact + .site-footer .footer-bottom {
    height: 25px;
    margin-top: 7px;
    padding-top: 7px;
    font-size: 5.7px;
  }
}

/* Final cascade: exact compact secure desktop and mobile layouts. */
@media (min-width: 761px) {
  #app:has(.route-checkout-buy) .secure-header { position: relative; height: 167px; box-shadow: none; }
  #app:has(.route-checkout-hold) .secure-header { position: relative; height: 171px; box-shadow: none; }
  #app:has(.route-checkout-buy) .secure-header-inner { min-height: 92px; height: 92px; }
  #app:has(.route-checkout-hold) .secure-header-inner { min-height: 96px; height: 96px; }
  #app:has(.route-checkout-buy) .secure-progress,
  #app:has(.route-checkout-hold) .secure-progress { box-sizing: border-box; height: 75px; }
  #app:has(.route-checkout-buy) .progress-step,
  #app:has(.route-checkout-hold) .progress-step { display: grid; min-height: 0; place-items: center; padding: 0 10px; font-size: 9px; }

  .secure-main.route-checkout-buy { box-sizing: border-box; height: 1467px; min-height: 1467px; padding: 37px 0 32px; overflow: hidden; }
  .secure-main.route-checkout-hold { box-sizing: border-box; height: 1464px; min-height: 1464px; padding: 37px 0 32px; overflow: hidden; }
  .secure-main .secure-page { position: relative; width: 894px; max-width: calc(100% - 68px); }
  .route-checkout-buy .checkout-layout { grid-template-columns: 553px 314px; gap: 27px; }
  .route-checkout-hold .checkout-layout { grid-template-columns: 556px 310px; gap: 28px; }

  .secure-main .secure-intro.compact { position: absolute; top: 0; left: 0; z-index: 1; width: 553px; max-width: none; height: 104px; margin: 0; overflow: hidden; }
  .secure-main .secure-intro.compact .eyebrow { margin: 0 0 7px; font-size: 8px; }
  .secure-main .secure-intro.compact h1 { margin: 0; font: 500 42px/.95 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
  .secure-main .secure-intro.compact p { max-width: 520px; margin: 9px 0 0; font-size: 10px; line-height: 1.35; }
  .route-checkout-buy .checkout-flow { padding-top: 118px; }
  .route-checkout-hold .checkout-flow { padding-top: 132px; }
  .secure-main .checkout-flow { gap: 10px; }

  .secure-main .checkout-step { padding: 15px 18px; border: 1px solid var(--line); border-radius: 5px; box-shadow: none; }
  .secure-main .checkout-step-head { gap: 10px; margin-bottom: 11px; }
  .secure-main .checkout-step-head .step-number { width: 24px; height: 24px; border-radius: 4px; font-size: 7px; }
  .secure-main .checkout-step-head h2 { font-size: 19px; line-height: 1; }
  .secure-main .checkout-step-head p { margin-top: 4px; font-size: 8px; line-height: 1.25; }

  .secure-main .choice-grid { gap: 9px; }
  .secure-main .choice-card { min-height: 91px; gap: 9px; padding: 12px; border-radius: 4px; }
  .secure-main .choice-top { grid-template-columns: 18px 1fr; gap: 8px; }
  .secure-main .choice-radio { width: 16px; height: 16px; border-width: 1.5px; }
  .secure-main .choice-card.selected .choice-radio::after { width: 6px; height: 6px; }
  .secure-main .choice-card h3 { margin-bottom: 3px; font-size: 16px; line-height: 1.05; }
  .secure-main .choice-card p { font-size: 8px; line-height: 1.25; }
  .secure-main .choice-card small { font-size: 6.5px; }
  .secure-main .choice-card.selected,
  .secure-main .sofa-option.selected { border-color: var(--cobalt); background: var(--cobalt); color: #fff; box-shadow: none; }
  .secure-main .choice-card.selected *,
  .secure-main .sofa-option.selected * { color: #fff !important; }
  .secure-main .balance-choice { margin-top: 11px; }
  .secure-main .field-label,
  .secure-main .field label { margin-bottom: 4px; font-size: 7px; }
  .secure-main .breakdown { gap: 5px; margin-top: 9px; padding: 10px 12px; border-radius: 4px; }
  .secure-main .breakdown .summary-line { min-height: 13px; padding: 0; font-size: 7.5px; }
  .secure-main .breakdown .summary-total { margin-top: 2px; padding-top: 6px; }
  .secure-main .breakdown .summary-total strong { font-size: 16px; }

  .secure-main .field-grid { gap: 10px 12px; }
  .secure-main .field { gap: 3px; }
  .secure-main .field input,
  .secure-main .field select { min-height: 36px; height: 36px; padding: 8px 10px; border-radius: 4px; font-size: 9px; }
  .secure-main .field-help { font-size: 7px; line-height: 1.3; }
  .secure-main .consent-row { gap: 8px; margin: 11px 0 0; padding: 9px; border-radius: 4px; font-size: 7px; line-height: 1.35; }
  .secure-main .consent-row input { width: 16px; height: 16px; flex-basis: 16px; }

  .route-checkout-buy .checkout-payment { min-height: 351px; }
  .route-checkout-buy .checkout-details { min-height: 158px; }
  .route-checkout-buy .checkout-delivery { min-height: 205px; }
  .route-checkout-hold .hold-visit { min-height: 157px; }
  .route-checkout-hold .hold-sofa-step { min-height: 192px; }
  .route-checkout-hold .selected-sofa-card { grid-template-columns: 100px minmax(0, 1fr); padding: 8px; }
  .route-checkout-hold .selected-sofa-card img { width: 100px; }
  .route-checkout-hold .selected-sofa-card h3 { font-size: 15px; }
  .route-checkout-hold .secure-sofa-picker > summary { min-height: 30px; padding: 9px 0 4px; font-size: 7px; }

  .secure-main .summary-column { position: sticky; top: 16px; gap: 12px; }
  .secure-main .order-summary { position: static; top: auto; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 5px; box-shadow: none; }
  .secure-main .summary-product { display: block; padding: 0 16px 13px; }
  .secure-main .summary-product img { width: calc(100% + 32px); margin: 0 -16px 12px; aspect-ratio: 4/3; border-radius: 0; object-fit: cover; }
  .secure-main .summary-product h2 { margin: 4px 0; font-size: 17px; line-height: 1.04; }
  .secure-main .summary-product small,
  .secure-main .summary-product .eyebrow { font-size: 6.5px; }
  .secure-main .summary-lines { gap: 0; margin: 0; padding: 11px 16px; border-top: 1px solid var(--line); }
  .secure-main .summary-line { min-height: 26px; padding: 4px 0; font-size: 8px; }
  .secure-main .summary-total { margin-top: 3px; padding-top: 9px; }
  .secure-main .summary-total strong { font-size: 22px; }
  .secure-main .summary-terms { margin: 0 14px; padding: 12px; border-radius: 4px; font-size: 7.5px; line-height: 1.35; }
  .secure-main .summary-action { margin: 0; padding: 13px 14px 14px; }
  .secure-main .summary-action .button { min-height: 38px; padding: 8px 10px; font-size: 8px; }
  .secure-main .summary-action .field-help { margin-top: 6px; text-align: center; }
  .secure-main .help-card { display: grid; box-sizing: border-box; min-height: 146px; gap: 7px; margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
  .secure-main .help-card > strong { font: 500 17px/1 Georgia, "Times New Roman", serif; }
  .secure-main .help-card > p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.35; }
  .secure-main .help-actions { gap: 6px; }
  .secure-main .help-actions .button { min-height: 33px; padding: 6px; font-size: 7px; }

  .secure-main .sofa-picker { gap: 6px; padding-bottom: 6px; }
  .secure-main .sofa-option { grid-template-columns: 54px minmax(0, 1fr) auto; gap: 7px; min-height: 60px; padding: 5px; }
  .secure-main .sofa-option img { width: 54px; }
  .secure-main .sofa-option strong,
  .secure-main .sofa-option small,
  .secure-main .sofa-option > span:last-child { font-size: 7px; }
}

@media (max-width: 760px) {
  .secure-header { position: relative; height: auto; box-shadow: none; }
  .secure-header-inner { grid-template-columns: 1fr auto; min-height: 64px; padding-inline: 12px; }
  .secure-header .secure-label { display: none; }
  .secure-header .secure-brand { font-size: 18px; }
  .secure-header .secure-back { font-size: 9px; }
  .secure-header .secure-progress { grid-template-columns: 1fr; width: 100%; border-inline: 0; }
  .secure-header .progress-step { display: none; }
  .secure-header .progress-step.active { display: grid; min-height: 48px; place-items: center; grid-column: 1/-1; padding: 0 12px; }
  .secure-main.route-checkout-buy,
  .secure-main.route-checkout-hold { min-height: 0; height: auto; padding: 24px 0 48px; overflow: visible; }
  .secure-main .secure-page { width: min(calc(100% - 24px), 560px); max-width: none; }
  .secure-main .secure-intro.compact { position: static; width: auto; height: auto; margin-bottom: 20px; }
  .secure-main .secure-intro.compact h1 { margin: 0; font: 500 34px/1 Georgia, "Times New Roman", serif; }
  .secure-main .secure-intro.compact p { margin-top: 9px; font-size: 12px; line-height: 1.45; }
  .secure-main .checkout-layout { grid-template-columns: 1fr; gap: 16px; }
  .secure-main .checkout-flow { gap: 12px; padding-top: 0; }
  .secure-main .checkout-step { padding: 16px; border-radius: 5px; box-shadow: none; }
  .secure-main .checkout-step-head { gap: 9px; margin-bottom: 14px; }
  .secure-main .checkout-step-head h2 { font-size: 22px; }
  .secure-main .choice-grid,
  .secure-main .field-grid,
  .secure-main .help-actions { grid-template-columns: 1fr; }
  .secure-main .choice-card { min-height: 112px; padding: 15px; }
  .secure-main .choice-card h3 { font-size: 20px; }
  .secure-main .choice-card p { font-size: 11px; }
  .secure-main .field.full { grid-column: auto; }
  .secure-main .field input,
  .secure-main .field select { min-height: 48px; }
  .secure-main .consent-row { margin: 14px 0 0; padding: 12px; }
  .secure-main .summary-column { position: static; gap: 12px; }
  .secure-main .order-summary { position: static; padding: 0; box-shadow: none; }
  .secure-main .summary-product { display: block; padding: 0 15px 14px; }
  .secure-main .summary-product img { width: calc(100% + 30px); margin: 0 -15px 13px; aspect-ratio: 4/3; border-radius: 0; }
  .secure-main .summary-lines,
  .secure-main .summary-terms,
  .secure-main .summary-action { margin-top: 0; }
  .selected-sofa-card { grid-template-columns: 92px minmax(0, 1fr); }
  .selected-sofa-card img { width: 92px; }
  .secure-main .sofa-option { grid-template-columns: 68px minmax(0, 1fr); }
  .secure-main .sofa-option img { width: 68px; }
  .secure-main .sofa-option > span:last-child { grid-column: 1/-1; }
}

/* Final canonical correction pass: shared shell and approved route proportions. */
@media (min-width: 761px) {
  .nav-link.active {
    background: var(--cobalt);
    color: #fff;
  }

  .header-whatsapp .ui-icon {
    color: #139f67;
  }

  .service-bar-sell {
    border-bottom: 1px solid #deddd9;
    background: #ebe8e1;
    color: #202327;
  }

  /* Home: two balanced ratings, compact editorial heading and lighter imagery. */
  .home-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-review-grid .review-brand + .review-brand {
    border-left: 1px solid var(--line);
  }

  .home-hero-copy {
    padding-right: 18px;
  }

  .home-hero-copy h1 {
    max-width: 335px;
    font-size: 41px;
    letter-spacing: -.045em;
  }

  .home-why article {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    column-gap: 8px;
    align-content: start;
  }

  .home-why article > .home-line-icon {
    grid-column: 1;
  }

  .home-why article > h3 {
    grid-column: 2;
    align-self: center;
    margin: 0 0 7px;
  }

  .home-why article > img,
  .home-why article > p {
    grid-column: 1 / -1;
  }

  .home-path-grid > a::before {
    inset: 0 0 0 34%;
  }

  .home-path-grid > a::after {
    background: linear-gradient(90deg, #fff 0 38%, rgba(255,255,255,.68) 58%, rgba(255,255,255,.04) 100%);
  }

  .home-cta {
    position: relative;
    z-index: 2;
    border-radius: 7px 7px 0 0;
  }

  /* Buy catalogue: preserve compact two-line names and recognizable WhatsApp. */
  .route-buy .buy-card h3 {
    min-height: 34px;
    max-height: 34px;
    -webkit-line-clamp: 2;
  }

  .route-buy .buy-card-actions .ui-icon.icon-whatsapp,
  .route-buy .buy-card-actions .icon-whatsapp {
    color: #139f67;
  }

  /* Sell: neutral rail, restrained active step and three full-width FAQ rows. */
  .sell-assessment aside {
    border: 1px solid var(--line);
    border-right: 0;
    background: rgba(255,255,255,.66);
    color: var(--ink);
  }

  .sell-assessment aside .eyebrow,
  .sell-assessment aside > p:not(.eyebrow),
  .sell-assessment aside > small {
    color: var(--muted);
  }

  .sell-assessment aside nav {
    gap: 0;
  }

  .sell-assessment aside nav button {
    position: relative;
    min-height: 34px;
    padding: 5px 4px 5px 11px;
    border-left: 1px solid var(--line);
    border-radius: 0;
    color: var(--ink);
  }

  .sell-assessment aside nav button.active {
    background: transparent;
    color: var(--ink);
    font-weight: 800;
  }

  .sell-assessment aside nav button span {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--muted);
  }

  .sell-assessment aside nav button.active span {
    border-color: var(--cobalt);
    background: var(--cobalt);
    color: #fff;
  }

  .sell-offer-note {
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 5.8px;
    line-height: 1.3;
  }

  .sell-faq > .container {
    grid-template-columns: 150px 1fr;
  }

  .sell-faq > .container > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sell-faq .faq-item {
    min-height: 27px;
    height: 27px;
    overflow: hidden;
  }

  .sell-faq .faq-item summary {
    padding: 8px 10px;
  }

  .sell-faq .faq-item p {
    display: none;
  }

  /* Inspection: canonical active choices, neutral preparation cards and joined dark ending. */
  .inspection-choice.selected,
  .inspection-choice.selected * {
    color: #fff !important;
  }

  .inspection-before article {
    justify-content: flex-start;
    padding: 14px;
    border: 1px solid var(--line);
    background: #fff !important;
    color: var(--ink);
  }

  .inspection-before article > span {
    position: static;
    width: 28px;
    height: 28px;
    margin-bottom: 15px;
    border: 1px solid var(--line);
    background: var(--canvas);
    color: var(--cobalt);
  }

  .inspection-before article p {
    color: var(--muted);
  }

  .inspection-faq > .container {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .inspection-faq > .container > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }

  .inspection-faq > .container > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .inspection-faq .faq-item {
    min-height: 116px;
  }

  .inspection-end-space {
    height: 0;
  }

  .route-inspection + .site-footer {
    height: 235px;
    min-height: 235px;
  }

  .route-inspection + .site-footer > .container {
    height: 235px;
    padding-top: 66px;
  }

  /* Guides: two actions, compact toolbar and complete fixed-height cards. */
  .guides-hero-actions {
    display: flex;
    gap: 6px;
    margin: 10px 0 7px;
  }

  .guides-hero-actions .button {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 6.5px;
  }

  .route-guides .guides-hero figure {
    position: relative;
  }

  .route-guides .guides-hero figcaption {
    position: absolute;
    right: 14px;
    bottom: 13px;
    display: grid;
    min-width: 80px;
    padding: 9px 11px;
    border-radius: 5px;
    background: rgba(255,255,255,.94);
    color: var(--ink);
  }

  .route-guides .guides-hero figcaption strong {
    font: 500 20px/1 Georgia, "Times New Roman", serif;
  }

  .route-guides .guides-hero figcaption span {
    margin-top: 3px;
    font-size: 6px;
  }

  .route-guides .guide-category-card.active,
  .route-guides .guide-category-card.active * {
    border-color: var(--cobalt);
    background: var(--cobalt);
    color: #fff;
  }

  .route-guides .guides-toolbar {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .route-guides .guides-toolbar > * {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 4px 7px;
    border: 1px solid var(--line);
    border-radius: 3px;
    color: var(--muted);
    font-size: 5.8px;
  }

  .route-guides .guides-toolbar .active {
    border-color: var(--cobalt);
    background: var(--cobalt);
    color: #fff;
  }

  .route-guides .article-body h3 {
    font-size: 13px;
    line-height: 1.04;
  }

  .route-guides .article-body > p {
    font-size: 6.8px;
    line-height: 1.35;
  }

  .route-guides .article-body footer small,
  .route-guides .article-body footer button {
    font-size: 5.5px;
  }

  /* Contact: canonical one-line hero and three direct final actions. */
  .route-contact .contact-hero-copy h1 {
    max-width: none;
    white-space: nowrap;
    font-size: 38px;
    letter-spacing: -.05em;
  }

  .route-contact .contact-final-cta .button-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }
}

@media (max-width: 760px) {
  .inspection-before article {
    justify-content: flex-start;
    border: 1px solid var(--line);
    background: #fff !important;
    color: var(--ink);
  }

  .inspection-before article > span {
    position: static;
    margin-bottom: 12px;
    color: var(--cobalt);
  }

  .inspection-before article p {
    color: var(--muted);
  }

  .route-contact .contact-hero-copy h1 {
    white-space: normal;
  }

  .guides-hero-actions,
  .route-guides .guides-toolbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
}

/* Final secure checkout parity and usability pass. */
.secure-brand {
  display: grid;
  justify-items: start;
  gap: 1px;
  color: var(--ink);
  text-decoration: none;
}

.secure-brand span {
  font: 500 20px/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em;
}

.secure-brand small {
  font: 700 6px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .26em;
}

.secure-header-inner {
  grid-template-columns: 1fr auto 1fr;
}

.secure-label {
  border: 0;
  background: transparent;
}

.secure-back {
  justify-self: end;
}

.summary-heading {
  padding: 14px 16px 10px;
  border-bottom: 1px solid var(--line);
}

.summary-heading .eyebrow {
  margin: 0 0 4px;
  font-size: 6.5px;
}

.summary-heading h2 {
  margin: 0;
  font: 500 21px/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.03em;
}

.summary-product h3 {
  font-size: 17px;
  line-height: 1.08;
}

.summary-product > div > strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
}

.summary-terms {
  border-left: 2px solid var(--cobalt);
  background: #f7f4ee;
}

.help-actions {
  grid-template-columns: 1fr;
}

@media (min-width: 761px) {
  .order-summary {
    display: flex;
    min-height: 820px;
    flex-direction: column;
  }

  .order-summary .summary-action {
    margin-top: auto;
  }

  .route-checkout-hold .selected-sofa-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .route-checkout-hold .selected-sofa-card img {
    width: 150px;
    height: 113px;
  }
}

@media (max-width: 760px) {
  .secure-header-inner {
    grid-template-columns: 1fr auto;
  }

  .secure-label {
    display: none;
  }

  .secure-brand span {
    font-size: 17px;
  }

  .secure-header .secure-progress {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .secure-header .progress-step {
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 7px 6px;
    text-align: center;
  }

  .order-summary {
    min-height: 0;
  }

  .summary-heading {
    padding: 13px 14px 9px;
  }

  .summary-heading h2 {
    font-size: 19px;
  }

  .route-checkout-hold .selected-sofa-card {
    grid-template-columns: 1fr;
  }

  .route-checkout-hold .selected-sofa-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
}
