/* DW Home Decor — site-wide consistency and hierarchy pass */
:root {
  --dw-copy: rgba(57, 53, 48, .70);
  --dw-copy-soft: rgba(57, 53, 48, .62);
  --dw-dark: #4c4742;
  --dw-taupe: #766b62;
  --dw-panel: #eeeae4;
  --dw-light: #fffefa;
  --dw-section: clamp(82px, 7vw, 108px);
  --dw-section-mobile: 68px;
}

/* Typography hierarchy */
body {
  font-size: 15.5px;
  line-height: 1.75;
}

h1, h2, h3,
.internal-hero h1,
.art-hero-copy h1,
.art-subhero h1,
.portfolio-lightbox-details h2 {
  letter-spacing: -.008em;
}

h1 { font-size: clamp(36px, 3.25vw, 49px); line-height: 1.13; }
h2 { font-size: clamp(30px, 2.55vw, 40px); line-height: 1.16; }
h3 { font-size: clamp(22px, 1.75vw, 28px); line-height: 1.2; }

em,
h1 em, h2 em, h3 em,
.art-page em {
  font-style: normal !important;
  font-weight: inherit;
}

/* Keep section labels clearly legible but understated. */
.eyebrow,
.menu-label,
.mobile-division,
.package-name,
.footer-heading,
.portfolio-card-meta,
.portfolio-lightbox-meta,
.breadcrumbs,
.art-format-badge {
  font-family: var(--sans);
}

.eyebrow {
  margin-bottom: 14px;
  color: rgba(57, 53, 48, .68);
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .145em;
}

.eyebrow-light,
.rental-copy .eyebrow,
.art-studio .eyebrow,
.final-cta .eyebrow,
.internal-final .eyebrow,
.dialog-intro .eyebrow,
.art-finish-section .eyebrow {
  color: rgba(255, 255, 255, .80);
}

/* Shared spacing rhythm */
.section,
.internal-section,
.art-path-section,
.art-category-section,
.art-content-section,
.art-help-section {
  padding-top: var(--dw-section);
  padding-bottom: var(--dw-section);
}

.section-heading,
.internal-heading,
.portfolio-heading,
.packages-heading {
  margin-bottom: clamp(42px, 4.5vw, 60px);
}

.section-heading,
.internal-heading,
.portfolio-heading,
.packages-heading,
.art-section-heading {
  max-width: 820px;
}

.section-heading > p:not(.eyebrow),
.internal-heading > p:not(.eyebrow),
.portfolio-heading > p:not(.eyebrow),
.packages-heading > p:not(.eyebrow),
.internal-hero-copy,
.split-heading > p,
.professionals-copy > p:not(.eyebrow),
.about-copy > p:not(.eyebrow):not(.about-lead),
.art-copy > p:not(.eyebrow):not(.art-wordmark),
.art-subhero-copy,
.art-form-intro > p:not(.eyebrow),
.contact-form-copy > p:not(.eyebrow) {
  color: var(--dw-copy);
  font-size: 15.5px;
  line-height: 1.8;
}

/* Header and navigation */
.site-header {
  background: rgba(248, 246, 242, .97);
}

.header-inner { gap: 28px; }
.site-header .brand-name { font-size: 22px; letter-spacing: .075em; }
.nav-link,
.art-nav a {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .045em;
}
.menu-label { font-size: 10px; letter-spacing: .12em; }
.nav-dropdown-panel a { font-size: 13px; line-height: 1.45; }

/* Buttons and links */
.button {
  min-height: 47px;
  padding: 12px 20px;
  border-radius: 1px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .10em;
}
.button-small { min-height: 41px; padding: 10px 15px; font-size: 9.75px; }
.text-link {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .095em;
}
.button-row { gap: 11px; }

