@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

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

  #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 .breakdown {
    gap: 2px;
    margin-top: 8px;
    padding: 9px 12px;
  }

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

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

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

  .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: 7px 12px;
  }

  .secure-main .summary-lines .summary-line {
    min-height: 0;
    padding: 3px 0;
    font-size: 10px;
  }

  .secure-main .summary-lines .summary-total {
    grid-column: 1 / -1;
    margin-top: 2px;
    padding-top: 6px;
  }

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

  .secure-main .consent-row {
    gap: 8px;
    margin-top: 9px;
    padding: 9px;
  }

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

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

  /* Home: keep every section, but use the same compact mobile rhythm as Contact. */
  .route-home .home-hero-copy {
    min-height: 230px;
    padding: 20px 0 16px;
  }

  .route-home .home-hero-copy .eyebrow {
    margin-bottom: 7px;
    font-size: 7px;
  }

  .route-home .home-hero-copy h1 {
    font-size: 42px;
    line-height: .88;
  }

  .route-home .home-hero-copy > p:not(.eyebrow) {
    max-width: 360px;
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.4;
  }

  .route-home .home-hero-actions {
    gap: 6px;
    margin-top: 14px;
  }

  .route-home .home-hero-actions .button {
    height: 31px;
    min-height: 31px;
    padding-inline: 11px;
    font-size: 8px;
  }

  .route-home .home-hero-trust {
    flex-wrap: nowrap;
    gap: 9px;
    margin-top: 12px;
    font-size: 6.5px;
  }

  .route-home .home-hero-trust .ui-icon {
    width: 12px;
    height: 12px;
  }

  .route-home .home-hero-media {
    height: 180px;
  }

  .route-home .home-stat {
    top: 14px;
    left: 14px;
    width: 103px;
    min-height: 88px;
    padding: 11px;
  }

  .route-home .home-offer-strip .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 62px;
  }

  .route-home .home-offer-strip article {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 5px;
    min-height: 62px;
    padding: 7px 6px;
  }

  .route-home .home-offer-strip .ui-icon {
    width: 17px;
    height: 17px;
  }

  .route-home .home-offer-strip small {
    font-size: 5.5px;
  }

  .route-home .home-offer-strip strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5px;
    font-weight: 800;
    line-height: 1.2;
  }

  .route-home .home-offer-strip em {
    display: none;
  }

  .route-home .home-review-row {
    padding: 7px 0;
  }

  .route-home .home-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 58px;
  }

  .route-home .home-review-grid .review-brand + .review-brand {
    border-left: 1px solid var(--line);
  }

  .route-home .review-brand {
    gap: 6px;
    min-width: 0;
    padding: 7px 8px;
  }

  .route-home .review-brand > span:first-child {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .route-home .review-brand .facebook-mark {
    font-size: 20px !important;
  }

  .route-home .review-brand .stars {
    font-size: 11px;
  }

  .route-home .review-brand strong {
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .route-home .review-brand small {
    display: none;
  }

  .route-home .home-available {
    padding: 18px 0 15px;
  }

  .route-home .home-section-head {
    height: 34px;
  }

  .route-home .home-section-head h2 {
    font-size: 21px;
  }

  .route-home .home-product-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-columns: minmax(210px, 64vw);
    grid-auto-flow: column;
    gap: 8px;
    margin-top: 9px;
    padding-bottom: 3px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .route-home .home-product-grid::-webkit-scrollbar {
    display: none;
  }

  .route-home .home-product-card {
    height: 205px;
    scroll-snap-align: start;
  }

  .route-home .home-product-media {
    height: 157px;
  }

  .route-home .home-stock-note {
    margin-top: 5px;
    font-size: 6.5px;
  }

  .route-home .home-why {
    padding: 19px 0 17px;
  }

  .route-home .home-why-grid {
    gap: 10px;
  }

  .route-home .home-why-intro {
    padding-bottom: 3px;
  }

  .route-home .home-why h2 {
    font-size: 24px;
  }

  .route-home .home-why article {
    display: grid;
    grid-template-columns: 94px 24px minmax(0, 1fr);
    grid-template-rows: 30px 44px;
    gap: 0 7px;
    min-height: 74px;
  }

  .route-home .home-why article img {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 94px;
    height: 74px;
    margin: 0;
  }

  .route-home .home-why article .home-line-icon {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .route-home .home-why article .home-line-icon .ui-icon {
    width: 22px;
    height: 22px;
  }

  .route-home .home-why article h3 {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: 14px;
  }

  .route-home .home-why article p {
    grid-column: 2 / 4;
    grid-row: 2;
    align-self: start;
    margin: 2px 0 0;
    font-size: 7.5px;
    line-height: 1.35;
  }

  .route-home .home-paths {
    padding: 8px 0;
  }

  .route-home .home-path-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .route-home .home-path-grid > a {
    height: 126px;
    padding: 9px;
  }

  .route-home .home-path-grid > a::before {
    inset: 0;
    opacity: .48;
  }

  .route-home .home-path-grid > a::after {
    background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.88) 66%, rgba(255,255,255,.36));
  }

  .route-home .home-path-grid > a > span .ui-icon {
    width: 18px;
    height: 18px;
  }

  .route-home .home-path-grid .eyebrow {
    margin: 6px 0 3px;
    font-size: 5.5px;
  }

  .route-home .home-path-grid h3 {
    font-size: 15px;
  }

  .route-home .home-path-grid small {
    margin-top: 8px;
    font-size: 6.5px;
    line-height: 1.15;
  }

  .route-home .home-showroom {
    padding: 8px 0;
  }

  .route-home .home-showroom-card {
    height: 220px;
  }

  .route-home .home-showroom-card > img {
    inset: 0 0 0 auto;
    width: 58%;
    height: 100%;
    object-position: center 58%;
  }

  .route-home .home-showroom-card::after {
    background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.9) 55%, rgba(255,255,255,0) 86%);
  }

  .route-home .home-showroom-copy {
    width: 58%;
    padding: 18px 10px 12px 16px;
  }

  .route-home .home-showroom h2 {
    font-size: 25px;
  }

  .route-home .home-showroom-copy > p:not(.eyebrow) {
    margin: 10px 0 11px;
    font-size: 8px;
    line-height: 1.35;
  }

  .route-home .home-showroom .button {
    height: 28px;
    min-height: 28px;
  }

  .route-home .home-cta {
    padding: 10px 0;
  }

  .route-home .home-cta .container {
    align-items: center;
    gap: 8px;
  }

  .route-home .home-cta h2 {
    font-size: 18px;
  }

  .route-home .home-cta .container > div:last-child {
    flex-direction: row;
    gap: 4px;
  }

  .route-home .home-cta .button {
    height: 29px;
    min-height: 29px;
    padding-inline: 8px;
    font-size: 7px;
  }

  .route-home + .site-footer,
  #app:has(.route-home) .site-footer {
    padding: 20px 0 13px;
  }

  #app:has(.route-home) .footer-grid {
    gap: 14px 12px;
  }

  #app:has(.route-home) .footer-bottom {
    margin-top: 14px;
    padding: 8px 0;
  }

  /* Buy: two-column stock cards and single-row supporting sections. */
  .route-buy .buy-hero-copy {
    padding: 18px 4px 14px;
  }

  .route-buy .buy-hero-copy h1 {
    margin-block: 5px 7px;
    font-size: 34px;
  }

  .route-buy .buy-hero-copy p:not(.eyebrow) {
    font-size: 9px;
    line-height: 1.4;
  }

  .route-buy .buy-hero-copy small {
    margin-top: 8px;
    font-size: 6.5px;
  }

  .route-buy .buy-hero-media img {
    height: 145px;
  }

  .route-buy .buy-tabs {
    margin-top: 8px;
  }

  .route-buy .buy-tabs > a {
    height: 31px;
  }

  .route-buy .buy-tabs > small {
    display: none;
  }

  .route-buy .buy-toolbar {
    margin-top: 5px;
    padding: 6px 8px;
  }

  .route-buy .buy-toolbar select {
    height: 29px;
    min-width: 78px;
  }

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

  .route-buy .buy-card,
  .route-buy .buy-grid.is-short .buy-card {
    width: auto;
    max-width: none;
    height: 304px;
  }

  .route-buy .buy-card-media {
    height: 146px;
  }

  .route-buy .buy-card-body {
    height: 158px;
    padding: 8px;
  }

  .route-buy .buy-card-price {
    font-size: 13px;
  }

  .route-buy .buy-card h3 {
    min-height: 28px;
    max-height: 28px;
    margin: 5px 0;
    font-size: 11px;
  }

  .route-buy .buy-card-meta {
    gap: 4px;
    font-size: 5.8px;
  }

  .route-buy .buy-detail-link {
    margin: 4px 0;
    font-size: 6.5px;
  }

  .route-buy .buy-card-actions {
    grid-template-columns: 1fr 1fr;
    gap: 3px;
  }

  .route-buy .buy-card-actions a,
  .route-buy .buy-card-actions button {
    height: 22px;
    padding-inline: 4px;
    font-size: 6px;
  }

  .route-buy .buy-card-actions button:last-child {
    grid-column: 1 / -1;
  }

  .route-buy .buy-benefits {
    padding: 6px 0;
  }

  .route-buy .buy-benefits .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .route-buy .buy-benefits span {
    min-height: 50px;
    gap: 4px;
    padding: 5px;
    border-bottom: 0;
    font-size: 7px;
    text-align: center;
  }

  .route-buy .buy-benefits .ui-icon {
    width: 18px;
    height: 18px;
  }

  .route-buy .buy-pending {
    padding-block: 5px 8px;
  }

  .route-buy .buy-pending article {
    grid-template-columns: 105px 1fr;
    gap: 10px;
    height: 92px;
  }

  .route-buy .buy-pending article > img {
    width: 105px;
    height: 92px;
  }

  .route-buy .buy-pending article .buy-status {
    left: 113px;
  }

  .route-buy .buy-sold {
    padding-block: 5px 8px;
  }

  .route-buy .buy-sold .container > div:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .route-buy .buy-sold article {
    height: 137px;
  }

  .route-buy .buy-sold article > button:first-child,
  .route-buy .buy-sold img {
    height: 103px;
  }

  .route-buy .buy-sold article > strong,
  .route-buy .buy-sold article > button:last-child {
    padding-inline: 5px;
    font-size: 6px;
  }

  .route-buy .buy-promos {
    padding: 7px 0;
  }

  .route-buy .buy-promos .container {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .route-buy .buy-promos a {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
    height: 105px;
    padding: 10px 48px 10px 9px;
  }

  .route-buy .buy-promos a > span .ui-icon {
    width: 19px;
    height: 19px;
  }

  .route-buy .buy-promos h3 {
    font-size: 11px;
  }

  .route-buy .buy-promos p {
    font-size: 6px;
  }

  .route-buy .buy-promos b {
    font-size: 6px;
  }

  .route-buy .buy-cta {
    padding: 8px 0;
  }

  .route-buy .buy-cta .container {
    grid-template-columns: 1fr auto auto;
    gap: 5px;
    padding: 11px;
  }

  .route-buy .buy-cta h2 {
    font-size: 15px;
  }

  .route-buy .buy-cta p {
    display: none;
  }

  .route-buy .buy-cta a,
  .route-buy .buy-cta button {
    height: 29px;
    min-height: 29px;
    padding-inline: 7px;
    font-size: 6.5px;
  }

  /* Sell: compact visual guidance while keeping the complete assessment form. */
  .route-sell .sell-hero-copy {
    padding: 20px 14px 16px;
  }

  .route-sell .sell-hero-copy h1 {
    font-size: 38px;
  }

  .route-sell .sell-hero-copy > p:not(.eyebrow) {
    margin: 10px 0 12px;
    font-size: 9px;
    line-height: 1.4;
  }

  .route-sell .sell-hero-copy .button {
    min-height: 32px;
  }

  .route-sell .sell-hero-copy > small {
    margin-top: 7px;
    font-size: 6.5px;
  }

  .route-sell .sell-hero-media,
  .route-sell .sell-hero-media > img {
    min-height: 0;
    height: 190px;
  }

  .route-sell .sell-process-card {
    right: 9px;
    bottom: 9px;
    width: 185px;
    padding: 9px;
  }

  .route-sell .sell-process-card li {
    min-height: 27px;
  }

  .route-sell .sell-trust > .container,
  .route-sell .sell-benefits > .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .route-sell .sell-trust span {
    grid-template-columns: 18px 1fr;
    min-height: 54px;
    padding: 6px;
  }

  .route-sell .sell-trust .ui-icon {
    width: 16px;
    height: 16px;
  }

  .route-sell .sell-trust b {
    font-size: 7px;
  }

  .route-sell .sell-trust small {
    display: none;
  }

  .route-sell .sell-steps,
  .route-sell .sell-photo-guide,
  .route-sell .sell-assessment,
  .route-sell .sell-benefits,
  .route-sell .sell-faq {
    padding: 18px 0;
  }

  .route-sell .sell-heading {
    margin-bottom: 11px;
  }

  .route-sell .sell-heading h2,
  .route-sell .sell-assessment h2 {
    font-size: 24px;
  }

  .route-sell .sell-step-grid,
  .route-sell .sell-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .route-sell .sell-step-grid article {
    min-height: 92px;
    padding: 10px;
  }

  .route-sell .sell-step-grid h3 {
    margin: 0 0 5px;
    font-size: 13px;
  }

  .route-sell .sell-step-grid p {
    font-size: 6.5px;
  }

  .route-sell .sell-photo-grid article {
    height: 158px;
  }

  .route-sell .sell-photo-grid img {
    height: 92px;
  }

  .route-sell .sell-photo-grid article > span {
    top: 6px;
    left: 6px;
    width: 19px;
    height: 19px;
  }

  .route-sell .sell-photo-grid h3 {
    margin: 7px 8px 2px;
    font-size: 10px;
  }

  .route-sell .sell-photo-grid p {
    margin: 0 8px 7px;
    font-size: 6px;
    line-height: 1.25;
  }

  .route-sell .sell-assessment > .container {
    gap: 0;
  }

  .route-sell .sell-assessment aside {
    padding: 14px;
  }

  .route-sell .sell-assessment aside > p:not(.eyebrow) {
    margin: 7px 0 10px;
    font-size: 7px;
  }

  .route-sell .sell-assessment aside nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .route-sell .sell-assessment aside nav button {
    grid-template-columns: 17px 1fr;
    min-height: 35px;
    padding: 5px;
    font-size: 6.5px;
  }

  .route-sell .sell-assessment aside > small {
    margin-top: 9px;
    font-size: 6px;
  }

  .route-sell .sell-compact-form {
    height: auto;
    padding: 14px;
  }

  .route-sell .sell-step-title {
    margin-bottom: 9px;
  }

  .route-sell .sell-compact-form .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .route-sell .sell-compact-form .field.full {
    grid-column: 1 / -1;
  }

  .route-sell .sell-compact-form input {
    min-height: 32px;
    height: 32px;
  }

  .route-sell .sell-compact-form details {
    margin-top: 6px;
  }

  .route-sell .sell-compact-form summary {
    grid-template-columns: 22px 1fr;
    min-height: 42px;
    padding: 7px 9px;
  }

  .route-sell .sell-consent {
    margin: 9px 0;
    font-size: 8px;
  }

  .route-sell .sell-benefits span {
    min-height: 51px;
    gap: 4px;
    padding: 5px;
    font-size: 6.5px;
    text-align: center;
  }

  .route-sell .sell-faq > .container {
    gap: 11px;
  }

  .route-sell .sell-faq > .container > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .route-sell .sell-faq .faq-item {
    min-height: 101px;
  }

  .route-sell .sell-faq .faq-item summary {
    padding: 9px 8px 5px;
    font-size: 7px;
  }

  .route-sell .sell-faq .faq-item p {
    padding: 0 8px 8px;
    font-size: 5.8px;
  }

  .route-sell .sell-cta {
    padding: 9px 0;
  }

  .route-sell .sell-cta > .container {
    grid-template-columns: 1fr auto auto;
    gap: 5px;
  }

  .route-sell .sell-cta a,
  .route-sell .sell-cta button {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 6.5px;
  }

  /* Inspection: retain every booking field, compress the supporting content. */
  .route-inspection .inspection-hero-copy {
    padding: 20px 18px 16px;
  }

  .route-inspection .inspection-hero-copy h1 {
    font-size: 37px;
  }

  .route-inspection .inspection-hero-copy > p:not(.eyebrow) {
    margin: 10px 0 12px;
    font-size: 9px;
    line-height: 1.4;
  }

  .route-inspection .inspection-hero figure {
    height: 180px;
  }

  .route-inspection .inspection-facts > .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .route-inspection .inspection-facts span {
    grid-template-columns: 18px minmax(0, 1fr);
    min-height: 63px;
    padding: 7px 5px;
  }

  .route-inspection .inspection-facts .ui-icon {
    width: 16px;
    height: 16px;
  }

  .route-inspection .inspection-facts b {
    overflow-wrap: anywhere;
    font-size: 6.5px;
  }

  .route-inspection .inspection-facts small {
    font-size: 5.5px;
    line-height: 1.2;
  }

  .route-inspection .inspection-booking {
    padding: 18px 0;
  }

  .route-inspection .inspection-booking > .container {
    gap: 9px;
  }

  .route-inspection .inspection-form {
    height: auto;
    padding: 13px 14px;
  }

  .route-inspection .inspection-form > header {
    grid-template-columns: 105px 1fr;
    margin-bottom: 5px;
  }

  .route-inspection .inspection-form h2 {
    font-size: 24px;
  }

  .route-inspection .inspection-step {
    padding: 10px 0;
  }

  .route-inspection .inspection-step-title {
    grid-template-columns: 29px 1fr;
    margin-bottom: 5px;
  }

  .route-inspection .inspection-step-title > span {
    width: 24px;
    height: 24px;
  }

  .route-inspection .inspection-step-title h3 {
    font-size: 15px;
  }

  .route-inspection .inspection-choice-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .route-inspection .inspection-choice {
    grid-template-columns: 18px 1fr;
    min-height: 61px;
    padding: 9px;
  }

  .route-inspection .inspection-form .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .route-inspection .inspection-form .field.full,
  .route-inspection .inspection-rule,
  .route-inspection .inspection-form .consent-row {
    grid-column: 1 / -1;
  }

  .route-inspection .inspection-form input,
  .route-inspection .inspection-form select {
    min-height: 32px;
    height: 32px;
  }

  .route-inspection .inspection-rule {
    grid-template-columns: 82px 1fr;
    margin-top: 7px;
    padding: 8px;
    font-size: 6px;
  }

  .route-inspection .inspection-form .consent-row {
    margin: 8px 0;
    font-size: 8px;
  }

  .route-inspection .inspection-sidebar {
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 185px;
    gap: 6px;
    height: 185px;
  }

  .route-inspection .inspection-sidebar article,
  .route-inspection .inspection-sidebar article:first-child {
    padding: 10px;
  }

  .route-inspection .inspection-sidebar article:first-child {
    padding-top: 0;
  }

  .route-inspection .inspection-sidebar img {
    width: calc(100% + 20px);
    height: 66px;
    margin: 0 -10px 8px;
  }

  .route-inspection .inspection-sidebar h3 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .route-inspection .inspection-sidebar p,
  .route-inspection .inspection-sidebar li {
    font-size: 5.8px;
    line-height: 1.3;
  }

  .route-inspection .inspection-sidebar .button {
    min-height: 26px;
    margin-top: 5px;
    font-size: 6px;
  }

  .route-inspection .inspection-before,
  .route-inspection .inspection-faq {
    padding: 20px 0;
  }

  .route-inspection .inspection-before > .container,
  .route-inspection .inspection-faq > .container {
    gap: 11px;
  }

  .route-inspection .inspection-before h2,
  .route-inspection .inspection-faq h2 {
    font-size: 24px;
  }

  .route-inspection .inspection-before > .container > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .route-inspection .inspection-before article {
    min-height: 128px;
    padding: 10px;
  }

  .route-inspection .inspection-before article > span {
    top: 7px;
    left: 7px;
    width: 21px;
    height: 21px;
  }

  .route-inspection .inspection-before h3 {
    font-size: 11px;
  }

  .route-inspection .inspection-before article p {
    font-size: 5.8px;
  }

  .route-inspection .inspection-faq > .container > div {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .route-inspection .inspection-faq .faq-item {
    min-height: 86px;
  }

  .route-inspection .inspection-faq .faq-item summary {
    padding: 10px 9px 5px;
    font-size: 7px;
  }

  .route-inspection .inspection-faq .faq-item p {
    padding: 0 9px 8px;
    font-size: 5.8px;
  }

  .route-inspection .inspection-cta {
    padding: 12px 0;
  }

  .route-inspection .inspection-cta > .container {
    grid-template-columns: 1fr auto auto;
    gap: 5px;
  }

  .route-inspection .inspection-cta h2 {
    font-size: 16px;
  }

  .route-inspection .inspection-cta .button {
    min-height: 29px;
    padding-inline: 7px;
    font-size: 6.5px;
  }

  /* Guides: two-column library cards replace the overlong one-card stack. */
  .route-guides .guides-hero-copy {
    padding: 18px 18px 14px;
  }

  .route-guides .guides-hero-copy h1 {
    font-size: 32px;
  }

  .route-guides .guides-hero-copy > p:not(.eyebrow) {
    margin: 9px 0 10px;
    font-size: 8.5px;
  }

  .route-sell .sell-contact-help {
    grid-column: 1 / -1;
    margin: -2px 0 1px;
    color: var(--muted);
    font-size: 7px;
    line-height: 1.35;
  }

  .route-sell .sell-offer-range {
    height: auto;
    min-height: 0;
    background: var(--cobalt);
    color: #fff;
  }

  .route-sell .sell-offer-range > .container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    min-height: 42px;
    padding-block: 8px;
  }

  .route-sell .sell-offer-range strong {
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
  }

  .route-sell .sell-offer-range span {
    color: #fff;
    font-size: 6.5px;
    line-height: 1.3;
  }

  .route-guides .guides-hero-actions {
    margin-block: 7px 6px;
  }

  .route-guides .guides-hero-actions .button {
    min-height: 29px;
  }

  .route-guides .guides-search {
    height: 35px;
  }

  .route-guides .guides-hero figure {
    height: 160px;
  }

  .route-guides .guides-categories,
  .route-guides .guides-featured,
  .route-guides .guides-library,
  .route-guides .guides-status {
    padding: 17px 0;
  }

  .route-guides .guides-categories > .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .route-guides .guides-categories a {
    grid-template-columns: 24px 1fr;
    gap: 5px;
    min-height: 54px;
    padding: 7px;
  }

  .route-guides .guides-categories a > span {
    width: 22px;
    height: 22px;
  }

  .route-guides .guides-categories h2 {
    font-size: 9px;
  }

  .route-guides .guides-categories p {
    display: none;
  }

  .route-guides .guides-featured header,
  .route-guides .guides-library header {
    margin-bottom: 9px;
  }

  .route-guides .guides-featured h2,
  .route-guides .guides-library h2 {
    font-size: 22px;
  }

  .route-guides .guides-feature-grid {
    grid-template-columns: 1.15fr .85fr;
    grid-template-rows: 102px 102px;
    gap: 6px;
    height: 210px;
  }

  .route-guides .guides-feature-grid article {
    min-height: 0;
  }

  .route-guides .guides-feature-grid article:first-child {
    grid-row: 1 / 3;
  }

  .route-guides .guides-feature-grid article > div {
    padding: 10px;
  }

  .route-guides .guides-feature-grid h3 {
    font-size: 15px;
  }

  .route-guides .guides-feature-small h3 {
    font-size: 10px;
  }

  .route-guides .guides-feature-grid p {
    font-size: 6.5px;
  }

  .route-guides .guides-library,
  .route-guides .guides-library > .container {
    height: auto;
    overflow: visible;
  }

  .route-guides .guides-library header {
    height: auto;
  }

  .route-guides .guides-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    max-width: 190px;
  }

  .route-guides .guides-toolbar > * {
    min-height: 20px;
    padding: 3px 5px;
    font-size: 5.5px;
  }

  .route-guides .guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 192px;
    gap: 7px;
  }

  .route-guides .article-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 82px 110px;
    height: 192px;
    min-height: 0;
  }

  .route-guides .article-card > img {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 82px;
  }

  .route-guides .article-body {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    padding: 8px;
  }

  .route-guides .article-body h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.05;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .route-guides .article-body > p {
    display: -webkit-box;
    margin: 5px 0;
    overflow: hidden;
    font-size: 6.5px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .route-guides .article-body footer small,
  .route-guides .article-body footer button {
    font-size: 5.5px;
  }

  .route-guides .guides-more {
    position: static;
    width: 100%;
    min-height: 34px;
    margin-top: 9px;
    justify-content: center;
  }

  .route-guides .guides-tools > .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .route-guides .guides-tools span {
    grid-template-columns: 21px 1fr;
    min-height: 50px;
    padding: 7px;
    border-right: 1px solid rgba(255,255,255,.16);
    border-bottom: 0;
  }

  .route-guides .guides-tools .ui-icon {
    width: 17px;
    height: 17px;
  }

  .route-guides .guides-tools b {
    font-size: 6.5px;
  }

  .route-guides .guides-tools small {
    font-size: 5.5px;
  }

  .route-guides .guides-status > .container {
    grid-template-columns: 1fr auto;
    gap: 7px;
    min-height: 39px;
    padding: 8px;
  }

  .route-guides .guides-status p,
  .route-guides .guides-status a {
    font-size: 6.5px;
  }

  /* Shared compact footer for every public mobile route. */
  #app .site-footer {
    min-height: 0;
    padding: 20px 0 13px;
  }

  #app .site-footer > .container {
    height: auto;
    padding-top: 0;
  }

  #app .site-footer .footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 14px 12px;
    height: auto;
  }

  #app .site-footer .footer-bottom {
    height: auto;
    margin-top: 14px;
    padding: 8px 0;
  }

  .route-home .home-google-review-strip {
    height: 50px;
  }

  .route-home .home-google-review-strip-inner {
    grid-template-columns: 158px minmax(0, 1fr);
    height: 42px;
  }

  .route-home .home-google-review-score {
    gap: 6px;
    padding-right: 8px;
  }

  .route-home .home-google-review-score > span {
    gap: 4px;
  }

  .route-home .home-google-review-score > span + span {
    padding-left: 6px;
  }

  .route-home .home-google-review-score > span > i {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .route-home .home-google-review-score b {
    font-size: 7px;
  }

  .route-home .home-google-review-score strong {
    max-width: 48px;
    overflow: hidden;
    font-size: 8px;
    text-overflow: ellipsis;
  }

  .route-home .home-google-review-item {
    gap: 7px;
    height: 28px;
    padding-inline: 12px;
  }

  .route-home .home-google-review-item q {
    max-width: 230px;
    font-size: 9px;
  }

  .route-home .home-google-review-item small {
    font-size: 6.5px;
  }

  .route-home .home-google-review-link {
    display: none;
  }

  .route-contact .contact-hero-section {
    padding: 18px 0 22px;
  }

  .route-contact .contact-hero {
    gap: 14px;
  }

  .route-contact .contact-hero-copy h1 {
    font-size: 38px;
  }

  .route-contact .contact-hero-copy > p:not(.eyebrow):not(.contact-response-note) {
    margin-top: 10px;
  }

  .route-contact .contact-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 12px;
  }

  .route-contact .contact-hero-actions .button {
    min-height: 38px;
  }

  .route-contact .contact-email-line,
  .route-contact .contact-response-note {
    margin-top: 8px;
    padding-top: 8px;
  }

  .route-contact .contact-hero-media {
    height: 178px;
  }

  .route-contact .contact-hero-media img {
    object-position: center 88%;
  }

  .route-contact .contact-methods-section,
  .route-contact .contact-intent-section,
  .route-contact .contact-faq-section {
    padding-block: 24px;
  }

  .route-contact .contact-centered-heading {
    margin-bottom: 15px;
  }

  .route-contact .contact-centered-heading h2 {
    font-size: 29px;
    line-height: 1;
  }

  .route-contact .contact-methods-section .contact-centered-heading h2 {
    font-size: 23px;
  }

  .route-contact .contact-methods-section .contact-centered-heading > p:last-child {
    font-size: 9px;
  }

  .route-contact .contact-method-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .route-contact .contact-method-card {
    min-height: 88px;
    padding: 9px 5px;
  }

  .route-contact .contact-method-icon {
    width: 29px;
    height: 29px;
  }

  .route-contact .contact-method-card > strong {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .route-contact .contact-method-card > .eyebrow,
  .route-contact .contact-method-card > span:not(.contact-method-icon):not(.contact-method-action),
  .route-contact .contact-method-action {
    display: none;
  }

  .route-contact .contact-intent-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .route-contact .contact-intent-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    height: 128px;
    min-height: 0;
  }

  .route-contact .contact-intent-card > img {
    grid-column: 1;
    grid-row: 1;
    width: 116px;
    height: 128px;
  }

  .route-contact .contact-intent-icon {
    top: 10px;
    left: 96px;
    width: 34px;
    height: 34px;
  }

  .route-contact .contact-intent-body {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    padding: 15px 13px 12px 21px;
  }

  .route-contact .contact-intent-body > strong {
    font-size: 16px;
    line-height: 1.05;
  }

  .route-contact .contact-intent-body > span:not(.eyebrow) {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.35;
  }

  .route-contact .contact-support-section {
    padding-bottom: 24px;
  }

  .route-contact .contact-support-grid {
    gap: 9px;
  }

  .route-contact .contact-support-card {
    padding: 17px;
  }

  .route-contact .contact-support-card h2 {
    font-size: 27px;
  }

  .route-contact .contact-detail-list,
  .route-contact .contact-check-list {
    margin-top: 14px;
    gap: 9px;
  }

  .route-contact .contact-detail-list > span {
    padding-block: 12px;
  }

  .route-contact .contact-check-list li {
    padding-block: 9px;
  }

  .route-contact .contact-showroom-card > .button,
  .route-contact .contact-whatsapp-row {
    margin-top: 15px;
  }

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

  .route-contact .contact-faq-grid .faq-item {
    min-height: 0;
  }

  .route-contact .contact-faq-grid .faq-item summary {
    padding: 10px 10px 4px;
    font-size: 10px;
  }

  .route-contact .contact-faq-grid .faq-item[open] p {
    padding: 0 10px 10px;
    font-size: 9px;
    line-height: 1.35;
  }

  .route-contact .contact-final-section {
    padding-top: 20px;
  }

  .route-contact .contact-final-cta {
    gap: 12px;
    padding: 18px 14px;
  }

  .route-contact .contact-final-cta h2 {
    font-size: 28px;
  }

  .route-contact .contact-final-cta .button-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .route-contact .contact-final-cta .button {
    min-height: 36px;
    padding-inline: 7px;
    font-size: 9px;
  }

  .route-contact .contact-final-section + .site-footer {
    margin-top: 0;
  }
}

