/* Fixed public home and company pages. Deliberately isolated from rental forms. */
.home-redesign { --home-dark: #1a1d1b; --home-yellow: #f7df22; --home-paper: #f4f4ef; }
.home-redesign [data-fixed-layout] { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
.home-redesign :is([data-home-page], [data-company-page]) { min-width: 0; }
.home-redesign:is(.catalog-view, .faq-view, .conditions-view, .company-view) [data-home-page],
.home-redesign:not(.company-view) [data-company-page],
.home-redesign.company-view :is(#catalogue, #faq, #conditions-de-location) { display: none !important; }
.home-redesign [data-fixed-layout][hidden] { display: none !important; }
.home-redesign .site-header { background: #fff; backdrop-filter: none; }
.home-redesign .main-nav { max-width: 1440px; min-height: 84px; padding-block: 12px; }
.home-redesign .brand img { width: 202px; max-height: 52px; object-fit: contain; }
.home-redesign .brand > span { display: none; }
.home-redesign .nav-links { gap: 3px; }
.home-redesign .nav-link-button { font-size: 13px; border-radius: 5px; }
.home-redesign #openCatalogNav { order: 1; }
.home-redesign #openSaleNav { order: 2; }
.home-redesign #openBrandsNav { order: 3; }
.home-redesign #openCompanyNav { order: 4; }
.home-redesign #openFaqNav { order: 5; }
.home-redesign #openContactNav { order: 6; }
.home-redesign #openListTop { border-radius: 5px; }
.home-redesign [data-fixed-layout] :is(a, button, input):focus-visible { outline: 3px solid #427ba0; outline-offset: 4px; }
.home-redesign [data-home-page] :is(h1, h2, h3),
.home-redesign [data-company-page] :is(h1, h2, h3) { text-wrap: balance; }
.home-block { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.home-redesign .home-hero { min-height: 0; background: var(--home-dark); isolation: isolate; overflow: hidden; }
.home-hero-visual { position: absolute; inset: 0 0 66px 37%; z-index: -1; overflow: hidden; }
.home-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; opacity: .85; }
.home-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #1a1d1b 0%, rgb(26 29 27 / 82%) 16%, rgb(26 29 27 / 10%) 55%), linear-gradient(0deg, #1a1d1b 0%, transparent 23%); }
.home-hero-inner { position: relative; width: min(1240px, calc(100% - 80px)); margin: auto; min-height: 590px; padding: 68px 0 62px; }
.home-hero-copy { position: relative; z-index: 1; width: 630px; max-width: 60%; color: #fff; }
.home-kicker, .home-eyebrow { font-size: 11px; font-weight: 800; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.home-kicker { display: flex; gap: 10px; align-items: center; margin: 0 0 26px; color: var(--home-yellow); }
.home-kicker > span { width: 22px; height: 3px; background: currentColor; flex-shrink: 0; }
.home-redesign .home-hero h1 { margin: 0; color: #fff; font-size: clamp(44px, 4.65vw, 66px); font-weight: 850; letter-spacing: -.055em; line-height: 1.04; text-transform: none; }
.home-redesign [data-fixed-layout] em { font-style: normal; color: var(--home-yellow); }
.home-hero-description { margin: 22px 0 25px; color: #d4d6d1; line-height: 1.65; font-size: 15px; }
.home-search { display: flex; align-items: center; width: 550px; max-width: 100%; padding: 6px; min-height: 62px; border: 1px solid #d5d7d0; border-radius: 6px; background: #fff; color: var(--home-dark); box-shadow: 0 10px 30px #0002; }
.home-search > svg { width: 19px; height: 19px; flex: 0 0 19px; margin: 0 12px 0 9px; color: #646a62; }
.home-search input { min-width: 0; flex: 1; height: 46px; border: 0; padding: 4px 4px 4px 0; font-size: 13px; background: transparent; color: var(--home-dark); outline-offset: -2px !important; }
.home-search input::placeholder { color: #73796f; opacity: 1; }
.home-search button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; flex: 0 0 auto; height: 48px; min-width: 106px; padding: 0 16px; border: 0; border-radius: 3px; font-size: 13px; font-weight: 850; background: var(--home-yellow); color: var(--home-dark); }
.home-search button svg { width: 19px; height: 19px; }
.home-hero-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 19px; }
.home-hero-links button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: none; color: #fff; font-weight: 650; font-size: 12px; line-height: 1.5; min-height: 30px; }
.home-hero-links button:first-child { color: var(--home-yellow); }
.home-hero-links svg { width: 15px; height: 15px; }
.home-photo-note { position: absolute; bottom: 66px; right: 5px; display: flex; align-items: start; gap: 12px; color: #fff; font-size: 12px; line-height: 1.6; padding: 16px 18px; border-left: 2px solid var(--home-yellow); background: #171a17b8; backdrop-filter: blur(8px); }
.home-photo-dot { width: 6px; height: 6px; flex-shrink: 0; margin-top: 7px; background: var(--home-yellow); }
.home-photo-note strong { font-weight: 550; }
.home-hero-bottom { border-top: 1px solid #ffffff20; background: #20241f; }
.home-hero-bottom-inner { width: min(1240px, calc(100% - 80px)); margin: auto; min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-hero-bottom-inner > :is(span, button) { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; color: #dcdfd7; }
.home-hero-bottom-inner svg { width: 17px; height: 17px; color: var(--home-yellow); }
.home-hero-bottom-inner button { border: 0; background: none; min-height: 45px; padding: 0; font-weight: 650; }
.home-redesign .home-announcement-section { width: min(1240px, calc(100% - 80px)); margin: 32px auto 0; }
.home-redesign .home-announcement-card { box-shadow: none; border-radius: 6px; border-left: 4px solid var(--home-yellow); }
.home-families, .home-service-section, .home-reviews { padding-top: 85px; padding-bottom: 85px; }
.home-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 36px; }
.home-eyebrow { margin: 0 0 16px; color: #70766c; }
.home-redesign [data-home-page] h2, .home-redesign [data-company-page] h2 { margin: 0; font-size: clamp(30px, 3.3vw, 46px); font-weight: 800; letter-spacing: -.045em; line-height: 1.08; }
.home-text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 14px; border: 0; border-bottom: 1px solid currentColor; padding: 8px 0; background: none; color: inherit; font-size: 12px; font-weight: 750; text-decoration: none; line-height: 1.6; }
.home-text-link svg, .home-solid-link svg { width: 18px; height: 18px; flex: 0 0 18px; }
.home-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.home-category-card { position: relative; display: flex; flex-direction: column; overflow: hidden; min-width: 0; text-align: left; border: 1px solid #dddfd7; border-radius: 6px; background: #fff; color: var(--home-dark); text-decoration: none; padding: 22px; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.home-category-index { position: absolute; left: 22px; top: 20px; color: #838a7c; font-size: 11px; letter-spacing: .04em; font-weight: 700; }
.home-category-image { display: block; height: 166px; width: 100%; margin-bottom: 12px; }
.home-category-image img { height: 100%; width: 100%; object-fit: contain; padding: 7px 30px; mix-blend-mode: multiply; transition: transform 230ms ease; }
.home-category-copy { padding-right: 26px; }
.home-category-copy h3 { margin: 0 0 4px; font-size: 20px; font-weight: 800; letter-spacing: -.035em; }
.home-category-copy :is(p, small, span) { margin: 0; color: #747a6f; font-size: 11px; font-weight: 450; }
.home-category-card > svg { position: absolute; bottom: 27px; right: 22px; width: 19px; height: 19px; }
.home-new-showcase { background: var(--home-dark); color: #fff; padding: 70px 0 76px; position: relative; }
.home-new-showcase::before { content: ""; position: absolute; top: 0; left: max(40px, calc((100vw - 1240px)/2)); width: 75px; height: 5px; background: var(--home-yellow); }
.home-redesign .home-new-products::after { display: none; }
.home-new-showcase .home-eyebrow { color: var(--home-yellow); }
.home-new-showcase .home-text-link { color: #d6d9d0; }
.home-redesign .home-new-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-section-aside { max-width: 300px; margin: 0; color: #6a7166; line-height: 1.7; font-size: 13px; }
.home-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #d5d8ce; }
.home-service-grid article { position: relative; padding: 32px 32px 0 0; }
.home-service-grid article + article { padding-left: 32px; border-left: 1px solid #d5d8ce; }
.home-service-icon { display: grid; place-items: center; width: 46px; height: 46px; background: var(--home-yellow); border-radius: 4px; margin-bottom: 23px; }
.home-service-icon svg { width: 23px; height: 23px; }
.home-service-number { position: absolute; top: 38px; right: 32px; color: #b0b5a8; font-size: 12px; }
.home-service-grid h3 { font-size: 21px; letter-spacing: -.035em; line-height: 1.2; margin-bottom: 12px; }
.home-service-grid p { color: #6a7166; font-size: 13px; line-height: 1.8; margin-bottom: 0; }
.home-company-teaser { display: grid; grid-template-columns: 1fr 1fr; background: #e7e8de; }
.home-company-photo { min-height: 480px; position: relative; }
.home-company-photo img { height: 100%; width: 100%; object-fit: cover; }
.home-company-photo > span { position: absolute; left: 30px; bottom: 25px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: #1a1d1bcf; padding: 10px 12px; }
.home-company-copy { padding: 60px clamp(32px, 5vw, 80px); align-self: center; }
.home-redesign .home-company-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.home-redesign .home-company-copy h2 em { color: #6b745b; }
.home-company-copy > p:not(.home-eyebrow) { max-width: 370px; font-size: 14px; line-height: 1.85; color: #5e6756; margin: 24px 0; }
.home-solid-link { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 48px; padding: 14px 20px; background: var(--home-dark); color: #fff; border: 1px solid var(--home-dark); border-radius: 4px; font-size: 12px; font-weight: 750; text-decoration: none; }
.home-solid-link svg { color: var(--home-yellow); }
.home-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.home-review-grid figure { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 32px; border: 1px solid #d5d8ce; background: #fff; border-radius: 5px; }
.home-review-stars { color: #9b7910; letter-spacing: 3px; font-size: 15px; margin-bottom: 22px; }
.home-review-grid blockquote { margin: 0 0 28px; font-size: 22px; letter-spacing: -.03em; line-height: 1.5; font-weight: 550; }
.home-review-grid figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; font-size: 12px; }
.home-review-grid figcaption > span { display: grid; place-items: center; height: 36px; width: 36px; border-radius: 50%; background: #eeeee6; color: #6a725e; }
.home-review-grid small { display: block; font-size: 10px; color: #818878; font-weight: 450; margin-top: 3px; }
.home-visit { background: var(--home-yellow); padding: 65px 0; }
.home-visit-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.15fr; gap: 45px; }
.home-visit .home-eyebrow { color: #635d1e; }
.home-redesign .home-visit h2 { font-size: 32px; line-height: 1.12; margin-bottom: 28px; }
.home-visit-intro > a { display: block; width: fit-content; color: var(--home-dark); text-decoration: none; font-size: 13px; }
.home-visit-intro > .home-phone-link { display: inline-flex; align-items: center; gap: 15px; font-size: 23px; font-weight: 800; margin-bottom: 6px; letter-spacing: -.035em; }
.home-phone-link svg { width: 20px; height: 20px; }
.home-visit-address > svg, .home-visit-hours > svg { width: 22px; height: 22px; margin: 4px 0 20px; }
.home-visit h3 { font-size: 16px; letter-spacing: -.02em; margin-bottom: 16px; }
.home-visit [data-home-contact="address"] { font-size: 13px; line-height: 1.85; margin-bottom: 16px; }
.home-visit [data-home-contact="address"] > span { display: block; }
.home-visit [data-home-contact="hours"] { font-size: 11px; line-height: 1.9; margin-bottom: 12px; }
.home-hours-row { display: flex; flex-wrap: wrap; gap: 4px 15px; justify-content: space-between; }
.home-hours-row strong { font-weight: 650; }
.home-visit .home-text-link { font-size: 11px; gap: 8px; }
.company-page { background: var(--home-paper); }
.company-page-hero { padding: 38px 0 70px; background: var(--home-dark); color: #fff; }
.company-page-hero .home-text-link { margin-bottom: 60px; color: #ccd1c4; }
.company-page-hero .home-kicker { margin-bottom: 20px; }
.home-redesign .company-page h1 { font-size: clamp(40px, 5vw, 68px); font-weight: 850; line-height: 1.06; letter-spacing: -.055em; text-transform: none; margin-bottom: 25px; }
.company-page-hero p:last-child { font-size: 16px; color: #c2c8b9; margin: 0; }
.company-story { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 80px; padding-block: 90px; }
.company-story-copy > p:not(.home-eyebrow) { font-size: 14px; color: #69705f; line-height: 1.9; margin-top: 25px; }
.company-story blockquote { font-size: 18px; line-height: 1.7; margin: 26px 0 20px; border-left: 3px solid #ccbc20; padding-left: 20px; }
.company-signature { font-weight: 750; font-size: 13px; }
.company-story figure { margin: 8px 0 0; }
.company-story img { width: 100%; min-height: 400px; object-fit: cover; border-radius: 5px; }
.company-story figcaption { font-size: 11px; color: #727b65; margin-top: 12px; }
.company-values { padding: 72px 0; background: #e7e8de; }
.company-values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 36px; }
.company-values-grid article { border-top: 1px solid #c7cbbb; padding: 25px 0; }
.company-values-grid article > span { text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .08em; color: #6e775f; }
.company-values-grid h3 { font-size: 20px; line-height: 1.2; letter-spacing: -.035em; margin: 15px 0 12px; }
.company-values-grid p { font-size: 13px; line-height: 1.8; color: #656d5a; margin: 0; }
.company-advantages { padding-block: 85px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.company-advantage-list article { display: flex; gap: 22px; margin-bottom: 30px; }
.company-advantage-list article > svg { width: 24px; height: 24px; flex-shrink: 0; }
.company-advantage-list h3 { font-size: 19px; letter-spacing: -.035em; }
.company-advantage-list p { font-size: 13px; line-height: 1.8; color: #656d5a; margin: 0; }
.company-page-cta { background: var(--home-yellow); padding: 65px 0; }
.company-page-cta > div { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.company-page-cta p:last-child { font-size: 13px; max-width: 640px; line-height: 1.8; margin: 20px 0 0; }
.company-page-cta .home-solid-link { flex-shrink: 0; }
@media (hover: hover) and (pointer: fine) {
  .home-category-card:hover { transform: translateY(-4px); border-color: #b8ba9e; box-shadow: 0 10px 25px #1a1d1b0a; }
  .home-category-card:hover img { transform: scale(1.04); }
  .home-text-link:hover, .home-hero-links button:hover { opacity: .72; }
  .home-search button:hover { background: #ffe94d; }
  .home-solid-link:hover { background: #32382d; }
}
@media (prefers-reduced-motion: no-preference) {
  .home-motion-ready [data-home-reveal]:not(.is-revealed) { opacity: 0; transform: translateY(12px); }
  .home-motion-ready [data-home-reveal] { transition: opacity 380ms ease, transform 380ms ease; }
}
@media (min-width: 881px) {
  .home-redesign .company-nav-link { display: none; }
}
@media (max-width: 1120px) and (min-width: 881px) {
  .home-redesign .brand img { width: 158px; }
  .home-redesign .main-nav { width: calc(100% - 40px); gap: 12px; }
  .home-redesign .nav-link-button { padding: 10px 9px; font-size: 11px; }
  .home-redesign .home-new-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .home-visit-grid { gap: 25px; }
}
@media (max-width: 880px) {
  .home-block, .home-hero-inner, .home-hero-bottom-inner { width: calc(100% - 48px); }
  .home-redesign .main-nav { min-height: 70px; padding-block: 10px; }
  .home-redesign .brand img { width: 165px; max-height: 42px; }
  .home-redesign .nav-links { gap: 8px; }
  .home-redesign .nav-link-button { font-size: 15px; }
  .home-redesign .home-hero { min-height: 0; }
  .home-hero-inner { min-height: 580px; padding: 48px 0 45px; }
  .home-hero-copy { max-width: 77%; }
  .home-hero-visual { left: 25%; }
  .home-hero-visual::after { background: linear-gradient(90deg, #1a1d1b, rgb(26 29 27 / 50%) 65%), linear-gradient(0deg, #1a1d1b, transparent); }
  .home-photo-note { display: none; }
  .home-redesign .home-hero h1 { font-size: clamp(42px, 6.3vw, 60px); }
  .home-hero-bottom-inner { gap: 12px; }
  .home-hero-bottom-inner > :is(span, button) { font-size: 10px; gap: 7px; }
  .home-hero-bottom-inner > span:nth-child(2) { display: none; }
  .home-families, .home-service-section, .home-reviews { padding-block: 60px; }
  .home-section-head { gap: 24px; }
  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-redesign .home-new-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .home-new-showcase { padding-block: 60px; }
  .home-category-copy h3 { font-size: 19px; }
  .home-section-aside { max-width: 235px; font-size: 12px; }
  .home-service-grid article { padding-right: 18px; }
  .home-service-grid article + article { padding-left: 18px; }
  .home-service-grid h3 { font-size: 19px; }
  .home-service-number { right: 18px; }
  .home-company-photo { min-height: 430px; }
  .home-company-copy { padding: 40px 30px; }
  .home-company-copy > p:not(.home-eyebrow) { font-size: 13px; }
  .home-review-grid figure { padding: 24px; }
  .home-review-grid blockquote { font-size: 19px; }
  .home-visit-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .home-visit-intro { grid-column: 1 / -1; }
  .company-story { gap: 35px; padding-block: 65px; }
  .company-story img { min-height: 340px; }
  .company-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-advantages { gap: 35px; }
  .company-page-cta > div { align-items: start; flex-direction: column; gap: 25px; }
}
@media (max-width: 540px) {
  .home-redesign .main-nav { min-height: 66px; width: calc(100% - 28px); gap: 8px; }
  .home-redesign .brand img { width: 138px; max-height: 38px; }
  .home-redesign .main-nav > .icon-button { width: 38px; min-width: 38px; min-height: 42px; }
  .home-redesign #openListTop { min-height: 40px; padding-inline: 8px; }
  .home-block, .home-hero-inner, .home-hero-bottom-inner { width: calc(100% - 36px); }
  .home-hero-inner { min-height: 0; padding: 38px 0 36px; }
  .home-hero-copy { width: 100%; max-width: 100%; }
  .home-hero-visual { left: 0; bottom: 60px; opacity: .45; }
  .home-hero-visual img { object-position: 60% 50%; }
  .home-hero-visual::after { background: linear-gradient(90deg, #1a1d1be8, #1a1d1b80), linear-gradient(0deg, #1a1d1b 5%, transparent 90%); }
  .home-kicker { font-size: 9px; letter-spacing: .09em; gap: 8px; margin-bottom: 23px; }
  .home-kicker > span { width: 16px; }
  .home-redesign .home-hero h1 { font-size: clamp(37px, 10.5vw, 56px); line-height: 1.04; letter-spacing: -.055em; }
  .home-hero-description { margin: 21px 0 24px; font-size: 13px; line-height: 1.7; max-width: 340px; }
  .home-desktop-break { display: none; }
  .home-search { min-height: 59px; padding: 5px; border-radius: 5px; }
  .home-search > svg { width: 17px; flex-basis: 17px; margin: 0 8px 0 6px; }
  .home-search input { font-size: 16px; height: 46px; }
  .home-search input::placeholder { font-size: 11px; }
  .home-search button { min-width: 48px; width: 48px; height: 46px; padding: 0; }
  .home-search button span { display: none; }
  .home-hero-links { justify-content: space-between; gap: 10px; margin-top: 16px; }
  .home-hero-links button { font-size: 11px; min-height: 44px; }
  .home-hero-bottom-inner { min-height: 61px; gap: 8px; }
  .home-hero-bottom-inner > :is(span, button) { font-size: 9px; gap: 6px; }
  .home-hero-bottom-inner svg { height: 15px; width: 15px; flex-shrink: 0; }
  .home-hero-bottom-inner button > svg:last-child { display: none; }
  .home-redesign .home-announcement-section { width: calc(100% - 36px); margin-top: 24px; }
  .home-families, .home-service-section, .home-reviews { padding-block: 46px; }
  .home-section-head { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 24px; }
  .home-eyebrow { margin-bottom: 12px; font-size: 9px; letter-spacing: .12em; }
  .home-redesign [data-home-page] h2, .home-redesign [data-company-page] h2 { font-size: 32px; line-height: 1.1; }
  .home-text-link { font-size: 11px; gap: 12px; }
  .home-category-grid { gap: 10px; }
  .home-category-card { padding: 14px; border-radius: 5px; }
  .home-category-index { top: 13px; left: 14px; font-size: 9px; }
  .home-category-image { height: 108px; margin-bottom: 12px; }
  .home-category-image img { padding: 13px 8px 0; }
  .home-category-copy { padding-right: 13px; }
  .home-category-copy h3 { font-size: 16px; line-height: 1.15; }
  .home-category-copy :is(p, small, span) { font-size: 10px; line-height: 1.5; display: block; }
  .home-category-card > svg { width: 15px; height: 15px; right: 12px; bottom: 20px; }
  .home-new-showcase { padding-block: 46px; }
  .home-new-showcase::before { left: 18px; }
  .home-redesign .home-new-grid { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-section-aside { max-width: 100%; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-grid article, .home-service-grid article + article { padding: 24px 0; border-left: 0; border-bottom: 1px solid #d5d8ce; }
  .home-service-grid article:last-child { border-bottom: 0; padding-bottom: 0; }
  .home-service-icon { width: 38px; height: 38px; margin-bottom: 16px; }
  .home-service-icon svg { width: 20px; height: 20px; }
  .home-service-number { top: 28px; right: 0; }
  .home-service-grid h3 { font-size: 21px; }
  .home-company-teaser { grid-template-columns: 1fr; }
  .home-company-photo { min-height: 0; height: 260px; }
  .home-company-photo > span { left: 18px; bottom: 18px; }
  .home-company-copy { padding: 36px 24px 42px; }
  .home-redesign .home-company-copy h2 { font-size: 43px; }
  .home-company-copy > p:not(.home-eyebrow) { max-width: none; margin-block: 22px; }
  .home-review-grid { grid-template-columns: 1fr; gap: 12px; }
  .home-review-grid figure { padding: 23px; }
  .home-review-grid blockquote { font-size: 20px; }
  .home-review-stars { margin-bottom: 16px; }
  .home-visit { padding-block: 42px; }
  .home-visit-grid { grid-template-columns: 1fr; gap: 30px; }
  .home-visit-intro { grid-column: auto; }
  .home-visit-address, .home-visit-hours { border-top: 1px solid #1a1d1b30; padding-top: 25px; }
  .home-visit-address > svg, .home-visit-hours > svg { margin: 0 0 12px; }
  .home-redesign .home-visit h2 { font-size: 33px; }
  .home-hours-row { max-width: 330px; }
  .company-page-hero { padding: 22px 0 46px; }
  .company-page-hero .home-text-link { margin-bottom: 40px; }
  .home-redesign .company-page h1 { font-size: 43px; }
  .company-page-hero p:last-child { font-size: 14px; line-height: 1.7; }
  .company-story { grid-template-columns: 1fr; gap: 30px; padding-block: 46px; }
  .company-story img { min-height: 0; height: 260px; }
  .company-values { padding-block: 46px; }
  .company-values-grid { grid-template-columns: 1fr; }
  .company-values-grid h3 { font-size: 22px; }
  .company-advantages { grid-template-columns: 1fr; gap: 30px; padding-block: 46px; }
  .company-advantage-list article:last-child { margin-bottom: 0; }
  .company-page-cta { padding-block: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-redesign { scroll-behavior: auto; }
  .home-redesign [data-fixed-layout], .home-redesign [data-fixed-layout] * { animation: none !important; transition: none !important; }
}

/* Fixed navigation — industrial styling shared by every public page. */
.home-redesign { --public-header-height: 88px; }
.home-redesign .site-header {
  background: #1a1d1b;
  border-bottom: 1px solid #ffffff24;
  box-shadow: 0 3px 16px #10130f12;
  color: #f6f7ef;
}
.home-redesign .site-header .main-nav {
  display: flex;
  width: min(1320px, calc(100% - 64px));
  height: calc(var(--public-header-height) - 1px);
  min-height: 0;
  gap: 14px;
  padding-block: 0;
}
.home-redesign .site-header .brand {
  flex: 0 0 206px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 64px;
  padding: 8px 18px;
  border-radius: 3px;
  border-bottom: 3px solid var(--home-yellow);
  background: #f7f7f0;
  text-decoration: none;
}
.home-redesign .site-header .brand img { width: 168px; max-width: 100%; max-height: 38px; }
.home-redesign .site-header .brand > span { display: block; color: #666c61; font-size: 7px; letter-spacing: .08em; font-weight: 650; white-space: nowrap; }
.home-redesign .site-header .nav-links { flex: 1; justify-content: center; gap: 2px; }
.home-redesign .site-header .nav-link-button {
  position: relative;
  padding: 13px 12px;
  min-height: 44px;
  background: transparent;
  color: #bfc6b9;
  font-size: 13px;
  font-weight: 650;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}
.home-redesign .site-header .nav-link-button::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--home-yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}
.home-redesign .site-header .nav-link-button:is(.active, [aria-current="page"]) { color: var(--home-yellow); background: #f7df2208; font-weight: 750; }
.home-redesign .site-header .nav-link-button:is(.active, [aria-current="page"])::after { transform: scaleX(1); }
.home-redesign .site-header #openListTop {
  flex: 0 0 auto;
  gap: 9px;
  min-height: 44px;
  padding: 0 13px;
  background: var(--home-yellow);
  color: var(--home-dark);
  border: 1px solid var(--home-yellow);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
}
.home-redesign .site-header #quoteCountTop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 23px;
  height: 23px;
  padding: 0 5px;
  border-radius: 3px;
  color: var(--home-yellow);
  background: var(--home-dark);
  font-size: 11px;
  line-height: 1;
}
.home-redesign .site-header :is(.customer-entry, .admin-entry, .nav-toggle) {
  flex: 0 0 auto;
  min-height: 44px;
  height: 44px;
  width: auto;
  gap: 8px;
  padding: 0 12px;
  color: #f4f5ee;
  background: transparent;
  border: 1px solid #ffffff30;
  border-radius: 4px;
  box-shadow: none;
}
.home-redesign .site-header .nav-account-label { font-size: 11px; font-weight: 650; }
.home-redesign .site-header :is(a, button):focus-visible { outline: 2px solid #f7df22; outline-offset: 4px; }
.home-redesign .site-header #openListTop:focus-visible { outline-color: #fff; }
.home-redesign.catalog-view main,
.home-redesign.catalog-view .catalog-section { height: calc(100vh - var(--public-header-height)); height: calc(100dvh - var(--public-header-height)); }
@media (hover: hover) and (pointer: fine) {
  .home-redesign .site-header .nav-link-button:hover { color: #fff; background: #ffffff0c; }
  .home-redesign .site-header .nav-link-button:is(.active, [aria-current="page"]):hover { color: var(--home-yellow); }
  .home-redesign .site-header #openListTop:hover { background: #ffe941; border-color: #ffe941; }
  .home-redesign .site-header :is(.customer-entry, .nav-toggle):hover { background: #ffffff0c; border-color: #ffffff60; }
}
@media (min-width: 881px) and (max-width: 1120px) {
  .home-redesign .site-header .main-nav { width: calc(100% - 40px); gap: 10px; }
  .home-redesign .site-header .brand { flex-basis: 168px; padding-inline: 13px; }
  .home-redesign .site-header .brand > span { font-size: 6px; }
  .home-redesign .site-header .nav-link-button { padding-inline: 8px; font-size: 12px; }
  .home-redesign .site-header .nav-account-label { display: none; }
}
@media (max-width: 880px) {
  .home-redesign { --public-header-height: 72px; }
  .home-redesign .site-header .main-nav { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto 44px; width: calc(100% - 32px); gap: 10px; }
  .home-redesign .site-header .brand { grid-column: 2; grid-row: 1; justify-self: start; width: 160px; max-width: 100%; height: 48px; padding: 6px 12px; border-bottom-width: 2px; }
  .home-redesign .site-header .brand img { width: 136px; max-height: 34px; }
  .home-redesign .site-header .brand > span, .home-redesign .site-header .nav-account-label { display: none; }
  .home-redesign .site-header .nav-toggle { grid-column: 1; grid-row: 1; width: 44px; min-width: 0; padding: 0; }
  .home-redesign .site-header .nav-toggle svg { width: 22px; height: 22px; }
  .home-redesign .site-header #openListTop { grid-column: 3; grid-row: 1; padding-inline: 12px; }
  .home-redesign .site-header #openCustomerPanel { grid-column: 4; grid-row: 1; width: 44px; min-width: 0; padding: 0; }
  .home-redesign .site-header .nav-links {
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    max-height: calc(100dvh - var(--public-header-height) - 28px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
    padding: 18px;
    border: 1px solid #444b40;
    border-top: 3px solid var(--home-yellow);
    border-radius: 6px;
    background: #20251f;
    box-shadow: 0 16px 50px #0005;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #626c5a #20251f;
  }
  .home-redesign .site-header .mobile-nav-heading { order: -1; gap: 8px; padding: 4px 3px 18px; border-radius: 0; border-bottom: 1px solid #ffffff20; margin-bottom: 5px; background: none; }
  .home-redesign .site-header .mobile-nav-heading span { font-size: 9px; letter-spacing: .12em; font-weight: 750; }
  .home-redesign .site-header .mobile-nav-heading strong { font-size: 24px; font-weight: 750; letter-spacing: -.035em; }
  .home-redesign .site-header .nav-link-button { grid-template-columns: 36px minmax(0, 1fr) 16px; gap: 12px; min-height: 68px; padding: 11px; background: #ffffff05; border: 1px solid #ffffff14; border-radius: 4px; color: #f4f5ed; white-space: normal; }
  .home-redesign .site-header .nav-link-button::after { display: none; }
  .home-redesign .site-header .nav-link-copy { gap: 5px; }
  .home-redesign .site-header .nav-link-copy strong { font-size: 15px; font-weight: 700; overflow-wrap: normal; }
  .home-redesign .site-header .nav-link-copy small { color: #a6b19f; font-size: 11px; font-weight: 450; line-height: 1.4; }
  .home-redesign .site-header .nav-link-icon { width: 36px; height: 36px; background: #ffffff08; border-radius: 3px; color: #ccd2c7; }
  .home-redesign .site-header .nav-link-icon svg { width: 19px; height: 19px; }
  .home-redesign .site-header .nav-link-arrow { width: 16px; color: #a6b19f; }
  .home-redesign .site-header .nav-link-button:is(.active, [aria-current="page"]) { background: #f7df2210; border-color: #f7df2270; }
  .home-redesign .site-header .nav-link-button:is(.active, [aria-current="page"]) .nav-link-icon { background: var(--home-yellow); color: var(--home-dark); }
  .home-redesign .site-header .nav-link-button:is(.active, [aria-current="page"]) .nav-link-copy small { color: #d2d8c9; }
}
@media (max-width: 540px) {
  .home-redesign .site-header .main-nav { width: calc(100% - 24px); grid-template-columns: 40px minmax(0, 1fr) auto 40px; gap: 7px; }
  .home-redesign .site-header .brand { width: 144px; padding-inline: 7px; height: 44px; }
  .home-redesign .site-header .nav-toggle, .home-redesign .site-header #openCustomerPanel { width: 40px; }
  .home-redesign .site-header #openListTop { gap: 7px; padding-inline: 9px; font-size: 11px; }
  .home-redesign .site-header #openListTop > svg { width: 15px; height: 15px; }
  .home-redesign .site-header #quoteCountTop { min-width: 20px; height: 20px; font-size: 10px; }
  .home-redesign .site-header .nav-links { grid-template-columns: minmax(0, 1fr); padding: 14px; gap: 6px; }
  .home-redesign .site-header .mobile-nav-heading { padding-bottom: 15px; }
  .home-redesign .site-header .mobile-nav-heading strong { font-size: 22px; }
  .home-redesign .site-header .nav-link-button { min-height: 61px; padding: 9px 10px; }
}