/* Homepage service hierarchy */
.services .section-heading {
  max-width: 760px;
}
.service-grid { gap: 58px 30px; }
.service-card h3,
.service-card:not(.service-card-large) h3 {
  margin-bottom: 12px;
  font-size: clamp(23px, 1.9vw, 29px);
}
.service-card > p:not(.eyebrow) {
  color: var(--dw-copy);
  font-size: 15px;
  line-height: 1.75;
}

.rental-feature {
  margin-top: clamp(68px, 7vw, 100px);
  background: var(--dw-taupe);
}
.rental-copy h3 {
  color: #fff;
  font-size: clamp(29px, 2.45vw, 36px);
  line-height: 1.16;
}
.rental-copy > p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.rental-options span { color: rgba(255,255,255,.90); }

/* Homepage proof and process */
.portfolio-heading { max-width: 760px; }
.project figcaption strong {
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.16;
}
.project figcaption span { font-size: 10px; letter-spacing: .11em; }
.process-list li { padding: 31px 0; }
.process-number { font-size: 29px; }
.process-list h3 { font-size: clamp(22px, 1.7vw, 27px); }
.process-list p { color: var(--dw-copy); font-size: 15px; }

/* Packages */
.packages { background: var(--dw-panel); }
.packages-heading h2 { font-size: clamp(30px, 2.55vw, 40px); }
.package-card { min-height: 340px; padding: 30px 24px 34px; }
.package-card h3,
.light-package-card h3 {
  min-height: 52px;
  font-size: 24px;
  line-height: 1.18;
}
.package-price strong,
.light-package-card .package-price strong { font-size: 27px; }
.package-card > p:last-child,
.light-package-card > p:last-child { font-size: 13.5px; line-height: 1.7; }

/* Professionals and testimonials */
.professionals-copy { background: var(--dw-panel); }
.professionals-copy blockquote {
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: 1.45;
}
.testimonial-intro h2 { font-size: clamp(30px, 2.55vw, 40px); }
.testimonial blockquote {
  font-size: clamp(23px, 1.95vw, 30px);
  line-height: 1.38;
}