/* Final mobile sell-page pass: clear hierarchy, visible steps, no overlapping cards. */
@media (max-width: 760px) {
  .route-sell .sell-hero,
  .route-sell .sell-steps,
  .route-sell .sell-photo-guide,
  .route-sell .sell-assessment,
  .route-sell .sell-benefits,
  .route-sell .sell-faq,
  .route-sell .sell-cta {
    height: auto;
    min-height: 0;
  }

  .route-sell .sell-hero > .container {
    width: 100%;
  }

  .route-sell .sell-hero-copy {
    padding: 18px 14px 14px;
  }

  .route-sell .sell-hero-copy > small {
    display: block;
    align-self: flex-start;
    width: 100%;
    margin-top: 7px;
  }

  .route-sell .sell-hero-media,
  .route-sell .sell-hero-media > img {
    position: relative;
    height: 165px;
  }

  .route-sell .sell-process-card {
    display: none;
  }

  .route-sell .sell-trust {
    display: none;
  }

  .route-sell .sell-steps,
  .route-sell .sell-photo-guide,
  .route-sell .sell-assessment,
  .route-sell .sell-benefits,
  .route-sell .sell-faq {
    padding: 14px 0;
  }

  .route-sell .sell-heading {
    margin-bottom: 9px;
  }

  .route-sell .sell-heading h2,
  .route-sell .sell-assessment h2 {
    font-size: 22px;
    line-height: 1.02;
  }

  .route-sell .sell-heading > p:last-child {
    margin-top: 6px;
    font-size: 8px;
    line-height: 1.4;
  }

  .route-sell .sell-step-grid {
    gap: 5px;
  }

  .route-sell .sell-step-grid article {
    min-height: 76px;
    padding: 9px 8px;
  }

  .route-sell .sell-step-grid article > span {
    font-size: 6.5px;
  }

  .route-sell .sell-step-grid h3 {
    margin: 7px 0 4px;
    font-size: 10.5px;
    line-height: 1.08;
  }

  .route-sell .sell-step-grid p {
    font-size: 7.2px;
    line-height: 1.35;
  }

  .route-sell .sell-photo-guide > .container {
    gap: 0;
  }

  .route-sell .sell-photo-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .route-sell .sell-photo-grid article {
    display: grid;
    grid-template-columns: 116px 1fr;
    grid-template-rows: auto 1fr;
    height: 86px;
    min-height: 86px;
    overflow: hidden;
    background: #fff;
  }

  .route-sell .sell-photo-grid img {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 116px;
    height: 86px;
    object-fit: cover;
  }

  .route-sell .sell-photo-grid article > span {
    top: 7px;
    left: 7px;
    width: auto;
    height: auto;
    min-height: 17px;
    padding: 4px 6px;
    border-radius: 999px;
    font-size: 5.5px;
  }

  .route-sell .sell-photo-grid h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 13px 10px 2px;
    font-size: 12px;
    line-height: 1.05;
  }

  .route-sell .sell-photo-grid p {
    grid-column: 2;
    grid-row: 2;
    margin: 2px 10px 10px;
    font-size: 7.5px;
    line-height: 1.35;
  }

  .route-sell .sell-assessment > .container {
    width: min(calc(100% - 28px), 520px);
    height: auto;
  }

  .route-sell .sell-assessment aside {
    padding: 12px 14px;
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--line);
    border-bottom: 0;
    background: #fff;
    color: var(--ink);
  }

  .route-sell .sell-assessment aside .eyebrow {
    display: none;
  }

  .route-sell .sell-assessment aside > p:not(.eyebrow),
  .route-sell .sell-assessment aside > small {
    color: var(--muted);
  }

  .route-sell .sell-assessment aside > p:not(.eyebrow) {
    margin: 6px 0 10px;
    font-size: 8px;
    opacity: .86;
  }

  .route-sell .sell-assessment aside nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }

  .route-sell .sell-assessment aside nav button,
  .route-sell .sell-assessment aside nav button:not(.active) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    min-height: 31px;
    padding: 5px 3px;
    border: 1px solid var(--line);
    background: var(--canvas);
    color: var(--ink);
    font-size: 7.5px;
    line-height: 1.1;
    text-align: center;
  }

  .route-sell .sell-assessment aside nav button.active {
    border-color: var(--cobalt);
    background: var(--cobalt);
    color: #fff;
  }

  .route-sell .sell-assessment aside > small {
    margin-top: 8px;
    font-size: 6.5px;
    opacity: .82;
  }

  .route-sell .sell-compact-form {
    height: auto;
    padding: 14px;
    overflow: visible;
  }

  .route-sell .sell-compact-form label {
    font-size: 7.5px;
  }

  .route-sell .sell-compact-form input {
    min-height: 34px;
    height: 34px;
    font-size: 8.5px;
  }

  .route-sell .sell-compact-form summary {
    grid-template-columns: 1fr;
    gap: 3px 6px;
    min-height: 48px;
    padding: 8px 10px;
  }

  .route-sell .sell-compact-form summary b {
    font-size: 9px;
  }

  .route-sell .sell-compact-form summary small {
    grid-column: 1;
    font-size: 7px;
    line-height: 1.3;
  }

  .route-sell .sell-compact-form details[open] {
    position: static;
    width: auto;
    padding-bottom: 10px;
  }

  .route-sell .sell-compact-form details[open] > :not(summary) {
    margin-inline: 10px;
  }

  .route-sell .sell-compact-form details[open] > label {
    display: block;
    margin-top: 8px;
  }

  .route-sell .sell-compact-form details[open] textarea {
    display: block;
    width: 100%;
    min-height: 82px;
    margin-top: 6px;
    padding: 8px;
    font-size: 9px;
    line-height: 1.35;
  }

  .route-sell .sell-description-panel {
    display: grid;
    gap: 6px;
    padding-top: 9px;
  }

  .route-sell .sell-description-panel label {
    color: var(--ink);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .route-sell .sell-description-panel small {
    color: var(--muted);
    font-size: 7px;
    line-height: 1.35;
  }

  .route-sell .sell-photo-upload {
    display: grid;
    gap: 6px;
    padding-top: 9px;
  }

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

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

  .route-sell .sell-photo-picker b {
    font-size: 10px;
  }

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

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

  .route-sell .sell-photo-upload .field-help {
    margin: 0;
    color: var(--cobalt);
    font-size: 7.5px;
    font-weight: 800;
  }

  .route-sell .sell-photo-tip {
    margin: 0;
    color: var(--ink);
    font-size: 7.5px;
    line-height: 1.35;
  }

  .route-sell .sell-photo-disclosure {
    margin: 0;
    padding-top: 6px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 6.5px;
    line-height: 1.35;
  }

  .route-sell .sell-compact-form .sell-condition-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px;
    padding-top: 8px;
  }

  .route-sell .sell-compact-form .sell-condition-grid label {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 6px;
    align-items: flex-start;
    font-size: 7.5px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
  }

  .route-sell .sell-compact-form .sell-condition-grid input {
    width: 14px;
    height: 14px;
    min-height: 14px;
    margin: 0;
  }

  .route-sell .sell-benefits > .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .route-sell .sell-benefits span {
    min-height: 52px;
    padding: 6px 5px;
    font-size: 7px;
    line-height: 1.25;
  }

  .route-sell .sell-faq > .container {
    gap: 8px;
  }

  .route-sell .sell-faq > .container > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .route-sell .sell-faq .faq-item {
    min-height: 0 !important;
    height: auto;
  }

  .route-sell .sell-faq .faq-item summary {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 8.5px;
  }

  .route-sell .sell-faq .faq-item p {
    padding: 0 10px 9px;
    font-size: 7.2px;
    line-height: 1.35;
  }

  .route-sell .sell-cta {
    padding: 9px 0;
  }

  .route-sell .sell-cta > .container {
    grid-template-columns: 1fr auto auto;
    gap: 5px;
  }

  .route-sell .sell-cta button {
    min-height: 31px;
    padding: 6px 8px;
    border-color: #fff;
    background: transparent;
    color: #fff;
    font-size: 7px;
  }

  .route-sell .sell-cta button:first-of-type {
    background: #fff;
    color: var(--cobalt);
  }
}

