/* Material palette and motion shared by the expanded site. */
:root { --stone: #ece5dc; --stone-light: #f8f5f0; --stone-deep: #ded3c5; --ink-warm: #24211f; --ease-craft: cubic-bezier(.22,1,.36,1); --line: #d7cec3; }
body { background: var(--stone-light); }
.section { position: relative; }
.container { position: relative; z-index: 1; }
.stone-surface { position: relative; background: var(--stone); overflow: clip; }
.stone-surface .eyebrow { color: #b42121; }
.ember-surface { position: relative; overflow: clip; background: radial-gradient(ellipse at 90% 85%, #79332935, transparent 58%), var(--charcoal); color: #c9c3bf; }
.arch-line { position: absolute; right: -90px; bottom: -130px; width: 370px; height: 430px; border: 1px solid #88776920; border-radius: 50% 50% 0 0; pointer-events: none; }
.arch-line::after { content: ''; position: absolute; inset: 24px; border: inherit; border-radius: inherit; }
.ember-surface .arch-line { border-color: #f0c8ac15; width: 580px; height: 620px; bottom: -270px; }
.eyebrow { letter-spacing: .16em; }
.button { gap: 20px; padding: 10px 12px 10px 24px; min-height: 58px; transition: background 240ms var(--ease-craft), transform 350ms var(--ease-craft), box-shadow 350ms var(--ease-craft); }
.button > span:first-child { min-width: 0; }
.button-arrow { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; background: #740f0f35; flex: 0 0 38px; }
.button:hover { box-shadow: 0 8px 24px #901b1914; transform: translateY(-2px); }
.button:hover .button-arrow svg { transform: translateX(3px); }
.button:active { transform: translateY(0) scale(.98); }
.button svg, .text-link svg { transition: transform 450ms var(--ease-craft); }
.button-quiet { background: transparent; border: 1px solid #71625b; color: #eee5de; font-size: 12px; }
.button-quiet .button-arrow { background: #ffffff0c; }
.button-quiet:hover { background: #ffffff09; }
.header-inner { min-height: 100px; }
.header-cta { min-height: 46px; font-size: 11px; gap: 15px; padding: 6px 8px 6px 17px; margin-left: 5px; }
.header-cta .button-arrow { width: 34px; height: 34px; }
.header-navigation { gap: 25px; }
.header-navigation a[aria-current=page] { color: #fff; text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.menu-lines { position: relative; display: block; width: 23px; height: 20px; }
.menu-lines i { position: absolute; width: 23px; height: 1px; background: currentColor; left: 0; top: 6px; transition: transform 450ms var(--ease-craft); }
.menu-lines i:last-child { top: 13px; }
.menu-toggle[aria-expanded=true] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.site-footer { background: #141212; }
.footer-institutional { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; color: #d8cec6; margin-top: 16px; text-decoration: none; }
.footer-institutional svg { width: 14px; height: 14px; }
.footer-bottom > div { display: flex; gap: 25px; }
.footer-bottom a { text-decoration: none; }
.floating-contact { transition: background 240ms var(--ease-craft), transform 400ms var(--ease-craft); }
.floating-contact:hover { transform: translateY(-3px); }
.contact-dialog { border-top: 3px solid var(--red); background: #fcfaf7; }
.dialog-close { z-index: 1; }
.contact-dialog[open] { animation: dialog-arrive 350ms var(--ease-craft); }
.contact-dialog::backdrop { animation: backdrop-arrive 300ms var(--ease-craft); }
@keyframes dialog-arrive { from { opacity: .2; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes backdrop-arrive { from { opacity: 0; } to { opacity: 1; } }
.product-icon { width: 78px; height: auto; max-width: 126px; object-fit: contain; flex-shrink: 0; transition: transform 650ms var(--ease-craft); }
.hero-guide { position: absolute; left: calc(50% + 60px); top: 0; bottom: 0; width: 1px; background: #a5876d15; pointer-events: none; }
.hero-guide::after { content: ''; position: absolute; width: 125px; height: 1px; right: 0; top: 68px; background: #a5876d25; }
.home-hero { padding: 65px 0 0; }
.home-hero-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 42px; align-items: center; }
.home-hero-copy { position: relative; z-index: 2; padding-block: 12px 44px; }
.home-hero .eyebrow { color: #cfc0b4; font-size: 10px; margin-bottom: 26px; }
.home-hero h1 { color: #fff; font-weight: 800; font-size: clamp(44px,4.5vw,66px); line-height: 1.08; letter-spacing: -.055em; text-wrap: balance; }
.home-hero-copy > p { font-size: 15px; line-height: 1.9; margin-top: 26px; max-width: 450px; }
.home-hero .hero-actions { margin-top: 30px; gap: 15px; align-items: stretch; }
.home-hero-figure { position: relative; padding: 0 0 55px 12px; }
.home-hero-image { position: relative; }
.home-hero-image > img { aspect-ratio: 1.12; object-fit: cover; object-position: 43% center; }
.hero-image-edge { position: absolute; inset: -15px 17px 17px -15px; border: 1px solid #967a655c; pointer-events: none; }
.home-hero-figure figcaption { display: flex; justify-content: space-between; gap: 18px; padding-top: 18px; font-size: 9px; color: #b5aaa2; line-height: 1.8; }
.home-hero-figure figcaption span:first-child { max-width: 330px; }
.home-hero-figure figcaption span:last-child { font-size: 8px; letter-spacing: .1em; white-space: nowrap; }
.hero-photo-note { position: absolute; right: -20px; bottom: 96px; background: var(--stone); color: var(--charcoal); padding: 24px 30px; box-shadow: 0 8px 28px #00000012; border-left: 3px solid var(--red); }
.hero-photo-note span { display: block; font-size: 11px; color: #685e56; }
.hero-photo-note strong { font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.hero-service-strip { border-top: 1px solid #56473e75; display: flex; justify-content: space-between; gap: 24px; padding-block: 23px; }
.hero-service-strip a { display: flex; align-items: center; gap: 18px; font-size: 11px; color: #d1c3b8; text-decoration: none; }
.hero-service-strip a:hover { color: #fff; }
.hero-service-strip svg { width: 14px; height: 14px; color: #d27e70; }
.home-intro { padding-block: 74px; }
.home-intro .section-intro { margin-bottom: 0; align-items: center; }
.home-intro h2 { max-width: 455px; }
.home-intro p { font-size: 15px; color: #625b56; }
.home-intro .intro-note { font-size: 12px; margin-top: 16px; color: #625b56; }
.collection-section { background: #faf8f5; }
.collection-section .section-intro { align-items: start; }
.collection-section .text-link { margin-top: 16px; }
.product-collection { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 42px 32px; }
.product-card { grid-column: span 4; min-width: 0; position: relative; background: #eee7df; }
.product-card:first-child { grid-column: span 7; }
.product-card:nth-child(2) { grid-column: span 5; }
.product-card-visual { position: relative; display: block; overflow: clip; }
.product-card-visual img { width: 100%; aspect-ratio: 1.48; object-fit: cover; transition: transform 850ms var(--ease-craft); }
.product-card:first-child .product-card-visual img, .product-card:nth-child(2) .product-card-visual img { aspect-ratio: auto; height: 325px; }
.product-card-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#2119101a,transparent 55%); pointer-events: none; }
.product-visual-arrow { display: flex; align-items: center; justify-content: center; position: absolute; z-index: 1; right: 18px; top: 18px; width: 40px; height: 40px; background: #f6efe7eb; color: #42352d; transition: transform 500ms var(--ease-craft), background 300ms var(--ease-craft); }
.product-visual-arrow svg { width: 18px; height: 18px; }
.product-card:hover .product-card-visual img { transform: scale(1.035); }
.product-card:hover .product-visual-arrow { transform: translate(3px,-3px); background: #fff; }
.product-card:hover .product-icon { transform: translateY(-4px); }
.product-card-body { position: relative; padding: 31px 28px 25px; }
.product-card-body > .product-icon { position: absolute; right: 22px; top: -49px; width: 78px; z-index: 2; }
.product-card-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-right: 45px; }
.product-eyebrow { color: #706257; font-size: 9px; line-height: 1.7; letter-spacing: .035em; }
.product-number { color: #b12b21; font-size: 10px; }
.product-card h3 { font-size: 25px; margin: 13px 0 15px; padding-right: 15px; }
.product-card h3 a { text-decoration: none; }
.product-card h3 a::after { content: ''; position: absolute; inset: 0; }
.product-card-body > p { font-size: 13px; line-height: 1.85; max-width: 540px; color: #665e57; }
.product-card-body .text-link { position: relative; z-index: 1; margin-top: 18px; font-size: 11px; }
.accessory-band { display: flex; align-items: center; gap: 27px; margin-top: 44px; padding: 28px 32px; background: #e5ddd2; }
.accessory-band .product-icon { width: 60px; }
.accessory-band > div { flex: 1; }
.accessory-band h2, .accessory-band h3 { font-size: 20px; margin-bottom: 8px; }
.accessory-band p { font-size: 12px; max-width: 590px; color: #655b52; }
.accessory-band .text-link { margin: 0; white-space: nowrap; font-size: 11px; }
.dark-gallery { background: #24211f; color: #c3b9b0; }
.dark-gallery h2, .dark-gallery h3 { color: #f8f3ed; }
.dark-gallery .eyebrow { color: #d5b5a1; }
.dark-gallery figcaption, .dark-gallery .gallery-aside p { color: #beb0a3; }
.dark-gallery .gallery-aside { border-color: #74625269; }
.dark-gallery .eyebrow::before, .dark-gallery .gallery-figure figcaption span { color: #ed8b78; background-color: transparent; }
.dark-gallery .eyebrow::before { background: #d75b48; }
.project-section { overflow: clip; }
.project-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 45px; }
.project-step { position: relative; padding-top: 26px; }
.step-number { font-size: clamp(66px,7vw,92px); font-weight: 600; color: #9e8977; letter-spacing: -.055em; line-height: 1; display: block; margin-bottom: 26px; }
.project-step h3 { font-size: 23px; margin-bottom: 18px; }
.project-step p { font-size: 13px; max-width: 305px; }
.step-line { display: block; height: 1px; background: #78675a88; margin-top: 28px; position: relative; }
.step-line::before { content: ''; position: absolute; width: 60px; height: 3px; background: var(--red); left: 0; top: -1px; transform: scaleX(.4); transform-origin: left; transition: transform 650ms var(--ease-craft); }
.project-step:hover .step-line::before { transform: scaleX(1); }
.project-button { margin-top: 42px; }
.about-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 80px; align-items: center; }
.about-grid figure { position: relative; }
.about-grid figure > img { aspect-ratio: 1.24; object-fit: cover; object-position: center; }
.about-grid figcaption { margin-top: 16px; font-size: 10px; color: #675e57; }
.about-image-tag { position: absolute; right: -24px; bottom: 64px; background: #29231f; color: #fff4e9; padding: 18px 26px; font-size: 21px; line-height: 1.5; letter-spacing: -.03em; }
.about-image-tag span { display: block; color: #bdaea0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 27px; }
.about-copy p { font-size: 14px; color: #665c54; }
.about-copy .text-link { font-size: 11px; margin-top: 18px; }
.home-coverage { background: #f8f5f0; }
.coverage-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.coverage-preview h2 { margin-bottom: 22px; }
.coverage-preview p { font-size: 14px; max-width: 475px; }
.coverage-preview .text-link { margin-top: 20px; }
.coverage-typography { position: relative; padding: 35px 40px; border-left: 2px solid var(--red); background: #eee5db; }
.coverage-typography > span { display: block; font-size: 15px; color: #66574b; margin-bottom: 14px; }
.coverage-typography strong { display: block; font-size: 35px; font-weight: 500; line-height: 1.25; letter-spacing: -.035em; color: #4b3e34; }
.coverage-typography svg { width: 31px; height: 31px; color: #aa372a; margin-top: 25px; }
.final-cta { padding-block: 82px; }
.final-cta .button { max-width: 400px; }
.service-hero { background: radial-gradient(ellipse at 78% 60%,#6c392128,transparent 55%),var(--charcoal); }
.service-hero .hero-photo { padding: 7px; border: 1px solid #68564a60; background: #3b332e; }
.service-hero .hero-photo > img { aspect-ratio: auto; }
.service-hero .hero-figure::before { width: 105px; height: 105px; }
.hero-product-badge { position: absolute; right: -12px; bottom: -17px; z-index: 2; }
.hero-product-badge .product-icon { width: 84px; }
.service-hero .photo-label { padding-right: 80px; font-size: 9px; min-height: 54px; }
.service-hero .photo-label span:first-child::before { flex-shrink: 0; }
.offer-section { padding-block: 86px; }
.offer-section .offer-copy p { color: #625a53; }
.offer-section .offer-point { border-color: #b3a28d80; }
.offer-section .offer-point p { color: #655d55; }
.preparation-section, .scope-section { background: #f8f5f0; }
.scope-panel { background: #e5dacc; border-left: 3px solid #b33d2d; }
.scope-panel p, .scope-list li { color: #5d5247; }
.scope-panel .scope-outro, .scope-list li { border-color: #b7a38d55; }
.location-band { background: #282320; border: 0; color: #c9bdb2; padding-block: 38px; }
.location-band h2, .location-band .text-link { color: #f3e8de; }
.location-band .location-heading svg { color: #e7846e; }
.faq-section { background: #f8f5f0; }
.related-products { padding-top: 50px; background: #eae2d7; }
.related-products .related-header { padding-top: 0; border-top: 0; }
.related-products .related-item { position: relative; padding: 34px 24px 28px; background: #f7f2eb; border-top: 0; }
.related-products .related-item .product-icon { width: 62px; margin-bottom: 22px; }
.related-products .related-item h3 { font-size: 23px; }
.related-products .related-item > p { font-size: 13px; }
.related-products .related-item:hover .product-icon { transform: translateY(-4px); }
.page-intro { padding-block: 32px 68px; }
.page-intro-grid { display: grid; grid-template-columns: 1fr .5fr; gap: 65px; align-items: center; padding-top: 15px; }
.page-intro .eyebrow { color: #c2a794; }
.page-intro h1 { color: #fff6ee; font-size: clamp(40px,4.7vw,64px); font-weight: 800; line-height: 1.12; text-wrap: balance; }
.page-intro p { max-width: 670px; font-size: 15px; line-height: 1.9; margin-top: 24px; }
.intro-symbols { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; justify-content: center; }
.intro-symbols .product-icon { width: 78px; }
.intro-symbols .product-icon:nth-child(2) { transform: translateY(-22px); }
.intro-symbols > span { width: 100%; font-size: 10px; color: #c0aa99; text-align: center; padding-top: 20px; }
.solution-comparison { border-top: 1px solid #a991794f; }
.solution-row { display: grid; grid-template-columns: 1fr 1fr .78fr; gap: 38px; padding-block: 42px; border-bottom: 1px solid #a991794f; align-items: center; }
.solution-identity { position: relative; }
.solution-identity .product-icon { width: 63px; margin-bottom: 23px; }
.solution-counter { position: absolute; right: 20px; top: 19px; font-size: 11px; color: #8e4c37; }
.solution-identity h3 { font-size: 25px; margin-bottom: 15px; }
.solution-identity p, .solution-choices p { font-size: 13px; color: #655b52; line-height: 1.85; }
.solution-identity .text-link { font-size: 12px; margin-top: 12px; }
.solution-choices { display: grid; gap: 27px; }
.solution-choices h4 { font-size: 11px; color: #28211b; font-weight: 600; margin: 0 0 7px; }
.solution-photo { display: block; overflow: clip; }
.solution-photo img { aspect-ratio: 1.05; object-fit: cover; transition: transform 800ms var(--ease-craft); }
.solution-row:hover .solution-photo img { transform: scale(1.035); }
.combination-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.combination-grid figure img { aspect-ratio: 1.05; object-fit: cover; }
.combination-grid figcaption { font-size: 10px; margin-top: 18px; }
.combination-grid h2 { margin-bottom: 25px; }
.combination-grid p { font-size: 14px; }
.combination-grid ul { display: grid; gap: 13px; margin-top: 27px; }
.combination-grid li { display: flex; align-items: start; gap: 12px; font-size: 12px; }
.combination-grid li svg { width: 17px; height: 17px; color: #ec9d81; margin-top: 3px; }
.intro-location { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 35px; border-left: 1px solid #92775f66; }
.intro-location svg { width: 58px; height: 58px; stroke-width: 1; color: #d59875; }
.intro-location strong { font-size: 30px; font-weight: 500; color: #fff1e4; letter-spacing: -.025em; }
.intro-location span { font-size: 10px; color: #c7ac96; }
.areas-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.base-card { background: #f8f2e9; }
.base-card > img { aspect-ratio: 1.2; object-fit: cover; }
.base-card > div { padding: 30px; }
.base-card h2 { font-size: 28px; margin-bottom: 15px; }
.base-card p { font-size: 14px; }
.base-card .text-link { font-size: 12px; margin-top: 15px; }
.areas-copy h2 { font-size: 35px; margin-bottom: 24px; }
.areas-copy > p { font-size: 14px; color: #655b52; }
.city-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; margin-block: 29px; }
.city-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; padding-block: 12px; border-bottom: 1px solid #a9917942; color: #40372e; }
.city-list svg { width: 14px; height: 14px; color: #a04b36; }
.areas-copy .area-note { font-size: 12px; padding-left: 18px; border-left: 2px solid #b05b42; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-sheet { padding: 40px; background: #faf5ed; border-top: 3px solid var(--red); }
.contact-sheet h2 { font-size: 32px; margin-bottom: 22px; }
.contact-preview-notice { font-size: 12px; line-height: 1.8; color: #6d5e50; }
.contact-sheet > .button { margin-top: 26px; }
.contact-data { margin-top: 29px; }
.contact-data > div { padding-block: 14px; border-bottom: 1px solid #a9917942; }
.contact-data dt { font-size: 10px; text-transform: uppercase; letter-spacing: .09em; color: #7c4d3b; margin-bottom: 4px; }
.contact-data dd { margin: 0; color: #332922; font-size: 13px; overflow-wrap: anywhere; }
.contact-sheet > .text-link { font-size: 11px; margin-top: 8px; }
.contact-preparation h2 { font-size: 35px; margin-bottom: 32px; }
.contact-preparation ol { list-style: none; padding: 0; margin: 0; }
.contact-preparation li { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding-block: 22px; border-bottom: 1px solid #a9917942; }
.contact-preparation li > span { font-size: 12px; color: #a24430; }
.contact-preparation li h3 { font-size: 20px; margin-bottom: 12px; }
.contact-preparation li p { font-size: 13px; line-height: 1.9; color: #655b52; }
.contact-choice { margin-top: 30px; }
.contact-choice p { font-size: 12px; }
.contact-choice .text-link { font-size: 12px; }
@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy, .home-hero-figure, .service-hero .hero-copy, .service-hero .hero-figure { animation: none; }
  .hero-image-edge { animation: frame-arrive 1000ms var(--ease-craft) both; }
  .hero-photo-note { animation: arrive 750ms 120ms var(--ease-craft) both; }
  @keyframes frame-arrive { from { opacity: 0; transform: translate(10px,10px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1100px) {
  .home-hero-grid { gap: 30px; }
  .home-hero h1 { font-size: 51px; }
  .hero-photo-note { right: -8px; padding: 17px 21px; }
  .home-hero-figure figcaption span:last-child { display: none; }
  .home-hero-copy .hero-actions { align-items: flex-start; flex-direction: column; }
  .product-card:first-child .product-card-visual img, .product-card:nth-child(2) .product-card-visual img { height: 270px; }
  .product-card-body { padding: 30px 22px 25px; }
  .product-card h3 { font-size: 22px; }
  .product-card-body > .product-icon { width: 63px; top: -41px; }
  .product-card-top { padding-right: 15px; }
  .product-card h3 { padding-right: 0; }
  .about-grid, .coverage-preview, .combination-grid, .areas-grid, .contact-grid { gap: 42px; }
  .solution-row { gap: 26px; grid-template-columns: 1fr 1fr .7fr; }
  .page-intro-grid { gap: 35px; }
  .intro-symbols { gap: 9px; }
  .intro-symbols .product-icon { width: 65px; }
  .related-products .related-item { padding-inline: 20px; }
  .contact-sheet { padding: 28px; }
}
@media (max-width: 800px) {
  .header-inner { min-height: 82px; }
  .header-navigation { gap: 0; }
  .header-cta { margin-top: 18px; }
  .header-navigation.is-open { animation: menu-arrive 400ms var(--ease-craft); }
  @keyframes menu-arrive { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
  .home-hero { padding-top: 44px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .home-hero-copy { padding-bottom: 32px; }
  .home-hero h1 { max-width: 620px; font-size: clamp(40px,7vw,58px); }
  .home-hero-copy > p { max-width: 560px; }
  .home-hero-copy .hero-actions { flex-direction: row; }
  .home-hero-figure { margin-left: 13px; padding-bottom: 34px; }
  .home-hero-image > img { aspect-ratio: 1.6; object-position: center; }
  .hero-photo-note { bottom: 87px; right: -7px; }
  .hero-service-strip { flex-wrap: wrap; justify-content: flex-start; gap: 19px 26px; }
  .hero-service-strip a { font-size: 10px; }
  .home-intro { padding-block: 58px; }
  .product-collection { gap: 28px 22px; }
  .product-card, .product-card:first-child, .product-card:nth-child(2) { grid-column: span 6; }
  .product-card:first-child { grid-column: span 12; }
  .product-card:first-child .product-card-visual img { height: auto; aspect-ratio: 1.65; }
  .product-card:nth-child(2) .product-card-visual img { height: auto; aspect-ratio: 1.48; }
  .product-card-body > .product-icon { width: 68px; top: -42px; }
  .product-card-top { padding-right: 40px; }
  .accessory-band { padding: 24px; gap: 20px; flex-wrap: wrap; }
  .accessory-band .text-link { margin-left: 80px; }
  .project-steps { gap: 25px; }
  .project-step h3 { font-size: 21px; }
  .project-step p { font-size: 12px; }
  .about-grid, .coverage-preview, .combination-grid, .areas-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .about-grid figure { max-width: 650px; }
  .about-grid figure > img { aspect-ratio: 1.6; }
  .about-image-tag { right: 20px; }
  .about-copy { max-width: 650px; }
  .about-copy h2 { max-width: 520px; }
  .coverage-typography { padding: 30px; }
  .coverage-typography strong { font-size: 32px; }
  .coverage-typography strong br { display: none; }
  .page-intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .intro-symbols { justify-content: flex-start; padding-top: 10px; }
  .intro-symbols > span { width: auto; text-align: left; padding-top: 0; margin-left: 12px; }
  .intro-symbols .product-icon { width: 58px; }
  .intro-symbols .product-icon:nth-child(2) { transform: translateY(-8px); }
  .page-intro h1 { max-width: 650px; }
  .solution-row { grid-template-columns: 1fr 1fr; gap: 28px; }
  .solution-photo { grid-column: 2; grid-row: 1; }
  .solution-photo img { aspect-ratio: 1.2; }
  .solution-choices { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; padding-top: 24px; border-top: 1px solid #a9917942; }
  .combination-grid figure img { aspect-ratio: 1.6; }
  .intro-location { align-items: flex-start; padding: 12px 24px; display: grid; grid-template-columns: auto 1fr; gap: 3px 20px; }
  .intro-location svg { grid-row: span 2; width: 45px; height: 45px; }
  .intro-location strong { font-size: 23px; }
  .base-card { max-width: 620px; }
  .base-card > img { aspect-ratio: 1.6; }
  .contact-grid { gap: 45px; }
  .offer-section { padding-block: 64px; }
  .service-hero .hero-product-badge { right: -6px; }
  .final-cta { padding-block: 66px; }
  .final-cta .button { max-width: none; }
}
@media (max-width: 540px) {
  .header-inner { min-height: 78px; }
  .home-hero { padding-top: 34px; }
  .home-hero .eyebrow { font-size: 9px; max-width: 295px; }
  .home-hero h1 { font-size: clamp(34px,10.3vw,46px); line-height: 1.12; }
  .home-hero-copy > p { font-size: 14px; line-height: 1.9; margin-top: 23px; }
  .home-hero-copy .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .home-hero .button { justify-content: space-between; font-size: 12px; }
  .home-hero-figure { padding-bottom: 28px; margin-left: 8px; }
  .hero-image-edge { inset: -11px 11px 11px -11px; }
  .home-hero-image > img { aspect-ratio: 1.15; object-position: 43% center; }
  .hero-photo-note { padding: 12px 18px; bottom: 87px; }
  .hero-photo-note strong { font-size: 16px; }
  .hero-photo-note span { font-size: 10px; }
  .home-hero-figure figcaption { font-size: 9px; padding-top: 13px; }
  .hero-service-strip { gap: 16px 24px; padding-block: 22px; }
  .hero-service-strip a { font-size: 10px; gap: 10px; }
  .hero-service-strip svg { width: 12px; height: 12px; }
  .home-intro .section-intro { gap: 25px; }
  .home-intro p { font-size: 14px; }
  .collection-section .section-intro { gap: 19px; }
  .product-collection { grid-template-columns: 1fr; gap: 32px; }
  .product-card, .product-card:first-child, .product-card:nth-child(2) { grid-column: auto; }
  .product-card:first-child .product-card-visual img, .product-card:nth-child(2) .product-card-visual img, .product-card-visual img { aspect-ratio: 1.4; height: auto; }
  .product-card-body { padding: 28px 22px 23px; }
  .product-card h3 { font-size: 24px; }
  .product-card-body > p { font-size: 13px; }
  .product-card-body > .product-icon { width: 70px; top: -43px; }
  .product-eyebrow { font-size: 9px; }
  .accessory-band { gap: 19px; padding: 22px; }
  .accessory-band > div { flex-basis: 100%; }
  .accessory-band h2, .accessory-band h3 { font-size: 21px; }
  .accessory-band .text-link { margin-left: 0; }
  .project-steps { grid-template-columns: 1fr; gap: 32px; }
  .project-step { display: grid; grid-template-columns: 61px 1fr; gap: 12px 24px; padding-top: 0; }
  .step-number { grid-row: span 3; font-size: 62px; padding-top: 1px; margin: 0; }
  .project-step h3 { margin: 0; font-size: 23px; }
  .project-step p { font-size: 13px; }
  .step-line { grid-column: 2; margin-top: 9px; }
  .project-button { width: 100%; font-size: 12px; justify-content: space-between; }
  .about-image-tag { right: 10px; bottom: 69px; padding: 14px 20px; font-size: 19px; }
  .about-grid figure > img { aspect-ratio: 1.3; }
  .about-copy .text-link { font-size: 10px; }
  .coverage-typography { padding: 27px; }
  .coverage-typography strong { font-size: 29px; }
  .service-hero .hero-copy > p { font-size: 14px; }
  .hero-product-badge .product-icon { width: 70px; }
  .service-hero .photo-label { padding-right: 55px; font-size: 9px; }
  .related-products .related-header .text-link { font-size: 12px; }
  .related-products .related-item { padding: 26px; }
  .page-intro { padding-block: 26px 44px; }
  .page-intro-grid { padding-top: 0; }
  .page-intro h1 { font-size: clamp(34px,10.3vw,45px); }
  .page-intro p { font-size: 14px; }
  .intro-symbols > span { width: 100%; margin-left: 0; padding-top: 12px; }
  .solution-row { grid-template-columns: 1fr; gap: 25px; padding-block: 32px; }
  .solution-identity .product-icon { width: 67px; }
  .solution-photo { grid-column: auto; grid-row: auto; order: 2; }
  .solution-photo img { aspect-ratio: 1.65; }
  .solution-choices { grid-column: auto; grid-template-columns: 1fr; gap: 20px; order: 1; }
  .solution-choices h4 { font-size: 12px; }
  .solution-identity h3 { font-size: 27px; }
  .combination-grid p { font-size: 13px; }
  .base-card > div { padding: 25px; }
  .base-card h2 { font-size: 28px; }
  .areas-copy h2, .contact-preparation h2 { font-size: 30px; }
  .city-list { column-gap: 14px; }
  .city-list li { font-size: 12px; gap: 6px; }
  .city-list svg { width: 12px; height: 12px; flex-shrink: 0; }
  .contact-sheet { padding: 27px 22px; }
  .contact-sheet h2 { font-size: 29px; }
  .contact-sheet > .button { width: 100%; justify-content: space-between; }
  .contact-sheet > .text-link { font-size: 10px; }
  .contact-data dd { font-size: 12px; }
  .contact-preparation li { grid-template-columns: 26px 1fr; gap: 10px; }
  .contact-preparation li h3 { font-size: 20px; }
  .final-cta .button { justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .product-card:hover .product-card-visual img, .product-card:hover .product-icon, .product-card:hover .product-visual-arrow, .related-item:hover .product-icon, .solution-row:hover .solution-photo img { transform: none; }
}
