/* MAP-REM — shared linework, section rhythm and motion. Maintained in dist. */
:root {
  --surface-1: #191a1b;
  --surface-2: #222324;
  --rule: #ffffff24;
  --rule-strong: #ffffff40;
  --edge: max(56px, calc((100% - 1320px) / 2));
  --cut: clamp(28px, 3.4vw, 48px);
  --section-space: clamp(72px, 6.5vw, 96px);
  --detail-ease: cubic-bezier(.22, .7, .25, 1);
}

/* One continuous line bends through the joint between two sections. */
.has-section-seam { position: relative; }
.section-seam {
  position: absolute;
  top: 0;
  left: var(--edge);
  right: var(--edge);
  height: 18px;
  display: flex;
  align-items: flex-start;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  color: var(--rule-strong);
}
.container > .section-seam, .container .section-seam { left: 0; right: 0; }
.seam-start, .seam-end { display: block; height: 1px; background: var(--rule); }
.seam-start { flex: 0 1 64%; margin-top: 1px; position: relative; transform-origin: left; }
.seam-start::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 42px; background: var(--accent); }
.section-seam > .seam-turn { width: 32px; height: 18px; flex: 0 0 32px; color: inherit; }
.seam-end { flex: 1; margin-top: 17px; transform-origin: left; }
.section-seam.seam-reverse .seam-start { flex-basis: 30%; }
.section-seam.seam-reverse .seam-start::before { left: auto; right: 0; }