/* Art Studio transition on staging homepage */
.art-studio { background: #5f5751; }
.art-copy h2 { color: #fff; font-size: clamp(30px, 2.6vw, 40px); }
.art-copy > p:not(.eyebrow):not(.art-wordmark) { color: rgba(255,255,255,.80); }
.art-wordmark { color: rgba(255,255,255,.84); }
.art-card-label { color: rgba(255,255,255,.88); }

/* About and final CTA */
.about-copy h2 { font-size: clamp(30px, 2.6vw, 40px); }
.about-lead { font-size: clamp(20px, 1.65vw, 26px); line-height: 1.35; }
.final-cta,
.internal-final { background: var(--dw-taupe); }
.final-cta h2,
.internal-final h2 { color: #fff; font-size: clamp(31px, 2.75vw, 41px); }
.final-cta p:not(.eyebrow),
.internal-final p { color: rgba(255,255,255,.82); font-size: 15.5px; }

/* Internal staging pages */
.internal-hero {
  padding-top: calc(var(--header-height) + clamp(58px, 5vw, 76px));
  padding-bottom: clamp(58px, 5vw, 78px);
}
.internal-hero-grid {
  gap: clamp(42px, 6vw, 82px);
  align-items: end;
}
.internal-hero h1 { font-size: clamp(36px, 3.25vw, 49px); line-height: 1.13; }
.internal-hero-copy { max-width: 590px; }
.internal-hero-copy .button-row { margin-top: 26px; }
.internal-copy-grid { gap: clamp(48px, 7vw, 105px); }
.internal-prose p { color: var(--dw-copy); font-size: 15.5px; line-height: 1.8; }
.internal-prose .lead { font-size: clamp(20px, 1.7vw, 26px); line-height: 1.35; }
.value-card,
.contact-info-card,
.contact-route-card,
.art-info-card { padding: 32px; }
.value-card h3,
.contact-info-card h3,
.contact-route-card h3,
.art-info-card h3 { font-size: clamp(22px, 1.75vw, 27px); line-height: 1.2; }

/* Portfolio page */
.portfolio-card-caption strong,
.portfolio-card:not(.portfolio-card-featured) .portfolio-card-caption strong {
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.16;
}
.portfolio-card-meta { font-size: 10px; letter-spacing: .11em; }
.portfolio-card-action { font-size: 9.5px; }
.portfolio-lightbox-details h2 { font-size: clamp(26px, 2.15vw, 33px); line-height: 1.16; }
.portfolio-lightbox-meta { font-size: 10px; letter-spacing: .12em; }

/* Forms */
.quote-form label,
.quote-form legend,
.art-form label,
.art-form legend,
.contact-form-card label,
.contact-form-card legend {
  font-size: 10.75px;
  font-weight: 500;
  letter-spacing: .035em;
}
.quote-form input,
.quote-form select,
.quote-form textarea,
.art-form input,
.art-form select,
.art-form textarea,
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  font-size: 14px;
}
.dialog-intro h2 { color: #fff; font-size: clamp(29px, 2.5vw, 37px); }
.dialog-intro > p:not(.eyebrow) { color: rgba(255,255,255,.82); }

/* Art Studio pages */
.art-page { color: var(--ink); }
.art-hero-inner { padding-block: clamp(70px, 7vw, 102px); }
.art-hero-copy h1,
.art-subhero h1 { font-size: clamp(36px, 3.25vw, 49px); line-height: 1.13; }
.art-hero-copy > p:not(.eyebrow) { color: var(--dw-copy); font-size: 15.5px; line-height: 1.8; }
.art-path-card-copy h3 { font-size: clamp(23px, 1.8vw, 28px); line-height: 1.2; }
.art-path-card-copy p,
.category-card p,
.art-process-step p,
.art-info-card p,
.art-faq-list details p { color: var(--dw-copy); }
.category-card h3 { font-size: clamp(21px, 1.55vw, 25px); line-height: 1.2; }
.art-help-inner h2 { font-size: clamp(30px, 2.6vw, 40px); }
.art-help-inner p { font-size: 15.5px; line-height: 1.8; }
.art-subhero-copy { max-width: 580px; }
.breadcrumbs { font-size: 10px; }
.collection-chips span { font-size: 9.5px; }
.artwork-card-copy h3 { font-size: 21px; line-height: 1.2; }
.art-process-step { min-height: 240px; padding: 26px 22px; }
.art-process-step b { margin-bottom: 38px; font-size: 25px; }
.art-process-step h3 { font-size: 22px; line-height: 1.2; }
.art-form-intro h2 { font-size: clamp(30px, 2.55vw, 39px); }
.upload-box strong { font-size: 23px; }
.art-form-success h3 { font-size: 31px; }
.art-faq-list summary { font-size: 22px; line-height: 1.3; }

.art-finish-section { background: #403a35; }
.art-finish-section h2,
.art-finish-section h3,
.finish-copy h3 { color: #fff; }
.finish-copy p { color: rgba(255,255,255,.76); }

/* Footer */
.site-footer,
.art-site-footer { background: #403a35; }
.footer-heading { font-size: 10px; letter-spacing: .13em; }
.footer-grid > div:not(.footer-brand) a { font-size: 12.5px; line-height: 1.65; }
.footer-brand > p { font-size: 13px; line-height: 1.7; }
.footer-bottom { font-size: 9.5px; }

/* Mobile hierarchy */
@media (max-width: 900px) {
  .internal-hero-grid,
  .internal-copy-grid,
  .about-portrait-grid,
  .art-subhero-grid,
  .art-form-layout {
    gap: 34px;
  }
  .internal-copy-grid h2,
  .contact-form-copy,
  .art-form-intro { position: static; }
}

@media (max-width: 640px) {
  :root { --dw-section: var(--dw-section-mobile); }
  body { font-size: 14.75px; line-height: 1.72; }
  .section,
  .internal-section,
  .art-path-section,
  .art-category-section,
  .art-content-section,
  .art-help-section { padding-block: var(--dw-section-mobile); }

  h1,
  .hero h1,
  .internal-hero h1,
  .art-hero-copy h1,
  .art-subhero h1 { font-size: clamp(32px, 9.6vw, 40px); }
  h2,
  .packages-heading h2,
  .testimonial-intro h2,
  .art-copy h2,
  .about-copy h2,
  .final-cta h2,
  .internal-final h2,
  .art-help-inner h2,
  .art-form-intro h2 { font-size: clamp(27px, 8vw, 34px); }
  h3,
  .service-card h3,
  .service-card:not(.service-card-large) h3,
  .rental-copy h3,
  .process-list h3,
  .package-card h3,
  .light-package-card h3,
  .value-card h3,
  .contact-info-card h3,
  .contact-route-card h3,
  .art-info-card h3,
  .art-path-card-copy h3 { font-size: clamp(21px, 6.5vw, 27px); }

  .eyebrow { font-size: 11px; letter-spacing: .135em; }
  .site-header .brand-name { font-size: 18px; }
  .button { min-height: 45px; padding: 11px 17px; }
  .section-heading,
  .internal-heading,
  .portfolio-heading,
  .packages-heading { margin-bottom: 38px; }
  .service-grid { gap: 44px; }
  .rental-copy { padding: 42px 24px; }
  .process-list li { padding: 26px 0; }
  .testimonial blockquote { font-size: 25px; }
  .portfolio-card-caption strong,
  .portfolio-card:not(.portfolio-card-featured) .portfolio-card-caption strong { font-size: 25px; }
  .portfolio-lightbox-details h2 { font-size: 27px; }
  .art-process-step b { margin-bottom: 22px; }
  .art-faq-list summary { font-size: 21px; }
}


/* Permanent furnishing service */
.furnishing-feature {
  margin-top: 26px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  min-height: 520px;
  border: 1px solid var(--line);
  background: var(--soft-white);
}
.furnishing-image { min-height: 480px; overflow: hidden; }
.furnishing-image img { width: 100%; height: 100%; object-fit: cover; }
.furnishing-copy { padding: clamp(46px, 5.5vw, 74px); display: flex; flex-direction: column; justify-content: center; }
.furnishing-copy h3 { margin-bottom: 18px; font-size: clamp(29px, 2.45vw, 36px); line-height: 1.16; }
.furnishing-copy > p:not(.eyebrow) { max-width: 650px; color: var(--dw-copy); font-size: 15px; line-height: 1.75; }
.furnishing-note { margin-top: 4px; padding-left: 14px; border-left: 2px solid var(--dw-taupe); color: var(--ink)!important; font-weight: 500; }
.furnishing-options { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 28px; }
.furnishing-options span { padding: 8px 11px; border: 1px solid var(--line); color: var(--dw-copy); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.furnishing-copy .text-link { align-self: flex-start; }

/* Rental and furnishing detail pages */
.service-visual-split { display:grid; grid-template-columns:1fr 1fr; gap:clamp(48px,7vw,100px); align-items:center; }
.service-visual { min-height:580px; overflow:hidden; }
.service-visual img { width:100%; height:100%; object-fit:cover; }
.service-detail-copy { max-width:650px; }
.service-detail-copy h2 { margin-bottom:22px; }
.service-detail-copy > p:not(.eyebrow) { color:var(--dw-copy); font-size:15.5px; line-height:1.8; }
.service-detail-copy .text-link { margin-top:18px; }
.service-value-grid-four { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-value-card { min-height:310px; padding:30px; border:1px solid var(--line); background:rgba(255,255,255,.36); }
.service-value-card h3 { margin-bottom:14px; font-size:clamp(22px,1.75vw,27px); }
.service-value-card p { color:var(--dw-copy); font-size:14.5px; line-height:1.75; }
.service-value-card ul { margin:18px 0 0; padding:0; list-style:none; color:var(--dw-copy); font-size:13.5px; line-height:1.8; }
.service-value-card li + li { border-top:1px solid rgba(30,30,27,.08); }
.service-value-card li { padding:7px 0; }
.service-process-grid { display:grid; grid-template-columns:repeat(5,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.service-process-step { padding:28px 22px 32px; border-right:1px solid var(--line); }
.service-process-step:last-child { border-right:0; }
.service-process-step b { display:block; margin-bottom:34px; color:var(--dw-taupe); font-family:var(--serif); font-size:26px; font-weight:400; }
.service-process-step h3 { margin-bottom:10px; font-size:21px; }
.service-process-step p { color:var(--dw-copy); font-size:13.5px; line-height:1.75; }
.service-band { padding:clamp(58px,6vw,82px); background:var(--dw-panel); }
.service-band-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(40px,7vw,100px); align-items:start; }
.service-band h2 { font-size:clamp(30px,2.55vw,40px); }
.service-band-copy p { color:var(--dw-copy); font-size:15px; line-height:1.8; }
.service-inquiry-card { padding:clamp(30px,4vw,54px); border:1px solid var(--line); background:var(--soft-white); }
.service-inquiry-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(55px,8vw,120px); align-items:start; }
.service-inquiry-copy { position:sticky; top:calc(var(--header-height) + 42px); }
.service-inquiry-copy > p:not(.eyebrow) { color:var(--dw-copy); font-size:15.5px; line-height:1.8; }
.purchase-note { margin-top:28px; padding:20px 22px; border-left:2px solid var(--dw-taupe); background:rgba(155,138,123,.08); }
.purchase-note strong { display:block; margin-bottom:5px; font-size:13px; }
.purchase-note span { color:var(--dw-copy); font-size:13px; line-height:1.6; }
.value-grid-four { grid-template-columns:repeat(4,1fr); }
.contact-route-grid-four { grid-template-columns:repeat(4,minmax(0,1fr)); }
.contact-route-grid-four .contact-route-card:last-child { grid-column:auto; }

@media(max-width:1000px){
  .service-value-grid-four{grid-template-columns:1fr 1fr}
  .service-process-grid{grid-template-columns:1fr 1fr}
  .service-process-step{border-bottom:1px solid var(--line)}
  .service-process-step:nth-child(even){border-right:0}
  .service-process-step:last-child{grid-column:1/-1;border-bottom:0;border-right:0}
  .value-grid-four{grid-template-columns:1fr 1fr}
  .contact-route-grid-four{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .furnishing-feature{grid-template-columns:1fr}
  .furnishing-image{height:480px;min-height:0}
  .service-visual-split,.service-band-grid,.service-inquiry-layout{grid-template-columns:1fr}
  .service-inquiry-copy{position:static}
  .service-visual{min-height:520px}
}
@media(max-width:640px){
  .furnishing-feature{margin-inline:-14px}
  .furnishing-image{height:390px}
  .furnishing-copy{padding:42px 24px}
  .service-value-grid-four,.value-grid-four,.contact-route-grid-four{grid-template-columns:1fr}
  .service-process-grid{grid-template-columns:1fr}
  .service-process-step,.service-process-step:nth-child(even),.service-process-step:last-child{grid-column:auto;border-right:0;border-bottom:1px solid var(--line)}
  .service-process-step:last-child{border-bottom:0}
  .service-visual{min-height:420px}
  .service-band{padding:42px 24px}
}


/* Standalone rental and property-furnishing navigation + page rhythm */
.desktop-nav { gap: clamp(13px, 1.35vw, 22px); }
.nav-service-direct { white-space: nowrap; }

.service-landing-hero {
  padding: calc(var(--header-height) + clamp(44px, 4.5vw, 68px)) 0 clamp(62px, 6vw, 86px);
  background: var(--dw-light);
}
.service-landing-grid {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(420px,1.14fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}
.service-landing-copy { max-width: 620px; }
.service-landing-copy h1 { margin-bottom: 22px; font-size: clamp(37px,3.35vw,50px); line-height:1.12; }
.service-landing-copy > p:not(.eyebrow) { max-width: 590px; color: var(--dw-copy); font-size: 15.5px; line-height: 1.82; }
.service-landing-copy .button-row { margin-top: 28px; }
.service-hero-facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.service-hero-facts span { padding-right: 16px; color: var(--dw-copy-soft); font-size: 10.5px; line-height: 1.55; letter-spacing:.06em; text-transform: uppercase; }
.service-landing-image {
  position: relative;
  height: clamp(410px, 36vw, 540px);
  margin: 0;
  overflow: hidden;
  background: var(--dw-panel);
}
.service-landing-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 49%; }
.service-landing-image-wide img { object-position: center; }
.service-landing-image figcaption {
  position:absolute; right:16px; bottom:14px; padding:8px 10px;
  background:rgba(42,38,34,.72); color:#fff; font-size:9px; font-weight:500; letter-spacing:.09em; text-transform:uppercase;
}
.service-section-soft { background: var(--dw-panel); }
.service-section-dark { padding: var(--dw-section) 0; background:#5f5751; color:#fff; }
.service-section-dark .internal-heading h2,
.service-section-dark h3,
.service-process-dark .service-process-step h3 { color:#fff; }
.service-section-dark .internal-heading > p:not(.eyebrow),
.service-section-dark .service-dark-card p:not(.eyebrow),
.service-process-dark .service-process-step p { color:rgba(255,255,255,.76); }
.service-section-dark .eyebrow { color:rgba(255,255,255,.72); }
.service-dark-grid { display:grid; border-top:1px solid rgba(255,255,255,.20); border-bottom:1px solid rgba(255,255,255,.20); }
.service-dark-grid-three { grid-template-columns:repeat(3,1fr); }
.service-dark-grid-four { grid-template-columns:repeat(4,1fr); }
.service-dark-card { min-height: 235px; padding: 30px 28px 34px; border-right:1px solid rgba(255,255,255,.18); }
.service-dark-card:last-child { border-right:0; }
.service-dark-card h3 { margin-bottom: 12px; font-size:clamp(22px,1.7vw,27px); line-height:1.2; }
.service-dark-card p:not(.eyebrow) { font-size:14px; line-height:1.75; }
.service-process-dark .service-process-grid { border-color:rgba(255,255,255,.22); }
.service-process-dark .service-process-step { border-color:rgba(255,255,255,.18); }
.service-process-dark .service-process-step b { color:rgba(255,255,255,.72); }
.service-visual-split-compact { gap:clamp(46px,6vw,88px); }
.service-visual-compact { min-height:0; height:clamp(370px,35vw,480px); }
.service-visual-compact img { object-position:center 48%; }
.furnishing-overview-grid { align-items:start; }
.furnishing-three-up .value-card { background:rgba(255,255,255,.42); }

@media (max-width:1120px) {
  .desktop-nav { gap: 13px; }
  .nav-link, .art-nav a { font-size:10.5px; }
}
@media (max-width:900px) {
  .service-landing-grid { grid-template-columns:1fr; gap:34px; }
  .service-landing-copy { max-width:720px; }
  .service-landing-image { height: min(62vw,520px); min-height:390px; }
  .service-dark-grid-three,.service-dark-grid-four { grid-template-columns:1fr 1fr; }
  .service-dark-card:nth-child(2n) { border-right:0; }
  .service-dark-grid-three .service-dark-card:last-child { grid-column:1/-1; border-top:1px solid rgba(255,255,255,.18); }
}
@media (max-width:640px) {
  .service-landing-hero { padding-top:calc(var(--header-height) + 38px); }
  .service-landing-copy h1 { font-size:36px; }
  .service-hero-facts { grid-template-columns:1fr; gap:8px; }
  .service-hero-facts span { padding:0; }
  .service-landing-image { height:420px; min-height:0; }
  .service-section-dark { padding:var(--dw-section-mobile) 0; }
  .service-dark-grid-three,.service-dark-grid-four { grid-template-columns:1fr; }
  .service-dark-card,.service-dark-card:nth-child(2n) { border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  .service-dark-card:last-child { border-bottom:0; }
  .service-dark-grid-three .service-dark-card:last-child { grid-column:auto; }
  .service-visual-compact { height:360px; }
}


/* Furniture rental page — related proportions, distinct colour rhythm */
.rental-detail-page .rental-landing-hero {
  padding-top: calc(var(--header-height) + clamp(44px, 4.5vw, 68px));
  padding-bottom: clamp(62px, 6vw, 86px);
}
.rental-detail-page .rental-landing-grid {
  /* Mirror the Multi-Unit hero while keeping identical image proportions. */
  grid-template-columns: minmax(420px, 1.14fr) minmax(0, .86fr);
  gap: clamp(48px, 7vw, 104px);
}
.rental-detail-page .rental-landing-image {
  height: clamp(410px, 36vw, 540px);
  min-height: 0;
  align-self: center;
}
.rental-detail-page .rental-landing-image img {
  object-position: center 56%;
}
.rental-detail-page .rental-landing-copy {
  max-width: 620px;
}

/* Warm beige feature band instead of repeating the Multi-Unit dark section. */
.rental-detail-page .rental-options-section {
  padding: clamp(78px, 7vw, 106px) 0 clamp(84px, 7.4vw, 112px);
  background: #e7ddd1;
  color: var(--dw-dark);
}
.rental-detail-page .rental-options-section .internal-heading h2,
.rental-detail-page .rental-options-section h3 {
  color: var(--dw-dark);
}
.rental-detail-page .rental-options-section .internal-heading > p:not(.eyebrow),
.rental-detail-page .rental-options-section .service-dark-card p:not(.eyebrow) {
  color: rgba(57,53,48,.72);
}
.rental-detail-page .rental-options-section .eyebrow {
  color: rgba(57,53,48,.66);
}
.rental-detail-page .rental-options-section .service-dark-grid {
  margin-top: 38px;
  border-top-color: rgba(76,71,66,.20);
  border-bottom-color: rgba(76,71,66,.20);
}
.rental-detail-page .rental-options-section .service-dark-card {
  min-height: 218px;
  padding: 28px 28px 32px;
  border-right-color: rgba(76,71,66,.18);
}

/* Rearranged light sections so Rental has its own rhythm. */
.rental-detail-page .rental-inventory-section {
  background: var(--dw-light);
}
.rental-detail-page .rental-visual-section {
  background: var(--dw-panel);
}
.rental-detail-page .rental-visual-section .service-visual-split {
  gap: clamp(62px, 8vw, 120px);
}
.rental-detail-page .rental-inquiry-section {
  background: #f7f1e9;
}

@media (max-width: 980px) {
  .rental-detail-page .rental-landing-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .rental-detail-page .rental-landing-image {
    order: 1;
    height: min(62vw, 520px);
    min-height: 390px;
  }
  .rental-detail-page .rental-landing-copy {
    order: 2;
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .rental-detail-page .rental-landing-hero {
    padding-top: calc(var(--header-height) + 28px);
    padding-bottom: 58px;
  }
  .rental-detail-page .rental-landing-image {
    height: 420px;
    min-height: 0;
  }
  .rental-detail-page .rental-options-section {
    padding-top: 64px;
    padding-bottom: 70px;
  }
  .rental-detail-page .rental-options-section .service-dark-card,
  .rental-detail-page .rental-options-section .service-dark-card:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid rgba(76,71,66,.18);
  }
  .rental-detail-page .rental-options-section .service-dark-card:last-child {
    border-bottom: 0;
  }
}