@media (max-width: 760px) {
  .sofa-detail-page {
    padding: 9px 0 13px;
  }

  .sofa-detail-breadcrumb {
    min-height: 23px;
    margin-bottom: 6px;
    font-size: 6px;
  }

  .sofa-detail-layout {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sofa-detail-primary-photo {
    height: 238px;
  }

  .sofa-detail-thumbnails {
    gap: 5px;
    margin-top: 5px;
  }

  .sofa-detail-thumbnails button {
    height: 69px;
  }

  .sofa-detail-all-photos {
    min-height: 29px;
    margin-top: 5px;
  }

  .sofa-detail-copy {
    position: static;
    padding: 15px;
  }

  .sofa-detail-copy h1 {
    font-size: 28px;
  }

  .sofa-detail-price {
    margin-top: 10px;
  }

  .sofa-detail-price strong {
    font-size: 21px;
  }

  .sofa-detail-facts {
    margin-top: 11px;
  }

  .sofa-detail-facts > div {
    grid-template-columns: 43px 1fr;
    padding: 7px 0;
  }

  .sofa-detail-summary {
    margin-top: 6px;
    font-size: 9px;
  }

  .sofa-detail-description {
    margin-top: 10px;
    padding: 11px;
  }

  .sofa-detail-description h2 {
    font-size: 19px;
  }

  .sofa-detail-description ul {
    margin-top: 8px;
    font-size: 7.5px;
  }

  .sofa-detail-condition {
    margin-top: 9px;
    padding: 8px;
  }

  .sofa-detail-disclosure {
    padding-top: 8px;
  }

  .sofa-detail-actions {
    margin-top: 10px;
  }

  .sofa-detail-actions .button {
    min-height: 30px;
  }

  .sofa-detail-showroom {
    margin-top: 9px;
    padding: 8px;
  }

  .sofa-detail-assurance {
    height: 49px;
  }

  .sofa-detail-assurance span {
    gap: 3px;
    padding: 4px;
    font-size: 5.5px;
    text-align: center;
  }

  .sofa-detail-assurance .ui-icon {
    width: 14px;
    height: 14px;
  }

  /* Inspection: readable mobile hierarchy without changing the desktop layout. */
  .route-inspection .inspection-step-title h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.01em;
  }

  .route-inspection .inspection-choice-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .route-inspection .inspection-choice {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 8px;
    min-height: 57px;
    padding: 9px 10px;
  }

  .route-inspection .inspection-choice > span {
    display: grid;
    min-width: 0;
    gap: 3px;
  }

  .route-inspection .inspection-choice b,
  .route-inspection .inspection-choice small {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
  }

  .route-inspection .inspection-choice b {
    font-size: 9px;
    line-height: 1.25;
  }

  .route-inspection .inspection-choice small {
    font-size: 7px;
    line-height: 1.35;
  }

  .route-inspection .inspection-sofa-picker summary {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 48px;
    padding: 8px 10px;
  }

  .route-inspection .inspection-sofa-picker summary:has(img) {
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }

  .route-inspection .inspection-sofa-picker summary img {
    width: 40px;
    height: 32px;
  }

  .route-inspection .inspection-sofa-picker summary span {
    display: grid;
    min-width: 0;
    gap: 3px;
  }

  .route-inspection .inspection-sofa-picker summary b,
  .route-inspection .inspection-sofa-picker summary small,
  .route-inspection .inspection-sofa-picker summary > strong {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.25;
  }

  .route-inspection .inspection-sofa-picker summary b {
    overflow: visible;
    font-size: 8px;
    text-overflow: clip;
    white-space: normal;
  }

  .route-inspection .inspection-sofa-picker summary small {
    font-size: 6.5px;
  }

  .route-inspection .inspection-sofa-picker summary > strong {
    font-size: 7px;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .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 {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
  }

  .gallery-shell {
    height: 100dvh !important;
    padding: 0 !important;
  }

  .gallery-stage,
  .gallery-stage figure {
    width: 100%;
    height: 100dvh !important;
    min-height: 100dvh !important;
  }

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

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

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