/* Backgrounds meet at the same graphite tone instead of abrupt bands. */
.home-introduction { padding-block: 78px; }
.service-explorer, .photo-process {
  background: linear-gradient(180deg, var(--paper), var(--surface-1) 170px, var(--surface-1) calc(100% - 130px), var(--paper));
  padding-block: var(--section-space);
}
.split-showcase { background: var(--paper); padding-block: var(--section-space); }
.section-heading { margin-bottom: 40px; }
.display-echo, .report-echo, .plaster-echo {
  -webkit-text-stroke-color: #c0c1c226 !important;
  mask-image: linear-gradient(180deg, #0009, #000 50%, transparent);
}
.eyebrow > i { height: 1px; width: 28px; flex-shrink: 0; }
.text-link, .hero-project-link { border-bottom-color: var(--rule-strong); }
.text-link svg, .hero-project-link svg { transition: transform .28s var(--detail-ease); }
.text-link:hover svg { transform: translateX(4px); }
.hero-project-link:hover svg { transform: translate(3px, -3px); }
.button, .header-contact { transition: background .25s, color .25s, border-color .25s, transform .25s var(--detail-ease); }
.button:hover { transform: translateY(-1px); }
.button-outline { border-color: #ffffff66; }
.button-outline:hover { background: #ffffff08; border-color: var(--accent); color: var(--accent); }
.site-header.scrolled { background: #111213f5; border-bottom-color: var(--rule); }
.desktop-nav a::after { height: 1px; }
.brand-ribbon { border: 0; }
.brand-ribbon i { height: 17px; opacity: .85; }
.hero-round-link { box-shadow: 0 0 0 1px #fbd00035; }

/* Photograph edges follow the same measured cut. Documentary pairs stay whole. */
.explorer-photo-frame, .catalog-0, .plaster-opening .plaster-image,
.finish-banner, .floor-scene > img, .story-photo, .why-main-photo > img {
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, 0 100%);
}
.explorer-photo::before {
  inset: -10px -12px 42px 16px;
  transform: rotate(1.6deg);
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
.explorer-photo-frame::after { background: linear-gradient(transparent, #111213e0); }
.explorer-photo-caption { text-transform: uppercase; }
.service-explorer .service-link { border-bottom-color: var(--rule); }
.service-explorer .service-link::after {
  content: ''; display: block; position: absolute; inset: auto 0 -1px;
  height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--detail-ease); pointer-events: none;
}
.service-explorer .service-link.is-selected::after,
.service-explorer .service-link:focus-visible::after { transform: scaleX(1); }
.service-explorer .service-link:focus-visible { outline: 1px solid var(--accent); outline-offset: 7px; }
.service-explorer .service-link p { color: #bbbcbd; }
.split-side > a::before, .report-photo::before {
  border-width: 2px;
  clip-path: polygon(0 0, 30px 0, 30px 2px, 2px 2px, 2px 30px, 0 30px);
}
.home-pair .split-side > a, .report-photo { border-color: var(--rule); background: #1b1c1d; }
.photo-zoom { border-color: var(--rule-strong); background: #111213dc; }
.report-foot, .catalog-label, .portfolio-toolbar, .portfolio-note { border-color: var(--rule); }
.project-reports { gap: 58px; }
.project-report { padding-top: 58px !important; }
.project-report > .report-echo { top: 15px; }
.report-heading { padding-top: 10px; }
.report-thumbs button { transition: opacity .2s, box-shadow .2s; }
.report-thumbs button[aria-pressed='true'] { box-shadow: 0 2px 0 var(--accent); opacity: 1; }
.portfolio-contact-sheet img { border-width: 4px; border-color: #d1d2d3; box-shadow: 0 8px 24px #0004; }
.catalog-card::after { background: linear-gradient(0deg, #111213ed, #11121325 80%); }
.catalog-card { isolation: isolate; }
.catalog-card > img { transition: transform .65s var(--detail-ease); }
.catalog-card:hover > img { transform: scale(1.025); }
.catalog-outline-word { -webkit-text-stroke-color: #ffffff45; }
.catalog-2 .catalog-outline-word, .catalog-4 .catalog-outline-word { top: 22px; left: 26px; right: auto; font-size: 54px; }
.catalog-2 .catalog-symbol, .catalog-4 .catalog-symbol { display: none; }
.catalog-symbol, .catalog-arrow { color: var(--accent); }
.catalog-label { margin-top: 8px; }

/* The four stages form one illustrated path, without numbered cards. */
.process-captions { position: relative; gap: 34px; padding: 34px 0 0; }
.process-captions::before {
  content: ''; position: absolute; top: 62px; left: 28px; right: calc(25% - 10px);
  height: 1px; background: linear-gradient(90deg, #fbd00090, var(--rule-strong));
}
.process-captions > div { padding-top: 0; position: relative; }
.process-captions > div::before { display: none; }
.process-emblem {
  display: block; width: 58px; height: 58px; color: var(--accent);
  background: var(--surface-1); margin-bottom: 19px; padding: 5px 7px 5px 0;
}
.process-emblem svg { width: 100%; height: 100%; }
.process-captions h3 { font-size: 28px; }
.process-photo-label { border-left-width: 1px; background: #111213e8; }

/* Carry the linework through the shorter service and company pages. */
.plaster-workbench { margin-top: 50px; padding-top: 42px; }
.surface-studies { position: relative; }
.surface-studies::before {
  content: ''; position: absolute; left: 62px; right: 62px; top: 62px;
  height: 1px; background: var(--rule);
}
.surface-study { position: relative; }
.surface-sample { position: relative; }
.surface-sample svg { background: var(--paper); }
.surface-study:hover svg { transform: translateY(-3px); }
.service-practical-note, .why-closing { border-left-width: 1px; }
.construction-visual {
  position: relative; border: 0;
  background: radial-gradient(ellipse at 45% 45%, #ffffff08, transparent 72%),
    repeating-linear-gradient(0deg, transparent 0 39px, #ffffff07 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, #ffffff07 39px 40px);
}
.construction-visual::before, .construction-visual::after {
  content: ''; position: absolute; width: 30px; height: 30px; pointer-events: none;
}
.construction-visual::before { top: 0; left: 0; border-top: 1px solid #fbd00090; border-left: 1px solid #fbd00090; }
.construction-visual::after { right: 0; bottom: 0; border-bottom: 1px solid var(--rule-strong); border-right: 1px solid var(--rule-strong); }
.wall-drawing > rect { fill: none; }
.wall-drawing text { font-size: 21px; }
.wall-drawing > g[stroke='#ffd000'] > path { vector-effect: non-scaling-stroke; stroke-width: 1; }
.drywall-photo > span, .spray-equipment > span:not(.spray-graphic-ring) { background: #111213e3; }
.spray-equipment > .spray-graphic-ring { inset: 26px; padding: 0; background: transparent; border: 0; border-radius: 0; transform: none; opacity: .75; mix-blend-mode: normal; }
.spray-graphic-ring::before, .spray-graphic-ring::after { content: ''; position: absolute; width: 38px; height: 38px; }
.spray-graphic-ring::before { left: 0; top: 0; border-left: 1px solid var(--accent); border-top: 1px solid var(--accent); }
.spray-graphic-ring::after { right: 0; bottom: 48px; border-right: 1px solid var(--accent); border-bottom: 1px solid var(--accent); }
.spray-service > .brand-ribbon { transform: none; margin-inline: 0; padding-block: 16px; }
.finish-lead { margin-top: 58px; padding-top: 40px; }
.finish-photo-strip > a { --cut: 28px; clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, 0 100%); }
.finish-photo-strip > a::after { background: linear-gradient(transparent 25%, #111213ed); }
.floor-bottom { margin-top: 40px; padding-top: 40px; }
.floor-line-drawing { opacity: .42; }
.floor-ruler { opacity: .55; }
.fleet-figure::before { border-color: #fbd00060; transform: rotate(1.2deg); }
.fleet-label { transform: rotate(-2deg); box-shadow: 0 10px 25px #0003; }
.about-facts { margin-top: 62px; padding-top: 54px; padding-bottom: 50px; }
.local-route { background: linear-gradient(120deg, #ffffff04, #ffffff01); }
.local-route > .section-seam { left: 0; right: 0; }
.local-route > .local-map { color: var(--accent); }
.why-main-photo::before { border: 0; border-left: 1px solid var(--rule-strong); border-top: 1px solid var(--rule-strong); }
.why-photo-seal { transform: rotate(4deg); }
.why-detail-photo > span { background: linear-gradient(transparent, #111213ed); }
.story-conversation { border: 0; padding-block: 40px; margin-block: 0; width: 100%; }
.workflow-opening-photo { background: #d1d2d3; padding: 5px; transform: rotate(2.5deg); }
.workflow-opening-photo > span { transform: rotate(-5deg); }
.story-photo-pair > img:first-child { transform: rotate(-2deg); }
.story-photo-pair > img:last-child { transform: rotate(2deg); }
.workflow-faq { border: 0; padding-top: 50px; }
.faq-list details, .faq-list details:first-child { border-color: var(--rule); }
.faq-list details[open] { border-left: 0; padding-left: 0; }
.faq-list details p { border-left: 1px solid var(--accent); padding-left: 18px; margin-left: 0; }
.faq-list summary::after { transition: transform .25s var(--detail-ease); }
.service-nav { border-color: var(--rule); padding-block: 24px; margin-top: 46px; gap: 18px 24px; }
.service-nav a { transition: color .2s, border-color .2s; }
.service-nav a:hover { color: var(--accent); }

/* Contact leads into the signature, with no detached grey rectangle. */
.short-call {
  background: transparent; margin-top: 56px; margin-bottom: 0;
  padding: 50px 0 44px; min-height: 160px; overflow: visible;
}
.short-call > .call-watermark, .short-call::after { display: none; }
.short-call > div { gap: 18px; }
.short-call > a:not(.button) { white-space: nowrap; }
.short-call p strong { font-size: 25px; }
.short-call > .button { min-width: 164px; }
.contact-cta { padding-top: 82px; padding-bottom: 84px; }
.contact-cta::before, .contact-cta::after {
  content: ''; position: absolute; left: 0; width: 100%; height: 23px;
  background: var(--paper); pointer-events: none;
}
.contact-cta::before {
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(68% + 23px) 100%, 68% 0);
}
.contact-cta::after {
  bottom: -1px;
  clip-path: polygon(0 0, 30% 0, calc(30% + 23px) 100%, 100% 100%, 0 100%);
}
.cta-roof { opacity: .6; }
.contact-form-wrap { background: var(--surface-2); border-color: var(--rule-strong); }
.contact-photo-backdrop {
  opacity: .12;
  mask-image: radial-gradient(ellipse closest-side at 56% 50%, #000 35%, transparent 100%);
}
.form-corner { width: 40px; height: 40px; }
.contact-facts { border-color: var(--rule); }
.contact-address { background: linear-gradient(180deg, var(--paper), var(--surface-1)); border: 0; padding-block: 52px; }
.site-footer { position: relative; background: linear-gradient(var(--paper), #0e0f10 240px); padding-top: 0; }
.footer-signature { padding-top: 53px; -webkit-text-stroke-color: #ffffff33; }
.footer-signature > span { -webkit-text-stroke-color: #fbd00038; }
.footer-signature > i { -webkit-text-stroke-color: #ffffff45; }
.footer-bottom { border-top-color: var(--rule); }
.footer-top nav a { transition: color .2s; }
.gallery-dialog { background: #171819; border-color: var(--rule-strong); border-radius: 0; }
.gallery-view { background: #0e0f10; border-radius: 0; }
.gallery-prev, .gallery-next { background: #111213e8; border-color: var(--rule-strong); }
.gallery-stage-filter button { border-radius: 0; border-color: var(--rule-strong); }
.gallery-top { position: sticky; top: -21px; z-index: 6; background: #171819; padding-top: 8px; padding-bottom: 12px; }
.gallery-close { flex-shrink: 0; min-width: 40px; min-height: 40px; }
.button > span { min-width: 0; }
.drywall-ask > .button, .why-closing > .text-link { flex-shrink: 0; }
.drywall-ask > .button > span { white-space: nowrap; }

/* Short, consistent entrance motion; nothing depends on an animation to work. */
.reveal-pending { transition: opacity .65s var(--detail-ease), transform .65s var(--detail-ease); transform: translateY(18px); }
.reveal-pending.is-visible { transform: translateY(0); }
:focus-visible { outline-color: var(--accent); }

@media (min-width: 760px) and (max-width: 1150px) {
  :root { --edge: 40px; --section-space: 76px; }
  .home-introduction { padding-block: 65px; }
  .short-call p strong { font-size: 22px; }
  .short-call { gap: 25px; }
  .short-call > a:not(.button) { font-size: 37px; }
  .process-captions { gap: 24px; }
  .process-captions h3 { font-size: 25px; }
  .surface-studies::before { top: 47px; left: 47px; right: 47px; }
}

@media (max-width: 759px) {
  :root { --edge: 20px; --cut: 28px; --section-space: 60px; }
  .section-seam { height: 14px; }
  .section-seam > .seam-turn { width: 24px; height: 14px; flex-basis: 24px; }
  .seam-end { margin-top: 13px; }
  .seam-start::before { width: 26px; }
  .home-introduction { padding-block: 57px; }
  .service-explorer .section-heading, .split-showcase .section-heading, .photo-process .section-heading { margin-bottom: 32px; }
  .service-explorer .service-link::after { opacity: .65; }
  .explorer-photo::before { inset: -8px -8px 39px 12px; }
  .process-captions { grid-template-columns: 1fr 1fr; gap: 30px 22px; padding-top: 27px; }
  .process-captions::before { display: none; }
  .process-captions > div { border-top: 1px solid var(--rule); padding-top: 19px; }
  .process-captions h3 { font-size: 26px; }
  .process-emblem { width: 49px; height: 49px; margin-bottom: 13px; background: transparent; padding: 0; }
  .project-reports { gap: 36px; }
  .project-report { padding-top: 43px !important; }
  .project-report > .report-echo { top: 14px; }
  .project-report .report-heading { margin-bottom: 23px; }
  .plaster-workbench { padding-top: 36px; margin-top: 32px; }
  .surface-studies::before { display: none; }
  .surface-sample svg { background: transparent; }
  .surface-study { gap: 22px; }
  .construction-visual { padding: 24px 15px 22px; }
  .spray-equipment > .spray-graphic-ring { inset: 23px; }
  .spray-service > .brand-ribbon { margin-inline: 0; padding-block: 14px; }
  .finish-lead { margin-top: 37px; padding-top: 34px; }
  .finish-photo-strip > a { --cut: 22px; }
  .floor-bottom { margin-top: 28px; padding-top: 34px; }
  .about-facts { margin-top: 45px; padding-top: 45px; padding-bottom: 35px; }
  .local-route { padding-top: 31px; }
  .story-conversation { padding-block: 31px; gap: 20px; }
  .call-drawing { width: 170px; }
  .workflow-faq { padding-top: 38px; margin-top: 40px; }
  .service-nav { padding-block: 22px; margin-top: 35px; gap: 18px 22px; justify-content: flex-start; }
  .service-nav > span { flex-basis: 100%; }
  .short-call { padding: 37px 0 36px; margin-top: 38px; gap: 26px; }
  .short-call > div { gap: 14px; }
  .short-call p strong { font-size: 25px; }
  .short-call > a:not(.button) { font-size: 47px; }
  .short-call > .button { min-width: 0; width: 100%; }
  .contact-cta { padding-block: 68px; }
  .contact-cta::before, .contact-cta::after { height: 16px; }
  .contact-address { padding-block: 40px; }
  .footer-signature { padding-top: 39px; }
  .gallery-dialog { padding: 21px; }
}

@media (max-width: 379px) {
  :root { --edge: 18px; }
  .process-captions { gap: 27px 18px; }
  .process-captions h3 { font-size: 23px; }
  .short-call p strong { font-size: 23px; }
  .short-call > a:not(.button) { font-size: 43px; }
}

/* Audit fixes: intermediate widths need their own layout, not a squeezed desktop. */
@media (max-width: 1049px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .hero-image-caption { display: none; }
  .hero-round-link { bottom: 22px; right: 24px; }
  .catalog-2 .catalog-outline-word, .catalog-4 .catalog-outline-word { font-size: 46px; left: 23px; }
}
@media (min-width: 760px) and (max-width: 1049px) {
  .header-inner { min-height: 84px; }
  .header-contact { margin-left: auto; font-size: 11px; }
  .menu-toggle { margin-left: 5px; font-size: 12px; }
  .industrial-hero .hero-shade {
    background: linear-gradient(90deg, #131415 0%, #131415eb 29%, #131415a8 46%, #13141526 69%, transparent), linear-gradient(0deg, #13141580, transparent 35%);
  }
  .industrial-hero .hero-picture img { object-position: 78% center; }
  .hero-round-link { width: 98px; height: 98px; border-width: 6px; }
  .process-captions { grid-template-columns: 1fr 1fr; gap: 32px 40px; }
  .process-captions::before { display: none; }
  .process-captions > div { display: grid; grid-template-columns: 58px 1fr; gap: 0 20px; border-top: 1px solid var(--rule); padding-top: 23px; }
  .process-emblem { grid-row: span 2; margin: 0; background: transparent; }
  .process-captions h3 { font-size: 29px; }
  .process-captions p { font-size: 12px; max-width: none; }
  .contact-page { grid-template-columns: 1fr; gap: 40px; }
  .contact-page h1 { font-size: clamp(62px, 8.5vw, 86px); max-width: none; }
  .contact-page-copy > p { max-width: 650px; font-size: 14px; }
  .contact-facts { flex-direction: row; gap: 44px; }
  .contact-photo-backdrop { left: auto; right: 0; width: 65%; top: 0; height: 100%; opacity: .09; }
  .contact-form-wrap { width: 100%; margin-top: 0; padding: 34px; }
  .contact-form-wrap .form-row { grid-template-columns: 1fr 1fr; gap: 25px; }
  .contact-form-wrap .field input, .contact-form-wrap .field textarea, .contact-form-wrap .field select { font-size: 16px; }
  .contact-form-wrap h2 { font-size: 46px; }
  .plaster-info { grid-template-columns: 1fr auto; align-items: center; gap: 30px 35px; }
  .plaster-info > p { grid-column: 1; font-size: 13px; }
  .plaster-info > .button { grid-column: 2; grid-row: 1; margin: 0; align-self: center; }
  .plaster-info > .plaster-echo { display: none; }
  .surface-studies { grid-column: 1 / -1; grid-row: 2; gap: 35px; }
  .surface-study p { font-size: 12px; max-width: none; }
  .surface-study h2 { font-size: 32px; }
  .drywall-top { display: grid; grid-template-columns: 1fr; gap: 25px; }
  .drywall-top h1 { font-size: 72px; }
  .drywall-top > p { max-width: 650px; font-size: 13px; }
  .wall-drawing text { font-size: 23px; }
  .drywall-ask { gap: 25px; }
  .drywall-ask > p { font-size: 12px; }
  .drywall-ask > .button { font-size: 11px; }
}

@media (max-width: 759px) {
  /* Keep whole words in the ribbon and all services visible in the photo index. */
  .brand-ribbon, .spray-service > .brand-ribbon { justify-content: space-between; gap: 12px; padding: 16px 20px; font-size: 18px; letter-spacing: .06em; }
  .brand-ribbon > span:not(:first-child):not(:last-child), .brand-ribbon > i:not(:nth-child(2)) { display: none; }
  .brand-ribbon > span:last-child { display: block; }
  .brand-ribbon > i { width: 28px; height: 17px; }
  .hero-round-link { width: 88px; height: 88px; border-width: 5px; }
  .hero-round-link > span { font-size: 8px; }
  .hero-drawing { opacity: .2; }
  .explorer-photo { display: none; }
  .explorer-layout { gap: 0; }
  .explorer-links { grid-row: auto; }
  .service-explorer .section-heading { gap: 17px; }
  .service-explorer .section-side-note { text-align: left; align-self: flex-start; }
  .service-explorer .service-link { gap: 14px; padding-block: 18px; min-height: 146px; }
  .service-explorer .service-link > .service-inline-photo { width: 96px; height: 112px; flex: 0 0 96px; clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%); }
  .service-explorer .service-link h3 { font-size: 28px; }
  .service-link > svg:last-child { width: 18px; }
  .service-link[data-service-image*='drywall'] > img, .service-link[data-service-image*='floor'] > img { object-position: 65% center; }
  .service-link[data-service-image*='sprayer'] > img { object-position: 73% center; }
  .wall-drawing text { font-size: 26px; }
  .construction-caption { font-size: 8px; letter-spacing: .09em; }
  .construction-visual > .eyebrow { font-size: 8px; letter-spacing: .07em; }
  .construction-visual > small { font-size: 10px; line-height: 1.6; }
  .floor-ruler { display: none; }
  .floor-heading h1 { font-size: clamp(50px, 13.5vw, 70px); }
  .gallery-stage-filter { flex-wrap: wrap; gap: 6px; }
  .gallery-stage-filter button { min-height: 34px; }
  .gallery-caption { font-size: 10px; }
  .gallery-top h2 { font-size: 29px; }
  .gallery-top { top: -21px; }
}
@media (max-width: 379px) {
  .brand-ribbon, .spray-service > .brand-ribbon { font-size: 16px; padding-inline: 18px; gap: 10px; }
  .brand-ribbon > i { width: 23px; }
  .service-explorer .service-link { gap: 12px; }
  .service-explorer .service-link > .service-inline-photo { width: 79px; height: 104px; flex-basis: 79px; }
  .service-explorer .service-link h3 { font-size: 25px; }
  .wall-drawing text { font-size: 28px; }
  .gallery-top h2 { font-size: 26px; }
}
@media (max-height: 640px) {
  .gallery-dialog { padding: 17px 20px; }
  .gallery-top { top: -17px; padding-top: 5px; padding-bottom: 7px; }
  .gallery-top .eyebrow { margin-bottom: 7px; }
  .gallery-view { min-height: 150px; height: 34dvh; }
  .gallery-thumbs { margin-top: 12px; }
  .gallery-description { line-height: 1.65; }
  .mobile-menu-top { padding-bottom: 15px; }
  .mobile-menu nav a { padding-block: 9px; font-size: 30px; }
  .mobile-menu-contact { padding-top: 24px; }
}

/* Readability pass: fewer competing labels, clear text and quiet photo framing. */
body.design-evolution main p {
  font-size: 16px;
  line-height: 1.8;
}
body.design-evolution main :is(.hero-content, .service-link, .about-title-row, .about-plain,
  .offer-title-row > div, .catalog-card > div, .offer-bottom, .report-heading, .spray-copy,
  .spray-demonstration, .plaster-info, .surface-study, .drywall-top, .construction-visual,
  .drywall-ask, .finish-banner-copy, .finish-lead, .floor-bottom, .story-intro,
  .story-conversation, .story-photo, .story-documentation, .why-practices article,
  .why-closing, .contact-page-copy, .contact-facts > div) > p {
  font-size: 16px;
  line-height: 1.8;
}
body.design-evolution .section-heading > p { font-size: 16px; line-height: 1.8; }
body.design-evolution :is(.text-link, .hero-project-link, .button, .header-contact) { font-size: 14px; }
body.design-evolution .eyebrow { font-size: 13px; letter-spacing: .06em; line-height: 1.6; margin-bottom: 20px; }
body.design-evolution .eyebrow > i { display: none; }
body.design-evolution .breadcrumbs { font-size: 12px; line-height: 1.6; gap: 13px; }
body.design-evolution .industrial-hero .hero-location { font-size: 12px; letter-spacing: .07em; }
body.design-evolution .brand-type .brand-owner { font-size: 12px; letter-spacing: .04em; }
body.design-evolution .hero-owner { display: inline-flex; align-items: center; gap: 16px; }
body.design-evolution .hero-owner p { font: 600 34px/1.1 var(--display); letter-spacing: .02em; color: var(--ink); }
body.design-evolution .hero-owner p small { font: 400 13px/1.5 var(--sans); letter-spacing: 0; margin-top: 8px; text-transform: none; color: #c7c8c9; }
body.design-evolution .hero-owner:hover p { color: var(--accent); }
.hero-drawing::after { display: none; }
.hero-drawing { opacity: .15; }
.section-seam { color: #ffffff22; }
.seam-start, .seam-end { background: #ffffff1c; }
.seam-start::before { width: 30px; opacity: .7; }
.service-explorer > .section-seam { display: none; }
.service-explorer .section-heading h2 { font-size: clamp(42px, 4.2vw, 60px); }
.explorer-photo::before, .construction-visual::before, .construction-visual::after,
.fleet-figure::before, .why-main-photo::before { display: none; }
body.design-evolution .explorer-all { font-size: 13px; letter-spacing: .04em; }
.explorer-photo-caption { font-size: 32px; }
.split-bottom { justify-content: flex-end; padding-top: 24px; }
.split-showcase .section-heading > p { max-width: 450px; }
.photo-process > .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.process-summary { grid-column: 2; grid-row: 1; }
.process-summary h2 { font-size: clamp(40px, 3.5vw, 52px); }
.process-summary p { margin-top: 26px; max-width: 490px; }
.process-summary > .text-link { margin-top: 26px; }
.photo-process .process-art { grid-column: 1; grid-row: 1; margin: 0; }
.photo-process .process-art > img { height: 425px; object-position: 68% center; clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); }
body.design-evolution .cta-contact > span { font-size: 15px; line-height: 1.6; }
.cta-roof { opacity: .3; }
.fleet-figure { margin-right: 0; }
.fleet-figure > img { clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 38px, 100% 100%, 0 100%); }
.about-person { min-height: 160px; }
.about-facts { margin-top: 48px; }
.offer-intro { padding-bottom: 40px; }
body.design-evolution .catalog-card p { font-size: 15px; line-height: 1.7; margin-top: 15px; }
.portfolio-title-row { display: grid; grid-template-columns: 1.15fr .9fr; gap: 23px 50px; align-items: end; }
.portfolio-title-row > p { grid-column: 2; }
body.design-evolution :is(.portfolio-filters button, .portfolio-count, .report-stage > span,
  .report-foot > p, .portfolio-note, .gallery-caption, .gallery-original, .gallery-description) { font-size: 13px; }
body.design-evolution .portfolio-filters button > span { font-size: 12px; }
.report-stage { flex-wrap: wrap; gap: 4px 14px; }
.report-stage > span { white-space: nowrap; }
.report-heading { padding-top: 0; }
.surface-studies::before { display: none; }
.construction-visual { background: radial-gradient(ellipse at 40% 35%, #ffffff06, transparent 72%); padding-top: 0; }
body.design-evolution .construction-visual > small { font-size: 13px; line-height: 1.7; display: block; margin-top: 16px; }
.drywall-illustrated { padding-top: 16px; }
.finish-photo-strip > a:nth-child(n), .story-photo-pair > img:nth-child(n), .workflow-opening-photo { transform: none; }
.finish-photo-strip { padding-bottom: 0; }
body.design-evolution .floor-pin summary > span:last-child { font-size: 14px; }
body.design-evolution main .floor-pin > p { font-size: 14px; }
body.design-evolution main .floor-hint { font-size: 14px; }
body.design-evolution .faq-list summary { font-size: 16px; }
body.design-evolution .service-nav { font-size: 14px; gap: 16px 26px; justify-content: flex-start; }
body.design-evolution .service-nav > span { flex-basis: 100%; font-size: 13px; letter-spacing: .03em; }
body.design-evolution .contact-owner > div > span { font-size: 13px; }
body.design-evolution .contact-email, body.design-evolution .contact-address address { font-size: 14px; }
body.design-evolution .contact-facts > div > span { font-size: 12px; letter-spacing: .04em; }
body.design-evolution .field label, body.design-evolution .privacy-check { font-size: 14px; line-height: 1.7; }
body.design-evolution main .form-footnote { font-size: 12px; }
.site-footer { padding-top: 65px; }
.footer-top { gap: 40px; padding-top: 0; }
body.design-evolution .footer-top { font-size: 14px; }
body.design-evolution .footer-intro > .footer-person { font: 600 32px/1.1 var(--display); color: var(--ink); margin: 26px 0 12px; }
body.design-evolution .footer-intro > p, body.design-evolution .footer-location,
body.design-evolution .footer-top nav, body.design-evolution .footer-top address { font-size: 14px; line-height: 1.8; }
body.design-evolution .footer-label { font-size: 12px; letter-spacing: .04em; margin-bottom: 22px; }
body.design-evolution .footer-bottom { font-size: 12px; line-height: 1.7; gap: 15px 25px; flex-wrap: wrap; }
body.design-evolution .footer-bottom > span, body.design-evolution .footer-bottom .separator { font-size: inherit; }
body.design-evolution .footer-top address > a:not(.footer-phone), body.design-evolution .footer-top address > span:not(.footer-label) { font-size: 14px; }
body.design-evolution .button > span { font-size: inherit; }
body.design-evolution .menu-label, body.design-evolution .mobile-call > span { font-size: 13px; }
body.design-evolution .mobile-menu-contact > span, body.design-evolution .mobile-menu-contact > small { font-size: 14px; }
body.design-evolution .desktop-nav a { font-size: 12px; }
body.design-evolution .industrial-hero .hero-actions > .button { font-size: 14px; }
body.design-evolution .short-call > div > p { font-size: 15px; }
body.design-evolution .short-call p strong { margin-top: 9px; font-size: 30px; }
body.design-evolution .short-call > .button { flex-shrink: 0; }

@media (min-width: 760px) and (max-width: 1150px) {
  .photo-process > .container { gap: 40px; grid-template-columns: 1fr 1fr; }
  .process-summary h2 { font-size: 41px; }
  .footer-top { gap: 38px 28px; }
  .short-call { flex-wrap: wrap; }
  .short-call > div { flex: 1 1 45%; }
}
@media (min-width: 1050px) and (max-width: 1199px) {
  .desktop-nav { gap: 16px; }
  .header-inner { gap: 24px; }
  body.design-evolution .header-contact { font-size: 13px; padding-inline: 16px; }
}
@media (max-width: 1049px) {
  .portfolio-title-row { grid-template-columns: 1fr 1fr; gap: 24px; }
  .drywall-illustrated { grid-template-columns: 1fr 1fr; gap: 28px; }
  .plaster-info { gap: 30px; }
}
@media (max-width: 759px) {
  body.design-evolution .industrial-hero { height: auto; min-height: 0; }
  body.design-evolution .industrial-hero .hero-content { padding-top: 51px; padding-bottom: 290px; }
  body.design-evolution .industrial-hero .hero-picture { top: auto; left: 0; right: 0; bottom: 0; width: 100%; height: 240px; clip-path: none; }
  body.design-evolution .industrial-hero .hero-picture img { object-position: 73% center; }
  body.design-evolution .industrial-hero .hero-shade { top: auto; bottom: 0; height: 241px; background: linear-gradient(180deg, #131415, #13141550 45px, transparent 130px); }
  body.design-evolution .industrial-hero .hero-content > p { font-size: 15px; max-width: 340px; }
  body.design-evolution .industrial-hero .hero-content > p br { display: none; }
  body.design-evolution .industrial-hero .hero-actions { flex-wrap: wrap; gap: 16px 24px; }
  body.design-evolution .hero-owner p { font-size: 30px; }
  body.design-evolution .brand-type .brand-owner { font-size: 12px; }
  body.design-evolution .eyebrow { font-size: 12px; margin-bottom: 18px; }
  .service-explorer .section-heading h2 { font-size: clamp(36px, 10.4vw, 48px); }
  body.design-evolution .service-explorer .service-link p { font-size: 14px; line-height: 1.7; }
  .service-explorer .service-link { padding-block: 20px; }
  .photo-process > .container { grid-template-columns: 1fr; gap: 28px; }
  .photo-process .process-summary { grid-column: 1; grid-row: 1; }
  .photo-process .process-art { grid-column: 1; grid-row: 2; }
  .process-summary h2 { font-size: clamp(36px, 10.2vw, 48px); }
  .photo-process .process-art > img { height: 300px; }
  .process-summary p { margin-top: 22px; }
  .portfolio-title-row { grid-template-columns: 1fr; }
  .portfolio-title-row > p { grid-column: 1; }
  .portfolio-filters { flex-wrap: wrap; gap: 12px 18px; }
  .portfolio-toolbar { align-items: flex-start; }
  .portfolio-count { white-space: nowrap; }
  .report-foot { flex-wrap: wrap; }
  body.design-evolution .report-stage > span { font-size: 12px; }
  .drywall-illustrated { grid-template-columns: 1fr; }
  .drywall-illustrated .drywall-photo { min-height: 0; }
  .fleet-figure { margin-right: 0; }
  .about-title-row h1 { font-size: clamp(48px, 13vw, 65px); }
  .finish-photo-strip { gap: 18px 12px; }
  .finish-photo-strip > a { min-height: 270px; }
  .site-footer { padding-top: 46px; }
  .footer-top { gap: 36px 22px; }
  body.design-evolution .footer-top nav { font-size: 13px; }
  body.design-evolution .footer-top > nav { display: flex; }
  body.design-evolution .footer-top address { font-size: 13px; }
  body.design-evolution .footer-intro > p, body.design-evolution .footer-location { font-size: 14px; }
  body.design-evolution .footer-top > .footer-intro { grid-column: 1 / -1; }
  body.design-evolution .footer-top > address { grid-column: 1 / -1; }
  body.design-evolution .footer-intro > .footer-person { margin-top: 20px; }
  body.design-evolution .short-call { gap: 23px; }
  .page-hero h1 { font-size: clamp(44px, 12vw, 57px); }
}
@media (max-width: 379px) {
  .catalog-0 h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-pending { opacity: 1; transform: none; transition: none; }
  .service-explorer .service-link::after, .catalog-card > img,
  .button, .text-link svg, .hero-project-link svg, .surface-sample svg,
  .wall-board-front, .wall-board-back, .pin-dot { transition: none; }
}
@media print {
  .section-seam, .process-emblem, .contact-cta::before, .contact-cta::after { display: none; }
  .short-call { break-inside: avoid; }
}
